:root{--header-height: 3rem;--font-semi: 600;--hue-color: 214;--first-color: hsl(var(--hue-color), 77%, 44%);--second-color: hsl(var(--hue-color), 56%, 12%);--body-font: 'Poppins', sans-serif;--big-font-size: 2rem;--little-big-font-size: 1.8rem;--h2-font-size: 1.25rem;--normal-font-size: .938rem;--smaller-font-size: .75rem;--mb-2: 1rem;--mb-4: 2rem;--mb-5: 2.5rem;--mb-6: 3rem;--z-back: -10;--z-fixed: 100}@media screen and (min-width:968px){:root{--big-font-size: 3.5rem;--little-big-font-size: 3rem;--h2-font-size: 2rem;--normal-font-size: 1rem;--smaller-font-size: .875rem}}*,::after,::before{box-sizing: border-box}html{scroll-behavior: smooth}body{margin: var(--header-height) 0 0 0;font-family: var(--body-font);font-size: var(--normal-font-size);color: var(--second-color)}h1{margin: 0}a{text-decoration: none}img{max-width: 100%;height: auto;display: block}.section{padding-top: 3rem;padding-bottom: 2rem}.bd-grid{max-width: 1024px;display: grid;margin-left: var(--mb-2);margin-right: var(--mb-2)}.l-main{height: 100vh;display: flex;justify-content: center;align-items: center}.home{width: 100%;position: relative;row-gap: 5rem}.home__data{align-self: center}.home__title{font-size: var(--big-font-size);margin-bottom: var(--mb-5)}.home__title-color{color: var(--first-color)}.home__title-small{font-size: var(--little-big-font-size)}.home__img{position: absolute;right: 0;bottom: 0;width: 260px}.home__blob{fill: var(--first-color)}.home__blob-img{width: 360px}.button{display: inline-block;background-color: var(--first-color);color: #fff;padding: .75rem 2.5rem;font-weight: var(--font-semi);border-radius: .5rem;transition: .3s}.button:hover{box-shadow: 0 10px 36px rgba(0, 0, 0, .15)}@media screen and (max-width:320px){.home{row-gap: 2rem}.home__img,.home__blob{width: 200px}}@media screen and (min-width:576px){.home__img,.home__blob{width: 300px}}@media screen and (min-width:768px){body{margin: 0}.section{padding-top: 4rem;padding-bottom: 3rem}.home__img,.home__blob{width: 400px}}@media screen and (min-width:992px){.bd-grid{margin-left: auto;margin-right: auto}}
