@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-size:16px;font-family:var(--font-family)!important}a{color:inherit;text-decoration:none}ul{padding-left:0;margin-bottom:0}.container{max-width:1140px;padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}button:focus{outline:none}.btn{padding:1rem;border-radius:var(--border-radius);border:none;cursor:pointer}.btn-common{display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#01c77c;color:var(--button-color-contrast);padding:10px}.btn-common .icon{margin-right:.8rem}input:focus,input:hover{outline:none}.form-control{padding:1rem 10px;width:100%;border-radius:var(--border-radius);background-color:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));border:1px solid var(--border-color);transition:border-color .15s ease-in-out;font-size:16px;min-height:55px}.form-control.error{border-color:#ec0909}.form-control__error{color:#ec0909;font-size:12px;position:absolute;padding:.25rem 1rem;top:100%;left:0;width:100%;background-color:rgba(213,69,83,.25)}.form-group{display:flex;flex-direction:column;margin-bottom:2rem;position:relative}.form-group label{margin-bottom:.5rem}.input-group{position:relative}.input-group .form-control{padding-left:48px}.input-group__text{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.row{display:flex}.col-12{width:100%;flex:0 0 auto}.col-md-8{width:66.67%;flex:0 0 auto}.col-md-6{width:50%;flex:0 0 auto}.col-md-4{width:33.33%;flex:0 0 auto}.image__wrapper{position:relative}.page{background-color:rgb(var(--background-rgb));color:rgb(var(--foreground-rgb));min-height:100vh}.subscriptions__process-horizontal{display:flex;flex-direction:column}.subscriptions__item{display:flex;align-items:flex-start;padding-bottom:20px}.subscriptions__item:last-child{padding-bottom:0}.subscriptions__item:last-child .subscriptions__item-number:before{display:none}.subscriptions__item.active{margin-left:-3px}.subscriptions__item.active .subscriptions__item-number{width:30px;height:30px;background-color:#fff;color:#17556b;position:relative}.subscriptions__item.active .subscriptions__item-title{color:#fff;font-weight:700;font-size:16px}.subscriptions__item-number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#24728e;position:relative;flex-shrink:0}.subscriptions__item-number:before{position:absolute;content:"";top:100%;left:50%;transform:translateX(-50%);height:50px;width:1px;background-color:#24728e}.subscriptions__item-title{color:#bfdbe5;margin-left:10px;padding-top:4px;font-size:15px}.mx-auto{margin-left:auto;margin-right:auto}.font-bold{font-weight:700}.font-normal{font-weight:400}.text-center{text-align:center}.text-green{color:#01c77c}.text-primary{color:var(--text-color)}.text-uppercase{text-transform:uppercase}.no-scroll{height:calc(100vh - 10px);overflow:hidden}.card-visa{width:auto;height:1.5rem}.card-master{width:auto;height:2rem}.card-view{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.relative{position:relative}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:90%;height:90%;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:4px;animation:lds-dual-ring 1.2s linear infinite}.pageNotFound{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media screen and (min-width:1400px){.container{max-width:1320px}}@media screen and (max-width:1024px){body,html{font-size:14px}.container{max-width:992px}}@media screen and (max-width:992px){.container{max-width:720px}.form-group{margin-bottom:1.5rem}.form-control__error{padding:.25rem;font-size:10px}}@media screen and (max-width:768px){.container{max-width:540px}}@media screen and (max-width:576px){.container{max-width:100%}.subscriptions__item.active .subscriptions__item-number{background-color:#17556b;color:#fff}.subscriptions__item.active .subscriptions__item-title{color:#17556b}.subscriptions__item-number{color:#fff;background-color:#9c9c9c;position:relative}.subscriptions__item-number:before{content:none}.subscriptions__item-title{color:#7e7e7e}}:root{--border-radius:5px;--font-family:"Noto Sans",sans-serif;--foreground-rgb:0,0,0;--background-rgb:255,255,255;--background-header:#f8f9f9;--text-color:var(--dynamic-text-color,#435c71);--button-color:var(--dynamic-button-color,#18a103);--button-color-contrast:var(--dynamic-button-color-contrast,#fff);--border-header-color:#d7e2eb;--border-color:#d7e2eb}.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000}.dialog-content{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);max-width:80%;max-height:80%;position:relative}.dialog-content.dialog-sub{max-width:700px;width:calc(100% - 20px)}@media screen and (max-width:576px){.dialog-overlay{align-items:flex-start}}@media only screen and (max-width:767px) and (max-height:767px){.dialog-content{max-height:100%;overflow:auto}}footer{min-height:8rem;margin-top:3rem;padding:1rem;border-top:1px solid var(--border-color)}.footer__wrapper,footer{display:flex}.footer__description{font-size:11px;color:#9c9c9c;text-align:center;margin:auto}header{width:100%;height:40px;background-color:var(--background-header)}.header__wrapper{justify-content:space-between;width:100%;height:100%;border-bottom:1px solid var(--border-header-color)}.header__logo,.header__wrapper{display:flex;align-items:center}.header__logo-wrapper{width:20px;height:20px}.header__logo-title{font-size:1rem;color:var(--text-color);margin:0 0 0 1rem;text-transform:capitalize}.header__menu{display:flex;margin-bottom:0;padding-left:0}.header__menu-item{padding:.5rem;display:block}.header__menu-item .icon{width:20px;height:20px}.checkout-page{width:100%;background-color:#f1f5f8;padding:1rem;display:flex;align-items:center;justify-content:center;min-height:100vh}.checkout-page__row{display:flex;justify-content:space-evenly}.checkout-page__col{border-radius:12px;background:#fff;box-shadow:0 0 50px rgba(0,0,0,.161);flex:0 0 40%;max-width:40%;box-sizing:border-box}.checkout-page__title{font-size:20px;text-align:center;font-weight:400;margin:2rem 0}.checkout-panel__head{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);padding:12px 10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d2d2d2;font-size:1rem}.checkout-panel__head span{margin-left:6px}.checkout-panel__body{padding-top:20px;padding-bottom:20px;background-color:#fff;color:#000;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.checkout__membership{display:flex;align-items:center;justify-content:space-between;font-size:1.25rem}.checkout__membership-title{font-size:1.375rem;font-weight:500;display:flex;align-items:center;gap:8px}.checkout__price{color:#01c77c;font-weight:700}.checkout__credit-card-text{font-size:.8rem;margin:.5rem 0}.checkout__rating{display:flex;align-items:center}.checkout__rating-description{font-size:12px;opacity:.8;margin-left:4px}.checkout__divide{margin:1rem -1rem;height:1px;border-bottom:1px solid var(--border-color)}.checkout__form{padding-top:20px;padding-bottom:20px}.checkout__form .form-control{height:45px;min-height:45px;background-color:#f1f5f8;border:1px solid #d2d2d2;padding:0 8px}.checkout__form-card-information .form-group{flex:1 1}.checkout__form-card-information .form-group:nth-child(2){margin-left:1rem;margin-right:1rem}.checkout__form-btn-submit{font-size:1.25rem;font-weight:700;width:100%;margin-top:2rem}.checkout__form-btn-submit:disabled{opacity:.5;cursor:default}.checkout__form-btn-submit .loading{margin-right:.8rem}.checkout__form-captcha{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;opacity:0;visibility:hidden;position:absolute;z-index:-1}.checkout__terms{font-size:.75rem;margin-top:1rem}.checkout__terms a{color:#01c77c;text-decoration:none}.checkout__terms a:hover{text-decoration:underline;cursor:pointer}.checkout__addition{background-color:#fff;color:#000;padding-top:20px;padding-bottom:20px;border-radius:var(--border-radius);display:flex;flex-direction:column}.checkout__addition h1{padding-bottom:10px;font-size:1.625rem;font-weight:400;margin:1rem auto}.checkout__screenshot{width:90%;height:10rem;margin:1rem auto}.checkout__addition-title{font-size:17px;font-weight:500;margin-bottom:1rem}.checkout__addition-why{margin-top:30px;font-size:.8rem}.checkout__addition-why__title{text-transform:uppercase;font-weight:400}.checkout__addition-why__description{color:#aaa;font-weight:400;margin-top:20px;text-align:justify;font-size:.875rem}.form-group.card-number:before{position:absolute;content:"";width:204px;height:20px;right:0;top:0;background-image:url(/assets/pages/checkout/images/visa.svg),url(/assets/pages/checkout/images/mastercard.svg),url(/assets/pages/checkout/images/discover.svg),url(/assets/pages/checkout/images/american-express.svg),url(/assets/pages/checkout/images/maestro.svg);background-position-x:0,41px,82px,123px,164px;background-repeat:no-repeat}.form-control.cvv-input{background:#f1f5f8 url(/assets/pages/checkout/images/cvv.png) 98% no-repeat;background-size:28px;padding-right:50px}.password__wrap{position:relative}.password__icon{position:absolute;top:50%;right:16px;height:1.5rem;transform:translateY(-50%);cursor:pointer}.password__icon svg{width:1.5rem;height:1.5rem}.checkout__featureList{display:flex;gap:16px;justify-content:center;border-bottom:1px solid #d2d2d2}.checkout__feature{font-size:.9rem;padding:10px;line-height:16px;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:12px}.checkout__feature span{text-transform:uppercase;font-size:.875rem;font-weight:500}.modal3DS{position:fixed;top:0;left:0;width:100%;height:100%}.checkout__featureList-mobile{display:none}.padding-content{padding-left:40px;padding-right:40px}.charge-appear{margin-top:20px;text-align:justify;color:#4b4b4b;font-size:.75rem;font-weight:300}@media screen and (max-width:1200px){.checkout-page__col{flex:0 0 45%;max-width:45%}.padding-content{padding-left:20px;padding-right:20px}}@media screen and (max-width:992px){.checkout-page .container{width:100%;max-width:100%}.checkout-panel{min-height:100vh}.checkout-page__col{flex:0 0 100%;max-width:100%}.checkout__membership-title{font-size:.9375rem}.checkout-panel__body{padding-top:10px;padding-bottom:10px}.checkout__price{font-size:1.1875rem}.checkout__addition{display:none}.checkout__featureList-mobile{display:flex;gap:16px;justify-content:space-around;border-bottom:1px solid #d2d2d2}.checkout__feature{margin-bottom:.5rem;padding:8px}}@media screen and (max-width:576px){.checkout-page{padding:0}.padding-content{padding-left:10px;padding-right:10px}.checkout-page .container{padding:0}.checkout-panel__head{display:none}.checkout__featureList-mobile{gap:8px}}.page__content{transition:filter .15s ease-in-out}.page__content.blur{filter:blur(5px)}.dialog-sub__wrapper{display:flex}.dialog-sub__item{flex:1 1;max-width:50%}.dialog-sub__item.left{background-color:#17556b;color:#fff}.dialog-sub__item.right{padding:20px}.subscriptions__process-horizontal{padding:1rem 20px}.dialog-sub__item-title{padding:20px}.dialog-sub__item-title1{font-size:18px;text-align:center;font-weight:400}.dialog-sub__item-title2{font-size:22px;font-weight:700;text-align:center}.dialog-sub__note{font-size:11px;color:#9c9c9c;text-align:center;margin:15px auto 5px}.dialog-sub__right-title{font-size:18px;color:#17556b;padding:12px 0 1rem;text-align:center}.subHeader__content{margin:18px auto;text-align:center;color:#9da9b4;font-size:12px}.s-cta{background:url(/assets/pages/landing1/images/background_icons_left_online.svg) -1% 6%/auto 80% no-repeat,url(/assets/pages/landing1/images/background_icons_right_online.svg) 101% 6%/auto 80% no-repeat;padding:4rem 0}.s-cta__wrapper{display:flex;width:45%}.s-cta__item.left{color:var(--text-color);align-self:center}.s-cta__item.left h1{font-size:36px}.s-cta__divide{border-left:1px solid var(--border-color);height:100px;width:1px;margin-left:auto;margin-right:auto}.s-cta__item.right{display:flex;flex-direction:column;align-items:center;position:relative}.s-cta__btn-continue{display:flex;align-items:center;justify-content:center;font-size:36px;font-size:30px;font-weight:700;background-color:var(--button-color);color:var(--button-color-contrast);min-width:18rem;padding:10px!important;min-height:100px}.s-cta__btn-continue.btn-submit{min-height:65px;font-size:24px;margin-top:2rem;min-width:100%}.s-cta__btn-continue .icon{margin-right:2rem}.s-cta__note{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);white-space:nowrap;color:#686868;margin-top:1rem;display:flex;align-items:center;justify-content:center}.s-cta__note:before{content:"";width:20px;height:20px;border-radius:50%;margin-right:20px;background-color:var(--button-color)}.s-usp{padding:2rem 1rem;background-color:#f6f6f6;border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color)}.s-usp__item,.s-usp__wrapper{display:flex;align-items:center}.s-usp__item{flex-direction:column;flex:1 1;border-right:1px solid var(--border-color);padding:1rem 0}.s-usp__item:last-child{border-right:0}.s-usp__item-title{text-align:center;color:var(--text-color);margin-top:1rem}.s-steps{margin-top:2rem}.s-steps__title{font-size:18px;font-weight:700;text-align:center;color:var(--text-color)}.s-steps__process{display:flex;align-items:center;justify-content:center;padding:2rem 0;border-bottom:1px solid var(--border-color);width:60%;margin:0 auto}.s-steps__item{display:flex;align-items:center;position:relative}.s-steps__divide{width:10%;height:1px;border-bottom:1px solid #bebebe;max-width:70px;margin-left:auto;margin-right:auto}.s-steps__item-number{width:24px;height:24px;border-radius:50%;background-color:#e8e8e8;color:#9c9c9c;margin-right:10px;display:flex;align-items:center;justify-content:center}.s-tagLine{margin-top:3rem}.s-tagLine__title{font-size:2.3125rem;line-height:1.4;font-weight:400;color:var(--text-color);width:60%;margin:2rem auto;text-align:center;max-width:480px}.s-tagLine__item.up{display:flex;flex-direction:column;align-items:center;margin-right:auto;margin-left:auto;position:relative;margin-bottom:4rem}.s-tagLine__item.up .s-cta__btn-continue{max-width:25rem;width:60%}.s-tagLine__featureList{display:flex;flex-direction:column;align-items:center}.s-tagline__feature{display:flex;align-items:center;color:var(--text-color);padding-bottom:1rem}.s-tagline__feature span{margin:0 8px;font-weight:300}@media screen and (min-width:1560px){.s-cta__wrapper{justify-content:center}.s-cta__divide{margin:0 5rem}}@media screen and (max-width:1200px){.s-cta__wrapper{width:55%}}@media screen and (max-width:1023px){.s-cta{background:unset}.s-cta__wrapper{width:100%}.s-steps__process{width:80%}}@media screen and (max-width:768px){.s-steps{display:none}}@media screen and (max-width:639px){.dialog-sub__wrapper{flex-direction:column}.dialog-sub__item{max-width:100%}.dialog-sub__item.left{background-color:#fff}.dialog-sub__item.right{background-color:#eee}.dialog-sub__item-title{background-color:#17556b}.dialog-sub__item-title2{margin-bottom:0}.dialog-sub__right-title{display:none}.s-cta__wrapper{flex-direction:column;gap:1rem;text-align:center}.s-cta__item.left h1{font-weight:400;font-size:25px}.s-cta__btn-continue{width:80%}.s-cta__btn-continue.btn-submit{min-height:65px}.s-cta__divide{display:none}.s-tagLine__item.up .s-cta__btn-continue{width:100%}.s-usp__item:nth-child(2){border-right:0}.s-usp__item:last-child{display:none}}