:root{--primary-color:#5bb462;--primary-dark:#4f9c55;--secondary-color:#ffea00;--secondary-dark:#e3d002;--overlay:rgba(0,0,0,0.7)}*{box-sizing:border-box;padding:0}*,body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:1.2}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}ul{list-style-type:none}a{text-decoration:none}.button{padding:17px 28px;font-size:1.2rem;color:#fff;font-weight:600;text-transform:uppercase;background-color:#5bb462;background-color:var(--primary-color);border:1px solid #5bb462;border:1px solid var(--primary-color);border-radius:4px;cursor:pointer}.button:hover{background:#4f9c55;background:var(--primary-dark);border:1px solid #4f9c55;border:1px solid var(--primary-dark)}.line{display:block;width:40px;height:3px;margin:5px auto;background-color:#5bb462;background-color:var(--primary-color)}.header{position:fixed;height:90px;width:100%;top:0;left:0;z-index:1;transition:.3s ease-in;overflow:hidden;background-color:rgba(0,0,0,.9)}.header .navbar{display:flex;justify-content:space-between;align-items:center;max-width:1240px;margin:auto;height:100%;padding:0 1rem}.header .nav-menu a{color:#fff}.header .navbar img{width:250px;height:auto}.header .nav-menu{display:flex}.header .nav-item{padding:1rem;font-weight:500}.header .nav-item a:hover{padding-bottom:12px;border-bottom:3px solid var(--secondary-color)}.hamburger{display:none}@media screen and (max-width:940px){.header{background-color:rgba(0,0,0,.9)}.header,.header .navbar{max-width:100%}.hamburger{display:block}.nav-menu{position:fixed;left:-100%;top:90px;flex-direction:column;background-color:rgba(0,0,0,.9);width:100%;height:90vh;z-index:999;text-align:center;transition:.3s}.nav-menu.active{left:0}.nav-item{margin:1.5rem 0}.header .navbar img{width:150px}}.hero{background-color:var(--overlay);color:#532be2;height:100vh;width:100%;position:relative}.hero:before{content:"";background:url(/static/media/hero.8562676a.jpg) no-repeat 50%/cover;height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1}.hero .content{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:1100px;margin:auto;padding:1rem}.hero .content p:first-child{font-style:italic;font-size:.9rem}.hero .content p:nth-child(2){font-size:1.9rem}.hero .content p:nth-child(3){font-size:5rem;font-weight:700}.hero .content p:nth-child(4){font-size:2.2rem;font-style:italic}.hero .button{margin:1rem 0;width:300px;background-color:var(--secondary-color);border:1px solid var(--secondary-color);color:#333}.hero .button:hover{background-color:var(--secondary-dark);border:1px solid var(--secondary-dark)}@media screen and (max-width:940px){.hero .content p:nth-child(3){font-size:2.6rem}.hero .content p:nth-child(4){font-size:1.6rem}}.about{background-color:#f8f8f8;margin:auto;padding:8rem 1rem 0;width:100%}.about .container{width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr)}.about h2{font-size:3rem}.about .col-2{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.about .col-2 p:first-of-type{margin:2rem 0}.about .col-2 p:nth-child(4){font-size:1.8rem;font-style:italic;font-weight:600}.about button{margin-top:1rem}@media screen and (max-width:940px){.about .container{grid-template-columns:1fr;width:100%}.about .container img{padding:0;width:90vw}.about .container .col-2{padding:0}.about button{margin-bottom:1rem}}.testimonials{width:100%}.testimonials .container{width:1240px;margin:4rem auto;padding:4rem 0}.testimonials h2{font-size:3rem;text-align:center}.testimonials .container .content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;margin:4rem 0}.testimonials .card{border:1px solid #eee;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:1rem}.testimonials img{border-radius:50px;margin-top:-2rem}.testimonials .card p{color:#787878;font-size:1.1rem;margin:12px}.testimonials .card span{color:var(--primary-color);font-size:1rem;font-weight:700}@media screen and (max-width:940px){.testimonials .container{width:100%}.testimonials .container .content{grid-template-columns:1fr}.testimonials .card{max-width:100%;margin:1rem}}.demo{margin:5rem auto;padding:1rem;width:100%}.demo .container{width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr)}.demo .col-1{padding:1rem;display:flex;flex-direction:column}.demo .col-1 p:first-child{font-size:1.8rem;font-style:italic}.demo .col-1 p:nth-child(2){font-size:3rem;font-weight:600;margin:.5rem 0}.demo .col-1 p:nth-child(3){font-size:1.2rem;margin-bottom:1rem}.demo .col-2{margin:auto}@media screen and (max-width:940px){.demo .container{max-width:100%;grid-template-columns:1fr;grid-gap:30px}.demo iframe{width:100%;height:auto}}.footer{width:100%;background-color:#000;color:#eee;padding:3rem 1rem}.footer .container{max-width:1240px;margin:auto;text-align:center}.footer ul{display:flex;justify-content:center}.footer li{padding:1rem}.footer li a{color:#fff}.footer li a:hover{padding-bottom:12px;border-bottom:3px solid var(--secondary-color)}.bottom{text-align:center;padding-top:3rem}.line{margin-bottom:1rem}
/*# sourceMappingURL=main.85c7711a.chunk.css.map */