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,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{vertical-align:baseline;box-sizing:border-box;border:0;margin:0;padding:0;font-size:100%}html{scroll-behavior:smooth}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{scroll-behavior:smooth;background-color:var(--background-color);font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;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}img{-webkit-user-select:none;user-select:none;max-width:100%}a{text-decoration:none}input{font-size:12px}ul.inline li{display:inline-block}h1{color:var(--heading-text-color);font-size:30px;font-weight:500}p{color:var(--body-text-color);font-size:20px;font-weight:400;line-height:32px}p.small{font-size:15px;line-height:24px}.text-link{letter-spacing:0;color:var(--text-link-color);font-size:15px;font-weight:600;line-height:24px;position:relative}.text-link:before{content:"";background-color:#2c343e;width:100%;height:2px;position:absolute;bottom:-4px}.animated-content{opacity:0;min-height:0;padding-top:32px;transition:min-height 1s cubic-bezier(.075,.82,.165,1),opacity .7s cubic-bezier(.645,.045,.355,1)}.animated-content.show{opacity:1;min-height:964px}.lamp-handle{transition:transform .6s cubic-bezier(.86,0,.07,1);position:relative;transform:translateY(-4px)}.lamp-handle.down{transform:translateY(2px)}.stars{opacity:0;transition:transform 1s cubic-bezier(.075,.82,.165,1),opacity .7s cubic-bezier(.645,.045,.355,1);transform:scale(1.2)}.stars.show{opacity:1;transform:scale(1)}footer{z-index:1;flex-direction:row;align-items:center;width:50vw;max-width:616px;height:64px;padding:0 32px;display:flex;position:fixed;bottom:0;left:25%;transform:translate(-50%)}footer:before{content:"";z-index:-1;pointer-events:none;background-image:var(--footer-background-image);width:100%;height:128px;position:absolute;bottom:0;left:0}@media screen and (width<=956px){footer{width:100%;position:absolute;left:50%}}@media screen and (width<=562px){footer{left:unset;transform:unset}}footer ul{flex-direction:row;justify-content:space-between;align-self:flex-end;align-items:center;width:100%;height:64px;display:flex}footer ul li{color:var(--body-text-color);cursor:pointer;font-size:16px;font-weight:400}footer ul li .badge{color:#f9fafa;z-index:1;flex-direction:row;align-items:center;margin-left:16px;font-size:13px;font-weight:700;display:inline-flex;position:relative}footer ul li .badge:before{content:"";z-index:-1;background-image:linear-gradient(#ee641a 0%,#bd2500 100%);border-radius:18px;width:18px;height:18px;position:absolute;left:-4px}@media screen and (width<=562px){footer ul li .badge{margin-left:10px}}footer ul li a{color:var(--body-text-color)}@media screen and (width<=562px){footer ul{flex-wrap:wrap;justify-content:center}footer ul li:not(:first-child),footer ul li:not(:last-child){padding:0 8px}footer{padding:0 16px}}.modal-container{z-index:10;background-color:#0d1b2de6;justify-content:center;align-items:center;width:100%;height:100%;transition:all .25s ease-in-out;display:flex;position:fixed}.modal-container .modal{background-color:#fff;border:1px solid #0003;border-radius:6px;max-width:800px;max-height:calc(100vh - 48px);margin:24px;padding:40px;position:relative;overflow:auto;box-shadow:0 3px 9px #00000080}.modal-container .modal .cross{cursor:pointer;position:absolute;top:24px;right:24px}.modal-container .modal h1{color:#1e222b;margin-bottom:24px}.modal-container .modal p{color:#939bac}.review{color:var(--body-text-color);text-align:left;padding:16px 24px}.review p{font-size:14px;line-height:24px}.review .meta{margin-top:8px}.feature{align-items:flex-start;display:flex}.feature:not(:first-child){margin-top:32px}.feature .icon{justify-content:center;min-width:28px;margin-top:4px;margin-right:12px;display:flex}.feature-text h2{color:var(--heading-text-color);letter-spacing:0;font-size:18px;font-weight:500;line-height:30px}.feature-text p{color:var(--body-text-color);letter-spacing:0;margin-bottom:12px;font-size:15px;font-weight:400;line-height:24px}.new-features{z-index:1;text-align:left;margin:32px 0 64px;position:relative}.new-features h1{margin-bottom:32px}.new-features:before{content:"";z-index:-1;background-image:var(--new-features-background-image);border-radius:6px;width:100%;max-width:672px;height:100%;margin-top:-32px;padding:32px 56px;position:absolute;left:50%;transform:translate(-50%)}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%,16px)}}.announcement{z-index:9999;color:#fff;background-color:#e56002;border-radius:6px;align-items:center;padding:12px 16px;animation:.3s ease-in 1s both fadeIn;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}@media screen and (width<=768px){.announcement{text-align:center;flex-direction:column;width:calc(100vw - 32px);padding:8px 16px;display:flex;position:absolute}}.announcement p{color:inherit;white-space:nowrap;margin-left:8px}@media screen and (width<=768px){.announcement p{white-space:normal;margin-top:8px;margin-left:0}}.announcement-label{text-transform:uppercase;color:#fff;background-color:#e56002;border-radius:4px;margin-right:10px;padding:4px 6px;font-size:11px;font-weight:700;line-height:12px}.announcement .text-link{white-space:nowrap;color:#fff}.announcement .text-link:before{background-color:var(--text-link-underline-color)}.index-page{background-color:var(--background-color);scroll-behavior:smooth;align-items:center;max-width:100vw;min-height:100vh;display:flex;overflow:hidden auto}.index-page .stars{width:100%;height:auto;position:absolute;top:0;left:0;right:0}.index-page .left{z-index:1;flex-wrap:wrap;align-items:center;width:50%;min-height:100vh;display:flex;position:absolute;top:0}.index-page .left .content{width:100%;max-width:518px;margin:0 auto;padding:64px 40px 128px;position:relative}.index-page .left .content .logo{cursor:pointer;margin-bottom:24px}.index-page .left .content>p{margin-top:12px}.index-page .left .content .buttons{justify-content:space-between;align-items:center;margin-top:40px;display:flex}.index-page .left .content .buttons .app-store{cursor:pointer;height:60px;transition:all .2s ease-in-out}.index-page .left .content .buttons .app-store:hover{transform:translateY(-2px)}.index-page .left .content .buttons .learn-more{color:#fff;letter-spacing:.2px;text-align:center;cursor:pointer;background:#4fb9fc;border:1px solid #4fb9fc;border-radius:6px;outline:none;height:60px;padding:16px 48px;font-size:20px;font-weight:500;transition:all .2s ease-in-out}.index-page .left .content .buttons .learn-more:hover{transform:translateY(-2px)}@media screen and (width<=562px){.index-page .left .content .buttons .app-store{width:auto;height:48px}.index-page .left .content .buttons .learn-more{height:auto;padding:12px 22px}}@media screen and (width<=414px){.index-page .left .content .buttons{flex-direction:column}.index-page .left .content .buttons .app-store{margin-bottom:16px}}.index-page .left .content .reviews{background-image:var(--review-background-image);border-radius:6px;margin-top:40px;margin-bottom:80px}.index-page .left .content .other-features{text-align:left;margin-top:112px}@media screen and (width<=562px){.index-page .left .content{padding:152px 32px 128px}}.index-page .right{background-image:var(--right-background-image);pointer-events:none;border-radius:6px;justify-content:center;align-items:center;width:50%;height:100%;display:flex;position:fixed;right:0}.index-page .right .video{justify-content:center;align-items:center;max-width:388px;display:flex;position:relative}.index-page .right .video .bobby-video{height:calc(100% - 38px);position:absolute}.index-page .right .video .device{pointer-events:none;z-index:1;width:auto;max-width:388px;height:auto;max-height:calc(100vh - 140px);position:relative}.index-page .right .video .play-button{position:absolute}.index-page .right .copy-right{color:var(--copy-right-color);position:absolute;bottom:24px}@media screen and (width<=956px){.index-page{flex-direction:column}.index-page .left,.index-page .right{text-align:center;width:100%;height:auto;position:relative}.index-page .right{pointer-events:auto;min-height:836px;padding:40px 40px 96px}}
