.hero-section{flex-direction:row;justify-content:space-between;align-items:center;width:90%;margin:5rem auto;display:flex}.hero-text{text-align:start;width:60%}.hero-text h1{font-size:6rem}.hero-text 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-text h2{color:var(--gray3);margin-bottom:-1rem;margin-left:.5rem;padding-right:35%;font-size:1.2rem}.hero-text p{text-align:justify;margin-top:6rem;padding-right:35%;font-size:1.4rem}.hero-video{flex-direction:column;align-items:center;width:40%;height:auto;display:flex;position:relative}.hero-video img{border-radius:10px;width:80%}@media (max-width:1024px){.hero-text{width:100%}.hero-text h1,.hero-text h1+h1{font-size:4.5rem}.hero-text p+p{padding-right:20%;font-size:1.3rem}.hero-video{width:70%}.hero-video img{border-radius:10px;width:100%}.hero-text h2{font-size:1rem}}@media (max-width:768px){.hero-section{flex-direction:column;gap:3rem;height:auto;margin:3rem auto}.hero-video{order:2;display:none}.hero-text{order:1}.hero-text h1,.hero-text h1+h1{font-size:3rem}.hero-text p{margin-top:0;padding-right:0;font-size:1rem}.hero-text h2{margin-bottom:0;margin-left:.2rem;padding-right:0}}.contact-section{flex-direction:row;justify-content:space-between;align-items:center;gap:6rem;width:90%;margin:5rem auto;display:flex}.contact-form{background-color:var(--primary);width:50%;color:var(--white);border-radius:10px;flex-direction:column;justify-content:center;justify-items:center;gap:1rem;padding:2rem;font-size:1.2rem;display:flex}@media (max-width:1024px){.contact-section{flex-direction:column;gap:2rem;margin:3rem auto}.contact-about{order:2;width:100%}.contact-form{order:1;width:100%}.contact-about h1{text-align:justify;font-size:1.5rem}}.contact-form form{flex-direction:column;gap:1.5rem;display:flex}.contact-form input{border-bottom:1px solid var(--white);background-color:var(--primary);width:100%;color:var(--white);border-radius:5px;padding:.8rem;font-size:1rem}.contact-form input:focus{border-bottom:1px solid var(--white);outline:none}.contact-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.contact-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.contact-form input[type=number]{appearance:textfield}.contact-form button{background-color:var(--white);width:100%;color:var(--primary);cursor:pointer;border:none;border:1px solid var(--white);border-radius:5px;padding:.8rem;transition:all .3s ease-in-out}.contact-form button:hover{background-color:var(--primary);border:1px solid var(--white);color:var(--white)}.contact-form textarea{background-color:var(--primary);width:100%;color:var(--white);border:1px solid var(--white);border-radius:5px;padding:.8rem}.contact-form textarea:focus{border:1px solid var(--white);outline:none}.placeholder{pointer-events:none;color:var(--white);transition:all .2s;position:absolute;top:49%;left:20px;transform:translateY(-50%)}.input:focus+.placeholder,.input:not(:placeholder-shown)+.placeholder{color:var(--white);z-index:1;font-size:15px;top:-1px;left:20px;background-color:var(--primary)!important;border:none!important}@media (max-width:768px){.contact-about img{display:none}.contact-form{font-size:1rem}.placeholder{left:20px}.input:focus+.placeholder,.input:not(:placeholder-shown)+.placeholder{font-size:13px;left:20px}.contact-about h1{text-align:center}}.contact-about{flex-direction:column;gap:2rem;width:50%;display:flex}.contact-card{border:1px solid var(--gray4);border-radius:10px;align-items:center;gap:1.25rem;width:100%;padding:1.2rem;display:flex}.contact-card-icon{background-color:var(--white);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-card-icon svg{width:20px;height:20px}.contact-card-content{flex-direction:column;gap:.3rem;display:flex}.contact-card-content h3{color:var(--primary);margin:0;font-size:1.2rem;line-height:1.8}.contact-card-content a,.contact-card-content p{color:var(--gray3);white-space:nowrap;margin:0;font-size:1.2rem;line-height:1.2}.contact-card-content a{white-space:nowrap;text-decoration:none;transition:color .3s}.contact-card-content a:hover{color:var(--primary)}@media (max-width:1024px){.contact-about{width:100%}.contact-card{border-radius:10px;width:100%}.contact-card-content h3{font-size:1.6rem}.contact-card-content a,.contact-card-content p{font-size:1.4rem}}@media (max-width:768px){.contact-about{gap:1rem}.contact-card{border-radius:10px;gap:.9rem;padding:1rem}.contact-card-icon{width:48px;min-width:48px;height:48px}.contact-card-icon svg{width:22px;height:22px}.contact-card-content h3{font-size:1.15rem}.contact-card-content a,.contact-card-content p{font-size:1rem}}@media (max-width:480px){.contact-card{border-radius:10px}}
