@media screen and (max-width:767px){.hero-section{height:100vh;display:flex;justify-content:space-between;color:white;flex-direction:row;gap:10vw;padding:0 5vw;background-color:var(--bg-third-color)}.hero-section .hero-text{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:2vw}.hero-section .hero-text h1{font-weight:800;font-size:2.25rem;line-height:52px;letter-spacing:-2px;color:#2a3342}.hero-section .hero-text p{font-weight:500;font-size:1rem;line-height:27px;color:#8896ab;margin:3vw 0 4.1vw}.hero-section .hero-text .buttons-row{display:flex;flex-direction:row;gap:5vw}.hero-section .hero-text button{border:none;padding:16px 28px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;text-wrap:nowrap}.hero-section .hero-text button:first-child{background-color:var(--primary-color);color:#ffffff}.hero-section .hero-text button:nth-child(2){background-color:#ffffff;color:#333f51;box-shadow:0 1px 2px 0 #6951ff0d}.hero-section .hero-text .other{display:flex;flex-direction:column;gap:4vw;margin-top:20vw}.hero-section .hero-text .other span{font-weight:500;font-style:italic;font-size:.875rem;line-height:20px;color:#8896ab}.hero-section .hero-text .other .other-logos{display:flex;flex-direction:row;align-items:center;gap:1vw}.hero-section .hero-text .other .other-logos img{width:100px;height:auto;opacity:.7;filter:grayscale(100%)}.hero-section .hero-image{display:none}}@media screen and (min-width:768px){.hero-section{height:100vh;display:flex;align-items:center;justify-content:space-between;color:white;flex-direction:row;gap:10vw;padding:0 10vw;background-color:var(--bg-third-color)}.hero-section .hero-text{display:flex;flex-direction:column;gap:1vw;width:40%}.hero-section .hero-text h1{font-weight:800;font-size:3.75rem;line-height:72px;letter-spacing:-3px;color:#2a3342}.hero-section .hero-text p{font-weight:500;font-size:1.375rem;line-height:30px;color:#8896ab}.hero-section .hero-text .buttons-row{display:flex;flex-direction:row;gap:1.5vw}.hero-section .hero-text button{border:none;padding:16px 28px;border-radius:8px;cursor:pointer;font-size:1.125rem;font-weight:500}.hero-section .hero-text button:first-child{background-color:var(--primary-color);color:#ffffff}.hero-section .hero-text button:nth-child(2){background-color:#ffffff;color:#333f51;box-shadow:0 1px 2px 0 #6951ff0d}.hero-section .hero-text .other{display:flex;flex-direction:column;gap:1vw;margin-top:2vw}.hero-section .hero-text .other span{font-weight:500;font-style:italic;font-size:1rem;line-height:20px;letter-spacing:0;color:#8896ab}.hero-section .hero-text .other .other-logos{display:flex;flex-direction:row;align-items:center;gap:1vw}.hero-section .hero-text .other .other-logos img{width:100px;height:auto;opacity:.7;filter:grayscale(100%)}.hero-section .hero-image{width:32%;height:auto;margin-right:10vw}}.imgBox{--time:30s}@media screen and (max-width:767px){.trusted-company{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10vw;padding:15vw 0 18vw;background-color:var(--bg-secondary-color);overflow:hidden}.trusted-company h2{font-weight:500;font-size:1.125rem;color:#bbc3cf;text-align:center}.scroll{width:100%;overflow:hidden;position:relative}.imgBox{display:flex;width:max-content;animation:scroll 50s linear infinite;will-change:transform}.slide{display:flex;flex-shrink:0;min-width:100%;justify-content:center;align-items:center}.imgBox img{max-height:50px;width:auto;padding:0 2vw;filter:grayscale(100%);opacity:.75;transform:scale(.8);transform-origin:center}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.3333%)}}}@media screen and (min-width:768px){.trusted-company{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3vw;padding:6vw 0 6.5vw;background-color:var(--bg-secondary-color);overflow:hidden}.trusted-company h2{font-weight:500;font-size:1.125rem;color:#bbc3cf;text-align:center}.scroll{position:relative;display:flex;flex-wrap:nowrap;width:90%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask-image:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.imgBox div{display:flex;align-items:center;justify-content:center}.imgBox img{max-height:75px;width:auto;scale:.8;padding:0 1.5vw;filter:grayscale(100%);opacity:.75}.scroll div{animation:scroll var(--time) linear infinite;animation-delay:calc(var(--time) * -1)}.scroll div:nth-child(2){animation:scroll2 var(--time) linear infinite;animation-delay:calc(var(--time) / -2)}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes scroll2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}}@media screen and (max-width:767px){.experience-section{display:flex;flex-direction:column;gap:17vw;padding:16vw 5vw;background-color:var(--bg-secondary-color)}.experience-section .container-row{display:flex;flex-direction:column;gap:5vw;width:100%}.experience-section .container-row .text{display:flex;flex-direction:column;gap:4vw;width:100%}.experience-section .container-row .text h2{font-weight:700;font-size:1.75rem;line-height:44px;letter-spacing:-1px;color:#282b37}.experience-section .container-row .text p{font-weight:500;font-size:1.125rem;color:#8896ab;line-height:27px}.experience-section .container-row .button-row{display:flex;flex-direction:row;gap:5vw}.experience-section .container-row .button-row button{border:none;padding:16px 28px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500}.experience-section .container-row .button-row button:first-child{background-color:var(--primary-color);color:#ffffff}.experience-section .container-row .button-row button:nth-child(2){background-color:#ffffff;color:#333f51;font-style:italic}.experience-section .experience-numbers{display:flex;flex-direction:column;gap:10vw;margin-left:1vw}.experience-section .experience-numbers .number{display:flex;flex-direction:column;gap:.5vw}.experience-section .experience-numbers .number h3{font-weight:600;font-size:2.5rem;color:#282b37}.experience-section .experience-numbers .number p{font-weight:500;font-size:1.125rem;color:#4d5267}}@media screen and (min-width:768px){.experience-section{display:flex;flex-direction:column;gap:3vw;padding:4.5vw 10vw;background-color:var(--bg-secondary-color)}.experience-section .container-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.experience-section .container-row .text{display:flex;flex-direction:column;gap:1vw;width:30%}.experience-section .container-row .text h2{font-weight:700;font-size:2.5rem;color:#282b37}.experience-section .container-row .text p{font-weight:500;font-size:1.25rem;color:#8896ab;width:90%;line-height:30px}.experience-section .container-row .button-row{display:flex;flex-direction:row;gap:1vw}.experience-section .container-row .button-row button{border:none;padding:16px 28px;border-radius:8px;cursor:pointer;font-size:1.125rem;font-weight:500}.experience-section .container-row .button-row button:first-child{background-color:var(--primary-color);color:#ffffff}.experience-section .container-row .button-row button:nth-child(2){background-color:#ffffff;color:#333f51;font-style:italic}.experience-section .experience-numbers{display:flex;flex-direction:row;align-items:center;gap:8vw}.experience-section .experience-numbers .number{display:flex;flex-direction:column;gap:.5vw}.experience-section .experience-numbers .number h3{font-weight:600;font-size:3rem;color:#282b37}.experience-section .experience-numbers .number p{font-weight:500;font-size:1.125rem;color:#4d5267}}@media screen and (max-width:767px){.benefits-section{display:flex;flex-direction:column;justify-content:center;gap:4vw;align-items:center;padding:16vw 5vw;background-color:var(--bg-third-color)}.benefits-section h2{font-weight:700;font-size:1.75rem;line-height:44px;letter-spacing:-1px;color:#2a3342;text-align:center}.benefits-section .container{display:flex;flex-direction:column;gap:12vw;width:100%;margin-top:3vw}.benefits-section .container .left-options{display:flex;flex-direction:column;gap:2vw;padding:12px 16px;border-radius:24px;background-color:var(--bg-primary-color);height:max-content}.benefits-section .container .left-options .option{display:flex;flex-direction:column;padding:24px;gap:2vw}.benefits-section .container .left-options .option.active{background-color:#ffffff;color:#333f51;border-radius:16px}.benefits-section .container .left-options .option h3{font-weight:600;font-size:1.125rem;color:#ffffff}.benefits-section .container .left-options .option.active h3{color:#2a3342}.benefits-section .container .left-options .option p{font-weight:500;font-size:1rem;color:#8896ab;line-height:24px}.benefits-section .container .changeable-content{display:flex;flex-direction:column;gap:5vw;width:100%;justify-content:flex-start}.benefits-section .container .changeable-content h3{font-weight:700;font-size:1.25rem;line-height:24px;color:#282b37}.benefits-section .container .changeable-content p{font-weight:500;font-size:1rem;color:#8896ab}.benefits-section .container .changeable-content .image{width:100%;aspect-ratio:3/2;height:max-content;border-radius:24px;margin-top:2vw;background-color:var(--bg-primary-color)}}@media screen and (min-width:768px){.benefits-section{display:flex;flex-direction:column;justify-content:center;gap:1vw;padding:6vw 10vw;background-color:var(--bg-third-color)}.benefits-section h2{font-weight:700;font-size:2.25rem;color:#2a3342;list-style:44px;letter-spacing:-2px}.benefits-section .container{display:flex;flex-direction:row;gap:2vw;width:100%}.benefits-section .container .left-options{display:flex;flex-direction:column;gap:.5vw;padding:20px 24px;border-radius:24px;background-color:var(--bg-primary-color);width:400px;height:max-content}.benefits-section .container .left-options .option{display:flex;flex-direction:column;padding:24px;background-color:transparent;border-radius:16px;transition:background-color .2s ease}.benefits-section .container .left-options .option.active{background-color:#ffffff;border-radius:16px;transition:background-color .8s ease}.benefits-section .container .left-options .option h3{font-weight:600;font-size:1.125rem;color:#ffffff;line-height:32px;transition:color .2s ease}.benefits-section .container .left-options .option.active h3{color:#2a3342;transition:color .8s ease}.benefits-section .container .left-options .option p{font-weight:500;font-size:.875rem;color:#8896ab;line-height:24px}.benefits-section .container .left-options .option.active p{color:#8896ab}.benefits-section .container .changeable-content{display:flex;flex-direction:column;gap:.5vw;width:calc(100% - 400px);height:700px}.benefits-section .container .changeable-content h3{font-weight:700;font-size:1.5rem;color:#282b37;line-height:32px}.benefits-section .container .changeable-content p{font-weight:500;font-size:1rem;line-height:24px;color:#8896ab;width:80%}.benefits-section .container .changeable-content .image{height:80%;width:auto;aspect-ratio:3/2;object-fit:cover;border-radius:24px;align-self:flex-start}}@media screen and (max-width:767px){.faq-section{gap:8vw;padding:16vw 5vw;background-color:var(--bg-primary-color)}.faq-section,.faq-section .text{display:flex;flex-direction:column}.faq-section .text{gap:5vw;width:100%;align-items:center;margin-bottom:8vw}.faq-section h2{font-weight:700;font-size:2rem;line-height:44px;letter-spacing:-1px;text-align:center;color:#ffffff}.faq-section p{font-weight:500;font-size:1.125rem;line-height:30px;text-align:center;color:#8896ab}.faq-section .faq-container{display:flex;flex-direction:column;gap:4vw;width:100%;align-items:center}.faq-section .faq-container .faq-item{display:flex;flex-direction:column;justify-content:center;gap:1vw;padding:30px;border-radius:6px;background-color:#4a5062;width:100%;cursor:pointer}.faq-section .faq-container .faq-item .main-text{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.faq-section .faq-container .faq-item h3{font-weight:600;font-size:1.125rem;line-height:30px;letter-spacing:0;color:#ffffff}.faq-section .faq-container .faq-item .icon{width:20px;height:20px;margin-left:10px}.faq-section .faq-container .faq-item p{font-weight:500;font-style:italic;font-size:.875rem;color:#d0d0d0;text-align:left}.faq-section .faq-container .faq-item p.hidden{display:none}}@media screen and (min-width:768px){.faq-section{gap:2vw;padding:7vw 10vw;background-color:var(--bg-primary-color)}.faq-section,.faq-section .text{display:flex;flex-direction:column}.faq-section .text{gap:1vw;width:100%;align-items:center}.faq-section h2{font-weight:700;font-size:3rem;text-align:center;color:#ffffff}.faq-section p{font-weight:500;font-size:1.125rem;text-align:center;color:#8896ab;line-height:30px}.faq-section .faq-container{display:flex;flex-direction:column;gap:1.5vw;width:100%;align-items:center;width:max-content;margin:0 auto}.faq-section .faq-container .faq-item{display:flex;flex-direction:column;justify-content:center;gap:.5vw;padding:40px;border-radius:6px;background-color:#4a5062;width:750px;cursor:pointer}.faq-section .faq-container .faq-item .main-text{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.faq-section .faq-container .faq-item h3{font-weight:600;font-size:1.375rem;color:#ffffff;line-height:30px}.faq-section .faq-container .faq-item .icon{width:20px;height:20px;margin-left:10px}.faq-section .faq-container .faq-item p{font-weight:500;font-style:italic;font-size:1rem;color:#d0d0d0;text-align:left;line-height:24px;padding-right:60px}}@media screen and (max-width:767px){.contact-section{display:flex;flex-direction:column;gap:1vw;padding:18vw 10vw;background-color:var(--bg-third-color)}.contact-section .container{display:flex;flex-direction:column;gap:20vw;width:100%}.contact-section .container .info{display:flex;flex-direction:column;justify-content:space-between;gap:15vw}.contact-section .info .main-info-text h2{font-weight:700;font-size:1.75rem;line-height:60px;letter-spacing:-1px;color:#2a3342}.contact-section .info .main-info-text p{font-weight:500;font-size:1rem;line-height:27px;color:#8896ab}.contact-section .info .other-info{display:flex;flex-direction:column;gap:6vw}.contact-section .info .other-info .info-item{display:flex;flex-direction:column}.contact-section .info .other-info .info-item h3{font-weight:700;font-style:italic;font-size:1.25rem;line-height:38px;color:#2a3342}.contact-section .info .other-info .info-item a,.contact-section .info .other-info .info-item p{font-weight:500;font-style:italic;font-size:1rem;line-height:30px;color:#556987}.contact-section .info .other-info .info-item a{text-decoration:none}.contact-section .contact-form{display:flex;flex-direction:column;margin-top:2}.contact-section .contact-form form{display:flex;flex-direction:column;gap:2vw}.contact-section .contact-form form .input-with-label{display:flex;flex-direction:column;gap:.25vw}.contact-section .contact-form form .input-with-label label{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#333f51}.contact-section .contact-form form input,.contact-section .contact-form form textarea{padding:12px;border-radius:6px;color:#333f51;font-size:16px;font-weight:500;background-color:transparent;box-shadow:0 1px 2px 0 #0000000d;border:1px solid #d5dae1}.contact-section .contact-form form textarea{height:200px;resize:none}.contact-section .contact-form form textarea::placeholder{color:#d5dae1;font-style:italic}.contact-section .contact-form form .checkbox-with-label{display:flex;align-items:center;gap:5vw}.contact-section .contact-form .checkbox-with-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.contact-section .contact-form form .checkbox-with-label label{font-weight:400;font-size:.875rem;line-height:24px;color:#5f728e}.contact-section .contact-form form button{border:none;padding:16px 28px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;background-color:var(--primary-color);color:#ffffff}}@media screen and (min-width:768px){.contact-section{display:flex;flex-direction:column;gap:1vw;padding:5vw 10vw;background-color:var(--bg-third-color)}.contact-section .container{display:flex;flex-direction:row;gap:2vw;width:100%}.contact-section .container .info{display:flex;flex-direction:column;justify-content:space-between;width:50%}.contact-section .container .main-info-text{display:flex;flex-direction:column;gap:.5vw;width:80%}.contact-section .info .main-info-text h2{font-weight:700;font-size:3rem;line-height:60px;letter-spacing:-2px;color:#2a3342}.contact-section .info .main-info-text p{font-weight:500;font-size:1.25rem;line-height:30px;color:#8896ab}.contact-section .info .other-info{display:flex;flex-direction:column;gap:2vw;width:max-content}.contact-section .info .other-info .info-item{display:flex;flex-direction:column;gap:.35vw}.contact-section .info .other-info .info-item h4{font-weight:700;font-style:italic;font-size:1.5rem;line-height:38px;color:#2a3342}.contact-section .info .other-info .info-item a,.contact-section .info .other-info .info-item p{font-weight:500;font-style:italic;font-size:1.25rem;line-height:30px;letter-spacing:0;color:#556987}.contact-section .info .other-info .info-item a{text-decoration:none}.contact-section .contact-form{display:flex;flex-direction:column;gap:1vw;width:550px}.contact-section .contact-form form{display:flex;flex-direction:column;gap:1vw;padding:40px;border-radius:6px;background-color:#ffffff;box-shadow:0 1px 2px 0 #5569871a}.contact-section .contact-form form .input-with-label{display:flex;flex-direction:column;gap:.25vw}.contact-section .contact-form form .input-with-label label{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#333f51}.contact-section .contact-form form input{background-color:transparent}.contact-section .contact-form form input,.contact-section .contact-form form textarea{padding:12px;border-radius:6px;color:#333f51;font-size:16px;font-weight:500;box-shadow:0 1px 2px 0 #0000000d;border:1px solid #d5dae1}.contact-section .contact-form form textarea{background-color:#ffffff;height:200px;resize:none}.contact-section .contact-form form input::placeholder,.contact-section .contact-form form textarea::placeholder{color:#d5dae1;font-style:italic}.contact-section .contact-form form .checkbox-with-label{display:flex;align-items:center;gap:.5vw}.contact-section .contact-form .checkbox-with-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.contact-section .contact-form .checkbox-with-label input[type=checkbox]:checked{background-color:#fa9e57}.contact-section .contact-form form .checkbox-with-label label{font-weight:400;font-size:14px;line-height:24px;letter-spacing:0;color:#5f728e}.contact-section .contact-form form button{border:none;padding:16px 28px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;background-color:var(--primary-color);color:#ffffff}}@media screen and (max-width:767px){.services-section .container-grid-desktop{display:none;visibility:hidden}.services-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2vw;height:max-content;background-color:var(--bg-primary-color);padding:12vw 5vw 5vw}.services-section h2{font-weight:700;font-size:1.75rem;line-height:44px;letter-spacing:-1px;text-align:center;color:#ffffff}.services-section p{font-weight:500;font-size:1.125rem;line-height:30px;text-align:center;color:#8896ab}.grid-container{gap:2vw;margin:0 auto}.grid-container,.grid-container .grid-item{display:flex;flex-direction:column;padding:20px;justify-content:center}.grid-container .grid-item{text-align:center;align-items:center;gap:5vw;height:max-content}.grid-container .grid-item.full-height{padding:0}.grid-container .grid-item .icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#4a5062;border-radius:6px;margin:0 auto}.grid-container .grid-item h3{font-weight:700;font-size:1.5rem;text-align:center;color:#ffffff}.grid-container .grid-item p{font-weight:500;font-size:1rem;line-height:24px;text-align:center;color:#8896ab;margin:5px auto 0}}@media screen and (min-width:768px){.services-section .container-grid-phone{display:none;visibility:hidden}.services-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1vw;background-color:var(--bg-primary-color);padding:4vw 10vw}.services-section h2{font-weight:700;font-size:2.25rem;text-align:center;color:#ffffff}.services-section p{font-weight:500;font-size:1.25rem;text-align:center;color:#8896ab;width:55%}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:2vw;gap:2vw;padding:20px;justify-content:center;margin:0 auto}.grid-container .grid-item{display:flex;flex-direction:column;padding:20px;text-align:center;justify-content:center;align-items:center;gap:.8vw}.grid-container .grid-item.full-height{padding:0}.full-height{grid-row:span 2;background-color:#d9d9d9;margin:0 auto;border-radius:24px;width:350px}.grid-container .grid-item .icon{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#4a5062;border-radius:6px;margin:0 auto}.grid-container .grid-item h3{font-weight:700;font-size:1.5rem;text-align:center;color:#ffffff}.grid-container .grid-item p{font-weight:500;font-size:1rem;text-align:center;color:#8896ab;width:70%;margin:0 auto;line-height:24px}}