@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%)}}}