body{font-family:Roboto,sans-serif;font-size:1.5rem;line-height:1.6;color:#000}h1,h2{font-family:Roboto,sans-serif;color:#000;font-weight:500}header,footer{font-family:Inter,sans-serif;color:#fff}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth}.benefits-section{display:flex;justify-content:space-evenly;padding:30px 0}.benefits-section .cloud-section,.benefits-section .link-section{background-color:#c2f0d3;display:flex;flex-direction:column;border-radius:3px;padding:1rem;align-items:center;box-shadow:0 4px 8px #0003;max-width:500px}.benefits-section .cloud-section img,.benefits-section .link-section img{width:80px;height:80px}.footer{display:grid;grid-template-rows:repeat(3);background-color:#777df0;padding:2rem}.footer__logo{grid-row:1;display:flex;justify-content:center;align-items:center;padding-bottom:40px}.footer .footerContainer{display:flex;flex-direction:row;justify-content:space-evenly;padding-bottom:30px}.footer__contact{grid-row:2;display:flex;flex-direction:column}.footer__contact a{color:#fff;text-decoration:none;transition:color .2s ease}.footer__contact a:hover{color:#000}.footer__social{grid-row:2}.footer__social p{padding-bottom:15px}.footer__social a{color:#fff;text-decoration:none;transition:color .2s ease}.footer__social a:hover{color:#000}.footer__copyright{grid-row:3;display:flex;justify-content:start}.footer__logo img{width:15rem;height:auto}.footer__social img{width:2rem;height:2rem;margin-right:1rem}header{position:sticky;top:0;z-index:1000;background-color:#777df0;padding:1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #00000080}.header__logo-img{height:3rem;width:auto;padding:.2rem}.header__nav{display:flex;align-items:center}.header__nav a{color:#fff;text-decoration:none;margin-left:2rem;position:relative;transition:color .2s ease}.header__nav a:hover{color:#000}.dropdown{position:relative}.dropdown__toggle{cursor:pointer;display:flex;align-items:center}.dropdown__icon{margin-left:.3rem;font-size:.7rem}.dropdown__menu{display:none;position:absolute;top:100%;left:0;background-color:#777df0;padding:1rem;box-shadow:0 4px 8px #0000001a;border-radius:4px;z-index:100}.dropdown__menu a{display:block;margin:0;padding:.25rem 0;white-space:nowrap}.dropdown:hover .dropdown__menu{display:block}.btn{display:inline-block;padding:.5rem 2rem;border:2px solid transparent;border-radius:10px;font-size:1.5rem;font-weight:300;text-align:center;cursor:pointer;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.btn-cta{background-color:#2f4790;color:#fff}.btn-cta:hover{background-color:#fff;color:#2f4790;border:2px solid #2F4790;font-weight:550}.hero{background-image:url(/assets/backround-BRRibtQF.jpg);background-size:cover;background-position:center;height:90vh;display:flex;justify-content:center;align-items:center;position:relative;padding:2rem}.hero__background{position:absolute;inset:0;background-color:#ffffff1a;z-index:1}.hero__overlay{background-color:#ffffffe6;padding:1rem 2rem;border-radius:2px;text-align:center;box-shadow:0 4px 8px #0003;max-width:1000px;z-index:2;position:relative}.hero h1{display:flex;flex-direction:column;font-weight:400;font-size:3rem}.hero h1 .highlight{padding-bottom:1rem}.feature-item{display:flex}
