*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%}@media only screen and (max-width: 75em){html{font-size:50%}}@media only screen and (min-width: 112.5em){html{font-size:75%}}body{line-height:1.6;font-family:"Public Sans", sans-serif;font-weight:400;color:#9698a6ff}.container{display:grid;grid-template-rows:6rem -webkit-min-content repeat(3, -webkit-min-content);grid-template-rows:6rem min-content repeat(3, min-content);grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(-webkit-min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];grid-template-columns:[full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];overflow:hidden}@media only screen and (max-width: 46em){.container{grid-template-rows:6rem -webkit-min-content -webkit-min-content repeat(3, -webkit-min-content);grid-template-rows:6rem min-content min-content repeat(3, min-content)}}.child-container{width:80%;margin:0 auto}.mb-small{margin-bottom:2.4rem}.mb-medium{margin-bottom:3.2rem}.mb-large{margin-bottom:4.8rem}.heading-1,.heading-2,.heading-3{color:#2d314dff}.heading-1{font-size:4.4rem;font-weight:300;line-height:1.1;letter-spacing:-0.5px}.heading-2{font-size:3rem;font-weight:300}.heading-3{font-size:2rem;font-weight:400}.btn:link,.btn:visited{font-size:1.2rem;padding:0.8rem 1.4rem;text-decoration:none;background-image:-webkit-gradient(linear, right bottom, left top, from(#32d25d), to(#2cb6d8));background-image:linear-gradient(to left top, #32d25d, #2cb6d8);color:#ffffffff;border-radius:100px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 0.2s;transition:all 0.2s}.btn:hover,.btn:active{-webkit-transform:translateY(-3px) scale(1.02);-ms-transform:translateY(-3px) scale(1.02);transform:translateY(-3px) scale(1.02);background-image:-webkit-gradient(linear, left bottom, right top, from(#32d25d), to(#2cb6d8));background-image:linear-gradient(to right top, #32d25d, #2cb6d8);-webkit-box-shadow:0 0.8rem 1.6rem rgba(0,0,0,0.1);box-shadow:0 0.8rem 1.6rem rgba(0,0,0,0.1)}.navbar{background-color:#ffffffff;grid-column:full-start / full-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media only screen and (max-width: 46em){.navbar{z-index:5}}.navbar__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar__navigations{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar__menu{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;margin-right:auto}.navbar__link:link,.navbar__link:visited{text-decoration:none;color:currentColor;font-size:1.4rem;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.navbar__item .navbar__link:hover,.navbar__item .navbar__link:active{border-bottom:2px solid #32d25dff;padding-bottom:1.6rem}.navbar__mobile-nav{border:none;background:none;cursor:pointer;display:none}.navbar__mobile-icon{width:3rem;height:2.4rem}.navbar__mobile-icon--close{display:none}@media only screen and (max-width: 46em){.navbar__mobile-nav{display:block;z-index:9999}.navbar__navigations{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,0.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:100vh;padding:2.4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:4.8rem;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 0.5s ease-in;transition:all 0.5s ease-in;opacity:0;pointer-events:none;visibility:hidden}.navbar__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:80%;margin:0 auto;background-color:#ffffffff;row-gap:1.8rem;border-radius:5px;margin-top:6rem;padding:2.4rem 0}.navbar.navbar-open .navbar__navigations{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.navbar.navbar-open .navbar__mobile-icon--menu{display:none}.navbar.navbar-open .navbar__mobile-icon--close{display:block}}.header__content{background-color:#fafafaff;grid-column:full-start / col-end 4}@media only screen and (max-width: 46em){.header__content{grid-row:3 / 4;grid-column:full-start / full-end;padding-bottom:4.8rem}}.header__container{width:70%;height:100%;margin:0 auto;display:grid;grid-template-rows:1fr -webkit-min-content 1fr;grid-template-rows:1fr min-content 1fr;justify-items:self-start;row-gap:2rem}@media only screen and (max-width: 46em){.header__container{justify-items:center}}.header__heading{-ms-flex-item-align:self-end;align-self:self-end}@media only screen and (max-width: 46em){.header__heading{text-align:center}}.header__text{font-size:1.6rem}@media only screen and (max-width: 46em){.header__text{text-align:center}}.header__btn{-ms-flex-item-align:self-start;align-self:self-start}.header__image{grid-column:col-start 5 / full-end;background-color:#fafafaff;background-image:url(../images/bg-intro-desktop.svg);background-size:cover}@media only screen and (max-width: 46em){.header__image{background-image:url(../images/bg-intro-mobile.svg);grid-column:full-start / full-end;z-index:1}}.header__mockup{width:100%;height:100%;-webkit-transform:translate(10%, 20%);-ms-transform:translate(10%, 20%);transform:translate(10%, 20%)}@media only screen and (max-width: 46em){.header__mockup{-webkit-transform:translate(0, -20%);-ms-transform:translate(0, -20%);transform:translate(0, -20%)}}.features{background-color:#f3f4f6ff;grid-column:full-start / full-end;padding:8rem 0}@media only screen and (max-width: 46em){.features{text-align:center}}.features__text{font-size:1.6rem;width:80%;margin-bottom:6.4rem}@media only screen and (max-width: 46em){.features__text{width:100%}}.features__box{display:grid;grid-template-columns:repeat(auto-fit, minmax(25rem, 1fr));gap:2rem}@media only screen and (max-width: 66em){.features__box{grid-template-columns:repeat(auto-fit, minmax(35rem, 1fr))}}.features__item{display:grid;grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr;row-gap:2rem}@media only screen and (max-width: 46em){.features__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;row-gap:3.2rem}}.features__icon{height:3.6rem;width:3.6rem}.features__description{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1rem}.features__description p{font-size:1.4rem}.latest{background-color:#fafafaff;grid-column:full-start / full-end;padding:8rem 0}.latest__box{display:grid;grid-template-columns:repeat(auto-fit, minmax(25rem, 1fr));gap:2rem}@media only screen and (max-width: 66em){.latest__box{grid-template-columns:repeat(auto-fit, minmax(35rem, 1fr))}}.latest__item{background-color:#ffffffff;border-top-left-radius:3px;border-top-right-radius:3px;overflow:hidden}.latest__img{width:100%;height:40%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 66em){.latest__img{height:auto}}.latest__description{padding:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:1.2rem}@media only screen and (max-width: 46em){.latest__description{padding:3.2rem}}.latest__written{font-size:0.9rem}.latest__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;row-gap:0.8rem}.latest__link:link,.latest__link:visited{text-decoration:none;color:#2d314dff;-webkit-transition:all 0.2s;transition:all 0.2s}.latest__link:hover,.latest__link:active{color:#32d25dff}.latest__text{font-size:1.4rem}.footer{background-color:#2d314dff;grid-column:full-start / full-end;padding:4.8rem 0}.footer__container{display:grid;grid-template-columns:-webkit-min-content -webkit-max-content 1fr;grid-template-columns:min-content max-content 1fr;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;gap:6.4rem}@media only screen and (max-width: 46em){.footer__container{grid-template-columns:1fr;justify-items:center}}.footer__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:4rem}.footer__business-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1.2rem;-moz-column-gap:1.2rem;column-gap:1.2rem}.footer__menu{list-style:none;display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:6.4rem;-moz-column-gap:6.4rem;column-gap:6.4rem;row-gap:1.2rem}@media only screen and (max-width: 46em){.footer__menu{grid-template-columns:1fr;text-align:center}}.footer__link:link,.footer__link:visited{font-size:1.4rem;text-decoration:none;color:inherit;-webkit-transition:all 0.2s;transition:all 0.2s}.footer__link:hover,.footer__link:active{color:#32d25dff}.footer__cta{justify-self:self-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;row-gap:1.6rem}@media only screen and (max-width: 66em){.footer__cta{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 46em){.footer__cta{justify-self:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__copyright{font-size:1rem}
