.hi{padding:0}.problems-solutions{background-color:#F5F6F8}.problems{display:grid;grid-template-columns:50% 50%;max-width:768px;margin:0 auto 80px;position:relative}.problems div{height:100px;display:flex;padding:24px}.problems div:first-child{align-items:flex-end;justify-content:flex-end;transform:rotate(4deg)}.problems div:nth-child(2){align-items:flex-end;justify-content:flex-start;margin-left:12px;transform:rotate(-3deg)}.problems div:nth-child(3){align-items:flex-start;justify-content:flex-end;transform:rotate(-2deg)}.problems div:nth-child(4){align-items:flex-end;justify-content:flex-start;transform:rotate(3deg)}.problems div .problem{display:block;position:relative;background-color:#fff;color:#000;font-size:18px;padding:12px 24px;border-radius:48px;text-align:center;box-shadow:0 8px 24px rgb(0 0 0 / .12)}.problems div .problem.callout:before{content:" ";border-radius:100%;background-color:#fff;width:32px;height:32px;position:absolute}.problems div .problem.callout:after{content:" ";border-radius:100%;background-color:#fff;width:16px;height:16px;position:absolute;box-shadow:0 8px 24px rgb(0 0 0 / .12);z-index:-1}.problems div .problem.callout.left:before{left:-6px;top:calc(100% - 18px)}.problems div .problem.callout.left:after{left:-22px;top:calc(100% + 8px)}.problems div .problem.callout.left.top:before{bottom:calc(100% - 18px);top:unset}.problems div .problem.callout.left.top:after{bottom:calc(100% + 8px);top:unset}.problems div .problem.callout.right:before{right:-6px;top:calc(100% - 18px)}.problems div .problem.callout.right:after{right:-24px;top:calc(100% + 4px)}.problems div .problem.callout.right.top:before{bottom:calc(100% - 18px);top:unset}.problems div .problem.callout.right.top:after{bottom:calc(100% + 4px);top:unset}.problems .arrow{position:absolute;left:50%;bottom:0;transform:translate(-70%,70%)}@media (max-width:768px){.problems{display:block}.problems div:first-child{justify-content:center}.problems div:nth-child(2){margin-top:-36px;justify-content:center}.problems div:nth-child(3){margin-top:-20px;justify-content:center;margin-left:40px;transform:rotate(2deg)}.problems div:nth-child(4){transform:rotate(-3deg);justify-content:center}.problems .arrow{transform:translate(-70%,80%) scale(.8)}}.solution p{margin-bottom:0}.getting-started{z-index:-2}.getting-started section{z-index:1}.getting-started section span{color:#4DA557}.getting-started .numbered{position:relative;margin-top:64px;padding-bottom:64px}.getting-started .numbered .swoosh{position:absolute;left:50%;transform:translateX(-50%);top:0;width:53px}.getting-started .three-column{display:flex;flex-direction:row;flex-wrap:nowrap}.getting-started .three-column:not(:first-child){margin-top:64px}.getting-started .three-column label{flex:0 0 auto;font-weight:800;font-size:36px;line-height:64px;text-align:center;border-radius:100%;box-shadow:0 8px 24px rgb(0 0 0 / .12);background-color:#fff;color:#4DA557;align-self:flex-start;width:64px;height:64px;margin:0 48px;position:relative}.getting-started .three-column div{flex:1 1 50%}.getting-started .three-column div img{max-width:100%}.getting-started .three-column div.end{display:flex;align-items:flex-end}.getting-started .three-column div.start{display:flex;align-items:flex-start}.getting-started .result{position:relative;width:100%;max-width:400px;background-color:#4DA557;margin:0 auto;border-radius:100%;box-shadow:0 32px 54px rgb(77 165 87 / 35%)}.getting-started .result h4,.getting-started .result p{color:#fff;margin:0 auto;text-align:center}.getting-started .result h4{margin:16px auto}.getting-started .result:after{content:"";display:block;padding-bottom:100%}.getting-started .result .plane{position:absolute;z-index:-1;left:100%;top:50%;transform:translate(-20px,-50%)}.getting-started .result .content{position:absolute;width:100%;height:100%;padding:36px}@media (max-width:768px){.getting-started .numbered .swoosh{left:0;transform:unset;width:64px}.getting-started .three-column{flex-wrap:wrap}.getting-started .three-column label{order:1;margin:0 var(--sideContentInset) 0 0;width:48px;height:48px;line-height:48px;font-size:32px}.getting-started .three-column div:not(.illustration){order:2}.getting-started .three-column .illustration{order:3;width:100%;align-self:center;justify-content:center;align-items:center;margin-top:36px;margin-left:48px}.getting-started .result .plane{display:none}}.interface-container{background-color:#F5F6F8}.interface-container section{text-align:center;align-items:center;display:flex;flex-direction:column}.interface-container section img{box-shadow:0 0 40px rgb(135 135 138 / .4);border-top-left-radius:12px;border-top-right-radius:12px;max-width:calc(100% - 20px)}.no-work .three-column{flex-wrap:nowrap}.no-work .three-column .column{flex:1 1 30%;display:flex;flex-direction:column;position:relative}.no-work .three-column .column img{opacity:.8}.no-work .three-column .column .h4{margin:12px 0;color:#272727}.no-work .three-column .column .arrow{position:absolute;right:18px;top:32px}.no-work .three-column .column:nth-child(1){padding-right:36px}.no-work .three-column .column:nth-child(1) div{margin-bottom:100px}.no-work .three-column .column:nth-child(2){justify-content:center;padding:0 18px}.no-work .three-column .column:nth-child(2) .arrow{top:100px;right:0;max-width:calc(100% - 128px)}.no-work .three-column .column:nth-child(3){justify-content:flex-end;padding-left:36px}@media (max-width:768px){.no-work .three-column .column:nth-child(1),.no-work .three-column .column:nth-child(2),.no-work .three-column .column:nth-child(3){justify-content:center;text-align:center;padding:0}.no-work .three-column .column:nth-child(1) div,.no-work .three-column .column:nth-child(2) div,.no-work .three-column .column:nth-child(3) div{margin-bottom:unset}.no-work .three-column .column .arrow{display:none}}.all-features img,.all-features object{min-width:800px;max-width:var(--contentElementMaxWidth);width:100vw}.all-digital-life{overflow:hidden}.all-digital-life .logos{margin-left:0;margin-bottom:24px;max-height:28px;overflow:hidden}.all-digital-life .logos img{margin-right:16px;vertical-align:middle}.testimonials{flex-wrap:nowrap;overflow:scroll;z-index:10;margin-top:0;padding-top:64px;padding-bottom:64px;padding-left:max(20px, 10%)}.testimonials .summary{flex:0 0 164px}.testimonials .summary .total{font-weight:700}.testimonials .summary .total span{font-size:48px}.testimonials .testimonial{display:flex;flex-direction:column;flex:0 0 460px;width:460px;max-width:80%;box-shadow:0 10px 30px rgb(163 166 177 / .25);border-radius:12px;margin-left:30px;padding:32px;background-color:#fff}.testimonials .testimonial.even{transform:translateY(-40px)}.testimonials .testimonial h3{font-size:20px;margin-bottom:12px;flex:0;line-height:normal}.testimonials .testimonial p{font-size:14px;flex:1 0 auto;margin-left:0;margin-right:0;margin-bottom:12px}.testimonials .testimonial .metadata{flex:0 0 auto;display:flex;flex-direction:row;flex-wrap:nowrap;color:#B4BCC7;font-weight:600}.testimonials .testimonial .metadata .author{flex:1 1 auto}.testimonials .testimonial .metadata .rating{flex:0 0 auto}@media (max-width:768px){.testimonials{padding-left:0;padding-top:60px}.testimonials .testimonial,.testimonials .summary{margin-left:var(--sideContentInset)}}.security{background:linear-gradient(0,#F5F6F8 0%,#fff 100%)}.security section{position:relative;text-align:center}.security section .shield-shadow{display:none}.security section .shield{margin-bottom:24px}@media (min-width:769px){.security section{text-align:left}}@media (min-width:1060px){.security section{margin-top:32px}.security section .shield{position:absolute;left:0;transform:translateX(calc(-1 * (100% + 16px)));top:0;z-index:2}.security section .shield-shadow{display:block;position:absolute;left:0;transform:translate(calc(-1 * (100% + 48px)),-40%);top:0}}.product-card span{position:relative}.product-card span .plane{position:absolute;top:0;left:100%;transform:translate(-111px,-120%);z-index:-1}