.hero-section{flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:5rem auto;display:flex}.hero-text2{text-align:start}.hero-text2 h1,.hero-text2 h1+h1{font-size:6rem}.hero-text2 h1+h1+h1{color:var(--white);background:linear-gradient(-45deg,#011d41,#1f304e,#2a4270,#011d41) 0 0/400% 400%;width:fit-content;margin-bottom:1rem;padding:0 1rem;font-size:6rem;animation:3s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}25%{background-position:50%}50%{background-position:100%}75%{background-position:50%}to{background-position:0%}}.hero-text2 h2{margin-bottom:-1rem;margin-left:.5rem;padding-right:40%;font-size:1.3rem}.hero-text2 p{padding-right:40%;font-size:1.5rem}.hero-video{flex-direction:column;align-items:center;width:45%;height:auto;display:flex;position:relative}.hero-video img{border-radius:10px;width:80%}@media (max-width:1024px){.hero-text2 h1,.hero-text2 h1+h1,.hero-text2 h1+h1+h1{font-size:4.5rem}.hero-text2 p+p{padding-right:20%;font-size:1.3rem}.hero-video{width:70%}.hero-video img{border-radius:10px;width:100%}.hero-text2 h2{font-size:1rem}}@media (max-width:768px){.hero-section{flex-direction:column;margin-top:1rem;margin-bottom:3rem}.hero-video{order:1;margin-bottom:2rem}.hero-text2{order:2}.hero-text2 h1,.hero-text2 h1+h1,.hero-text2 h1+h1+h1{font-size:3rem}.hero-text2 p{padding-right:0;font-size:1rem}.hero-text2 h2{margin-bottom:0;margin-left:.2rem;padding-right:0}}.social-section{flex-direction:row;justify-content:space-between;align-items:center;gap:5rem;width:90%;margin:0 auto 5rem;display:flex}.social-img{width:30%}.social-text{text-align:start;width:55%}.social-text h1{margin-bottom:.5rem;font-size:4rem}.social-text p{text-align:justify;margin-bottom:1rem;font-size:1.3rem}.social-text svg{margin-bottom:.5rem}.social-link{align-items:center;gap:.5rem;display:flex}.social-link p,.social-link svg{position:relative}.social-link p:after,.social-link svg:after{content:"";background-color:currentColor;width:0%;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.social-link:hover p:after,.social-link:hover svg:after{width:100%}@media (max-width:1024px){.social-section{margin-bottom:3rem}.social-text h1{font-size:3rem}.social-text p{font-size:1.2rem}}@media (max-width:768px){.social-section{flex-direction:column;margin-bottom:1rem}.social-img{order:1;justify-content:center;width:100%;display:flex}.social-img video{object-fit:contain;max-height:70vh;width:70%!important;height:auto!important}.social-text{order:2;width:100%}.social-text h1{font-size:1.5rem}.social-text p{font-size:1rem}.social-text svg{height:15px;margin-bottom:.6rem}}@media (max-width:480px){.social-link{gap:.1rem}}
