:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.directpayment_header__zQjoB{position:relative;width:100%;float:left;margin:12px 0}.directpayment_header__zQjoB p{color:#fff;margin-left:25px}.directpayment_header__zQjoB .directpayment_arrow_image__gLMED{cursor:pointer;position:relative;top:6px;left:10px;width:24px}.directpayment_header__zQjoB .directpayment_arrow_text__8Y_mT{display:flex;align-items:baseline;text-align:left!important}.directpayment_header__zQjoB .directpayment_logo_icon__DBFBm{width:68px!important;position:absolute;left:50px;top:8px}.directpayment_chooseplans_section__616G_{width:100%;float:left}.directpayment_chooseplans_section__616G_ h4{color:#fff}.directpayment_plans_section__hkkgV{width:100%;float:left}.directpayment_plans_section__hkkgV .directpayment_logo_icon__DBFBm{width:95px!important;margin-bottom:8px;margin-inline:15px}.directpayment_preferred_paymentmethod__03ZMj{width:90%;margin:0 auto;max-width:400px}.directpayment_preferred_paymentmethod__03ZMj h5{color:#fff;font-weight:400;text-align:left;margin-bottom:12px}.directpayment_payment_section__4Uba_{background-color:#212121;color:#fff;border-radius:8px;padding:15px 12px;height:50px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;position:relative;margin-top:20px}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb{display:flex;align-items:center;text-align:left}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb h5{font-weight:400;margin:0 6px 10px 0;color:#fff}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb h6{font-weight:400;margin:6px 6px 6px 0;color:#ccc}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb .directpayment_payment_types__MlRMA{display:flex;flex-direction:row;align-items:center}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb .directpayment_payment_types__MlRMA img{width:32px;height:20px;margin-right:8px;border-radius:3px}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb .directpayment_payment_types__MlRMA span{color:#999;font-size:12px}.directpayment_section_logo__e0I29{margin-right:10px;width:32px;height:32px}.directpayment_checked__wu_L5{border:1px solid#f5d448}.directpayment_payment_section__4Uba_ input[type=radio]{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;outline:none;border:2px solid#ffffffb3}.directpayment_payment_section__4Uba_ input[type=radio]:before{content:"";display:block;width:70%;height:70%;margin:15% auto;border-radius:50%}.directpayment_payment_section__4Uba_ input[type=radio]:checked:before{background:#fdd835}.directpayment_payment_section__4Uba_ input[type=radio]:checked{border-color:#fdd835}.directpayment_paymentplan_container__LlHAE{background-color:#1e1e1e;text-align:left;padding-block:10px}.directpayment_paymentplan_container__LlHAE .directpayment_plan_details__xSRwL{padding-inline:20px}.directpayment_paymentplan_container__LlHAE h6{font-size:12px;font-weight:500;color:#fff;opacity:.6;margin:6px 0}.directpayment_paymentplan_container__LlHAE h4{font-weight:400;color:#fff;margin:6px 0}.directpayment_paymentplan_container__LlHAE .directpayment_plan_details__xSRwL .directpayment_plansubscription_details__hmkje{margin-bottom:15px}.directpayment_paymentplan_container__LlHAE .directpayment_plan_details__xSRwL .directpayment_planexpiry_details__ts7Ih{margin-bottom:20px}.directpayment_paymentplan_container__LlHAE hr{border:1px solid #323232;margin:5px 0}.directpayment_paymentplan_container__LlHAE .directpayment_plan_amount__IcPaG{display:flex;align-items:center;justify-content:space-between;padding-inline:20px}.directpayment_subscribe_bottom_section__eQlMl{width:100%;float:left;background-color:#000;position:fixed;bottom:0;margin-top:10px;text-align:center}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5{width:350px;padding-top:8px;margin:0 auto;text-align:center}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5 label{position:relative;cursor:pointer;color:#c8c8c8;font-size:11px}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5 label span{color:#5e7bf2;text-decoration:underline}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5 input{display:none}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5 label:before{content:"";background-color:transparent;border:2px solid #c8c8c8;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:8px 9px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:10px;border-radius:3px}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5 input:checked+label:after{content:"";display:block;position:absolute;top:0;left:8px;width:4px;height:11px;border:solid#F5D448;border-width:0 2px 2px 0;transform:rotate(45deg)}.directpayment_subscribe_bottom_section__eQlMl .directpayment_plans_btns__PlQuh{width:100%;float:left;margin-top:10px;text-align:center}.directpayment_subscribe_bottom_section__eQlMl .directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_{font-family:GothamMedium;width:90%;background-color:var(--button-active-color);border-radius:25px;margin-bottom:15px!important;margin:auto;color:#fff!important;padding:6px 0;text-transform:inherit}.directpayment_subscribe_bottom_section__eQlMl .directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_:disabled{background-color:#a4a4a4;cursor:not-allowed}.directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_:active,.directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_:focus,.directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_:hover{background-color:var(--button-active-color)!important}.directpayment_directpayment_terms__gzRJN{margin:0;color:#ccc;font-size:11px;display:inline}.directpayment_poplar_section__UfFE2{font-family:GothamMedium;background-color:#e6293b;border-radius:4px;font-size:11px;padding:4px 10px;position:absolute;top:-15px;right:50px}.directpayment_directpayment_terms__gzRJN a{color:#5e7bf2;text-decoration:underline}.directpayment_separator__QTYfM{width:100%;float:left;margin-top:5px;text-align:center}@media only screen and (max-width:320px){.directpayment_successfulsubscription_page__ayDSA .directpayment_brandlogo__VccfZ{margin-top:10px}.directpayment_successfulsubscription_page__ayDSA .directpayment_success_container__sE2WU{padding-block:5px;margin:10px 20px 20px}.directpayment_successfulsubscription_page__ayDSA h6{margin-top:10px;margin-bottom:5px}.directpayment_successfulsubscription_page__ayDSA .directpayment_continue_watching_btn__kaqjI button{margin-bottom:10px}.directpayment_separator_desktop__NOaL7{display:none}}@media only screen and (min-width:481px) and (max-width:767px){.directpayment_successfulsubscription_page__ayDSA{width:450px}.directpayment_successfulsubscription_page__ayDSA .directpayment_continue_watching_btn__kaqjI button{width:415px}.directpayment_separator_desktop__NOaL7{display:none}}@media only screen and (min-width:768px){.directpayment_successfulsubscription_page__ayDSA{width:540px}.directpayment_successfulsubscription_page__ayDSA .directpayment_continue_watching_btn__kaqjI button{width:500px}}@media only screen and (min-width:320px) and (max-width:420px){.directpayment_subscribe_body__1t3WI{width:100%;height:100vh;float:left;margin-bottom:35px}}@media only screen and (min-width:320px) and (max-width:321px){.directpayment_subscribe_body__1t3WI{margin-bottom:100px}.directpayment_payment_section__4Uba_ .directpayment_section_content__ZiOdb .directpayment_payment_types__MlRMA{display:inherit}}@media screen and (max-width:1023px){.directpayment_separator_desktop__NOaL7{display:none}}@media screen and (min-width:1024px){.directpayment_subscribe_bottom_section__eQlMl{margin-top:0;position:inherit}.directpayment_subscribe_body__1t3WI{display:flex;align-items:center}.directpayment_packages_section__wM7EK{width:90%;margin:0 auto;max-width:400px}.directpayment_subscribe_bottom_section__eQlMl .directpayment_plans_btns__PlQuh .directpayment_pay_btn__W_qV_{width:30%}.directpayment_subscribe_bottom_section__eQlMl .directpayment_form_group__p8vZ5{width:inherit}.directpayment_desktop_plan__oMrjr{width:70%;margin:auto}.directpayment_header__zQjoB{float:none}.directpayment_logo_icon__DBFBm{float:left}.directpayment_plans_section__hkkgV{margin-top:20px}.directpayment_separator__QTYfM{display:none}.directpayment_separator_desktop__NOaL7{width:131px;float:left;text-align:center;margin:5px auto}.directpayment_separator_desktop__NOaL7 img{max-height:350px}.directpayment_header__zQjoB{margin:36px 0 0}.directpayment_header__zQjoB .directpayment_arrow_image__gLMED{left:24px}.directpayment_header__zQjoB .directpayment_arrow_text__8Y_mT{position:absolute;left:-14px}}.userpro_user_pro_wrapper__0galb{width:30%;height:100%;margin:5px auto auto}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK{width:100%;float:left}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_image__E2a_v{min-height:185px!important;background-image:url(https://d1m9cbe6bfhh6i.cloudfront.net/content/patners/network/images/cocp.jpeg);height:235px;background-size:100% 100%;background-repeat:no-repeat}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_header__37DT2{position:relative;width:100%}.userpro_user_pro_wrapper__0galb .userpro_header__37DT2{width:100%;float:left;margin:12px 0}.userpro_user_pro_wrapper__0galb .userpro_header__37DT2 .userpro_arrow_image__bF8cg{cursor:pointer;position:relative;top:6px;left:10px;width:24px}.userpro_user_pro_wrapper__0galb .userpro_header__37DT2 .userpro_arrow_text__cxrax{text-align:left!important}.userpro_arrow_text__cxrax h3{font-family:GothamMedium;color:#fff;font-weight:200;font-size:16px;margin-left:35px;display:inline}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_header__37DT2 .userpro_arrow_text__cxrax .userpro_header_logo__U8DYA{position:absolute;top:5px;right:0}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_image__E2a_v img{width:100%}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_bottom_centered__0jK_S{text-align:center;width:100%;margin-top:-30px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_bottom_centered__0jK_S h4{margin:0 auto;line-height:22px;font-family:GothamMedium;color:#fff;font-size:16px;font-weight:200;width:320px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_bottom_centered__0jK_S h4 span{color:var(--menu-active-color)}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS{margin:6px 0 16px;display:flex;justify-content:center;align-items:center}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS ul{margin:0;padding:0;text-align:left}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS ul li{font-size:13px;list-style:none;color:#fff;padding-top:10px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS ul li img{width:11px;margin-right:12px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS ul li span{color:var(--menu-active-color)}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv{display:flex;justify-content:center;margin:6px 0 10px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ{padding:5px 25px;width:85%}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ h5{font-size:16px;color:#fff;font-weight:500;margin:0 10px 6px;text-align:center}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ ul{width:100%;float:left;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ ul li{list-style:none;float:left}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ ul li img{margin:5px;width:50px;border-radius:5px;height:50px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6{margin:12px 0 20px;text-align:center}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6 button{font-family:GothamMedium;background-color:var(--button-active-color);border-radius:25px;width:90%;margin:auto;color:#fff;padding:6px 0;text-transform:capitalize}.userpro_user_pro_wrapper__0galb .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ ul li span{cursor:pointer;color:#ccc;font-size:13px;position:relative;line-height:50px;left:2px;display:inline-block;vertical-align:middle;text-decoration:underline}.userpro_user_pro_wrapper__0galb .userpro_validity_section__NMoQB{width:94%;float:left;background-color:#212121;padding:12px 10px;margin-top:6px}.userpro_user_pro_wrapper__0galb .userpro_validity_section__NMoQB h5{font-size:15px!important;color:#fff;margin:0!important;float:left}.userpro_user_pro_wrapper__0galb .userpro_validity_section__NMoQB h4{font-size:14px;color:#ccc;margin:0!important;float:right}.userpro_package_section__tS_D5{position:fixed;width:95%;top:auto!important;margin:0 auto}.userpro_package_section__tS_D5 .userpro_main_modal__akiu0 h2{text-align:center}.userpro_package_section__tS_D5 .userpro_main_modal__akiu0 h2 img{cursor:pointer}.userpro_package_section__tS_D5 .userpro_main_modal__akiu0:focus-visible{outline:none!important}.userpro_package_section__tS_D5 .userpro_main_modal__akiu0 .userpro_close_btn__YuH8m{margin-bottom:10px}.userpro_package_section__tS_D5 .userpro_box_content__3STHg{width:100%;margin:auto;border:1px solid transparent;border-radius:24px 24px 0 0;background:#212121}.userpro_package_section__tS_D5 .userpro_box_content__3STHg .userpro_package_text__X6uOh h3{font-family:GothamMedium;color:#fff;font-size:16px;font-weight:200;max-width:230px;margin:auto;text-align:center;padding-top:20px;padding-bottom:0}.userpro_modal_package_images__XXv_t{width:100%}.userpro_modal_package_images__XXv_t .userpro_image_container__pJFuC{margin:0;text-align:left;list-style:none;margin:15px 0 10px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10}.userpro_modal_package_images__XXv_t .userpro_image_container__pJFuC .userpro_image_item__ITWwq{margin:5px 8px;width:58px;height:58px;border-radius:5px}.userpro_multi_userpro_wrapper__AMPRM .userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6{display:flex;justify-content:space-evenly}.userpro_multi_userpro_wrapper__AMPRM .userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6 button{font-size:14px;width:52%;border:1px solid#666666;margin-left:0;margin-right:0}.userpro_multi_userpro_wrapper__AMPRM .userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6 h4{cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.userpro_autopay__10_6e .userpro_package_text__X6uOh p{font-family:GothamBook;width:295px;margin:10px auto;padding:0 10px;text-align:center;color:#ccc;font-size:12px}.userpro_autopay__10_6e .userpro_package_text__X6uOh h3{max-width:none}.userpro_autopay__10_6e .userpro_modal_package_images__XXv_t .userpro_btn_section__YeBwD{width:80%;margin:25px auto 10px}.userpro_autopay__10_6e .userpro_modal_package_images__XXv_t .userpro_btn_section__YeBwD button{font-family:GothamMedium;width:100%;border-radius:20px;padding:10px;margin-bottom:10px;color:#fff;background-color:#ee2938;border:none;font-size:14px}.userpro_autopay__10_6e .userpro_modal_package_images__XXv_t .userpro_btn_section__YeBwD .userpro_cancel_autopay__Ztsk2{text-decoration:underline;background-color:transparent}.userpro_autopay__10_6e .userpro_autopay_image____IWp{width:100%;margin:auto;display:block;text-align:center}.userpro_autopay__10_6e .userpro_autopay_image____IWp img{width:48px;height:57px;padding-top:10px}.userpro_autopay__10_6e .userpro_box_content__3STHg .userpro_package_text__X6uOh h3{max-width:295px;padding-top:0}@media screen and (min-width:320px) and (max-device-width:480px){.userpro_user_pro_wrapper__0galb{width:100%;margin:auto}}@media screen and (min-width:481px) and (max-device-width:768px){.userpro_package_section__tS_D5 .userpro_box_content__3STHg{width:70%;margin:auto;padding:0}.userpro_user_pro_wrapper__0galb{width:80%;margin:30px auto auto}}@media screen and (min-width:768px) and (max-device-width:1024px){.userpro_user_pro_wrapper__0galb{width:70%;margin:30px auto auto}}@media screen and (min-width:992px){.userpro_package_section__tS_D5{width:40%}.userpro_package_section__tS_D5 .userpro_box_content__3STHg{width:80%;margin:auto;padding:0}.userpro_plans_offers_wrapper__0u3fy{margin-top:0;height:auto}.userpro_main_modal__akiu0{position:relative}.userpro_autopayerror_popup__dHAdW .userpro_main_modal__akiu0 h2{text-align:center}.userpro_autopayerror_popup__dHAdW .userpro_box_content__3STHg{padding:5px}}@media screen and (min-width:400px) and (max-device-width:1024px){.userpro_multi_userpro_wrapper__AMPRM .userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6{position:fixed;width:100%;bottom:0;left:50%;transform:translateX(-50%)}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS{margin:15px 0 16px}}@media screen and (min-width:1025px) and (max-device-width:1370px){.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS{margin:0 0 5px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv{display:flex;justify-content:center;margin:6px 0 0}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6{margin:0 0 10px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_live_channels__7QYCv .userpro_sub_content__dSJeQ{padding:0 25px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_bottom_centered__0jK_S{text-align:center;width:100%;margin-top:-40px}.userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_plans_content__3FLTS ul li{font-size:13px;list-style:none;color:#fff;padding-top:7px}.userpro_multi_userpro_wrapper__AMPRM .userpro_user_pro_wrapper__0galb .userpro_user_pro_content__vBbXK .userpro_continue_button__78EU6 button{font-size:13px}}.userpro_autopayerror_popup__dHAdW .userpro_autopay_image____IWp{position:relative;display:block;width:-moz-fit-content;width:fit-content}.userpro_autopayerror_popup__dHAdW .userpro_autopay_image____IWp:after{content:"";position:absolute;top:20px;left:10px;right:0;bottom:0;height:44px;width:26px;background-color:#f5d448;filter:blur(18px);z-index:0}.ineligibleuser_ineligibleuser_wrapper___kCIS{height:100%;margin:auto auto 20px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1{margin:0 auto;background-color:var(--primary-color)}.ineligibleuser_main_modal__iENGO .ineligibleuser_ineligibleuser_content__JaBR1{width:100%!important}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_header__CmTLO{position:relative;width:100%}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_header__CmTLO .ineligibleuser_arrow_text__tk_VL{text-align:left;padding:14px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_header__CmTLO .ineligibleuser_arrow_image__WQims{cursor:pointer;position:absolute;top:12px;left:10px;width:24px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_header__CmTLO .ineligibleuser_arrow_text__tk_VL h3{color:#fff;font-weight:200;font-size:16px;text-align:left;margin-left:35px;display:inline}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_header__CmTLO .ineligibleuser_arrow_text__tk_VL .ineligibleuser_header_logo__JGVYC{position:absolute;top:5px;right:0}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_image__OMupF img{width:100%}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_sub_content___gh4J{padding:10px 20px;margin-top:35px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_bottom_centered__X0WYz{text-align:left;width:100%;margin-top:-35px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_bottom_centered__X0WYz h4{color:#fff;font-size:18px;font-weight:400;text-align:center}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_bottom_centered__X0WYz h4 span{color:#f5d448}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_sub_text__PajmT p{color:#a0a0a1;font-size:14px;text-align:left;line-height:18px}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_continue_button__479KJ{margin-top:60px;text-align:center}.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1 .ineligibleuser_continue_button__479KJ button{background-color:var(--button-active-color);border-radius:25px;width:95%;margin:auto;color:#fff;padding:6px 0;text-transform:capitalize}@media screen and (min-width:320px) and (max-device-width:480px){.ineligibleuser_ineligibleuser_wrapper___kCIS{width:100%;margin:auto}}@media screen and (min-width:481px) and (max-device-width:768px){.ineligibleuser_ineligibleuser_wrapper___kCIS{width:80%;margin:30px auto auto}}@media screen and (min-width:768px) and (max-device-width:1024px){.ineligibleuser_ineligibleuser_wrapper___kCIS{width:70%;margin:30px auto auto}}@media screen and (min-width:1025px){.ineligibleuser_ineligibleuser_wrapper___kCIS .ineligibleuser_ineligibleuser_content__JaBR1{width:450px}}.languagecarousel_language_carousel_container__tbF_m{background-color:#000;color:#fff;text-align:center;position:relative;margin-top:15px;overflow:hidden}.languagecarousel_carousel_heading__tVfow{font-size:19px;font-weight:700;color:#fff;text-align:left;margin-left:9px}.languagecarousel_carousel_wrapper__gDzFv{height:230px}.languagecarousel_card__rcsQa{position:relative;width:135px;height:180px;margin:0 auto}.languagecarousel_card__rcsQa img{width:100%;height:100%;object-fit:fill;display:block;margin-left:15px;border-radius:16px}.languagecarousel_languagelabel__1V13O{position:absolute;bottom:0;width:100%;left:50%;transform:translateX(-50%);color:#eaeaec;font-size:14px;font-weight:500;margin-left:14px;display:flex;justify-content:center;align-items:flex-end;background:linear-gradient(180deg,transparent,#000);height:120px;padding-bottom:18px}@media (max-width:340px){.languagecarousel_carousel_heading__tVfow{font-size:17px}.languagecarousel_card__rcsQa{width:120px;height:180px}}@media (min-width:400px) and (max-width:480px){.languagecarousel_language_carousel_container__tbF_m{width:90%;margin:0 auto}}@media (min-width:480px) and (max-width:768px){.languagecarousel_card__rcsQa{width:130px}.languagecarousel_language_carousel_container__tbF_m{padding:0 15px;width:90%}}@media (min-width:768px){.languagecarousel_language_carousel_container__tbF_m{max-width:360px;padding:0 15px}.languagecarousel_language_carousel_container__tbF_m .languagecarousel_carousel_heading__tVfow{margin-left:0}.languagecarousel_card__rcsQa{width:128px}.languagecarousel_card__rcsQa img,.languagecarousel_languagelabel__1V13O{margin-left:0}}.couponcode_popup_popup_data__DKnox{position:fixed;width:100%;top:auto!important;height:min-content;background-color:#ededed;max-height:370px;border-top-left-radius:16px;border-top-right-radius:16px;max-width:365px;left:50%!important;transform:translateX(-50%);inset:0;padding:15px 0}.couponcode_popup_offers_block__vs1Q9{overflow-y:scroll;scrollbar-width:none;max-height:254px}.couponcode_popup_popup_data__DKnox .couponcode_popup_popup_content__WC3mh{position:relative;margin-inline:5px}.couponcode_popup_popup_data__DKnox .couponcode_popup_popup_content__WC3mh .couponcode_popup_close_btn__gYXnK{position:absolute;top:-35px;right:0;transform:translateX(-50%);cursor:pointer;-webkit-tap-highlight-color:transparent}.couponcode_popup_popup_data__DKnox .couponcode_popup_popup_content__WC3mh:focus-visible{outline:none!important}.couponcode_popup_popup_data__DKnox .couponcode_popup_title__FkhUq{font-size:16px;font-weight:600;color:#212121;margin:0 0 0 6px;text-align:left}.couponcode_popup_popup_content__WC3mh h6{color:#323232;font-size:12px;font-weight:600;margin-bottom:0;margin-top:10px;margin-left:7px}.couponcode_popup_coupon_content__y69TF{display:flex;width:100%;border:1px solid #ccc;border-radius:8px;position:relative;background:#ddd;margin-top:10px}.couponcode_popup_coupon_content__y69TF .couponcode_popup_coupon_text__1_OI6{width:calc(100% - 140px);height:40px!important;border-right:0;display:flex;align-items:center}.couponcode_popup_coupon_content__y69TF .couponcode_popup_coupon_text__1_OI6 input{padding-left:15px;background:transparent;font-size:15px;border:none;color:#000!important;cursor:text;width:100%}.couponcode_popup_coupon_content__y69TF .couponcode_popup_coupon_text__1_OI6 input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #ddd!important;-webkit-text-fill-color:#000!important}.couponcode_popup_coupon_content__y69TF .couponcode_popup_coupon_text__1_OI6 input:focus-visible{outline:none!important}.couponcode_popup_coupon_content__y69TF .couponcode_popup_apply_content__lq7Jp{height:40px;width:120px;background:var(--button-active-color);border:1px solid var(--button-active-color);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;position:absolute;right:0}.couponcode_popup_apply_content__lq7Jp{margin:0 auto;text-decoration:none}.couponcode_popup_apply_content__lq7Jp span{color:#fff;text-decoration:none}.couponcode_popup_offer_section__A9RIF{border:1px solid #ccc;border-radius:8px;padding:8px;display:flex;gap:10px;margin-top:5px;cursor:pointer}.couponcode_popup_offer_section__A9RIF img{width:18px;height:18px}.couponcode_popup_offer_section__A9RIF .couponcode_popup_offer_data__kG8Sm h5{color:#212121;font-size:12px;font-weight:600;margin:0}.couponcode_popup_offer_section__A9RIF .couponcode_popup_offer_data__kG8Sm h6{color:#560bd0;font-size:11px;font-weight:500;margin-block:5px;margin-left:0}.couponcode_popup_offer_section__A9RIF .couponcode_popup_offer_data__kG8Sm p{color:#444;font-size:10px;font-weight:500;margin-block:5px 0}.couponcode_popup_offer_section__A9RIF .couponcode_popup_apply_btn__j23lV{width:100px;text-align:right;color:#ee2938;font-size:10px;font-weight:600;margin:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.couponcode_popup_offer_section__A9RIF .couponcode_popup_apply_btn__j23lV.couponcode_popup_applied__XVa2O{color:#25a648}.couponcode_popup_disablecouponblock__1ke1L{opacity:55%;pointer-events:none}.couponcode_popup_disablecouponblock__1ke1L .couponcode_popup_apply_btn__j23lV{color:#666!important}.couponcode_popup_footer_note__OqW11{background-color:#212121e5;border-radius:8px;font-size:12px;font-weight:400;padding:10px;color:#fff;position:fixed;left:50%;transform:translateX(-50%);bottom:5px;width:88%;z-index:9999}.couponcode_popup_loader__WuGtt{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.7);z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all;border-radius:16px;margin-top:0!important}.couponcode_popup_nocoupon_section__Nsg6D{color:#888;text-align:center;margin-block:30px 25px;font-weight:600;font-size:14px}@media screen and (min-width:320px) and (max-width:340px){.couponcode_popup_popup_data__DKnox{max-height:340px}}@media screen and (min-width:360px) and (max-width:390px){.couponcode_popup_popup_data__DKnox{width:93%!important}}@media screen and (max-width:429px){.couponcode_popup_footer_note__OqW11{width:84%!important}.couponcode_popup_popup_data__DKnox{width:96%!important;max-width:94%}}@media screen and (min-width:768px){.couponcode_popup_popup_data__DKnox{top:50%!important;left:50%!important;transform:translate(-50%,-50%);max-width:400px;border-radius:16px!important;padding:15px 10px!important}.couponcode_popup_popup_data__DKnox .couponcode_popup_popup_content__WC3mh .couponcode_popup_close_btn__gYXnK{right:-9px;top:-32px}.couponcode_popup_offers_block__vs1Q9{max-height:280px!important}}.couponcode_popup_lotte_background__w6ypR{position:absolute;top:0;bottom:0;inset:0;width:100%;height:100%}.couponcode_popup_lotte_background__w6ypR svg{height:100%}.couponcode_popup_lotte_section__eYL7a{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.couponcode_popup_lotte_section__eYL7a svg{height:160px!important;width:160px!important}.couponcode_popup_lotte_section__eYL7a p{color:#f5d448;font-size:24px;font-weight:900;width:200px;line-height:32px;margin:0}.couponcode_popup_success_lotte__buEDI{border-radius:0!important;display:flex;height:100%;height:100vh;background:#141414a8!important}@media screen and (max-width:768px){.couponcode_popup_couponcode_popup__FQmq0{height:100vh!important}}.subscriptions_common_section__eSY6y{width:26%;margin:auto}.subscriptions_package_section__0nJTp{position:relative!important;top:none!important;bottom:none!important;width:35%;margin:1% auto auto}.subscriptions_package_section__0nJTp .subscriptions_main_modal___tqBT h2{text-align:center}.subscriptions_package_section__0nJTp .subscriptions_main_modal___tqBT h2 img{cursor:pointer}.subscriptions_package_section__0nJTp .subscriptions_main_modal___tqBT:focus-visible{outline:none!important}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu{background:#2f3043;border:1px solid transparent;border-radius:10px;text-align:left;padding:0!important}.subscriptions_package_section__0nJTp .subscriptions_modal__mt_VT .subscriptions_modal-content__y8Q5I{margin-top:24%}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL h3{color:#fff;font-size:18px;padding:15px 15px 0}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL table{margin:15px 20px;width:90%}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL table tr th{color:#fff;font-size:17px;font-weight:600}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL table tr td{color:#ccc;font-size:13px;padding-top:5px;padding-bottom:5px}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL table tr .subscriptions_price_data__GTBel{text-align:right}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi{background:#1b1c21!important;padding:5px 30px 100px 20px}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi .subscriptions_text_left__BI7BE{float:left;clear:both;margin-bottom:0}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi .subscriptions_text_right__yIKtA{font-size:14px;float:right;margin-bottom:0}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi .subscriptions_subcontent__Q9agN p{color:#ccc;font-size:16px;font-weight:600}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi .subscriptions_subcontent1__k0D34 p{color:#fff;font-size:16px;font-weight:700}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu .subscriptions_package_text__HWXoL .subscriptions_total_section__fGEBi .subscriptions_subcontent1__k0D34 p span{margin-right:10px;color:#ccc;font-size:12px;font-weight:600;text-decoration:line-through}.subscriptions_common_button__lGVCy{background:#1f1f26!important;padding:10px 0;width:100%;float:left;text-align:center}.subscriptions_common_button__lGVCy button{background:#ee2938;color:#fff;font-size:18px;border:none;border-radius:20px;width:280px;padding:8px}.subscriptions_plans_landing_content__nfR_m .subscriptions_common_button__lGVCy{margin-top:20px}.subscriptions_plans_landing_content__nfR_m .subscriptions_bottom_text__pGWa1{margin-top:20px;margin-bottom:30px}.subscriptions_plans_landing_content__nfR_m{background:#2f3043;border:1px solid transparent;border-radius:10px;padding:5px 10px;text-align:center}.subscriptions_plans_landing_content__nfR_m .subscriptions_deal_button__QeEEf{font-family:ViBold;background-color:#f5d448;border:1px dashed #fff;border-radius:5px;margin:15px 0 10px;width:130px;font-size:14px;padding:4px 0}.subscriptions_plans_landing_content__nfR_m p{font-size:14px;color:#999;margin-bottom:0}.subscriptions_plans_landing_content__nfR_m h3{font-family:ViBold;color:#ccc;margin-top:5px;font-size:20px}.subscriptions_plans_landing_content__nfR_m h5{color:#ccc;margin-top:5px;font-size:20px;padding:0 15px}.subscriptions_plans_landing_content__nfR_m .subscriptions_bottom_text__pGWa1 h4{font-size:14px;color:#ccc}.subscriptions_plans_landing_content__nfR_m .subscriptions_common_button__lGVCy .subscriptions_bottom_button__Se7f1{background:#ee2938;color:#fff;font-size:18px;border:none;border-radius:20px;width:260px;padding:7px}.subscriptions_plans_landing_content__nfR_m .subscriptions_common_button__lGVCy{background-color:transparent!important}.subscriptions_packs_section__6Gn21{width:100%;float:left;text-align:center}.subscriptions_packs_section__6Gn21 h4{color:#fff;font-size:16px;margin-bottom:20px}.subscriptions_packs_section__6Gn21 button{padding:10px 25px;font-size:16px;margin-right:10px}.subscriptions_main_content__GCJXT{height:100vh}.subscriptions_main_content__GCJXT .subscriptions_header__cChJm{background:var(--primary-color);box-shadow:0 3px 6px #0000004d;text-align:center;padding:8px 16px 14px}.subscriptions_main_content__GCJXT .subscriptions_header__cChJm h4{color:#fff;margin:0}.subscriptions_main_content__GCJXT .subscriptions_arrow_text__Mbf0x{color:#fff;text-align:left}.subscriptions_main_content__GCJXT .subscriptions_arrow_text__Mbf0x h3{color:#fff;font-weight:200;font-size:16px;text-align:left;margin-left:25px;display:inline}.subscriptions_main_content__GCJXT .subscriptions_arrow_text__Mbf0x img{position:relative;top:6px;width:24px;cursor:pointer}.subscriptions_payment_section__DqRQv{position:relative;text-align:center;background:#000}.subscriptions_payment_section__DqRQv .subscriptions_first_section__e8m3i{text-align:center}.subscriptions_payment_section__DqRQv .subscriptions_first_section__e8m3i img{margin-bottom:10px;margin-top:3px}.subscriptions_payment_section__DqRQv .subscriptions_first_section__e8m3i h4{color:#ee2938;font-size:28px;margin-bottom:10px;font-weight:600;margin-top:0}.subscriptions_payment_section__DqRQv .subscriptions_first_section__e8m3i p{font-size:18px;color:#fff;font-weight:600;margin-bottom:30px!important}.subscriptions_payment_section__DqRQv .subscriptions_membership_section__Bi5bJ{width:80%;margin:auto}.subscriptions_payment_section__DqRQv .subscriptions_membership_section__Bi5bJ .subscriptions_text_left__BI7BE{color:#ccc;font-size:14px;float:left;clear:both}.subscriptions_payment_section__DqRQv .subscriptions_membership_section__Bi5bJ .subscriptions_text_right__yIKtA{color:#fff;font-size:14px;opacity:.7;float:right}.subscriptions_payment_section__DqRQv .subscriptions_bottom_section__Qlejt .subscriptions_centered__2wmoY{position:absolute;bottom:70px;left:0;text-align:center;width:100%}.subscriptions_payment_section__DqRQv .subscriptions_bottom_section__Qlejt .subscriptions_centered__2wmoY h5{color:#ccc;font-size:13px;font-weight:300}.subscriptions_payment_section__DqRQv .subscriptions_bottom_section__Qlejt .subscriptions_centered__2wmoY p{color:#ccc;font-size:14px;margin-top:30px}.subscriptions_payment_section__DqRQv .subscriptions_bottom_section__Qlejt img{width:95%;margin:65px auto auto;height:175px}.subscriptions_payment_section__DqRQv .subscriptions_monthly_membership_section__6j7kt{width:80%;margin:auto;background:#212121;border-radius:4px;clear:both;position:relative;top:15px}.subscriptions_payment_section__DqRQv .subscriptions_monthly_membership_section__6j7kt p{color:#999;font-size:12px;padding:5px;max-width:320px;margin:auto}.subscriptions_pagenotfound_section__DuJ0M{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:80px 0}.subscriptions_pagenotfound_section__DuJ0M button{background:var(--button-active-color);color:#fff;font-size:18px;cursor:pointer;border-radius:4px;border:none;padding:12px 30px}.subscriptions_pagenotfound_section__DuJ0M button:hover{background-color:var(--button-hover-color)}@media only screen and (min-width:320px) and (max-width:480px){.subscriptions_package_section__0nJTp{width:90%;margin:auto}.subscriptions_package_section__0nJTp .subscriptions_box_content__tarQu{margin:5px}}@media only screen and (min-width:481px) and (max-width:768px){.subscriptions_package_section__0nJTp{width:80%;margin:auto}}@media only screen and (min-width:769px) and (max-width:991px){.subscriptions_common_section__eSY6y,.subscriptions_common_section__eSY6y .subscriptions_modal__mt_VT .subscriptions_modal-dialog__xSBsA{width:50%;margin:auto}.subscriptions_payment_section__DqRQv{width:70%;margin:0 auto}}@media screen and (min-width:992px){.subscriptions_package_section__0nJTp{width:40%}.subscriptions_payment_section__DqRQv{width:40%;margin:0 auto}.subscriptions_plans_lottie__EM4wo{width:25%;display:flex;height:auto;margin:0 auto}}