@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;800&display=swap);
:root{--brand-darkblue-color:#448aff;--brand-darkblue-color-opacity:rgba(68,138,255,0.25098039215686274);--brand-blue-color:#5eb4f7;--brand-blue-color-opacity:rgba(94,180,247,0.25098039215686274);--brand-seafoam-color:#5cf7ae;--brand-seafoam-color-opacity:rgba(92,247,174,0.25098039215686274);--brand-orange-color:#fc9624;--brand-orange-color-opacity:rgba(252,150,36,0.25098039215686274);--brand-goldenrod-color:#fcd064;--brand-goldenrod-color-opacity:rgba(252,208,100,0.25098039215686274);--brand-hotpink-color:#ff5880;--brand-hotpink-color-opacity:rgba(255,88,128,0.25098039215686274);--theme-color:#5cf7ae;--theme-color-opacity:rgba(252,208,100,0.25098039215686274);--page-bg-color:#fff;--page-color:#292929;--page-color-opacity:rgba(41,41,41,0.8156862745098039);--footer-color:#f7f9fa;--min-width-xs:384px;--max-width-xs:383.98px;--min-width-sm:576px;--max-width-sm:575.98px;--min-width-md:768px;--max-width-md:767.98px;--min-width-lg:992px;--max-width-lg:991.98px;--min-width-xl:1152px;--max-width-xl:1151.98px;--min-width-xxl:1344px;--max-width-xxl:1343.98px;--min-width-3xl:1536px;--max-width-3xl:1535.98px}*{position:relative;box-sizing:border-box}:focus{outline:none}body,html{padding:0;margin:0;width:100%;height:100%;font-family:Poppins,sans-serif!important;font-size:14px;font-weight:500;background-color:var(--page-bg-color);color:var(--page-color)}a,a:active,a:focus,a:visited{text-decoration:none;color:inherit}a:hover{cursor:pointer}button{font-family:Poppins,sans-serif!important}::-webkit-scrollbar-track{box-shadow:inset 0 0 1px rgba(0,0,0,.3);background-color:transparent;border-radius:4px}::-webkit-scrollbar{width:4px;height:4px;background-color:var(--theme-color-opacity)}::-webkit-scrollbar-thumb{border-radius:4px;background:var(--theme-color)}.h0,.h1,.h2,.h3,.h4,.text,h0,h1,h2,h3,h4,p{font-size:14px;color:var(--page-color);line-height:150%}.h0{font-size:72px}.h0,.h1,h1{font-weight:700}.h1,h1{font-size:38px}.h2,h2{font-size:24px}.h2,.h3,h2,h3{font-weight:400}.h3,h3{font-size:22px}.h4,h4{font-size:20px;font-weight:400}.text-active{color:var(--theme-color)}@media (max-width:1343.98px){.h0{font-size:64px}.h1,h1{font-size:34px}.h2,h2{font-size:22px}.h3,h3{font-size:20px}.h3,.h4,h3,h4{font-weight:400}.h4,h4{font-size:18px}}@media (max-width:1151.98px){.h0{font-size:54px}.h1,h1{font-size:30px}.h2,h2{font-size:20px}.h3,h3{font-size:18px}.h3,.h4,h3,h4{font-weight:400}.h4,h4{font-size:16px}p .text{font-size:12px}}@media (max-width:991.98px){.h0{font-size:44px}.h1,h1{font-size:26px}.h2,h2{font-size:18px}.h3,h3{font-size:16px}.h3,.h4,h3,h4{font-weight:400}.h4,h4{font-size:14px}}@media (max-width:767.98px){.h0{font-size:38px}.h1,h1{font-size:24px}.text,p{font-size:12px}}@media (max-width:575.98px){.h0{font-size:30px}.h1,h1{font-size:22px}}.container,.container-half{width:100%;margin-left:auto;margin-right:auto;padding-left:45px;padding-right:45px}.container{max-width:var(--max-width-xxl)}.container-half{max-width:calc(var(--max-width-xxl)/2)}@media (max-width:1343.98px){.container{max-width:var(--max-width-xl)}.container-half{max-width:calc(var(--max-width-xl)/2)}}@media (max-width:1151.98px){.container{max-width:var(--max-width-lg)}.container-half{max-width:calc(var(--max-width-lg)/2)}}@media (max-width:991.98px){.container{max-width:var(--max-width-md)}.container-half{max-width:calc(var(--max-width-md)/2)}}@media (max-width:767.98px){.container,.container-half{max-width:var(--max-width-sm);margin:auto;padding-right:20px;padding-left:20px}}@media (max-width:575.98px){.container,.container-half{max-width:var(--max-width-xs);margin:auto;padding-right:10px;padding-left:10px}}@media (max-width:383.98px){.container,.container-half{max-width:100%}}.btn,.btn:active,.btn:focus,.btn:visited{display:inline-flex;justify-content:center;align-items:center;height:50px;border-radius:4px;border:1px solid transparent;flex-direction:row;background-color:var(--brand-darkblue-color);color:#fff;padding:0 30px;font-weight:500;cursor:pointer}.btn img{height:21px;display:inline-block;margin-right:30px}.btn:hover{background-color:var(--brand-blue-color)}.btn-lg{height:48px;padding:0 30px;text-transform:uppercase}.btn-lg,.btn-sm{font-size:10px;line-height:normal}.btn-sm{min-width:116px;height:26px;padding:0 10px}.btn-primary,.btn-primary:visited{background-color:var(--theme-color);border-color:var(--theme-color);color:var(--page-bg-color)}.btn-primary:focus,.btn-primary:hover,.btn-primary:visited:focus,.btn-primary:visited:hover{background-color:var(--page-bg-color);color:var(--theme-color)}.btn.btn-outline,.btn.btn-outline:active,.btn.btn-outline:focus,.btn.btn-outline:visited{background-color:transparent;border:1px solid var(--page-color);color:var(--page-color)}.btn.btn-outline:hover{background-color:hsla(0,0%,100%,.12549019607843137)}@media (max-width:575.98px){.btn{font-size:10px;padding:0 15px;height:30px}}.dropdown[data-dropdown=true]>span:after{top:8px;transform:rotate(-135deg)}.dropdown[data-dropdown=true] .dropdown{position:relative;display:inline-block}.dropdown[data-dropdown=true] .dropdown-menu{display:flex}.dropdown>span:after{content:"";position:absolute;top:6px;right:-12px;width:5px;height:5px;border-right:1px solid var(--page-color);border-bottom:1px solid var(--page-color);transition:all .2s;transform:rotate(45deg)}.dropdown>span{position:relative}.dropdown-menu{display:none;flex-direction:row;flex-wrap:wrap;position:absolute;top:100%;left:0;filter:drop-shadow(-.105px 2.998px 5px rgba(207,203,196,.4));background-color:#fff;border:1px solid #f3f5f6;padding:35px 0;width:860px;max-width:100vw;max-height:calc(100vh - 110px);overflow:auto;-webkit-animation:dropdownShow .5s forwards;animation:dropdownShow .5s forwards;cursor:default;z-index:999}.dropdown-item{height:76px;width:50%;display:flex;justify-content:space-between;align-items:center;padding:20px 55px;font-size:12px;color:#202020;font-weight:300;text-decoration:none}.dropdown-item:hover{color:#202020;cursor:pointer;text-decoration:none}.dropdown-item:hover .header__dropdown-t{text-decoration:underline}.dropdown-item:hover.soon{cursor:default}.dropdown-item:hover.soon .header__dropdown-t{text-decoration:none}.dropdown-item:last-child{border:none}.dropdown-icon{position:relative;min-width:30px;height:100%;padding-right:15px;font-size:24px;display:flex;justify-content:flex-start;align-items:flex-start}.dropdown-icon span{position:absolute;top:-10px;right:10px;border-radius:99px;color:var(--theme-color);padding:2px 5px;font-size:10px;background-color:#fff;box-shadow:3px 3px 10px rgba(0,0,0,.1)}.dropdown-content{width:100%}.dropdown-content h3{position:relative;display:inline-block;font-size:12px;color:#202020;font-weight:700;white-space:nowrap;margin:0;transition:all .3s;text-decoration:none}.dropdown-content h3.soon:before{position:absolute;top:0;left:100%;margin-left:10px;display:flex;justify-content:center;align-items:center;content:"soon";width:27px;height:12px;border-radius:4px;background-color:#fcd064;border:.95px solid #000;font-size:6px;line-height:10px;color:#2d2e2e;font-weight:700;text-transform:uppercase}.dropdown-content p{margin:0;font-size:12px;transition:all .3s}@media (max-width:991.98px){.dropdown-menu{width:430px}.dropdown-item{width:100%}.dropdown-item:first-child{order:1}.dropdown-item:nth-child(3){order:2}.dropdown-item:nth-child(5){order:3}.dropdown-item:nth-child(7){order:4}.dropdown-item:nth-child(2){order:5}.dropdown-item:nth-child(4){order:6}.dropdown-item:nth-child(6){order:7}.dropdown-item:nth-child(8){order:8}.dropdown-content .h3{font-size:12px}.dropdown-content p{font-size:11px}}@media (max-width:575.98px){.dropdown-menu{width:100%}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInUpSm{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpSm{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInLeftSm{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftSm{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRightSm{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightSm{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInBot{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBot{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInBotSm{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBotSm{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInBotLg{0%{opacity:0;transform:translateY(-500px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBotLg{0%{opacity:0;transform:translateY(-500px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.animated,.scroll-anim{opacity:0}.animated.fadein{-webkit-animation:fadeIn .5s .2s forwards;animation:fadeIn .5s .2s forwards}.animated.fadeinup{-webkit-animation:fadeInUp .5s .2s forwards;animation:fadeInUp .5s .2s forwards}.animated.fadeinleft{-webkit-animation:fadeInLeft .5s .2s forwards;animation:fadeInLeft .5s .2s forwards}.animated.fadeinright{-webkit-animation:fadeInRight .5s .2s forwards;animation:fadeInRight .5s .2s forwards}.animated.fadeinbot{-webkit-animation:fadeInBot .5s .2s forwards;animation:fadeInBot .5s .2s forwards}.animated.fadeinup-sm{-webkit-animation:fadeInUpSm 1s .2s forwards;animation:fadeInUpSm 1s .2s forwards}.animated.fadeinleft-sm{-webkit-animation:fadeInLeftSm 1s .2s forwards;animation:fadeInLeftSm 1s .2s forwards}.animated.fadeinright-sm{-webkit-animation:fadeInRightSm 1s .2s forwards;animation:fadeInRightSm 1s .2s forwards}.animated.fadeinbot-sm{-webkit-animation:fadeInBotSm 1s .2s forwards;animation:fadeInBotSm 1s .2s forwards}.animated.fadeinbot-lg{-webkit-animation:fadeInBotLg 2s .5s forwards;animation:fadeInBotLg 2s .5s forwards}.animated.zoomin{-webkit-animation:zoomIn .5s .2s forwards;animation:zoomIn .5s .2s forwards}.a-d-1{-webkit-animation-delay:.1s!important;animation-delay:.1s!important}.a-d-2{-webkit-animation-delay:.15s!important;animation-delay:.15s!important}.a-d-3{-webkit-animation-delay:.2s!important;animation-delay:.2s!important}.a-d-4{-webkit-animation-delay:.25s!important;animation-delay:.25s!important}.a-d-5{-webkit-animation-delay:.3s!important;animation-delay:.3s!important}.a-d-6{-webkit-animation-delay:.35s!important;animation-delay:.35s!important}.a-d-7{-webkit-animation-delay:.4s!important;animation-delay:.4s!important}.a-d-8{-webkit-animation-delay:.45s!important;animation-delay:.45s!important}.a-d-9{-webkit-animation-delay:.5s!important;animation-delay:.5s!important}.a-d-10{-webkit-animation-delay:.55s!important;animation-delay:.55s!important}.a-d-11{-webkit-animation-delay:.6s!important;animation-delay:.6s!important}.a-d-12{-webkit-animation-delay:.65s!important;animation-delay:.65s!important}.a-d-13{-webkit-animation-delay:.7s!important;animation-delay:.7s!important}@-webkit-keyframes blockIcon1{0%{background-color:var(--theme-color)}19%{background-color:var(--theme-color)}20%{background-color:rgba(0,0,0,.0784313725490196)}80%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:var(--theme-color)}}@keyframes blockIcon1{0%{background-color:var(--theme-color)}19%{background-color:var(--theme-color)}20%{background-color:rgba(0,0,0,.0784313725490196)}80%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:var(--theme-color)}}@-webkit-keyframes blockIcon2{0%{background-color:rgba(0,0,0,.0784313725490196)}19%{background-color:rgba(0,0,0,.0784313725490196)}20%{background-color:var(--theme-color)}39%{background-color:var(--theme-color)}40%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@keyframes blockIcon2{0%{background-color:rgba(0,0,0,.0784313725490196)}19%{background-color:rgba(0,0,0,.0784313725490196)}20%{background-color:var(--theme-color)}39%{background-color:var(--theme-color)}40%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@-webkit-keyframes blockIcon3{0%{background-color:rgba(0,0,0,.0784313725490196)}19%{background-color:rgba(0,0,0,.0784313725490196)}20%{background-color:rgba(0,0,0,.0784313725490196)}39%{background-color:rgba(0,0,0,.0784313725490196)}40%{background-color:var(--theme-color)}59%{background-color:var(--theme-color)}60%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@keyframes blockIcon3{0%{background-color:rgba(0,0,0,.0784313725490196)}19%{background-color:rgba(0,0,0,.0784313725490196)}20%{background-color:rgba(0,0,0,.0784313725490196)}39%{background-color:rgba(0,0,0,.0784313725490196)}40%{background-color:var(--theme-color)}59%{background-color:var(--theme-color)}60%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@-webkit-keyframes blockIcon4{0%{background-color:rgba(0,0,0,.0784313725490196)}59%{background-color:rgba(0,0,0,.0784313725490196)}60%{background-color:var(--theme-color)}79%{background-color:var(--theme-color)}80%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@keyframes blockIcon4{0%{background-color:rgba(0,0,0,.0784313725490196)}59%{background-color:rgba(0,0,0,.0784313725490196)}60%{background-color:var(--theme-color)}79%{background-color:var(--theme-color)}80%{background-color:rgba(0,0,0,.0784313725490196)}to{background-color:rgba(0,0,0,.0784313725490196)}}@-webkit-keyframes dropdownShow{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes dropdownShow{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.pricing__required{justify-content:center}.pricing__required,.pricing__required-item{display:flex;flex-direction:row;align-items:center}.pricing__required-item{margin-right:20px;font-size:12px;font-weight:700}.pricing__required-item:last-child{margin-right:0}.pricing__required-item-icon{display:flex;justify-content:center;align-items:center;width:19px;height:19px;border-radius:9px;background-color:#5cf7ae;border:1px solid #000;margin-right:5px}.pricing__required-item-icon img{height:7px}.pricing{position:relative;display:block;background-color:var(--footer-color);min-height:100vh;padding-top:70px}.pricing__body{width:100%;max-width:1440px;margin:0 auto;min-height:calc(100vh - 90px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 100px 90px}.pricing__desk{margin-top:25px;text-align:center;margin-bottom:30px}.pricing__desk h1{margin-bottom:10px}.pricing__desk h3{font-size:18px;font-weight:300}.pricing__desk p{font-size:20px;font-weight:200}.pricing__toggle{padding:20px 0 40px;display:flex;justify-content:center;align-items:center}.pricing__toggle-btn{position:relative;display:block;margin:0;padding:5px 40px;text-transform:uppercase;background-color:transparent;border:none;border-bottom:1px solid;font-size:14px;color:#202020;font-weight:200}.pricing__toggle-btn:after{content:"";position:absolute;height:3px;background-color:currentColor;bottom:1px;transition:all .3s;width:0}.pricing__toggle-btn:first-child:after{width:0;right:0}.pricing__toggle-btn:first-child.active:after{width:100%}.pricing__toggle-btn:last-child:after{width:0;left:0}.pricing__toggle-btn:last-child.active:after{width:100%}.pricing__toggle-btn.active{font-weight:700}.pricing__toggle-btn.active span{height:27px;opacity:1;transform:translateY(0)}.pricing__toggle-btn span{position:absolute;top:-12px;right:-50%;padding:3px 10px;text-transform:none;transform:translateY(20px);display:block;overflow:hidden;opacity:0;box-shadow:0 0 30px rgba(0,0,0,.1);transition:all .4s .2s;width:95px;height:27px;border-radius:13px;background-color:var(--brand-blue-color);border:1px solid #000;font-size:12px;color:var(--page-color);font-weight:400;line-height:18px}.pricing__cards{width:100%;display:flex;justify-content:center;align-items:flex-start}.pricing__card{min-height:auto;min-width:345px;width:345px;margin:30px 10px 10px;padding:30px 0;background-color:#fff;border:1px solid #000;overflow:hidden}.pricing__card>i{display:block;text-align:center;font-size:20px;font-style:normal;margin-bottom:15px}.pricing__card>p{font-size:12px;font-weight:700;padding:25px 55px 5px}.pricing__card.mid{margin-top:0;border:4px solid var(--theme-color)}.pricing__card.mid .pricing__card-price.month.active,.pricing__card.mid .pricing__card-price.year.active{transition:all .5s .3s}.pricing__card-t{margin:auto;width:130px;height:33px;line-height:30px;border-radius:16px;background-color:#fcd064;border:1px solid #000;text-align:center}.pricing__card-price{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.pricing__card-price h3{font-size:20px;margin:30px 0}.pricing__card-price.month{margin-top:-70px;opacity:0;transform:translateX(-100%);transition:all .5s}.pricing__card-price.month.active{opacity:1;transform:translateX(0);transition:all .5s .2s}.pricing__card-price.year{opacity:0;transform:translateX(100%);transition:all .5s}.pricing__card-price.year.active{opacity:1;transform:translateX(0);transition:all .5s .2s}.pricing__card-price-p{position:relative;font-size:40px;font-weight:300;margin-bottom:0;margin-top:20px}.pricing__card-price-p:before{position:absolute;content:"$";font-size:20px;font-weight:300;top:7px;left:-15px}.pricing__card-price-p span{position:absolute}.pricing__oldprice{font-size:13px;color:#ffa209;text-decoration:line-through;bottom:10px;right:150%;font-weight:300;white-space:nowrap}.pricing__month{font-size:12px;bottom:10px;left:130%;font-weight:400;white-space:nowrap}.pricing__price-info{margin-top:15px;font-size:12px}.pricing__card-border{width:100%;margin:35px 0;border-top:1px solid #000}.pricing__card-ul{margin:0 55px;padding:0;list-style:none}.pricing__card-ul li{position:relative;font-size:12px;font-weight:300;margin:7px 0;padding-left:15px}.pricing__card-ul li:after{content:"";position:absolute;top:10px;left:0;width:4px;height:4px;background-color:var(--theme-color);transform:translateY(-50%)}.pricing__card-btn{font-size:14px;font-weight:500;text-align:center;color:#fff;border-radius:5px;border:1px solid #55b7ff;background-color:#55b7ff;transition:all .2s;cursor:pointer;display:flex;justify-content:center;align-items:center;margin:20px 70px 0;width:auto;box-shadow:none;letter-spacing:0;padding:12px 0}.pricing__card-btn:hover{color:#fff;text-decoration:none;transform:translateY(-3px);transition:all .2s;box-shadow:0 10px 25px rgba(86,181,255,.3)}.pricing__card-btn.inv{margin-top:20px;width:100%;box-shadow:none;letter-spacing:0;padding:12px 0;font-size:14px;font-weight:500;text-align:center;color:#55b7ff;border-radius:5px;border:1px solid #55b7ff;background-color:transparent;transition:all .2s;cursor:pointer}.pricing__card-btn.inv:hover{text-decoration:none;transform:translateY(-3px);transition:all .2s;background-color:#55b7ff;color:#fff;box-shadow:0 10px 25px rgba(86,181,255,.3)}.pricing-soon:before{content:"soon";border-radius:4px;background-color:#f7f9fa;border:1px solid;color:currentColor;padding:0 5px;letter-spacing:0;font-size:10px;height:13px;line-height:10px;position:absolute;bottom:3px;top:2px;right:-40px}.pricing .rating-overall{margin-top:0;transform:scale(.6);font-weight:700}@media (max-width:1100px){.pricing__cards{display:block}.pricing__card{display:block;margin-left:auto;margin-right:auto}.pricing__card.mid{margin-top:30px}.pricing__toggle-btn span{top:-30px;right:-30px}}.pricing button{cursor:pointer}.pricing .btn{margin:20px 55px 0;min-width:233px}.page-life-time-deal .first-screen{flex-direction:column;padding-top:100px;padding-bottom:100px;height:auto}.page-life-time-deal .first-screen-trial.text-active{background:var(--brand-blue-color);border:1px solid var(--page-color);color:var(--page-color);border-radius:30px;padding:15px 25px}.page-life-time-deal .first-screen-offer{max-width:700px;width:100%;border:1px solid #000;background-color:var(--theme-color);box-shadow:15px 15px 0 #000;text-align:center;padding:30px 100px;margin-top:50px}.page-life-time-deal .first-screen-offer .h2,.page-life-time-deal .first-screen-offer h2{font-weight:700}.page-life-time-deal .first-screen-offer .pricing__required{flex-direction:row;flex-wrap:wrap;margin-top:50px;margin-bottom:10px}.page-life-time-deal .first-screen-offer .pricing__required-item{margin:auto;width:50%;font-weight:400;line-height:40px;font-size:16px}.page-life-time-deal .first-screen .container{flex-direction:column}.page-life-time-deal .first-screen .container>div{display:flex;flex-direction:column;align-items:center;width:100%}.page-life-time-deal .first-screen .container>div:first-child h1{margin-top:100px;font-size:40px;font-weight:900}.page-life-time-deal .first-screen .container>div>h1{margin-top:10px;margin-bottom:10px;text-align:center}.page-life-time-deal .first-screen .container>div>p{margin-top:5px;margin-bottom:5px}.page-life-time-deal .first-screen .container>div>p.text-active{margin:50px auto}.page-life-time-deal .first-screen h1{display:flex;flex-wrap:wrap}.page-life-time-deal .first-screen h1>span{max-height:40px;border-radius:20px;border:2px solid #000;font-size:14px;line-height:15px;font-weight:700;padding:10px 25px;margin:auto auto auto 20px}.page-life-time-deal .pricing{background-color:transparent}.page-life-time-deal .pricing .h1{font-weight:700}.page-life-time-deal .pricing__desk{width:100%}.page-life-time-deal .pricing__oldprice{text-decoration:none}.page-life-time-deal .pricing__price-info{text-decoration:line-through}.page-life-time-deal .pricing__card-t{width:150px}.page-life-time-deal .roadmap .container{background:transparent}.page-life-time-deal .roadmap .container p{margin-left:auto;margin-right:auto}.page-life-time-deal .life-time-deal-left{margin-top:50px;margin-bottom:40px;margin-left:calc(50% - 99px);width:228px;height:228px;border:1px solid #000}.page-life-time-deal .life-time-deal-left>div{position:absolute;width:100%;height:100%;top:-15px;left:-15px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--theme-color);border:1px solid var(--brand-orange-color)}.page-life-time-deal .life-time-deal-left>div p{font-size:55px;margin-bottom:10px}.page-life-time-deal .life-time-deal-left>div small{margin-bottom:auto}.page-life-time-deal .life-time-deal-intro{background:var(--theme-color);padding-top:70px;padding-bottom:70px;margin-bottom:100px}.page-life-time-deal .life-time-deal-intro .container .h1{text-align:center;font-weight:700}.page-life-time-deal .life-time-deal-intro .container p{text-align:center}.page-life-time-deal .life-time-deal-intro .container>div{background:var(--brand-blue-color);max-width:800px;width:100%;min-height:420px;margin:50px auto 0;padding:20px}.page-life-time-deal .life-time-deal-intro .container>div iframe{width:100%;height:390px}.page-life-time-deal .run-line{width:100%;overflow:hidden;margin:100px auto}.page-life-time-deal .run-line>div{width:calc(100% + 120px);height:30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Ctext y='25' font-size='30'%3E💸%3C/text%3E%3C/svg%3E");-webkit-animation:scroll .5s linear infinite;animation:scroll .5s linear infinite}.page-life-time-deal #pay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25098039215686274)}.page-life-time-deal #pay>div{position:fixed;left:50%;top:100px;width:100%;margin-left:-170px;max-width:340px;min-height:100px;background:var(--page-bg-color);filter:drop-shadow(0 3px 5px rgba(0,0,0,.4));padding:30px;text-align:center}.page-life-time-deal #pay>div .btn{margin-top:30px}@media (max-width:767.98px){.page-life-time-deal .first-screen-offer{padding:30px 20px}}@media (max-width:575.98px){.page-life-time-deal .first-screen-offer .pricing__required{flex-direction:column}.page-life-time-deal .first-screen-offer .pricing__required-item{width:100%}.page-life-time-deal .first-screen-offer .pricing__required-item:first-child{order:1}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(2){order:7}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(3){order:2}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(4){order:8}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(5){order:3}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(6){order:9}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(7){order:4}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(8){order:10}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(9){order:5}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(10){order:11}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(11){order:6}.page-life-time-deal .first-screen-offer .pricing__required-item:nth-child(12){order:12}}header{position:fixed;width:100%;height:126px;top:0;left:0;z-index:99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}header .container{padding:0 10px}header .header{width:100%;height:90px}header .header,header .header-control{display:flex;justify-content:space-between;align-items:center}header .header-control{position:static;height:100%}header .header-attention{width:100%;background-color:var(--brand-blue-color);text-align:center;padding:10px}header .header-attention a{font-weight:500;cursor:pointer}header .header-attention a:hover{text-decoration:underline}header .header .main-menu{position:static;display:flex;justify-content:center;align-items:center;font-weight:500}header .header .main-menu>a,header .header .main-menu>div{margin-right:40px;cursor:pointer}header .header .main-menu>a .dropdown-menu a:hover h3,header .header .main-menu>a:hover,header .header .main-menu>div .dropdown-menu a:hover h3,header .header .main-menu>div:hover{text-decoration:underline}header .dropdown{position:static}header .dropdown-menu{left:auto;right:45px}@media (max-width:767.98px){header .dropdown-menu{right:20px}}@media (max-width:575.98px){header{height:70px}header .header .main-menu{font-size:10px}header .dropdown-menu{max-width:calc(100% - 20px);right:10px}}.first-screen{display:flex;align-items:center;min-height:700px;height:100vh;background-color:var(--theme-color)}.first-screen-trial{margin-top:20px}.first-screen-trial img{width:18px;margin-top:-5px}.first-screen-trial span{font-size:12px;font-weight:600}.first-screen__image-set{display:flex;align-items:center;justify-content:center}.first-screen__image-set-wrapper{position:absolute;top:0;left:0;width:620px;height:455px}.first-screen__image-set img{position:absolute}.first-screen__image-set-chat-illustration{top:0;left:166px;width:221px}.first-screen__image-set-chat-close{bottom:-32px;left:398px;width:221px}.first-screen .bold-span{font-weight:700}.first-screen .regular-span{font-weight:400}.first-screen>.container{display:flex;flex-direction:row}.first-screen>.container>div{position:relative;width:50%}.first-screen-h2{font-size:22px;font-weight:300}.first-screen .btn{margin-top:50px;min-width:335px}@media (max-width:1343.98px){.first-screen__image-set-wrapper{transform:scale(.8) translate(-40px)}}@media (max-width:1151.98px){.first-screen__image-set-wrapper{transform:scale(.6) translate(-170px)}}@media (max-width:991.98px){.first-screen__image-set-wrapper{transform:scale(.5) translate(-300px)}}@media (max-width:767.98px){.first-screen{display:block;min-height:1000px;padding-top:100px}.first-screen>.container{display:flex;flex-direction:column}.first-screen>.container>div{width:100%}.first-screen .btn{min-width:290px}.first-screen .btn img{height:14px}.first-screen__image-set-wrapper{transform:scale(.8) translate(-80px)}}@media (max-width:575.98px){.first-screen__image-set-wrapper{transform:scale(.6) translate(-220px)}}@media (max-width:383.98px){.first-screen__image-set-wrapper{transform:scale(.4) translate(-360px)}}.rating{position:relative;margin:50px 0 0;padding:0;z-index:1}.rating-statistics{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;flex-wrap:wrap;font-weight:400;padding:0 20px}.rating-statistics h2{display:flex;flex-direction:column;justify-content:flex-end;min-height:70px;margin-bottom:15px}.rating-statistics>*{margin:0 auto;width:20%;padding:25px}.rating-statistics>:first-child{width:40%}.rating-statistics p{font-weight:300}.rating-statistics .p-up{margin-top:-19px}@media (max-width:991.98px){.rating-statistics>*,.rating-statistics>:first-child{width:50%}}@media (max-width:767.98px){.rating-statistics{padding:0}.rating-statistics>*{width:100%;max-width:375px}.rating-statistics>:first-child{width:100%}}.rating-overall{max-width:1440px;display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;flex-wrap:wrap;font-weight:300;margin:50px auto}.rating-overall h2{display:flex;flex-direction:column;justify-content:flex-end;min-height:70px;margin:25px 20px}.rating-overall strong{margin:auto;font-weight:700}.rating-overall>*{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.rating-overall .rating-social{margin:25px 0;display:flex;flex-direction:row-reverse}.rating-overall .rating-social img{height:32px;max-width:32px;margin-left:-5px}.rating-overall .rating-star{margin:25px 0}.rating-overall .rating-star img{height:20px;max-width:20px}@media (max-width:767.98px){.rating-overall>*{flex-direction:column;align-items:center}}.quotes{background-color:var(--footer-color);margin:100px 0}.quotes .container{padding:50px 0;overflow:hidden;max-width:100%}.quotes-run-line1{background-image:url("/img/quotes/Great  Wonderful Excellent  Absolutely Definitely Fantastic AssO.svg");margin-left:1px;-webkit-animation:scroll 10s linear infinite;animation:scroll 10s linear infinite}.quotes-run-line1,.quotes-run-line2{background-repeat:repeat-x;width:100%;height:30px}.quotes-run-line2{background-image:url("/img/quotes/Great  Wonderful Excellent  Absolutely Definitely Fantastic AssG.svg");-webkit-animation:scroll 14s linear infinite;animation:scroll 14s linear infinite}.quotes-run-line3{background-image:url("/img/quotes/Great  Wonderful Excellent Absolutely Definitely Fantastic AssuB.svg");background-repeat:repeat-x;width:100%;height:30px;-webkit-animation:scroll 12s linear infinite;animation:scroll 12s linear infinite}@-webkit-keyframes scroll{0%{background-position:0 0}to{background-position:-1988px 0}}@keyframes scroll{0%{background-position:0 0}to{background-position:-1988px 0}}.why{margin:100px 0}.why .container{padding:0 45px}.why-head{text-align:center}.why .h3{margin-top:-30px;font-size:16px;font-weight:400}.why-set{display:flex;flex-direction:row;justify-content:space-between;align-content:center;margin:40px 0}.why-item1,.why-item2,.why-item3{min-width:179px;width:350px;height:486px;border-radius:10px;background-color:#fff;border:1px solid #000}.why-item-strong{font-size:24px;top:102px;left:32px}.why-item-p{font-size:14px;line-height:18px;top:140px;left:32px;font-weight:400}.why-item-emoji{font-size:35px;top:73px;left:28px}.why-item-attached-div{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;padding:18px;top:130px;left:6px}.why-item-attached-item{display:flex;flex-direction:row;align-items:center;margin:12px 8px;height:30px;border-radius:5px;background-color:var(--theme-color);border:1px solid #000;cursor:default;font-size:12px;font-weight:400}.why-item-attached-item p{right:7px}@media (max-width:575.98px){.why .container{padding:0}}.features{display:flex;flex-direction:column}.features li{margin-bottom:14px;margin-top:14px}.features-head{margin-bottom:-50px}.features-head,.features-head .h1,.features-head .h2,.features-head .text,.features-head h1{text-align:center}.features-head .h2{font-weight:700;margin-bottom:0}.features-head .text{font-size:16px;font-weight:400}.features-title{margin-bottom:0}.features-title strong{font-size:24px}.features-subtitle{margin-top:0;margin-bottom:20px}.feature{display:flex;flex-direction:row;margin-top:150px}.feature__content,.feature__image-set{display:flex;justify-content:center;align-items:center;width:50%;height:720px}.feature__content-wrapper,.feature__image-set-wrapper{margin:auto;width:100%;height:auto;max-width:360px;min-height:450px}.feature__content-wrapper li,.feature__content-wrapper p,.feature__image-set-wrapper li,.feature__image-set-wrapper p{font-weight:400;font-size:14px}.feature__content-wrapper strong,.feature__image-set-wrapper strong{font-weight:700}.feature__content .container-half,.feature__image-set .container-half{display:flex;justify-content:center;align-items:center;height:100%}.feature__image-set .container-half{background-color:var(--theme-color);border:1px solid #000}.feature__image-set img{position:absolute}.feature-left .feature__image-set{order:1}.feature-left .feature__image-set .container-half{margin-right:0;padding-right:0}.feature-left .feature__content{order:2}.feature-left .feature__content .container-half{margin-left:0;padding-left:0}.feature-left .feature__content-wrapper{padding-left:40px}.feature-right .feature__image-set{order:2}.feature-right .feature__image-set .container-half{margin-left:0;padding-left:0}.feature-right .feature__content{order:1}.feature-right .feature__content .container-half{margin-right:0;padding-right:0}.feature-right .feature__content-wrapper{padding-right:40px}@media (max-width:1343.98px){.feature__image-set-wrapper{transform:scale(.8)}}@media (max-width:1151.98px){.feature__image-set-wrapper{transform:scale(.6)}}@media (max-width:991.98px){.feature__image-set-wrapper{transform:scale(.4)}}@media (max-width:767.98px){.feature{flex-direction:column;align-items:flex-start;margin-top:60px}.feature__content,.feature__image-set{width:100%}.feature__image-set{margin-top:60px}.feature__image-set-wrapper{transform:scale(.8)}.feature-left .feature__content-wrapper,.feature-left .feature__image-set-wrapper,.feature-right .feature__content-wrapper,.feature-right .feature__image-set-wrapper{padding:0}.feature-left .feature__content .container-half,.feature-left .feature__image-set .container-half,.feature-right .feature__content .container-half,.feature-right .feature__image-set .container-half{max-width:100%;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.feature-left .feature__image-set{order:2}.feature-left .feature__content{order:1}.feature-right .feature__image-set{order:2}.feature-right .feature__content{order:1}}@media (max-width:575.98px){.feature__image-set-wrapper{transform:scale(.6)}.feature__content,.feature__image-set{min-height:450px;height:auto}}@media (max-width:383.98px){.feature__image-set-wrapper{transform:scale(.4)}.feature-left .feature__content .container-half,.feature-right .feature__content .container-half{max-width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}}.feature.feature-livechat .block-icon.animated div:first-child{-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-livechat .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-livechat .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-livechat .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-livechat .feature__image-set-img1{left:-100px;width:250px}.feature.feature-livechat .feature__image-set-img2{left:170px;width:250px}.feature.feature-message .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-message .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-message .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-message .block-icon.animated div:first-child{-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-message .feature__image-set-img11{top:285px;left:410px;width:50px}.feature.feature-message .feature__image-set-img12{top:93px;left:-40px;width:500px}.feature.feature-announcements .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-announcements .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-announcements .block-icon.animated div:first-child{-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-announcements .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-announcements .feature__image-set-img21{top:-70px;left:-36px;width:330px}.feature.feature-announcements .feature__image-set-img22{top:10px;left:-51px;width:70px}.feature.feature-announcements .feature__image-set-img23{top:480px;right:76px;width:200px}.feature.feature-helpcenter .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-helpcenter .block-icon.animated div:first-child{-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-helpcenter .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-helpcenter .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-helpcenter .feature__image-set-img31{top:-50px;left:-15px;width:400px}.feature.feature-helpcenter .feature__image-set-img32{top:90px;right:-108px;width:165px}.feature.feature-crm .block-icon.animated div:first-child{-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-crm .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-crm .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-crm .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-crm .feature__image-set-img41{top:124px;left:-130px;width:305px}.feature.feature-crm .feature__image-set-img42{top:5px;right:-26px}.feature.feature-shared .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-shared .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-shared .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-shared .block-icon.animated div:first-child{-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-shared .feature__image-set-img51{top:152px;right:-64px;width:110px}.feature.feature-shared .feature__image-set-img52{top:-18px;left:-12px;width:413px}.feature.feature-shared .feature__image-set-img53{top:270px;left:-56px;width:481px}.feature.feature-customer .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-customer .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-customer .block-icon.animated div:first-child{-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-customer .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-customer .feature__image-set-img61{top:235px;left:165px;width:150px}.feature.feature-customer .feature__image-set-img62{top:63px;left:2px;width:300px}.feature.feature-analytics .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.feature.feature-analytics .block-icon.animated div:first-child{-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.feature.feature-analytics .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.feature.feature-analytics .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.feature.feature-analytics .feature__image-set-img71{top:68px;left:-38px;width:512px}.feature.feature-analytics .feature__image-set-img72{top:95px;right:-85px;width:453px}.feature.feature-analytics .feature__image-set-img73{top:220px;right:-90px;width:458px}.about__review{position:absolute;display:flex;flex-direction:column;justify-content:space-around;align-items:stretch;font-size:11px;letter-spacing:1px;line-height:16px;font-weight:500}.about__review-author{font-size:12px;letter-spacing:1px;line-height:16px;color:var(--page-color);font-weight:700}.about__review.review1,.about__review.review4{top:-50px;left:-200px;width:386px;height:310px;background-color:#f7f9fa;padding:15px}.about__review.review1>div,.about__review.review4>div{display:flex;flex-direction:column;justify-content:space-around;align-items:stretch;height:100%;padding:30px;filter:drop-shadow(-.105px 2.998px 5px rgba(207,203,196,.4));background-color:#fff;border:1px solid #f3f5f6}.about__review.review1 img{position:absolute;top:40px;left:10px;width:18px}.about__review.review2{top:-15px;left:205px;width:308px;height:174px;background-color:#fff;border:2px solid #000;padding:15px}.about__review.review2 .about__avatar{background-color:var(--brand-seafoam-color)}.about__review.review3{top:285px;left:-115px;width:270px;height:174px;filter:drop-shadow(-.105px 2.998px 5px rgba(207,203,196,.4));background-color:#fff;border:1px solid #f3f5f6;padding:15px}.about__review.review3 .about__avatar{background-color:var(--brand-goldenrod-color)}.about__review.review4{top:200px;left:176px;width:340px;height:255px}.about__review.review4 .about__avatar{background-color:var(--brand-blue-color)}.about__review.review4 img{position:absolute;bottom:10px;right:38px;width:18px}.about__avatar{display:inline-flex;justify-content:center;align-items:center;width:33px;height:33px;border-radius:16px;background-color:var(--brand-hotpink-color);border:1px solid #000;font-size:12px;letter-spacing:1px;color:#000;font-weight:500}.about .feature.feature-about .block-icon.animated div:first-child{-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.about .feature.feature-about .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.about .feature.feature-about .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.about .feature.feature-about .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.about .feature.feature-about .feature__content-wrapper{max-width:400px;margin-left:0}.about .feature.feature-about .feature__image-set .container-half{border:0;background:transparent}.about .btn{margin-top:50px;min-width:335px}@media (max-width:767.98px){.about .feature.feature-about .feature__content-wrapper{margin-left:auto}.about .feature__image-set{margin-top:-120px}.about .feature__image-set-wrapper{transform:scale(.7)}.about .btn{min-width:290px}}@media (max-width:575.98px){.about .feature__image-set-wrapper{transform:scale(.5)}}@media (max-width:383.98px){.about .feature__image-set-wrapper{transform:scale(.4)}}.cta .feature.feature-cta .block-icon.animated div:nth-child(2){-webkit-animation:blockIcon1 1s 1s forwards;animation:blockIcon1 1s 1s forwards}.cta .feature.feature-cta .block-icon.animated div:nth-child(4){-webkit-animation:blockIcon2 1s 1s forwards;animation:blockIcon2 1s 1s forwards}.cta .feature.feature-cta .block-icon.animated div:nth-child(3){-webkit-animation:blockIcon3 1s 1s forwards;animation:blockIcon3 1s 1s forwards}.cta .feature.feature-cta .block-icon.animated div:first-child{-webkit-animation:blockIcon4 1s 1s forwards;animation:blockIcon4 1s 1s forwards}.cta .feature.feature-cta .feature__content-wrapper{max-width:400px}.cta .feature.feature-cta .feature__image-set .container-half{border:0;background:transparent}.cta .feature.feature-cta .feature__image-set img{transition:.3s}.cta .feature.feature-cta .feature__image-set-img91{bottom:0;left:-70px;width:500px}.cta .feature.feature-cta .feature__image-set-img92{bottom:415px;right:30px;width:45px}.cta .feature.feature-cta .feature__image-set-img93{bottom:460px;right:-50px;width:68px}.cta .feature.feature-cta .feature__image-set-img94{bottom:520px;right:-150px;width:126px}.cta .feature.feature-cta .feature__image-set-img95{bottom:600px;right:-320px;width:345px}.cta-emoji{font-size:20px}.cta .btn{margin-top:50px;min-width:335px}@media (max-width:991.98px){.cta .feature.feature-cta{margin-top:0}}@media (max-width:767.98px){.cta .feature.feature-cta .feature__image-set-img93{bottom:460px;right:-40px}.cta .feature.feature-cta .feature__image-set-img94{bottom:520px;right:-60px}.cta .feature.feature-cta .feature__image-set-img95{bottom:600px;right:-120px}.cta .btn{min-width:290px}}.seo{margin-bottom:100px}.seo p{font-weight:400}.roadmap{display:flex;align-items:center;height:100vh;min-height:740px}.roadmap>.container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:640px;background-color:var(--footer-color);height:calc(100vh - 150px)}.roadmap>.container .h2{margin-bottom:0;font-weight:700}.roadmap>.container>p{text-align:center}.roadmap-set{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin-bottom:50px}.roadmap-group{width:23%}.roadmap-head{display:flex;align-items:center;justify-content:center;font-size:18px;text-transform:uppercase;height:45px;background-color:#fcd064;margin:15px 0}.roadmap-head,.roadmap-item{border-radius:4px;border:1px solid #000}.roadmap-item{height:92px;padding:15px 20px;margin-bottom:15px}.roadmap-item strong{font-size:14px}.roadmap-item p{margin:auto}@media (max-width:1151.98px){.roadmap{padding-bottom:70px}.roadmap,.roadmap>.container{height:auto}.roadmap-group{width:48%}}@media (max-width:767.98px){.roadmap{height:auto;min-height:auto;max-height:none;margin-top:50px}}@media (max-width:575.98px){.roadmap-group{width:100%}}.footer{background-color:var(--footer-color);font-size:12px;color:var(--page-color);font-weight:400}.footer__body{display:flex;justify-content:space-between;align-items:flex-start;padding:50px 100px}.footer__block p{margin:16px 0 30px;color:var(--page-color)}.footer__logo{margin-bottom:30px}.footer__logo img{height:30px}.footer__menu-t{color:var(--page-color);font-size:12px;font-weight:500;text-transform:uppercase;margin-bottom:20px}.footer__menu{display:flex;justify-content:flex-start;align-items:flex-start}.footer__menu-col.m-r{margin-right:60px}.footer__menu-item{margin-bottom:10px}.footer__menu-item a{position:relative;font-size:12px;color:var(--page-color-opacity);text-decoration:none}.footer__menu-item a:hover{color:var(--page-color) 40;text-decoration:underline}.footer__menu-item a.soon:before{position:absolute;top:0;left:100%;margin-left:10px;display:flex;justify-content:center;align-items:center;content:"soon";width:27px;height:12px;border-radius:4px;background-color:var(--brand-goldenrod-color);border:1px solid #000;font-size:6px;line-height:10px;color:var(--page-color);font-weight:700;text-transform:uppercase}.footer__menu-item span{font-size:12px;border-radius:99px;padding:2px 5px;background-color:var(--page_bg_color);color:var(--brand-blue-color);margin-left:20px;box-shadow:0 0 20px rgba(0,0,0,.1)}.footer__bottom{width:100%;height:90px;padding:20px 0;display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(0,0,0,.06274509803921569)}.footer__bottom-item{position:relative;margin:0 30px}.footer__bottom-item:first-child:before{content:"";position:absolute;display:block;top:50%;left:-15px;width:5px;height:5px;background-color:var(--brand-blue-color);transform:translateY(-50%)}.footer__bottom-item:last-child{color:var(--brand-blue-color);display:flex;justify-content:center;align-items:center}.footer__bottom-item a{font-size:12px;color:var(--page-color-opacity);text-decoration:none}.footer__bottom-item a:hover{color:var(--page-color) 40;text-decoration:underline}.footer__bottom-item .icon-copyrights{display:block;width:14px;height:14px;margin-right:7px}.footer__bottom-item p{margin:auto}.footer__socials a{color:var(--brand-blue-color);font-size:16px;margin-right:13px;text-decoration:none}.footer__socials a:hover{color:var(--page-color)}.footer .container{padding-left:10px;padding-right:10px}.footer p{font-size:12px}@media (max-width:1151.98px){.footer__body{padding:50px 40px}.footer__menu{flex-direction:column}.footer__menu-col.m-r{margin-right:0}}@media (max-width:767.98px){.footer__body{flex-wrap:wrap}.footer__block:first-child{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap}.footer__logo{margin-bottom:7px;margin-right:30px}.footer__bottom{flex-wrap:wrap}.footer__socials{display:flex;justify-content:center}.footer__menu,.footer__menu-t{max-width:200px;margin-left:auto;margin-right:auto}}@media (max-width:575.98px){.footer__block{width:100%;margin-bottom:40px}.footer__bottom{height:auto}}.quotes-item{min-width:25%}.quotes-item-photo{background-color:var(--brand-goldenrod-color)}.why-item p{color:var(--page-color)}.roadmap,.roadmap>.container{height:auto}body{font-size:14px}strong{font-weight:700}ul{margin:0;padding:0;list-style:none}ul li{position:relative;margin:7px 0;padding-left:15px}ul li:after{content:"";position:absolute;top:10px;left:0;width:4px;height:4px;background-color:var(--theme-color);transform:translateY(-50%)}.logo img{height:30px}.logo img:last-child{height:24px;display:none}hr{border:0;margin:30px 0}hr:after{display:block;content:"";height:0;width:40px;border-top:1px solid var(--page-color)}.block-icon{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:22px;height:22px}.block-icon div{width:10px;height:10px;background-color:rgba(0,0,0,.0784313725490196)}.block-icon.released:after,.block-icon.soon:after{position:absolute;top:-2px;width:93px;height:26px;border-radius:4px;border:.95px solid #000;font-size:12px;color:#2d2e2e;font-weight:700;text-align:center;left:35px;display:flex;justify-content:center;align-items:center}.block-icon.soon:after{background-color:#ffd06c;content:"SOON"}.block-icon.released:after{background-color:#41f9b3;content:"RELEASED"}.toggle-collapse,.toggle-expand{position:relative;height:auto;min-height:0}.toggle-collapse:after,.toggle-expand:after{content:"";position:absolute;bottom:-15px;right:50%;width:10px;height:10px;margin-right:-5px;border-right:1px solid var(--page-color);border-bottom:1px solid var(--page-color);transition:all .2s;transform:rotate(45deg)}.toggle-expand{min-height:100%}.toggle-expand:after{transform:rotate(-135deg)}@media (max-width:767.98px){body{font-size:12px}}@media (max-width:575.98px){.logo img:last-child{display:block}.logo img:first-child{display:none}}
