:root{--color-primary:#2584ff;--color-secondary:#00d9ff;--color-accent:#ff3400;--color-headings:#1b0760;--color-body:#918ca4;--color-body-darker:#5c5577;--color-border:#ccc;--border-radius:30px}*,:after,:before{box-sizing:border-box}::selection{background:var(--color-primary);color:#fff}html{scroll-behavior:smooth;font-size:62.5%}img{width:100%}body{color:var(--color-body);background-color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:2rem;line-height:1.5}h1,h2,h3{color:var(--color-headings);margin-bottom:1rem;line-height:1.1}h1{font-size:5.3rem}h2{font-size:4rem}h3{font-size:2.8rem;font-weight:600;line-height:1.3}p{margin-top:0}@media screen and (width>=1024px){body{font-size:1.8rem}h1{font-size:8rem}h2{font-size:4rem}h3{font-size:2.4rem}}a{text-decoration:none}.link-arrow{color:var(--color-accent);text-transform:uppercase;font-size:2rem;font-weight:700}.link-arrow:after{content:"-->";margin-left:5px;transition:margin .15s}.link-arrow:hover:after{margin-left:10px}@media screen and (width>=1024px){.link-arrow{font-size:1.5rem}}.badge{white-space:nowrap;border-radius:20px;padding:.5rem 2rem;font-size:2rem;font-weight:600}.badge--primary{background:var(--color-primary);color:#fff}.badge--secondary{background:var(--color-secondary);color:#fff}.badge--small{padding:.5rem 1.5rem;font-size:1.6rem}@media screen and (width>=1024px){.badge{font-size:1.5rem}.badge--small{font-size:1.2rem}}.list{padding-left:0;list-style:none}.list--inline .list__item{margin-right:2rem;display:inline-block}.list--tick{color:var(--color-headings);padding-left:3rem}.list--tick .list__item{margin-bottom:1rem;padding-left:.5rem}@media screen and (width>=1024px){.list--tick .list__item{padding-left:0}}.icon{width:40px;height:40px}.icon--small{width:30px;height:30px}.icon--primary{fill:var(--color-primary)}.icon--white{fill:#fff}.icon--dark{fill:#000}.icon-container{background:#f3f9fa;border-radius:100%;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.icon-container--accent{background:var(--color-accent)}.btn{cursor:pointer;text-align:center;text-transform:uppercase;white-space:nowrap;border:0;border-radius:40px;outline:0;margin:1rem 0;padding:2rem 4vw;font-size:1.8rem;font-weight:600}.btn .icon{vertical-align:middle;width:2rem;height:2rem;margin-right:1rem}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:#3a8ffd}.btn--secondary{background:var(--color-secondary);color:#fff}.btn--secondary:hover{background:#05cdf0}.btn--accent{background:var(--color-accent);color:#fff}.btn--accent:hover{background:#ec3000}.btn--outline{color:var(--color-headings);border:2px solid var(--color-headings);background:#fff}.btn--outline:hover{background:var(--color-headings);color:#fff}.btn--stretched{padding-left:6rem;padding-right:6rem}.btn--block{width:100%;display:inline-block}@media screen and (width>=1024px){.btn{font-size:1.5rem}}.input{border-radius:var(--border-radius);border:1px solid var(--color-border);color:var(--color-headings);outline:0;padding:1.5rem 3.5rem;font-size:2rem}::placeholder{color:#cdcbd7}.input-group{border:1px solid var(--color-border);border-radius:var(--border-radius);display:flex}.input-group .input{border:0;flex-grow:1;width:0;padding:1.5rem 2rem}.input-group .btn{margin:4px}@media screen and (width>=1024px){.input{font-size:1.5rem}}.card{border-radius:7px;overflow:hidden;box-shadow:0 0 20px 10px #f3f3f3}.card__header,.card__body{padding:2rem 7%}.card--primary .card__header{background:var(--color-primary);color:#fff}.card--secondary .card__header{background:var(--color-secondary);color:#fff}.card--primary .badge--primary{background:#126de4}.card--secondary .badge--secondary{background:#02cdf1}.plan{transition:transform .2s ease-out}.plan__name{color:#fff;margin:0;font-size:2.4rem;font-weight:500}.plan__price{font-size:5rem}.plan__billing-cycle{opacity:.8;margin-right:1rem;font-size:2rem;font-weight:300}.plan__description{letter-spacing:1px;font-size:2rem;font-weight:300;display:block}.plan .list__item{margin-bottom:2rem}.plan--popular .card__header{position:relative}.plan--popular .card__header:before{width:40px;display:inline-block;position:absolute;top:-6px;right:5%}.plan:hover{transform:scale(1.05)}.plan--popular:hover{transform:scale(1.15)}.plan-price-info{text-align:center;color:#1f1f1f;margin-top:7rem;padding-left:3rem;padding-right:3rem;font-size:1.5rem}@media screen and (width>=1024px){.plan--popular{transform:scale(1.1)}.plan__name{font-size:1.4rem}.plan__price{font-size:5rem}.plan__billing-cycle{font-size:1.6rem}.plan__description{font-size:1.7rem}.plan-price-info{padding-top:1rem;padding-left:8rem;padding-right:8rem}}.media{margin-bottom:4rem;display:flex}.media__title{margin-top:0}.media__body{margin:0 2rem}.media__image{margin-top:1rem}.media .media__image img{width:50px}.quote{color:var(--color-body-darker);font-size:3rem;font-style:italic;line-height:1.3}.quote__text:before{content:open-quote}.quote__text:after{content:close-quote}.quote__author{margin-bottom:0;font-size:2rem;font-style:normal;font-weight:500}.quote__organization{color:var(--color-headings);opacity:.4;font-size:1.5rem;font-style:normal}.quote__line{position:relative;bottom:10px}@media screen and (width>=1024px){.quote{font-size:2rem}.quote__author{font-size:2.4rem}.quote__organization{font-size:1.6rem}}.grid{display:grid}@media screen and (width>=768px){.grid--1x233{grid-template-columns:66% 34%}.grid--233x1{grid-template-columns:34% 66%}.grid--1x2{grid-template-columns:repeat(2,1fr)}}@media screen and (width>=1024px){.grid--1x3{grid-template-columns:repeat(3,1fr)}}.testimonial{padding:3rem}.testimonial .quote{margin:2rem 0;font-size:110%}.testimonial__image{margin:0 3rem;position:relative}.testimonial__image>.icon-container{position:absolute;top:3rem;right:-32px}@media screen and (width>=768px){.testimonial__image{margin:0}.testimonial .quote{margin:5rem 0 0 6rem;font-size:120%;line-height:1.5}}.callout{border-radius:5px;padding:4rem}.callout--primary{background:var(--color-primary);color:#fff}.callout__heading{color:#fff;margin-top:0;font-size:3rem}.callout .btn{place-self:center}.callout__content{text-align:center}@media screen and (width>=768px){.callout .grid--1x2{grid-template-columns:1fr auto}.callout__content{text-align:left}.callout .btn{justify-self:start;margin:0 2rem}}.collapsible__header{justify-content:space-between;align-items:center;display:flex}.collapsible__heading{margin-top:0;font-size:3rem}.collapsible__chevron{transition:transform .3s;transform:rotate(-90deg)}.collapsible__content{opacity:0;max-height:0;transition:max-height .3s linear,opacity .3s linear;overflow:hidden}.collapsible--expanded .collapsible__chevron{transform:rotate(0)}.collapsible--expanded .collapsible__content{opacity:1;max-height:100vh}.block{--padding-vertical:5rem;padding:var(--padding-vertical)2rem}.block__header{text-align:center;margin-bottom:4rem}.block__heading{color:#000;margin-top:0;font-size:4rem;line-height:1.3}.block--dark{color:#7b858b;background:#000}.block--dark h1,.block--dark h2,.block--dark h3{color:#fff}.block--skewed-right{padding-bottom:calc(var(--padding-vertical) + 4rem);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 95%)}.block--skewed-left{padding-bottom:calc(var(--padding-vertical) + 4rem);clip-path:polygon(0% 0%,100% 0%,100% 95%,0% 100%)}.container{max-width:1140px;margin:0 auto}.nav{flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem;display:flex}.nav__list{width:100%;margin:0}.nav__item{border-bottom:1px solid #222;padding:.5rem 1rem;font-size:1.4rem}.nav__item:last-of-type{border-bottom:none}.nav__item>a{color:#434344;transition:color .3s}.nav__item>a:hover{color:#686869}.nav__toggler{opacity:.5;cursor:pointer;transition:box-shadow .15s}.nav.collapsible--expanded .nav__toggler{opacity:1;border-radius:5px;box-shadow:0 0 0 3px #666}.nav__brand{width:70px}.nav__image{color:#000;justify-content:center;align-items:center;gap:1rem;display:flex}@media screen and (width>=768px){.nav__toggler{display:none}.nav__list{opacity:1;width:auto;max-height:100%;font-size:1.6rem;display:flex}.nav__item{border:0}}.hero__tagline{color:#434344;letter-spacing:1px;margin:4rem 0 6rem;font-size:1.5rem;line-height:1.7}.hero__content{align-self:center}@media screen and (width>=768px){.hero__content{text-align:left;align-self:center}.hero__tagline{margin:2rem 0 5rem}}@media screen and (width>=1024px){.hero{padding-top:0}}.block-domain .input-group{border:0;max-width:670px;margin:4rem auto;box-shadow:0 0 30px 20px #e6ebee}.block-domain__prices{color:var(--color-headings);grid-template-rows:repeat(2,6rem);grid-template-columns:repeat(2,1fr);justify-items:center;max-width:700px;margin:0 auto;font-size:2rem;font-weight:600;display:grid}@media screen and (width>=768px){.block-domain__prices{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}}.block-plans .grid{gap:8rem 4rem}.block-plans .card{max-width:500px;margin:0 auto 5.5rem}.feature{gap:4rem 2rem;margin:12rem 0}.feature:first-of-type{margin-top:6rem}.feature__heading{color:#000;margin:1rem 0;font-weight:700;text-decoration:underline}@media screen and (width>=768px){.feature:nth-of-type(2n) .feature__content{order:2}.block-showcase .grid{grid-template-columns:50% 50%}.block-showcase__image{justify-self:end}.block-showcase__image>img{width:auto;max-width:700px;padding-top:3rem;padding-right:3rem}}.footer{background:#000;padding-top:6rem}.footer a{color:#7b858b;transition:color .3s}.footer a:hover{color:#fff}.footer__section{border-bottom:1px solid #393939;padding:2rem}.footer__section .list{margin:0}.footer__heading{text-transform:uppercase;font-size:2.5rem;font-weight:600;line-height:1.5}.footer__brand{text-align:center;margin-top:5rem}.footer__brand img{max-width:70px;padding-bottom:2rem}.footer__copyright{font-size:2.1rem}.footer__copyright a:hover,.footer__copyright a:visited,.footer__copyright a:link,.footer__copyright a:active{color:#7b858b}.footer-p{margin-bottom:0}@media screen and (width>=768px){.footer{font-size:1.5rem}.footer__sections{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.footer .collapsible__chevron{display:none}.footer .collapsible__content{opacity:1;max-height:100%}.footer__brand{order:-1;margin-top:1rem}.footer__copyright{font-size:1.5rem}.footer__section{border:0}.footer__heading{font-size:1.6rem}}.callout-signup{transform:translateY(5rem)}.hero__image{border-radius:1rem;max-width:300px;margin-top:3rem}@media screen and (width>=768px){.hero__image{max-width:400px;margin-top:0}}.block__header_grid{column-gap:4rem}.header__image{place-self:center}.background-0{background-color:#fff;background-image:linear-gradient(#cfd2d2 0%,#fff 100%)}.background-180{background-color:#fff;background-image:linear-gradient(#fff 0%,#cfd2d2 100%)}.footer_image{color:#fff;justify-content:center;align-items:center;gap:.4rem;display:flex}.aboutcrm{flex-direction:column;justify-content:center;align-items:center;gap:5rem;margin-bottom:5rem;display:flex}.aboutcrm__image{border-radius:1rem;width:200px;height:200px;box-shadow:0 5px 15px #00000026}.aboutcrm__header{text-align:center;margin-bottom:3rem}@media screen and (width>=768px){.aboutcrm{flex-direction:row}}.feature__image{max-width:200px}.feature picture{justify-content:center;align-items:center;display:flex}.feature__header{color:#000;text-align:center;margin-bottom:4rem}.feature__p{text-align:center;margin-bottom:10rem}.block__gray{background:#cfd2d2}.numbers__container{justify-content:space-evenly;margin-top:8rem;padding-bottom:4rem;display:flex}.numbers__div{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.numbers__img{width:70px}.numbers__number{color:#fff;font-size:2rem;font-weight:700}.numbers__text{font-size:1.2rem}@media screen and (width>=768px){.numbers__number{font-size:3rem}.numbers__text{font-size:1.5rem}}.faq__heading{color:#000;margin-top:.5rem;margin-bottom:.5rem}.faq__section{margin-top:1rem}.faq__text{color:#7b858b;font-size:1.6rem}.faq__email{color:red;font-weight:700}@media screen and (width>=768px){.faq__text{font-size:1.8rem}}.collapsible__arrow{cursor:pointer;color:#434344;font-size:2.7rem;transition:transform .3s linear;transform:rotate(0)}.collapsible--expanded .collapsible__arrow{transform:rotate(90deg)}.price__info{flex-direction:column;align-items:center;margin-top:8rem;font-size:1.5rem;display:flex}.price__info_div{border-radius:3rem;width:400px;padding:3rem}.price__info--white{color:#000;background:#fff;margin-bottom:5rem}.price__info--black{color:#fff;background:#000}@media screen and (width>=955px){.price__info{flex-direction:row;justify-content:center;align-items:start;gap:4rem}}.price__info--icon{margin-right:2rem;font-size:3rem}.price__info--icongray{color:#393939}.price__info--blue{color:#007bff}.btn-gray{color:#fff;background:#393939}.btn-blue{color:#fff;background:#007bff}.price__info--number{margin-top:2rem;margin-bottom:2rem;font-size:5rem}.price__info--month{font-size:1.4rem}.price__info--btn{border-radius:2rem;width:100%;margin-top:4rem;margin-bottom:3rem;padding:1.5rem 1rem;display:inline-block}.price__info--ul{list-style:none}.price__info--ul i{margin-right:2rem}.price__info--ul li{margin-bottom:1rem}.ul--blue i{color:#007bff}.block__header-margin{padding-bottom:6rem}.faq-header-margin{padding-bottom:8rem}
/*# sourceMappingURL=index.8b1323e3.css.map */
