@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:inherit;text-decoration:none}.link{color:var(--color-primary);text-transform:none;text-align:left}.link:not([disabled]):not(.disabled):focus,.link:not([disabled]):not(.disabled):hover{color:var(--color-primary-hover)}.link.disabled,.link[disabled]{color:var(--button-primary-bg-disabled)}button{padding:0;margin:0;background-color:transparent;font:inherit;border:0;cursor:pointer}button.disabled,button[disabled]{cursor:default}.button{display:inline-block;padding:0 20px;height:40px;border-radius:4px;border:none;background:none;color:inherit;font:inherit;line-height:40px;text-transform:uppercase;white-space:nowrap;text-align:center;text-decoration:none;outline:0;-webkit-transition:color .35s ease-in-out 0s,background .35s ease-in-out 0s,-webkit-box-shadow .35s ease-in-out 0s;transition:color .35s ease-in-out 0s,background .35s ease-in-out 0s,-webkit-box-shadow .35s ease-in-out 0s;transition:color .35s ease-in-out 0s,background .35s ease-in-out 0s,box-shadow .35s ease-in-out 0s;transition:color .35s ease-in-out 0s,background .35s ease-in-out 0s,box-shadow .35s ease-in-out 0s,-webkit-box-shadow .35s ease-in-out 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.button.disabled,.button[disabled]{cursor:default}.button-block{display:block;width:100%}.button-icon{position:relative;padding:0;-webkit-box-sizing:content-box;box-sizing:content-box}.button-icon .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.button-link{color:var(--color-primary);text-transform:none}.button-link:not([disabled]):not(.disabled):focus,.button-link:not([disabled]):not(.disabled):hover{color:var(--color-primary-hover)}.button-link.disabled,.button-link[disabled]{color:var(--button-primary-bg-disabled)}.button-link.button-danger{color:var(--color-danger);text-transform:none}.button-link.button-danger:not([disabled]):not(.disabled):focus,.button-link.button-danger:not([disabled]):not(.disabled):hover{color:var(--color-danger-hover)}.button-link.button-danger.disabled,.button-link.button-danger[disabled]{color:var(--button-danger-bg-disabled)}.button-remove{color:var(--color-danger);text-transform:none;font-size:26px}.button-remove:not([disabled]):not(.disabled):focus,.button-remove:not([disabled]):not(.disabled):hover{color:var(--color-danger-hover)}.button-remove.disabled,.button-remove[disabled]{color:var(--button-danger-bg-disabled)}.button-remove,.button-remove:hover{background-color:transparent}.button-add{position:relative;width:40px;font-size:24px;border-radius:50%}.button-add .icon-dollarbird-plus{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.button-fill{background-color:var(--color-surface);-webkit-box-shadow:0 2px 4px 2px transparent;box-shadow:0 2px 4px 2px transparent}.button-fill.button-primary{color:var(--button-primary-text);background-color:var(--button-primary-bg)}.button-fill.button-primary:not([disabled]):not(.disabled):focus,.button-fill.button-primary:not([disabled]):not(.disabled):hover{color:var(--button-primary-text);background-color:var(--button-primary-bg-hover)}.button-fill.button-primary:not([disabled]):not(.disabled):active{-webkit-box-shadow:0 2px 4px 2px var(--button-primary-shadow);box-shadow:0 2px 4px 2px var(--button-primary-shadow)}.button-fill.button-primary.disabled,.button-fill.button-primary[disabled]{color:var(--button-primary-text);background-color:var(--button-primary-bg-disabled)}.button-fill.button-secondary{color:var(--button-secondary-text);background-color:var(--button-secondary-bg)}.button-fill.button-secondary:not([disabled]):not(.disabled):focus,.button-fill.button-secondary:not([disabled]):not(.disabled):hover{color:var(--button-secondary-text);background-color:var(--button-secondary-bg-hover)}.button-fill.button-secondary:not([disabled]):not(.disabled):active{-webkit-box-shadow:0 2px 4px 2px var(--button-secondary-shadow);box-shadow:0 2px 4px 2px var(--button-secondary-shadow)}.button-fill.button-secondary.disabled,.button-fill.button-secondary[disabled]{color:var(--button-secondary-text);background-color:var(--button-secondary-bg-disabled)}.button-fill.button-danger{color:var(--button-danger-text);background-color:var(--button-danger-bg)}.button-fill.button-danger:not([disabled]):not(.disabled):focus,.button-fill.button-danger:not([disabled]):not(.disabled):hover{color:var(--button-danger-text);background-color:var(--button-danger-bg-hover)}.button-fill.button-danger:not([disabled]):not(.disabled):active{-webkit-box-shadow:0 2px 4px 2px var(--button-danger-shadow);box-shadow:0 2px 4px 2px var(--button-danger-shadow)}.button-fill.button-danger.disabled,.button-fill.button-danger[disabled]{color:var(--button-danger-text);background-color:var(--button-danger-bg-disabled)}.button-outline{background-color:var(--color-surface)}.button-outline.button-primary{color:var(--button-outline-primary);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-primary-border);box-shadow:inset 0 0 0 1px var(--button-outline-primary-border)}.button-outline.button-primary:not([disabled]):not(.disabled):focus,.button-outline.button-primary:not([disabled]):not(.disabled):hover{color:var(--button-outline-primary);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-primary);box-shadow:inset 0 0 0 1px var(--button-outline-primary)}.button-outline.button-primary:not([disabled]):not(.disabled):active{-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-primary),0 2px 4px 2px var(--button-outline-primary-shadow);box-shadow:inset 0 0 0 1px var(--button-outline-primary),0 2px 4px 2px var(--button-outline-primary-shadow)}.button-outline.button-primary.disabled,.button-outline.button-primary[disabled]{color:var(--button-outline-primary-border);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-primary-border);box-shadow:inset 0 0 0 1px var(--button-outline-primary-border)}.button-outline.button-secondary{color:var(--button-secondary-outline);-webkit-box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border);box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border)}.button-outline.button-secondary:not([disabled]):not(.disabled):focus,.button-outline.button-secondary:not([disabled]):not(.disabled):hover{color:var(--button-secondary-outline);-webkit-box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border-hover);box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border-hover)}.button-outline.button-secondary:not([disabled]):not(.disabled):active{-webkit-box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border-hover),0 2px 4px 2px var(--button-secondary-outline-border-hover);box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border-hover),0 2px 4px 2px var(--button-secondary-outline-border-hover)}.button-outline.button-secondary.disabled,.button-outline.button-secondary[disabled]{color:var(--button-secondary-outline-disabled);-webkit-box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border);box-shadow:inset 0 0 0 1px var(--button-secondary-outline-border)}.button-outline.button-danger{color:var(--button-outline-danger);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-danger-border);box-shadow:inset 0 0 0 1px var(--button-outline-danger-border)}.button-outline.button-danger:not([disabled]):not(.disabled):focus,.button-outline.button-danger:not([disabled]):not(.disabled):hover{color:var(--button-outline-danger);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-danger);box-shadow:inset 0 0 0 1px var(--button-outline-danger)}.button-outline.button-danger:not([disabled]):not(.disabled):active{-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-danger),0 2px 4px 2px var(--button-outline-danger-shadow);box-shadow:inset 0 0 0 1px var(--button-outline-danger),0 2px 4px 2px var(--button-outline-danger-shadow)}.button-outline.button-danger.disabled,.button-outline.button-danger[disabled]{color:var(--button-outline-danger-border);-webkit-box-shadow:inset 0 0 0 1px var(--button-outline-danger-border);box-shadow:inset 0 0 0 1px var(--button-outline-danger-border)}input,textarea{display:block;width:100%;padding:0;background:none;color:inherit;font:inherit;border:none;outline:0;cursor:text}input.disabled,input.readonly,input[disabled],input[readonly],textarea.disabled,textarea.readonly,textarea[disabled],textarea[readonly]{cursor:default}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-ms-clear{display:none;width:0;height:0}html{--color-bg:#fff;--color-bg-muted:#f5f6f6;--color-bg-muted-fade:hsla(180,5%,96%,.6);--color-surface:#fff;--color-surface-alt:#f5f6f6;--color-border:#ebeced;--color-text:#394852;--color-text-muted:#889197;--color-text-subtle:#b0b6ba;--color-text-fade-10:rgba(57,72,82,.1);--color-text-fade-15:rgba(57,72,82,.15);--color-text-fade-20:rgba(57,72,82,.2);--color-text-fade-80:rgba(57,72,82,.8);--color-overlay-strong:rgba(0,0,0,.4);--color-primary:#1196ea;--color-primary-hover:#0e7cc2;--color-danger:#eb2941;--color-danger-hover:#d32238;--color-overlay:rgba(57,72,82,.5);--color-shadow:rgba(0,0,0,.2);--color-chart-area-past:#cfeafb;--color-chart-area-future:#e7f4fd;--button-primary-text:#fff;--button-primary-bg:#1196ea;--button-primary-bg-hover:#0e7cc2;--button-primary-bg-disabled:#cfeafb;--button-primary-shadow:rgba(14,124,194,.4);--button-secondary-text:#fff;--button-secondary-bg:#394852;--button-secondary-bg-hover:#364149;--button-secondary-bg-disabled:#ebeced;--button-secondary-shadow:rgba(54,65,73,.4);--button-secondary-outline:#394852;--button-secondary-outline-border:#ebeced;--button-secondary-outline-border-hover:rgba(57,72,82,.2);--button-secondary-outline-disabled:#b0b6ba;--button-danger-text:#fff;--button-danger-bg:#eb2941;--button-danger-bg-hover:#d32238;--button-danger-bg-disabled:#fbd4d9;--button-danger-shadow:rgba(211,34,56,.4);--button-outline-primary:#1196ea;--button-outline-primary-border:#cfeafb;--button-outline-primary-shadow:rgba(17,150,234,.2);--button-outline-danger:#eb2941;--button-outline-danger-border:#fbd4d9;--button-outline-danger-shadow:rgba(211,34,56,.2)}html[data-theme=dark]{--color-bg:#0b1117;--color-bg-muted:#151b23;--color-bg-muted-fade:rgba(21,27,35,.6);--color-surface:#151b23;--color-surface-alt:#1c2430;--color-border:#2a3441;--color-text:#e6edf3;--color-text-muted:#9aa4b2;--color-text-subtle:#6b7785;--color-text-fade-10:rgba(230,237,243,.12);--color-text-fade-15:rgba(230,237,243,.18);--color-text-fade-20:rgba(230,237,243,.2);--color-text-fade-80:rgba(230,237,243,.8);--color-overlay-strong:rgba(0,0,0,.7);--color-primary:#4aa3ff;--color-primary-hover:#2b86f0;--color-danger:#ff6b6b;--color-danger-hover:#ff4d4d;--color-overlay:rgba(11,17,23,.8);--color-shadow:rgba(0,0,0,.5);--color-chart-area-past:rgba(74,163,255,.22);--color-chart-area-future:rgba(74,163,255,.12);--button-primary-text:#0f1419;--button-primary-bg:#4aa3ff;--button-primary-bg-hover:#2b86f0;--button-primary-bg-disabled:#1d2a36;--button-primary-shadow:rgba(74,163,255,.3);--button-secondary-text:#e6edf3;--button-secondary-bg:#243041;--button-secondary-bg-hover:#2c3a4d;--button-secondary-bg-disabled:#1b2531;--button-secondary-shadow:rgba(36,48,65,.4);--button-secondary-outline:#e6edf3;--button-secondary-outline-border:#2a3441;--button-secondary-outline-border-hover:rgba(230,237,243,.2);--button-secondary-outline-disabled:#6b7785;--button-danger-text:#0f1419;--button-danger-bg:#ff6b6b;--button-danger-bg-hover:#ff4d4d;--button-danger-bg-disabled:#3a1d22;--button-danger-shadow:hsla(0,100%,71%,.3);--button-outline-primary:#4aa3ff;--button-outline-primary-border:#2a3441;--button-outline-primary-shadow:rgba(74,163,255,.2);--button-outline-danger:#ff6b6b;--button-outline-danger-border:#3a1d22;--button-outline-danger-shadow:hsla(0,100%,71%,.2)}@font-face{font-family:Inter;src:url(/asset/font-Inter-VariableFont_slnt,wght-0930073eae9c4dbe.ttf) format("truetype-variations");font-weight:1 999}body,html{position:relative;height:100%;min-height:100%}body{display:block;width:100%;min-width:320px;line-height:normal;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:var(--color-text);background-color:var(--color-bg);scrollbar-color:var(--color-text-fade-15) var(--color-bg);scrollbar-width:thin}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background-color:var(--color-bg)}body::-webkit-scrollbar-thumb{background-color:var(--color-text-fade-15);border-radius:10px;border:2px solid var(--color-bg)}body::-webkit-scrollbar-thumb:hover{background-color:var(--color-text-fade-20)}.block-component{display:block;width:100%;height:100%}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}@font-face{font-family:dollarbird;src:url(/asset/font-dollarbird-5725bee721bfcf9e.ttf) format("truetype"),url(/asset/font-dollarbird-a0d0511bb89df796.woff) format("woff"),url(/asset/font-dollarbird-aef845e90f42779d.svg) format("svg");font-weight:400;font-style:normal}i{font-family:dollarbird!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-dollarbird-grip:before{content:"\E900"}.icon-dollarbird-multiple:before{content:"\E91B"}.icon-dollarbird-search:before{content:"\E91E"}.icon-dollarbird-delete:before{content:"\E917"}.icon-dollarbird-edit:before{content:"\E919"}.icon-dollarbird-users:before{content:"\E916"}.icon-dollarbird-balance-update:before{content:"\E914"}.icon-dollarbird-transfer:before{content:"\E90A"}.icon-dollarbird-close:before{content:"\E90E"}.icon-dollarbird-settings:before{content:"\E908"}.icon-dollarbird-readonly:before{content:"\E91D"}.icon-dollarbird-premium:before{content:"\E91C"}.icon-dollarbird-twitter:before{content:"\E901"}.icon-dollarbird-facebook:before{content:"\E902"}.icon-dollarbird-dashboard:before{content:"\E903"}.icon-dollarbird-menu:before{content:"\E904"}.icon-dollarbird-plus:before{content:"\E905"}.icon-dollarbird-minus:before{content:"\E907"}.icon-dollarbird-name:before{content:"\E90B"}.icon-dollarbird-email:before{content:"\E90C"}.icon-dollarbird-password:before{content:"\E90D"}.icon-dollarbird-chevron-left:before{content:"\E90F"}.icon-dollarbird-chevron-right:before{content:"\E910"}.icon-dollarbird-chevron-up:before{content:"\E911"}.icon-dollarbird-chevron-down:before{content:"\E912"}.icon-dollarbird-repeat:before{content:"\E913"}.icon-dollarbird-arrow-left:before{content:"\E906"}.icon-dollarbird-arrow-right:before{content:"\E909"}.icon-dollarbird-checkmark:before{content:"\E915"}.icon-dollarbird-calendar:before{content:"\E918"}.icon-dollarbird-details:before{content:"\E91A"}body,html{background-color:#fff!important}#presentation-application{--color-bg:#fff;--color-surface:#fff;--color-text:#394852;--button-primary-text:#fff;--button-primary-bg:#1196ea;--button-primary-bg-hover:#0e7cc2;--button-primary-bg-disabled:#cfeafb;--button-primary-shadow:rgba(14,124,194,.4);--button-secondary-text:#fff;--button-secondary-bg:#394852;--button-secondary-bg-hover:#364149;--button-secondary-bg-disabled:#ebeced;--button-secondary-shadow:rgba(54,65,73,.4);--button-secondary-outline:#394852;--button-secondary-outline-border:#ebeced;--button-secondary-outline-border-hover:rgba(57,72,82,.2);--button-secondary-outline-disabled:#b0b6ba;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;width:100%;background-color:#fff}#presentation-application,#presentation-application .presentation-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}#presentation-application .presentation-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#presentation-application .footer,#presentation-application .header{background-color:#fff}#presentation-application .presentation-footer{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.header{position:relative;max-width:1440px;padding-left:20px;padding-right:20px;margin:0 auto;height:60px;white-space:nowrap;white-space:normal;z-index:1}@media only screen and (min-width:767px){.header{padding-left:34px;padding-right:34px}}.header:before{content:"";width:0;height:100%}.header .header-logo,.header:before{display:inline-block;vertical-align:middle}.header .header-logo{position:relative;white-space:normal;height:20px;z-index:2}.header .button-toggle-navigation{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;width:40px;z-index:3}.header .navigation-container{position:absolute;top:0;right:0;height:100%}.header .navigation{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;-webkit-transition:opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s;transition:opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s;height:100vh;white-space:nowrap;background-color:#fff;text-align:center}.header .navigation:before{display:inline-block;vertical-align:middle;content:"";width:0;height:100%}.header .navigation.visible{opacity:1;visibility:visible;z-index:1}.header .navigation-items{display:inline-block;vertical-align:middle;position:relative;white-space:normal}.header .navigation-item{margin:15px 0}.header .navigation-link{display:inline-block;padding:10px;line-height:22px;font-size:16px;background-color:transparent;border:0;color:#889197;text-decoration:none;text-transform:uppercase;cursor:pointer}.header .navigation-link:focus,.header .navigation-link:hover{color:#394852}.header .navigation-link-sign-up{font-size:600}.header .navigation-button-sign-up{display:none;width:160px;margin-left:10px;font-weight:600}@media only screen and (min-width:767px){.header{height:120px}.header .header-logo{height:36px}.header .button-toggle-navigation{display:none}.header .navigation{opacity:1;visibility:visible}.header .navigation-item{display:inline-block;margin:0 15px}.header .navigation-item:last-child{margin-right:0}.header .navigation-link{line-height:19px;font-size:14px}.header .navigation-container{position:relative;float:right;zoom:1}.header .navigation-container:after,.header .navigation-container:before{content:"";display:table}.header .navigation-container:after{clear:both}.header .navigation{position:relative;height:100%}.header .navigation-link-sign-up{display:none}.header .navigation-button-sign-up{display:inline-block}}.footer{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.footer .footer-content{padding:45px 0 65px;text-align:center;max-width:1440px;padding-left:20px;padding-right:20px;margin:0 auto}@media only screen and (min-width:767px){.footer .footer-content{padding-left:34px;padding-right:34px}}.footer .footer-logo-container{padding-bottom:45px}.footer .footer-logo{display:inline-block;height:22px;vertical-align:middle}.footer .legal-container{padding-bottom:40px}.footer .navigation-item-container{padding-bottom:15px}.footer .navigation-item-container:last-child{padding-bottom:0}.footer .navigation-item{font-weight:500;color:#b0b6ba;text-decoration:none}.footer .navigation-item:focus,.footer .navigation-item:hover{color:#394852}.footer .social-container .navigation-item{display:inline-block;padding:0}.footer .social-container .navigation-item:not(:last-child){margin-right:30px}.footer .social-container .navigation-item:focus .icon,.footer .social-container .navigation-item:hover .icon{border-color:#394852}.footer .social-container .icon{display:inline-block;font-size:19px;line-height:40px;text-align:center;height:40px;width:40px;color:#394852;border:1px solid #ebeced;border-radius:50%}@media only screen and (min-width:767px){.footer .footer-content{padding-top:45px;padding-bottom:45px;text-align:left;zoom:1}.footer .footer-content:after,.footer .footer-content:before{content:"";display:table}.footer .footer-content:after{clear:both}.footer .footer-logo-container,.footer .legal-container{float:left;padding-bottom:0;padding-right:60px}.footer .contact-container{float:right}.footer .social-container{text-align:right}}@media only screen and (min-width:1280px){.footer .footer-content{padding-top:90px;padding-bottom:90px;font-size:16px}.footer .footer-logo-container{padding-right:65px}.footer .navigation-item-container{padding-bottom:0}.footer .legal-container .navigation-item-container{padding-right:65px}.footer .email-container{padding-right:40px}.footer .navigation-item-container,.footer .social-container{display:inline-block}.footer .navigation-item,.footer .social-container{vertical-align:middle}.footer .social-container{margin-top:-10px}}.testimonial{text-align:center}.testimonial .testimonial-content{position:relative}.testimonial .testimonial-placeholder{position:relative;min-height:150px;opacity:0;visibility:hidden;z-index:-1}.testimonial .testimonial-slides{position:absolute;top:0;left:0;right:0;bottom:0}.testimonial .testimonial-slide-item{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:0}.testimonial .testimonial-slide-item.active{z-index:1}.testimonial .testimonial-slide-item.active .testimonial-slide{opacity:1;visibility:visible}.testimonial .testimonial-slide-item.left-in .testimonial-slide{-webkit-animation:slide-in-left 1s ease-in-out .25s both;animation:slide-in-left 1s ease-in-out .25s both}.testimonial .testimonial-slide-item.left-out .testimonial-slide{-webkit-animation:slide-out-left .75s ease-in-out both;animation:slide-out-left .75s ease-in-out both}.testimonial .testimonial-slide-item.right-in .testimonial-slide{-webkit-animation:slide-in-right 1s ease-in-out .25s both;animation:slide-in-right 1s ease-in-out .25s both}.testimonial .testimonial-slide-item.right-out .testimonial-slide{-webkit-animation:slide-out-right .75s ease-in-out both;animation:slide-out-right .75s ease-in-out both}.testimonial .testimonial-slide{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;visibility:hidden;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);cursor:default}.testimonial .testimonial-slide-content{padding-bottom:20px;color:#616d75}.testimonial .testimonial-slide-content:after,.testimonial .testimonial-slide-content:before{content:'"'}.testimonial .testimonial-slide-author{padding-bottom:30px;color:#394852;font-weight:600}.testimonial .testimonial-dots{text-align:center}.testimonial .button-select-testimonial{width:30px;height:30px;padding:0}.testimonial .button-select-testimonial:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ebeced;border-radius:50%}.testimonial .button-select-testimonial.active{cursor:default}.testimonial .button-select-testimonial.active:before{background-color:#1196ea}@media only screen and (min-width:767px){.testimonial .testimonial-slide-content{padding-bottom:30px;line-height:24px;font-size:16px;font-weight:300}.testimonial .testimonial-slide-author{padding-bottom:40px;line-height:24px;font-size:16px}}@media only screen and (min-width:992px){.testimonial .testimonial-slide-content{line-height:36px;font-size:24px;font-weight:300}.testimonial .testimonial-slide-author{padding-bottom:70px;line-height:27px;font-size:20px}}@-webkit-keyframes slide-in-left{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in-left{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-out-left{0%{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes slide-out-left{0%{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes slide-in-right{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(50%);transform:translateX(50%)}to{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slide-in-right{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(50%);transform:translateX(50%)}to{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slide-out-right{0%{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;visibility:hidden;-webkit-transform:translateX(50%);transform:translateX(50%)}}@keyframes slide-out-right{0%{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;visibility:hidden;-webkit-transform:translateX(50%);transform:translateX(50%)}}.word-switcher{position:relative;display:inline-block;vertical-align:bottom}.word-switcher .placeholder{opacity:0;visibility:hidden}.word-switcher .word{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;transform:translateY(-100%);opacity:0;visibility:hidden;-webkit-transition:opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s,-webkit-transform .35s ease-in-out 0s;transition:opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s,-webkit-transform .35s ease-in-out 0s;transition:transform .35s ease-in-out 0s,opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s;transition:transform .35s ease-in-out 0s,opacity .35s ease-in-out 0s,visibility .35s ease-in-out 0s,-webkit-transform .35s ease-in-out 0s}.word-switcher .word,.word-switcher .word.enter{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%)}.word-switcher .word.enter{transform:translateY(-100%);opacity:1;visibility:visible}.word-switcher .word.visible{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1;visibility:visible}.word-switcher .word.leave{opacity:0;visibility:hidden;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}#landing-page .button-download,#landing-page .button-get-started,#landing-page .button-scroll-to-download,#landing-page .button-sign-up-now{width:210px}@media only screen and (min-width:992px){#landing-page .button-download,#landing-page .button-get-started,#landing-page .button-scroll-to-download,#landing-page .button-sign-up-now{height:50px;line-height:50px}}#landing-page .section{position:relative;background-color:#fff;text-align:center}@media only screen and (min-width:992px){#landing-page .section{text-align:left}}#landing-page .section-container{max-width:1440px;padding-left:20px;padding-right:20px;margin:0 auto}@media only screen and (min-width:767px){#landing-page .section-container{padding-left:34px;padding-right:34px}}#landing-page .section-title{padding-bottom:10px;line-height:28px;font-size:20px;color:#394852}@media only screen and (min-width:767px){#landing-page .section-title{padding-bottom:24px;line-height:50px;font-size:36px}}#landing-page .section-description{color:#616d75}@media only screen and (min-width:767px){#landing-page .section-description{line-height:30px;font-size:20px;font-weight:300}}#landing-page .section-split{position:relative}@media only screen and (min-width:992px){#landing-page .section-split{zoom:1}#landing-page .section-split:after,#landing-page .section-split:before{content:"";display:table}#landing-page .section-split:after{clear:both}#landing-page .section-split .section-illustration,#landing-page .section-split .section-text{width:50%}#landing-page .section-split .section-text.section-item-left,#landing-page .section-split .section-text.section-item-right{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#landing-page .section-split .section-text.section-item-left{left:0}#landing-page .section-split .section-text.section-item-right{right:0}#landing-page .section-split .section-illustration.section-item-left{float:left}#landing-page .section-split .section-illustration.section-item-right{float:right}}#landing-page .section-illustration{position:relative}#landing-page .section-image,#landing-page .section-image-container,#landing-page .section-image-source{display:block;width:100%}#landing-page .section-image{position:relative}#landing-page .section-image-source{position:absolute;top:0;left:0;right:0;bottom:0}#landing-page .hero-section{padding-top:40px}#landing-page .hero-section .section-text{max-width:350px;margin:0 auto}#landing-page .hero-section .hero-buttons{padding:20px 0 60px;text-align:center}#landing-page .hero-section .button-sign-up-now{display:none}#landing-page .hero-section .section-illustration{max-width:400px;margin:0 auto}#landing-page .hero-section .section-image-container{padding-bottom:73.59155%}@media only screen and (min-width:767px){#landing-page .hero-section .section-text{max-width:560px}}@media only screen and (min-width:992px){#landing-page .hero-section{padding-top:100px}#landing-page .hero-section .button-sign-up-now{display:inline-block;margin-right:20px}#landing-page .hero-section .section-text{width:60%;margin:0}#landing-page .hero-section .section-illustration{width:40%;max-width:none;margin:0}#landing-page .hero-section .hero-buttons{padding:10px 0 0;text-align:left}}@media only screen and (min-width:1280px){#landing-page .hero-section .section-illustration{width:55%}}#landing-page .calendar-section{padding-top:60px}#landing-page .calendar-section .section-text{max-width:400px;margin:0 auto;padding-bottom:30px}#landing-page .calendar-section .section-illustration{width:120%;-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}#landing-page .calendar-section .section-image-container{padding-bottom:56.66372%}@media only screen and (min-width:767px){#landing-page .calendar-section .section-text{max-width:600px}}@media only screen and (min-width:992px){#landing-page .calendar-section{padding-top:150px}#landing-page .calendar-section .section-text{margin:0;padding-bottom:0}#landing-page .calendar-section .section-illustration{width:75%;-webkit-transform:translateX(-40%);-ms-transform:translateX(-40%);transform:translateX(-40%)}}#landing-page .dashboard-section{padding-top:60px}#landing-page .dashboard-section .section-text{max-width:400px;margin:0 auto}#landing-page .dashboard-section .section-image{max-width:300px;margin:0 auto}#landing-page .dashboard-section .section-image-container{padding-bottom:142.04545%}@media only screen and (min-width:767px){#landing-page .dashboard-section .section-text{max-width:620px}}@media only screen and (min-width:992px){#landing-page .dashboard-section{padding-top:150px}#landing-page .dashboard-section .section-illustration{width:40%}#landing-page .dashboard-section .section-image{max-width:390px;margin:0}}#landing-page .collaboration-section{padding-top:60px;padding-bottom:60px;border-top:1px solid #ebeced;border-bottom:1px solid #ebeced}#landing-page .collaboration-section .section-text{max-width:400px;margin:0 auto;padding-bottom:30px}#landing-page .collaboration-section .section-image{max-width:450px;margin:0 auto}#landing-page .collaboration-section .section-image-container{padding-bottom:81.21911%}@media only screen and (min-width:767px){#landing-page .collaboration-section .section-text{max-width:490px}}@media only screen and (min-width:992px){#landing-page .collaboration-section{padding-top:150px;padding-bottom:150px}#landing-page .collaboration-section .section-text{max-width:550px;padding-bottom:0}#landing-page .collaboration-section .section-image{max-width:400px}}@media only screen and (min-width:1280px){#landing-page .collaboration-section .section-image{max-width:600px;margin-right:auto}}#landing-page .testimonial-section{padding-top:60px;padding-bottom:30px;text-align:center;overflow:hidden}#landing-page .testimonial-section .testimonial-container{display:block;max-width:460px;padding-top:20px;margin:0 auto}@media only screen and (min-width:767px){#landing-page .testimonial-section .testimonial-container{max-width:600px}}@media only screen and (min-width:992px){#landing-page .testimonial-section{padding-top:100px;padding-bottom:80px}#landing-page .testimonial-section .testimonial-container{max-width:860px;padding-top:50px}}#landing-page .pricing-section{position:relative;padding-top:80px;padding-bottom:40px}#landing-page .pricing-section .section-text{max-width:400px;margin:0 auto;text-align:center}#landing-page .pricing-section .section-description{padding:20px 0 40px}@media only screen and (min-width:767px){#landing-page .pricing-section{padding-bottom:80px}#landing-page .pricing-section .section-text{max-width:770px}#landing-page .pricing-section .section-description{padding-top:0}}#landing-page .download-section{padding-top:50px;background-image:url(/asset/image-download-background-7a2104dc4f68cf44.png);background-repeat:no-repeat;background-size:cover;background-position:50%}#landing-page .download-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#394852;opacity:.2}#landing-page .download-section .section-text{max-width:300px;margin:0 auto}#landing-page .download-section .section-title{color:#fff}#landing-page .download-section .section-description{color:hsla(0,0%,100%,.8)}#landing-page .download-section .download-buttons{padding-top:20px}#landing-page .download-section .button-download-app{display:block;width:180px;height:50px;margin:0 auto 20px;line-height:50px;border-radius:4px;color:#ebeced;-webkit-box-shadow:inset 0 0 0 1px #ebeced;box-shadow:inset 0 0 0 1px #ebeced}#landing-page .download-section .button-download-app:hover{background-color:hsla(0,0%,100%,.2);color:#ebeced;-webkit-box-shadow:inset 0 0 0 1px #ebeced;box-shadow:inset 0 0 0 1px #ebeced}#landing-page .download-section .download-app-image{height:28px;vertical-align:middle}#landing-page .download-section .section-image{max-width:300px;margin:0 auto}@media only screen and (min-width:767px){#landing-page .download-section .section-text{max-width:400px}}@media only screen and (min-width:992px){#landing-page .download-section .section-text{width:55%;max-width:none}#landing-page .download-section .download-buttons{padding-top:40px}#landing-page .download-section .button-download-app{display:inline-block;margin-bottom:0}#landing-page .download-section .button-download-app:not(:first-child){margin-left:20px}#landing-page .download-section .section-illustration{width:40%}#landing-page .download-section .section-image{max-width:470px}}@media only screen and (min-width:1280px){#landing-page .download-section .section-text{padding-right:100px}#landing-page .download-section .button-download-app{width:250px;height:70px;line-height:70px}#landing-page .download-section .button-download-app:not(:first-child){margin-left:20px}#landing-page .download-section .download-app-image{height:38px}}@media only screen and (min-width:1600px){#landing-page .download-section .section-text{padding-right:200px}}#landing-page .get-started-section{padding-top:40px;padding-bottom:40px;border-bottom:1px solid #ebeced;text-align:center}#landing-page .get-started-section .button-get-started{margin:0 auto}@media only screen and (min-width:992px){#landing-page .get-started-section{padding-top:100px;padding-bottom:100px}#landing-page .get-started-section .button-get-started{margin-top:15px}}@media only screen and (min-width:1280px){#landing-page .get-started-section .button-get-started{margin-top:30px}}@-webkit-keyframes word-switch{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}10%{opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}90%{opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes word-switch{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}10%{opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}90%{opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.hidden{display:none!important}.page-wrapper{min-height:100vh;flex-direction:column}.conversion-quiz,.page-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column}.conversion-quiz{flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:800px;margin:0 auto;padding:2rem;position:relative}.conversion-quiz .progress-container{width:100%;height:4px;background:rgba(0,0,0,.1);border-radius:2px;margin-bottom:2rem}.conversion-quiz .progress-container .progress-bar{height:100%;background:#1196ea;border-radius:2px;-webkit-transition:width .3s ease;transition:width .3s ease}.conversion-quiz .step-indicator:not(.hidden){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:3rem;position:relative}.conversion-quiz .step-indicator:before{content:"";position:absolute;top:10px;left:0;right:0;height:2px;background:rgba(0,0,0,.1);z-index:0}.conversion-quiz .step-indicator .step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.conversion-quiz .step-indicator .step .step-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid rgba(0,0,0,.2);margin-bottom:.5rem;-webkit-transition:all .3s ease;transition:all .3s ease}.conversion-quiz .step-indicator .step .step-label{font-size:.875rem;color:rgba(0,0,0,.5);-webkit-transition:color .3s ease;transition:color .3s ease}.conversion-quiz .step-indicator .step.active .step-dot{border-color:#1196ea;background:#1196ea}.conversion-quiz .step-indicator .step.active .step-label{color:#1196ea;font-weight:600}.conversion-quiz .step-indicator .step.completed .step-dot{background:#1196ea;border-color:#1196ea}.conversion-quiz .step-indicator .step.completed .step-label{color:rgba(0,0,0,.8)}.conversion-quiz .step-content{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.conversion-quiz .step-content>div{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;-webkit-animation:fadeIn .3s ease;animation:fadeIn .3s ease}.conversion-quiz .step-content>div.ng-enter,.conversion-quiz .step-content>div.ng-leave{-webkit-transition:all .3s ease;transition:all .3s ease}.conversion-quiz .step-content>div.ng-enter{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.conversion-quiz .step-content>div.ng-enter-active,.conversion-quiz .step-content>div.ng-leave{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.conversion-quiz .step-content>div.ng-leave-active{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}.conversion-quiz .quiz-step{text-align:center;max-width:600px;margin:0 auto}.conversion-quiz .quiz-step h2{font-size:2rem;margin:3rem 0;color:#333;line-height:1.3}.conversion-quiz .quiz-step .options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.conversion-quiz .quiz-step .options .option{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.conversion-quiz .quiz-step .options .option:hover{border-color:#1196ea;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(17,150,234,.1);box-shadow:0 4px 12px rgba(17,150,234,.1)}.conversion-quiz .quiz-step .options .option.selected{background:#1196ea;border-color:#1196ea;color:#fff}.conversion-quiz .btn{padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.conversion-quiz .btn.btn-primary{background:#1196ea;color:#fff;border:none}.conversion-quiz .btn.btn-primary span{display:inline-block}.conversion-quiz .btn.btn-primary:hover{background:#0f87d2;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(17,150,234,.2);box-shadow:0 4px 12px rgba(17,150,234,.2)}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.welcome-step h2{font-size:2.5rem;margin-bottom:2rem;color:#333;line-height:1.2}.welcome-step p{font-size:1.2rem;color:rgba(0,0,0,.7);margin-bottom:3rem;line-height:1.5}.welcome-step .btn-primary{font-size:1.2rem;padding:1rem 3rem;border-radius:30px;background:#1196ea;color:#fff;border:none;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.welcome-step .btn-primary:hover{background:#0f87d2;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.2);box-shadow:0 4px 12px rgba(0,163,255,.2)}.struggles-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem}.struggles-step .options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.struggles-step .options .option{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-align:left}.struggles-step .options .option h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.struggles-step .options .option p{font-size:.9rem;color:rgba(0,0,0,.6);line-height:1.4}.struggles-step .options .option:hover{border-color:#1196ea;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.struggles-step .options .option.selected{background:#1196ea;border-color:#1196ea;color:#fff}.struggles-step .options .option.selected h3,.struggles-step .options .option.selected p{color:#fff}.struggles-step .btn-primary{margin-top:2rem;font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.struggles-step .btn-primary[disabled]{opacity:.5;cursor:not-allowed;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.tracking-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem}.tracking-step .options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.tracking-step .options .option{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-align:left}.tracking-step .options .option .option-text{width:100%}.tracking-step .options .option .option-text h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.tracking-step .options .option .option-text p{font-size:.9rem;color:rgba(0,0,0,.6);line-height:1.4}.tracking-step .options .option:hover{border-color:#1196ea;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.tracking-step .options .option.selected{background:#1196ea;border-color:#1196ea}.tracking-step .options .option.selected h3,.tracking-step .options .option.selected p{color:#fff}.tracking-step .btn-primary{margin-top:2rem;font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.tracking-step .btn-primary[disabled]{opacity:.5;cursor:not-allowed;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.tracking-step .btn-primary .option{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-align:center}.tracking-step .btn-primary .option .icon{font-size:2rem;margin-bottom:1rem;color:#1196ea}.tracking-step .btn-primary .option h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.tracking-step .btn-primary .option:hover{border-color:#1196ea;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.tracking-step .btn-primary .option.selected{background:#1196ea;border-color:#1196ea;color:#fff}.tracking-step .btn-primary .option.selected .icon,.tracking-step .btn-primary .option.selected h3{color:#fff}.goal-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem;text-align:center}.goal-step .options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.goal-step .options .option{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-align:left}.goal-step .options .option .option-text{width:100%}.goal-step .options .option .option-text h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.goal-step .options .option .option-text p{font-size:.9rem;color:rgba(0,0,0,.6);line-height:1.4}.goal-step .options .option:hover{border-color:#1196ea;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.goal-step .options .option.selected{background:#1196ea;border-color:#1196ea}.goal-step .options .option.selected h3,.goal-step .options .option.selected p{color:#fff}.goal-step .btn-primary{margin-top:2rem;font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.goal-step .btn-primary[disabled]{opacity:.5;cursor:not-allowed}.suggestion-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem}.suggestion-step .features-list{max-width:600px;margin:0 auto 2rem}.suggestion-step .features-list .feature{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;background:rgba(0,163,255,.03);border:1px solid rgba(0,163,255,.1);-webkit-transition:all .2s ease;transition:all .2s ease}.suggestion-step .features-list .feature:last-child{margin-bottom:0}.suggestion-step .features-list .feature .feature-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:48px;height:48px;margin-right:1.5rem;border-radius:50%;background:#00a3ff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.suggestion-step .features-list .feature .feature-icon i{font-size:1.5rem;color:#fff}.suggestion-step .features-list .feature .feature-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.suggestion-step .features-list .feature .feature-content h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.suggestion-step .features-list .feature .feature-content p{color:rgba(0,0,0,.6);margin:0;line-height:1.5}.suggestion-step .btn-primary{margin-top:2rem;font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.plans-step .loading-state{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:300px}.plans-step .loading-state .spinner{margin-bottom:1rem}.plans-step .loading-state .spinner i{font-size:2rem;color:#1196ea;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.plans-step .loading-state p{color:rgba(0,0,0,.6)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.plans-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem}.plans-step .plan-types{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:3rem;margin-bottom:2rem}.plans-step .plan-types .plan-type .type-title{font-size:1.4rem;margin-bottom:1.25rem}.plans-step .plan-types .plan-type .options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:0 .5rem}@media (max-width:480px){.plans-step .plan-types .plan-type .options{grid-template-columns:1fr}}.plans-step .plan-types .option{background:#fff;padding:1rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;position:relative}.plans-step .plan-types .option.recommended{border-color:var(--plan-color,#1196ea)}.plans-step .plan-types .option.recommended .badge{position:absolute;top:-12px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:var(--plan-color,#1196ea);color:#fff;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.plans-step .plan-types .option .option-text{text-align:center}.plans-step .plan-types .option .option-text h3{font-size:1.1rem;color:var(--plan-color,#1196ea);margin-bottom:1rem}.plans-step .plan-types .option .option-text .price{margin-bottom:1rem}.plans-step .plan-types .option .option-text .price .amount{font-size:1.5rem;font-weight:600;color:var(--plan-color,#1196ea)}.plans-step .plan-types .option .option-text .price .period{color:#666;margin-left:.5rem}.plans-step .plan-types .option .option-text .savings{color:#4caf50;font-weight:600;margin-bottom:1rem}.plans-step .plan-types .option .option-text ul.features{list-style:none;padding:0;margin:0;text-align:left}.plans-step .plan-types .option .option-text ul.features li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem;color:#666}.plans-step .plan-types .option .option-text ul.features li i{color:#4caf50;margin-right:.5rem;font-size:.9rem}.plans-step .plan-types .option .option-text ul.features li:last-child{margin-bottom:0}.plans-step .plan-types .option:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.plans-step .plan-types .option.selected{background:var(--plan-color,#1196ea);border-color:var(--plan-color,#1196ea)}.plans-step .plan-types .option.selected .option-text .price .amount,.plans-step .plan-types .option.selected .option-text h3{color:#fff}.plans-step .plan-types .option.selected .option-text .price .period{color:hsla(0,0%,100%,.8)}.plans-step .plan-types .option.selected .option-text .savings,.plans-step .plan-types .option.selected .option-text ul.features li,.plans-step .plan-types .option.selected .option-text ul.features li i{color:#fff}.plans-step .btn-primary{margin-top:2rem;font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.plans-step .btn-primary[disabled]{opacity:.5;cursor:not-allowed;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.register-step{max-width:480px;margin:0 auto;padding:2rem}.register-step .subtitle{font-size:1.1rem;color:rgba(0,0,0,.6);margin-bottom:2rem;text-align:center}.register-step .error-message.general{background:rgba(255,68,68,.1);color:#f44;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.register-step form .form-group{margin-bottom:1.5rem}.register-step form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;text-align:left}.register-step form .form-group input{width:100%;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:1rem;-webkit-transition:all .2s ease;transition:all .2s ease}.register-step form .form-group input:focus{border-color:#1196ea;outline:none}.register-step form .form-group input.error{border-color:#f44}.register-step form .form-group input:disabled{background:rgba(0,0,0,.05);cursor:not-allowed}.register-step form .form-group .error-message{color:#f44;font-size:.875rem;margin-top:.5rem}.register-step form .form-actions{margin-top:2rem;text-align:center}.register-step form .form-actions button{font-size:1.2rem;padding:1rem 3rem;border-radius:30px}.register-step form .form-actions button:disabled{opacity:.5;cursor:not-allowed}.download-step .platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.download-step .platforms .platform{background:#fff;padding:1.5rem;border-radius:8px;border:2px solid rgba(0,0,0,.1);text-align:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.download-step .platforms .platform .platform-icon{font-size:2.5rem;margin-bottom:1rem;color:#1196ea}.download-step .platforms .platform h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.download-step .platforms .platform p{color:#666;margin-bottom:1rem}.download-step .platforms .platform:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);border-color:#1196ea;-webkit-box-shadow:0 4px 12px rgba(0,163,255,.1);box-shadow:0 4px 12px rgba(0,163,255,.1)}.download-step .help-text{text-align:center;margin-top:2rem;color:#666}.download-step .help-text a{color:#1196ea;text-decoration:none}.download-step .help-text a:hover{text-decoration:underline}
/*# sourceMappingURL=style-presentation-050d7426ea7755497b0e119e142222a8.css.map*/