:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}body{background-color:var(--black)}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in}.button:hover{cursor:pointer;transform:scale(1.1)}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}.h-wrapper{color:#fff;z-index:99}.h-container{justify-content:space-between;padding-top:1rem;padding-bottom:1rem;color:var(--secondary)}.h-menu{gap:2rem}.h-menu:hover{cursor:pointer}.menu-icon{display:none}@media (max-width: 768px){.menu-icon{display:block}.h-menu{z-index:99;color:var(--black);position:absolute;top:3rem;right:4rem;background:white;flex-direction:column;font-weight:500;gap:2rem;padding:3rem;border-radius:10px;align-items:flex-start;box-shadow:0 4px 4px #0000000d;transition:all .3s ease-in}}.hero-wrapper{color:#fff;position:relative;padding-bottom:2rem;z-index:1}.hero-container{justify-content:space-around;align-items:flex-end}.hero-left{position:absolute;top:2rem;left:5rem;gap:50vh}.hero-left p{font-size:18px}.hero-left img{width:310px;height:163px}.hero-right{position:absolute;top:2.5rem;right:3rem}.hero-right h1{font-size:2.5rem}.hero-right p{font-size:1.5rem}.hero-right ul{list-style:none;margin-top:2rem;margin-left:20px}.buttonContainer{display:flex;gap:2rem;position:absolute;top:50vh}.btn{background-color:#fff;color:#0b0b0b;padding:10px 20px;border:none;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;margin-right:10px;cursor:pointer}@media (max-width: 640px){.hero-container{margin-top:2rem}.hero-right{width:100%}}.App{position:relative;overflow-x:clip}.App>:nth-child(1){background:var(--black);position:relative}.white-gradient{position:absolute;width:20rem;height:20rem;background:rgba(255,255,255,.522);filter:blur(100px);border-radius:100px}
