@import "https://fonts.googleapis.com/css?family=Mukta:300,400,500,700";._container_ytr0z_1{text-align:center;background-color:#faf9f7;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:inherit;display:flex}._icon_ytr0z_13{margin-bottom:1rem;font-size:3.5rem}._title_ytr0z_18{color:#2d2d2d;margin:0 0 .75rem;font-size:1.75rem;font-weight:700}._message_ytr0z_25{color:#6b6b6b;max-width:420px;margin:0 0 2rem;font-size:1rem;line-height:1.6}._button_ytr0z_33{color:#fff;cursor:pointer;background-color:#f0614b;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s}._button_ytr0z_33:hover{background-color:#d9503d}._button_ytr0z_33:active{background-color:#c4442f}.Toastify__toast-container{z-index:9999;box-sizing:border-box;color:#fff;width:320px;padding:4px;position:fixed;-webkit-transform:translateZ(9999px)}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{margin-left:-160px;top:1em;left:50%}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{margin-left:-160px;bottom:1em;left:50%}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{box-sizing:border-box;cursor:pointer;direction:ltr;border-radius:1px;justify-content:space-between;min-height:64px;max-height:800px;margin-bottom:1rem;padding:8px;font-family:sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{color:#aaa;background:#fff}.Toastify__toast-body{flex:1;margin:auto 0}@media only screen and (width<=480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;font-size:14px;font-weight:700;transition:all .3s}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:9999;opacity:.7;transform-origin:0;background-color:#ffffffb3;width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.tooltip-container{z-index:2147483647;background-color:#fff;border:1px solid silver;border-radius:3px;flex-direction:column;margin:.4rem;padding:.4rem;transition:opacity .3s;display:flex;box-shadow:0 2px 4px #0000002e}.tooltip-arrow{width:1rem;height:1rem;position:absolute}.tooltip-arrow[data-placement*=bottom]{width:1rem;height:1rem;margin-top:-.4rem;top:0;left:0}.tooltip-arrow[data-placement*=bottom]:before{border-width:0 .5rem .4rem;border-color:#0000 #0000 silver;position:absolute;top:-1px}.tooltip-arrow[data-placement*=bottom]:after{border-width:0 .5rem .4rem;border-color:#0000 #0000 #fff}.tooltip-arrow[data-placement*=top]{width:1rem;height:1rem;margin-bottom:-1rem;bottom:0;left:0}.tooltip-arrow[data-placement*=top]:before{border-width:.4rem .5rem 0;border-color:silver #0000 #0000;position:absolute;top:1px}.tooltip-arrow[data-placement*=top]:after{border-width:.4rem .5rem 0;border-color:#fff #0000 #0000}.tooltip-arrow[data-placement*=right]{width:1rem;height:1rem;margin-left:-.7rem;left:0}.tooltip-arrow[data-placement*=right]:before{border-width:.5rem .4rem .5rem 0;border-color:#0000 silver #0000 #0000}.tooltip-arrow[data-placement*=right]:after{border-width:.5rem .4rem .5rem 0;border-color:#0000 #fff #0000 #0000;top:0;left:6px}.tooltip-arrow[data-placement*=left]{width:1rem;height:1rem;margin-right:-.7rem;right:0}.tooltip-arrow[data-placement*=left]:before{border-width:.5rem 0 .5rem .4em;border-color:#0000 #0000 #0000 silver}.tooltip-arrow[data-placement*=left]:after{border-width:.5rem 0 .5rem .4em;border-color:#0000 #0000 #0000 #fff;top:0;left:3px}.zipcode-input{color:#333;box-sizing:border-box;border:1px solid #dbdbdb;border-radius:4px;width:100%;padding:8px 12px;font-family:tide-sans-300,Helvetica,sans-serif;font-size:19px;font-weight:300;line-height:36px;transition:border-color .2s}.zipcode-input::placeholder{color:#575757;opacity:1}.zipcode-input:focus{border-color:#485fc7;outline:none}.zipcode-input:user-invalid{color:#fa755a;border-color:#fa755a}.buttons-container{align-items:center;gap:18px;width:100%;display:flex}.buttons-container__button{width:200px;height:40px}@media screen and (width<=500px){.buttons-container__button{width:100%}.buttons-container{flex-direction:column}}.password-hint{color:#303672;flex-direction:column;gap:12px;margin:24px 0;font-size:14px;display:flex}.password-hint__title{margin-bottom:8px}.password-hint__list{flex-wrap:wrap;gap:8px 0;display:flex}.password-hint__text{width:calc(50% - 4px);padding-right:12px;display:flex}.password-hint__text svg{color:#979797;transition:color .3s}.password-hint__text--valid svg{color:#3bbebe}.password-hint__icon{flex-shrink:0;margin-top:6px;margin-right:8px}.confirmation{flex-direction:column;justify-content:center;align-items:center;display:flex}.confirmation-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.confirmation-section{align-items:center;width:100%;max-width:960px;min-height:395px;padding:15px;display:flex}.confirmation-section p{color:#333}.confirmation-section .confirmation-section-half h2{color:#2e3973;font-size:40px}.confirmation-section .confirmation-section-half button{color:#2e3973;font-size:20px;min-width:50%!important}.confirmation-section .confirmation-section-half .text-white{color:#fff}.confirmation-section .confirmation-section-half{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px;width:50%;height:100%;display:flex}.confirmation-section .white-button{background-color:#fff!important}@media screen and (width<=500px){.confirmation-section.reverse-mobile{flex-direction:column-reverse!important}.confirmation-section{flex-direction:column}.confirmation-section .confirmation-section-half{width:100%}}.confirmation-section-background{background-color:#3bbebe}.confirmation-section-background button{justify-content:center;align-items:center;display:flex}.confirmation-section-welcome{background-color:#7fd2ea;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:25px 100px;display:flex}.confirmation-section-welcome button{font-size:20px;min-width:50%!important}.confirmation-section-welcome .orange-button{background-color:#f0614b!important}@media screen and (width<=500px){.confirmation-section-welcome{padding:25px}}.confirmation-section-welcome img{width:43%}.confirmation-section-welcome h2{color:#2e3973;text-align:center;font-size:40px}.confirmation-section-welcome p{text-align:center}.confirmation-section-welcome>div>p{margin-bottom:.5rem}.confirmation-section-footer-background{background-color:#2e3973}.apps-icon{height:1em;margin-right:.5em}.progressbar{width:100%;margin-bottom:2rem}.progressbar__container{background-color:#e0e0e0;border-radius:4px;width:100%;height:8px;margin-top:1rem;margin-bottom:1rem;position:relative;overflow:hidden}.progressbar__fill{background-color:#3bbebe;border-radius:4px 0 0 4px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.progressbar__fill--complete{border-radius:4px}.multi-step{color:#303672;width:100%;margin:0 auto;padding:0 24px}.multi-step p{color:#303672}.multi-step__content{width:100%}.multi-step__title{color:#303672;margin-bottom:16px;font-family:tide-sans,sans-serif;font-size:32px;font-weight:700}.multi-step a{color:#4e62c0}.multi-step .toc{font-size:14px}.flex-center{justify-content:center;align-items:center;display:flex}.trial-process-plan{background:linear-gradient(#fff 35%,#30366a0d 100%);border-radius:2px;flex-direction:column;width:100%;max-width:540px;margin:0 auto;overflow:visible}.trial-process-plan__img_container{justify-content:center;width:100%;line-height:0;display:flex;position:relative}.trial-process-plan__img{box-sizing:border-box;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;display:block}.trial-process-plan__content-container{color:#303672;flex-direction:column;padding:2px 16px 32px}.trial-process-plan__step-list{margin:16px 0}.trial-process-plan__text{color:#303672;font-style:tide-sans, sans-serif}.trial-process-plan__price{color:#f0614b;font-family:tide-sans,sans-serif;font-weight:800}.trial-process-plan__billing{line-height:0}.trial-process-plan__no-plans-available{color:#fff;background:#f0614b;border-radius:12px;padding:16px;font-family:tide-sans,sans-serif}.trial-process-plan__selector-container{margin:16px 0;padding:16px 0}.trial-process-plan__subject-to{color:#000;margin:32px 0 16px;font-size:16px}.trial-process-plan__toc,.trial-process-plan__toc:link{color:#303672}.trial-process-plan__toc:visited,.trial-process-plan__toc:hover,.trial-process-plan__toc:active{color:#f0614b}.trial-process-plan__toc strong{color:inherit}.trial-process-plan__loader{background-color:#fff;border-radius:8px;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.try-button{color:#fff;cursor:pointer;background:#f0614b;border-radius:8px;width:100%;padding:13px;transition:all .2s;position:relative;overflow:hidden}.try-button:hover{transform:translateY(-2px)}.try-button:active{transform:translateY(0)}.try-button__text{color:#fff;font-family:tide-sans,sans-serif;font-size:20px;font-weight:700;line-height:28px}.wave-container{z-index:1;width:100%;height:80px;line-height:0;position:absolute;bottom:-5px;left:0;overflow:hidden}.wave-container__svg{width:100%;height:100%}.wave-container__animation{animation:10s linear infinite move}@media screen and (width<=500px){.wave-container{height:50px}}@keyframes move{0%{d:path("M 0,600 L 0,300 C 181.7,215.1 363.4,205.2 537,222 C 710.5,238.7 875.8,282.0 1025,287 C 1174.1,291.9 1307.0,258.4 1440,200 L 1440,600 L 0,600 Z")}25%{d:path("M 0,600 L 0,225 C 159.33333333333331,186.6 318.66666666666663,148.2 466,128 C 613.3333333333334,107.8 748.6666666666667,105.80000000000001 909,125 C 1069.3333333333333,144.2 1254.6666666666665,184.6 1440,225 L 1440,600 L 0,600 Z")}50%{d:path("M 0,600 L 0,225 C 129.2,234.73333333333332 258.4,244.46666666666664 406,268 C 553.6,291.53333333333336 719.6000000000001,328.8666666666667 895,324 C 1070.3999999999999,319.1333333333333 1255.1999999999998,272.06666666666666 1440,225 L 1440,600 L 0,600 Z")}75%{d:path("M 0,600 L 0,225 C 166,190.06666666666666 332,155.13333333333333 500,147 C 668,138.86666666666667 838,157.53333333333336 995,175 C 1152,192.46666666666664 1296,208.73333333333332 1440,225 L 1440,600 L 0,600 Z")}to{d:path("M 0,600 L 0,300 C 181.7,215.1 363.4,205.2 537,222 C 710.5,238.7 875.8,282.0 1025,287 C 1174.1,291.9 1307.0,258.4 1440,200 L 1440,600 L 0,600 Z")}}.selector-toggle__container{border:2px solid #000;border-radius:40px;grid-auto-columns:1fr;grid-auto-flow:column;display:inline-grid;position:relative}.selector-toggle__highlight{z-index:0;background:#303672;border-radius:40px;height:100%;transition:transform .2s ease-in-out;animation:.22s selector-highlight-enter;position:absolute;top:0;left:0}.selector-toggle__button{z-index:1;cursor:pointer;color:#303672;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;padding:12px 36px;transition:all .2s ease-in-out;display:flex;position:relative}@media screen and (width<=500px){.selector-toggle__button{padding:12px 24px}}.selector-toggle__button:focus{background:0 0;outline:none}.selector-toggle__button--is-selected{color:#fff}.selector-toggle__button__text{font-family:tide-sans,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.selector-toggle__button__label{opacity:1;color:#fff;background:#f0614b;border-radius:24px;padding:0 8px;font-family:tide-sans,sans-serif;font-size:12px;line-height:20px;position:absolute;top:calc(50% - 25px);left:50%;transform:translate(-50%,-50%)}@keyframes selector-highlight-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.step-list{flex-direction:column;align-items:flex-start;margin:0 auto;display:flex}.step-list__item{justify-content:flex-start;align-items:stretch;gap:20px;display:flex}.step-list__icon-column{flex-direction:column;flex-shrink:0;align-items:center;margin-top:4px;display:flex}.step-list__icon{border:3px solid #e6e6e6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex}.step-list__icon--is-selected{border:3px solid #f0614b}.step-list__connector{background:#e6e6e6;flex-grow:1;width:4px;margin-top:4px}.step-list__content{margin-bottom:20px}.step-list__title{color:#303672;margin:0;font-family:tide-sans,sans-serif;font-size:18px;font-weight:700;line-height:24px}.step-list__description{color:#303672;margin:4px 0;font-size:16px;font-style:normal;font-weight:300;line-height:24px}.signup2{max-width:520px;margin:0 auto}.signup2 .toc{text-align:center}.subscription-billing{flex-direction:column;gap:2rem;max-width:520px;margin:0 auto;display:flex}.subscription-billing button{margin-bottom:0!important}.subscription-billing .info-header{display:none}.subscription-billing .subscription-container{margin-bottom:0!important}.subscription-billing__container{flex-direction:column;gap:1rem;display:flex}.subscription-billing__info{width:100%}@media screen and (width>=1024px){.subscription-billing__info{flex:1;min-width:300px}}.subscription-billing__info input,.subscription-billing__info .field-card{border-radius:8px!important}.subscription-billing__right{flex-direction:column;gap:1rem;width:100%;display:flex}@media screen and (width>=1024px){.subscription-billing__right{width:auto;min-width:300px}}.subscription-billing__coupons{background-color:#f7f7f7;border-radius:1.25rem;width:100%;padding:.5rem 1rem}.subscription-billing__coupons input.fl_input.coupon_code_field{border-color:#303672;transition:border-width .2s;border-right-color:#fff!important}.subscription-billing__coupons input.fl_input.coupon_code_field:focus{border-width:2px}.subscription-billing__coupons .coupon-field-success{background-color:#fff;border:1px solid #3bbebe;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;display:flex}.subscription-billing__coupons .coupon-field-success__icon{color:#303672;flex-shrink:0;font-size:1.25rem}.subscription-billing__coupons .coupon-field-success__text{color:#3bbebe;font-family:tide-sans,sans-serif;font-size:1rem;font-weight:500}.subscription-billing__summary{width:100%}.subscription-billing__summary .subscription-container .subscription-info{padding:1rem}.subscription-billing__summary .subscription-container .subscription-info .subscription-heading{color:#303672;opacity:1;margin-bottom:.5rem}.subscription-billing__summary .subscription-container .subscription-info .subscription-info-item{font-size:1.125rem}.subscription-billing__summary .subscription-container .subscription-info .subscription-result-container{border-color:#bfbfbf;margin-top:1.25rem;padding-top:.25rem;font-size:1.25rem}.subscription-billing__summary .subscription-container .subscription-info .subscription-info-item{opacity:.5}.subscription-billing__summary .subscription-container .subscription-info .plan-name,.subscription-billing__summary .subscription-container .subscription-info .discount-label{opacity:1}.verify{max-width:520px;margin:0 auto}.verify__text{text-align:center;margin-top:8px}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;line-height:1.15}article,aside,footer,header,nav,section{display:block}h1{margin:.67em 0;font-size:2em}figcaption,figure{display:block}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:#0000}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{color:#000;background-color:#ff0}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){height:0;display:none}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0;font-family:sans-serif;font-size:100%;line-height:1.15}button{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}legend{box-sizing:border-box;max-width:100%;color:inherit;white-space:normal;padding:0;display:table}progress{vertical-align:baseline;display:inline-block}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template,[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}body{color:#4f4f4f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fefefe;margin:0;padding:0;font-family:Mukta,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5}img{vertical-align:middle;-ms-interpolation-mode:bicubic;max-width:100%;height:auto;display:inline-block}textarea{border-radius:1.5rem;height:auto;min-height:50px}select{box-sizing:border-box;border-radius:1.5rem;width:100%}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none!important}button{appearance:none;cursor:auto;background:0 0;border:0;border-radius:1.5rem;padding:0;line-height:1}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.row{max-width:75rem;margin-left:auto;margin-right:auto}.row:before,.row:after{content:" ";flex-basis:0;order:1;display:table}.row:after{clear:both}@media print,screen and (width>=40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media print,screen and (width>=64em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row.gutter-small>.column,.row.gutter-small>.columns{padding-left:.625rem;padding-right:.625rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-left:.9375rem;padding-right:.9375rem}.column.row.row,.row.row.columns{float:none}.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-2{width:16.6667%}.small-push-2{position:relative;left:16.6667%}.small-pull-2{position:relative;left:-16.6667%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-4{width:33.3333%}.small-push-4{position:relative;left:33.3333%}.small-pull-4{position:relative;left:-33.3333%}.small-5{width:41.6667%}.small-push-5{position:relative;left:41.6667%}.small-pull-5{position:relative;left:-41.6667%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-7{width:58.3333%}.small-push-7{position:relative;left:58.3333%}.small-pull-7{position:relative;left:-58.3333%}.small-8{width:66.6667%}.small-push-8{position:relative;left:66.6667%}.small-pull-8{position:relative;left:-66.6667%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-10{width:83.3333%}.small-push-10{position:relative;left:83.3333%}.small-pull-10{position:relative;left:-83.3333%}.small-11{width:91.6667%}.small-push-11{position:relative;left:91.6667%}.small-pull-11{position:relative;left:-91.6667%}.small-12{width:100%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(n),.small-up-1>.columns:nth-of-type(n){clear:none}.small-up-1>.column:nth-of-type(n+1),.small-up-1>.columns:nth-of-type(n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(n),.small-up-2>.columns:nth-of-type(n){clear:none}.small-up-2>.column:nth-of-type(odd),.small-up-2>.columns:nth-of-type(odd){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333%}.small-up-3>.column:nth-of-type(n),.small-up-3>.columns:nth-of-type(n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(n),.small-up-4>.columns:nth-of-type(n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(n),.small-up-5>.columns:nth-of-type(n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6667%}.small-up-6>.column:nth-of-type(n),.small-up-6>.columns:nth-of-type(n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857%}.small-up-7>.column:nth-of-type(n),.small-up-7>.columns:nth-of-type(n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(n),.small-up-8>.columns:nth-of-type(n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse .row,.expanded.row .small-collapse.row{margin-left:0;margin-right:0}.small-centered{margin-left:auto;margin-right:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-uncentered,.small-push-0,.small-pull-0{float:left;margin-left:0;margin-right:0;position:static}@media print,screen and (width>=40em){.medium-1{width:8.33333%}.medium-push-1{position:relative;left:8.33333%}.medium-pull-1{position:relative;left:-8.33333%}.medium-offset-0{margin-left:0%}.medium-2{width:16.6667%}.medium-push-2{position:relative;left:16.6667%}.medium-pull-2{position:relative;left:-16.6667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6667%}.medium-4{width:33.3333%}.medium-push-4{position:relative;left:33.3333%}.medium-pull-4{position:relative;left:-33.3333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6667%}.medium-push-5{position:relative;left:41.6667%}.medium-pull-5{position:relative;left:-41.6667%}.medium-offset-4{margin-left:33.3333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6667%}.medium-7{width:58.3333%}.medium-push-7{position:relative;left:58.3333%}.medium-pull-7{position:relative;left:-58.3333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6667%}.medium-push-8{position:relative;left:66.6667%}.medium-pull-8{position:relative;left:-66.6667%}.medium-offset-7{margin-left:58.3333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6667%}.medium-10{width:83.3333%}.medium-push-10{position:relative;left:83.3333%}.medium-pull-10{position:relative;left:-83.3333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6667%}.medium-push-11{position:relative;left:91.6667%}.medium-pull-11{position:relative;left:-91.6667%}.medium-offset-10{margin-left:83.3333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(n),.medium-up-1>.columns:nth-of-type(n){clear:none}.medium-up-1>.column:nth-of-type(n+1),.medium-up-1>.columns:nth-of-type(n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(n),.medium-up-2>.columns:nth-of-type(n){clear:none}.medium-up-2>.column:nth-of-type(odd),.medium-up-2>.columns:nth-of-type(odd){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333%}.medium-up-3>.column:nth-of-type(n),.medium-up-3>.columns:nth-of-type(n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(n),.medium-up-4>.columns:nth-of-type(n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(n),.medium-up-5>.columns:nth-of-type(n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6667%}.medium-up-6>.column:nth-of-type(n),.medium-up-6>.columns:nth-of-type(n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857%}.medium-up-7>.column:nth-of-type(n),.medium-up-7>.columns:nth-of-type(n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(n),.medium-up-8>.columns:nth-of-type(n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-collapse .row,.expanded.row .medium-collapse.row{margin-left:0;margin-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.medium-centered{margin-left:auto;margin-right:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-uncentered,.medium-push-0,.medium-pull-0{float:left;margin-left:0;margin-right:0;position:static}}@media print,screen and (width>=64em){.large-1{width:8.33333%}.large-push-1{position:relative;left:8.33333%}.large-pull-1{position:relative;left:-8.33333%}.large-offset-0{margin-left:0%}.large-2{width:16.6667%}.large-push-2{position:relative;left:16.6667%}.large-pull-2{position:relative;left:-16.6667%}.large-offset-1{margin-left:8.33333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6667%}.large-4{width:33.3333%}.large-push-4{position:relative;left:33.3333%}.large-pull-4{position:relative;left:-33.3333%}.large-offset-3{margin-left:25%}.large-5{width:41.6667%}.large-push-5{position:relative;left:41.6667%}.large-pull-5{position:relative;left:-41.6667%}.large-offset-4{margin-left:33.3333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6667%}.large-7{width:58.3333%}.large-push-7{position:relative;left:58.3333%}.large-pull-7{position:relative;left:-58.3333%}.large-offset-6{margin-left:50%}.large-8{width:66.6667%}.large-push-8{position:relative;left:66.6667%}.large-pull-8{position:relative;left:-66.6667%}.large-offset-7{margin-left:58.3333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6667%}.large-10{width:83.3333%}.large-push-10{position:relative;left:83.3333%}.large-pull-10{position:relative;left:-83.3333%}.large-offset-9{margin-left:75%}.large-11{width:91.6667%}.large-push-11{position:relative;left:91.6667%}.large-pull-11{position:relative;left:-91.6667%}.large-offset-10{margin-left:83.3333%}.large-12{width:100%}.large-offset-11{margin-left:91.6667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(n),.large-up-1>.columns:nth-of-type(n){clear:none}.large-up-1>.column:nth-of-type(n+1),.large-up-1>.columns:nth-of-type(n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(n),.large-up-2>.columns:nth-of-type(n){clear:none}.large-up-2>.column:nth-of-type(odd),.large-up-2>.columns:nth-of-type(odd){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333%}.large-up-3>.column:nth-of-type(n),.large-up-3>.columns:nth-of-type(n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(n),.large-up-4>.columns:nth-of-type(n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(n),.large-up-5>.columns:nth-of-type(n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6667%}.large-up-6>.column:nth-of-type(n),.large-up-6>.columns:nth-of-type(n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857%}.large-up-7>.column:nth-of-type(n),.large-up-7>.columns:nth-of-type(n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(n),.large-up-8>.columns:nth-of-type(n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-collapse .row,.expanded.row .large-collapse.row{margin-left:0;margin-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.large-centered{margin-left:auto;margin-right:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-uncentered,.large-push-0,.large-pull-0{float:left;margin-left:0;margin-right:0;position:static}}@media print,screen and (width>=40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.row{flex-flow:wrap;max-width:75rem;margin-left:auto;margin-right:auto;display:flex}.row .row{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (width>=40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media print,screen and (width>=64em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row .row.collapse{margin-left:0;margin-right:0}.row.expanded{max-width:none}.row.expanded .row{margin-left:auto;margin-right:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.is-collapse-child,.row.collapse>.column>.row,.row.collapse>.columns>.row{margin-left:0;margin-right:0}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.small-1{flex:0 0 8.33333%;max-width:8.33333%}.small-2{flex:0 0 16.6667%;max-width:16.6667%}.small-3{flex:0 0 25%;max-width:25%}.small-4{flex:0 0 33.3333%;max-width:33.3333%}.small-5{flex:0 0 41.6667%;max-width:41.6667%}.small-6{flex:0 0 50%;max-width:50%}.small-7{flex:0 0 58.3333%;max-width:58.3333%}.small-8{flex:0 0 66.6667%;max-width:66.6667%}.small-9{flex:0 0 75%;max-width:75%}.small-10{flex:0 0 83.3333%;max-width:83.3333%}.small-11{flex:0 0 91.6667%;max-width:91.6667%}.small-12{flex:0 0 100%;max-width:100%}.small-up-1{flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}.small-up-2{flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}.small-up-3{flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.3333%;max-width:33.3333%}.small-up-4{flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}.small-up-5{flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}.small-up-6{flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.6667%;max-width:16.6667%}.small-up-7{flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{flex:0 0 14.2857%;max-width:14.2857%}.small-up-8{flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}@media print,screen and (width>=40em){.medium-1{flex:0 0 8.33333%;max-width:8.33333%}.medium-offset-0{margin-left:0%}.medium-2{flex:0 0 16.6667%;max-width:16.6667%}.medium-offset-1{margin-left:8.33333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6667%}.medium-4{flex:0 0 33.3333%;max-width:33.3333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.6667%;max-width:41.6667%}.medium-offset-4{margin-left:33.3333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6667%}.medium-7{flex:0 0 58.3333%;max-width:58.3333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.6667%;max-width:66.6667%}.medium-offset-7{margin-left:58.3333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6667%}.medium-10{flex:0 0 83.3333%;max-width:83.3333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.6667%;max-width:91.6667%}.medium-offset-10{margin-left:83.3333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6667%}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.3333%;max-width:33.3333%}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.6667%;max-width:16.6667%}.medium-up-7{flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{flex:0 0 14.2857%;max-width:14.2857%}.medium-up-8{flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (width>=40em) and (width>=40em){.medium-expand{flex:1 1 0}}.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:0 0 100%}@media print,screen and (width>=40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{flex:1 1 0}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media print,screen and (width>=64em){.large-1{flex:0 0 8.33333%;max-width:8.33333%}.large-offset-0{margin-left:0%}.large-2{flex:0 0 16.6667%;max-width:16.6667%}.large-offset-1{margin-left:8.33333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6667%}.large-4{flex:0 0 33.3333%;max-width:33.3333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.6667%;max-width:41.6667%}.large-offset-4{margin-left:33.3333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6667%}.large-7{flex:0 0 58.3333%;max-width:58.3333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.6667%;max-width:66.6667%}.large-offset-7{margin-left:58.3333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6667%}.large-10{flex:0 0 83.3333%;max-width:83.3333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.6667%;max-width:91.6667%}.large-offset-10{margin-left:83.3333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6667%}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.3333%;max-width:33.3333%}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.6667%;max-width:16.6667%}.large-up-7{flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{flex:0 0 14.2857%;max-width:14.2857%}.large-up-8{flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (width>=64em) and (width>=64em){.large-expand{flex:1 1 0}}.row.large-unstack>.column,.row.large-unstack>.columns{flex:0 0 100%}@media print,screen and (width>=64em){.row.large-unstack>.column,.row.large-unstack>.columns{flex:1 1 0}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}.shrink{flex:none;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (width>=40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}.grid-container{max-width:75rem;margin:0 auto;padding-left:.625rem;padding-right:.625rem}@media print,screen and (width>=40em){.grid-container{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid{max-width:100%;margin:0 auto;padding-left:.625rem;padding-right:.625rem}@media print,screen and (width>=40em){.grid-container.fluid{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full{max-width:100%;margin:0 auto;padding-left:0;padding-right:0}.grid-x{flex-flow:wrap;display:flex}.cell{flex:none;width:100%;min-width:0;min-height:0}.cell.auto{flex:1 1 0}.cell.shrink{flex:none}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print,screen and (width>=40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (width>=64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.6667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333%}.grid-x>.small-5{width:41.6667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333%}.grid-x>.small-8{width:66.6667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333%}.grid-x>.small-11{width:91.6667%}.grid-x>.small-12{width:100%}@media print,screen and (width>=40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-shrink{flex:none;width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.6667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333%}.grid-x>.medium-5{width:41.6667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333%}.grid-x>.medium-8{width:66.6667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333%}.grid-x>.medium-11{width:91.6667%}.grid-x>.medium-12{width:100%}}@media print,screen and (width>=64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-shrink{flex:none;width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.6667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333%}.grid-x>.large-5{width:41.6667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333%}.grid-x>.large-8{width:66.6667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333%}.grid-x>.large-11{width:91.6667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (width>=40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (width>=40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.6667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.3333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.6667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.3333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.6667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.3333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.6667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (width>=40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.6667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.3333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.6667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.3333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.6667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.3333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.6667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.6667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.3333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.6667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.3333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.6667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.3333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.6667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (width>=64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.6667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.3333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.6667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.3333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.6667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.3333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.6667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (width>=40em){.grid-padding-x .grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (width>=40em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-padding-x>.cell{padding-left:.625rem;padding-right:.625rem}@media print,screen and (width>=40em){.grid-padding-x>.cell{padding-left:.9375rem;padding-right:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6667%}.small-up-7>.cell{width:14.2857%}.small-up-8>.cell{width:12.5%}@media print,screen and (width>=40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6667%}.medium-up-7>.cell{width:14.2857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (width>=64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6667%}.large-up-7>.cell{width:14.2857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (width>=40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (width>=64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.6667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333%}.small-margin-collapse>.small-5{width:41.6667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333%}.small-margin-collapse>.small-8{width:66.6667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333%}.small-margin-collapse>.small-11{width:91.6667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (width>=40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.6667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333%}.small-margin-collapse>.medium-5{width:41.6667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333%}.small-margin-collapse>.medium-8{width:66.6667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333%}.small-margin-collapse>.medium-11{width:91.6667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (width>=64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.6667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333%}.small-margin-collapse>.large-5{width:41.6667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333%}.small-margin-collapse>.large-8{width:66.6667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333%}.small-margin-collapse>.large-11{width:91.6667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (width>=40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.6667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333%}.medium-margin-collapse>.small-5{width:41.6667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333%}.medium-margin-collapse>.small-8{width:66.6667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333%}.medium-margin-collapse>.small-11{width:91.6667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.6667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333%}.medium-margin-collapse>.medium-5{width:41.6667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333%}.medium-margin-collapse>.medium-8{width:66.6667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333%}.medium-margin-collapse>.medium-11{width:91.6667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (width>=64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.6667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333%}.medium-margin-collapse>.large-5{width:41.6667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333%}.medium-margin-collapse>.large-8{width:66.6667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333%}.medium-margin-collapse>.large-11{width:91.6667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (width>=40em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (width>=64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.6667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333%}.large-margin-collapse>.small-5{width:41.6667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333%}.large-margin-collapse>.small-8{width:66.6667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333%}.large-margin-collapse>.small-11{width:91.6667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.6667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333%}.large-margin-collapse>.medium-5{width:41.6667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333%}.large-margin-collapse>.medium-8{width:66.6667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333%}.large-margin-collapse>.medium-11{width:91.6667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.6667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333%}.large-margin-collapse>.large-5{width:41.6667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333%}.large-margin-collapse>.large-8{width:66.6667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333%}.large-margin-collapse>.large-11{width:91.6667%}.large-margin-collapse>.large-12{width:100%}.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:.625rem}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.6667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.3333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333% + .625rem)}.small-offset-5{margin-left:41.6667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.3333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333% + .625rem)}.small-offset-8{margin-left:66.6667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.3333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333% + .625rem)}.small-offset-11{margin-left:91.6667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6667% + .625rem)}@media print,screen and (width>=40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.6667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.3333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333% + .9375rem)}.medium-offset-5{margin-left:41.6667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.3333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333% + .9375rem)}.medium-offset-8{margin-left:66.6667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.3333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333% + .9375rem)}.medium-offset-11{margin-left:91.6667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6667% + .9375rem)}}@media print,screen and (width>=64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.6667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.3333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333% + .9375rem)}.large-offset-5{margin-left:41.6667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.3333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333% + .9375rem)}.large-offset-8{margin-left:66.6667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.3333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333% + .9375rem)}.large-offset-11{margin-left:91.6667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6667% + .9375rem)}}.grid-y{flex-flow:column;display:flex}.grid-y>.cell{width:auto}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print,screen and (width>=40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print,screen and (width>=64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.6667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333%}.grid-y>.small-5{height:41.6667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333%}.grid-y>.small-8{height:66.6667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333%}.grid-y>.small-11{height:91.6667%}.grid-y>.small-12{height:100%}@media print,screen and (width>=40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.6667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333%}.grid-y>.medium-5{height:41.6667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333%}.grid-y>.medium-8{height:66.6667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333%}.grid-y>.medium-11{height:91.6667%}.grid-y>.medium-12{height:100%}}@media print,screen and (width>=64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.6667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333%}.grid-y>.large-5{height:41.6667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333%}.grid-y>.large-8{height:66.6667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333%}.grid-y>.large-11{height:91.6667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (width>=40em){.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print,screen and (width>=40em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}@media print,screen and (width>=40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}@media print,screen and (width>=40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}@media print,screen and (width>=40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (width>=64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame{flex-wrap:nowrap;align-items:stretch;width:100vw;position:relative;overflow:hidden}.cell .grid-frame{width:100%}.cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-height:100%;overflow-y:auto}.cell-block-container{flex-direction:column;max-height:100%;display:flex}.cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}@media print,screen and (width>=40em){.medium-grid-frame{flex-wrap:nowrap;align-items:stretch;width:100vw;position:relative;overflow:hidden}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{flex-direction:column;max-height:100%;display:flex}.medium-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-height:100%;overflow-y:auto}}@media print,screen and (width>=64em){.large-grid-frame{flex-wrap:nowrap;align-items:stretch;width:100vw;position:relative;overflow:hidden}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{flex-direction:column;max-height:100%;display:flex}.large-cell-block-container>.grid-x{flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar;max-height:100%;overflow-y:auto}}.grid-y.grid-frame{flex-wrap:nowrap;align-items:stretch;width:auto;height:100vh;position:relative;overflow:hidden}@media print,screen and (width>=40em){.grid-y.medium-grid-frame{flex-wrap:nowrap;align-items:stretch;width:auto;height:100vh;position:relative;overflow:hidden}}@media print,screen and (width>=64em){.grid-y.large-grid-frame{flex-wrap:nowrap;align-items:stretch;width:auto;height:100vh;position:relative;overflow:hidden}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (width>=40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (width>=64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (width>=40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (width>=40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.6667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.3333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.6667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.3333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.6667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.3333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.6667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (width>=40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (width>=64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (width>=40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (width>=64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (width>=40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (width>=64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{font-size:inherit;text-rendering:optimizelegibility;margin-bottom:1rem;line-height:1.6}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:inherit;text-rendering:optimizelegibility;font-family:Mukta,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:700}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{color:#cacaca;line-height:0}h1,.h1{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;line-height:1.4}h2,.h2{margin-top:0;margin-bottom:.5rem;font-size:1.25rem;line-height:1.4}h3,.h3{margin-top:0;margin-bottom:.5rem;font-size:1.1875rem;line-height:1.4}h4,.h4{margin-top:0;margin-bottom:.5rem;font-size:1.125rem;line-height:1.4}h5,.h5{margin-top:0;margin-bottom:.5rem;font-size:1.0625rem;line-height:1.4}h6,.h6{margin-top:0;margin-bottom:.5rem;font-size:1rem;line-height:1.4}@media print,screen and (width>=40em){h1,.h1{font-size:3rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#13bc74;cursor:pointer;text-decoration:none}a:hover,a:focus{color:#10a264}a img{border:0}hr{clear:both;border:0;border-bottom:1px solid #cacaca;max-width:75rem;height:0;margin:1.25rem auto}ul,ol,dl{margin-bottom:1rem;line-height:1.6;list-style-position:outside}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{border-left:1px solid #cacaca;margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote,blockquote p{color:#8a8a8a;line-height:1.6}cite{color:#8a8a8a;font-size:.8125rem;display:block}cite:before{content:"— "}abbr,abbr[title]{cursor:help;border-bottom:1px dotted #4f4f4f;text-decoration:none}figure{margin:0}code{color:#4f4f4f;background-color:#f4f4f4;border:1px solid #cacaca;padding:.125rem .3125rem .0625rem;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}kbd{color:#4f4f4f;background-color:#f4f4f4;border-radius:1.5rem;margin:0;padding:.125rem .25rem 0;font-family:Consolas,Liberation Mono,Courier,monospace}.subheader{color:#8a8a8a;margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (width>=40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (width>=64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{box-shadow:none!important;color:#000!important;text-shadow:none!important;background:0 0!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" ("attr(href) ")"}.ir a:after,a[href^=javascript\:]:after,a[href^=\#]:after{content:""}abbr[title]:after{content:" ("attr(title) ")"}pre,blockquote{page-break-inside:avoid;border:1px solid #8a8a8a}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{vertical-align:middle;-webkit-appearance:none;text-align:center;cursor:pointer;color:#fefefe;background-color:#13bc74;border:1px solid #0000;border-radius:1.5rem;margin:0;padding:1em 2em;font-family:inherit;font-size:.99rem;line-height:1;transition:background-color .25s ease-out,color .25s ease-out;display:inline-block}[data-whatinput=mouse] .button{outline:0}.button:hover,.button:focus{color:#fefefe;background-color:#31ea9b}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{width:100%;margin-left:0;margin-right:0;display:block}.button.primary{color:#4f4f4f;background-color:#13bc74}.button.primary:hover,.button.primary:focus{color:#4f4f4f;background-color:#0f965d}.button.secondary{color:#4f4f4f;background-color:#ff9051}.button.link{color:#4e62c0;background-color:#0000;border:none;padding:0;font-size:14px;font-weight:600}.button.secondary:hover,.button.secondary:focus{color:#4f4f4f;background-color:#ff650e}.button.success{color:#4f4f4f;background-color:#3adb76}.button.success:hover,.button.success:focus{color:#4f4f4f;background-color:#22bb5b}.button.warning{color:#4f4f4f;background-color:#ffae00}.button.warning:hover,.button.warning:focus{color:#4f4f4f;background-color:#cc8b00}.button.alert{color:#fefefe;background-color:#d45e5e}.button.alert:hover,.button.alert:focus{color:#fefefe;background-color:#c13434}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:hover,.button.disabled:focus,.button[disabled],.button[disabled]:hover,.button[disabled]:focus{color:#fefefe;background-color:#13bc74}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:hover,.button.disabled.primary:focus,.button[disabled].primary,.button[disabled].primary:hover,.button[disabled].primary:focus{color:#4f4f4f;background-color:#13bc74}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#4f4f4f;background-color:#ff9051}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success,.button[disabled].success:hover,.button[disabled].success:focus{color:#4f4f4f;background-color:#3adb76}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning,.button[disabled].warning:hover,.button[disabled].warning:focus{color:#4f4f4f;background-color:#ffae00}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fefefe;background-color:#d45e5e}.button.hollow{color:#13bc74;border:1px solid #13bc74}.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:#0000}.button.hollow:hover,.button.hollow:focus{color:#0a5e3a;border-color:#0a5e3a}.button.hollow:hover.disabled,.button.hollow:hover[disabled],.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow.primary{color:#13bc74;border:1px solid #13bc74}.button.hollow.primary:hover,.button.hollow.primary:focus{color:#0a5e3a;border-color:#0a5e3a}.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled]{color:#13bc74;border:1px solid #13bc74}.button.hollow.secondary{color:#ff9051;border:1px solid #ff9051}.button.hollow.secondary:hover,.button.hollow.secondary:focus{color:#a83d00;border-color:#a83d00}.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled]{color:#ff9051;border:1px solid #ff9051}.button.hollow.success{color:#3adb76;border:1px solid #3adb76}.button.hollow.success:hover,.button.hollow.success:focus{color:#157539;border-color:#157539}.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled]{color:#3adb76;border:1px solid #3adb76}.button.hollow.warning{color:#ffae00;border:1px solid #ffae00}.button.hollow.warning:hover,.button.hollow.warning:focus{color:#805700;border-color:#805700}.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled]{color:#ffae00;border:1px solid #ffae00}.button.hollow.alert{color:#d45e5e;border:1px solid #d45e5e}.button.hollow.alert:hover,.button.hollow.alert:focus{color:#792020;border-color:#792020}.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled]{color:#d45e5e;border:1px solid #d45e5e}.button.clear{color:#13bc74;border:1px solid #13bc74}.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{background-color:#0000}.button.clear:hover,.button.clear:focus{color:#0a5e3a;border-color:#0a5e3a}.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus.disabled,.button.clear:focus[disabled]{color:#13bc74;border:1px solid #13bc74}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled]{border-color:#0000}.button.clear.primary{color:#13bc74;border:1px solid #13bc74}.button.clear.primary:hover,.button.clear.primary:focus{color:#0a5e3a;border-color:#0a5e3a}.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{color:#13bc74;border:1px solid #13bc74}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border-color:#0000}.button.clear.secondary{color:#ff9051;border:1px solid #ff9051}.button.clear.secondary:hover,.button.clear.secondary:focus{color:#a83d00;border-color:#a83d00}.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{color:#ff9051;border:1px solid #ff9051}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border-color:#0000}.button.clear.success{color:#3adb76;border:1px solid #3adb76}.button.clear.success:hover,.button.clear.success:focus{color:#157539;border-color:#157539}.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{color:#3adb76;border:1px solid #3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border-color:#0000}.button.clear.warning{color:#ffae00;border:1px solid #ffae00}.button.clear.warning:hover,.button.clear.warning:focus{color:#805700;border-color:#805700}.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{color:#ffae00;border:1px solid #ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border-color:#0000}.button.clear.alert{color:#d45e5e;border:1px solid #d45e5e}.button.clear.alert:hover,.button.clear.alert:focus{color:#792020;border-color:#792020}.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{color:#d45e5e;border:1px solid #d45e5e}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border-color:#0000}.button.dropdown:after{content:"";float:right;border:.4em inset #0000;border-top:.4em solid #fefefe;border-bottom-width:0;width:0;height:0;margin-left:2em;display:inline-block;position:relative;top:.4em}.button.dropdown.hollow:after,.button.dropdown.hollow.primary:after{border-top-color:#13bc74}.button.dropdown.hollow.secondary:after{border-top-color:#ff9051}.button.dropdown.hollow.success:after{border-top-color:#3adb76}.button.dropdown.hollow.warning:after{border-top-color:#ffae00}.button.dropdown.hollow.alert:after{border-top-color:#d45e5e}.button.arrow-only:after{float:none;margin-left:0;top:-.1em}a.button:hover,a.button:focus{text-decoration:none}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{box-sizing:border-box;color:#4f4f4f;appearance:none;background-color:#fefefe;border:1px solid #cacaca;border-radius:1.5rem;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;transition:box-shadow .5s,border-color .25s ease-in-out;display:block;box-shadow:inset 0 1px 2px #4f4f4f1a}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{background-color:#fefefe;border:1px solid #8a8a8a;outline:none;transition:box-shadow .5s,border-color .25s ease-in-out;box-shadow:0 0 5px #cacaca}textarea{max-width:100%}textarea[rows]{height:auto}:is(input:placeholder-shown,textarea:placeholder-shown),input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{cursor:not-allowed;background-color:#f4f4f4}[type=submit],[type=button]{appearance:none;border-radius:1.5rem}input[type=search]{box-sizing:border-box}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{vertical-align:baseline;margin-bottom:0;margin-left:.5rem;margin-right:1rem;display:inline-block}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{color:#4f4f4f;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;display:block}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{color:#4f4f4f;margin-top:-.5rem;font-size:.8125rem;font-style:italic}.input-group{align-items:stretch;width:100%;margin-bottom:1rem;display:flex}.input-group>:first-child{border-radius:1.5rem 0 0 1.5rem}.input-group>:last-child>*{border-radius:0 1.5rem 1.5rem 0}.input-group-label,.input-group-field,.input-group-button,.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{white-space:nowrap;margin:0}.input-group-label{color:#4f4f4f;text-align:center;white-space:nowrap;background:#f4f4f4;border:1px solid #cacaca;flex:none;align-items:center;padding:0 1rem;display:flex}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0;min-width:0;height:auto}.input-group-button{text-align:center;flex:none;padding-top:0;padding-bottom:0;display:flex}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{-ms-grid-row-align:stretch;align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{border:0;margin:0;padding:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{border:1px solid #cacaca;margin:1.125rem 0;padding:1.25rem}.fieldset legend{margin:0 0 0 -.1875rem;padding:0 .1875rem}select{appearance:none;color:#4f4f4f;background-color:#fefefe;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;background-origin:content-box;border:1px solid #cacaca;border-radius:1.5rem;height:2.4375rem;margin:0 0 1rem;padding:.5rem 1.5rem .5rem .5rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;transition:box-shadow .5s,border-color .25s ease-in-out}select:focus{background-color:#fefefe;border:1px solid #8a8a8a;outline:none;transition:box-shadow .5s,border-color .25s ease-in-out;box-shadow:0 0 5px #cacaca}select:disabled{cursor:not-allowed;background-color:#f4f4f4}select::-ms-expand{display:none}select[multiple]{background-image:none;height:auto}.is-invalid-input:not(:focus){background-color:#faeeee;border-color:#d45e5e}.is-invalid-input:not(:focus):-ms-placeholder-shown{color:#d45e5e}.is-invalid-input:not(:focus)::placeholder,.is-invalid-label{color:#d45e5e}.form-error{color:#d45e5e;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:none}.form-error.is-visible{display:block}.accordion-menu li{width:100%}.accordion-menu a,.accordion-menu .is-accordion-submenu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-left:1rem;margin-right:0}.accordion-menu.align-right .nested.is-accordion-submenu{margin-left:0;margin-right:1rem}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{content:"";border:6px inset #0000;border-top:6px solid #13bc74;border-bottom-width:0;width:0;height:0;margin-top:-3px;display:block;position:absolute;top:50%;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a:after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a:after{left:1rem;right:auto}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after{transform-origin:50%;transform:rotate(180deg)}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{cursor:pointer;width:40px;height:40px;position:absolute;top:0;right:0}.submenu-toggle:after{content:"";border:6px inset #0000;border-top:6px solid #13bc74;border-bottom-width:0;width:0;height:0;margin:auto;display:block;top:0;bottom:0}.submenu-toggle[aria-expanded=true]:after{transform-origin:50%;transform:scaleY(-1)}.submenu-toggle-text{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;overflow:hidden;position:absolute!important}.breadcrumbs{margin:0 0 1rem;list-style:none}.breadcrumbs:before,.breadcrumbs:after{content:" ";flex-basis:0;order:1;display:table}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;color:#4f4f4f;cursor:default;text-transform:uppercase;font-size:.6875rem}.breadcrumbs li:not(:last-child):after{opacity:1;content:"/";color:#cacaca;margin:0 .75rem;position:relative}.breadcrumbs a{color:#13bc74}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{flex-wrap:nowrap;align-items:stretch;margin-bottom:1rem;display:flex}.button-group:before,.button-group:after{content:" ";flex-basis:0;order:1;display:table}.button-group:after{clear:both}.button-group .button{flex:none;margin:0 1px 1px 0;font-size:.99rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0}.button-group.primary .button{color:#4f4f4f;background-color:#13bc74}.button-group.primary .button:hover,.button-group.primary .button:focus{color:#4f4f4f;background-color:#0f965d}.button-group.secondary .button{color:#4f4f4f;background-color:#ff9051}.button-group.secondary .button:hover,.button-group.secondary .button:focus{color:#4f4f4f;background-color:#ff650e}.button-group.success .button{color:#4f4f4f;background-color:#3adb76}.button-group.success .button:hover,.button-group.success .button:focus{color:#4f4f4f;background-color:#22bb5b}.button-group.warning .button{color:#4f4f4f;background-color:#ffae00}.button-group.warning .button:hover,.button-group.warning .button:focus{color:#4f4f4f;background-color:#cc8b00}.button-group.alert .button{color:#fefefe;background-color:#d45e5e}.button-group.alert .button:hover,.button-group.alert .button:focus{color:#fefefe;background-color:#c13434}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}@media print,screen and (width>=40em){.button-group.stacked-for-small .button{flex:1 1 0;margin-bottom:0}}@media print,screen and (width>=64em){.button-group.stacked-for-medium .button{flex:1 1 0;margin-bottom:0}}@media screen and (width<=39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{margin-right:0;display:block}}.menu{flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu a,.menu .button{padding:.7rem 1rem;line-height:1;text-decoration:none;display:block}.menu input,.menu select,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-flow:wrap}.menu.vertical{flex-flow:column}.menu.expanded li{flex:1 1 0}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (width>=40em){.menu.medium-horizontal{flex-flow:wrap}.menu.medium-vertical{flex-flow:column}.menu.medium-expanded li,.menu.medium-simple li{flex:1 1 0}}@media print,screen and (width>=64em){.menu.large-horizontal{flex-flow:wrap}.menu.large-vertical{flex-flow:column}.menu.large-expanded li,.menu.large-simple li{flex:1 1 0}}.menu.nested{margin-left:1rem;margin-right:0}.menu.icons a,.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:flex}.menu.icon-left li a{flex-flow:row}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{flex-flow:row}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{flex-flow:column}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg{-ms-grid-row-align:stretch;text-align:center;align-self:stretch;margin-bottom:.25rem}.menu.icon-bottom li a{flex-flow:column}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg{-ms-grid-row-align:stretch;text-align:center;align-self:stretch;margin-bottom:.25rem}.menu .is-active>a,.menu .active>a{color:#fefefe;background:#13bc74}.menu.align-left{justify-content:flex-start}.menu.align-right li{justify-content:flex-end;display:flex}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{text-align:right;display:block}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-left:0;margin-right:1rem}.menu.align-center li{justify-content:center;display:flex}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{color:inherit;padding:.7rem 1rem;font-weight:700;line-height:1}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{justify-content:center;display:flex}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{vertical-align:middle;cursor:pointer;width:20px;height:16px;display:inline-block;position:relative}.menu-icon:after{content:"";background:#fefefe;width:100%;height:2px;display:block;position:absolute;top:0;left:0;box-shadow:0 7px #fefefe,0 14px #fefefe}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px #cacaca,0 14px #cacaca}.menu-icon.dark{vertical-align:middle;cursor:pointer;width:20px;height:16px;display:inline-block;position:relative}.menu-icon.dark:after{content:"";background:#4f4f4f;width:100%;height:2px;display:block;position:absolute;top:0;left:0;box-shadow:0 7px #4f4f4f,0 14px #4f4f4f}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px #8a8a8a,0 14px #8a8a8a}.dropdown-pane{z-index:10;visibility:hidden;background-color:#fefefe;border:1px solid #cacaca;border-radius:1.5rem;width:300px;padding:1rem;font-size:1rem;display:none;position:absolute}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{visibility:visible;display:block}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;left:auto;right:0}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;left:0;right:auto}.dropdown.menu>li.is-dropdown-submenu-parent>a{padding-right:1.2rem;position:relative}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{content:"";border:4px inset #0000;border-top:4px solid #13bc74;border-bottom-width:0;width:0;height:0;margin-top:-2px;display:block;left:auto;right:5px}.dropdown.menu a{padding:.7rem 1rem}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu .is-active>a{color:#13bc74;background:0 0}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-left:0;margin-right:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;left:auto;right:100%}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.vertical>li>a:after{right:14px}.dropdown.menu.vertical>li.opens-left>a:after{content:"";border:4px inset #0000;border-left-width:0;border-right:4px solid #13bc74;width:0;height:0;display:block;left:5px;right:auto}.dropdown.menu.vertical>li.opens-right>a:after{content:"";border:4px inset #0000;border-left:4px solid #13bc74;border-right-width:0;width:0;height:0;display:block}@media print,screen and (width>=40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;left:auto;right:0}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;left:0;right:auto}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.2rem;position:relative}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{content:"";border:4px inset #0000;border-top:4px solid #13bc74;border-bottom-width:0;width:0;height:0;margin-top:-2px;display:block;left:auto;right:5px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;left:auto;right:100%}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.medium-vertical>li>a:after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{content:"";border:4px inset #0000;border-left-width:0;border-right:4px solid #13bc74;width:0;height:0;display:block;left:5px;right:auto}.dropdown.menu.medium-vertical>li.opens-right>a:after{content:"";border:4px inset #0000;border-left:4px solid #13bc74;border-right-width:0;width:0;height:0;display:block}}@media print,screen and (width>=64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;left:auto;right:0}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;left:0;right:auto}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.2rem;position:relative}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{content:"";border:4px inset #0000;border-top:4px solid #13bc74;border-bottom-width:0;width:0;height:0;margin-top:-2px;display:block;left:auto;right:5px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;left:auto;right:100%}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{left:100%;right:auto}.dropdown.menu.large-vertical>li>a:after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{content:"";border:4px inset #0000;border-left-width:0;border-right:4px solid #13bc74;width:0;height:0;display:block;left:5px;right:auto}.dropdown.menu.large-vertical>li.opens-right>a:after{content:"";border:4px inset #0000;border-left:4px solid #13bc74;border-right-width:0;width:0;height:0;display:block}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;left:auto;right:0}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{margin-top:-4px;position:absolute;top:50%;left:auto;right:5px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{left:auto;right:100%}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{left:100%;right:auto}.is-dropdown-submenu{z-index:1;background:#fefefe;border:1px solid #cacaca;min-width:200px;display:none;position:absolute;top:0;left:100%}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{content:"";border:4px inset #0000;border-left-width:0;border-right:4px solid #13bc74;width:0;height:0;display:block;left:5px;right:auto}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{content:"";border:4px inset #0000;border-left:4px solid #13bc74;border-right-width:0;width:0;height:0;display:block}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}table{border-collapse:collapse;border-radius:1.5rem;width:100%;margin-bottom:1rem}table thead,table tbody,table tfoot{background-color:#fefefe;border:1px solid #f1f1f1}table caption{padding:.5rem .625rem .625rem;font-weight:700}table thead{color:#4f4f4f;background:#f8f8f8}table tfoot{color:#4f4f4f;background:#f1f1f1}table thead tr,table tfoot tr{background:0 0}table thead th,table thead td,table tfoot th,table tfoot td{text-align:left;padding:.5rem .625rem .625rem;font-weight:700}table tbody th,table tbody td{padding:.5rem .625rem .625rem}table tbody tr:nth-child(2n){background-color:#f1f1f1;border-bottom:0}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{background-color:#fefefe;border-bottom:1px solid #f1f1f1}@media screen and (width<=63.9375em){table.stack thead,table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{width:100%;display:block;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{background:#fefefe;border:1px solid #f4f4f4;margin:0;list-style-type:none}.tabs:before,.tabs:after{content:" ";flex-basis:0;order:1;display:table}.tabs:after{clear:both}.tabs.vertical>li{float:none;width:auto;display:block}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#13bc74}.tabs.primary>li>a{color:#4f4f4f}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:#12b36e}.tabs-title{float:left}.tabs-title>a{color:#13bc74;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;display:block}.tabs-title>a:hover{color:#10a264;background:#fefefe}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{color:#13bc74;background:#f4f4f4}.tabs-content{color:#4f4f4f;background:#fefefe;border:1px solid #f4f4f4;border-top:0;transition:all .5s}.tabs-content.vertical{border:1px solid #f4f4f4;border-left:0}.tabs-panel{padding:1rem;display:none}.tabs-panel.is-active{display:block}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (width<=39.9375em){.hide-for-small-only{display:none!important}}@media screen and (width<=0),screen and (width>=40em){.show-for-small-only{display:none!important}}@media print,screen and (width>=40em){.hide-for-medium{display:none!important}}@media screen and (width<=39.9375em){.show-for-medium{display:none!important}}@media screen and (width>=40em) and (width<=63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (width<=39.9375em),screen and (width>=64em){.show-for-medium-only{display:none!important}}@media print,screen and (width>=64em){.hide-for-large{display:none!important}}@media screen and (width<=63.9375em){.show-for-large{display:none!important}}@media screen and (width>=64em) and (width<=74.9375em){.hide-for-large-only{display:none!important}}@media screen and (width<=63.9375em),screen and (width>=75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;overflow:hidden;position:absolute!important}.show-on-focus:active,.show-on-focus:focus{clip:auto;white-space:normal;clip-path:none;width:auto;height:auto;overflow:visible;position:static!important}.show-for-landscape,.hide-for-portrait{display:block!important}@media screen and (orientation:landscape){.show-for-landscape,.hide-for-portrait{display:block!important}}@media screen and (orientation:portrait){.show-for-landscape,.hide-for-portrait{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.slide-in-down.mui-enter{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translateY(-100%)}.slide-in-down.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-left.mui-enter{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translate(-100%)}.slide-in-left.mui-enter.mui-enter-active{transform:translate(0)}.slide-in-up.mui-enter{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translateY(100%)}.slide-in-up.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-right.mui-enter{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translate(100%)}.slide-in-right.mui-enter.mui-enter-active{transform:translate(0)}.slide-out-down.mui-leave{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translateY(0)}.slide-out-down.mui-leave.mui-leave-active{transform:translateY(100%)}.slide-out-right.mui-leave{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translate(0)}.slide-out-right.mui-leave.mui-leave-active{transform:translate(100%)}.slide-out-up.mui-leave{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translateY(0)}.slide-out-up.mui-leave.mui-leave-active{transform:translateY(-100%)}.slide-out-left.mui-leave{backface-visibility:hidden;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:translate(0)}.slide-out-left.mui-leave.mui-leave-active{transform:translate(-100%)}.fade-in.mui-enter{opacity:0;transition-property:opacity;transition-duration:.5s;transition-timing-function:linear}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{opacity:1;transition-property:opacity;transition-duration:.5s;transition-timing-function:linear}.fade-out.mui-leave.mui-leave-active{opacity:0}.hinge-in-from-top.mui-enter{transform-origin:top;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateX(-90deg)}.hinge-in-from-top.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-in-from-right.mui-enter{transform-origin:100%;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateY(-90deg)}.hinge-in-from-right.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-in-from-bottom.mui-enter{transform-origin:bottom;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateX(90deg)}.hinge-in-from-bottom.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-in-from-left.mui-enter{transform-origin:0;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateY(90deg)}.hinge-in-from-left.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-in-from-middle-x.mui-enter{transform-origin:50%;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateX(-90deg)}.hinge-in-from-middle-x.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-in-from-middle-y.mui-enter{transform-origin:50%;opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotateY(-90deg)}.hinge-in-from-middle-y.mui-enter.mui-enter-active{opacity:1;transform:perspective(2000px)rotate(0)}.hinge-out-from-top.mui-leave{transform-origin:top;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-top.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateX(-90deg)}.hinge-out-from-right.mui-leave{transform-origin:100%;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-right.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateY(-90deg)}.hinge-out-from-bottom.mui-leave{transform-origin:bottom;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-bottom.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateX(90deg)}.hinge-out-from-left.mui-leave{transform-origin:0;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-left.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateY(90deg)}.hinge-out-from-middle-x.mui-leave{transform-origin:50%;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-middle-x.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateX(-90deg)}.hinge-out-from-middle-y.mui-leave{transform-origin:50%;opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px)rotate(0)}.hinge-out-from-middle-y.mui-leave.mui-leave-active{opacity:0;transform:perspective(2000px)rotateY(-90deg)}.scale-in-up.mui-enter{opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:scale(.5)}.scale-in-up.mui-enter.mui-enter-active{opacity:1;transform:scale(1)}.scale-in-down.mui-enter{opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:scale(1.5)}.scale-in-down.mui-enter.mui-enter-active{opacity:1;transform:scale(1)}.scale-out-up.mui-leave{opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:scale(1)}.scale-out-up.mui-leave.mui-leave-active{opacity:0;transform:scale(1.5)}.scale-out-down.mui-leave{opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:scale(1)}.scale-out-down.mui-leave.mui-leave-active{opacity:0;transform:scale(.5)}.spin-in.mui-enter{opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:rotate(-.75turn)}.spin-in.mui-enter.mui-enter-active{opacity:1;transform:rotate(0)}.spin-out.mui-leave{opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:rotate(0)}.spin-out.mui-leave.mui-leave-active{opacity:0;transform:rotate(.75turn)}.spin-in-ccw.mui-enter{opacity:0;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:rotate(.75turn)}.spin-in-ccw.mui-enter.mui-enter-active{opacity:1;transform:rotate(0)}.spin-out-ccw.mui-leave{opacity:1;transition-property:transform,opacity;transition-duration:.5s;transition-timing-function:linear;transform:rotate(0)}.spin-out-ccw.mui-leave.mui-leave-active{opacity:0;transform:rotate(-.75turn)}.slow{transition-duration:.75s!important}.fast{transition-duration:.25s!important}.linear{transition-timing-function:linear!important}.ease{transition-timing-function:ease!important}.ease-in{transition-timing-function:ease-in!important}.ease-out{transition-timing-function:ease-out!important}.ease-in-out{transition-timing-function:ease-in-out!important}.bounce-in{transition-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{transition-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{transition-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{transition-delay:.3s!important}.long-delay{transition-delay:.7s!important}.shake{animation-name:shake-7}@keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{transform:translate(7%)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{transform:translate(-7%)}}.spin-cw{animation-name:spin-cw-1turn}@keyframes spin-cw-1turn{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.spin-ccw{animation-name:spin-cw-1turn}.wiggle{animation-name:wiggle-7deg}@keyframes wiggle-7deg{40%,50%,60%{transform:rotate(7deg)}35%,45%,55%,65%{transform:rotate(-7deg)}0%,30%,70%,to{transform:rotate(0)}}.shake,.spin-cw,.spin-ccw,.wiggle{animation-duration:.5s}.infinite{animation-iteration-count:infinite}.slow{animation-duration:.75s!important}.fast{animation-duration:.25s!important}.linear{animation-timing-function:linear!important}.ease{animation-timing-function:ease!important}.ease-in{animation-timing-function:ease-in!important}.ease-out{animation-timing-function:ease-out!important}.ease-in-out{animation-timing-function:ease-in-out!important}.bounce-in{animation-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{animation-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{animation-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{animation-delay:.3s!important}.long-delay{animation-delay:.7s!important}@font-face{font-family:kiwi;src:url(/assets/kiwi-ChY36Wfl.eot?29t4c9);src:url(/assets/kiwi-ChY36Wfl.eot?29t4c9#iefix)format("embedded-opentype"),url(/assets/kiwi-BdFlxwe_.ttf?29t4c9)format("truetype"),url(/assets/kiwi-BYhXfTP5.woff?29t4c9)format("woff"),url(/assets/kiwi-BGrCAiTd.svg?29t4c9#kiwi)format("svg");font-weight:400;font-style:normal}i{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:kiwi!important}.i-chevron-down:before{content:""}.i-chevron-left:before{content:""}.i-chevron-right:before{content:""}.i-chevron-up:before{content:""}.i-add:before{content:""}.i-bar-chart:before{content:""}.i-book:before{content:""}.i-bookmark:before{content:""}.i-cancel:before{content:""}.i-check-mark:before{content:""}.i-check:before{content:""}.i-checked:before{content:""}.i-close:before{content:""}.i-communication-1:before{content:""}.i-communication-2:before{content:""}.i-communication-3:before{content:""}.i-communication-4:before{content:""}.i-communication-5:before{content:""}.i-communication-6:before{content:""}.i-communication:before{content:""}.i-cursor-1:before{content:""}.i-cursor-2:before{content:""}.i-cursor:before{content:""}.i-delete:before{content:""}.i-dislike-1:before{content:""}.i-dislike:before{content:""}.i-down-arrow:before{content:""}.i-download-1:before{content:""}.i-download-2:before{content:""}.i-download:before{content:""}.i-edit:before{content:""}.i-email-1:before{content:""}.i-email:before{content:""}.i-expand-1:before{content:""}.i-expand:before{content:""}.i-export:before{content:""}.i-forbidden:before{content:""}.i-heart-1:before{content:""}.i-heart-2:before{content:""}.i-heart:before{content:""}.i-import-1:before{content:""}.i-import-2:before{content:""}.i-import:before{content:""}.i-left-arrow-1:before{content:""}.i-left-arrow:before{content:""}.i-letter:before{content:""}.i-levels-1:before{content:""}.i-levels:before{content:""}.i-like-1:before{content:""}.i-like:before{content:""}.i-list-1:before{content:""}.i-list-2:before{content:""}.i-list-3:before{content:""}.i-list-4:before{content:""}.i-list:before{content:""}.i-login:before{content:""}.i-logout:before{content:""}.i-megaphone:before{content:""}.i-menu-1:before{content:""}.i-menu-2:before{content:""}.i-menu:before{content:""}.i-microphone:before{content:""}.i-minimize-1:before{content:""}.i-minimize-2:before{content:""}.i-minimize-3:before{content:""}.i-minimize:before{content:""}.i-more-1:before{content:""}.i-more:before{content:""}.i-move-1:before{content:""}.i-move:before{content:""}.i-mute:before{content:""}.i-networking:before{content:""}.i-next-1:before{content:""}.i-next:before{content:""}.i-organization:before{content:""}.i-orientation:before{content:""}.i-padlock-1:before{content:""}.i-padlock:before{content:""}.i-paper-plane:before{content:""}.i-password:before{content:""}.i-photo-camera:before{content:""}.i-picture:before{content:""}.i-pie-chart-1:before{content:""}.i-pie-chart-2:before{content:""}.i-pie-chart:before{content:""}.i-placeholder:before{content:""}.i-plus:before{content:""}.i-previous-1:before{content:""}.i-previous:before{content:""}.i-repeat-1:before{content:""}.i-repeat-2:before{content:""}.i-repeat-3:before{content:""}.i-repeat-4:before{content:""}.i-repeat-5:before{content:""}.i-repeat-6:before{content:""}.i-repeat-7:before{content:""}.i-repeat-8:before{content:""}.i-repeat-9:before{content:""}.i-repeat:before{content:""}.i-right-arrow-1:before{content:""}.i-right-arrow:before{content:""}.i-save:before{content:""}.i-search:before{content:""}.i-shuffle:before{content:""}.i-smartphone-1:before{content:""}.i-smartphone:before{content:""}.i-sort-1:before{content:""}.i-sort:before{content:""}.i-speaker:before{content:""}.i-speech-bubble-1:before{content:""}.i-speech-bubble-2:before{content:""}.i-speech-bubble-3:before{content:""}.i-speech-bubble-4:before{content:""}.i-speech-bubble-5:before{content:""}.i-speech-bubble-6:before{content:""}.i-speech-bubble-7:before{content:""}.i-speech-bubble-8:before{content:""}.i-speech-bubble-9:before{content:""}.i-speech-bubble-10:before{content:""}.i-speech-bubble-11:before{content:""}.i-speech-bubble-12:before{content:""}.i-speech-bubble-13:before{content:""}.i-speech-bubble-14:before{content:""}.i-speech-bubble-15:before{content:""}.i-speech-bubble-16:before{content:""}.i-speech-bubble-17:before{content:""}.i-speech-bubble-18:before{content:""}.i-speech-bubble-19:before{content:""}.i-speech-bubble-20:before{content:""}.i-speech-bubble-21:before{content:""}.i-speech-bubble-22:before{content:""}.i-speech-bubble-23:before{content:""}.i-speech-bubble-24:before{content:""}.i-speech-bubble-25:before{content:""}.i-speech-bubble-26:before{content:""}.i-speech-bubble-27:before{content:""}.i-speech-bubble-28:before{content:""}.i-speech-bubble:before{content:""}.i-star:before{content:""}.i-stick-man-1:before{content:""}.i-stick-man-2:before{content:""}.i-stick-man-3:before{content:""}.i-stick-man-4:before{content:""}.i-stick-man:before{content:""}.i-sticker-1:before{content:""}.i-sticker-2:before{content:""}.i-sticker-3:before{content:""}.i-sticker-4:before{content:""}.i-sticker:before{content:""}.i-tap:before{content:""}.i-telephone-1:before{content:""}.i-telephone-2:before{content:""}.i-telephone-3:before{content:""}.i-telephone-4:before{content:""}.i-telephone-5:before{content:""}.i-telephone-6:before{content:""}.i-telephone-7:before{content:""}.i-telephone-8:before{content:""}.i-telephone:before{content:""}.i-transfer-1:before{content:""}.i-transfer-2:before{content:""}.i-transfer-3:before{content:""}.i-transfer-4:before{content:""}.i-transfer-5:before{content:""}.i-transfer-6:before{content:""}.i-transfer-7:before{content:""}.i-transfer-8:before{content:""}.i-transfer-9:before{content:""}.i-transfer-10:before{content:""}.i-transfer:before{content:""}.i-up-arrow:before{content:""}.i-upload-1:before{content:""}.i-upload-2:before{content:""}.i-upload:before{content:""}.i-user-1:before{content:""}.i-user-2:before{content:""}.i-user:before{content:""}.ReactTable .rt-th.rt-resizable-header:focus,.rt-resizable-header:focus{outline:0!important}.ReactTable{border:1px solid #0000001a;flex-direction:column;display:flex;position:relative}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{border-collapse:collapse;flex-direction:column;flex:auto;align-items:stretch;width:100%;display:flex;overflow:auto}.ReactTable .rt-thead{-webkit-user-select:none;user-select:none;flex-direction:column;flex:1 0 auto;display:flex}.ReactTable .rt-thead.-headerGroups,.ReactTable .rt-thead.-filters{border-bottom:1px solid #0000000d}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{font-size:inherit;background:#fff;border:1px solid #0000001a;border-radius:3px;outline:none;padding:5px 7px;font-weight:400}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid #00000005}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px;line-height:normal;transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:inset 0 0 #0000}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc,.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 0 #13bc74}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{text-overflow:ellipsis;overflow:hidden}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{content:" ";pointer-events:none;border:solid #0000;width:0;height:0;position:absolute;top:50%;left:100%}.ReactTable .rt-thead .rt-header-pivot:after{border-width:8px;border-color:#fff0 #fff0 #fff0 #fff;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-width:10px;border-color:#6660 #6660 #6660 #f7f7f7;margin-top:-10px}.ReactTable .rt-tbody{flex-direction:column;flex:99999 auto;display:flex;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid #0000000d}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid #00000005}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex-direction:column;flex:1 0 auto;align-items:stretch;display:flex}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{white-space:nowrap;text-overflow:ellipsis;flex:1 0 0;padding:7px 5px;transition:width .3s,min-width .3s,padding .3s,opacity .3s;overflow:hidden}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{opacity:0!important;border:0!important;width:0!important;min-width:0!important;padding:0!important}.ReactTable .rt-expander{color:#0000;margin:0 10px;display:inline-block;position:relative}.ReactTable .rt-expander:after{content:"";cursor:pointer;border-top:7px solid #000c;border-left:5.04px solid #0000;border-right:5.04px solid #0000;width:0;height:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.ReactTable .rt-expander.-open:after{transform:translate(-50%,-50%)rotate(0)}.ReactTable .rt-resizer{cursor:col-resize;z-index:10;width:36px;display:inline-block;position:absolute;top:0;bottom:0;right:-18px}.ReactTable .rt-tfoot{flex-direction:column;flex:1 0 auto;display:flex;box-shadow:0 0 15px #00000026}.ReactTable .rt-tfoot .rt-td{border-right:1px solid #0000000d}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:#00000008}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:#0000000d}.ReactTable .-pagination{z-index:1;border-top:2px solid #0000001a;flex-wrap:wrap;justify-content:space-between;align-items:stretch;padding:3px;display:flex;box-shadow:0 0 15px #0000001a}.ReactTable .-pagination input,.ReactTable .-pagination select{font-size:inherit;background:#fff;border:1px solid #0000001a;border-radius:3px;outline:none;padding:5px 7px;font-weight:400}.ReactTable .-pagination .-btn{appearance:none;color:#0009;cursor:pointer;background:#0000001a;border:0;border-radius:3px;outline:none;width:100%;height:100%;padding:6px;font-size:1em;transition:all .1s;display:block}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{color:#fff;background:#0000004d}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{text-align:center;flex:1}.ReactTable .-pagination .-center{text-align:center;flex-flow:wrap;flex:1.5;justify-content:space-around;align-items:center;margin-bottom:0;display:flex}.ReactTable .-pagination .-pageInfo{white-space:nowrap;margin:3px 10px;display:inline-block}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{text-align:center;width:70px}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{z-index:1;pointer-events:none;color:#00000080;background:#fffc;padding:20px;transition:all .3s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ReactTable .-loading{z-index:-1;opacity:0;pointer-events:none;background:#fffc;transition:all .3s;display:block;position:absolute;inset:0}.ReactTable .-loading>div{text-align:center;color:#0009;width:100%;font-size:15px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:block;position:absolute;top:50%;left:0;transform:translateY(-52%)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{cursor:col-resize;-webkit-user-select:none;user-select:none;transition:none!important}.g-content-fluid__qamSM.grid-container__3_WOH.fluid__3xuQM{padding:0}.ReactTable .rt-thead .rt-tr{text-align:left}.rt-th{position:relative}div.-sort-desc:after,div.-sort-asc:after{color:#3ec189;font-size:.9em;position:absolute;top:14px;right:3px}div.-sort-desc:after{content:" ▼";float:right}div.-sort-asc:after{content:" ▲";float:right}h5{text-transform:uppercase;margin:0 0 22px;font-size:.9em}:focus,a:focus,button:focus{outline:0!important}.g-sidebar{z-index:10;background-color:#fff;border-right:1px solid #e2e2e2;width:240px;height:100vh;font-size:.94em;position:fixed;top:0;left:0}@media screen and (width<=63.9375em){.g-sidebar{z-index:100;width:100%;font-size:1.08em;display:none}}.g-sidebar .mob-closenav{display:none}@media screen and (width<=63.9375em){.g-sidebar .mob-closenav{cursor:pointer;color:#8a8a8a;font-size:3.4em;display:block;position:fixed;top:10px;right:10px}}.g-sidebar ul{margin:0;padding:0;list-style:none}.g-sidebar ul a{color:#424242;padding:1.3em 1.4em;display:block}.g-sidebar ul a:hover,.g-sidebar ul li.active a{color:#13bc74}.g-sidebar ul li.is-active{background-color:#f1fcfb}.g-sidebar ul li.is-active a.accordion-title{color:#13bc74;background-color:#0000;border-left:6px solid #13bc74}.g-sidebar ul li.is-active ul{background-color:#fff;border-bottom:1px dotted #ccc;border-left:0;margin-left:0}.g-sidebar ul li.is-active ul li a{border-left:0}.g-sidebar ul li.is-active ul li.is-active a{background-color:#fff}.g-sidebar ul .nested a{background-color:#fff;padding:1.1em 0 1.1em 2.8em}.g-sidebar .g-applogo h1.logoimage{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABICAYAAABMb8iNAAAM70lEQVR4nO3ce6wdRR3A8a9NQxrSaZoJQYNmUpvGIGkUSCFGAaUqVKkGFay1vNpKy0UarAVrJZXAhYhWHhVLW1qhyKO8RKlveVUtitggYoONUVIn2iDBoek0pGka4h+/OXTvnt1zdvfee84Ff5/kpuk+Zvbs2TM7j98MKKWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSiml1Ch7S78vAMBZMx64E5iQ2fykD/Hbw0hzHPAh4BPAicAU4HDgVWA3sAN4DHjIh/hqSRqnAJ/Kbf6eD3FHh3xnAacX7LrRh+g7pLvGh/j3zp+qML/LgLfXPS9j0IcYMul9Hjghs/8V4Bof4mtdrqPocw9Ju8O5XwIm+hCv6XLcicBc4Cof4p5u6Zak8TZgObDBh/h8ZnuT+/jvomc0c513+xC3N7jGy4CnfYi/Kdn/dWBr2f4uaVtgJbDKh7i7YP9RwOV10wV+2OR66ho/2hlUdBbwudy205w1t1V54POcNbOBbwLHFOyeDBwFzAAuAG521lwL3ORDPJg79ljgS7ltv0YKu6J8ZwI/ZGjBC7CiVVh1SPdhoHaBBcxL6TW1Gsje448i9yXv6i7pnEj7Z8qn3cZZ8y7gemCcs+ZxH+LvOhy+C7gY+CdwU5frKbMI+XxX5LbPQ56NXTXSmliy/RjkXpzprHmvD3FvzWucBxwAygqA+cCeDvs7mZSu7Q7kxZ13ZNr/FLC/RrpPNriW2sZKgfXFgm2HAwuAyrUsZ81hwBrgCzXyngysAj7jrPmUD/HFGudm855BcWF1tQ/xuiZpjiErnTXbfIiPj0LaS5EXwF5gGVBaYPkQX3LWPAgsdtbc5EOslVGqyV8IbCqpVd/uQ+xWMFe1HykcNgBzRijNXprrQ9zV74vIG9fvC3DWHAucVLL7i6lpVyWdccB91Cusst6HVJVrc9YcDfwceUCzvuVDvLLh9Ywl44HNqbkwYpw1RyC1neuRl8aZqcbVyVrgaKS5X9dspHa9tsG5de0HFgJnOWsW9SC//wtjoYZ1aYd9U5CHbEuFdK4CzizY/hqwFXgCeYtPBk4FTmFogb2dBm13Z807gEeAI3K71iF9Jb22D3iw5vFVHAnc56w5taDp3NTFSJPxXuAg0iReBiwuO8GHuM1Z8xwwgHyvdQwAj/sQ/9boamvyIf7IWbMOWJ1qqM93PUl11NcCK3UA5vuu8pbQpcBy1hwDfLVg107g3IKOz6vTOWuQN/Uu4IyyzvcO+R6BdNy/I7drEzBQt8kyQl72Ic4fpbRPAq5lBApiZ80E5Ltd5UM8kLatQvoUV/oQX+pw+pp03JFdjsvmNw34CPCZYV56XcuQ+3afs+YEH2KdfiGV0+8m4SKG9vkcAG7NHTMzNbk6WUF74fsCcHLZKE16230YuAb4WNUHv8VZMwn4JZBvwtwDLOxTYdULl6VBjeG6APnus9/3XUgteEmXc+9Cmlx1mv+LkU7mKrX1EZMKqDnAVGQQQg1D3wqs1Oc0kNu8BRhEmgct4+jwADtrJiKjjHnn+xBf7nQNPsTXfIgrfYg7q13163keDvwYOD63awswv1sIwBvcOOBOZ82Upgmk734psDEbnpB+3KuBi9M9LpRqwpuAC6v0caba3AXA2n58N+n5WgIsctYUPauqon7WsD4JuNy2tT7EfwE/yW0/L9VoipxC+8jc0z7EbSNwjUXGI537p+S2/wo4u9W86aPDnDXHVvjr1rmd9Uzu/5OBB9KobBOzKa9xrAMOQ0aIO1mLPD+zKuR3FjIgsrHGNY4oH+JtSO17w3AK+/93/Syw8p3tO4HWsHl+FGcixbFBANMLtv20+WV19Q3kB5d1AKlZ9buwAhkF+1OFv/tqpHk2EveTNQMZ3WviciRgd1d+R4q72wQsS2EIhVKt5Te019KLDKT8ajX7R8FiZJBhc6fPpsr15aY5a6bTPiy9PtPv8ygyYjQts3+Js+a7BVX6txZk4Qu2jZRpBdta8V/56PU3BR/iC86a+cAPGPqSu8RZ86QP8d6C0/YBbU1yZ837kE7oE9rOOOR64CKkZlSUdssa5MfvcoG52fzeA7wf6efsZmn6nFUMplpTZT7Efc6aOUiQ5WDFa+qX3zprqo4Gn5xaRqOuX6V8PlC01ScBSN+Ss2Y9EpvTMg04DfhFhfT7UXM801lziQ/xu33Ie9SlIfobgMtyuzY4a54tOGWjD7EoZGIZsK3TlBUf4i5nzUPp2E4F1o+Al5Bg0LIYugHguYrTRp5C4umqyDeTK/EhbnfWrABWOWue8CH+qkk6PXAb8N+Kx9aN5G+s5wWWs2YycF5u8w7gQ86a7LaiuWJLaC+w/lNw3DsbX2B1u5HmV9aqFG9T9AN+M1iBBNhmA30nAg8AP8tsOwjcmD/ZWTMV+DTVaqKrgD86a2aWRdj7EA+mF9uAs+aqfHxYGpA5h+rxdb/3IX6n4rHDcQMyBeqONHWn303VIrdrpLtYgEy7yToRmdaS/dtQcO6sFE+TVRSMV6UjdjieBt6NvOGzJiCd0WVzzHphlw/xLRX+jqubcCoQ5iC1mqzpwCWZ/z9Y0kRbijT184MqRXltRwJDuxU2GwGLFIR55yGBw3d1y6+XUtfH+ci13Zl7UVfV9Lfb+u2NVPBvT/W0hpWGoIvmDVbVOn9pZts2pNM7O2I1o9ObeZh2AKf7EPc6axYinc/ZwNFpyKDBuaOQd9/5EHc7a+YhTafs85N9CbV1xqcg4QVIp/NjFX+kDpjirJletkJGup4tSIf2/bndi4HvlzRN+yrNizwXmSXxFeBbNU7fQ/MVOo5M/3YM+Rmrel3D+jgynD0cC7I1mBTHUxQMuCFFopdy1uCs+bqz5pwa+a9sxQ6lEa25tL+tznHWdBuWf8PyIT6KdBoX2VrSP3UR8mJ5EHi24t8WZAClW2T9GqRL4fVQDWfNScB76M28wUbSC/U6YDAtSVPVTtpjAKs6HtjTdJJ/v/W6Dytfu9qP3PxOJjG0kJuEVPVvyWy7FmkSZAvgqcCTzpp5RT+gFAuzBilEDzprXvMh3lPlQ2SluW2DyFzGrJudNU+9ieePXQN8ABkIySqqXU1AwljW+RBrjYw5a/4CrHXWrOgwErUVeY4GOFT7XowUnmP9/l+JjJhvdtYcV3EpmkeQe1J5alLGHA6FD73h9KzASm+//MO9yYfYMY4mddL/m6FNjiXOmltaYRA+xGedNTcBX86d/i7gD86arRya/DwJ+aF9hEOffzzSAUqTQgv58X6UoZ3Rh1Nv/tigs6ZKNX2HD7HTqhJHOGtur5BOy80+xNojXmkkdx4S09VqEu+kuH/qHCTY9Oa6+SD9T4NIgVfYn+VDxFmzFrgqjcC1Zj+c3yC/nkoDB3OBP1N9KZr7kRfDIB0miuc5az6J9Bc3WpVkLOhlDWsJ7U3Q9d1O8iHucdbcy9DI56OBmQx9UyxHOn/zheK4dOzMLlmNBz6IRCPXkn68rYfOZnZNR6K5qzxUZUvs5E3usr9TkG2Rh2k+RP9yiit6AulDvD4/hzL1VS0D7ila4bJCHgecNauBK5w11/rylUa/jwT1fg7pp9kDPFQ3v37wIfrUH/oDZ80jFY7f56xZDqx31vzZh3hLt3OcNccji/ZtGcOhFF31pA8r9TnlQxmeqjH8X9QPMSRSPo1gfYIGBQ4yWnMdNd5Weam5srBg1yJnzWebpjvWeVkhdAXwIlJo5M1GarpNo+JBJkiPQybLl13HXqQ2NoB8j7eO4DI4o86H+BAyLWk17eEyRcffinTUr3HWbC5bIMBZY501X0OCVXfyBh8M6lUN6wLaF7frWrtqScF2zzC0o3G2s2ZKNlYkTY2Z56x5GHnbVungfx64NHUkD0sKrrwFWecpa4OzZrsP8YXh5jFG3QBsL5madDnwaNkoXxWpln0rcKmTlUbLpkCtRWq5B6nxfGXMd9acWvOcC32DtfhLLEVq2kXTzdr4EJc7a/6ELAf+V2fN3zi0euthyIj1scj9+A5wZY3lbTY7a+oshfOiD3FujeMb6WWTML8Gd6cI5iLLgTNy26ZQsAa3D/H+FCk9K53TCj2YgHyZHlmw78fIgm5leT5bcN3dHs5lyLSU/MTgk5Alb8rSreofuf/fTf2F7LLyn+cRioN2S6X71xZJniasP4Nc43DdiNSyplIyUONDfM5ZcwWwr0Hz826ahQoUraH2PFJbqsWHuN9ZczZSQ6zU+vAh3uusuR/p8jgZuT+TkRHZ3yE1tp91aErnvUSzZ/OVBucopZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKKaXU2PM/uVdzV2SbAnMAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:cover;width:115px;height:45px;margin:28px .5em;display:block}.g-sidebar .g-applogo h1.logoimage span{display:none}.g-sidebar .g-applogo a{width:100%;height:100%;display:block}.g-sidebar.open{display:block}.g-container{width:calc(100% - 240px);position:absolute;right:0}@media screen and (width<=63.9375em){.g-container{width:100%}}.g-content{background-color:#fff;border-radius:10px;width:96%;padding-top:2em;padding-bottom:40px;max-width:1100px!important;margin:2em auto 0!important}.g-content-fluid{background-color:#fff;border-radius:10px;width:96%;padding-top:2em;padding-bottom:40px;margin:2em auto 0!important}.g-topbar{background-color:#fff;height:70px;padding:0 .9375rem}.g-main{padding-left:0;padding-right:0}.g-sectionbar{z-index:20;background-color:#fff;border-bottom:1px solid #e2e2e2;width:100%;padding:0 .9375rem;position:sticky;top:0;box-shadow:0 3px 12px #00000008}.g-sectionbar .button{margin:0}.g-sectionbar .button-group{margin-top:21px}@media print,screen and (width>=64em){.g-sectionbar .button-group{text-align:right;float:right;position:relative}}.g-sectionbar .dropdown-editempl{width:200px;padding:10px;right:40%}.g-sectionbar .dropdown-editempl a{color:#8a8a8a}.g-sectionbar .dropdown-editempl a:hover{color:#13bc74}.breadcrumbs,._1utTy{color:#cacaca;margin:4px 0 .5rem}.breadcrumbs li,._1utTy li{text-transform:capitalize;font-size:.88em}.breadcrumbs li a,._1utTy li a{color:#cacaca}.cont-search{margin-top:10px}.cont-search .e-searchbar{float:left;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20488.4%20488.4'%20style='enable-background:new%200%200%20488.4%20488.4;'%20xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath%20d='M0,203.25c0,112.1,91.2,203.2,203.2,203.2c51.6,0,98.8-19.4,134.7-51.2l129.5,129.5c2.4,2.4,5.5,3.6,8.7,3.6%20s6.3-1.2,8.7-3.6c4.8-4.8,4.8-12.5,0-17.3l-129.6-129.5c31.8-35.9,51.2-83,51.2-134.7c0-112.1-91.2-203.2-203.2-203.2%20S0,91.15,0,203.25z%20M381.9,203.25c0,98.5-80.2,178.7-178.7,178.7s-178.7-80.2-178.7-178.7s80.2-178.7,178.7-178.7%20S381.9,104.65,381.9,203.25z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e");background-position:5px;background-repeat:no-repeat;background-size:16px;border:0;width:calc(100% - 100px);margin-bottom:0;padding-left:28px}@media screen and (width<=63.9375em){.cont-search .e-searchbar{width:calc(100% - 200px)}}.cont-search .e-searchbar:-ms-placeholder-shown{color:#8a8a8a}.cont-search .e-searchbar::placeholder{color:#8a8a8a}.cont-search .e-searchbar:focus{background-position:-100px;padding-left:8px}.cont-search .e-searchbtn{float:left;width:70px;height:39px;padding:0;font-size:.9em}.s-history{padding-top:40px}.s-history .history-item{margin-bottom:22px}.s-history .history-item p{margin:0 0 6px}.cont-menu-tablet{float:left;display:none}.cont-menu-tablet .btn-menu-tablet{float:left;margin-top:14px;padding:0;font-size:1.5em}@media screen and (width<=63.9375em){.cont-menu-tablet{display:block}}.cont-gravatar{position:relative}.cont-gravatar .cont-avatar-large{object-fit:cover;border:1px solid #13bc74;border-radius:800px;width:100%;max-width:220px;margin:0 auto 20px;padding:8px;display:block}.cont-gravatar .cont-avatar-large img{border-radius:800px}.cont-gravatar .e-avatar-empty{border:1px solid #13bc74;border-radius:500px;width:180px;height:180px;padding:8px;display:block}.cont-gravatar .e-avatar-empty .e-label{text-align:center;background-color:#e3e3e3;border-radius:500px;width:160px;height:160px;margin:auto;display:block;position:relative}.cont-gravatar .e-avatar-empty .e-label span{color:#8a8a8a;padding:45px 10px;display:block}.cont-gravatar .e-avatar-edit{font-size:20px;position:absolute;bottom:10px}.cont-gravatar .e-avatar-edit a{color:#fff;text-align:center;background-color:#13bc74;border-radius:100px;width:40px;height:40px;padding:4px;display:inline-block}.menu-contextual{z-index:10;background-color:#fff;border-radius:4px;padding:10px;position:absolute;box-shadow:0 1px 10px #00000024}@media screen and (width<=63.9375em){.menu-contextual{top:-4px;left:-10px}}.primary-color{color:#13bc74}.secondary-color{color:#ff9051}.light-gray{color:#f4f4f4}.medium-gray{color:#cacaca}.dark-gray{color:#8a8a8a}i.icon{position:relative;top:2px}i.icon.margin-right{margin-right:8px}i.icon.margin-left{margin-left:8px}.stacked{position:fixed}ul.style-none{margin:0;padding:0;list-style:none}button.dropdown{background-color:#fff!important}button.swal2-confirm:focus,button.swal2-confirm:active,.button.primary,.button.secondary,.button.primary:hover,.button.secondary:hover{color:#fff}.button.shaddy:hover{position:relative;top:-.03em;left:.03em;box-shadow:0 3px 12px #00000026}.e-button-back{color:#cacaca;font-size:.7em}.button-group{display:inline-block}.button-group .button{margin:0 .3em}@media screen and (width<=63.9375em){.button-group{margin-bottom:10px}}.dropdown-pane{border-radius:0}.btn-icon{text-align:center;border-radius:100px;width:40px;height:40px;padding:11px;font-weight:800;display:block}.btn-icon:hover{color:#fff;background-color:#13bc74}.swal-title{font-size:2.4rem;font-weight:400}input,textarea,select{color:#000}input[type=text],input[type=date],input[type=number],input[type=datetime],input[type=email],input[type=month],input[type=password],input[type=search],input[type=time],input[type=url],input[type=week],select{box-shadow:none;color:#000;border:0;border-bottom:1px solid #cacaca;border-radius:0}input[type=text]:focus,input[type=date]:focus,input[type=number]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=password]:focus,input[type=search]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus{box-shadow:none;background-color:#f9f9f9;border:0;border-bottom:1px solid #13bc74}textarea:focus{box-shadow:none;background-color:#f9f9f9;border:1px solid #13bc74}.largeinput{padding:18px 10px;font-size:1.6em}.input-cell{margin:0 0 26px}.input-cell:hover{color:#000}.input-group-label{background-color:#fff;border:0;border-bottom:1px solid #cacaca;border-radius:0;height:39px;padding:0 15px;line-height:0}.input-group-label:first-child{border-radius:0}textarea{border-radius:0;min-height:90px}label.required:after{content:"*";color:#ff6948;font-size:1.4em;font-weight:400;line-height:5px;position:relative;top:4px;left:3px}.cont-tags,.react-tagsinput{border:1px solid #f4f4f4;border-radius:10px;width:96%;padding:2px;font-size:.9em}.cont-tags .react-tagsinput-tag,.react-tagsinput .react-tagsinput-tag{border:1px solid #cacaca;border-radius:10px;margin:0 1px 2px 0;padding:8px;display:inline-block}.cont-tags .react-tagsinput-remove,.react-tagsinput .react-tagsinput-remove{color:#ff9051;cursor:pointer;font-weight:700}.cont-tags .react-tagsinput-remove:before,.react-tagsinput .react-tagsinput-remove:before{content:"x";text-align:center;border:1px solid #ff9051;border-radius:100px;width:18px;height:18px;margin-left:3px;padding:.16em 0 0;font-size:.88em;line-height:.99em;display:inline-block}.cont-tags .react-tagsinput-input,.react-tagsinput .react-tagsinput-input{border:0;border-radius:10px;margin-bottom:0}.cont-tags .react-tagsinput-input:focus,.react-tagsinput .react-tagsinput-input:focus{box-shadow:0 0 4px #13bc74}.cont-tags .react-tagsinput--focused,.react-tagsinput .react-tagsinput--focused{border:1px solid #13bc74}.cont-tags ul.e-tags-list,.react-tagsinput ul.e-tags-list{margin:0;padding:0;list-style:none}.cont-tags ul.e-tags-list li,.react-tagsinput ul.e-tags-list li{border:1px solid #cacaca;border-radius:10px;margin:0 1px 1px 0;padding:8px;display:inline-block}.cont-tags ul.e-tags-list li a.e-tag-remove,.react-tagsinput ul.e-tags-list li a.e-tag-remove{color:#ff9051}.cont-tags .e-tags-add,.react-tagsinput .e-tags-add{width:80%;display:inline-block}.cont-tags .e-tags-add input[type=text],.react-tagsinput .e-tags-add input[type=text]{border:0;border-radius:10px;margin-bottom:0}:is(.cont-tags .e-tags-add input[type=text]:placeholder-shown,.react-tagsinput .e-tags-add input[type=text]:placeholder-shown),.cont-tags .e-tags-add input[type=text]::placeholder,.react-tagsinput .e-tags-add input[type=text]::placeholder{color:#13bc74}.cont-tags .e-tags-add input[type=text]:focus,.react-tagsinput .e-tags-add input[type=text]:focus{box-shadow:0 0 4px #13bc74}.read-input{color:#232323;font-size:1.02em}.read-input.big{font-size:1.7em}.e-emp-status{border:1px solid #f4f4f4;border-radius:10px;margin-top:20px;padding:16px;position:relative}.e-status-mark{border-radius:100px;width:22px;height:22px;position:absolute;top:20px;right:10px}.e-status-mark.active{background-color:#13bc74}.e-status-mark.disabled{background-color:#cacaca}.table-controls{height:79px;padding:0}.table-controls .tabs{float:left}.cont-table-filters{float:left;background-color:#fff;border-radius:0 10px 0 0;width:250px;padding:10px 15px}.cont-table-filters input[type=text]{border:1px solid #f4f4f4;border-right:0}.cont-table-filters .input-group-button{height:40px}.cont-table-filters .input-group-button button{color:#8a8a8a;border:1px solid #f4f4f4;border-left:0;height:40px;padding:10px}.cont-table-filters .input-group{height:42px}.cont-table-filters .input-group:focus-within{box-sizing:border-box;background:#fff;border:1px solid #13bc74;border-radius:15px;box-shadow:0 4px 9px #34cd8c4a}.table-container{background-color:#0000;padding:0 15px}table{text-align:left;font-size:.98em}table td,table th{padding:18px 0!important}table .e-gravatar-list,.e-gravatar-list{border:1px solid #13bc74;border-radius:100px;width:34px;height:34px;overflow:hidden}table .e-gravatar-list img{object-fit:cover;width:100%;position:relative;top:0}table tbody tr:nth-child(2n){background-color:#f9f9f9}table [type=checkbox]:not(:checked),table [type=checkbox]:checked{position:absolute;left:-9999px}table [type=checkbox]:not(:checked)+label,table [type=checkbox]:checked+label{cursor:pointer;padding-left:1.95em;position:relative}table [type=checkbox]:not(:checked)+label:before,table [type=checkbox]:checked+label:before{content:"";box-sizing:border-box;background:#fff;border:1px solid #636363;border-radius:0;width:1.25em;height:1.25em;position:absolute;top:-10px;left:0}table [type=checkbox]:not(:checked)+label:after,table [type=checkbox]:checked+label:after{content:"✓ ";color:#09ad7e;margin-top:-10px;font-family:Lucida Sans Unicode,Arial Unicode MS,Arial;font-size:1.3em;line-height:.8;transition:all .2s;position:absolute;top:.15em;left:.22em}table [type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0)}table [type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}table [type=checkbox]:disabled:not(:checked)+label:before,table [type=checkbox]:disabled:checked+label:before{box-shadow:none;background-color:#ddd;border-color:#bbb}table [type=checkbox]:disabled:checked+label:after{color:#999}table [type=checkbox]:disabled+label{color:#aaa}table [type=checkbox]:checked:focus+label:before,table [type=checkbox]:not(:checked):focus+label:before{border:2px solid #13bc74}table label:hover:before{border:2px solid #4778d9!important}.table-large{border-radius:0 10px 10px;margin-top:-18px;border-top:0!important}.ReactTable{background-color:#fff;border-radius:0 10px 10px;border:0!important}.ReactTable.table-large{border:0!important}.ReactTable .rt-thead.-header{box-shadow:none}.ReactTable .rt-thead .rt-tr{text-align:left;margin-top:8px}.ReactTable .rt-thead.-headerGroups{background-color:#fff}.ReactTable .rt-tr{padding:.5em 1.05em!important}.ReactTable .-header{border-bottom:1px solid #f4f4f4;height:60px;margin-top:-7px}.ReactTable .rt-resizable-header-content{padding-top:8px}.ReactTable .qamSM{padding:0!important}.rt-resizable-header:focus{outline:0!important}.g-content-fluid__qamSM{padding-top:0!important}.toaster{box-sizing:border-box;background:#fcfcfc;border:1px solid #ff9051;width:290px;height:auto;min-height:79px;top:215px;right:-2px;border-radius:14px 0 0 14px!important;padding:16px 25px 10px 15px!important;position:fixed!important;box-shadow:0 3px 12px #0000001c!important}.toaster .e-toaster-msg{float:left}.toaster .e-toaster-close,.toaster .Toastify__close-button--default{color:#ff9051;margin-top:-15px;font-size:1.1em;position:absolute;top:50%;right:10px}.Toastify__toast--default{color:#8a8a8a}.tabs{background-color:#0000}.tabs li>a{color:#8a8a8a;background-color:#fff;height:60px;padding:1.5em;font-size:1.001em}.tabs li:first-child a{border-radius:10px 0 0}.tabs li.is-active a{background-color:#fff;border-bottom:1px solid #13bc74}.hide-scrollbar{-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.alert-modal{text-align:center;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;width:592px!important;padding:64px 48px!important}.alert-modal__title{color:#303672;letter-spacing:0;margin:0;font-family:burbank-big-regular;font-size:48px;line-height:54px;font-weight:400!important}.alert-modal__image{width:200px;height:93px}.alert-modal__message{letter-spacing:0;text-align:center;margin:0;font-family:tide-sans-300;font-size:20px;font-weight:300;line-height:28px;color:#303672!important}.alert-modal__content{letter-spacing:0;text-align:center;width:95%;max-width:500px;font-family:tide-sans-300;font-size:20px;font-weight:300;line-height:28px;color:#303672!important}.alert-modal__content p{letter-spacing:0;text-align:center;margin:0;font-family:tide-sans-300;font-size:20px;font-weight:300;line-height:28px;color:#303672!important}.alert-modal__content span{letter-spacing:0;text-align:center;font-family:tide-sans-300;font-size:20px;font-weight:300;line-height:28px;color:#303672!important}.alert-modal__content strong,.alert-modal__content b{letter-spacing:0;text-align:center;font-family:tide-sans;font-size:20px;font-weight:700;line-height:28px;color:#303672!important}.alert-modal__actions{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.alert-modal__action{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;height:60px;padding:16px 24px;display:flex;transition:all .2s!important}.alert-modal__action:hover{transform:scale(1.1)}.alert-modal__action--primary{background-color:#f0614b!important}.alert-modal__action--primary:hover{box-shadow:0 5px 8px 3px #f0614b33}.alert-modal__action--primary__text{color:#fff;letter-spacing:0;font-family:burbank-big-regular;font-size:20px;font-weight:600;line-height:28px}@media (width<=768px){.alert-modal{gap:24px;border-radius:40px!important;padding:64px 24px!important}.alert-modal__title{font-size:32px;line-height:38px}.alert-modal__message,.alert-modal__content,.alert-modal__content p,.alert-modal__content span{letter-spacing:0;text-align:center;font-family:tide-sans-300;font-size:16px;font-weight:300;line-height:24px}.alert-modal__content strong,.alert-modal__content b{font-size:16px;line-height:24px}.minno-modal{width:clamp(320px,95%,500px)!important;height:auto!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.FlowupLabels .fl_wrap{width:auto;height:60px;margin:12px 0 36px}@media screen and (width<=500px){.FlowupLabels .fl_wrap{margin-bottom:14px}}.FlowupLabels .fl_wrap{box-sizing:border-box;display:block;position:relative}.FlowupLabels .fl_label{color:#979797;font-size:20px;top:16px;left:11px}@media screen and (width<=500px){.FlowupLabels .fl_label{font-size:16px;top:10px}}.FlowupLabels .fl_label{z-index:3;-webkit-transition:all 50ms linear;-moz-transition:all 50ms linear;position:absolute}@media screen and (width<=500px){.FlowupLabels .fl_input{font-size:1rem}}@media screen and (orientation:landscape) and (width>=501px) and (width<=780px){.FlowupLabels .fl_input{font-size:1rem}}.FlowupLabels .fl_input{z-index:2;box-sizing:border-box;background:0 0;border:none;border-radius:0;width:100%;padding:16px 0 16px 10px;font-size:20px;line-height:22px;position:absolute;inset:0}.FlowupLabels .fl_input:focus{box-shadow:0 0 15px #30367240}.FlowupLabels .fl_wrap.focused .fl_label,.FlowupLabels .fl_wrap.populated .fl_label,.no-js .FlowupLabels .fl_label{color:#555;font-size:10px;top:0}.FlowupLabels .fl_wrap.focused .fl_label{color:#979797}html,body,#sb-site,.sb-site-container,.sb-slidebar{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}html{height:100%}body{height:auto;min-height:100%;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{z-index:1;background-color:#fff;width:100%;position:relative}.sb-slidebar{z-index:0;background-color:#303672;height:100%;display:none;position:fixed;top:0;overflow-y:auto;-webkit-transform:translate(0)}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.sb-slidebar{z-index:1!important}}.sb-left{left:0}.sb-right{right:0}html.sb-static .sb-slidebar,.sb-slidebar.sb-static{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (width<=480px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (width>=481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (width>=768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (width>=992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (width>=1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}.sb-slide,#sb-site,.sb-site-container,.sb-slidebar{-webkit-transition:-webkit-transform .4s;-o-transition:-o-transform .4s ease;-moz-transition:-moz-transform .4s;transition:transform .4s;-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform,left,right}.sb-hide{display:none}.button,.input,.textarea,.select select,.file-cta,.file-name,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-webkit-appearance:none;-moz-appearance:none;box-shadow:none;vertical-align:top;border:1px solid #0000;border-radius:4px;justify-content:flex-start;align-items:center;height:2.5em;padding:calc(.5em - 1px) calc(.75em - 1px);font-size:1rem;line-height:1.5;display:inline-flex;position:relative}.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis{outline:none}.button[disabled],.input[disabled],.textarea[disabled],.select select[disabled],.file-cta[disabled],.file-name[disabled],.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],fieldset[disabled] .button,fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis{cursor:not-allowed}.button,.file,.breadcrumb,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.select:not(.is-multiple):not(.is-loading):after,.navbar-link:not(.is-arrowless):after{content:" ";pointer-events:none;transform-origin:50%;border-top:0;border-bottom:3px solid #0000;border-left:3px solid #0000;border-right:0;border-radius:2px;width:.625em;height:.625em;margin-top:-.4375em;display:block;position:absolute;top:50%;transform:rotate(-45deg)}.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child),.progress:not(:last-child),.table:not(:last-child),.table-container:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.block:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child),.pagination:not(:last-child),.tabs:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;pointer-events:auto;vertical-align:top;background-color:#0a0a0a33;border:none;border-radius:9999px;outline:none;flex-grow:0;flex-shrink:0;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;font-size:0;display:inline-block;position:relative}.delete:before,.modal-close:before,.delete:after,.modal-close:after{content:"";transform-origin:50%;background-color:#fff;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(45deg)}.delete:before,.modal-close:before{width:50%;height:2px}.delete:after,.modal-close:after{width:2px;height:50%}.delete:hover,.modal-close:hover,.delete:focus,.modal-close:focus{background-color:#0a0a0a4d}.delete:active,.modal-close:active{background-color:#0a0a0a66}.is-small.delete,.is-small.modal-close{width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px}.is-medium.delete,.is-medium.modal-close{width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px}.is-large.delete,.is-large.modal-close{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px}.button.is-loading:after,.loader,.select.is-loading:after,.control.is-loading:after{content:"";border:2px solid #0000;border-color:#0000 #0000 #dbdbdb #dbdbdb;border-radius:9999px;width:1em;height:1em;animation:.5s linear infinite spinAround;display:block;position:relative}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio,.modal,.modal-background,.is-overlay,.hero-video{position:absolute;inset:0}.navbar-burger{appearance:none;color:currentColor;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:1em}html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}img,video{max-width:100%;height:auto}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fff;min-width:300px;font-size:16px;overflow:hidden scroll}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{color:#da1039;background-color:#f5f5f5;padding:.25em .5em;font-size:.875em;font-weight:400}hr{background-color:#f5f5f5;border:none;height:2px;margin:1.5rem 0;display:block}img{max-width:100%;height:auto}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;color:#4a4a4a;white-space:pre;word-wrap:normal;background-color:#f5f5f5;padding:1.25rem 1.5rem;font-size:.875em;overflow-x:auto}pre code{color:currentColor;background-color:#0000;padding:0;font-size:1em}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.box{color:#4a4a4a;background-color:#fff;border-radius:6px;padding:1.25rem;display:block;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #485fc7}a.box:active{box-shadow:inset 0 1px 2px #0a0a0a33,0 0 0 1px #485fc7}.button{color:#363636;cursor:pointer;text-align:center;white-space:nowrap;background-color:#fff;border-width:1px;border-color:#dbdbdb;justify-content:center;padding:calc(.5em - 1px) 1em}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{width:1.5em;height:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button:hover,.button.is-hovered{color:#363636;border-color:#b5b5b5}.button:focus,.button.is-focused{color:#363636;border-color:#485fc7}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em #485fc740}.button:active,.button.is-active{color:#363636;border-color:#4a4a4a}.button.is-text{color:#4a4a4a;background-color:#0000;border-color:#0000;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{color:#363636;background-color:#f5f5f5}.button.is-text:active,.button.is-text.is-active{color:#363636;background-color:#e8e8e8}.button.is-text[disabled],fieldset[disabled] .button.is-text{box-shadow:none;background-color:#0000;border-color:#0000}.button.is-ghost{color:#485fc7;background:0 0;border-color:#0000;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#485fc7;text-decoration:underline}.button.is-white{color:#0a0a0a;background-color:#fff;border-color:#0000}.button.is-white:hover,.button.is-white.is-hovered{color:#0a0a0a;background-color:#f9f9f9;border-color:#0000}.button.is-white:focus,.button.is-white.is-focused{color:#0a0a0a;border-color:#0000}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 .125em #ffffff40}.button.is-white:active,.button.is-white.is-active{color:#0a0a0a;background-color:#f2f2f2;border-color:#0000}.button.is-white[disabled],fieldset[disabled] .button.is-white{box-shadow:none;background-color:#fff;border-color:#fff}.button.is-white.is-inverted{color:#fff;background-color:#0a0a0a}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{box-shadow:none;color:#fff;background-color:#0a0a0a;border-color:#0000}.button.is-white.is-loading:after{border-color:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{color:#0a0a0a;background-color:#fff;border-color:#fff}.button.is-white.is-outlined.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-white.is-outlined.is-loading:hover:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-white.is-inverted.is-outlined{color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{color:#fff;background-color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-loading:hover:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{box-shadow:none;color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-black{color:#fff;background-color:#0a0a0a;border-color:#0000}.button.is-black:hover,.button.is-black.is-hovered{color:#fff;background-color:#040404;border-color:#0000}.button.is-black:focus,.button.is-black.is-focused{color:#fff;border-color:#0000}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em #0a0a0a40}.button.is-black:active,.button.is-black.is-active{color:#fff;background-color:#000;border-color:#0000}.button.is-black[disabled],fieldset[disabled] .button.is-black{box-shadow:none;background-color:#0a0a0a;border-color:#0a0a0a}.button.is-black.is-inverted{color:#0a0a0a;background-color:#fff}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{box-shadow:none;color:#0a0a0a;background-color:#fff;border-color:#0000}.button.is-black.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-black.is-outlined{color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.button.is-black.is-outlined.is-loading:after{border-color:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading:hover:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{box-shadow:none;color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-black.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{color:#0a0a0a;background-color:#fff}.button.is-black.is-inverted.is-outlined.is-loading:hover:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-light{color:#000000b3;background-color:#f5f5f5;border-color:#0000}.button.is-light:hover,.button.is-light.is-hovered{color:#000000b3;background-color:#eee;border-color:#0000}.button.is-light:focus,.button.is-light.is-focused{color:#000000b3;border-color:#0000}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em #f5f5f540}.button.is-light:active,.button.is-light.is-active{color:#000000b3;background-color:#e8e8e8;border-color:#0000}.button.is-light[disabled],fieldset[disabled] .button.is-light{box-shadow:none;background-color:#f5f5f5;border-color:#f5f5f5}.button.is-light.is-inverted{color:#f5f5f5;background-color:#000000b3}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:#000000b3}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{box-shadow:none;color:#f5f5f5;background-color:#000000b3;border-color:#0000}.button.is-light.is-loading:after{border-color:#0000 #0000 #000000b3 #000000b3!important}.button.is-light.is-outlined{color:#f5f5f5;background-color:#0000;border-color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{color:#000000b3;background-color:#f5f5f5;border-color:#f5f5f5}.button.is-light.is-outlined.is-loading:after{border-color:#0000 #0000 #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading:hover:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #000000b3 #000000b3!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{box-shadow:none;color:#f5f5f5;background-color:#0000;border-color:#f5f5f5}.button.is-light.is-inverted.is-outlined{color:#000000b3;background-color:#0000;border-color:#000000b3}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{color:#f5f5f5;background-color:#000000b3}.button.is-light.is-inverted.is-outlined.is-loading:hover:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{box-shadow:none;color:#000000b3;background-color:#0000;border-color:#000000b3}.button.is-dark{color:#fff;background-color:#363636;border-color:#0000}.button.is-dark:hover,.button.is-dark.is-hovered{color:#fff;background-color:#2f2f2f;border-color:#0000}.button.is-dark:focus,.button.is-dark.is-focused{color:#fff;border-color:#0000}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 .125em #36363640}.button.is-dark:active,.button.is-dark.is-active{color:#fff;background-color:#292929;border-color:#0000}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{box-shadow:none;background-color:#363636;border-color:#363636}.button.is-dark.is-inverted{color:#363636;background-color:#fff}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{box-shadow:none;color:#363636;background-color:#fff;border-color:#0000}.button.is-dark.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-dark.is-outlined{color:#363636;background-color:#0000;border-color:#363636}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{color:#fff;background-color:#363636;border-color:#363636}.button.is-dark.is-outlined.is-loading:after{border-color:#0000 #0000 #363636 #363636!important}.button.is-dark.is-outlined.is-loading:hover:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{box-shadow:none;color:#363636;background-color:#0000;border-color:#363636}.button.is-dark.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{color:#363636;background-color:#fff}.button.is-dark.is-inverted.is-outlined.is-loading:hover:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-primary{color:#fff;background-color:#00d1b2;border-color:#0000}.button.is-primary:hover,.button.is-primary.is-hovered{color:#fff;background-color:#00c4a7;border-color:#0000}.button.is-primary:focus,.button.is-primary.is-focused{color:#fff;border-color:#0000}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 .125em #00d1b240}.button.is-primary:active,.button.is-primary.is-active{color:#fff;background-color:#00b89c;border-color:#0000}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{box-shadow:none;background-color:#00d1b2;border-color:#00d1b2}.button.is-primary.is-inverted{color:#00d1b2;background-color:#fff}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{box-shadow:none;color:#00d1b2;background-color:#fff;border-color:#0000}.button.is-primary.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-primary.is-outlined{color:#00d1b2;background-color:#0000;border-color:#00d1b2}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{color:#fff;background-color:#00d1b2;border-color:#00d1b2}.button.is-primary.is-outlined.is-loading:after{border-color:#0000 #0000 #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading:hover:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{box-shadow:none;color:#00d1b2;background-color:#0000;border-color:#00d1b2}.button.is-primary.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{color:#00d1b2;background-color:#fff}.button.is-primary.is-inverted.is-outlined.is-loading:hover:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-primary.is-light{color:#00947e;background-color:#ebfffc}.button.is-primary.is-light:hover,.button.is-primary.is-light.is-hovered{color:#00947e;background-color:#defffa;border-color:#0000}.button.is-primary.is-light:active,.button.is-primary.is-light.is-active{color:#00947e;background-color:#d1fff8;border-color:#0000}.button.is-link{color:#fff;background-color:#485fc7;border-color:#0000}.button.is-link:hover,.button.is-link.is-hovered{color:#fff;background-color:#3e56c4;border-color:#0000}.button.is-link:focus,.button.is-link.is-focused{color:#fff;border-color:#0000}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em #485fc740}.button.is-link:active,.button.is-link.is-active{color:#fff;background-color:#3a51bb;border-color:#0000}.button.is-link[disabled],fieldset[disabled] .button.is-link{box-shadow:none;background-color:#485fc7;border-color:#485fc7}.button.is-link.is-inverted{color:#485fc7;background-color:#fff}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{box-shadow:none;color:#485fc7;background-color:#fff;border-color:#0000}.button.is-link.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-link.is-outlined{color:#485fc7;background-color:#0000;border-color:#485fc7}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{color:#fff;background-color:#485fc7;border-color:#485fc7}.button.is-link.is-outlined.is-loading:after{border-color:#0000 #0000 #485fc7 #485fc7!important}.button.is-link.is-outlined.is-loading:hover:after,.button.is-link.is-outlined.is-loading.is-hovered:after,.button.is-link.is-outlined.is-loading:focus:after,.button.is-link.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{box-shadow:none;color:#485fc7;background-color:#0000;border-color:#485fc7}.button.is-link.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{color:#485fc7;background-color:#fff}.button.is-link.is-inverted.is-outlined.is-loading:hover:after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-link.is-inverted.is-outlined.is-loading:focus:after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #485fc7 #485fc7!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-link.is-light{color:#3850b7;background-color:#eff1fa}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{color:#3850b7;background-color:#e6e9f7;border-color:#0000}.button.is-link.is-light:active,.button.is-link.is-light.is-active{color:#3850b7;background-color:#dce0f4;border-color:#0000}.button.is-info{color:#fff;background-color:#3e8ed0;border-color:#0000}.button.is-info:hover,.button.is-info.is-hovered{color:#fff;background-color:#3488ce;border-color:#0000}.button.is-info:focus,.button.is-info.is-focused{color:#fff;border-color:#0000}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 .125em #3e8ed040}.button.is-info:active,.button.is-info.is-active{color:#fff;background-color:#3082c5;border-color:#0000}.button.is-info[disabled],fieldset[disabled] .button.is-info{box-shadow:none;background-color:#3e8ed0;border-color:#3e8ed0}.button.is-info.is-inverted{color:#3e8ed0;background-color:#fff}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{box-shadow:none;color:#3e8ed0;background-color:#fff;border-color:#0000}.button.is-info.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-info.is-outlined{color:#3e8ed0;background-color:#0000;border-color:#3e8ed0}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.button.is-info.is-outlined.is-loading:after{border-color:#0000 #0000 #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading:hover:after,.button.is-info.is-outlined.is-loading.is-hovered:after,.button.is-info.is-outlined.is-loading:focus:after,.button.is-info.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{box-shadow:none;color:#3e8ed0;background-color:#0000;border-color:#3e8ed0}.button.is-info.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{color:#3e8ed0;background-color:#fff}.button.is-info.is-inverted.is-outlined.is-loading:hover:after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-info.is-inverted.is-outlined.is-loading:focus:after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-info.is-light{color:#296fa8;background-color:#eff5fb}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{color:#296fa8;background-color:#e4eff9;border-color:#0000}.button.is-info.is-light:active,.button.is-info.is-light.is-active{color:#296fa8;background-color:#dae9f6;border-color:#0000}.button.is-success{color:#fff;background-color:#48c78e;border-color:#0000}.button.is-success:hover,.button.is-success.is-hovered{color:#fff;background-color:#3ec487;border-color:#0000}.button.is-success:focus,.button.is-success.is-focused{color:#fff;border-color:#0000}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 .125em #48c78e40}.button.is-success:active,.button.is-success.is-active{color:#fff;background-color:#3abb81;border-color:#0000}.button.is-success[disabled],fieldset[disabled] .button.is-success{box-shadow:none;background-color:#48c78e;border-color:#48c78e}.button.is-success.is-inverted{color:#48c78e;background-color:#fff}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{box-shadow:none;color:#48c78e;background-color:#fff;border-color:#0000}.button.is-success.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-success.is-outlined{color:#48c78e;background-color:#0000;border-color:#48c78e}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{color:#fff;background-color:#48c78e;border-color:#48c78e}.button.is-success.is-outlined.is-loading:after{border-color:#0000 #0000 #48c78e #48c78e!important}.button.is-success.is-outlined.is-loading:hover:after,.button.is-success.is-outlined.is-loading.is-hovered:after,.button.is-success.is-outlined.is-loading:focus:after,.button.is-success.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{box-shadow:none;color:#48c78e;background-color:#0000;border-color:#48c78e}.button.is-success.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{color:#48c78e;background-color:#fff}.button.is-success.is-inverted.is-outlined.is-loading:hover:after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-success.is-inverted.is-outlined.is-loading:focus:after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #48c78e #48c78e!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-success.is-light{color:#257953;background-color:#effaf5}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{color:#257953;background-color:#e6f7ef;border-color:#0000}.button.is-success.is-light:active,.button.is-success.is-light.is-active{color:#257953;background-color:#dcf4e9;border-color:#0000}.button.is-warning{color:#000000b3;background-color:#ffe08a;border-color:#0000}.button.is-warning:hover,.button.is-warning.is-hovered{color:#000000b3;background-color:#ffdc7d;border-color:#0000}.button.is-warning:focus,.button.is-warning.is-focused{color:#000000b3;border-color:#0000}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em #ffe08a40}.button.is-warning:active,.button.is-warning.is-active{color:#000000b3;background-color:#ffd970;border-color:#0000}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{box-shadow:none;background-color:#ffe08a;border-color:#ffe08a}.button.is-warning.is-inverted{color:#ffe08a;background-color:#000000b3}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:#000000b3}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{box-shadow:none;color:#ffe08a;background-color:#000000b3;border-color:#0000}.button.is-warning.is-loading:after{border-color:#0000 #0000 #000000b3 #000000b3!important}.button.is-warning.is-outlined{color:#ffe08a;background-color:#0000;border-color:#ffe08a}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{color:#000000b3;background-color:#ffe08a;border-color:#ffe08a}.button.is-warning.is-outlined.is-loading:after{border-color:#0000 #0000 #ffe08a #ffe08a!important}.button.is-warning.is-outlined.is-loading:hover:after,.button.is-warning.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-outlined.is-loading:focus:after,.button.is-warning.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #000000b3 #000000b3!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{box-shadow:none;color:#ffe08a;background-color:#0000;border-color:#ffe08a}.button.is-warning.is-inverted.is-outlined{color:#000000b3;background-color:#0000;border-color:#000000b3}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{color:#ffe08a;background-color:#000000b3}.button.is-warning.is-inverted.is-outlined.is-loading:hover:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #ffe08a #ffe08a!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{box-shadow:none;color:#000000b3;background-color:#0000;border-color:#000000b3}.button.is-warning.is-light{color:#946c00;background-color:#fffaeb}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{color:#946c00;background-color:#fff6de;border-color:#0000}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{color:#946c00;background-color:#fff3d1;border-color:#0000}.button.is-danger{color:#fff;background-color:#f14668;border-color:#0000}.button.is-danger:hover,.button.is-danger.is-hovered{color:#fff;background-color:#f03a5f;border-color:#0000}.button.is-danger:focus,.button.is-danger.is-focused{color:#fff;border-color:#0000}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 .125em #f1466840}.button.is-danger:active,.button.is-danger.is-active{color:#fff;background-color:#ef2e55;border-color:#0000}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{box-shadow:none;background-color:#f14668;border-color:#f14668}.button.is-danger.is-inverted{color:#f14668;background-color:#fff}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{box-shadow:none;color:#f14668;background-color:#fff;border-color:#0000}.button.is-danger.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-danger.is-outlined{color:#f14668;background-color:#0000;border-color:#f14668}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{color:#fff;background-color:#f14668;border-color:#f14668}.button.is-danger.is-outlined.is-loading:after{border-color:#0000 #0000 #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading:hover:after,.button.is-danger.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-outlined.is-loading:focus:after,.button.is-danger.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{box-shadow:none;color:#f14668;background-color:#0000;border-color:#f14668}.button.is-danger.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{color:#f14668;background-color:#fff}.button.is-danger.is-inverted.is-outlined.is-loading:hover:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-danger.is-light{color:#cc0f35;background-color:#feecf0}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{color:#cc0f35;background-color:#fde0e6;border-color:#0000}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{color:#cc0f35;background-color:#fcd4dc;border-color:#0000}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{box-shadow:none;opacity:.5;background-color:#fff;border-color:#dbdbdb}.button.is-fullwidth{width:100%;display:flex}.button.is-loading{pointer-events:none;color:#0000!important}.button.is-loading:after{position:absolute;top:calc(50% - .5em);left:calc(50% - .5em);position:absolute!important}.button.is-static{color:#7a7a7a;box-shadow:none;pointer-events:none;background-color:#f5f5f5;border-color:#dbdbdb}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.buttons.has-addons .button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (width<=768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (width>=769px) and (width<=1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;width:auto;margin:0 auto;position:relative}.container.is-fluid{width:100%;padding-left:32px;padding-right:32px;max-width:none!important}@media screen and (width>=1024px){.container{max-width:960px}}@media screen and (width<=1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (width<=1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (width>=1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (width>=1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{margin-bottom:.5em;font-size:2em}.content h1:not(:first-child){margin-top:1em}.content h2{margin-bottom:.5714em;font-size:1.75em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{margin-bottom:.6666em;font-size:1.5em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{margin-bottom:.8em;font-size:1.25em}.content h5{margin-bottom:.8888em;font-size:1.125em}.content h6{margin-bottom:1em;font-size:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{margin-top:1em;margin-left:2em;list-style-position:outside}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{margin-top:1em;margin-left:2em;list-style:outside}.content ul ul{margin-top:.5em;list-style-type:circle}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{text-align:center;margin-left:2em;margin-right:2em}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;white-space:pre;word-wrap:normal;padding:1.25em 1.5em;overflow-x:auto}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{vertical-align:top;border:0 solid #dbdbdb;border-bottom-width:1px;padding:.5em .75em}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{color:#363636;border-width:0 0 2px}.content table tfoot td,.content table tfoot th{color:#363636;border-width:2px 0 0}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:inline-flex}.icon.is-small{width:1rem;height:1rem}.icon.is-medium{width:2rem;height:2rem}.icon.is-large{width:3rem;height:3rem}.icon-text{color:inherit;vertical-align:top;flex-wrap:wrap;align-items:flex-start;line-height:1.5rem;display:inline-flex}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{width:100%;height:auto;display:block}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{width:100%;height:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.667%}.image.is-9by16{padding-top:177.778%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{width:16px;height:16px}.image.is-24x24{width:24px;height:24px}.image.is-32x32{width:32px;height:32px}.image.is-48x48{width:48px;height:48px}.image.is-64x64{width:64px;height:64px}.image.is-96x96{width:96px;height:96px}.image.is-128x128{width:128px;height:128px}.notification{background-color:#f5f5f5;border-radius:4px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:0 0}.notification>.delete{position:absolute;top:.5rem;right:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{color:#0a0a0a;background-color:#fff}.notification.is-black{color:#fff;background-color:#0a0a0a}.notification.is-light{color:#000000b3;background-color:#f5f5f5}.notification.is-dark{color:#fff;background-color:#363636}.notification.is-primary{color:#fff;background-color:#00d1b2}.notification.is-primary.is-light{color:#00947e;background-color:#ebfffc}.notification.is-link{color:#fff;background-color:#485fc7}.notification.is-link.is-light{color:#3850b7;background-color:#eff1fa}.notification.is-info{color:#fff;background-color:#3e8ed0}.notification.is-info.is-light{color:#296fa8;background-color:#eff5fb}.notification.is-success{color:#fff;background-color:#48c78e}.notification.is-success.is-light{color:#257953;background-color:#effaf5}.notification.is-warning{color:#000000b3;background-color:#ffe08a}.notification.is-warning.is-light{color:#946c00;background-color:#fffaeb}.notification.is-danger{color:#fff;background-color:#f14668}.notification.is-danger.is-light{color:#cc0f35;background-color:#feecf0}.progress{-webkit-appearance:none;-moz-appearance:none;border:none;border-radius:9999px;width:100%;height:1rem;padding:0;display:block;overflow:hidden}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#00d1b2 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(90deg,#485fc7 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(90deg,#3e8ed0 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(90deg,#48c78e 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#ffe08a 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#f14668 30%,#ededed 30%)}.progress:indeterminate{background-color:#ededed;background-image:linear-gradient(90deg,#4a4a4a 30%,#ededed 30%);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%;animation-name:moveIndeterminate;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite}.progress:indeterminate::-webkit-progress-bar{background-color:#0000}.progress:indeterminate::-moz-progress-bar{background-color:#0000}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.table{color:#363636;background-color:#fff}.table td,.table th{vertical-align:top;border:0 solid #dbdbdb;border-bottom-width:1px;padding:.5em .75em}.table td.is-white,.table th.is-white{color:#0a0a0a;background-color:#fff;border-color:#fff}.table td.is-black,.table th.is-black{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.table td.is-light,.table th.is-light{color:#000000b3;background-color:#f5f5f5;border-color:#f5f5f5}.table td.is-dark,.table th.is-dark{color:#fff;background-color:#363636;border-color:#363636}.table td.is-primary,.table th.is-primary{color:#fff;background-color:#00d1b2;border-color:#00d1b2}.table td.is-link,.table th.is-link{color:#fff;background-color:#485fc7;border-color:#485fc7}.table td.is-info,.table th.is-info{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.table td.is-success,.table th.is-success{color:#fff;background-color:#48c78e;border-color:#48c78e}.table td.is-warning,.table th.is-warning{color:#000000b3;background-color:#ffe08a;border-color:#ffe08a}.table td.is-danger,.table th.is-danger{color:#fff;background-color:#f14668;border-color:#f14668}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{color:#fff;background-color:#00d1b2}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{color:#fff;background-color:#00d1b2}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{color:currentColor;border-color:#fff}.table thead{background-color:#0000}.table thead td,.table thead th{color:#363636;border-width:0 0 2px}.table tfoot{background-color:#0000}.table tfoot td,.table tfoot th{color:#363636;border-width:2px 0 0}.table tbody{background-color:#0000}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover,.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto hidden}.tags{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-left:.25rem;margin-right:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child),.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){color:#4a4a4a;white-space:nowrap;background-color:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;height:2em;padding-left:.75em;padding-right:.75em;font-size:.75rem;line-height:1.5;display:inline-flex}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{color:#0a0a0a;background-color:#fff}.tag:not(body).is-black{color:#fff;background-color:#0a0a0a}.tag:not(body).is-light{color:#000000b3;background-color:#f5f5f5}.tag:not(body).is-dark{color:#fff;background-color:#363636}.tag:not(body).is-primary{color:#fff;background-color:#00d1b2}.tag:not(body).is-primary.is-light{color:#00947e;background-color:#ebfffc}.tag:not(body).is-link{color:#fff;background-color:#485fc7}.tag:not(body).is-link.is-light{color:#3850b7;background-color:#eff1fa}.tag:not(body).is-info{color:#fff;background-color:#3e8ed0}.tag:not(body).is-info.is-light{color:#296fa8;background-color:#eff5fb}.tag:not(body).is-success{color:#fff;background-color:#48c78e}.tag:not(body).is-success.is-light{color:#257953;background-color:#effaf5}.tag:not(body).is-warning{color:#000000b3;background-color:#ffe08a}.tag:not(body).is-warning.is-light{color:#946c00;background-color:#fffaeb}.tag:not(body).is-danger{color:#fff;background-color:#f14668}.tag:not(body).is-danger.is-light{color:#cc0f35;background-color:#feecf0}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{width:2em;margin-left:1px;padding:0;position:relative}.tag:not(body).is-delete:before,.tag:not(body).is-delete:after{content:"";transform-origin:50%;background-color:currentColor;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(45deg)}.tag:not(body).is-delete:before{width:50%;height:1px}.tag:not(body).is-delete:after{width:1px;height:50%}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub,.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:11px;display:block}.number{text-align:center;vertical-align:top;background-color:#f5f5f5;border-radius:9999px;justify-content:center;align-items:center;min-width:2.5em;height:2em;margin-right:1.5rem;padding:.25rem .5rem;font-size:1.25rem;display:inline-flex}.input,.textarea,.select select{color:#363636;background-color:#fff;border-color:#dbdbdb;border-radius:4px}.input::-moz-placeholder{color:#3636364d}.textarea::-moz-placeholder{color:#3636364d}.select select::-moz-placeholder{color:#3636364d}.input::-webkit-input-placeholder{color:#3636364d}.textarea::-webkit-input-placeholder{color:#3636364d}.select select::-webkit-input-placeholder{color:#3636364d}.input:-moz-placeholder-shown{color:#3636364d}.textarea:-moz-placeholder-shown{color:#3636364d}.select select:-moz-placeholder-shown{color:#3636364d}.input:-ms-placeholder-shown{color:#3636364d}.textarea:-ms-placeholder-shown{color:#3636364d}.select select:-ms-placeholder-shown{color:#3636364d}.input:hover,.textarea:hover,.select select:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered{border-color:#b5b5b5}.input:focus,.textarea:focus,.select select:focus,.is-focused.input,.is-focused.textarea,.select select.is-focused,.input:active,.textarea:active,.select select:active,.is-active.input,.is-active.textarea,.select select.is-active{border-color:#485fc7;box-shadow:0 0 0 .125em #485fc740}.input[disabled],.textarea[disabled],.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{box-shadow:none;color:#7a7a7a;background-color:#f5f5f5;border-color:#f5f5f5}.input[disabled]::-moz-placeholder{color:#7a7a7a4d}.textarea[disabled]::-moz-placeholder{color:#7a7a7a4d}.select select[disabled]::-moz-placeholder{color:#7a7a7a4d}fieldset[disabled] .input::-moz-placeholder{color:#7a7a7a4d}fieldset[disabled] .textarea::-moz-placeholder{color:#7a7a7a4d}fieldset[disabled] .select select::-moz-placeholder{color:#7a7a7a4d}.select fieldset[disabled] select::-moz-placeholder{color:#7a7a7a4d}.input[disabled]::-webkit-input-placeholder{color:#7a7a7a4d}.textarea[disabled]::-webkit-input-placeholder{color:#7a7a7a4d}.select select[disabled]::-webkit-input-placeholder{color:#7a7a7a4d}fieldset[disabled] .input::-webkit-input-placeholder{color:#7a7a7a4d}fieldset[disabled] .textarea::-webkit-input-placeholder{color:#7a7a7a4d}fieldset[disabled] .select select::-webkit-input-placeholder{color:#7a7a7a4d}.select fieldset[disabled] select::-webkit-input-placeholder{color:#7a7a7a4d}.input[disabled]:-moz-placeholder-shown{color:#7a7a7a4d}.textarea[disabled]:-moz-placeholder-shown{color:#7a7a7a4d}.select select[disabled]:-moz-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .input:-moz-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .textarea:-moz-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .select select:-moz-placeholder-shown{color:#7a7a7a4d}.select fieldset[disabled] select:-moz-placeholder-shown{color:#7a7a7a4d}.input[disabled]:-ms-placeholder-shown{color:#7a7a7a4d}.textarea[disabled]:-ms-placeholder-shown{color:#7a7a7a4d}.select select[disabled]:-ms-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .input:-ms-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .textarea:-ms-placeholder-shown{color:#7a7a7a4d}fieldset[disabled] .select select:-ms-placeholder-shown{color:#7a7a7a4d}.select fieldset[disabled] select:-ms-placeholder-shown{color:#7a7a7a4d}.input,.textarea{width:100%;max-width:100%;box-shadow:inset 0 .0625em .125em #0a0a0a0d}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:focus,.is-white.textarea:focus,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.input:active,.is-white.textarea:active,.is-white.is-active.input,.is-white.is-active.textarea{box-shadow:0 0 0 .125em #ffffff40}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-black.input:focus,.is-black.textarea:focus,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.input:active,.is-black.textarea:active,.is-black.is-active.input,.is-black.is-active.textarea{box-shadow:0 0 0 .125em #0a0a0a40}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:focus,.is-light.textarea:focus,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.input:active,.is-light.textarea:active,.is-light.is-active.input,.is-light.is-active.textarea{box-shadow:0 0 0 .125em #f5f5f540}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:focus,.is-dark.textarea:focus,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.input:active,.is-dark.textarea:active,.is-dark.is-active.input,.is-dark.is-active.textarea{box-shadow:0 0 0 .125em #36363640}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:focus,.is-primary.textarea:focus,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.input:active,.is-primary.textarea:active,.is-primary.is-active.input,.is-primary.is-active.textarea{box-shadow:0 0 0 .125em #00d1b240}.is-link.input,.is-link.textarea{border-color:#485fc7}.is-link.input:focus,.is-link.textarea:focus,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.input:active,.is-link.textarea:active,.is-link.is-active.input,.is-link.is-active.textarea{box-shadow:0 0 0 .125em #485fc740}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:focus,.is-info.textarea:focus,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.input:active,.is-info.textarea:active,.is-info.is-active.input,.is-info.is-active.textarea{box-shadow:0 0 0 .125em #3e8ed040}.is-success.input,.is-success.textarea{border-color:#48c78e}.is-success.input:focus,.is-success.textarea:focus,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.input:active,.is-success.textarea:active,.is-success.is-active.input,.is-success.is-active.textarea{box-shadow:0 0 0 .125em #48c78e40}.is-warning.input,.is-warning.textarea{border-color:#ffe08a}.is-warning.input:focus,.is-warning.textarea:focus,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.input:active,.is-warning.textarea:active,.is-warning.is-active.input,.is-warning.is-active.textarea{box-shadow:0 0 0 .125em #ffe08a40}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:focus,.is-danger.textarea:focus,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.input:active,.is-danger.textarea:active,.is-danger.is-active.input,.is-danger.is-active.textarea{box-shadow:0 0 0 .125em #f1466840}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{width:100%;display:block}.is-inline.input,.is-inline.textarea{width:auto;display:inline}.input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.input.is-static{box-shadow:none;background-color:#0000;border-color:#0000;padding-left:0;padding-right:0}.textarea{resize:vertical;min-width:100%;max-width:100%;padding:calc(.75em - 1px);display:block}.textarea:not([rows]){min-height:8em;max-height:40em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;line-height:1.25;display:inline-block;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio,.checkbox input[disabled],.radio input[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{vertical-align:top;max-width:100%;display:inline-block;position:relative}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{z-index:4;border-color:#485fc7;right:1.125em}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;outline:none;max-width:100%;font-size:1em;display:block}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.select.is-white:not(:hover):after,.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 .125em #ffffff40}.select.is-black:not(:hover):after,.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 .125em #0a0a0a40}.select.is-light:not(:hover):after,.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 .125em #f5f5f540}.select.is-dark:not(:hover):after,.select.is-dark select{border-color:#363636}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:#292929}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 0 0 .125em #36363640}.select.is-primary:not(:hover):after,.select.is-primary select{border-color:#00d1b2}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:#00b89c}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 0 0 .125em #00d1b240}.select.is-link:not(:hover):after,.select.is-link select{border-color:#485fc7}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#3a51bb}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 .125em #485fc740}.select.is-info:not(:hover):after,.select.is-info select{border-color:#3e8ed0}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#3082c5}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 .125em #3e8ed040}.select.is-success:not(:hover):after,.select.is-success select{border-color:#48c78e}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#3abb81}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 .125em #48c78e40}.select.is-warning:not(:hover):after,.select.is-warning select{border-color:#ffe08a}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd970}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 .125em #ffe08a40}.select.is-danger:not(:hover):after,.select.is-danger select{border-color:#f14668}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#ef2e55}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 .125em #f1466840}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{opacity:.5;border-color:#7a7a7a!important}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;top:.625em;right:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{justify-content:flex-start;align-items:stretch;display:flex;position:relative}.file.is-white .file-cta{color:#0a0a0a;background-color:#fff;border-color:#0000}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{color:#0a0a0a;background-color:#f9f9f9;border-color:#0000}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{color:#0a0a0a;border-color:#0000;box-shadow:0 0 .5em #ffffff40}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{color:#0a0a0a;background-color:#f2f2f2;border-color:#0000}.file.is-black .file-cta{color:#fff;background-color:#0a0a0a;border-color:#0000}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{color:#fff;background-color:#040404;border-color:#0000}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #0a0a0a40}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{color:#fff;background-color:#000;border-color:#0000}.file.is-light .file-cta{color:#000000b3;background-color:#f5f5f5;border-color:#0000}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{color:#000000b3;background-color:#eee;border-color:#0000}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{color:#000000b3;border-color:#0000;box-shadow:0 0 .5em #f5f5f540}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{color:#000000b3;background-color:#e8e8e8;border-color:#0000}.file.is-dark .file-cta{color:#fff;background-color:#363636;border-color:#0000}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{color:#fff;background-color:#2f2f2f;border-color:#0000}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #36363640}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{color:#fff;background-color:#292929;border-color:#0000}.file.is-primary .file-cta{color:#fff;background-color:#00d1b2;border-color:#0000}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{color:#fff;background-color:#00c4a7;border-color:#0000}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #00d1b240}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{color:#fff;background-color:#00b89c;border-color:#0000}.file.is-link .file-cta{color:#fff;background-color:#485fc7;border-color:#0000}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{color:#fff;background-color:#3e56c4;border-color:#0000}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #485fc740}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{color:#fff;background-color:#3a51bb;border-color:#0000}.file.is-info .file-cta{color:#fff;background-color:#3e8ed0;border-color:#0000}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{color:#fff;background-color:#3488ce;border-color:#0000}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #3e8ed040}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{color:#fff;background-color:#3082c5;border-color:#0000}.file.is-success .file-cta{color:#fff;background-color:#48c78e;border-color:#0000}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{color:#fff;background-color:#3ec487;border-color:#0000}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #48c78e40}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{color:#fff;background-color:#3abb81;border-color:#0000}.file.is-warning .file-cta{color:#000000b3;background-color:#ffe08a;border-color:#0000}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{color:#000000b3;background-color:#ffdc7d;border-color:#0000}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{color:#000000b3;border-color:#0000;box-shadow:0 0 .5em #ffe08a40}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{color:#000000b3;background-color:#ffd970;border-color:#0000}.file.is-danger .file-cta{color:#fff;background-color:#f14668;border-color:#0000}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{color:#fff;background-color:#f03a5f;border-color:#0000}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #f1466840}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{color:#fff;background-color:#ef2e55;border-color:#0000}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-top-right-radius:0;border-bottom-right-radius:0}.file.has-name .file-name{border-top-left-radius:0;border-bottom-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{width:1.5em;height:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-width:0 1px 1px;border-radius:0 0 4px 4px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-width:1px 0 1px 1px;border-radius:4px 0 0 4px;order:-1}.file-label{cursor:pointer;justify-content:flex-start;align-items:stretch;display:flex;position:relative;overflow:hidden}.file-label:hover .file-cta{color:#363636;background-color:#eee}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{color:#363636;background-color:#e8e8e8}.file-label:active .file-name{border-color:#cfcfcf}.file-input{opacity:0;outline:none;width:100%;height:100%;position:absolute;top:0;left:0}.file-cta,.file-name{white-space:nowrap;border-color:#dbdbdb;border-radius:4px;padding-left:1em;padding-right:1em;font-size:1em}.file-cta{color:#4a4a4a;background-color:#f5f5f5}.file-name{max-width:16em;text-align:inherit;text-overflow:ellipsis;border:1px solid #dbdbdb;border-left-width:0;display:block;overflow:hidden}.file-icon{justify-content:center;align-items:center;width:1em;height:1em;margin-right:.5em;display:flex}.file-icon .fa{font-size:14px}.label{color:#363636;font-size:1rem;font-weight:700;display:block}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{margin-top:.25rem;font-size:.75rem;display:block}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{justify-content:flex-start;display:flex}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-top-right-radius:0;border-bottom-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-top-left-radius:0;border-bottom-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{justify-content:flex-start;display:flex}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (width>=769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (width<=768px){.field-label{margin-bottom:.5rem}}@media screen and (width>=769px),print{.field-label{text-align:right;flex:1 0 0;margin-right:1.5rem}.field-label.is-small{padding-top:.375em;font-size:.75rem}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{padding-top:.375em;font-size:1.25rem}.field-label.is-large{padding-top:.375em;font-size:1.5rem}}.field-body .field .field{margin-bottom:0}@media screen and (width>=769px),print{.field-body{flex:5 1 0;display:flex}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;text-align:inherit;font-size:1rem;position:relative}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;pointer-events:none;z-index:4;width:2.5em;height:2.5em;position:absolute;top:0}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{z-index:4;top:.625em;right:.625em;position:absolute!important}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{white-space:nowrap;font-size:1rem}.breadcrumb a{color:#485fc7;justify-content:center;align-items:center;padding:0 .75em;display:flex}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#b5b5b5;content:"/"}.breadcrumb ul,.breadcrumb ol{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;display:flex}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"→"}.breadcrumb.has-bullet-separator li+li:before{content:"•"}.breadcrumb.has-dot-separator li+li:before{content:"·"}.breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.card{color:#4a4a4a;background-color:#fff;border-radius:.25rem;max-width:100%;position:relative;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.card-header:first-child,.card-content:first-child,.card-footer:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-header:last-child,.card-content:last-child,.card-footer:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{background-color:#0000;align-items:stretch;display:flex;box-shadow:0 .125em .25em #0a0a0a1a}.card-header-title{color:#363636;flex-grow:1;align-items:center;padding:.75rem 1rem;font-weight:700;display:flex}.card-header-title.is-centered{justify-content:center}.card-header-icon{appearance:none;color:currentColor;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:.75rem 1rem;font-family:inherit;font-size:1em;display:flex}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-content{background-color:#0000;padding:1.5rem}.card-footer{background-color:#0000;border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{flex:1 0 0;justify-content:center;align-items:center;padding:.75rem;display:flex}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{vertical-align:top;display:inline-flex;position:relative}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{padding-bottom:4px;padding-top:initial;top:auto;bottom:100%}.dropdown-menu{z-index:20;min-width:12rem;padding-top:4px;display:none;position:absolute;top:100%;left:0}.dropdown-content{background-color:#fff;border-radius:4px;padding-top:.5rem;padding-bottom:.5rem;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.dropdown-item{color:#4a4a4a;padding:.375rem 1rem;font-size:.875rem;line-height:1.5;display:block;position:relative}a.dropdown-item,button.dropdown-item{text-align:inherit;white-space:nowrap;width:100%;padding-right:3rem}a.dropdown-item:hover,button.dropdown-item:hover{color:#0a0a0a;background-color:#f5f5f5}a.dropdown-item.is-active,button.dropdown-item.is-active{color:#fff;background-color:#485fc7}.dropdown-divider{background-color:#ededed;border:none;height:1px;margin:.5rem 0;display:block}.level{justify-content:space-between;align-items:center}.level code{border-radius:4px}.level img{vertical-align:top;display:inline-block}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (width>=769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{flex:none;justify-content:center;align-items:center;display:flex}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (width<=768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex:none}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (width>=769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{justify-content:flex-start;align-items:center}@media screen and (width<=768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (width>=769px),print{.level-left{display:flex}}.level-right{justify-content:flex-end;align-items:center}@media screen and (width>=769px),print{.level-right{display:flex}}.media{text-align:inherit;align-items:flex-start;display:flex}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid #dbdbdb80;padding-top:.75rem;display:flex}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid #dbdbdb80;margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex:none}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{text-align:inherit;flex:auto}@media screen and (width<=768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{color:#4a4a4a;border-radius:2px;padding:.5em .75em;display:block}.menu-list a:hover{color:#363636;background-color:#f5f5f5}.menu-list a.is-active{color:#fff;background-color:#485fc7}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;letter-spacing:.1em;text-transform:uppercase;font-size:.75em}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{color:#0a0a0a;background-color:#fff}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{color:#fff;background-color:#0a0a0a}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{color:#000000b3;background-color:#f5f5f5}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{color:#fff;background-color:#363636}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{color:#fff;background-color:#00d1b2}.message.is-primary .message-body{color:#00947e;border-color:#00d1b2}.message.is-link{background-color:#eff1fa}.message.is-link .message-header{color:#fff;background-color:#485fc7}.message.is-link .message-body{color:#3850b7;border-color:#485fc7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{color:#fff;background-color:#3e8ed0}.message.is-info .message-body{color:#296fa8;border-color:#3e8ed0}.message.is-success{background-color:#effaf5}.message.is-success .message-header{color:#fff;background-color:#48c78e}.message.is-success .message-body{color:#257953;border-color:#48c78e}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{color:#000000b3;background-color:#ffe08a}.message.is-warning .message-body{color:#946c00;border-color:#ffe08a}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{color:#fff;background-color:#f14668}.message.is-danger .message-body{color:#cc0f35;border-color:#f14668}.message-header{color:#fff;background-color:#4a4a4a;border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;padding:.75em 1em;font-weight:700;line-height:1.25;display:flex;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{color:#4a4a4a;border:0 solid #dbdbdb;border-left-width:4px;border-radius:4px;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:#0000}.modal{z-index:40;flex-direction:column;justify-content:center;align-items:center;display:none;position:fixed;overflow:hidden}.modal.is-active{display:flex}.modal-background{background-color:#0a0a0adb}.modal-content,.modal-card{width:100%;max-height:calc(100vh - 160px);margin:0 20px;position:relative;overflow:auto}@media screen and (width>=769px){.modal-content,.modal-card{width:640px;max-height:calc(100vh - 40px);margin:0 auto}}.modal-close{background:0 0;width:40px;height:40px;position:fixed;top:20px;right:20px}.modal-card{-ms-overflow-y:visible;flex-direction:column;max-height:calc(100vh - 40px);display:flex;overflow:hidden}.modal-card-head,.modal-card-foot{background-color:#f5f5f5;flex-shrink:0;justify-content:flex-start;align-items:center;padding:20px;display:flex;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-top:1px solid #dbdbdb;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;padding:20px;overflow:auto}.navbar{z-index:30;background-color:#fff;min-height:3.25rem;position:relative}.navbar.is-white{color:#0a0a0a;background-color:#fff}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{color:#0a0a0a;background-color:#f2f2f2}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (width>=1024px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{color:#0a0a0a;background-color:#f2f2f2}.navbar.is-white .navbar-start .navbar-link:after,.navbar.is-white .navbar-end .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{color:#0a0a0a;background-color:#f2f2f2}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{color:#0a0a0a;background-color:#fff}}.navbar.is-black{color:#fff;background-color:#0a0a0a}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{color:#fff;background-color:#000}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{color:#fff;background-color:#000}.navbar.is-black .navbar-start .navbar-link:after,.navbar.is-black .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#000}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#0a0a0a}}.navbar.is-light{color:#000000b3;background-color:#f5f5f5}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#000000b3}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{color:#000000b3;background-color:#e8e8e8}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#000000b3}.navbar.is-light .navbar-burger{color:#000000b3}@media screen and (width>=1024px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#000000b3}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{color:#000000b3;background-color:#e8e8e8}.navbar.is-light .navbar-start .navbar-link:after,.navbar.is-light .navbar-end .navbar-link:after{border-color:#000000b3}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{color:#000000b3;background-color:#e8e8e8}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{color:#000000b3;background-color:#f5f5f5}}.navbar.is-dark{color:#fff;background-color:#363636}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{color:#fff;background-color:#292929}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{color:#fff;background-color:#292929}.navbar.is-dark .navbar-start .navbar-link:after,.navbar.is-dark .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#292929}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#363636}}.navbar.is-primary{color:#fff;background-color:#00d1b2}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{color:#fff;background-color:#00b89c}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{color:#fff;background-color:#00b89c}.navbar.is-primary .navbar-start .navbar-link:after,.navbar.is-primary .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#00b89c}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#00d1b2}}.navbar.is-link{color:#fff;background-color:#485fc7}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{color:#fff;background-color:#3a51bb}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{color:#fff;background-color:#3a51bb}.navbar.is-link .navbar-start .navbar-link:after,.navbar.is-link .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#3a51bb}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#485fc7}}.navbar.is-info{color:#fff;background-color:#3e8ed0}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{color:#fff;background-color:#3082c5}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{color:#fff;background-color:#3082c5}.navbar.is-info .navbar-start .navbar-link:after,.navbar.is-info .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#3082c5}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#3e8ed0}}.navbar.is-success{color:#fff;background-color:#48c78e}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{color:#fff;background-color:#3abb81}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{color:#fff;background-color:#3abb81}.navbar.is-success .navbar-start .navbar-link:after,.navbar.is-success .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#3abb81}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#48c78e}}.navbar.is-warning{color:#000000b3;background-color:#ffe08a}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:#000000b3}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{color:#000000b3;background-color:#ffd970}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:#000000b3}.navbar.is-warning .navbar-burger{color:#000000b3}@media screen and (width>=1024px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:#000000b3}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{color:#000000b3;background-color:#ffd970}.navbar.is-warning .navbar-start .navbar-link:after,.navbar.is-warning .navbar-end .navbar-link:after{border-color:#000000b3}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{color:#000000b3;background-color:#ffd970}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{color:#000000b3;background-color:#ffe08a}}.navbar.is-danger{color:#fff;background-color:#f14668}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{color:#fff;background-color:#ef2e55}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (width>=1024px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{color:#fff;background-color:#ef2e55}.navbar.is-danger .navbar-start .navbar-link:after,.navbar.is-danger .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#ef2e55}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#f14668}}.navbar>.container{align-items:stretch;width:100%;min-height:3.25rem;display:flex}.navbar.has-shadow{box-shadow:0 2px #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{flex-shrink:0;align-items:stretch;min-height:3.25rem;display:flex}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:#0000}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow:auto hidden}.navbar-burger{color:#4a4a4a;appearance:none;cursor:pointer;background:0 0;border:none;width:3.25rem;height:3.25rem;margin-left:auto;display:block;position:relative}.navbar-burger span{transform-origin:50%;background-color:currentColor;width:16px;height:1px;transition-property:background-color,opacity,transform;transition-duration:86ms;transition-timing-function:ease-out;display:block;position:absolute;left:calc(50% - 8px)}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:#0000000d}.navbar-burger.is-active span:first-child{transform:translateY(5px)rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;padding:.5rem .75rem;line-height:1.5;display:block;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{color:#485fc7;background-color:#fafafa}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid #0000;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:#0000;border-bottom-color:#485fc7}.navbar-item.is-tab.is-active{color:#485fc7;background-color:#0000;border-bottom:3px solid #485fc7;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless):after{border-color:#485fc7;margin-top:-.375em;right:1.125em}.navbar-dropdown{padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;height:2px;margin:.5rem 0;display:none}@media screen and (width<=1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:#fff;padding:.5rem 0;box-shadow:0 8px 16px #0a0a0a1a}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (width>=1024px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:#0000!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{color:#0a0a0a;background-color:#f5f5f5}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{color:#485fc7;background-color:#f5f5f5}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg)translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-top:none;border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;top:auto;bottom:100%;box-shadow:0 -8px 8px #0a0a0a1a}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{z-index:20;background-color:#fff;border-top:2px solid #dbdbdb;border-bottom-right-radius:6px;border-bottom-left-radius:6px;min-width:100%;font-size:.875rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 8px #0a0a0a1a}.navbar-dropdown .navbar-item{white-space:nowrap;padding:.375rem 1rem}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{color:#0a0a0a;background-color:#f5f5f5}.navbar-dropdown a.navbar-item.is-active{color:#485fc7;background-color:#f5f5f5}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{opacity:0;pointer-events:none;border-top:none;border-radius:6px;transition-property:opacity,transform;transition-duration:86ms;display:block;top:calc(100% - 4px);transform:translateY(-5px);box-shadow:0 8px 8px #0a0a0a1a,0 0 0 1px #0a0a0a1a}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:#0000}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{margin:-.25rem;font-size:1rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{border-radius:9999px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{text-align:center;justify-content:center;align-items:center;display:flex}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{text-align:center;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;font-size:1em}.pagination-previous,.pagination-next,.pagination-link{color:#363636;border-color:#dbdbdb;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{color:#363636;border-color:#b5b5b5}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#485fc7}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px #0a0a0a33}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{box-shadow:none;color:#7a7a7a;opacity:.5;background-color:#dbdbdb;border-color:#dbdbdb}.pagination-previous,.pagination-next{white-space:nowrap;padding-left:.75em;padding-right:.75em}.pagination-link.is-current{color:#fff;background-color:#485fc7;border-color:#485fc7}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (width<=768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next,.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (width>=769px),print{.pagination-list{flex-grow:1;flex-shrink:1;order:1;justify-content:flex-start}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-top:0;margin-bottom:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-top:0;margin-bottom:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{order:2;justify-content:center}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{order:3;justify-content:flex-end}}.panel{border-radius:6px;font-size:1rem;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{color:#0a0a0a;background-color:#fff}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{color:#fff;background-color:#0a0a0a}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{color:#000000b3;background-color:#f5f5f5}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{color:#fff;background-color:#363636}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{color:#fff;background-color:#00d1b2}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{color:#fff;background-color:#485fc7}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{color:#fff;background-color:#3e8ed0}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{color:#fff;background-color:#48c78e}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{color:#000000b3;background-color:#ffe08a}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.panel.is-danger .panel-heading{color:#fff;background-color:#f14668}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{color:#363636;background-color:#ededed;border-radius:6px 6px 0 0;padding:.75em 1em;font-size:1.25em;font-weight:700;line-height:1.25}.panel-tabs{justify-content:center;align-items:flex-end;font-size:.875em;display:flex}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{color:#363636;border-bottom-color:#4a4a4a}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#485fc7}.panel-block{color:#363636;justify-content:flex-start;align-items:center;padding:.5em .75em;display:flex}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{color:#363636;border-left-color:#485fc7}.panel-block.is-active .panel-icon{color:#485fc7}.panel-block:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{text-align:center;vertical-align:top;color:#7a7a7a;width:1em;height:1em;margin-right:.75em;font-size:14px;line-height:1em;display:inline-block}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;white-space:nowrap;justify-content:space-between;align-items:stretch;font-size:1rem;display:flex;overflow:auto hidden}.tabs a{color:#4a4a4a;vertical-align:top;border-bottom:1px solid #dbdbdb;justify-content:center;align-items:center;margin-bottom:-1px;padding:.5em 1em;display:flex}.tabs a:hover{color:#363636;border-bottom-color:#363636}.tabs li{display:block}.tabs li.is-active a{color:#485fc7;border-bottom-color:#485fc7}.tabs ul{border-bottom:1px solid #dbdbdb;flex-grow:1;flex-shrink:0;justify-content:flex-start;align-items:center;display:flex}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid #0000;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:#0000!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{z-index:2;background-color:#f5f5f5;border-color:#b5b5b5}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{color:#fff;z-index:1;background-color:#485fc7;border-color:#485fc7}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-top-left-radius:9999px;border-bottom-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-top-right-radius:9999px;border-bottom-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{flex:1 1 0;padding:.75rem;display:block}.columns.is-mobile>.column.is-narrow{width:unset;flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.6667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.6667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.3333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333%}.columns.is-mobile>.column.is-5{flex:none;width:41.6667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.6667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.3333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333%}.columns.is-mobile>.column.is-8{flex:none;width:66.6667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.6667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.3333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333%}.columns.is-mobile>.column.is-11{flex:none;width:91.6667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.6667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (width<=768px){.column.is-narrow-mobile{width:unset;flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.6667%}.column.is-offset-2-mobile{margin-left:16.6667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.3333%}.column.is-offset-4-mobile{margin-left:33.3333%}.column.is-5-mobile{flex:none;width:41.6667%}.column.is-offset-5-mobile{margin-left:41.6667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.3333%}.column.is-offset-7-mobile{margin-left:58.3333%}.column.is-8-mobile{flex:none;width:66.6667%}.column.is-offset-8-mobile{margin-left:66.6667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.3333%}.column.is-offset-10-mobile{margin-left:83.3333%}.column.is-11-mobile{flex:none;width:91.6667%}.column.is-offset-11-mobile{margin-left:91.6667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (width>=769px),print{.column.is-narrow,.column.is-narrow-tablet{width:unset;flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.6667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.3333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.6667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.3333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.6667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.3333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.6667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (width<=1023px){.column.is-narrow-touch{width:unset;flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.6667%}.column.is-offset-2-touch{margin-left:16.6667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.3333%}.column.is-offset-4-touch{margin-left:33.3333%}.column.is-5-touch{flex:none;width:41.6667%}.column.is-offset-5-touch{margin-left:41.6667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.3333%}.column.is-offset-7-touch{margin-left:58.3333%}.column.is-8-touch{flex:none;width:66.6667%}.column.is-offset-8-touch{margin-left:66.6667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.3333%}.column.is-offset-10-touch{margin-left:83.3333%}.column.is-11-touch{flex:none;width:91.6667%}.column.is-offset-11-touch{margin-left:91.6667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (width>=1024px){.column.is-narrow-desktop{width:unset;flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.6667%}.column.is-offset-2-desktop{margin-left:16.6667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.3333%}.column.is-offset-4-desktop{margin-left:33.3333%}.column.is-5-desktop{flex:none;width:41.6667%}.column.is-offset-5-desktop{margin-left:41.6667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.3333%}.column.is-offset-7-desktop{margin-left:58.3333%}.column.is-8-desktop{flex:none;width:66.6667%}.column.is-offset-8-desktop{margin-left:66.6667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.3333%}.column.is-offset-10-desktop{margin-left:83.3333%}.column.is-11-desktop{flex:none;width:91.6667%}.column.is-offset-11-desktop{margin-left:91.6667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (width>=1216px){.column.is-narrow-widescreen{width:unset;flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.6667%}.column.is-offset-2-widescreen{margin-left:16.6667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.3333%}.column.is-offset-4-widescreen{margin-left:33.3333%}.column.is-5-widescreen{flex:none;width:41.6667%}.column.is-offset-5-widescreen{margin-left:41.6667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.3333%}.column.is-offset-7-widescreen{margin-left:58.3333%}.column.is-8-widescreen{flex:none;width:66.6667%}.column.is-offset-8-widescreen{margin-left:66.6667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.3333%}.column.is-offset-10-widescreen{margin-left:83.3333%}.column.is-11-widescreen{flex:none;width:91.6667%}.column.is-offset-11-widescreen{margin-left:91.6667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (width>=1408px){.column.is-narrow-fullhd{width:unset;flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.6667%}.column.is-offset-2-fullhd{margin-left:16.6667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.3333%}.column.is-offset-4-fullhd{margin-left:33.3333%}.column.is-5-fullhd{flex:none;width:41.6667%}.column.is-offset-5-fullhd{margin-left:41.6667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.3333%}.column.is-offset-7-fullhd{margin-left:58.3333%}.column.is-8-fullhd{flex:none;width:66.6667%}.column.is-offset-8-fullhd{margin-left:66.6667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.3333%}.column.is-offset-10-fullhd{margin-left:83.3333%}.column.is-11-fullhd{flex:none;width:91.6667%}.column.is-offset-11-fullhd{margin-left:91.6667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-top:-.75rem;margin-left:-.75rem;margin-right:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-top:0;margin-left:0;margin-right:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (width>=769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (width>=1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (width<=768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (width>=769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (width<=1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (width>=1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (width>=1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (width>=1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:.25rem}@media screen and (width<=768px){.columns.is-variable.is-1-mobile{--columnGap:.25rem}}@media screen and (width>=769px),print{.columns.is-variable.is-1-tablet{--columnGap:.25rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-1-tablet-only{--columnGap:.25rem}}@media screen and (width<=1023px){.columns.is-variable.is-1-touch{--columnGap:.25rem}}@media screen and (width>=1024px){.columns.is-variable.is-1-desktop{--columnGap:.25rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-1-desktop-only{--columnGap:.25rem}}@media screen and (width>=1216px){.columns.is-variable.is-1-widescreen{--columnGap:.25rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:.25rem}}@media screen and (width>=1408px){.columns.is-variable.is-1-fullhd{--columnGap:.25rem}}.columns.is-variable.is-2{--columnGap:.5rem}@media screen and (width<=768px){.columns.is-variable.is-2-mobile{--columnGap:.5rem}}@media screen and (width>=769px),print{.columns.is-variable.is-2-tablet{--columnGap:.5rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-2-tablet-only{--columnGap:.5rem}}@media screen and (width<=1023px){.columns.is-variable.is-2-touch{--columnGap:.5rem}}@media screen and (width>=1024px){.columns.is-variable.is-2-desktop{--columnGap:.5rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-2-desktop-only{--columnGap:.5rem}}@media screen and (width>=1216px){.columns.is-variable.is-2-widescreen{--columnGap:.5rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:.5rem}}@media screen and (width>=1408px){.columns.is-variable.is-2-fullhd{--columnGap:.5rem}}.columns.is-variable.is-3{--columnGap:.75rem}@media screen and (width<=768px){.columns.is-variable.is-3-mobile{--columnGap:.75rem}}@media screen and (width>=769px),print{.columns.is-variable.is-3-tablet{--columnGap:.75rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-3-tablet-only{--columnGap:.75rem}}@media screen and (width<=1023px){.columns.is-variable.is-3-touch{--columnGap:.75rem}}@media screen and (width>=1024px){.columns.is-variable.is-3-desktop{--columnGap:.75rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-3-desktop-only{--columnGap:.75rem}}@media screen and (width>=1216px){.columns.is-variable.is-3-widescreen{--columnGap:.75rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:.75rem}}@media screen and (width>=1408px){.columns.is-variable.is-3-fullhd{--columnGap:.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (width<=768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (width>=769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (width<=1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (width>=1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (width>=1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (width>=1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (width<=768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (width>=769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (width<=1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (width>=1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (width>=1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (width>=1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (width<=768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (width>=769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (width<=1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (width>=1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (width>=1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (width>=1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (width<=768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (width>=769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (width<=1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (width>=1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (width>=1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (width>=1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (width<=768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (width>=769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (width>=769px) and (width<=1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (width<=1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (width>=1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (width>=1024px) and (width<=1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (width>=1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (width>=1216px) and (width<=1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (width>=1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{flex:1 1 0;align-items:stretch;min-height:min-content;display:block}.tile.is-ancestor{margin-top:-.75rem;margin-left:-.75rem;margin-right:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (width>=769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333%}.tile.is-2{flex:none;width:16.6667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.3333%}.tile.is-5{flex:none;width:41.6667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.3333%}.tile.is-8{flex:none;width:66.6667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.3333%}.tile.is-11{flex:none;width:91.6667%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-primary-light{color:#ebfffc!important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#b8fff4!important}.has-background-primary-light{background-color:#ebfffc!important}.has-text-primary-dark{color:#00947e!important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#00c7a9!important}.has-background-primary-dark{background-color:#00947e!important}.has-text-link{color:#485fc7!important}a.has-text-link:hover,a.has-text-link:focus{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:hover,a.has-text-info:focus{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#48c78e!important}a.has-text-success:hover,a.has-text-success:focus{color:#34a873!important}.has-background-success{background-color:#48c78e!important}.has-text-success-light{color:#effaf5!important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c8eedd!important}.has-background-success-light{background-color:#effaf5!important}.has-text-success-dark{color:#257953!important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31a06e!important}.has-background-success-dark{background-color:#257953!important}.has-text-warning{color:#ffe08a!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd257!important}.has-background-warning{background-color:#ffe08a!important}.has-text-warning-light{color:#fffaeb!important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#ffecb8!important}.has-background-warning-light{background-color:#fffaeb!important}.has-text-warning-dark{color:#946c00!important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79200!important}.has-background-warning-dark{background-color:#946c00!important}.has-text-danger{color:#f14668!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#feecf0!important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5{padding-left:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6{padding-left:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (width<=768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (width>=769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (width<=1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (width>=1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (width>=1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (width>=1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (width<=768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (width>=769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (width>=769px) and (width<=1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (width<=1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (width>=1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (width>=1024px) and (width<=1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (width>=1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (width>=1216px) and (width<=1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (width>=1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (width<=768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (width>=769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (width>=769px) and (width<=1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (width<=1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (width>=1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (width>=1024px) and (width<=1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (width>=1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (width>=1216px) and (width<=1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (width>=1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (width<=768px){.has-text-left-mobile{text-align:left!important}}@media screen and (width>=769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (width>=769px) and (width<=1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (width<=1023px){.has-text-left-touch{text-align:left!important}}@media screen and (width>=1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (width>=1024px) and (width<=1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (width>=1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (width>=1216px) and (width<=1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (width>=1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (width<=768px){.has-text-right-mobile{text-align:right!important}}@media screen and (width>=769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (width>=769px) and (width<=1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (width<=1023px){.has-text-right-touch{text-align:right!important}}@media screen and (width>=1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (width>=1024px) and (width<=1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (width>=1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (width>=1216px) and (width<=1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (width>=1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary,.is-family-secondary,.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-monospace,.is-family-code{font-family:monospace!important}.is-block{display:block!important}@media screen and (width<=768px){.is-block-mobile{display:block!important}}@media screen and (width>=769px),print{.is-block-tablet{display:block!important}}@media screen and (width>=769px) and (width<=1023px){.is-block-tablet-only{display:block!important}}@media screen and (width<=1023px){.is-block-touch{display:block!important}}@media screen and (width>=1024px){.is-block-desktop{display:block!important}}@media screen and (width>=1024px) and (width<=1215px){.is-block-desktop-only{display:block!important}}@media screen and (width>=1216px){.is-block-widescreen{display:block!important}}@media screen and (width>=1216px) and (width<=1407px){.is-block-widescreen-only{display:block!important}}@media screen and (width>=1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (width<=768px){.is-flex-mobile{display:flex!important}}@media screen and (width>=769px),print{.is-flex-tablet{display:flex!important}}@media screen and (width>=769px) and (width<=1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (width<=1023px){.is-flex-touch{display:flex!important}}@media screen and (width>=1024px){.is-flex-desktop{display:flex!important}}@media screen and (width>=1024px) and (width<=1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (width>=1216px){.is-flex-widescreen{display:flex!important}}@media screen and (width>=1216px) and (width<=1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (width>=1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (width<=768px){.is-inline-mobile{display:inline!important}}@media screen and (width>=769px),print{.is-inline-tablet{display:inline!important}}@media screen and (width>=769px) and (width<=1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (width<=1023px){.is-inline-touch{display:inline!important}}@media screen and (width>=1024px){.is-inline-desktop{display:inline!important}}@media screen and (width>=1024px) and (width<=1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (width>=1216px){.is-inline-widescreen{display:inline!important}}@media screen and (width>=1216px) and (width<=1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (width>=1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (width<=768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (width>=769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (width>=769px) and (width<=1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (width<=1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (width>=1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (width>=1024px) and (width<=1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (width>=1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (width>=1216px) and (width<=1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (width>=1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (width<=768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (width>=769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (width>=769px) and (width<=1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (width<=1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (width>=1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (width>=1024px) and (width<=1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (width>=1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (width>=1216px) and (width<=1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (width>=1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:none!important;width:.01em!important;height:.01em!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media screen and (width<=768px){.is-hidden-mobile{display:none!important}}@media screen and (width>=769px),print{.is-hidden-tablet{display:none!important}}@media screen and (width>=769px) and (width<=1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (width<=1023px){.is-hidden-touch{display:none!important}}@media screen and (width>=1024px){.is-hidden-desktop{display:none!important}}@media screen and (width>=1024px) and (width<=1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (width>=1216px){.is-hidden-widescreen{display:none!important}}@media screen and (width>=1216px) and (width<=1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (width>=1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (width<=768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (width>=769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (width>=769px) and (width<=1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (width<=1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (width>=1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (width>=1024px) and (width<=1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (width>=1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (width>=1216px) and (width<=1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (width>=1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{flex-direction:column;justify-content:space-between;align-items:stretch;display:flex}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{color:#0a0a0a;background-color:#fff}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:#0a0a0ae6}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (width<=1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:#0a0a0ab3}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{color:#0a0a0a;background-color:#f2f2f2}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1;color:#fff!important}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6 0%,#fff 71% 100%)}@media screen and (width<=768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 0%,#fff 71% 100%)}}.hero.is-black{color:#fff;background-color:#0a0a0a}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:#ffffffe6}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:#ffffffb3}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{color:#fff;background-color:#000}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1;color:#0a0a0a!important}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{color:#0a0a0a;background-color:#fff;border-color:#fff}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000 0%,#0a0a0a 71%,#181616 100%)}@media screen and (width<=768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{color:#000000b3;background-color:#f5f5f5}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#000000b3}.hero.is-light .subtitle{color:#000000e6}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#000000b3}@media screen and (width<=1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:#000000b3}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{color:#000000b3;background-color:#e8e8e8}.hero.is-light .tabs a{color:#000000b3;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1;color:#f5f5f5!important}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#000000b3}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{color:#f5f5f5;background-color:#000000b3;border-color:#000000b3}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,#f5f5f5 71%,#fff 100%)}@media screen and (width<=768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{color:#fff;background-color:#363636}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:#ffffffe6}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:#ffffffb3}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{color:#fff;background-color:#292929}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1;color:#363636!important}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{color:#363636;background-color:#fff;border-color:#fff}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (width<=768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{color:#fff;background-color:#00d1b2}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:#ffffffe6}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:#ffffffb3}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{color:#fff;background-color:#00b89c}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1;color:#00d1b2!important}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{color:#00d1b2;background-color:#fff;border-color:#fff}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}@media screen and (width<=768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{color:#fff;background-color:#485fc7}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:#ffffffe6}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-link .navbar-menu{background-color:#485fc7}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:#ffffffb3}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{color:#fff;background-color:#3a51bb}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1;color:#485fc7!important}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{color:#485fc7;background-color:#fff;border-color:#fff}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3 0%,#485fc7 71%,#5658d2 100%)}@media screen and (width<=768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3 0%,#485fc7 71%,#5658d2 100%)}}.hero.is-info{color:#fff;background-color:#3e8ed0}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:#ffffffe6}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:#ffffffb3}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{color:#fff;background-color:#3082c5}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1;color:#3e8ed0!important}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{color:#3e8ed0;background-color:#fff;border-color:#fff}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0%,#3e8ed0 71%,#4d83db 100%)}@media screen and (width<=768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0%,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{color:#fff;background-color:#48c78e}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:#ffffffe6}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-success .navbar-menu{background-color:#48c78e}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:#ffffffb3}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{color:#fff;background-color:#3abb81}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1;color:#48c78e!important}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{color:#48c78e;background-color:#fff;border-color:#fff}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0%,#48c78e 71%,#56d2af 100%)}@media screen and (width<=768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0%,#48c78e 71%,#56d2af 100%)}}.hero.is-warning{color:#000000b3;background-color:#ffe08a}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#000000b3}.hero.is-warning .subtitle{color:#000000e6}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#000000b3}@media screen and (width<=1023px){.hero.is-warning .navbar-menu{background-color:#ffe08a}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:#000000b3}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{color:#000000b3;background-color:#ffd970}.hero.is-warning .tabs a{color:#000000b3;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1;color:#ffe08a!important}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#000000b3}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{color:#ffe08a;background-color:#000000b3;border-color:#000000b3}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0%,#ffe08a 71%,#fff6a3 100%)}@media screen and (width<=768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0%,#ffe08a 71%,#fff6a3 100%)}}.hero.is-danger{color:#fff;background-color:#f14668}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:#ffffffe6}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (width<=1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:#ffffffb3}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{color:#fff;background-color:#ef2e55}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1;color:#f14668!important}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{color:#f14668;background-color:#fff;border-color:#fff}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0%,#f14668 71%,#f7595f 100%)}@media screen and (width<=768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0%,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (width>=769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{min-width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video.is-transparent{opacity:.3}@media screen and (width<=768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (width<=768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (width>=769px),print{.hero-buttons{justify-content:center;display:flex}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (width>=769px),print{.hero-body{padding:3rem}}.section{padding:3rem 1.5rem}@media screen and (width>=1024px){.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.grid{flex-flow:wrap;margin:0;display:flex}.grid .grid-box-wrap{flex:1 0 20rem;padding:0 0 0;overflow:hidden}.grid .grid-box{text-align:center}.cards{flex-wrap:wrap;justify-content:space-between;display:flex}.card{cursor:pointer;background-color:#f7f7f7;border:1px solid #ddd;border-radius:20px;flex-grow:1;flex-basis:15em;margin:0 1em 1.5em;transition:all .2s ease-in-out;position:relative;box-shadow:0 2px 4px #e6e6e6}.card .card-image{background-color:#f8f2b4;height:150px;max-height:150px;overflow:hidden}.card .card-image img{opacity:1;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;transition:all .2s ease-in-out}.card .card-header{background-color:#f7f7f7;border-bottom:1px solid #ddd;border-radius:20px 20px 0 0;padding:.5em .75em;font-weight:700;line-height:1.5em;transition:all .2s ease-in-out}.card .card-copy{padding:.75em;font-size:.9em;line-height:1.5em}.card .card-copy p{margin:0 0 .75em}.card:focus,.card:hover{cursor:pointer}.card:focus img,.card:hover img{opacity:.7}.card:active,.card:active .card-header{background-color:#f7f7f7}.modal .modal-trigger{padding:.8em 1em}@media screen and (width>=900px){.modal .modal-fade-screen{padding-top:10em}}.modal .modal-close{cursor:pointer;background:#fff;position:absolute;top:1.5em;right:1.5em}.modal .modal-close:after,.modal .modal-close:before{content:"";background:#d8d8d8;margin:-3px 0 0 -1px;display:block;position:absolute;inset:3px 3px 0 50%;transform:rotate(45deg)}@media screen and (width>=600px){.modal .modal-inner{width:60%;max-height:70%;padding:3em}}@media screen and (width>=900px){.modal .modal-inner{width:50%}}@media screen and (width>=600px){.modal .modal-inner .modal-content{columns:2 8em}}.accordion-tabs-minimal:after{clear:both;content:"";display:block}.accordion-tabs-minimal{padding:0;line-height:1.5}.accordion-tabs-minimal .tab-header-and-content{list-style:none}@media screen and (width>=600px){.accordion-tabs-minimal .tab-header-and-content{display:inline}}.accordion-tabs-minimal .tab-link{color:#333;background-color:#fff;border-top:1px solid #ddd;padding:.75em 1.618em;text-decoration:none;display:block}@media screen and (width>=600px){.accordion-tabs-minimal .tab-link{border-top:0;display:inline-block}}.accordion-tabs-minimal .tab-link:hover{color:#3bbebe}.accordion-tabs-minimal .tab-link:focus{outline:none}.accordion-tabs-minimal .tab-link.is-active{border-bottom:0}@media screen and (width>=600px){.accordion-tabs-minimal .tab-link.is-active{border:1px solid #ddd;border-bottom-color:#fff;margin-bottom:-1px}}.accordion-tabs-minimal .tab-content{width:100%;padding:1.5em 1.618em;display:none}@media screen and (width>=600px){.accordion-tabs-minimal .tab-content{float:left;border-top:1px solid #ddd}}.accordion-tabs:after{clear:both;content:"";display:block}.accordion-tabs{margin-bottom:1.5em;padding:0;line-height:1.5}@media screen and (width<=600px){.accordion-tabs{border:1px solid #ddd;border-radius:20px}}.accordion-tabs .tab-header-and-content{list-style:none}@media screen and (width>=600px){.accordion-tabs .tab-header-and-content{display:inline}}.accordion-tabs .tab-header-and-content:first-child .tab-link{border-top-left-radius:20px;border-top-right-radius:20px}@media screen and (width<=600px){.accordion-tabs .tab-header-and-content:first-child .tab-link{border-top:0}.accordion-tabs .tab-header-and-content:last-child .tab-link{border-bottom-right-radius:20px;border-bottom-left-radius:20px}}.accordion-tabs .tab-link{color:#333;background-color:#fff;border-top:1px solid #ddd;padding:.75em .809em;font-weight:700;text-decoration:none;display:block}@media screen and (width>=600px){.accordion-tabs .tab-link{border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;display:inline-block}}.accordion-tabs .tab-link:hover{color:#3bbebe}.accordion-tabs .tab-link:focus{outline:none}.accordion-tabs .tab-link.is-active{background-color:#f2f2f2}@media screen and (width>=600px){.accordion-tabs .tab-link.is-active{background-color:#f2f2f2;border:1px solid #ddd;border-bottom-color:#f2f2f2;margin-bottom:-1px}}.accordion-tabs .tab-content{background:#f2f2f2;width:100%;padding:1.5em 1.618em;display:none}@media screen and (width>=600px){.accordion-tabs .tab-content{float:left;border:1px solid #ddd;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px}}.search-tools:after{clear:both;content:"";display:block}.search-tools{background:#f7f7f7;border:1px solid #ddd;border-radius:20px;justify-content:space-between;width:100%;padding:1.618em .809em;display:flex}.search-tools li{font-size:.8em;line-height:1.5em;list-style:none}.search-tools label{margin-bottom:.375em;font-weight:700;display:block}.search-tools .filters{flex-direction:column;justify-content:space-between;width:100%;display:flex}@media screen and (width>=900px){.search-tools .filters{flex-direction:row}}.search-tools .filter{flex-grow:1;flex-shrink:1;margin:0 .2em 1em}@media screen and (width>=900px){.search-tools .filter{margin-bottom:0}}.search-tools .filter>div{box-sizing:border-box;background-color:#fff;border:1px solid #ddd;border-radius:20px;width:100%;margin-bottom:.75em;padding:.5em 4em .5em .5em;font-size:1em;transition:border-color;position:relative}.search-tools .filter>div:focus,.search-tools .filter>div:hover{border-color:#c4c4c4}.search-tools .filter>div label{cursor:pointer;margin-bottom:0}.search-tools .filter .filter-list{margin:1em 0 0;padding:0}.search-tools .filter .filter-list label{display:inline}.search-tools .filter button.clear{font-size:.7em;position:absolute;inset:5px 5px auto auto}.search-tools .filter .hide-options{margin-bottom:0;padding:.3em 4em .3em .5em}.search-tools .filter .hide-options ol,.search-tools .filter .hide-options button{display:none}.search-tools .filter-role{max-width:10em}.search-tools .filter-role .filter-list{width:8em}.search-tools .trigger{margin-top:1.9em}.search-tools .trigger input{text-align:center;width:100%;padding:.59em 1em;display:block}.tables{border-collapse:separate;border-spacing:0;border:1px solid #ddd;border-radius:20px;width:100%}.tables tbody tr:hover>td,.tables tbody tr:hover>th{background-color:#efefef}.tables tbody tr:nth-child(2n){background-color:#f7f7f7}.tables tbody tr:nth-child(2n):hover>td{background-color:#eaeaea}.tables thead:first-of-type tr:first-child>th:first-child{border-top-left-radius:20px}.tables thead:first-of-type tr:first-child>th:last-child{border-top-right-radius:20px}.tables tbody:last-child tr:last-child>td:first-child{border-bottom-left-radius:20px}.tables tbody:last-child tr:last-child>td:last-child{border-bottom-right-radius:20px}.tables thead th{text-align:left;background-color:#fff;border-bottom:0;border-left:1px solid #ddd;padding:.75em .6em}.tables thead th:first-child{border-left:0}.tables tbody{background-color:#fcfcfc}.tables tbody td{text-align:center;border-top:1px solid #ddd;border-bottom:0;border-left:1px solid #ddd;padding:.75em .6em}.tables tbody td:first-child{border-left:0}.tables tbody td button{outline:none;width:100%;margin-bottom:.3em;margin-right:.5em;padding:.3em 1em;font-size:.7em;line-height:1.5;display:inline-block}@media screen and (width>=600px){.tables tbody td button{width:auto;margin-bottom:0}}.dropdown{line-height:1.5}.dropdown .dropdown-container{text-align:center;display:inline-block;position:relative}.dropdown .dropdown-description{color:#999;float:left;background:#fff;border-top:1px solid silver;border-bottom:1px solid silver;border-left:1px solid silver;border-top-left-radius:20px;border-bottom-left-radius:20px;margin:0;padding:0 .5em 0 1em;font-size:.7em;line-height:40px}@media screen and (width>=900px){.dropdown .dropdown-description{font-size:1em}}.dropdown .dropdown-button{cursor:pointer;float:right;background:#fff;border-top:1px solid silver;border-bottom:1px solid silver;border-right:1px solid silver;border-top-right-radius:20px;border-bottom-right-radius:20px;margin:0;padding:0 2.5em 0 .5em;font-size:.7em;line-height:40px;position:relative}@media screen and (width>=900px){.dropdown .dropdown-button{padding:0 2.5em 0 .5em;font-size:1em}}.dropdown .dropdown-button:hover{background-color:#f7f7f7}.dropdown .dropdown-button:after{color:#333;content:"▾";display:block;position:absolute;top:0;right:1em}.dropdown .dropdown-menu{color:#333;cursor:pointer;overflow:show;z-index:99999;background:#fff;border:1px solid silver;border-radius:20px;width:228px;margin:0;padding:0;transition:all .2s ease-in-out;display:none;position:absolute;top:50px;right:0;box-shadow:0 2px 2px #0003}.dropdown .dropdown-menu:before{color:#fff;content:"▲";pointer-events:none;text-shadow:0 -2px 2px #0000004d;font-size:1.4em;position:absolute;inset:-.7em 1em 0 0}.dropdown .dropdown-menu li{color:#333;border-bottom:1px solid silver;padding:.5em;list-style:none}.dropdown .dropdown-menu li:hover{background:#f7f7f7}.dropdown .dropdown-menu li:first-child{border-top-left-radius:20px;border-top-right-radius:20px}.dropdown .dropdown-menu li:last-child{border:0;border-bottom-right-radius:20px;border-bottom-left-radius:20px}.dropdown .show-menu{display:block}.pagination{text-align:center}.pagination ul{text-align:center;margin:0;padding:0;display:inline}.pagination ul li{list-style:none;display:inline}.pagination ul ul li{display:none}.pagination ul ul li:first-child,.pagination ul ul li:nth-child(2),.pagination ul ul li:nth-child(3){display:inline}@media screen and (width>=900px){.pagination ul ul li{display:inline}}.pagination ul li a{color:#333;background:#f7f7f7;border:1px solid #ddd;border-radius:20px;outline:none;padding:.375em .809em;text-decoration:none;transition:all .2s ease-in-out}.pagination ul li a:hover,.pagination ul li a:focus{color:#3bbebe;background:#fff}.pagination ul li a:active{background:#f7f7f7}.label-switch{cursor:pointer;border-radius:32px;width:52px;height:32px;display:inline-block;position:relative}.label-switch input[type=checkbox]{display:none}.label-switch input[type=checkbox]+.checkbox{cursor:pointer;z-index:0;background:#e8e8e8;border:0;border-radius:32px;width:52px;height:32px;margin:0;padding:0;transition:all .3s;position:relative}.label-switch input[type=checkbox]+.checkbox:before{content:"";z-index:1;background:#fff;border-radius:32px;width:48px;height:28px;transition:all .3s;position:absolute;inset:2px 0 0 2px;transform:scale(1)}.label-switch input[type=checkbox]+.checkbox:after{content:"";z-index:2;background:#fff;border-radius:28px;width:28px;height:28px;transition:all .3s;position:absolute;inset:2px 0 0 2px;box-shadow:0 2px 5px #0006}.label-switch input[type=checkbox]:checked+.checkbox{background:#3bbebe}.label-switch input[type=checkbox]:checked+.checkbox:before{transform:scale(0)}.label-switch input[type=checkbox]:checked+.checkbox:after{left:22px}.modal label{cursor:pointer;margin-bottom:0}.modal label img{border-radius:150px;max-width:300px;display:block}.modal .modal-state{display:none}.modal .modal-trigger{color:#fff;text-align:center;background-color:#45b345;border:1px solid #fff;border-radius:4px;width:200px;margin-bottom:12px;padding:.8em 1em;font-weight:700;transition:all .3s}.modal .modal-trigger:hover{color:#45b345;background-color:#f2f2f2;border:1px solid #45b345}.modal .modal-fade-screen{opacity:0;text-align:left;visibility:hidden;z-index:2147483647;background-color:#000000d9;padding-top:.6em;transition:opacity .25s;position:fixed;inset:0}@media screen and (width>=900px){.modal .modal-fade-screen{padding-top:10em}}.modal .modal-fade-screen .modal-bg{cursor:pointer;position:absolute;inset:0}.modal .modal-close{cursor:pointer;background:#fff;width:1.5em;height:1.5em;position:absolute;top:1.5em;right:1.5em}.modal .modal-close:after,.modal .modal-close:before{content:"";background:#d8d8d8;width:.15em;height:1.5em;margin:-3px 0 0 -1px;display:block;position:absolute;inset:3px 3px 0 50%;transform:rotate(45deg)}.modal .modal-close:hover:after,.modal .modal-close:hover:before{background:#bfbfbf}.modal .modal-close:before{transform:rotate(-45deg)}.modal .modal-inner{background:#fff;border-radius:20px;width:95%;max-height:95%;margin:0 auto auto;padding:1.5em;transition:opacity .25s;position:relative;overflow:auto}@media screen and (width>=600px){.modal .modal-inner{width:60%;max-height:70%;padding:3em}}@media screen and (width>=900px){.modal .modal-inner{width:50%}}.modal .modal-inner h1{color:#333;text-align:left;text-transform:capitalize}.modal .modal-inner p{color:#333;line-height:1.5}.modal .modal-inner .modal-intro{margin-bottom:1em}.modal .modal-inner .modal-content{color:#333}@media screen and (width>=600px){.modal .modal-inner .modal-content{columns:2 8em}}.modal .modal-inner a.cta{color:#fff;margin-top:1em;margin-right:.5em;display:inline-block}.modal .modal-inner a.cta:last-child{padding:0 2em}.modal .modal-state:checked+.modal-fade-screen{opacity:1;visibility:visible}.modal .modal-state:checked+.modal-fade-screen .modal-inner{top:.5em}.modal-open{overflow:hidden}.grid-items-lines:after{clear:both;content:"";display:block}.grid-items-lines{position:relative}.grid-items-lines .grid-item{cursor:pointer;float:left;background:#fff;border-bottom:1px solid #3333;border-right:1px solid #3333;outline:none;width:16.6667%;padding:2em;text-decoration:none;transition:all .2s ease-in-out;overflow:hidden}@media screen and (width>=781px) and (width<=960px){.grid-items-lines .grid-item{width:33.3333%}}@media screen and (width>=501px) and (width<=780px){.grid-items-lines .grid-item{width:33.3333%}}@media screen and (width<=500px){.grid-items-lines .grid-item{width:100%}}.grid-items-lines .grid-item:focus,.grid-items-lines .grid-item:hover{background:#3333330d}.grid-items-lines .grid-item img{opacity:.2;height:2.5em;display:block}.grid-items-lines .grid-item h1{color:#333;margin-bottom:.4em;font-size:1.3em}.grid-items-lines .grid-item p{color:#3339;line-height:1.5em}@media screen and (width>=600px){.grid-items-lines .grid-item p{max-width:70%}}@media screen and (width>=900px){.grid-items-lines .grid-item-big{width:66.6667%}}@media screen and (width>=600px){.grid-items-lines .grid-item-big p{max-width:60%}}.scroll-on-page{display:inline-block}.scroll-on-page a{color:#3bbebe;text-decoration:none}@media screen and (width>=900px){.scroll-on-page aside{float:left;width:31.7616%;margin-right:2.35765%;display:block}.scroll-on-page aside:last-child{margin-right:0}}.scroll-on-page .scroll-on-page-link{border-bottom:1px solid #3bbebe33;outline:none;margin-right:1.5em;padding:.75em 0;display:block}.scroll-on-page .scroll-on-page-link:last-child{margin-bottom:1.5em}.scroll-on-page article h4{margin:0 0 .5em}.scroll-on-page article p{color:#333;line-height:1.5}.scroll-on-page article section p:last-of-type{margin-bottom:2em}@media screen and (width>=900px){.scroll-on-page article{float:left;width:65.8808%;margin-right:2.35765%;display:block}.scroll-on-page article:last-child{margin-right:0}}.bullets{flex-wrap:wrap;margin:1em 1em 1.5px;padding:0;display:flex;overflow:auto}.bullets .bullet{flex-grow:1;flex-basis:20em}.bullets .bullet-icon{float:left;background:#3bbebe;border-radius:50%;width:3.5em;height:3.5em;padding:.875em}.bullets .bullet-icon-1{background:#3bbebe}.bullets .bullet-icon-2{background:#3bbe51}.bullets .bullet-icon-3{background:#be923b}.bullets .bullet-content{margin-bottom:2em;margin-left:4.9em}.bullets h2{border-bottom:1px solid #3333;margin:0 0 .583333em;padding-top:.5em;font-size:1.4em;display:inline-block}.bullets li{list-style:none}.bullets p{color:#333;line-height:1.5}.bullets img{max-width:100%}.button-group input{display:none}.button-group label{float:left;margin-bottom:0}.button-group label .button-group-item{color:gray;cursor:pointer;background:#fff;border:1px solid silver;border-left:0;border-right-color:#eee;border-radius:0;width:auto;padding:.75em 1em;font-size:1em;font-weight:400;line-height:1;display:inline-block}.button-group label .button-group-item:focus,.button-group label .button-group-item:hover{background-color:#f7f7f7}.button-group label:first-child .button-group-item{border-top:1px solid silver;border-left:1px solid silver;border-top-left-radius:20px;border-top-right-radius:0;border-bottom-left-radius:20px}.button-group label:last-child .button-group-item{border-bottom:1px solid silver;border-right:1px solid silver;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:0}.button-group label input:checked+.button-group-item{color:#fff;background:#3bbebe;border:1px solid #298484;box-shadow:inset 0 1px 2px #2f9797}body{margin:0}body div.content-container:after{clear:both;content:"";display:block}body div.content-container{max-width:1200px;margin-left:40px;margin-right:40px;padding:40px 20px 20px}@media screen and (width<=500px){body div.content-container{margin-left:10px;margin-right:10px}}body div.content-container ul{padding-left:14px;list-style-type:disc}body div.content-container h1{font-size:2.5rem}body div.content-container h1,body div.content-container h2,body div.content-container h3,body div.content-container h4,body div.content-container h5,body div.content-container h6{color:#333;margin:.5rem 0}body div.content-container p{color:#333;margin-bottom:1.5rem}body div.content-container p a{color:#3bbebe}body #xdr-mobile-modal{display:none}body.jt-modal-mode #xdr-mobile-modal{z-index:1000;width:100%;height:100%;position:absolute}body.jt-modal-mode #xdr-mobile-modal .xdr-mobile-modal-background{opacity:.5;background:#000;height:100%}body.jt-modal-mode #sb-slide{pointer-events:none}body.jt-modal-mode.mobile-only #xdr-mobile-modal{display:none}body.jt-modal-mode.mobile-only #sb-slide{pointer-events:initial}@media screen and (width>=501px) and (width<=780px){body.jt-modal-mode.mobile-only #xdr-mobile-modal{display:block}body.jt-modal-mode.mobile-only #sb-slide{pointer-events:none}}@media screen and (width<=500px){body.jt-modal-mode.mobile-only #xdr-mobile-modal{display:block}body.jt-modal-mode.mobile-only #sb-slide{pointer-events:none}}body .below-header{margin-top:40px;padding-top:40px}body #sb-site{-ms-overflow-style:none;padding-top:50px;overflow:hidden}@media screen and (width>=501px) and (width<=780px){body #sb-site{padding-top:15px}}@media screen and (width<=500px){body #sb-site{padding-top:20px}}body .hidden{display:none!important}body #toast-container{padding-top:80px}body a img{border:none;outline:none}body select::-ms-expand{display:none}.anchor:before{content:"";width:0;height:2.5em;display:block;position:relative}.gradient-background-teal{background:linear-gradient(#fff 0%,#3bbebe 100%)!important}.gradient-background-teal h2 .ribbon-title{text-shadow:0 0 10px #30367259}.gradient-background-teal .search-box-and-results input,.gradient-background-teal .header-container .elementary-search-box input,.header-container .gradient-background-teal .elementary-search-box input{border:1px solid #000}.gradient-background-teal .search-results-container h1,.gradient-background-teal .search-results-container h2,.gradient-background-teal .search-results-container h3,.gradient-background-teal .search-results-container h4,.gradient-background-teal .search-results-container p,.gradient-background-teal .search-results-container strong,.gradient-background-teal .search-results-container span,.gradient-background-teal .search-results-container ul,.gradient-background-teal .search-results-container li,.gradient-background-teal .search-results-container a{text-shadow:unset;color:#000!important}.gradient-background-teal .search-results-container h1 div,.gradient-background-teal .search-results-container h2 div,.gradient-background-teal .search-results-container h3 div,.gradient-background-teal .search-results-container h4 div,.gradient-background-teal .search-results-container p div,.gradient-background-teal .search-results-container strong div,.gradient-background-teal .search-results-container span div,.gradient-background-teal .search-results-container ul div,.gradient-background-teal .search-results-container li div,.gradient-background-teal .search-results-container a div{color:#000!important}.gradient-background-teal .search-results-container svg path{fill:#000!important}.gradient-background-navi{background:linear-gradient(#fff 0%,#303672 100%)!important}.gradient-background-navi h1,.gradient-background-navi h2,.gradient-background-navi h3,.gradient-background-navi h4,.gradient-background-navi p,.gradient-background-navi strong,.gradient-background-navi span,.gradient-background-navi ul,.gradient-background-navi li,.gradient-background-navi a{text-shadow:0 0 10px #30367259}.gradient-background-navi .search-box-and-results input,.gradient-background-navi .header-container .elementary-search-box input,.header-container .gradient-background-navi .elementary-search-box input{border:1px solid #000}.gradient-background-navi .search-results-container h1,.gradient-background-navi .search-results-container h2,.gradient-background-navi .search-results-container h3,.gradient-background-navi .search-results-container h4,.gradient-background-navi .search-results-container p,.gradient-background-navi .search-results-container strong,.gradient-background-navi .search-results-container span,.gradient-background-navi .search-results-container ul,.gradient-background-navi .search-results-container li,.gradient-background-navi .search-results-container a{text-shadow:unset;color:#000!important}.gradient-background-navi .search-results-container h1 div,.gradient-background-navi .search-results-container h2 div,.gradient-background-navi .search-results-container h3 div,.gradient-background-navi .search-results-container h4 div,.gradient-background-navi .search-results-container p div,.gradient-background-navi .search-results-container strong div,.gradient-background-navi .search-results-container span div,.gradient-background-navi .search-results-container ul div,.gradient-background-navi .search-results-container li div,.gradient-background-navi .search-results-container a div{color:#000!important}.gradient-background-navi .search-results-container svg path{fill:#000!important}.gradient-background-gold{background:linear-gradient(#fff 0%,#f1bf46 100%)!important}.gradient-background-gold h1,.gradient-background-gold h2,.gradient-background-gold h3,.gradient-background-gold h4,.gradient-background-gold p,.gradient-background-gold strong,.gradient-background-gold span,.gradient-background-gold ul,.gradient-background-gold li,.gradient-background-gold a,.gradient-background-gold h1 div,.gradient-background-gold h2 div,.gradient-background-gold h3 div,.gradient-background-gold h4 div,.gradient-background-gold p div,.gradient-background-gold strong div,.gradient-background-gold span div,.gradient-background-gold ul div,.gradient-background-gold li div,.gradient-background-gold a div{color:#443a70!important}.gradient-background-gold h2,.gradient-background-gold p{color:#fff!important}.gradient-background-gold .cta__title p,.gradient-background-gold .ribbon-title p{font-family:tide-sans,sans-serif;color:#443a70!important}.gradient-background-gold .cta__title,.gradient-background-gold .ribbon-title{color:#443a70!important}.gradient-background-gold .all-show__series:hover h1,.gradient-background-gold .all-show__series:hover h2,.gradient-background-gold .all-show__series:hover h3,.gradient-background-gold .all-show__series:hover h4,.gradient-background-gold .all-show__series:hover p,.gradient-background-gold .all-show__series:hover strong,.gradient-background-gold .all-show__series:hover span,.gradient-background-gold .all-show__series:hover ul,.gradient-background-gold .all-show__series:hover li,.gradient-background-gold .all-show__series:hover a{color:#fff!important}.gradient-background-gold .search-results-container svg path{fill:#443a70!important}.background-white{background:#fff!important}.background-white input{border:1px solid #303672}.background-white h1,.background-white h2,.background-white h3,.background-white h4,.background-white p,.background-white strong,.background-white span,.background-white ul,.background-white li,.background-white a,.background-white h1 div,.background-white h2 div,.background-white h3 div,.background-white h4 div,.background-white p div,.background-white strong div,.background-white span div,.background-white ul div,.background-white li div,.background-white a div{color:#303672!important}.background-white .search-results-type-wrapper svg path{fill:#303672!important}.background-white .search-box-and-results input,.background-white .header-container .elementary-search-box input,.header-container .background-white .elementary-search-box input{color:#303672;border:1px solid #303672}.background-aquamarine{background:#aee6d2!important}.background-aquamarine h1,.background-aquamarine h2,.background-aquamarine h3,.background-aquamarine h4,.background-aquamarine p,.background-aquamarine strong,.background-aquamarine span,.background-aquamarine ul,.background-aquamarine li,.background-aquamarine a{color:#303672!important}.background-aquamarine .search-box-and-results input,.background-aquamarine .header-container .elementary-search-box input,.header-container .background-aquamarine .elementary-search-box input{border:1px solid #000}.background-aquamarine .search-results-container h1,.background-aquamarine .search-results-container h2,.background-aquamarine .search-results-container h3,.background-aquamarine .search-results-container h4,.background-aquamarine .search-results-container p,.background-aquamarine .search-results-container strong,.background-aquamarine .search-results-container span,.background-aquamarine .search-results-container ul,.background-aquamarine .search-results-container li,.background-aquamarine .search-results-container a{text-shadow:unset;color:#000!important}.background-aquamarine .search-results-container h1 div,.background-aquamarine .search-results-container h2 div,.background-aquamarine .search-results-container h3 div,.background-aquamarine .search-results-container h4 div,.background-aquamarine .search-results-container p div,.background-aquamarine .search-results-container strong div,.background-aquamarine .search-results-container span div,.background-aquamarine .search-results-container ul div,.background-aquamarine .search-results-container li div,.background-aquamarine .search-results-container a div{color:#000!important}.background-aquamarine .search-results-container svg path{fill:#000!important}.minno-world img{width:100vw!important}.button.is-outlined.is-blue{color:#303672;width:auto;min-width:initial;border-width:1px;border-color:#303672;border-radius:1rem;align-self:flex-start;margin:1rem 0;padding-left:2rem;padding-right:2rem;display:flex}.container--pdxl{padding-top:5vh}header.navigation a{text-decoration:none}header.navigation{z-index:999;filter:drop-shadow(-1px 6px 3px #0000003b);background-color:#303672;width:100%;min-height:40px;position:fixed;top:0}@media screen and (width>=501px) and (width<=780px){header.navigation{min-height:60px}}@media screen and (width<=500px){header.navigation{min-height:60px}}header.navigation .navigation-wrapper{float:left;width:100%;margin-right:2.35765%;display:block}header.navigation .navigation-wrapper:last-child{margin-right:0}header.navigation .navigation-wrapper:after{clear:both;content:"";display:block}header.navigation .navigation-wrapper{z-index:9999;text-align:center;position:relative}header.navigation .elipse{clip-path:ellipse(54% 26.78% at 50% 54%);background:#303672;width:100%;height:140px;position:absolute;top:7px}@media screen and (width>=501px) and (width<=780px){header.navigation .elipse{height:95px}}@media screen and (width<=500px){header.navigation .elipse{height:95px}}header.navigation .navigation-menu-button{float:left;width:6.17215%;margin-right:2.35765%;display:block}header.navigation .navigation-menu-button:last-child{margin-right:0}header.navigation .navigation-menu-button{color:#ffffffb3;float:right;text-transform:uppercase;margin:0;padding-right:1em;font-weight:700;line-height:40px;display:block}@media screen and (width>=900px){header.navigation .navigation-menu-button{display:none}}header.navigation .navigation-menu-button:focus,header.navigation .navigation-menu-button:hover{color:#fff}header.navigation nav{float:left;z-index:9999999;width:80px;min-height:40px}@media screen and (width>=501px) and (width<=780px){header.navigation nav{min-height:60px}}@media screen and (width<=500px){header.navigation nav{min-height:60px}}header.navigation nav .cmn-toggle-switch{color:#fff;appearance:none;width:65px;height:31px;box-shadow:none;cursor:pointer;background-color:#0000;border:1px solid #fff;padding:0;transition:background .3s;display:block;position:relative;overflow:hidden;border-radius:0!important}@media screen and (width>=501px) and (width<=780px){header.navigation nav .cmn-toggle-switch{margin-top:16px}}@media screen and (width<=500px){header.navigation nav .cmn-toggle-switch{margin-top:15px}}header.navigation nav .cmn-toggle-switch:focus{outline:none}header.navigation nav .cmn-toggle-switch span{background:#fff;height:5px;display:block;position:absolute;top:27px;left:12px;right:13px}header.navigation nav .cmn-toggle-switch span:before,header.navigation nav .cmn-toggle-switch span:after{content:"";background-color:#fff;width:100%;height:5px;display:block;position:absolute;left:0}header.navigation nav .cmn-toggle-switch span:before{top:-10px}header.navigation nav .cmn-toggle-switch span:after{bottom:-10px}header.navigation nav .cmn-toggle-switch__htx span{-webkit-transition:background 0 .3s;transition:background 0 .3s}header.navigation nav .cmn-toggle-switch__htx span:before,header.navigation nav .cmn-toggle-switch__htx span:after{transition-duration:.3s,.3s;-webkit-transition-delay:.3s, 0;transition-delay:.3s, 0}header.navigation nav .cmn-toggle-switch__htx span:before{-webkit-transition-property:top,-webkit-transform;transition-property:top,transform}header.navigation nav .cmn-toggle-switch__htx span:after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,transform}header.navigation nav .cmn-toggle-switch__htx.active span{background:0 0}header.navigation nav .cmn-toggle-switch__htx.active span:before{top:0;transform:rotate(45deg)}header.navigation nav .cmn-toggle-switch__htx.active span:after{bottom:0;transform:rotate(-45deg)}header.navigation nav .cmn-toggle-switch__htx.active span:before,header.navigation nav .cmn-toggle-switch__htx.active span:after{-webkit-transition-delay:0, .3s;transition-delay:0, .3s}header.navigation .sign-up{float:right;text-transform:uppercase;font-size:.8em;display:inline}.bubbles{background-size:contain}.header-bar{background-color:#303672;height:30px}@media screen and (width>=501px) and (width<=780px){.header-bar{display:none}}@media screen and (width<=500px){.header-bar{display:none}}.header-bar .login-button{clear:none;float:right;text-align:right;background-color:#303672;height:30px;transition:all .48s;display:block}.header-bar .login-button:hover{background-color:#303672;transition:all .48s}.header-bar .login-button .login-bar{color:#2b9191;text-transform:none;cursor:pointer;text-align:right;background-clip:padding-box;height:100%;font-family:tide-sans,sans-serif;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.header-bar .login-button .login-bar .login-copy{float:left;padding-top:4px;padding-left:6px}.header-bar .login-button .login-bar .login-copy button{letter-spacing:.05em;background:#3bbebe;border-radius:10px;width:75px;height:25px;margin-top:-4px;padding:0;font-family:tide-sans,sans-serif}.header-bar .merchandising-section{float:right;max-height:30px}.header-bar .merchandising-section .merchandising-copy{color:#fff;float:right;margin-right:20px;padding-top:6px;padding-left:10px;font-family:tide-sans-300,sans-serif;font-size:13px;-webkit-animation-duration:1s;-webkit-animation-delay:5s}.header-bar .merchandising-section .merchandising-copy a{color:#fff;font-weight:700;text-decoration:underline}.header-bar .merchandising-section .merchandising-images{float:left;-webkit-animation-delay:7s}.header-bar .merchandising-section .merchandising-images .merch-img{float:right;max-height:28px;-webkit-animation-delay:10s}.lo-header{height:90px;padding:1em 3em}@media screen and (width>=501px) and (width<=780px){.lo-header{justify-content:space-between;align-items:center;height:60px;display:flex}}@media screen and (width<=500px){.lo-header{justify-content:space-between;align-items:center;height:60px;padding:1em;display:flex}}.lo-header>a{float:left;display:flex}@media screen and (width>=501px) and (width<=780px){.lo-header>a{height:auto}}@media screen and (width<=500px){.lo-header>a{width:50%;height:auto}}.lo-header nav{display:none}@media screen and (width>=501px) and (width<=780px){.lo-header nav{display:block}}@media screen and (width<=500px){.lo-header nav{width:auto;margin:0;display:block}}.lo-header nav .lo-menu-toggle .cmn-toggle-switch{color:#fff;border:1px solid #fff}@media screen and (width<=500px){.lo-header nav .lo-menu-toggle a{background-color:#303672}}.lo-header .logo{float:left;height:auto;max-height:30px;margin-top:2px}@media screen and (width>=781px) and (width<=960px){.lo-header .logo{float:none;width:auto;max-height:30px;margin:0}}@media screen and (width>=501px) and (width<=780px){.lo-header .logo{float:none;width:auto;max-height:30px;margin:0}}@media screen and (width<=500px){.lo-header .logo{text-align:center;width:auto;max-height:30px;margin:0;top:14px}}.lo-header .logo-blog{vertical-align:top;float:left;max-height:35px}@media screen and (width>=781px) and (width<=960px){.lo-header .logo-blog{width:auto;max-height:35px;margin:0}}@media screen and (width>=501px) and (width<=780px){.lo-header .logo-blog{float:none;width:auto;max-height:35px;margin:0}}@media screen and (width<=500px){.lo-header .logo-blog{float:none;width:auto;height:auto;max-height:30px}}.li-header{height:90px;padding:1em 3em}@media screen and (width>=501px) and (width<=780px){.li-header{justify-content:space-between;align-items:center;height:60px;display:flex}}@media screen and (width<=500px){.li-header{justify-content:space-between;align-items:center;height:60px;padding:1em;display:flex}}@media screen and (width>=501px) and (width<=780px){.li-header>a{height:auto;display:inline-block}}@media screen and (width<=500px){.li-header>a{height:auto;display:inline-block}}.li-header .logo{float:left;max-height:31px;margin-left:40px}@media screen and (width>=781px) and (width<=960px){.li-header .logo{float:none;width:auto;max-height:30px;margin:0}}@media screen and (width>=501px) and (width<=780px){.li-header .logo{float:none;width:auto;max-height:30px;margin:9px 0 0}}@media screen and (width<=500px){.li-header .logo{text-align:center;width:auto;max-height:30px;margin:0;top:14px}}.li-header .logo-login{float:left;margin-top:14px;margin-left:20px}@media screen and (width>=501px) and (width<=780px){.li-header .logo-login{float:none;width:auto;max-height:35px;margin-right:8%}}@media screen and (width<=500px){.li-header .logo-login{text-align:center;width:auto;max-height:30px;margin-top:20px;margin-left:-62px;position:absolute;left:53%}}.li-header .logo-blog-login{vertical-align:top;float:left;margin:22px 0 0 20px}@media screen and (width>=501px) and (width<=780px){.li-header .logo-blog-login{float:none;width:150px;height:auto;margin:22px 56px 0 0}}@media screen and (width<=500px){.li-header .logo-blog-login{float:none;width:150px;height:auto;margin:22px 56px 0 0}}.li-header #searchContainer{float:right;display:inline-block;position:relative}@media screen and (width>=501px) and (width<=780px){.li-header #searchContainer{float:left;width:6.17215%;margin-right:2.35765%;display:block}.li-header #searchContainer:last-child{margin-right:0}.li-header #searchContainer{float:right;width:55px;height:42px;padding:0}}@media screen and (width<=500px){.li-header #searchContainer{float:left;width:6.17215%;margin-right:2.35765%;display:block}.li-header #searchContainer:last-child{margin-right:0}.li-header #searchContainer{float:right;width:55px;height:42px;margin-top:12px;margin-right:0;padding:0}}.li-header #searchContainer form input[type=text]{color:#555;height:50px;box-shadow:none;z-index:3;cursor:text;background:#fff;border:3px solid #f2644c;outline:none;margin:0;padding-left:10px;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200;transition:width .4s cubic-bezier(0,.795,0,1);display:inline-block;position:relative}@media screen and (width>=501px) and (width<=780px){.li-header #searchContainer form input[type=text]{cursor:pointer;background:0 0;border:none;width:0;padding:0 60px 0 20px;transition:width .4s cubic-bezier(0,.795,0,1);position:absolute;top:5px;right:1px}}@media screen and (width<=500px){.li-header #searchContainer form input[type=text]{cursor:pointer;background:0 0;border:none;width:0;padding:0 60px 0 20px;transition:width .4s cubic-bezier(0,.795,0,1);position:absolute;top:5px;right:1px}}.li-header #searchContainer form input[type=text]:focus{border:3px solid #f2644c}@media screen and (width>=501px) and (width<=780px){.li-header #searchContainer form input[type=text]:focus{z-index:1;cursor:text;color:#333;background-color:#fff;border:2px solid #f2644c;border-radius:0;width:100%;top:60px;right:0}}@media screen and (width<=500px){.li-header #searchContainer form input[type=text]:focus{z-index:1;cursor:text;color:#333;background-color:#fff;border:2px solid #f2644c;border-radius:0;width:100%;top:60px;right:0}}.li-header #searchContainer form .submit{z-index:4;color:#473874;cursor:pointer;font-size:26px;position:absolute;top:28px;right:14px}@media screen and (width>=501px) and (width<=780px){.li-header #searchContainer form .submit{color:#fff;z-index:2;font-size:26px;top:17px;right:20px;position:none!important}}@media screen and (width<=500px){.li-header #searchContainer form .submit{color:#fff;z-index:2;font-size:26px;top:17px;right:10px;position:none!important}}.li-header #searchContainer form .submit:hover{outline:none}.li-header #searchContainer form .submit.active{color:#fff}.li-header #searchContainer form .submit input[type=submit]{color:#fff;float:right;text-indent:-10000px;z-index:2;opacity:.4;cursor:pointer;background:0 0;border:none;width:60px;height:50px;padding:0;transition:opacity .4s;display:inline-block;position:absolute;top:-5px;right:-10px}.li-header #searchContainer form .submit input[type=submit]:hover,.li-header #searchContainer form .submit input[type=submit]:focus{opacity:.7;outline:none}#searchContainer{float:right;width:55px;display:inline-block;position:relative;right:10px}@media screen and (width>=501px) and (width<=780px){#searchContainer{float:left;width:6.17215%;margin-right:2.35765%;display:block}#searchContainer:last-child{margin-right:0}#searchContainer{float:right;height:56px;margin-right:0;padding:15px 0 0;right:0}}@media screen and (width<=500px){#searchContainer{float:left;width:6.17215%;margin-right:2.35765%;display:block}#searchContainer:last-child{margin-right:0}#searchContainer{float:right;width:55px;height:56px;margin-right:0;padding-top:18px;right:0}}#searchContainer .lo-search-link{color:#473874}#searchContainer .lo-search-link .icon-search{font-size:30px}#searchContainer .lo-search-link .logo{float:right}#searchContainer .li-search-link{color:#fff}#searchContainer .li-search-link .logo{float:right}#searchContainer .li-search-link .icon-search{font-size:30px}#searchContainer form input[type=text]{color:#555;height:30px;box-shadow:none;z-index:3;cursor:text;background:0 0;border:1px solid #473874;outline:none;margin:0;padding-left:10px;font-family:tide-sans-300,sans-serif;font-size:13px;font-weight:200;display:inline-block;position:relative}@media screen and (width>=501px) and (width<=780px){#searchContainer form input[type=text]{cursor:pointer;background:0 0;border:none;width:0;height:40px;padding:0 60px 0 20px;position:absolute;top:5px;right:1px}}@media screen and (width<=500px){#searchContainer form input[type=text]{cursor:pointer;background:0 0;border:none;width:0;height:40px;padding:0 60px 0 20px;position:absolute;top:5px;right:1px}}@media screen and (width>=501px) and (width<=780px){#searchContainer form input[type=text]:focus{z-index:1;cursor:text;color:#333;background-color:#fff;border-bottom:1px solid #bbb;border-radius:0;width:700px;transition:width .5s cubic-bezier(0,.795,0,1);top:60px;right:0}}@media screen and (width<=500px){#searchContainer form input[type=text]:focus{z-index:1;cursor:text;color:#333;background-color:#fff;border:1px solid #bbb;border-radius:0;width:100%;transition:width .5s cubic-bezier(0,.795,0,1);top:60px;right:0}}#searchContainer form .submit{z-index:4;color:#6f6f6f;cursor:pointer;font-size:22px;position:absolute;top:12px;right:14px}@media screen and (width>=501px) and (width<=780px){#searchContainer form .submit{color:#473874;z-index:2;font-size:26px;top:16px;right:20px;position:none!important}}@media screen and (width<=500px){#searchContainer form .submit{color:#473874;z-index:2;font-size:26px;top:17px;right:10px;position:none!important}}#searchContainer form .submit:hover{outline:none}#searchContainer form .submit.active{color:#555}#searchContainer form .submit input[type=submit]{color:#333;float:right;text-indent:-10000px;z-index:2;cursor:pointer;opacity:.4;cursor:pointer;background:linear-gradient(#7db6af,#3badac);border:none;width:60px;height:50px;padding:0;transition:opacity .4s;display:inline-block;position:absolute;top:-5px;right:-10px}#searchContainer form .submit input[type=submit]:hover,#searchContainer form .submit input[type=submit]:focus{opacity:.7;outline:none}.search-options{float:left;width:100%;margin-right:2.35765%;display:block}.search-options:last-child{margin-right:0}.search-options{float:left;background-color:#f3f3f3;border-top:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf;width:100%;padding:20px 0;position:fixed;top:80px}@media screen and (width>=501px) and (width<=780px){.search-options{top:60px}}@media screen and (width<=500px){.search-options{text-align:center;padding:6px 0;top:60px}}.search-options .header{float:left;width:23.2318%;margin-right:2.35765%;display:block}.search-options .header:last-child{margin-right:0}.search-options .header{color:#473874;width:330px;margin-left:4%;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:700;line-height:22px}@media screen and (width>=501px) and (width<=780px){.search-options .header{width:190px;font-size:24px}}@media screen and (width<=500px){.search-options .header{text-align:center;width:100%;margin-left:0;font-size:20px}}.search-options .filter-copy{float:left;width:14.702%;margin-right:2.35765%;display:block}.search-options .filter-copy:last-child{margin-right:0}.search-options .filter-copy{float:left;color:#473874;border-right:1px solid #979797;width:120px;margin-right:2%}@media screen and (width<=500px){.search-options .filter-copy{display:none}}.search-options .search-option{color:#473874;margin-right:2%;display:inline-block}@media screen and (width<=500px){.search-options .search-option{font-size:12px}.search-options .search-option span{vertical-align:top}}.results-container{margin-top:150px}.results-container:after{clear:both;content:"";display:block}.results-container{max-width:1400px;min-height:630px;margin-left:auto;margin-right:auto;padding:0 4%}.results-container .result{float:left;width:100%;margin-right:2.35765%;display:block}.results-container .result:last-child{margin-right:0}.results-container .result{border-bottom:1px solid #979797;margin-bottom:24px;padding-bottom:20px}@media screen and (width<=500px){.results-container .result{margin-bottom:30px}}.results-container .result .image{float:left;width:31.7616%;margin-right:2.35765%;display:block}.results-container .result .image:last-child{margin-right:0}@media screen and (width<=500px){.results-container .result .image{width:100%}}.results-container .result .info{float:left;width:65.8808%;margin-right:2.35765%;display:block}.results-container .result .info:last-child{margin-right:0}@media screen and (width<=500px){.results-container .result .info{width:100%}}.results-container .result .info .name{padding-bottom:10px;font-family:tide-sans-300,sans-serif;font-size:28px;line-height:29px}@media screen and (width<=500px){.results-container .result .info .name{font-size:20px;line-height:24px}}.results-container .result .info .name a{color:#473874}.results-container .result .info .name a:hover{color:#7cd8d8}.results-container .result .info .description{color:#333;margin-bottom:40px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:18px}@media screen and (width<=500px){.results-container .result .info .description{font-size:14px}}.results-container .result .info .match_data{color:#473874;font-size:12px}.cookie-footer{z-index:999999999;background:#303672;border-top:1px solid #f8f8f8;width:100%;padding:.8em 1.5em;-webkit-animation-delay:1s;display:block;position:fixed;bottom:0}@media screen and (width<=500px){.cookie-footer{padding:1em 20px}}.cookie-footer .footer-secondary-links{width:100%;display:inline-flex}@media screen and (width>=1550px){.cookie-footer .footer-secondary-links{display:block}}@media screen and (width<=500px){.cookie-footer .footer-secondary-links{text-align:center;display:block}}.cookie-footer .footer-secondary-links .agreement-text{float:left;color:#fff;max-width:55%;margin:0 6%;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width<=500px){.cookie-footer .footer-secondary-links .agreement-text{max-width:100%;margin:0}}.cookie-footer .footer-secondary-links #banner-agree-button{float:right;color:#fff;background:#3bbebe;max-height:42px;margin:auto 6%;padding:.75em 6.5em}@media screen and (width>=501px) and (width<=780px){.cookie-footer .footer-secondary-links #banner-agree-button{padding:.75em 4.5em}}@media screen and (width<=500px){.cookie-footer .footer-secondary-links #banner-agree-button{float:none;margin:6% 0 0}}footer{background-color:#303672}.footer-1{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1:last-child{margin-right:0}.footer-1{background-color:#3bbebe;height:auto;padding:20px 46px 30px 66px;position:relative}@media screen and (width<=500px){.footer-1{padding:20px}}.footer-1 .recent-blog{float:left;width:24.9377%;margin-right:2.35765%;display:block;margin-right:4em!important}.footer-1 .recent-blog:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.footer-1 .recent-blog{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog:last-child{margin-right:0}.footer-1 .recent-blog{padding:2em}}@media screen and (width>=501px) and (width<=780px){.footer-1 .recent-blog{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog:last-child{margin-right:0}.footer-1 .recent-blog{padding:2em}}@media screen and (width<=500px){.footer-1 .recent-blog{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog:last-child{margin-right:0}.footer-1 .recent-blog{padding:2em}}@media screen and (width<=390px){.footer-1 .recent-blog{float:unset;flex-direction:column;display:flex}}.footer-1 .recent-blog .post-block{justify-content:center;width:100%;display:flex}.footer-1 .recent-blog .post-block:nth-child(2){justify-content:start}@media screen and (width>=501px) and (width<=780px){.footer-1 .recent-blog .post-block{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog .post-block:last-child{margin-right:0}}@media screen and (width<=500px){.footer-1 .recent-blog .post-block{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog .post-block:last-child{margin-right:0}}.footer-1 .recent-blog .post-block .post-content{flex-direction:column;justify-content:space-between;width:261px;min-height:250px;display:flex}@media screen and (width<=500px){.footer-1 .recent-blog .post-block .post-content{width:auto}}.footer-1 .recent-blog .recent-blog-header{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .recent-blog .recent-blog-header:last-child{margin-right:0}.footer-1 .recent-blog .recent-blog-header{color:#fff;padding-top:1.5%;font-family:tide-sans,sans-serif;font-size:28px;font-weight:700}@media screen and (width>=781px) and (width<=960px){.footer-1 .recent-blog .recent-blog-header{text-align:center;position:relative}}@media screen and (width>=501px) and (width<=780px){.footer-1 .recent-blog .recent-blog-header{text-align:center;padding-top:0}}@media screen and (width<=500px){.footer-1 .recent-blog .recent-blog-header{text-align:center;padding-top:0;padding-bottom:20px}}@media screen and (width<=390px){.footer-1 .recent-blog .recent-blog-header{width:215px;margin:auto}}.footer-1 .recent-blog .latest-post-image .post-image img{border:5px solid #fff}@media screen and (width>=501px) and (width<=780px){.footer-1 .recent-blog .latest-post-image{float:left;width:100%;margin-right:10.1484%;display:block}.footer-1 .recent-blog .latest-post-image:last-child{margin-right:0}}@media screen and (width<=500px){.footer-1 .recent-blog .latest-post-image{float:left;width:100%;margin-right:10.1484%;display:block}.footer-1 .recent-blog .latest-post-image:last-child{margin-right:0}}.footer-1 .recent-blog .post-title{padding:10px 0;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:400;line-height:20px}@media screen and (width>=781px) and (width<=960px){.footer-1 .recent-blog .post-title{font-size:14px;line-height:20px}}@media screen and (width>=501px) and (width<=780px){.footer-1 .recent-blog .post-title{float:left;width:100%;margin-right:10.1484%;display:block}.footer-1 .recent-blog .post-title:last-child{margin-right:0}.footer-1 .recent-blog .post-title{margin-top:0;font-size:14px;line-height:20px}}@media screen and (width<=500px){.footer-1 .recent-blog .post-title{float:left;width:100%;margin-right:10.1484%;display:block}.footer-1 .recent-blog .post-title:last-child{margin-right:0}.footer-1 .recent-blog .post-title{margin-top:0;font-size:14px;line-height:20px}}.footer-1 .recent-blog .post-title a{color:#fff}.footer-1 .email-signup{float:left;width:45.4093%;margin-right:2.35765%;display:block}.footer-1 .email-signup:last-child{margin-right:0}.footer-1 .email-signup{background-color:#3bbebe;flex-direction:column;justify-content:center;align-items:center;margin-right:0;padding:5em 0;display:flex}@media screen and (width>=781px) and (width<=960px){.footer-1 .email-signup{width:100%}}@media screen and (width>=501px) and (width<=780px){.footer-1 .email-signup{width:100%;height:auto}}@media screen and (width<=500px){.footer-1 .email-signup{width:100%;height:auto}}.footer-1 .email-signup .email-title{color:#fff;letter-spacing:.08px;text-align:center;padding:1.5% 11%;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:30px}@media screen and (width<=500px){.footer-1 .email-signup .email-title{font-size:18px;font-weight:300;line-height:22px}}.footer-1 .email-signup .email-subtitle{color:#303672;text-align:center;padding-top:14px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:20px}.footer-1 .email-signup #mc_embed_signup #mc_embed_signup_scroll{width:100%;display:inline-flex}@media screen and (width>=781px) and (width<=960px){.footer-1 .email-signup #mc_embed_signup #mc_embed_signup_scroll{width:96%}}@media screen and (width>=501px) and (width<=780px){.footer-1 .email-signup #mc_embed_signup #mc_embed_signup_scroll{width:100%}}@media screen and (width<=500px){.footer-1 .email-signup #mc_embed_signup #mc_embed_signup_scroll{display:block}}.footer-1 .email-signup #mc_embed_signup form{text-align:center;padding:4% 16%}@media screen and (width<=500px){.footer-1 .email-signup #mc_embed_signup form{padding:4%}}.footer-1 .email-signup #mc_embed_signup input.email{border:1px solid #cfcfcf;width:100%;height:46px;padding:.8em 1em;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=501px) and (width<=780px){.footer-1 .email-signup #mc_embed_signup input.email{width:100%}}@media screen and (width<=500px){.footer-1 .email-signup #mc_embed_signup input.email{text-align:center;width:100%}}.footer-1 .email-signup #mc_embed_signup input.button{color:#6f6f6f;background-color:#fff;width:100%;min-width:110px;height:46px;margin-bottom:0}@media screen and (width>=501px) and (width<=780px){.footer-1 .email-signup #mc_embed_signup input.button{color:#6f6f6f;background-color:#fff}}@media screen and (width<=500px){.footer-1 .email-signup #mc_embed_signup input.button{color:#6f6f6f;background-color:#fff}}.footer-1 .social-section{float:left;width:24.9377%;margin-right:2.35765%;display:block}.footer-1 .social-section:last-child{margin-right:0}.footer-1 .social-section{float:right;text-align:right;width:26%;margin-right:0;padding:1em 0;position:absolute;bottom:0;right:50px}@media screen and (width>=781px) and (width<=960px){.footer-1 .social-section{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .social-section:last-child{margin-right:0}.footer-1 .social-section{top:230px}}@media screen and (width>=501px) and (width<=780px){.footer-1 .social-section{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .social-section:last-child{margin-right:0}.footer-1 .social-section{position:unset;text-align:center;padding:1em 0 2em}}@media screen and (width<=500px){.footer-1 .social-section{float:left;width:100%;margin-right:2.35765%;display:block}.footer-1 .social-section:last-child{margin-right:0}.footer-1 .social-section{position:unset;text-align:center;padding:1em 0 2em}}.footer-1 .social-section .social-header{color:#fff;padding-top:1.5%;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:400}@media screen and (width>=781px) and (width<=960px){.footer-1 .social-section .social-header{padding-top:0}}@media screen and (width>=501px) and (width<=780px){.footer-1 .social-section .social-header{padding-top:0}}@media screen and (width<=500px){.footer-1 .social-section .social-header{padding-top:0}}.footer-1 .social-section .jt-section-social{text-align:center;display:inline-flex}.footer-1 .social-section .jt-section-social a{margin:0 15px;display:inline-table}.footer-1 .social-section .jt-section-social a:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.footer-1 .social-section .jt-section-social a:last-child{margin-right:15px}}@media screen and (width<=500px){.footer-1 .social-section .jt-section-social a:last-child{margin-right:15px}}.footer-1 .social-section .jt-section-social .post-image{margin:0}.footer-1 .social-section .jt-section-social img{width:auto;height:35px}@media screen and (width<=500px){.white-background{display:none!important}}@media screen and (width>=501px) and (width<=780px){.white-background{display:none!important}}.white-background{background:#fff!important}.white-background a{color:#3bbebe!important}.teal-background .footer-1,.navi-background .footer-1{min-height:98px;top:-32px}@media screen and (width>=781px) and (width<=960px){.teal-background .footer-1 .social-section,.navi-background .footer-1 .social-section{float:left;width:100%;margin-right:2.35765%;display:block}.teal-background .footer-1 .social-section:last-child,.navi-background .footer-1 .social-section:last-child{margin-right:0}.teal-background .footer-1 .social-section,.navi-background .footer-1 .social-section{width:28%;top:230px}}@media screen and (width<=500px){.teal-background .footer-1,.navi-background .footer-1{display:none!important}}@media screen and (width>=501px) and (width<=780px){.teal-background .footer-1,.navi-background .footer-1{padding:50px 46px 0 66px}}.teal-background .footer-2,.navi-background .footer-2{padding:0 3em 1em}.teal-background .social-section,.navi-background .social-section{padding:0}.teal-background{background:#3bbebe!important}.navi-background .footer-1{background:#303672!important}.footer-2 ul{margin:0;padding:0;line-height:1.5em}.footer-2 li{list-style:none}.footer-2 a{text-decoration:none}.footer-2{background:#303672;width:100%;padding:1em 3em;display:inline-block}@media screen and (width<=500px){.footer-2{padding:2em 0}}.footer-2 .footer-wrapper{z-index:9999;margin-left:auto;margin-right:auto;position:relative}.footer-2 .footer-links{float:left;width:65.8808%;margin-right:2.35765%;display:block}.footer-2 .footer-links:last-child{margin-right:0}.footer-2 .footer-links{padding-top:30px;font-family:tide-sans-300,sans-serif;font-size:17px}@media screen and (width>=781px) and (width<=960px){.footer-2 .footer-links{width:100%;padding-top:0;padding-bottom:12px}}@media screen and (width>=501px) and (width<=780px){.footer-2 .footer-links{width:100%;padding-top:0;padding-bottom:12px}}@media screen and (width<=500px){.footer-2 .footer-links{width:100%;padding-top:0;padding-bottom:12px}}.footer-2 .footer-links ul{float:left;margin-bottom:0;line-height:1.8em}@media screen and (width>=781px) and (width<=960px){.footer-2 .footer-links ul{float:none;text-align:center}}@media screen and (width>=501px) and (width<=780px){.footer-2 .footer-links ul{float:none;text-align:center}}@media screen and (width<=500px){.footer-2 .footer-links ul{float:none;text-align:center;flex-direction:column;display:flex}}.footer-2 ul li{color:#ffffffe6;text-align:left;padding-right:1em;font-weight:400;display:inline}@media screen and (width<=500px){.footer-2 ul li{padding-right:unset;text-align:unset}}.footer-2 ul li:last-child{padding-right:0}.footer-2 ul li a{color:#ffffffe6;cursor:pointer}.footer-2 ul li a:focus,.footer-2 ul li a:hover{color:#fff}.footer-2 .footer-right-block{float:left;width:31.7616%;margin-right:2.35765%;display:block}.footer-2 .footer-right-block:last-child{margin-right:0}.footer-2 .footer-right-block{float:right;text-align:right;font-family:tide-sans-300,sans-serif;font-weight:200}@media screen and (width>=781px) and (width<=960px){.footer-2 .footer-right-block{text-align:center;width:100%}}@media screen and (width>=501px) and (width<=780px){.footer-2 .footer-right-block{text-align:center;width:100%}}@media screen and (width<=500px){.footer-2 .footer-right-block{text-align:center;width:100%}}.footer-2 .footer-right-block .footer-legal{width:100%}@media screen and (width>=781px) and (width<=960px){.footer-2 .footer-right-block{text-align:center}}@media screen and (width>=501px) and (width<=780px){.footer-2 .footer-right-block{text-align:center}}@media screen and (width<=500px){.footer-2 .footer-right-block{text-align:center}}.footer-2 .footer-right-block .footer-secondary-links{cursor:pointer;float:left;width:65.8808%;margin-right:2.35765%;display:block}.footer-2 .footer-right-block .footer-secondary-links:last-child{margin-right:0}.footer-2 .footer-right-block .footer-secondary-links{width:100%}@media screen and (width>=501px) and (width<=780px){.footer-2 .footer-right-block .footer-secondary-links{width:100%}}@media screen and (width<=500px){.footer-2 .footer-right-block .footer-secondary-links{width:100%}}.footer-2 .footer-right-block .footer-secondary-links li{font-size:10px;font-weight:400}.help-icon{z-index:2147483647;transition:all .28s;position:fixed;bottom:6px;right:14px}.help-icon:hover{transition:all .28s;bottom:9px}.help-icon img{width:80px}.help-bubble{color:#473874;z-index:2147483647;font-family:urbane-rounded,Sofia-Pro,sans-serif;-webkit-animation-duration:3s;-webkit-animation-iteration-count:3;-webkit-animation-delay:3s;position:fixed;bottom:110px;right:6px}.help-bubble .bubble{background-color:#fff;border:1px solid #d4dadf;border-radius:6px;padding:20px 12px;display:inline-block;position:relative;box-shadow:0 1px 4px #0000001a}.help-bubble .bubble:after,.help-bubble .bubble:before{content:"";height:12px;position:absolute;top:100%}.help-bubble .bubble:before{background-color:#d1d6da;border-bottom-right-radius:100px;border-bottom-left-radius:50px;width:1px;right:49.6px;transform:rotateY(160deg)}.help-bubble .bubble:after{background-color:#d1d6da;border-bottom-right-radius:50px;border-bottom-left-radius:100px;width:1px;right:56px;transform:skew(45deg)}.help-icon-menu{z-index:2147483647;position:fixed;bottom:6px;right:14px}.help-icon-menu:hover{transition:all .28s;bottom:9px}.help-icon-menu img{width:70px}.progress{max-width:600px;margin:.2em 0}.progress .bar{color:#fff;text-align:center;background-color:#3bbebe;height:1.5em;padding-left:.2em;display:none;position:relative}.ui-dialog.no-close .ui-dialog-titlebar-close{display:none}.ui-dialog .ui-dialog-titlebar{background:#473874;border:none}.ui-dialog button.ui-state-focus,.ui-dialog button.ui-state-hover,.ui-dialog button.ui-state-active{color:#3bbebe;background:#f6f6f6}.ui-widget-overlay.ui-front{background:#000}.contest-landing-page{float:left;width:100%;margin-right:2.35765%;display:block}.contest-landing-page:last-child{margin-right:0}.contest-landing-page{margin-top:-20px}@media screen and (width>=501px) and (width<=780px){.contest-landing-page{margin-top:0}}@media screen and (width<=500px){.contest-landing-page{margin-top:0}}.contest-landing-page .contest-header{text-align:center;background:#39bbbb;border-bottom:4px dotted #237474;padding-top:6px}.contest-landing-page .contest-hero{background-image:url(https://res.cloudinary.com/ctv/image/upload/v1518061029/selfietelly-hero.jpg);background-repeat:no-repeat;background-size:cover;border-bottom:4px dotted #237474}.contest-landing-page .contest-hero .ch-camera{width:200px;margin:auto;padding-top:3%;display:block}.contest-landing-page .contest-hero .ch-title{color:#fff;text-shadow:0 5px #237474;justify-content:center;align-items:center;padding-bottom:2%;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:60px;display:flex}@media screen and (width>=781px) and (width<=960px){.contest-landing-page .contest-hero .ch-title{font-size:40px}}@media screen and (width>=501px) and (width<=780px){.contest-landing-page .contest-hero .ch-title{font-size:40px}}@media screen and (width<=500px){.contest-landing-page .contest-hero .ch-title{text-align:center;font-size:40px;display:block}.contest-landing-page .contest-hero .ch-title .ch-copy{width:100%}}.contest-landing-page .contest-hero .ch-title img{width:500px}@media screen and (width>=781px) and (width<=960px){.contest-landing-page .contest-hero .ch-title img{width:300px}}@media screen and (width>=501px) and (width<=780px){.contest-landing-page .contest-hero .ch-title img{width:300px}}@media screen and (width<=500px){.contest-landing-page .contest-hero .ch-title img{width:300px}}.contest-landing-page .contest-copy{max-width:1000px;margin:auto;padding:3em;font-family:tide-sans-300,sans-serif;font-size:18px}@media screen and (width>=501px) and (width<=780px){.contest-landing-page .contest-copy{padding-bottom:6em}}@media screen and (width<=500px){.contest-landing-page .contest-copy{padding:1em 1em 6em;font-size:16px}}.contest-landing-page .contest-copy h1{color:#39bbbb;text-transform:uppercase;font-family:tide-sans-300,sans-serif;font-size:40px;font-weight:700}@media screen and (width<=500px){.contest-landing-page .contest-copy h1{font-size:30px}}.contest-landing-page .contest-copy h2{color:#237474;text-transform:uppercase;margin-top:1.2em;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:700}@media screen and (width<=500px){.contest-landing-page .contest-copy h2{font-size:18px}}.contest-landing-page .contest-copy p{margin:0}.contest-landing-page .contest-copy ol{margin:.75em 0 .75em 2.5em;list-style-type:decimal}.contest-landing-page .contest-copy ul{margin:.75em 0 .75em 2.5em;list-style-type:disc}.msv-landing-page{float:left;width:100%;margin-right:2.35765%;display:block}.msv-landing-page:last-child{margin-right:0}.msv-landing-page{margin-top:-20px}@media screen and (width>=501px) and (width<=780px){.msv-landing-page{margin-top:0}}@media screen and (width<=500px){.msv-landing-page{margin-top:0}}.msv-landing-page .msv-header{text-align:center;background:#473874;border-bottom:4px solid #f9c027;padding-top:6px}.msv-landing-page .msv-hero{background-color:#48d5df;background-image:url(https://res.cloudinary.com/ctv/image/upload/v1517249752/msv-hero-background.jpg);background-size:cover;border-top:2px solid #fff;border-bottom:2px solid #fff;height:38vw;min-height:500px;position:relative}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-hero{min-height:410px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-hero{min-height:410px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-hero{height:56vw;min-height:360px}}@media screen and (width<=500px){.msv-landing-page .msv-hero{height:56vw;min-height:400px}}.msv-landing-page .msv-hero .msv-copy{float:left;width:31.7616%;margin-right:2.35765%;display:block}.msv-landing-page .msv-hero .msv-copy:last-child{margin-right:0}.msv-landing-page .msv-hero .msv-copy{color:#fff;margin-left:12.7947%;padding-top:6vw;font-family:tide-sans-300,sans-serif;font-size:24px}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-hero .msv-copy{float:left;width:40.2914%;margin-right:2.35765%;display:block}.msv-landing-page .msv-hero .msv-copy:last-child{margin-right:0}.msv-landing-page .msv-hero .msv-copy{margin-left:8.5298%;font-size:20px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-hero .msv-copy{float:left;width:40.2914%;margin-right:2.35765%;display:block}.msv-landing-page .msv-hero .msv-copy:last-child{margin-right:0}.msv-landing-page .msv-hero .msv-copy{margin-left:8.5298%;font-size:20px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-hero .msv-copy{text-align:center;width:100%;margin-left:0%;padding-left:20px;padding-right:20px;font-size:20px}}@media screen and (width<=500px){.msv-landing-page .msv-hero .msv-copy{text-align:center;width:100%;margin-left:0%;padding-left:20px;padding-right:20px;font-size:20px}}.msv-landing-page .msv-hero .msv-copy h1{text-transform:uppercase;letter-spacing:1px;text-shadow:1px 2px #322752;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:2.5vw}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-hero .msv-copy h1{font-size:23px}}@media screen and (width<=500px){.msv-landing-page .msv-hero .msv-copy h1{margin-bottom:2em;font-size:23px}}.msv-landing-page .msv-hero .msv-logo{z-index:2;position:absolute;bottom:-60px;left:12%}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-hero .msv-logo{left:3%}}@media screen and (width<=500px){.msv-landing-page .msv-hero .msv-logo{left:3%}}.msv-landing-page .msv-hero .msv-logo img{width:220px}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-hero .msv-logo img{width:200px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-hero .msv-logo img{width:200px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-hero .msv-logo img{width:34vw}}@media screen and (width<=500px){.msv-landing-page .msv-hero .msv-logo img{width:34vw}}.msv-landing-page .msv-hero .msv-computer-img{position:absolute;bottom:-6px;right:0}.msv-landing-page .msv-hero .msv-computer-img img{width:76vw}.msv-landing-page .msv-description-section{float:left;width:100%;margin-right:2.35765%;display:block}.msv-landing-page .msv-description-section:last-child{margin-right:0}.msv-landing-page .msv-description-section{background-color:#f9c027;background-image:url(https://res.cloudinary.com/ctv/image/upload/v1516725427/msv-yellow-background.jpg);background-size:cover;border-bottom:2px solid #fff;min-height:400px}.msv-landing-page .msv-description-section .desc-container{float:left;align-items:center;width:100%;padding:3% 10%;display:flex;position:relative}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-description-section .desc-container{display:block}}@media screen and (width<=500px){.msv-landing-page .msv-description-section .desc-container{display:block}}.msv-landing-page .msv-description-section .desc-container .msv-characters{float:left;width:31.7616%;margin-right:2.35765%;display:block}.msv-landing-page .msv-description-section .desc-container .msv-characters:last-child{margin-right:0}.msv-landing-page .msv-description-section .desc-container .msv-characters{-webkit-animation-iteration-count:2;-webkit-animation-delay:3s}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-description-section .desc-container .msv-characters{text-align:center;width:100%;padding-top:2em;padding-bottom:1em}}@media screen and (width<=500px){.msv-landing-page .msv-description-section .desc-container .msv-characters{text-align:center;width:100%;padding-top:2em;padding-bottom:1em}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-description-section .desc-container .msv-characters img{width:80%}}@media screen and (width<=500px){.msv-landing-page .msv-description-section .desc-container .msv-characters img{width:80%}}.msv-landing-page .msv-description-section .desc-container .msv-description{float:left;width:57.351%;margin-right:2.35765%;display:block}.msv-landing-page .msv-description-section .desc-container .msv-description:last-child{margin-right:0}.msv-landing-page .msv-description-section .desc-container .msv-description{color:#333;margin-left:8.5298%;font-family:tide-sans-300,sans-serif;font-size:18px}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-description-section .desc-container .msv-description{width:100%;margin-left:0%}}@media screen and (width<=500px){.msv-landing-page .msv-description-section .desc-container .msv-description{width:100%;margin-left:0%}}.msv-landing-page .msv-description-section .desc-container .msv-description span{font-style:italic;font-weight:700}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section{align-items:center;display:flex;position:relative}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section img{float:left;width:18.1986%;margin-right:4.11092%;display:block}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section img:last-child{margin-right:0}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section #next-copy{float:left;width:77.6905%;margin-right:4.11092%;display:block}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section #next-copy:last-child{margin-right:0}.msv-landing-page .msv-description-section .desc-container .msv-description .next-section #next-copy{color:#df4532;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:20px;line-height:24px}.msv-landing-page .msv-peek-section{float:left;width:100%;margin-right:2.35765%;display:block}.msv-landing-page .msv-peek-section:last-child{margin-right:0}.msv-landing-page .msv-peek-section .msv-brand-section{float:left;width:34.1192%;display:block}.msv-landing-page .msv-peek-section .msv-brand-section:last-child{width:31.7616%}.msv-landing-page .msv-peek-section .msv-brand-section{background-image:url(https://res.cloudinary.com/ctv/image/upload/v1517254832/msv-background-1.jpg);background-size:cover;border-right:2px solid #fff;width:33.3333%}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-peek-section .msv-brand-section{min-height:380px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-peek-section .msv-brand-section{min-height:380px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-peek-section .msv-brand-section{width:100%}}@media screen and (width<=500px){.msv-landing-page .msv-peek-section .msv-brand-section{width:100%}}.msv-landing-page .msv-peek-section .msv-brand-section .msv-logo{text-align:center;margin:20px 0}.msv-landing-page .msv-peek-section .fots-brand-section{float:left;width:34.1192%;display:block}.msv-landing-page .msv-peek-section .fots-brand-section:last-child{width:31.7616%}.msv-landing-page .msv-peek-section .fots-brand-section{background-color:#5cd5de;background-size:cover;border-right:2px solid #fff;width:33.3333%}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-peek-section .fots-brand-section{min-height:380px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-peek-section .fots-brand-section{min-height:380px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-peek-section .fots-brand-section{width:100%}}@media screen and (width<=500px){.msv-landing-page .msv-peek-section .fots-brand-section{width:100%}}.msv-landing-page .msv-peek-section .fots-brand-section .fots-logo{text-align:center;margin:20px 0}.msv-landing-page .msv-peek-section .aog-brand-section{float:left;width:34.1192%;display:block}.msv-landing-page .msv-peek-section .aog-brand-section:nth-child(3n){margin-right:0}.msv-landing-page .msv-peek-section .aog-brand-section:nth-child(3n+1){clear:left}.msv-landing-page .msv-peek-section .aog-brand-section{background-image:url(https://res.cloudinary.com/ctv/image/upload/v1517254832/AoG-background-1.jpg);background-size:cover}@media screen and (width>=961px) and (width<=1049px){.msv-landing-page .msv-peek-section .aog-brand-section{min-height:380px}}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .msv-peek-section .aog-brand-section{min-height:380px}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-peek-section .aog-brand-section:nth-child(0){margin-right:0}}@media screen and (width<=500px){.msv-landing-page .msv-peek-section .aog-brand-section:nth-child(0){margin-right:0}}.msv-landing-page .msv-peek-section .aog-brand-section:last-child{width:33.3333%}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-peek-section .aog-brand-section:last-child{width:100%}}@media screen and (width<=500px){.msv-landing-page .msv-peek-section .aog-brand-section:last-child{width:100%}}.msv-landing-page .msv-peek-section .aog-brand-section .aog-logo{text-align:center;margin:20px 0}.msv-landing-page .msv-peek-section .video{text-align:center;padding-bottom:3em}.msv-landing-page .msv-peek-section .video .video-wrapper iframe{border:2px solid #fff;width:90%;height:17vw;box-shadow:0 7px 13px -3px #0003}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .msv-peek-section .video .video-wrapper iframe{height:51vw}}@media screen and (width<=500px){.msv-landing-page .msv-peek-section .video .video-wrapper iframe{height:51vw}}.msv-landing-page .jellytelly-section{float:left;width:100%;margin-right:2.35765%;display:block}.msv-landing-page .jellytelly-section:last-child{margin-right:0}.msv-landing-page .jellytelly-section{background:linear-gradient(#473874,#04eaea);border-top:2px solid #fff;min-height:400px;padding:0 5%}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .jellytelly-section{padding:5%}}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .jellytelly-section{text-align:center;padding:5%}}@media screen and (width<=500px){.msv-landing-page .jellytelly-section{text-align:center;padding:5%}}.msv-landing-page .jellytelly-section .jt-section-container{float:left;align-items:center;width:100%;display:flex;position:relative}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .jellytelly-section .jt-section-container{display:block}}@media screen and (width<=500px){.msv-landing-page .jellytelly-section .jt-section-container{display:block}}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy{float:left;width:40.2914%;margin-right:2.35765%;display:block}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .jellytelly-section .jt-section-container .jt-copy{width:100%}}@media screen and (width<=500px){.msv-landing-page .jellytelly-section .jt-section-container .jt-copy{width:100%}}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy h2{color:#fff;letter-spacing:1px;text-shadow:1px 2px #322752;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:32px}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .jellytelly-section .jt-section-container .jt-copy h2{font-size:3.2vw}}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy p{color:#fff;font-family:tide-sans-300,sans-serif;font-size:24px}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .jellytelly-section .jt-section-container .jt-copy p{font-size:20px;line-height:24px}}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button{margin-top:2%;padding:1.2em 3.5em;font-size:1.2em;transition:all .48s;box-shadow:0 7px 13px -3px #0003}@media screen and (width>=781px) and (width<=960px){.msv-landing-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button{padding:1.2em 2.5em}}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button:hover{box-shadow:none;transition:all .48s}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy .cta-section #login{color:#322752;margin-top:10px;font-size:18px}.msv-landing-page .jellytelly-section .jt-section-container .jt-copy .cta-section #login a{color:#322752;font-weight:700}.msv-landing-page .jellytelly-section .jt-section-container .device-image{float:left;width:57.351%;margin-right:2.35765%;display:block}.msv-landing-page .jellytelly-section .jt-section-container .device-image:last-child{margin-right:0}.msv-landing-page .jellytelly-section .jt-section-container .device-image{padding:5% 0}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .jellytelly-section .jt-section-container .device-image{width:100%}}@media screen and (width<=500px){.msv-landing-page .jellytelly-section .jt-section-container .device-image{width:100%}}.msv-landing-page .square-one-section{float:left;width:100%;margin-right:2.35765%;display:block}.msv-landing-page .square-one-section:last-child{margin-right:0}.msv-landing-page .square-one-section{text-align:center;padding:2em 0;font-family:tide-sans-300,sans-serif}@media screen and (width>=501px) and (width<=780px){.msv-landing-page .square-one-section{padding-bottom:6em}}@media screen and (width<=500px){.msv-landing-page .square-one-section{padding-bottom:6em}}.msv-landing-page .square-one-section img{width:160px;margin:auto;padding-bottom:1em;display:block}.msv-landing-page .square-one-section p{max-width:850px;margin:auto;padding:0 20px}.loh-landing-page{margin-top:-20px}@media screen and (width<=500px){.loh-landing-page{margin-top:0}}.loh-landing-page .header-stuff{text-align:center;background-color:#fff;border-bottom:1px solid #d6d6d6}.loh-landing-page .header-stuff img{max-height:40px;margin-top:10px}@media screen and (width<=500px){.loh-landing-page .header-stuff img{max-height:30px}}.loh-landing-page .loh-landing-top-section{background-size:cover;height:auto;min-height:100%;position:relative;overflow:hidden}.loh-landing-page .loh-landing-top-section .hero{float:left;background-repeat:no-repeat;background-size:cover;width:31.7616%;height:auto;margin-right:2.35765%;display:block}.loh-landing-page .loh-landing-top-section .hero:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .loh-landing-top-section .hero{float:left;width:151.789%;height:auto;margin-right:3.57866%;display:block}.loh-landing-page .loh-landing-top-section .hero:last-child{margin-right:0}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero{float:left;width:314.846%;height:212px;margin-right:7.42297%;display:block}.loh-landing-page .loh-landing-top-section .hero:last-child{margin-right:0}}.loh-landing-page .loh-landing-top-section .hero .hero-inner{max-width:1200px;margin-left:auto;margin-right:auto}.loh-landing-page .loh-landing-top-section .hero .hero-inner:after{clear:both;content:"";display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner{text-align:center;min-height:575px;margin:auto;padding:0 3.5em 3.5em;position:relative}@media screen and (width>=1550px){.loh-landing-page .loh-landing-top-section .hero .hero-inner{padding-top:12.5em;padding-bottom:12.5em}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner{padding:.5em}}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy{letter-spacing:.05em;text-align:center;padding-top:8%;font-family:tide-sans-300,sans-serif}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy{padding-top:100px}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy{padding-top:85px}}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1{float:left;width:82.9404%;margin-right:2.35765%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1{margin-bottom:1em;margin-left:8.5298%;font-family:tide-sans-300,sans-serif;font-size:48px;font-weight:200;line-height:50px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1{font-size:36px;line-height:36px}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1{float:left;width:100%;margin-right:7.42297%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy h1{margin-left:0%;font-size:36px;line-height:38px}}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy p{float:left;width:100%;margin-right:2.35765%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy p:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy p{text-align:center;margin:0 auto 3em;font-size:22px;font-weight:300;line-height:1.4em}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .hero-copy p{margin-bottom:44px;font-size:18px}}.loh-landing-page .loh-landing-top-section .hero .hero-inner button{float:left;width:31.7616%;margin-right:2.35765%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner button:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner button{letter-spacing:.05em;text-transform:uppercase;border:1px solid #fff;border-radius:8px;height:60px;margin-bottom:20px;margin-left:34.1192%;padding:.7em 1em;font-family:tide-sans-300,sans-serif}@media screen and (width>=1050px){.loh-landing-page .loh-landing-top-section .hero .hero-inner button{font-size:120%}}@media screen and (width>=961px) and (width<=1049px){.loh-landing-page .loh-landing-top-section .hero .hero-inner button{font-size:120%}}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .loh-landing-top-section .hero .hero-inner button{float:left;width:48.2107%;margin-right:3.57866%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner button:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner button{margin-left:25.8947%}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner button{float:left;width:100%;margin-right:7.42297%;display:block}.loh-landing-page .loh-landing-top-section .hero .hero-inner button:last-child{margin-right:0}.loh-landing-page .loh-landing-top-section .hero .hero-inner button{margin-left:0%;padding:0;font-size:1em}}.loh-landing-page .loh-landing-top-section .hero .hero-inner .promo-image{float:left;width:100%;padding-top:40px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .promo-image{padding-top:20px}}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .promo-image{padding:20px 20px 30px}}.loh-landing-page .loh-landing-top-section .hero .hero-inner .promo-image img{max-height:200px}.loh-landing-page .loh-landing-top-section .hero .hero-inner .fine-print{float:left;color:#fff;text-align:center;width:100%;font-family:tide-sans-300,sans-serif;font-size:11px}@media screen and (width<=500px){.loh-landing-page .loh-landing-top-section .hero .hero-inner .fine-print{margin-bottom:40px}}.loh-landing-page .lp-secondary-section{float:left;width:100%;margin-right:2.35765%;display:block}.loh-landing-page .lp-secondary-section:last-child{margin-right:0}.loh-landing-page .lp-secondary-section{padding:20px 46px 6%}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section{padding:20px 10px 20%}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner{padding-bottom:33%}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-header{float:left;width:100%;margin-right:2.35765%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-header:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-header{margin-bottom:50px;font-family:tide-sans-300,sans-serif;font-size:48px;font-weight:200;line-height:58px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-header{text-align:center;margin-bottom:0;padding-top:20px;padding-bottom:30px;padding-left:0;font-size:36px}}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-header{text-align:center;margin-bottom:0;padding-bottom:16px;padding-left:0;font-size:30px}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container{height:auto}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview{float:left;width:48.2107%;margin-right:3.57866%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview{width:100%}}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview{float:left;width:100%;margin-right:7.42297%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview{padding-bottom:20px}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview .lp-embed-container{max-width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview .lp-embed-container embed,.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview .lp-embed-container iframe,.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-tv-preview .lp-embed-container object{width:100%;height:100%;position:absolute;top:0;left:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{float:left;width:48.8212%;margin-right:2.35765%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{margin-top:-10px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{float:left;width:48.2107%;margin-right:3.57866%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{width:100%;padding-left:20px;padding-right:20px}}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{float:left;width:100%;margin-right:7.42297%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container:last-child{margin-right:0}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container{margin-top:0}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-header{font-family:tide-sans-300,sans-serif;font-size:38px;font-weight:200;line-height:46px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-header{text-align:center;margin-top:1em}}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-header{text-align:center;margin-top:2.5rem;font-size:26px;line-height:34px}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body{padding-right:30px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:28px}@media screen and (width>=501px) and (width<=780px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body{text-align:center}}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body{text-align:justify;padding-left:0;padding-right:0;font-size:16px;line-height:24px}}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body p{margin-bottom:50px}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body button{text-align:center;border:1px solid #fff;border-radius:8px;width:300px;font-family:tide-sans-300,sans-serif;font-size:24px;line-height:30px}@media screen and (width<=500px){.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body button{float:left;width:100%;margin-right:7.42297%;display:block}.loh-landing-page .lp-secondary-section .lp-secondary-section-inner .lp-secondary-section-new-release-container .lp-programming-container .lp-programming-body button:last-child{margin-right:0}}.loh-landing-page .footer-stuff{text-align:center;clear:both;margin-top:12px;padding:20px;font-family:tide-sans-300,sans-serif;font-size:14px}.loh-landing-page .footer-stuff .footer-secondary-links ul{text-decoration:underline;display:inline-flex}.loh-landing-page .footer-stuff .footer-secondary-links ul li{margin:10px}.church-kit-landing-page{margin-top:-20px}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page{margin-top:0}}@media screen and (width<=500px){.church-kit-landing-page{margin-top:0}}.church-kit-landing-page .header-stuff{text-align:center;border-top:8px solid #473874;border-bottom:1px solid #d6d6d6}.church-kit-landing-page .header-stuff img{max-height:40px;margin-top:10px}@media screen and (width<=500px){.church-kit-landing-page .header-stuff img{max-height:30px}}.church-kit-landing-page .cklp-hero{float:left;width:100%;margin-right:2.35765%;display:block}.church-kit-landing-page .cklp-hero:last-child{margin-right:0}.church-kit-landing-page .cklp-hero{width:100%;height:auto;position:relative}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .cklp-hero{height:100vw}}@media screen and (width<=500px){.church-kit-landing-page .cklp-hero{height:126vw}}.church-kit-landing-page .cklp-hero .hero-container{padding:0 8%}.church-kit-landing-page .cklp-hero .cklp-hero-copy h1{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .cklp-hero .cklp-hero-copy h1:last-child{margin-right:0}.church-kit-landing-page .cklp-hero .cklp-hero-copy h1{font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:2.1vw;font-weight:400;line-height:2.6vw;position:absolute;top:14vw;left:100px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h1{left:60px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h1{text-align:center;width:100%;padding:0 20px;font-size:4vw;line-height:4.4vw;top:8%;left:0}}@media screen and (width<=500px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h1{text-align:center;width:100%;padding:0 20px;font-size:5.2vw;line-height:6vw;top:4%;left:0}}.church-kit-landing-page .cklp-hero .cklp-hero-copy h2{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .cklp-hero .cklp-hero-copy h2:last-child{margin-right:0}.church-kit-landing-page .cklp-hero .cklp-hero-copy h2{font-family:tide-sans-300,sans-serif;font-size:1.6vw;font-weight:400;line-height:2vw;position:absolute;top:18vw;left:100px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h2{left:60px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h2{text-align:center;width:100%;padding:0 20px;font-size:3.3vw;line-height:4.4vw;top:14%;left:0}}@media screen and (width<=500px){.church-kit-landing-page .cklp-hero .cklp-hero-copy h2{text-align:center;width:100%;padding:0 20px;font-size:4.2vw;line-height:5vw;top:17%;left:0}}.church-kit-landing-page .cklp-hero .cklp-hero-image{width:33%;position:absolute;top:40px;right:100px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .cklp-hero .cklp-hero-image{right:60px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .cklp-hero .cklp-hero-image{width:60%;top:35%;left:18%}}@media screen and (width<=500px){.church-kit-landing-page .cklp-hero .cklp-hero-image{width:75%;top:35%;left:12%}}.church-kit-landing-page .cklp-hero #swooshes{height:auto;top:0;left:0}.church-kit-landing-page .cklp-hero #swooshes svg{background-size:cover;height:auto}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .cklp-hero #swooshes svg{height:100vw}}@media screen and (width<=500px){.church-kit-landing-page .cklp-hero #swooshes svg{height:132vw}}.church-kit-landing-page .cklp-hero #swooshes svg #vertical-swoosh,.church-kit-landing-page .cklp-hero #swooshes svg #blue-swoosh{z-index:15}.church-kit-landing-page .cklp-hero #swooshes svg #white-swoosh{fill:#fff;z-index:20}.church-kit-landing-page .mission-section{float:left;width:100%;margin-right:2.35765%;display:block}.church-kit-landing-page .mission-section:last-child{margin-right:0}.church-kit-landing-page .mission-section{padding:0 8%}.church-kit-landing-page .mission-section .mission-section-title{text-align:center;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .mission-section .mission-section-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .mission-section .mission-section-title{font-size:24px}}@media screen and (width<=500px){.church-kit-landing-page .mission-section .mission-section-title{font-size:24px}}.church-kit-landing-page .mission-section .mission-container{float:left;width:100%;margin-right:2.35765%;display:block}.church-kit-landing-page .mission-section .mission-container:last-child{margin-right:0}.church-kit-landing-page .mission-section .mission-container{padding:8% 0 6%;position:relative}.church-kit-landing-page .mission-section .mission-container .mission-video{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .mission-section .mission-container .mission-video:last-child{margin-right:0}.church-kit-landing-page .mission-section .mission-container .mission-video{position:relative}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .mission-section .mission-container .mission-video{width:100%}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .mission-section .mission-container .mission-video{width:100%}}@media screen and (width<=500px){.church-kit-landing-page .mission-section .mission-container .mission-video{width:100%}}.church-kit-landing-page .mission-section .mission-container .mission-video .player{border:1px solid #cfcfcf;height:0;padding-bottom:56%;position:relative;box-shadow:0 20px 32px -10px #0006}.church-kit-landing-page .mission-section .mission-container .mission-video .player .video .video-wrapper{position:inherit;padding-bottom:56.25%;position:relative;overflow:hidden}.church-kit-landing-page .mission-section .mission-container .mission-video .player .video .video-wrapper embed,.church-kit-landing-page .mission-section .mission-container .mission-video .player .video .video-wrapper iframe,.church-kit-landing-page .mission-section .mission-container .mission-video .player .video .video-wrapper object{width:100%;height:100%;position:absolute;top:0;left:0}.church-kit-landing-page .mission-section .mission-container .mission-copy-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .mission-section .mission-container .mission-copy-section:last-child{margin-right:0}.church-kit-landing-page .mission-section .mission-container .mission-copy-section{position:relative}@media screen and (width>=1050px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section{padding-top:3%}}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section{width:100%;margin-top:40px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section{width:100%;margin-top:40px}}@media screen and (width<=500px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section{width:100%;margin-top:40px}}.church-kit-landing-page .mission-section .mission-container .mission-copy-section #quote-sign{width:20%;position:absolute;top:0}@media screen and (width>=1050px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section #quote-sign{top:18%}}.church-kit-landing-page .mission-section .mission-container .mission-copy-section .mission-copy{margin-left:50px;padding-top:9%;font-family:tide-sans-300,sans-serif;font-size:18px;position:relative}@media screen and (width>=1050px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section .mission-copy{padding-top:13%}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section .mission-copy{font-size:16px}}@media screen and (width<=500px){.church-kit-landing-page .mission-section .mission-container .mission-copy-section .mission-copy{font-size:16px}}.church-kit-landing-page .mission-section .mission-container .mission-copy-section .quote-name{float:right;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:700;position:relative}.church-kit-landing-page .download-section{float:left;width:100%;margin-right:2.35765%;display:block}.church-kit-landing-page .download-section:last-child{margin-right:0}.church-kit-landing-page .download-section{background-color:#e9e9e9;height:auto;margin-top:130px}.church-kit-landing-page .download-section .kit-form{float:left;width:74.4106%;margin-right:2.35765%;display:block}.church-kit-landing-page .download-section .kit-form:last-child{margin-right:0}.church-kit-landing-page .download-section .kit-form{border-radius:8px;height:auto;margin-top:-87px;margin-left:12.7947%;padding:0 30px;box-shadow:0 10px 50px -7px #00000080}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .kit-form{float:left;width:82.9404%;margin-right:2.35765%;display:block}.church-kit-landing-page .download-section .kit-form:last-child{margin-right:0}.church-kit-landing-page .download-section .kit-form{margin-left:8.5298%}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .kit-form{float:left;width:91.4702%;margin-right:2.35765%;display:block}.church-kit-landing-page .download-section .kit-form:last-child{margin-right:0}.church-kit-landing-page .download-section .kit-form{margin-left:4.2649%}}@media screen and (width<=500px){.church-kit-landing-page .download-section .kit-form{float:left;width:91.4702%;margin-right:2.35765%;display:block}.church-kit-landing-page .download-section .kit-form:last-child{margin-right:0}.church-kit-landing-page .download-section .kit-form{margin-left:4.2649%;padding:0 10px}}.church-kit-landing-page .download-section .kit-form .kit-form-title{text-align:center;color:#fff;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}@media screen and (width<=500px){.church-kit-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}.church-kit-landing-page .download-section .kit-form .kit-form-sub-title{text-align:center;color:#fff;width:65%;margin:20px auto auto;font-family:tide-sans-300,sans-serif;font-size:22px;display:block}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .kit-form .kit-form-sub-title{width:85%;font-size:18px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .kit-form .kit-form-sub-title{width:85%;font-size:18px}}@media screen and (width<=500px){.church-kit-landing-page .download-section .kit-form .kit-form-sub-title{width:100%;font-size:18px}}.church-kit-landing-page .download-section .kit-form .kit-image{width:50%;margin-top:52px;margin-left:auto;margin-right:auto}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .kit-form .kit-image{width:70%}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .kit-form .kit-image{width:70%}}@media screen and (width<=500px){.church-kit-landing-page .download-section .kit-form .kit-image{width:100%}}.church-kit-landing-page .download-section .kit-form .kit-image .img{text-align:center;width:100%;height:auto;margin:auto}.church-kit-landing-page .download-section .kit-form .download-button{text-align:center;margin:70px 0}.church-kit-landing-page .download-section .kit-form .download-button a{letter-spacing:.7px;color:#fff;border:1px solid #fff;border-radius:8px;padding:14px 8%;font-family:tide-sans-300,sans-serif;font-size:28px;transition:all .48s;box-shadow:0 10px 17px -7px #0000004d}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .kit-form .download-button a{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .kit-form .download-button a{font-size:24px}}@media screen and (width<=500px){.church-kit-landing-page .download-section .kit-form .download-button a{font-size:24px}}.church-kit-landing-page .download-section .kit-form .download-button a:hover{box-shadow:none;transition:all .48s}.church-kit-landing-page .download-section .secondary-cta{float:left;text-align:center;color:#2a3051;width:100%;margin:50px 0;font-family:tide-sans-300,sans-serif;font-size:20px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .download-section .secondary-cta{width:85%;margin:30px 50px;font-size:2vw}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .download-section .secondary-cta{padding:0 20px;font-size:16px}}@media screen and (width<=500px){.church-kit-landing-page .download-section .secondary-cta{padding:0 20px;font-size:16px}}.church-kit-landing-page .download-section .secondary-cta p a{color:#2a3051;font-weight:700}.church-kit-landing-page .email-section{float:left;width:100%;margin-right:2.35765%;display:block}.church-kit-landing-page .email-section:last-child{margin-right:0}.church-kit-landing-page .email-section{margin-bottom:80px;padding:0 8%}.church-kit-landing-page .email-section .email-section-title{text-align:center;color:#2a3051;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-section-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-section-title{font-size:24px}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-section-title{font-size:24px}}.church-kit-landing-page .email-section .email-section-sub-title{text-align:center;color:#333;width:65%;margin:20px auto auto;font-family:tide-sans-300,sans-serif;font-size:22px;display:block}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-section-sub-title{width:85%;font-size:18px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-section-sub-title{width:85%;font-size:18px}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-section-sub-title{width:85%;font-size:18px}}.church-kit-landing-page .email-section .email-inner{margin-top:70px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner{margin-top:30px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner{margin-top:30px}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner{margin-top:30px}}.church-kit-landing-page .email-section .email-inner .email-graphic{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .email-section .email-inner .email-graphic:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-graphic{width:100%}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-graphic{width:100%}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-graphic{width:100%}}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-graphic img{width:50%;margin:0 auto;display:block}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-graphic img{width:60%;margin:0 auto;display:block}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-graphic img{width:80%;margin:0 auto;display:block}}.church-kit-landing-page .email-section .email-inner .email-cta-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-kit-landing-page .email-section .email-inner .email-cta-section:last-child{margin-right:0}.church-kit-landing-page .email-section .email-inner .email-cta-section{padding:13% 0}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-cta-section{width:100%;padding:6% 0}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-cta-section{width:100%;padding:6% 0}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-cta-section{width:100%;padding:6% 0}}.church-kit-landing-page .email-section .email-inner .email-cta-section .email-cta-section-copy{font-family:tide-sans-300,sans-serif;font-size:18px}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-cta-section .email-cta-section-copy{text-align:center;margin:auto}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-cta-section .email-cta-section-copy{text-align:center;margin:auto;font-size:16px}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-cta-section .email-cta-section-copy{text-align:center;margin:auto;font-size:16px}}.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup form{padding-top:20px;padding-left:0}.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.email{min-height:55px;margin-bottom:14px;font-family:tide-sans-300,sans-serif}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.email{text-align:center;margin:auto}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.email{text-align:center;width:100%;margin:auto}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.email{text-align:center;width:100%;margin:auto}}.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.button{border-radius:8px;width:40%;height:60px;padding-bottom:4px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:300;transition:all .48s;box-shadow:0 10px 17px -7px #0000004d}@media screen and (width>=781px) and (width<=960px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.button{margin:20px auto auto;font-size:24px}}@media screen and (width>=501px) and (width<=780px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.button{width:70%;margin:20px auto auto;font-size:24px}}@media screen and (width<=500px){.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.button{width:70%;margin:20px auto auto;font-size:24px}}.church-kit-landing-page .email-section .email-inner .email-cta-section #mc_embed_signup input.button:hover{box-shadow:none;transition:all .48s}.church-kit-landing-page .footer-stuff{float:left;text-align:center;width:100%;padding:20px;font-family:tide-sans-300,sans-serif;font-size:14px}.church-kit-landing-page .footer-stuff .footer-secondary-links ul{text-decoration:underline;display:inline-flex}.church-kit-landing-page .footer-stuff .footer-secondary-links ul li{margin:10px}.jt-press-landing-page{margin-top:-20px}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page{margin-top:0}}@media screen and (width<=500px){.jt-press-landing-page{margin-top:0}}.jt-press-landing-page .header-stuff{text-align:center;background-color:#15949f;border-top:8px solid #473874;border-bottom:1px solid #d6d6d6}.jt-press-landing-page .header-stuff img{max-height:40px;margin-top:10px}@media screen and (width<=500px){.jt-press-landing-page .header-stuff img{max-height:30px}}.jt-press-landing-page .cklp-hero{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .cklp-hero:last-child{margin-right:0}.jt-press-landing-page .cklp-hero{width:100%;height:auto;position:relative}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .cklp-hero{height:100vw}}@media screen and (width<=500px){.jt-press-landing-page .cklp-hero{height:126vw}}.jt-press-landing-page .cklp-hero .hero-container{padding:0 8%}.jt-press-landing-page .cklp-hero .cklp-hero-copy h1{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .cklp-hero .cklp-hero-copy h1:last-child{margin-right:0}.jt-press-landing-page .cklp-hero .cklp-hero-copy h1{letter-spacing:.075em;color:#fff;text-shadow:2px 1px #007983;font-family:tide-sans-300,sans-serif;font-size:2.1vw;font-weight:400;line-height:2.3vw;position:absolute;top:14vw;left:100px}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h1{left:60px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h1{text-align:center;width:100%;padding:0 20px;font-size:4vw;line-height:4.4vw;top:8%;left:0}}@media screen and (width<=500px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h1{text-align:center;width:100%;padding:0 20px;font-size:5.2vw;line-height:6vw;top:4%;left:0}}.jt-press-landing-page .cklp-hero .cklp-hero-copy h2{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .cklp-hero .cklp-hero-copy h2:last-child{margin-right:0}.jt-press-landing-page .cklp-hero .cklp-hero-copy h2{letter-spacing:.075em;color:#fff;text-shadow:2px 1px #007983;font-family:tide-sans-300,sans-serif;font-size:1.6vw;font-weight:400;line-height:2vw;position:absolute;top:20vw;left:100px}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h2{left:60px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h2{text-align:center;width:100%;padding:0 20px;font-size:3.3vw;line-height:4.4vw;top:20%;left:0}}@media screen and (width<=500px){.jt-press-landing-page .cklp-hero .cklp-hero-copy h2{text-align:center;width:100%;padding:0 20px;font-size:4.2vw;line-height:5vw;top:20%;left:0}}.jt-press-landing-page .cklp-hero .cklp-hero-image{width:33%;position:absolute;top:40px;right:100px}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .cklp-hero .cklp-hero-image{right:60px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .cklp-hero .cklp-hero-image{width:53%;top:35%;left:26%}}@media screen and (width<=500px){.jt-press-landing-page .cklp-hero .cklp-hero-image{width:70%;top:35%;left:16%}}.jt-press-landing-page .cklp-hero #swooshes{height:auto;top:0;left:0}.jt-press-landing-page .cklp-hero #swooshes svg{background-color:#15949f;background-size:cover;height:auto}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .cklp-hero #swooshes svg{height:100vw}}@media screen and (width<=500px){.jt-press-landing-page .cklp-hero #swooshes svg{height:132vw}}.jt-press-landing-page .cklp-hero #swooshes svg #vertical-swoosh{z-index:15;fill:#15949f}.jt-press-landing-page .cklp-hero #swooshes svg #blue-swoosh{z-index:15;fill:#007983}.jt-press-landing-page .cklp-hero #swooshes svg #white-swoosh{fill:#fff;z-index:20}.jt-press-landing-page .video-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section:last-child{margin-right:0}.jt-press-landing-page .video-section{padding:0 8%}.jt-press-landing-page .video-section .video-section-title{text-align:center;color:#15949f;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .video-section .video-section-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .video-section .video-section-title{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .video-section .video-section-title{font-size:24px}}.jt-press-landing-page .video-section .video-container{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section .video-container:last-child{margin-right:0}.jt-press-landing-page .video-section .video-container{padding:4% 0 6%;position:relative}.jt-press-landing-page .video-section .video-container .video-video{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section .video-container .video-video:last-child{margin-right:0}.jt-press-landing-page .video-section .video-container .video-video{margin-left:8.5298%;position:relative}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .video-section .video-container .video-video{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section .video-container .video-video:last-child{margin-right:0}.jt-press-landing-page .video-section .video-container .video-video{margin-left:8.5298%}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .video-section .video-container .video-video{float:left;width:91.4702%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section .video-container .video-video:last-child{margin-right:0}.jt-press-landing-page .video-section .video-container .video-video{margin-left:4.2649%}}@media screen and (width<=500px){.jt-press-landing-page .video-section .video-container .video-video{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .video-section .video-container .video-video:last-child{margin-right:0}.jt-press-landing-page .video-section .video-container .video-video{margin-left:0%}}.jt-press-landing-page .video-section .video-container .video-video .player{border:1px solid #cfcfcf;height:0;padding-bottom:56%;position:relative;box-shadow:0 20px 32px -10px #0006}.jt-press-landing-page .video-section .video-container .video-video .player .video .video-wrapper{position:inherit;padding-bottom:56.25%;position:relative;overflow:hidden}.jt-press-landing-page .video-section .video-container .video-video .player .video .video-wrapper embed,.jt-press-landing-page .video-section .video-container .video-video .player .video .video-wrapper iframe,.jt-press-landing-page .video-section .video-container .video-video .player .video .video-wrapper object{width:100%;height:100%;position:absolute;top:0;left:0}.jt-press-landing-page .jt-press-info-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section{background-repeat:no-repeat;background-size:cover;padding:3% 0}@media screen and (width<=500px){.jt-press-landing-page .jt-press-info-section{padding:10% 0}}.jt-press-landing-page .jt-press-info-section .quick-facts-section{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .quick-facts-section{background-color:#fcf8ed;border-radius:50px;margin-left:8.5298%;padding:8px}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .quick-facts-section{float:left;width:91.4702%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .quick-facts-section{margin-left:4.2649%}}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner{background-color:#fcf8ed;border:1px solid #000;border-radius:50px;padding:2%}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner h3{color:#473874}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner ul{list-style-type:inherit;padding-left:10%}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner ul li{font-family:tide-sans-300,sans-serif}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .quick-facts-title{text-align:center;color:#f2644c;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .quick-facts-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .quick-facts-title{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .quick-facts-title{font-size:24px}}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{float:left;width:23.2318%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:nth-child(2),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:nth-child(2),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:nth-child(2),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:nth-child(2){margin-right:0}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{margin-bottom:30px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:last-child,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:nth-child(3n),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:nth-child(3n),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:nth-child(3n),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:nth-child(3n){margin-right:0}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission:nth-child(3n+1){clear:left}.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{margin-bottom:30px}}@media screen and (width<=500px){.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-characters,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-platform,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-audience,.jt-press-landing-page .jt-press-info-section .quick-facts-section .quick-facts-inner .our-mission{width:100%;margin-bottom:20px}}.jt-press-landing-page .jt-press-info-section .our-bb-section{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .our-bb-section{background-color:#fcf8ed;border-radius:50px;margin-top:40px;margin-left:8.5298%;padding:8px}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .our-bb-section{float:left;width:91.4702%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .our-bb-section{margin-left:4.2649%}}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner:last-child{margin-right:0}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner{background-color:#fcf8ed;border:1px solid #000;border-radius:50px;padding:2%}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner h3{color:#473874}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner ul{list-style-type:inherit;padding-left:10%}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner ul li{font-family:tide-sans-300,sans-serif}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-title{text-align:center;color:#f2644c;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-title{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-title{font-size:24px}}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{float:left;width:23.2318%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:nth-child(2),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:nth-child(2),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:nth-child(2),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:nth-child(2){margin-right:0}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{margin-bottom:30px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:last-child,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:nth-child(3n),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:nth-child(3n),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:nth-child(3n),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:nth-child(3n){margin-right:0}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three:nth-child(3n+1),.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four:nth-child(3n+1){clear:left}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{margin-bottom:30px}}@media screen and (width<=500px){.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-one,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-two,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-three,.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{width:100%;margin-bottom:20px}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four{text-align:center}}.jt-press-landing-page .jt-press-info-section .our-bb-section .our-bb-inner .our-bb-four img{width:80%}.jt-press-landing-page .contact-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .contact-section:last-child{margin-right:0}.jt-press-landing-page .contact-section{text-align:center;color:#fff;background:#007983;border-top:4px solid #fff;padding:3% 0 4%}.jt-press-landing-page .contact-section .contact-title{text-align:center;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .contact-section .contact-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .contact-section .contact-title{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .contact-section .contact-title{font-size:24px}}.jt-press-landing-page .contact-section .contact-name,.jt-press-landing-page .contact-section .contact-phone,.jt-press-landing-page .contact-section .contact-email{font-family:tide-sans-300,sans-serif}.jt-press-landing-page .contact-section .contact-name{font-weight:600}.jt-press-landing-page .download-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-press-landing-page .download-section:last-child{margin-right:0}.jt-press-landing-page .download-section{background-color:#fff;height:auto;margin-top:130px;margin-bottom:40px}.jt-press-landing-page .download-section .kit-form{float:left;width:74.4106%;margin-right:2.35765%;display:block}.jt-press-landing-page .download-section .kit-form:last-child{margin-right:0}.jt-press-landing-page .download-section .kit-form{border:8px solid #007983;border-radius:14px;height:auto;margin-top:-87px;margin-left:12.7947%;padding:0 30px;box-shadow:0 10px 50px -7px #00000080}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .download-section .kit-form{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-press-landing-page .download-section .kit-form:last-child{margin-right:0}.jt-press-landing-page .download-section .kit-form{margin-left:8.5298%}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .download-section .kit-form{float:left;width:91.4702%;margin-right:2.35765%;display:block}.jt-press-landing-page .download-section .kit-form:last-child{margin-right:0}.jt-press-landing-page .download-section .kit-form{margin-left:4.2649%}}@media screen and (width<=500px){.jt-press-landing-page .download-section .kit-form{float:left;width:91.4702%;margin-right:2.35765%;display:block}.jt-press-landing-page .download-section .kit-form:last-child{margin-right:0}.jt-press-landing-page .download-section .kit-form{margin-left:4.2649%;padding:0 10px}}.jt-press-landing-page .download-section .kit-form .kit-form-title{text-align:center;color:#fff;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:700;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .download-section .kit-form .kit-form-title{font-size:24px}}.jt-press-landing-page .download-section .kit-form .kit-form-sub-title{text-align:center;color:#fff;width:65%;margin:20px auto auto;font-family:tide-sans-300,sans-serif;font-size:22px;display:block}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .download-section .kit-form .kit-form-sub-title{width:85%;font-size:18px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .download-section .kit-form .kit-form-sub-title{width:85%;font-size:18px}}@media screen and (width<=500px){.jt-press-landing-page .download-section .kit-form .kit-form-sub-title{width:100%;font-size:18px}}.jt-press-landing-page .download-section .kit-form .kit-image{width:50%;margin-top:52px;margin-left:auto;margin-right:auto}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .download-section .kit-form .kit-image{width:70%}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .download-section .kit-form .kit-image{width:70%}}@media screen and (width<=500px){.jt-press-landing-page .download-section .kit-form .kit-image{width:100%}}.jt-press-landing-page .download-section .kit-form .kit-image .img{text-align:center;width:100%;height:auto;margin:auto}.jt-press-landing-page .download-section .kit-form .download-button{text-align:center;margin:70px 0}.jt-press-landing-page .download-section .kit-form .download-button a{letter-spacing:.7px;color:#fff;border:1px solid #fff;border-radius:8px;padding:14px 8%;font-family:tide-sans-300,sans-serif;font-size:28px;transition:all .48s;box-shadow:0 10px 17px -7px #0000004d}@media screen and (width>=781px) and (width<=960px){.jt-press-landing-page .download-section .kit-form .download-button a{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.jt-press-landing-page .download-section .kit-form .download-button a{font-size:24px}}@media screen and (width<=500px){.jt-press-landing-page .download-section .kit-form .download-button a{font-size:24px}}.jt-press-landing-page .download-section .kit-form .download-button a:hover{box-shadow:none;transition:all .48s}.jt-press-landing-page .footer-stuff{float:left;text-align:center;width:100%;padding:20px;font-family:tide-sans-300,sans-serif;font-size:14px}.jt-press-landing-page .footer-stuff .footer-secondary-links ul{text-decoration:underline;display:inline-flex}.jt-press-landing-page .footer-stuff .footer-secondary-links ul li{margin:10px}.christmas-landing{background-color:#57ad83;position:relative;top:-20px}.panel-0{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551132/Watch_FATWY.jpg) 0/cover no-repeat}@media screen and (width>=501px) and (width<=780px){.panel-0{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-0{background-position:top;background-size:100%}}.panel-1{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551077/Read_FATWY.jpg) 100%/cover no-repeat}@media screen and (width>=781px) and (width<=960px){.panel-1{background-position:50%}}@media screen and (width>=501px) and (width<=780px){.panel-1{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-1{background-position:top;background-size:100%}}.panel-2{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551132/Discover_FATWY.jpg) 0/cover no-repeat}@media screen and (width>=501px) and (width<=780px){.panel-2{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-2{background-position:top;background-size:100%}}.panel-3{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551078/Celebrate_FATWY.jpg) 100%/cover no-repeat}@media screen and (width>=501px) and (width<=780px){.panel-3{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-3{background-position:top;background-size:100%}}.panel-4{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551131/Sing_FATWY.jpg) 0/cover no-repeat}@media screen and (width>=501px) and (width<=780px){.panel-4{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-4{background-position:top;background-size:100%}}.panel-5{background:url(https://res.cloudinary.com/ctv/image/upload/v1478551132/Give_FATWY.jpg) 0/cover no-repeat}@media screen and (width>=501px) and (width<=780px){.panel-5{background-position:top;background-size:100%}}@media screen and (width<=500px){.panel-5{background-position:top;background-size:100%}}.fixed-content{z-index:10;width:100%;height:100%;margin:auto;position:fixed;inset:0}.inner-content{flex-direction:column;justify-content:space-between;width:100%;height:100%;margin:50px auto;display:flex}.floating-panel{color:#e73a53;text-align:center;z-index:1;background:url(https://res.cloudinary.com/ctv/image/upload/v1478289441/FATWY_C-Logo.png) 0 0/cover;width:350px;max-width:80%;height:374px;margin:auto auto 150px 2%}@media screen and (width>=1550px){.floating-panel{width:600px;height:650px;margin-bottom:200px}}@media screen and (width>=501px) and (width<=780px){.floating-panel{margin:auto}}@media screen and (width<=500px){.floating-panel{background-repeat:no-repeat;background-size:100%;width:100%;max-width:67%;height:100%;margin:auto auto -30%}}@media (width<=320px){.floating-panel{margin-bottom:-22%}}.floating-panel h2{margin-top:48%;font-family:ff-market-web;font-size:56px;font-weight:100}@media screen and (width>=1550px){.floating-panel h2{font-size:100px}}@media screen and (width<=500px){.floating-panel h2{font-size:11vw}}.lower-info{float:left;width:100%;margin-right:2.35765%;display:block}.lower-info:last-child{margin-right:0}.lower-info{color:#fff;z-index:2;background:#57ad83;width:100%;height:100px;margin:0 auto 3rem;position:absolute;bottom:-48px}@media screen and (width>=1550px){.lower-info{height:160px}}@media screen and (width>=501px) and (width<=780px){.lower-info{border-top:1px solid #fff;height:180px}}@media screen and (width<=500px){.lower-info{border-top:1px solid #fff;height:22.3%}}.lower-info .slide{float:left;width:82.9404%;margin-right:2.35765%;display:block}.lower-info .slide:last-child{margin-right:0}.lower-info .slide{margin:30px auto auto}@media screen and (width>=1550px){.lower-info .slide{margin-top:50px}}@media screen and (width>=781px) and (width<=960px){.lower-info .slide{margin-top:34px}}@media screen and (width>=501px) and (width<=780px){.lower-info .slide{text-align:center;width:100%}}@media screen and (width<=500px){.lower-info .slide{text-align:center;width:100%;margin-top:6%}}.lower-info .slide ul{float:left;width:69.1472%;margin-right:2.84259%;display:block}.lower-info .slide ul:last-child{margin-right:0}.lower-info .slide ul{float:left;margin-top:-14px;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=1550px){.lower-info .slide ul{font-size:24px}}@media screen and (width>=781px) and (width<=960px){.lower-info .slide ul{font-size:1.6vw}}@media screen and (width>=501px) and (width<=780px){.lower-info .slide ul{width:100%}}@media screen and (width<=500px){.lower-info .slide ul{width:100%;font-size:3.6vw}}.lower-info .slide ul li{margin-bottom:2px}.lower-info .slide ul li:last-child{margin-bottom:5px}.lower-info .slide button{float:left;width:28.0102%;margin-right:2.84259%;display:block}.lower-info .slide button:last-child{margin-right:0}.lower-info .slide button{float:right;text-transform:uppercase;background-color:#e73a53;border:1px solid #fff;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=1550px){.lower-info .slide button{font-size:24px}}@media screen and (width>=501px) and (width<=780px){.lower-info .slide button{float:none;margin-top:30px}}@media screen and (width<=500px){.lower-info .slide button{float:none;width:60%;margin-top:2%;font-size:4.5vw}}.lower-info #scrolldown{text-align:center;z-index:100;width:100px;height:100px;position:absolute;bottom:-4px;left:0}@media screen and (width>=781px) and (width<=960px){.lower-info #scrolldown{width:75px}}@media screen and (width<=500px){.lower-info #scrolldown{width:71px;height:58px;bottom:0}}.lower-info #scrolldown p{color:#fff;font:700 .7em/1em tide-sans-300,sans-serif;animation-name:scroll;animation-duration:2s;animation-iteration-count:infinite;animation-fill-mode:both}.lower-info #scrolldown>p{text-transform:uppercase;text-indent:3px}.lower-info .mouse{border:2px solid #fff;border-radius:13px;width:26px;height:46px;margin:4px 0 0 -13px;display:block;position:absolute;left:50%}@media screen and (width<=500px){.lower-info .mouse{border:none;margin-top:-8px}}.lower-info .mouse span{margin:6px auto;font-size:1.5em;display:block}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.green-overlay:before{content:"";width:100%;height:50px;top:none;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057ad83", endColorstr="#57ad83",GradientType=0);background:linear-gradient(#57ad8300 0%,#57ad83 100%);position:absolute;bottom:99px}@media screen and (width>=1550px){.green-overlay:before{bottom:159px}}@media screen and (width>=501px) and (width<=780px){.green-overlay:before{top:-49px;bottom:none}}@media screen and (width<=500px){.green-overlay:before{top:-49px;bottom:none}}@media screen and (width>=501px) and (width<=780px){.green-overlay{background-color:#57ad83;width:100%;height:1000px;display:block;position:absolute;top:510px}}@media screen and (width<=500px){.green-overlay{background-color:#57ad83;width:100%;height:1000px;display:block;position:absolute;top:200px}}.lower-info .slide{display:none}.lower-info .slide.active-slide{display:block}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}#accordion{background-color:#f3f5f7;padding-top:60px;font-family:tide-sans-300,sans-serif;box-shadow:inset 0 -83px 20px -17px #0006}#accordion .search-filters:after{clear:both;content:"";display:block}#accordion .search-filters{max-width:800px;margin-left:auto;margin-right:auto;padding:5% 0}@media screen and (width>=501px) and (width<=780px){#accordion .search-filters{margin:0 1%;padding-bottom:8%}}@media screen and (width<=500px){#accordion .search-filters{margin:0 4%;padding-bottom:8%}}#accordion .search-filters #search-form [type=submit]{background:#f0614b!important}#accordion .search-filters #search-form .search-bar{border:2px solid #473874;height:50px;font-family:tide-sans-300,sans-serif}#accordion .search-filters #search-form .slider-container .ui-slider-range{background:#3bbebe}#accordion .search-filters .age-range #age_range_slider{box-shadow:none;text-align:center;color:#473874;background:0 0;border:none;height:22px;font-family:tide-sans-300,sans-serif}#accordion .search-filters .age-range .slider-container{margin-bottom:40px}#accordion .search-filters .age-range .slider-container #age_range_slider{color:#ffc44e;border:0;font-weight:700}#accordion .search-filters .age-range .slider-container #age-group-max-handle,#accordion .search-filters .age-range .slider-container #age-group-min-handle{text-align:center;color:#473874;width:2.2em;height:1.6em;margin-top:-.8em;line-height:1.6em;top:50%}#accordion .search-filters .age-range .slider-container #age-group-min-handle{margin-left:-1px}#accordion .search-filters .age-range .slider-container #age-group-max-handle{margin-left:-34px}#accordion .search-filters .duration #duration_slider{box-shadow:none;text-align:center;color:#473874;background:0 0;border:none;height:22px;font-family:tide-sans-300,sans-serif}#accordion .search-filters .duration .slider-container{margin-bottom:20px}#accordion .search-filters .duration .slider-container #duration-max-handle,#accordion .search-filters .duration .slider-container #duration-min-handle{text-align:center;color:#473874;width:2.2em;height:1.6em}#accordion .search-filters .duration .slider-container #duration-min-handle{margin-left:-1px}#accordion .search-filters .duration .slider-container #duration-max-handle{margin-left:-34px}#accordion .search-filters .genres{float:left;width:100%;margin-right:2.35765%;display:block}#accordion .search-filters .genres:last-child{margin-right:0}#accordion .search-filters .genres .genre-checkbox-group{float:left;width:31.7616%;margin-right:2.35765%;display:block}#accordion .search-filters .genres .genre-checkbox-group:last-child{margin-right:0}@media screen and (width<=500px){#accordion .search-filters .genres .genre-checkbox-group{float:left;width:100%;margin-right:2.35765%;display:block}#accordion .search-filters .genres .genre-checkbox-group:last-child{margin-right:0}}#accordion .search-filters-expander{text-align:center;color:#fff;background-color:#303672;border-top:1px solid #21254e;margin-top:-20px;padding-top:20px}#accordion .search-filters-expander:hover{cursor:pointer}#accordion .search-filters-expander .hide-search,#accordion .search-filters-expander .show-search{margin-top:16px;margin-bottom:0;font-family:tide-sans,sans-serif}#accordion .search-filters-expander .icon-chevron-down,#accordion .search-filters-expander .icon-chevron-up{color:#ffc44e;font-size:24px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}#search-results{background:#303672;padding:30px 60px;display:block;overflow:auto}@media screen and (width>=501px) and (width<=780px){#search-results{padding:30px 20px}}@media screen and (width<=500px){#search-results{padding:30px 2%}}#search-results .searching{text-align:center;min-height:500px}#search-results .searching .searching-text{color:#fff;font-family:tide-sans-300,sans-serif}@keyframes lds-ripple{0%{opacity:1;width:0;height:0;top:94px;left:94px}to{opacity:0;width:114px;height:114px;top:37px;left:37px}}#search-results .searching .lds-ripple{margin-left:auto;margin-right:auto;position:relative}#search-results .searching .lds-ripple div{box-sizing:content-box;opacity:1;border-style:solid;border-width:6px;border-radius:50%;animation:2s cubic-bezier(0,.2,.8,1) infinite lds-ripple;position:absolute}#search-results .searching .lds-ripple div:first-child{border-color:#e07148}#search-results .searching .lds-ripple div:nth-child(2){border-color:#ffc44e;animation-delay:-1s}#search-results .searching .lds-ripple{transform:translate(-100px,-100px)scale(1)translate(100px,100px);width:200px!important;height:200px!important}#search-results .searching .wendell{max-height:200px;margin-left:auto;margin-right:auto;display:none}#search-results span{text-align:center;color:#fff;text-shadow:1px 2px #21254e;margin-top:10px;margin-bottom:30px;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:24px;display:block}#search-results .title{text-align:left;color:#3bbebe;text-shadow:1px 2px #21254e;margin-top:0;margin-bottom:7px;padding-left:0;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:22px}@media screen and (width>=1550px){#search-results .title{font-size:30px}}#search-results .all-shows-grid{flex-wrap:wrap;display:flex}#search-results .all-shows-grid .all-shows-each{width:16.666%;margin-bottom:30px}@media screen and (width<=500px){#search-results .all-shows-grid .all-shows-each{width:50%}}@media screen and (width>=501px) and (width<=780px){#search-results .all-shows-grid .all-shows-each{width:33.3333%}}#search-results .all-shows-grid .all-shows-each .series-links{max-height:141px;padding:0 4%;position:relative}#search-results .all-shows-grid .all-shows-each .series-links .all-shows-series-img{cursor:pointer;box-shadow:0 13px 26px -4px #0000004d}#search-results .hover-arrow{z-index:1;margin-top:-14px;display:none}@media screen and (width>=1050px){#search-results .hover-arrow{margin-top:-10px}}@media screen and (width>=961px) and (width<=1049px){#search-results .hover-arrow{margin-top:-14px}}@media screen and (width>=501px) and (width<=780px){#search-results .hover-arrow{margin-top:-10px}}@media screen and (width<=500px){#search-results .hover-arrow{margin-top:-10px}}#search-results .hover-arrow img{box-shadow:none;width:100%;max-width:250px;height:26px}#search-results .hover-arrow img:hover{cursor:pointer}#search-results .series-links .hover-arrow{position:inherit;width:100%}#search-results .series-links:hover .hover-arrow,#search-results .display-expanded-series{display:block}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.expanded-series-container .expanded-series-hero{float:left;width:100%;margin-right:2.35765%;display:block}.expanded-series-container .expanded-series-hero:last-child{margin-right:0}.expanded-series-container .expanded-series-hero{background-position:100%;background-size:cover;height:auto;margin-top:-6px;position:relative;box-shadow:inset 0 0 25px #000}@media screen and (width<=500px){.expanded-series-container .expanded-series-hero{background-position:70%}}.expanded-series-container .expanded-series-hero .close-expanded-series{cursor:pointer;z-index:2147483647;width:34px;position:absolute;top:30px;right:30px}.expanded-series-container .expanded-series-hero .expanded-series-info-left{float:left;width:48.8212%;margin-right:2.35765%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left{background:linear-gradient(270deg,#3330,#333333b3);min-height:650px;padding:30px 3% 70px;position:relative}@media screen and (width>=1550px){.expanded-series-container .expanded-series-hero .expanded-series-info-left{padding:260px 3% 320px}}@media screen and (width>=781px) and (width<=960px){.expanded-series-container .expanded-series-hero .expanded-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left{background:#333333b3}}@media screen and (width>=501px) and (width<=780px){.expanded-series-container .expanded-series-hero .expanded-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left{background:#333333b3}}@media screen and (width<=500px){.expanded-series-container .expanded-series-hero .expanded-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left{background:#333333e6}}.expanded-series-container .expanded-series-hero .expanded-series-info-left .series-back-crumb{color:#fff;opacity:.4;margin-bottom:10px;font-family:tide-sans-300,sans-serif;transition:all .48s}.expanded-series-container .expanded-series-hero .expanded-series-info-left .series-back-crumb:hover{opacity:1;margin-left:-4px;transition:all .48s}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-logo{margin-bottom:12px}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-logo img{max-width:200px;max-height:130px;box-shadow:none}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-title h1{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:26px;font-family:tide-sans,sans-serif;font-size:36px;font-weight:200;line-height:43px}@media screen and (width<=500px){.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-title h1{text-shadow:none;margin-bottom:20px;font-size:30px;line-height:32px}}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-description h2{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:400;line-height:24px}@media screen and (width<=500px){.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-description h2{text-shadow:none;font-size:16px;line-height:24px}}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-count{color:#fff;margin-bottom:12px;font-family:tide-sans-300,sans-serif;font-size:24px;line-height:24px}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-play{float:left;width:100%;margin-right:4.82916%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-play:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-play .play-button{float:left;width:12.6424%;margin-right:4.82916%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-play .play-button:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left .expanded-series-episode-play .play-button{padding:30px 0}.expanded-series-container .expanded-series-hero .expanded-series-info-left .view-all-episodes{float:left;width:100%;margin-right:4.82916%;display:block}.expanded-series-container .expanded-series-hero .expanded-series-info-left .view-all-episodes:last-child{margin-right:0}.expanded-series-container .expanded-series-hero .expanded-series-info-left .view-all-episodes{color:#fff;font-family:tide-sans-300,sans-serif;font-size:20px}.expanded-series-container .expanded-series-hero .expanded-series-info-left .view-all-episodes .all-episodes-icon{vertical-align:middle;width:48px;margin-right:10px}.expanded-series-container .expanded-series-hero .expanded-series-info-left .watchlist-icon{float:left;text-align:right;height:0;margin-top:22px;font-size:3em}.expanded-series-container .expanded-series-hero .expanded-series-info-left .watchlist-icon .my-watchlist{align-items:center;padding-top:15px;display:flex}.expanded-series-container .expanded-series-hero .expanded-series-info-left .watchlist-icon a{color:#fff}.expanded-series-container .expanded-series-hero .expanded-series-info-left .watchlist-icon .series_watchlist-text{text-align:center;height:0;margin-top:-29px;margin-right:-20px;padding-left:35px;font-family:tide-sans-300,sans-serif;font-size:20px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.favorites-container{float:left;width:100%;margin-right:2.35765%;display:block}.favorites-container:last-child{margin-right:0}.favorites-container{min-height:-webkit-calc(100vh - 90px);min-height:-moz-calc(100vh - 90px);background:linear-gradient(#3bbebe,#303672);min-height:calc(100vh - 90px);margin-top:40px;padding:50px 20px}@media screen and (width>=501px) and (width<=780px){.favorites-container{padding:60px 20px}}@media screen and (width<=500px){.favorites-container{padding:60px 20px}}.favorites-container .favorites-title{text-align:center;color:#fff;padding-bottom:3%;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:36px}.favorites-container .favorites-section:after{clear:both;content:"";display:block}.favorites-container .favorites-section{max-width:1200px;margin-left:auto;margin-right:auto}.favorites-container .favorites-section .video-list-item{float:left;width:23.2318%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child{margin-right:0}.favorites-container .favorites-section .video-list-item{padding-bottom:30px}@media screen and (width>=1050px){.favorites-container .favorites-section .video-list-item{float:left;width:23.2318%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child,.favorites-container .favorites-section .video-list-item:nth-child(4n){margin-right:0}.favorites-container .favorites-section .video-list-item:nth-child(4n+1){clear:left}}@media screen and (width>=961px) and (width<=1049px){.favorites-container .favorites-section .video-list-item{float:left;width:23.2318%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child,.favorites-container .favorites-section .video-list-item:nth-child(4n){margin-right:0}.favorites-container .favorites-section .video-list-item:nth-child(4n+1){clear:left}}@media screen and (width>=781px) and (width<=960px){.favorites-container .favorites-section .video-list-item{float:left;width:31.7616%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child,.favorites-container .favorites-section .video-list-item:nth-child(3n){margin-right:0}.favorites-container .favorites-section .video-list-item:nth-child(3n+1){clear:left}}@media screen and (width>=501px) and (width<=780px){.favorites-container .favorites-section .video-list-item{float:left;width:48.8212%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child,.favorites-container .favorites-section .video-list-item:nth-child(2n){margin-right:0}.favorites-container .favorites-section .video-list-item:nth-child(odd){clear:left}}@media screen and (width<=500px){.favorites-container .favorites-section .video-list-item{float:left;width:100%;margin-right:2.35765%;display:block}.favorites-container .favorites-section .video-list-item:last-child{margin-right:0}}.favorites-container .favorites-section .video-list-item .video-img{clear:both;position:relative}.favorites-container .favorites-section .video-list-item .video-img .vid-play-button{box-shadow:none;border:none;width:40px;position:absolute;bottom:20px;left:20px}.favorites-container .favorites-section .video-list-item .video-img img{border:4px solid #ffc44e;width:100%;box-shadow:0 13px 26px -4px #00000080}.favorites-container .favorites-section .video-list-info{float:left;width:100%;margin-right:10.1484%;display:block}.favorites-container .favorites-section .video-list-info:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.favorites-container .favorites-section .video-list-info{float:left;width:100%;margin-right:7.42297%;display:block}.favorites-container .favorites-section .video-list-info:last-child{margin-right:0}}.favorites-container .favorites-section .video-list-info .series-name,.favorites-container .favorites-section .video-list-info .video-name{float:left;width:73.1443%;margin-right:7.42297%;display:block}.favorites-container .favorites-section .video-list-info .series-name:last-child,.favorites-container .favorites-section .video-list-info .video-name:last-child{margin-right:0}.favorites-container .favorites-section .video-list-info .series-name,.favorites-container .favorites-section .video-list-info .video-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans,sans-serif;overflow:hidden}.favorites-container .favorites-section .video-list-info .series-name a,.favorites-container .favorites-section .video-list-info .video-name a{color:#fff}.favorites-container .favorites-section .video-list-info .video-name{font-family:tide-sans-300,sans-serif}.favorites-container .favorites-section .video-list-info .favorite-button{float:left;width:19.4328%;margin-right:7.42297%;display:block}.favorites-container .favorites-section .video-list-info .favorite-button:last-child{margin-right:0}.favorites-container .favorites-section .video-list-info .favorite-button .my-favorites{float:right;margin-top:-18px}.favorites-container .favorites-section .video-list-info .favorite-button .my-favorites button{color:#fff;background-color:#0000;padding:0;font-size:2em}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}@media screen and (width>=781px) and (width<=960px){.beta-series{background:#333333b3}}@media screen and (width>=501px) and (width<=780px){.beta-series{background:#333333b3}}.beta-series .beta-series-info-left{background:linear-gradient(270deg,#3330,#333333e6)}@media screen and (width>=501px) and (width<=780px){.beta-series .beta-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left:last-child{margin-right:0}}.beta-series .beta-series-info-left .beta-series-logo{text-align:center;margin-top:70px;margin-bottom:20px}.beta-series .beta-series-info-left .beta-series-logo img{width:40%}.beta-series .beta-series-info-left .video-list{margin-left:17.4715%}.beta-series .beta-series-info-left .video-list .video-img{position:relative}.beta-series .beta-series-info-left .video-list .series-title{color:#fff;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:20px}.beta-series .beta-series-info-left .video-list .video-title{color:#fff;margin-top:-5px;font-family:tide-sans-300,sans-serif;font-size:20px}.beta-series #series-image-hero img{z-index:-2147483648;min-width:1440px;height:100%;position:fixed;top:50px;right:0}@media screen and (width>=501px) and (width<=780px){.beta-series #series-image-hero img{min-width:230%;right:-70px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.ticket-form:after{clear:both;content:"";display:block}.ticket-form{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.ticket-form #ticket-comments,.ticket-form #ticket-users,.ticket-form #ticket-steps,.ticket-form #ticket-tasks,.ticket-form #ticket-related{float:left;width:100%;margin-right:2.35765%;display:block}.ticket-form #ticket-comments:last-child,.ticket-form #ticket-users:last-child,.ticket-form #ticket-steps:last-child,.ticket-form #ticket-tasks:last-child,.ticket-form #ticket-related:last-child{margin-right:0}.ticket-form #ticket-comments,.ticket-form #ticket-users,.ticket-form #ticket-steps,.ticket-form #ticket-tasks,.ticket-form #ticket-related{padding-top:20px}.ticket-form #ticket-step-form,.ticket-form #ticket-task-form,.ticket-form #ticket-comment-form,.ticket-form #user-link-form,.ticket-form #ticket-link-form{display:none}.ticket-form h1{border-bottom:4px solid #473874;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}.ticket-form input,.ticket-form textarea{font-family:tide-sans-300,sans-serif}.ticket-form .actions{margin-right:20px}.ticket-form .cancel-link{vertical-align:-webkit-baseline-middle;color:#979797}.ticket-index:after{clear:both;content:"";display:block}.ticket-index{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.ticket-index h1{border-bottom:4px solid #473874;margin-bottom:60px;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}.ticket-index th a{color:#000}.ticket-index #tickets tr td{word-wrap:break-word}.ticket-index .table-add-button{color:#fff;background-color:#473874;border-radius:4px;padding:6px 40px}.ticket-index .dynatable-per-page-label{margin-top:20px;display:block;position:relative}.form-fields .form-left #ticket-desc{height:268px}#ticket-steps h1{margin-top:30px}#ticket-steps #steps-header{margin-top:24px;font-weight:700}#ticket-steps .step-container{float:left;width:100%;margin-right:2.35765%;display:block}#ticket-steps .step-container:last-child{margin-right:0}#ticket-steps .step-container .steps{float:left;width:100%;margin-right:2.35765%;display:block}#ticket-steps .step-container .steps:last-child{margin-right:0}#ticket-steps .step-container .steps{border-bottom:1px dashed #afafaf;margin:12px 0;padding-bottom:22px}#ticket-steps .step-container .steps .step-number{float:left;width:2.76023%;margin-right:2.35765%;display:block}#ticket-steps .step-container .steps .step-number:last-child{margin-right:0}#ticket-steps .step-container .steps .step-number{margin-right:10px;font-weight:700}#ticket-steps .step-container .steps .step-description{float:left;width:94.8821%;margin-right:2.35765%;display:block}#ticket-steps .step-container .steps .step-description:last-child,#ticket-steps .step-container .steps .step-description{margin-right:0}#ticket-steps .step-container .steps #step-remove{float:left;width:100%;margin-right:2.35765%;display:block}#ticket-steps .step-container .steps #step-remove:last-child{margin-right:0}#ticket-steps .step-container .steps #step-remove{margin-left:3.41192%}#ticket-tasks h1,#ticket-comments h1,#ticket-users h1,#ticket-related h1{margin-top:30px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.bug{outline:thin solid red}.archived{background-color:#d3d3d3}.tag-form:after{clear:both;content:"";display:block}.tag-form{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.tag-form #tag-comments,.tag-form #tag-users,.tag-form #tag-steps,.tag-form #tag-tasks,.tag-form #tag-related{float:left;width:100%;margin-right:2.35765%;display:block}.tag-form #tag-comments:last-child,.tag-form #tag-users:last-child,.tag-form #tag-steps:last-child,.tag-form #tag-tasks:last-child,.tag-form #tag-related:last-child{margin-right:0}.tag-form #tag-comments,.tag-form #tag-users,.tag-form #tag-steps,.tag-form #tag-tasks,.tag-form #tag-related{padding-top:20px}.tag-form #tag-step-form,.tag-form #tag-task-form,.tag-form #tag-comment-form,.tag-form #user-link-form,.tag-form #tag-link-form{display:none}.tag-form h1{border-bottom:4px solid #473874;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}.tag-form input,.tag-form textarea{font-family:tide-sans-300,sans-serif}.tag-form .actions{margin-right:20px}.tag-form .cancel-link{vertical-align:-webkit-baseline-middle;color:#979797}.tag-index:after,.tag-form:after,.admin-edit-container:after{clear:both;content:"";display:block}.tag-index,.tag-form,.admin-edit-container{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.tag-index h1,.tag-form h1,.admin-edit-container h1{border-bottom:4px solid #473874;margin-bottom:60px;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}.tag-index th a,.tag-form th a,.admin-edit-container th a{color:#000}.tag-index #tags tr td,.tag-index #user_tags tr td,.tag-form #tags tr td,.tag-form #user_tags tr td,.admin-edit-container #tags tr td,.admin-edit-container #user_tags tr td{word-wrap:break-word}.tag-index .table-add-button,.tag-form .table-add-button,.admin-edit-container .table-add-button{color:#fff;background-color:#473874;border-radius:4px;padding:6px 40px}.tag-index .dynatable-per-page-label,.tag-form .dynatable-per-page-label,.admin-edit-container .dynatable-per-page-label{margin-top:20px;display:block;position:relative}.admin-add-user-button button{background-color:#90ee90}.admin-add-user-button button:hover,.admin-add-user-button button:focus{color:#fff;background-color:#73be73}.admin-link-user-button-container button{background-color:#add8e6}.admin-link-user-button-container button:hover,.admin-link-user-button-container button:focus{color:#fff;background-color:#8aadb8}.form-fields{float:left;width:100%;margin-right:2.35765%;display:block}.form-fields:last-child{margin-right:0}.form-fields .form-left{float:left;width:65.8808%;margin-right:2.35765%;display:block}.form-fields .form-left:last-child{margin-right:0}.form-fields .form-left #tag-desc{height:268px}.form-fields .form-right{float:left;width:31.7616%;margin-right:2.35765%;display:block}.form-fields .form-right:last-child{margin-right:0}#tag-users h1{margin-top:30px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.lo-series-container .lo-series-hero{float:left;width:100%;margin-right:2.35765%;display:block}.lo-series-container .lo-series-hero:last-child{margin-right:0}.lo-series-container .lo-series-hero{background-position:100%;background-size:cover;height:auto;margin-top:47px;margin-bottom:-35px}@media screen and (width<=500px){.lo-series-container .lo-series-hero{background-position:70%}}.lo-series-container .lo-series-hero .lo-series-info-left{float:left;width:48.8212%;margin-right:2.35765%;display:block}.lo-series-container .lo-series-hero .lo-series-info-left:last-child{margin-right:0}.lo-series-container .lo-series-hero .lo-series-info-left{background:linear-gradient(270deg,#3330,#333333b3);padding:30px 3% 70px;position:relative}@media screen and (width>=1550px){.lo-series-container .lo-series-hero .lo-series-info-left{padding:260px 3% 320px}}@media screen and (width>=781px) and (width<=960px){.lo-series-container .lo-series-hero .lo-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-series-container .lo-series-hero .lo-series-info-left:last-child{margin-right:0}.lo-series-container .lo-series-hero .lo-series-info-left{background:#333333b3}}@media screen and (width>=501px) and (width<=780px){.lo-series-container .lo-series-hero .lo-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-series-container .lo-series-hero .lo-series-info-left:last-child{margin-right:0}.lo-series-container .lo-series-hero .lo-series-info-left{background:#333333b3}}@media screen and (width<=500px){.lo-series-container .lo-series-hero .lo-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-series-container .lo-series-hero .lo-series-info-left:last-child{margin-right:0}.lo-series-container .lo-series-hero .lo-series-info-left{background:#333333e6}}.lo-series-container .lo-series-hero .lo-series-info-left .series-back-crumb{color:#fff;opacity:.4;margin-bottom:10px;font-family:tide-sans-300,sans-serif;transition:all .48s}.lo-series-container .lo-series-hero .lo-series-info-left .series-back-crumb:hover{opacity:1;margin-left:-4px;transition:all .48s}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-logo{margin-bottom:12px}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-logo img{max-width:200px;max-height:130px}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-title h1{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:26px;font-family:tide-sans,sans-serif;font-size:36px;font-weight:200;line-height:43px}@media screen and (width<=500px){.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-title h1{text-shadow:none;margin-bottom:20px;font-size:30px;line-height:32px}}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-description h2{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:400;line-height:24px}@media screen and (width<=500px){.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-description h2{text-shadow:none;font-size:16px;line-height:24px}}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-rating{margin-bottom:30px}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-rating i{color:#fff}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-episodes{color:#fff;margin-bottom:32px;font-family:tide-sans-300,sans-serif;font-size:24px;line-height:24px}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta{float:left;width:65.057%;margin-right:4.82916%;display:block}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta:last-child{margin-right:0}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta{text-align:center;min-width:300px;margin-bottom:10px;font-size:24px}@media screen and (width<=500px){.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta{width:100%}}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta button{font-family:tide-sans,sans-serif;font-weight:300;background:#f0614b!important}.lo-series-container .lo-series-hero .lo-series-info-left .lo-series-cta button:hover{background-color:#4fc5c5}.lo-series-container .lo-series-episodes-section{margin-bottom:80px;padding:0 60px}@media screen and (width<=500px){.lo-series-container .lo-series-episodes-section{padding:0 20px}}.lo-series-container .lo-series-episodes-section .lo-series-episodes-title{text-align:center;color:#303672;clear:both;z-index:99999;background-color:#fff;border-radius:18px;margin-bottom:50px;font-family:tide-sans,sans-serif;font-size:36px;font-weight:300;position:relative;box-shadow:0 -22px 32px -20px #252525}@media screen and (width<=500px){.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item{margin-bottom:20px}}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-img{position:relative}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-img .episode-number-container{width:100%;position:absolute;bottom:0}@media screen and (width<=500px){.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-img .episode-number-container{bottom:6px}}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-img .episode-number-container{background:linear-gradient(#0000,#00000080)}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-img .episode-number-container .episode-number{color:#fff;padding:8px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:700}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-info{clear:both;border:1px solid #979797;padding:2px 8px 10px;position:relative}@media screen and (width<=500px){.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-info{top:-7px}}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-info .title{color:#242725;white-space:nowrap;text-overflow:ellipsis;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:15px;font-weight:700;line-height:20px;overflow:hidden}.lo-series-container .lo-series-episodes-section .lo-video-list .video-list-item .video-info .description{color:#6f6f6f;text-overflow:ellipsis;font-family:tide-sans-300,sans-serif;font-size:13px;overflow:hidden}.lo-series-container .slick-slider .slick-slide{border:solid #fff}.lo-series-container .slick-slider .slick-prev{left:-43px!important}.lo-series-container .slick-slider .slick-next{right:-43px!important}.lo-series-container .slick-slider .slick-prev:before,.lo-series-container .slick-slider .slick-next:before{color:#3bbebe!important}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.lo-video-container .lo-video-hero{float:left;width:100%;margin-right:2.35765%;display:block}.lo-video-container .lo-video-hero:last-child{margin-right:0}.lo-video-container .lo-video-hero{background-position:100%;background-size:cover;height:auto;margin-top:47px;margin-bottom:-35px}.lo-video-container .lo-video-hero .background-overlay{background:#333c 0 0/cover;height:730px}@media screen and (width>=1550px){.lo-video-container .lo-video-hero .background-overlay{height:1160px}}@media screen and (width>=781px) and (width<=960px){.lo-video-container .lo-video-hero{background-position:50%}}@media screen and (width>=501px) and (width<=780px){.lo-video-container .lo-video-hero{background-position:50%}}@media screen and (width<=500px){.lo-video-container .lo-video-hero{background-position:50%}}.lo-video-container .lo-video-hero .lo-video-info-left{float:left;width:57.351%;margin-right:2.35765%;display:block}.lo-video-container .lo-video-hero .lo-video-info-left:last-child{margin-right:0}.lo-video-container .lo-video-hero .lo-video-info-left{padding:30px 0 70px 90px;position:relative}@media screen and (width>=1550px){.lo-video-container .lo-video-hero .lo-video-info-left{padding:260px 3% 320px 10%}}@media screen and (width>=781px) and (width<=960px){.lo-video-container .lo-video-hero .lo-video-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-video-container .lo-video-hero .lo-video-info-left:last-child{margin-right:0}.lo-video-container .lo-video-hero .lo-video-info-left{padding-right:90px}}@media screen and (width>=501px) and (width<=780px){.lo-video-container .lo-video-hero .lo-video-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-video-container .lo-video-hero .lo-video-info-left:last-child{margin-right:0}.lo-video-container .lo-video-hero .lo-video-info-left{padding-right:90px}}@media screen and (width<=500px){.lo-video-container .lo-video-hero .lo-video-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.lo-video-container .lo-video-hero .lo-video-info-left:last-child{margin-right:0}.lo-video-container .lo-video-hero .lo-video-info-left{padding:30px 3% 70px}}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-logo{min-height:92px;margin-bottom:12px}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-logo img{max-width:200px;max-height:130px}@media screen and (width<=500px){.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-logo{text-align:center}}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-title h1{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:26px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:200;line-height:43px}@media screen and (width<=500px){.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-title h1{text-shadow:none;margin-bottom:20px;font-size:30px;line-height:32px}}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-description h2{color:#fff;text-shadow:1px 1px 1px #4c4c4c;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:400;line-height:24px}@media screen and (width<=500px){.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-description h2{text-shadow:none;font-size:16px;line-height:24px}}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-rating{margin-bottom:30px}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-rating i{color:#fff}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-episodes{color:#fff;margin-bottom:6px;font-family:tide-sans-300,sans-serif;font-size:24px;line-height:24px}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-runtime{color:#fff;margin-bottom:32px;font-family:tide-sans-300,sans-serif;font-size:18px;font-style:italic;line-height:24px}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta{float:left;width:65.057%;margin-right:4.82916%;display:block}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta:last-child{margin-right:0}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta{color:#fff;text-align:center;background-color:#473874;border:1px solid #fff;border-radius:4px;min-width:300px;margin-bottom:122px;font-size:24px;transition:all .48s}@media screen and (width<=500px){.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta{width:100%}}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta:hover{background-color:#4fc5c5;transition:all .48s}.lo-video-container .lo-video-hero .lo-video-info-left .lo-video-cta button{background-color:#0000;font-family:tide-sans-300,sans-serif;font-weight:300}.lo-video-container .previous-vid-button{background:#fff6;border-radius:300px;width:130px;height:130px;transition:all .48s;position:absolute;top:42%;left:-70px}@media screen and (width<=500px){.lo-video-container .previous-vid-button{width:110px;height:110px;top:66px;left:-60px}}.lo-video-container .previous-vid-button:hover{background:#fffc;transition:all .48s;left:-65px}@media screen and (width<=500px){.lo-video-container .previous-vid-button:hover{left:-60px}}.lo-video-container .previous-vid-button .prev-copy{float:right;padding:50px 10px;font-family:tide-sans-300,sans-serif;font-size:20px}@media screen and (width<=500px){.lo-video-container .previous-vid-button .prev-copy{padding:40px 8px;font-size:18px}}.lo-video-container .next-vid-button{background:#fff6;border-radius:300px;width:130px;height:130px;transition:all .48s;position:absolute;top:42%;right:-70px}@media screen and (width<=500px){.lo-video-container .next-vid-button{width:110px;height:110px;top:66px;right:-60px}}.lo-video-container .next-vid-button:hover{background:#fffc;transition:all .48s;right:-65px}@media screen and (width<=500px){.lo-video-container .next-vid-button:hover{right:-60px}}.lo-video-container .next-vid-button .next-copy{float:left;padding:50px 10px;font-family:tide-sans-300,sans-serif;font-size:20px}@media screen and (width<=500px){.lo-video-container .next-vid-button .next-copy{padding:40px 8px;font-size:18px}}.lo-video-container a{color:#333}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.devotionals-page{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page:last-child{margin-right:0}.devotionals-page{height:auto}.devotionals-page .devotionals-hero{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devotionals-hero:last-child{margin-right:0}.devotionals-page .devotionals-hero{background-position:100%;background-size:cover;height:auto;margin-top:47px}@media screen and (width<=500px){.devotionals-page .devotionals-hero{background-position:70%}}.devotionals-page .devotionals-hero .devotionals-inner{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devotionals-hero .devotionals-inner:last-child{margin-right:0}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left{float:left;width:40.2914%;margin-right:2.35765%;display:block}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left:last-child{margin-right:0}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left{text-align:center;padding:3% 0}@media screen and (width>=781px) and (width<=960px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left{padding:8vw 0}}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left{width:100%}}@media screen and (width<=500px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left{width:100%}}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left img{width:60%;margin-left:7%}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left img{margin-left:0}}@media screen and (width<=500px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-left img{margin-left:0}}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right{float:left;width:40.2914%;margin-right:2.35765%;display:block}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right:last-child{margin-right:0}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right{padding:11% 3%;position:relative}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right{text-align:center;width:100%}}@media screen and (width<=500px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right{text-align:center;width:100%}}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-title h1{color:#fff;text-shadow:0 3px 5px #1f6d6d;margin-bottom:26px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:400;line-height:43px}@media screen and (width>=1550px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-title h1{font-size:2.4vw}}@media screen and (width<=500px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-title h1{margin-bottom:20px;font-size:30px;line-height:32px}}.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-description h2{color:#fff;text-shadow:0 2px 4px #1f6d6d;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:400;line-height:28px}@media screen and (width>=1550px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-description h2{font-size:1.3vw;line-height:1.6vw}}@media screen and (width<=500px){.devotionals-page .devotionals-hero .devotionals-inner .devotionals-info-right .devotionals-description h2{font-size:16px;line-height:24px}}.devotionals-page .devotionals-slick-section{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devotionals-slick-section:last-child{margin-right:0}.devotionals-page .devotionals-slick-section{box-shadow:0 -8px 24px -9px #1f6969}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-img{position:relative}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-img .episode-number-container{background:linear-gradient(#0000,#00000080);width:100%;position:absolute;bottom:0}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-img .episode-number-container .episode-number{color:#fff;padding:8px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:700}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-info{clear:both;border:1px solid #979797;padding:2px 8px 10px;position:relative}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-info .title{color:#242725;white-space:nowrap;text-overflow:ellipsis;margin-bottom:0;padding-left:0;font-family:tide-sans-300,sans-serif;font-size:15px;font-weight:700;line-height:20px;overflow:hidden}.devotionals-page .devotionals-slick-section .devotionals-series-list .devotionals-list-item .devotional-info .description{color:#6f6f6f;text-overflow:ellipsis;font-family:tide-sans-300,sans-serif;font-size:13px;overflow:hidden}.devotionals-page .slick-slider .slick-slide{border:solid #fff}.devotionals-page .slick-slider .slick-prev{left:-43px!important}.devotionals-page .slick-slider .slick-next{right:-43px!important}.devotionals-page .slick-slider .slick-prev:before,.devotionals-page .slick-slider .slick-next:before{color:#333!important}.devotionals-page .devo-about-section{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devo-about-section:last-child{margin-right:0}.devotionals-page .devo-about-section{background:#473874;height:auto;padding:60px}@media screen and (width>=1550px){.devotionals-page .devo-about-section{padding:100px}}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devo-about-section{padding:60px 20px}}@media screen and (width<=500px){.devotionals-page .devo-about-section{padding:60px 20px}}.devotionals-page .devo-about-section .pause-border{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devo-about-section .pause-border:last-child{margin-right:0}.devotionals-page .devo-about-section .pause-border{border:.55vw solid #fffded;border-radius:20px;height:auto;position:relative}@media screen and (width>=1550px){.devotionals-page .devo-about-section .pause-border{border:.3vw solid #fffded}}.devotionals-page .devo-about-section .pause-border .pause-image{width:17.5%;margin:-3.34vw auto auto;position:relative}@media screen and (width>=1550px){.devotionals-page .devo-about-section .pause-border .pause-image{width:12.5%;margin-top:-2.34vw}}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devo-about-section .pause-border .pause-image{width:40%;margin-top:-7.2vw}}@media screen and (width<=500px){.devotionals-page .devo-about-section .pause-border .pause-image{width:40%;margin-top:-7.2vw}}.devotionals-page .devo-about-section .pause-border .pause-card-inner{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .devo-about-section .pause-border .pause-card-inner:last-child{margin-right:0}.devotionals-page .devo-about-section .pause-border .pause-card-inner{padding:40px}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devo-about-section .pause-border .pause-card-inner{padding:20px}}@media screen and (width<=500px){.devotionals-page .devo-about-section .pause-border .pause-card-inner{padding:20px}}.devotionals-page .devo-about-section .pause-border .pause-card-inner .pause-copy h3{text-align:center;color:#fff;width:100%;padding:0 20% 5%;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:400;line-height:32px}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .pause-copy h3{padding:0 10% 6%}}@media screen and (width<=500px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .pause-copy h3{padding:0 10% 6%}}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{float:left;width:31.7616%;margin-right:2.35765%;display:block}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card:last-child{margin-right:0}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{text-align:center;border:4px solid #fffded;border-radius:20px;height:auto;min-height:344px}@media screen and (width>=781px) and (width<=960px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{float:left;width:48.8212%;margin-right:2.35765%;display:block}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card:nth-child(3),.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card:nth-child(3),.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card:nth-child(3){margin-right:0}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{margin-bottom:2.35%}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card:last-child,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card:last-child{margin-left:25.5894%}}@media screen and (width>=501px) and (width<=780px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{width:100%;margin-bottom:20px}}@media screen and (width<=500px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{width:100%;margin-bottom:20px}}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card img,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card img,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card img{width:50%;margin-top:50px}@media screen and (width>=1550px){.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card img,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card img,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card img{width:34%}}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card .talk-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card .live-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card .pray-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card .talk-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card .live-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card .pray-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card .talk-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card .live-copy,.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card .pray-copy{color:#fff;padding:30px 20px 20px;font-family:tide-sans-300,sans-serif;font-size:18px}.devotionals-page .devo-about-section .pause-border .pause-card-inner .talk-card{background:#a2bd4f}.devotionals-page .devo-about-section .pause-border .pause-card-inner .live-card{background:#ccb74b}.devotionals-page .devo-about-section .pause-border .pause-card-inner .pray-card{background:#44ada5}.devotionals-page .jellytelly-section{float:left;width:100%;margin-right:2.35765%;display:block}.devotionals-page .jellytelly-section:last-child{margin-right:0}.devotionals-page .jellytelly-section{background:#473874;border-top:2px solid #fff;border-bottom:2px solid #fff;min-height:400px;padding:0 5%}@media screen and (width>=781px) and (width<=960px){.devotionals-page .jellytelly-section{padding:5%}}@media screen and (width>=501px) and (width<=780px){.devotionals-page .jellytelly-section{text-align:center;padding:5%}}@media screen and (width<=500px){.devotionals-page .jellytelly-section{text-align:center;padding:5%}}.devotionals-page .jellytelly-section .jt-section-container{float:left;align-items:center;width:100%;display:flex;position:relative}@media screen and (width>=501px) and (width<=780px){.devotionals-page .jellytelly-section .jt-section-container{display:block}}@media screen and (width<=500px){.devotionals-page .jellytelly-section .jt-section-container{display:block}}.devotionals-page .jellytelly-section .jt-section-container .jt-copy{float:left;width:40.2914%;margin-right:2.35765%;display:block}.devotionals-page .jellytelly-section .jt-section-container .jt-copy:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.devotionals-page .jellytelly-section .jt-section-container .jt-copy{width:100%}}@media screen and (width<=500px){.devotionals-page .jellytelly-section .jt-section-container .jt-copy{width:100%}}.devotionals-page .jellytelly-section .jt-section-container .jt-copy h2{color:#fff;letter-spacing:1px;text-shadow:1px 2px #322752;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:32px}@media screen and (width>=781px) and (width<=960px){.devotionals-page .jellytelly-section .jt-section-container .jt-copy h2{font-size:3.2vw}}.devotionals-page .jellytelly-section .jt-section-container .jt-copy p{color:#fff;font-family:tide-sans-300,sans-serif;font-size:24px}@media screen and (width>=781px) and (width<=960px){.devotionals-page .jellytelly-section .jt-section-container .jt-copy p{font-size:20px;line-height:24px}}.devotionals-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button{margin-top:2%;padding:1.2em 3.5em;font-size:1.2em;transition:all .48s;box-shadow:0 7px 13px -3px #0003}@media screen and (width>=781px) and (width<=960px){.devotionals-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button{padding:1.2em 2.5em}}.devotionals-page .jellytelly-section .jt-section-container .jt-copy .cta-section a button:hover{box-shadow:none;transition:all .48s}.devotionals-page .jellytelly-section .jt-section-container .jt-copy .cta-section #login{color:#322752;margin-top:10px;font-size:18px}.devotionals-page .jellytelly-section .jt-section-container .jt-copy .cta-section #login a{color:#322752;font-weight:700}.devotionals-page .jellytelly-section .jt-section-container .device-image{float:left;width:57.351%;margin-right:2.35765%;display:block}.devotionals-page .jellytelly-section .jt-section-container .device-image:last-child{margin-right:0}.devotionals-page .jellytelly-section .jt-section-container .device-image{padding:5% 0}@media screen and (width>=501px) and (width<=780px){.devotionals-page .jellytelly-section .jt-section-container .device-image{width:100%}}@media screen and (width<=500px){.devotionals-page .jellytelly-section .jt-section-container .device-image{width:100%}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.spinner{z-index:2147483647;background-color:#473874;width:100%;height:100%;padding-top:22%;position:fixed}@media screen and (width<=500px){.spinner{padding-top:65%}}.spinner .loading-copy{text-align:center;color:#fff;font-family:tide-sans-300,sans-serif}.spinner .sk-circle{text-align:center;width:40px;height:40px;margin:20px auto 0;position:relative}@media screen and (width<=500px){.spinner .sk-circle{margin-top:10px}}.spinner .sk-circle{animation:2s linear infinite sk-rotate}.spinner .dot1,.spinner .dot2{background-color:#fff;border-radius:100%;width:60%;height:60%;animation:2s ease-in-out infinite sk-bounce;display:inline-block;position:absolute;top:0}.spinner .dot2{animation-delay:-1s;top:auto;bottom:0}@-webkit-keyframes sk-rotate{to{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{to{transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.pricing{margin-top:60px}.pricing .top-section{height:100%;position:relative}.pricing .top-section .inner-section:after{clear:both;content:"";display:block}.pricing .top-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.pricing .top-section .inner-section .content{text-align:center;float:left;width:100%;margin-right:2.35765%;padding:4% 0;display:block}.pricing .top-section .inner-section .content:last-child{margin-right:0}@media screen and (width<=500px){.pricing .top-section .inner-section .content{float:left;width:100%;margin-right:7.42297%;display:block}.pricing .top-section .inner-section .content:last-child{margin-right:0}.pricing .top-section .inner-section .content{padding:3% 0 6%}}.pricing .top-section .inner-section .content .title{color:#303672;letter-spacing:-1px;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:40px;font-weight:700;line-height:47px}.pricing .top-section .inner-section .content .title-mobile{display:none}@media screen and (width<=500px){.pricing .top-section .inner-section .content .title-mobile{color:gray;font-size:24px;font-weight:200;display:block}}.pricing .top-section .inner-section .content .body{color:#fff;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:200;line-height:40px}@media screen and (width>=501px) and (width<=780px){.pricing .top-section .inner-section .content .body{font-size:20px}}@media screen and (width<=500px){.pricing .top-section .inner-section .content .body{font-size:12px;line-height:10px}}.pricing #pricing:after{clear:both;content:"";display:block}.pricing #pricing{clear:both;max-width:1200px;margin-bottom:50px;margin-left:auto;margin-right:auto;padding-top:1%}@media screen and (width>=501px) and (width<=780px){.pricing #pricing{margin-bottom:10px}}@media screen and (width<=500px){.pricing #pricing{margin-bottom:10px}}.pricing #pricing .subscription-price-container-mobile{float:left;width:100%;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:14px;font-weight:400;display:block}.pricing #pricing .subscription-price-container-mobile:last-child{margin-right:0}.pricing #pricing .subscription-price-container-mobile{display:none}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container-mobile{display:flex}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container-mobile{display:flex}}.pricing #pricing .subscription-price-container-mobile{flex-direction:column;justify-content:center;margin-bottom:0}.pricing #pricing .subscription-price-container-mobile .info-mobile{width:375px}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container-mobile .info-mobile{margin:auto;padding:0 17px}.pricing #pricing .subscription-price-container-mobile .info-mobile:last-child{margin-top:20px;margin-bottom:20px;margin-right:auto}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container-mobile .info-mobile{margin:auto;padding:0 17px}.pricing #pricing .subscription-price-container-mobile .info-mobile:last-child{margin-top:20px;margin-bottom:20px;margin-right:auto}}.pricing #pricing .subscription-price-container-mobile .info-mobile .yearly-copy{letter-spacing:-1px;font-family:tide-sans-300,sans-serif;color:gray!important}.pricing #pricing .subscription-price-container-mobile .info-mobile .yearly-copy span{color:#ef6a3b;margin-right:10px}.pricing #pricing .subscription-price-container-mobile .info-mobile .yearly-copy .yearly-copy-header{color:#303672;justify-content:center;font-family:tide-sans,sans-serif;font-size:20px;display:flex}.pricing #pricing .subscription-price-container{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-price-container:last-child{margin-right:0}.pricing #pricing .subscription-price-container{justify-content:center;margin-bottom:27px;display:flex}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container{flex-direction:column;margin-bottom:0}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container{flex-direction:column;margin-bottom:0}}.pricing #pricing .subscription-price-container .indv-price-containers{float:left;width:48.8212%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-price-container .indv-price-containers:last-child{margin-right:0}.pricing #pricing .subscription-price-container .indv-price-containers{width:auto;margin-right:3%}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container .indv-price-containers{margin:auto;padding:0 20px}.pricing #pricing .subscription-price-container .indv-price-containers:last-child{margin-top:20px;margin-right:auto}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers{margin:auto;padding:0 20px}.pricing #pricing .subscription-price-container .indv-price-containers:last-child{margin-top:20px;margin-right:auto}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container{float:left;width:65.057%;margin-right:4.82916%;display:block}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container:last-child{margin-right:0}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container{background-color:#fff;border:3px solid gray;border-radius:20px;flex-direction:column;justify-content:space-between;width:375px;height:100%;margin:0;display:flex;overflow:hidden}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container{width:375px;margin-left:0%}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container{width:310px;margin-left:0%}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .header{color:#3bbebe;text-align:center;height:70px;margin-bottom:0;padding-top:33px;font-family:tide-sans,sans-serif;font-size:40px;font-weight:700;line-height:18px}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .header{font-size:20px;display:none}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .header{font-size:20px;display:none}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .sub-header{color:gray;text-align:center;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:26px}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .sub-header{display:none}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .sub-header{display:none}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .price-container{text-align:center;width:100%;margin:0}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .price-container .img-bottom{color:gray;letter-spacing:-1px;padding-bottom:10px;font-family:tide-sans-300,sans-serif}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .price-container .price{max-width:80%}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container{text-align:center;justify-content:center;width:100%;margin-bottom:20px;display:flex}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container{margin-bottom:34px}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .subscribe-link{color:#fff;background:linear-gradient(#7db6af,#3badac);border-radius:25px;padding:20px 34px;font-family:tide-sans,sans-serif;font-size:120%;font-weight:700;line-height:36px;transition:all .48s}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .subscribe-link:hover{background:#3bbebe}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .subscribe-link{padding:16px 30px}}@media screen and (width<=500px){.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .subscribe-link{padding:16px}}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .annual-subscribe-link{background:#3bbebe;transition:all .48s;background:#f0614b!important}.pricing #pricing .subscription-price-container .indv-price-containers .indv-sub-price-container .button-container .annual-subscribe-link:hover{background:#fb885f}.pricing #pricing .subscription-price-container .indv-price-containers .annual-price-container{border:3px solid gray;border-radius:20px}.pricing #pricing .subscription-price-container .indv-price-containers .annual-price-container .header{color:#ef6a3b}.pricing #pricing .mobile-block{display:none!important}@media screen and (width<=500px){.pricing #pricing .mobile-block{font-size:16px;display:block!important}}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .mobile-block{font-size:16px;display:block!important}}.pricing #pricing .subscription-info-container{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-info-container:last-child{margin-right:0}.pricing #pricing .subscription-info-container{color:gray;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:14px;line-height:30px}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container{font-size:16px;display:none}}@media screen and (width<=500px){.pricing #pricing .subscription-info-container{font-size:16px;display:none}}.pricing #pricing .subscription-info-container .mobile-header{color:gray;margin-top:14px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:200;display:none}@media screen and (width<=500px){.pricing #pricing .subscription-info-container .mobile-header{display:block}}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container .mobile-header{display:block}}.pricing #pricing .subscription-info-container .monthly-subscription-info{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-info-container .monthly-subscription-info:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container .monthly-subscription-info{padding:20px}}@media screen and (width<=500px){.pricing #pricing .subscription-info-container .monthly-subscription-info{width:100%}}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy:last-child{margin-right:0}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy{letter-spacing:-1px;margin:0;padding-left:8.53%;font-weight:400}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy{float:left;width:100%;margin-right:4.82916%;display:block}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy:last-child{margin-right:0}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy{margin-left:0%}}@media screen and (width<=500px){.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy{width:100%;margin-left:0%}}.pricing #pricing .subscription-info-container .monthly-subscription-info .monthly-copy span{color:#3bbebe;margin-right:10px}.pricing #pricing .subscription-info-container .yearly-subscription-info{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-info-container .yearly-subscription-info:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container .yearly-subscription-info{padding:20px}}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy:last-child{margin-right:0}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy{color:gray;letter-spacing:-1px;margin:0;padding-left:8.53%;font-family:tide-sans-300,sans-serif;font-weight:400}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy{float:left;width:100%;margin-right:4.82916%;display:block}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy:last-child{margin-right:0}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy{margin-left:0%}}@media screen and (width<=500px){.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy{margin-left:0}}.pricing #pricing .subscription-info-container .yearly-subscription-info .yearly-copy span{color:#ef6a3b;margin-right:10px}.pricing #pricing .subscribe-footer-terms{float:left;width:100%;margin-right:2.35765%;display:block}.pricing #pricing .subscribe-footer-terms:last-child{margin-right:0}.pricing #pricing .subscribe-footer-terms{color:#625a52;text-align:center;margin-bottom:11px;font-family:tide-sans-300,sans-serif;font-size:14px;font-weight:300;line-height:17px}@media screen and (width>=501px) and (width<=780px){.pricing #pricing .subscribe-footer-terms{margin-bottom:.6875rem}}@media screen and (width<=500px){.pricing #pricing .subscribe-footer-terms{float:left;width:100%;margin-right:7.42297%;display:block}.pricing #pricing .subscribe-footer-terms:last-child{margin-right:0}.pricing #pricing .subscribe-footer-terms{text-align:center;margin-bottom:1.75rem}}.pricing #pricing .subscribe-footer-terms .terms-link{color:#ef6a3b}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog #category-nav{z-index:8888;width:100%;position:fixed;top:100px}@media screen and (width>=501px) and (width<=780px){.jt-blog #category-nav{display:none}}@media screen and (width<=500px){.jt-blog #category-nav{display:none}}.jt-blog #category-nav nav{z-index:10;background:#f8f8f8;border-bottom:1px solid #b3b3b3;width:100%;height:auto;padding-top:40px}.jt-blog #category-nav nav ul{text-align:center;width:auto;margin:0 auto;padding-left:0;list-style-type:none}.jt-blog #category-nav nav ul img{height:30px;margin-top:3px}@media screen and (width>=781px) and (width<=960px){.jt-blog #category-nav nav ul img{height:24px}}.jt-blog #category-nav .category-link{text-align:center;margin:0 12.72px;padding:4px 0 6px;display:inline-block}@media screen and (width>=781px) and (width<=960px){.jt-blog #category-nav .category-link{margin:0 8px}}.jt-blog #category-nav .category-link #nav-name{text-transform:lowercase;font-family:tide-sans-300,sans-serif;font-size:1.3vw;font-weight:200}.jt-blog #category-nav .fix-category-link{text-align:center;margin:0 50px;padding:4px 0 6px;transition:all .8s;display:inline-block}@media screen and (width>=781px) and (width<=960px){.jt-blog #category-nav .fix-category-link{margin:0 40px}}.jt-blog #category-nav .fix-category-link #nav-name{display:none}.jt-blog #category-nav nav ul li a{color:#303672;text-decoration:none}.jt-blog #category-nav nav ul li a:hover{opacity:.8}.jt-blog .category-mobile-menu{z-index:3333;width:100%;display:none;position:fixed}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu{display:block}}@media screen and (width<=500px){.jt-blog .category-mobile-menu{display:block}}.jt-blog .category-mobile-menu .category-content{color:#fff;box-sizing:border-box;opacity:.95;background:#f8f8f8;width:100%;height:auto;padding:15px 0;transition:top .48s;position:absolute;top:-290px;left:0;overflow:hidden}@media screen and (width<=500px){.jt-blog .category-mobile-menu .category-content .category-6{background-color:#3bbebe}}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu .category-content .category-6{background-color:#3bbebe}}.jt-blog .category-mobile-menu .category-content nav{padding-top:62px}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu .category-content nav{padding-top:52px}}.jt-blog .category-mobile-menu .category-content nav{background-color:#3bbebe}.jt-blog .category-mobile-menu .category-content nav ul li{color:#303672;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200}.jt-blog .category-mobile-menu .category-content nav ul li img{height:23px}.jt-blog .category-mobile-menu .category-content nav ul li #nav-0,.jt-blog .category-mobile-menu .category-content nav ul li #nav-1,.jt-blog .category-mobile-menu .category-content nav ul li #nav-2,.jt-blog .category-mobile-menu .category-content nav ul li #nav-3,.jt-blog .category-mobile-menu .category-content nav ul li #nav-4,.jt-blog .category-mobile-menu .category-content nav ul li #nav-5,.jt-blog .category-mobile-menu .category-content nav ul li #nav-6{color:#303672;margin-top:-6px;font-family:tide-sans-300,sans-serif;font-size:13px;font-weight:200}.jt-blog .category-mobile-menu .category-content nav ul li:hover{opacity:.6;background-color:#3bbebe}.jt-blog .category-mobile-menu .category-home{text-align:center;background-color:#3bbebe;border-bottom:1px solid #979797;padding:0 0 4.3%}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu .category-home{padding:1.8% 0}}.jt-blog .category-mobile-menu .category-0{float:left;border-bottom:1px solid #979797;border-right:1px solid #979797}.jt-blog .category-mobile-menu .category-1{float:right;border-bottom:1px solid #979797}.jt-blog .category-mobile-menu .category-2{float:left;border-bottom:1px solid #979797;border-right:1px solid #979797}.jt-blog .category-mobile-menu .category-3{float:right;border-bottom:1px solid #979797}.jt-blog .category-mobile-menu .category-4{float:left;border-bottom:1px solid #979797;border-right:1px solid #979797}.jt-blog .category-mobile-menu .category-5{float:right;border-bottom:1px solid #979797}.jt-blog .category-mobile-menu .category-6{float:left}.jt-blog .category-mobile-menu .category-0,.jt-blog .category-mobile-menu .category-1,.jt-blog .category-mobile-menu .category-2,.jt-blog .category-mobile-menu .category-3,.jt-blog .category-mobile-menu .category-4,.jt-blog .category-mobile-menu .category-5,.jt-blog .category-mobile-menu .category-6{text-align:center;width:50%;margin-left:0;margin-right:0;padding:11px 0}.jt-blog .category-mobile-menu .category-6{width:100%}.jt-blog .category-mobile-menu .category-content-show{top:-5px}@media screen and (width<=500px){.jt-blog .category-mobile-menu .category-content-show .category-6{background:#f8f8f8!important}}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu .category-content-show .category-6{background:#f8f8f8!important}}.jt-blog .category-mobile-menu .category-button{cursor:pointer;color:#303672;text-align:center;-webkit-font-smoothing:antialiased;cursor:pointer;z-index:5555;background:#3bbebe;border-bottom:1px solid #979797;border-radius:0;width:100%;margin:63px auto 0;padding:15px 10px;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200;line-height:20px;transition:all .5s;position:relative}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-mobile-menu .category-button{margin-top:47px}}@media screen and (width<=500px){.jt-blog .category-mobile-menu .category-button{margin-top:44px}}.jt-blog .category-mobile-menu .category-button-show{margin-top:374px}.sub-nav{clear:both}.sub-nav nav{z-index:10;background:#f8f8f8;border-bottom:1px solid #b3b3b3;width:100%;height:auto}.sub-nav nav ul{text-align:center;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;background-color:#fff;width:auto;margin:0 auto;padding-left:0;list-style-type:none}@media screen and (width>=501px) and (width<=780px){.sub-nav nav ul{white-space:nowrap;overflow-x:auto}}@media screen and (width<=500px){.sub-nav nav ul{white-space:nowrap;overflow-x:auto}}.sub-nav .sub-nav-link{text-align:center;margin:0 12.72px;padding:4px 0 12px;font-family:tide-sans-300,sans-serif;display:inline-block}.sub-nav .sub-nav-link a{color:#333;transition:color .15s}.sub-nav .sub-nav-link a:hover{color:#473874;transition:color .15s}@media screen and (width>=501px) and (width<=780px){.sub-nav .sub-nav-link a:hover{color:#333}}@media screen and (width<=500px){.sub-nav .sub-nav-link a:hover{color:#333}}@media screen and (width>=781px) and (width<=960px){.sub-nav .sub-nav-link{margin:0 8px}}.sub-nav .sub-nav-link #sub-nav-name{font-size:18px}.sub-nav #active_sub{border-bottom:4px solid #473874;padding-bottom:8px}.sub-nav #active_sub a{color:#473874}@media screen and (width>=501px) and (width<=780px){.sub-nav #active_sub a{color:#333}}@media screen and (width<=500px){.sub-nav #active_sub a{color:#333}}@media screen and (width>=501px) and (width<=780px){.sub-nav #active_sub{border-bottom:none}}@media screen and (width<=500px){.sub-nav #active_sub{border-bottom:none}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .blog-right-gutter{float:left;width:31.7616%;margin-right:2.35765%;display:block}.jt-blog .blog-right-gutter:last-child{margin-right:0}.jt-blog .blog-right-gutter{float:right;margin-top:46px}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter{width:100%}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter{width:100%;margin-top:30px}}@media screen and (width<=500px){.jt-blog .blog-right-gutter{width:100%;margin-top:26px;margin-bottom:26px}}.jt-blog .blog-right-gutter .top-ad{text-align:center;padding-bottom:8%}@media screen and (width<=500px){.jt-blog .blog-right-gutter .top-ad{padding:8% 0;display:block}}.jt-blog .blog-right-gutter .jt-info-section{text-align:center;padding-bottom:4%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter .jt-info-section{display:none}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .jt-info-section{display:none}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .jt-info-section{display:none}}.jt-blog .blog-right-gutter .jt-info-section img{max-width:310px;padding-bottom:20px}.jt-blog .blog-right-gutter .jt-info-section .jt-social-section-title{color:#473874;padding:0 10px 30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:20px}.jt-blog .blog-right-gutter .jt-info-section .jt-section-social{text-align:center;padding-bottom:28px;display:inline-flex}.jt-blog .blog-right-gutter .jt-info-section .jt-section-social a{display:inline-table}.jt-blog .blog-right-gutter .jt-info-section .jt-section-social img{width:auto;height:35px;padding:0 20px}.jt-blog .blog-right-gutter .email-capture{border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;width:100%;height:auto;padding:2em 0}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter .email-capture{display:none}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture{display:none}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture{display:none}}.jt-blog .blog-right-gutter .email-capture .email-title{color:#303672;letter-spacing:.08px;text-align:center;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:30px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture .email-title{color:#fff}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture .email-title{color:#fff;font-size:22px;line-height:24px}}.jt-blog .blog-right-gutter .email-capture .email-subtitle{color:#303672;letter-spacing:.04px;text-align:center;padding-top:14px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:20px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture .email-subtitle{color:#fff;line-height:16px}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture .email-subtitle{color:#fff;line-height:16px}}.jt-blog .blog-right-gutter .email-capture #mc_embed_signup{padding-top:2%}.jt-blog .blog-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:100%;display:inline-flex}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{display:block}}.jt-blog .blog-right-gutter .email-capture #mc_embed_signup form{text-align:center;padding:4% 0 0}.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.email{border:1px solid #cfcfcf;width:70%;height:46px;padding:.8em 1em;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.email{width:100%}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.email{text-align:center;width:100%}}.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.button{background-color:#473874;width:100%;min-width:110px;height:46px;margin-bottom:0}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.button{color:#2a3051;background-color:#f6cac9}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .email-capture #mc_embed_signup input.button{color:#2a3051;background-color:#f6cac9}}.jt-blog .blog-right-gutter .social-share{text-align:center;background-color:#f8f8f8;height:auto;margin-top:7%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter .social-share{margin-top:0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .social-share{margin-top:0}}@media screen and (width<=500px){.jt-blog .blog-right-gutter .social-share{margin-top:0}}.jt-blog .blog-right-gutter .social-share .social-share-inner{padding:2em 0}.jt-blog .blog-right-gutter .social-share .social-share-inner .social-title{padding-bottom:2%;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;line-height:22px}.jt-blog .blog-right-gutter .social-share .social-share-inner .fb-like{height:24px;overflow:hidden}.jt-blog .blog-right-gutter .bottom-ad{text-align:center;padding-top:8%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-right-gutter .bottom-ad{padding:4% 0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-right-gutter .bottom-ad{padding:4% 0}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .blog-mobile-ads{float:left;background:#f8f8f8;width:31.7616%;margin-right:2.35765%;display:block}.jt-blog .blog-mobile-ads:last-child{margin-right:0}.jt-blog .blog-mobile-ads{float:right;margin-right:0;display:none}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads{width:100%;display:block}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads{width:100%;display:block}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads{width:100%;padding-bottom:26px;display:block}}.jt-blog .blog-mobile-ads .top-ad{text-align:center;padding-bottom:8%}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .top-ad{padding:8% 0;display:block}}.jt-blog .blog-mobile-ads .jt-info-section{text-align:center;padding-bottom:4%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads .jt-info-section{display:none}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .jt-info-section{display:none}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .jt-info-section{display:none}}.jt-blog .blog-mobile-ads .jt-info-section img{max-width:310px;padding-bottom:20px}.jt-blog .blog-mobile-ads .jt-info-section .jt-social-section-title{color:#473874;padding:0 10px 30px;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:20px}.jt-blog .blog-mobile-ads .jt-info-section .jt-section-social{text-align:center;padding-bottom:28px;display:inline-flex}.jt-blog .blog-mobile-ads .jt-info-section .jt-section-social a{display:inline-table}.jt-blog .blog-mobile-ads .jt-info-section .jt-section-social img{width:auto;height:35px;padding:0 20px}.jt-blog .blog-mobile-ads .email-capture{border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;width:100%;height:auto;padding:2em 0}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads .email-capture{display:none}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture{display:none}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture{display:none}}.jt-blog .blog-mobile-ads .email-capture .email-title{color:#303672;letter-spacing:.08px;text-align:center;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:30px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture .email-title{color:#fff}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture .email-title{color:#fff;font-size:22px;line-height:24px}}.jt-blog .blog-mobile-ads .email-capture .email-subtitle{color:#303672;letter-spacing:.04px;text-align:center;padding-top:14px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:20px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture .email-subtitle{color:#fff;line-height:16px}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture .email-subtitle{color:#fff;line-height:16px}}.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup{padding-top:2%}.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:100%;display:inline-flex}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup #mc_embed_signup_scroll{display:block}}.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup form{text-align:center;padding:4% 0 0}.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.email{border:1px solid #cfcfcf;width:70%;height:46px;padding:.8em 1em;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.email{width:100%}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.email{text-align:center;width:100%}}.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.button{background-color:#473874;width:100%;min-width:110px;height:46px;margin-bottom:0}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.button{color:#2a3051;background-color:#f6cac9}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .email-capture #mc_embed_signup input.button{color:#2a3051;background-color:#f6cac9}}.jt-blog .blog-mobile-ads .social-share{text-align:center;background-color:#f8f8f8;height:auto;margin-top:7%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads .social-share{margin-top:0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .social-share{margin-top:0}}@media screen and (width<=500px){.jt-blog .blog-mobile-ads .social-share{margin-top:0}}.jt-blog .blog-mobile-ads .social-share .social-share-inner{padding:2em 0}.jt-blog .blog-mobile-ads .social-share .social-share-inner .social-title{padding-bottom:2%;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;line-height:22px}.jt-blog .blog-mobile-ads .social-share .social-share-inner .fb-like{height:24px;overflow:hidden}.jt-blog .blog-mobile-ads .bottom-ad{text-align:center;padding-top:8%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-mobile-ads .bottom-ad{padding:4% 0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .blog-mobile-ads .bottom-ad{padding:4% 0}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .blog-home-hero-slide .hero-post{float:left;width:100%;margin-right:3.57866%;display:block}.jt-blog .blog-home-hero-slide .hero-post:last-child{margin-right:0}.jt-blog .blog-home-hero-slide .hero-post{border:1px solid #cfcfcf;height:auto;margin-top:5%}@media screen and (width>=781px) and (width<=960px){.jt-blog .blog-home-hero-slide .hero-post{margin-top:10%}}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post{width:100%;margin-top:0;padding-left:0}}.jt-blog .blog-home-hero-slide .hero-post .post-image img{width:100%}.jt-blog .blog-home-hero-slide .hero-post .hero-title{text-align:center;opacity:.94;background-color:#fff;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;width:262px;margin-left:6%;position:absolute}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post .hero-title{text-align:left;border:none;width:100%;height:120px;margin-left:0;padding:5%;position:relative}}.jt-blog .blog-home-hero-slide .hero-post .hero-title:after,.jt-blog .blog-home-hero-slide .hero-post .hero-title:before{content:" ";pointer-events:none;border:solid #0000;width:0;height:0;position:absolute;top:100%;left:50%}.jt-blog .blog-home-hero-slide .hero-post .hero-title:after{border-width:43px 130px 130px;border-top-color:#fff;margin-left:-130px}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post .hero-title:after{display:none}}.jt-blog .blog-home-hero-slide .hero-post .hero-title:before{border-width:44px 131px 131px;border-top-color:#cfcfcf;margin-left:-131px}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post .hero-title:before{display:none}}.jt-blog .blog-home-hero-slide .hero-post .category{letter-spacing:1px;text-transform:lowercase;margin:18px 0;font-family:tide-sans-300,sans-serif;font-size:17px;font-weight:200}.jt-blog .blog-home-hero-slide .hero-post .category a{color:#303672}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post .category{margin:0 0 6px;font-size:16px;font-weight:300}}.jt-blog .blog-home-hero-slide .hero-post .post-title{letter-spacing:1px;height:auto;margin-bottom:20px;padding:0 10px;font-family:tide-sans-300,sans-serif;font-size:22px;font-weight:400;line-height:28px}.jt-blog .blog-home-hero-slide .hero-post .post-title a{color:#303672}@media screen and (width<=500px){.jt-blog .blog-home-hero-slide .hero-post .post-title{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:0;font-size:20px;display:-webkit-box;overflow:hidden}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.blog-search:after{clear:both;content:"";display:block}.blog-search{max-width:1200px;margin-left:auto;margin-right:auto}.blog-search #search-form input[type=submit]{background:linear-gradient(#7db6af,#3badac)}.blog-search #search-form #searchSubmit{margin-bottom:20px}#search-results .all-posts-grid{float:left;width:100%;margin-right:2.35765%;display:block}#search-results .all-posts-grid:last-child{margin-right:0}#search-results .all-posts-grid .all-posts-each{float:left;width:14.702%;margin-right:2.35765%;display:block}#search-results .all-posts-grid .all-posts-each:last-child,#search-results .all-posts-grid .all-posts-each:nth-child(6n){margin-right:0}#search-results .all-posts-grid .all-posts-each:nth-child(6n+1){clear:left}#search-results .all-posts-grid .all-posts-each{margin-bottom:30px}#search-results .all-posts-grid .all-posts-each .post-info .post-title a{color:#fff}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .category-hero{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .category-hero:last-child{margin-right:0}.jt-blog .category-hero{margin-top:128px}@media screen and (width>=781px) and (width<=960px){.jt-blog .category-hero{margin-top:120px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-hero{margin-top:96px}}@media screen and (width<=500px){.jt-blog .category-hero{margin-top:97px}}.jt-blog .category-hero .hero-image-title{text-align:center;color:#fff;width:100%;height:100%;padding-top:5%;position:absolute}@media screen and (width<=500px){.jt-blog .category-hero .hero-image-title{padding-top:4%}}.jt-blog .category-hero .hero-image-title .category-hero-title{text-transform:lowercase;letter-spacing:1px;opacity:.8;z-index:3;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:3.6vw;font-weight:200}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-hero .hero-image-title .category-hero-title{font-size:4vw}}@media screen and (width<=500px){.jt-blog .category-hero .hero-image-title .category-hero-title{font-size:5vw}}.jt-blog .category-hero .hero-image-title .category-sub-title{text-transform:lowercase;letter-spacing:1px;color:#303672;opacity:.8;z-index:3;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:3vw;font-weight:300;line-height:20px;display:none}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-hero .hero-image-title .category-sub-title{color:#fff;display:block}}@media screen and (width<=500px){.jt-blog .category-hero .hero-image-title .category-sub-title{color:#fff;font-size:4vw;display:block}}@media screen and (width>=501px) and (width<=780px){.jt-blog .category-hero #active_sub_title{color:#473874;padding-top:3.4%}}@media screen and (width<=500px){.jt-blog .category-hero #active_sub_title{color:#473874;padding-top:2%}}.jt-blog .category-hero .hero-image{z-index:1;background:#fff;position:relative}.jt-blog .category-hero .hero-image img{width:100%}@media screen and (width<=500px){.jt-blog .category-hero .hero-image img{width:100%}}.jt-blog .recent-posts-section{float:left;width:65.8808%;margin-right:2.35765%;display:block}.jt-blog .recent-posts-section:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.jt-blog .recent-posts-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .recent-posts-section:last-child{margin-right:0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .recent-posts-section{float:left;width:151.789%;margin-right:3.57866%;display:block}.jt-blog .recent-posts-section:last-child{margin-right:0}.jt-blog .recent-posts-section{width:100%}}@media screen and (width<=500px){.jt-blog .recent-posts-section{width:100%;padding:0 10px}}.jt-blog .recent-posts-section .recent-posts-header{float:left;width:100%;margin-right:3.57866%;display:block;position:relative}.jt-blog .recent-posts-section .recent-posts-header:last-child{margin-right:0}.jt-blog .recent-posts-section .recent-posts-header{z-index:3;margin-top:28px}@media screen and (width<=500px){.jt-blog .recent-posts-section .recent-posts-header{margin-top:10px}}.jt-blog .recent-posts-section .recent-posts-header .title-block{color:#333;z-index:5;border-bottom:1px solid #cfcfcf;width:100%;margin-left:auto;margin-right:auto;padding:5px 0 8px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:300;position:relative}@media screen and (width<=500px){.jt-blog .recent-posts-section .recent-posts-header .title-block{padding:0 0 3px}}.jt-blog .pagination-links{float:left;width:100%;margin-right:3.57866%;display:block}.jt-blog .pagination-links:last-child{margin-right:0}.jt-blog .pagination-links{margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:16px}.jt-blog .pagination-links .previous-button{float:left;width:22.316%;margin-right:3.57866%;display:block}.jt-blog .pagination-links .previous-button:last-child{margin-right:0}.jt-blog .pagination-links .previous-button{text-align:center;width:18%;margin-left:20px}@media screen and (width<=500px){.jt-blog .pagination-links .previous-button{float:left;width:35.2633%;margin-right:3.57866%;display:block}.jt-blog .pagination-links .previous-button:last-child{margin-right:0}.jt-blog .pagination-links .previous-button{width:80px;margin-bottom:8px;margin-left:36px}}.jt-blog .pagination-links .previous-button a{float:left;color:#fff;float:left;background:#473874;width:100%;padding:1.6% 0;text-decoration:none;display:block;position:relative}@media screen and (width<=500px){.jt-blog .pagination-links .previous-button a{line-height:20px}}.jt-blog .pagination-links .previous-button a:after{content:" ";z-index:2;border-top:24px solid #0000;border-bottom:24px solid #0000;border-right:22px solid #473874;width:0;height:0;margin-top:-25px;display:block;position:absolute;top:50%;left:-11%}@media screen and (width<=500px){.jt-blog .pagination-links .previous-button a:after{border-top:21px solid #0000;border-bottom:21px solid #0000;margin-top:-21px;left:-21px}}.jt-blog .pagination-links .next-button{float:left;width:22.316%;margin-right:3.57866%;display:block}.jt-blog .pagination-links .next-button:last-child{margin-right:0}.jt-blog .pagination-links .next-button{float:right;text-align:center;width:18%;margin-right:22px!important}@media screen and (width<=500px){.jt-blog .pagination-links .next-button{float:left;width:35.2633%;margin-right:3.57866%;display:block}.jt-blog .pagination-links .next-button:last-child{margin-right:0}.jt-blog .pagination-links .next-button{float:right;width:80px;margin-bottom:8px!important;margin-right:36px!important}}.jt-blog .pagination-links .next-button a{float:left;color:#fff;float:left;background:#473874;width:100%;padding:1.6% 0;text-decoration:none;display:block;position:relative}@media screen and (width<=500px){.jt-blog .pagination-links .next-button a{line-height:20px}}.jt-blog .pagination-links .next-button a:after{content:" ";z-index:2;border-top:24px solid #0000;border-bottom:24px solid #0000;border-left:22px solid #473874;width:0;height:0;margin-top:-25px;display:block;position:absolute;top:50%;left:100%}@media screen and (width<=500px){.jt-blog .pagination-links .next-button a:after{border-top:21px solid #0000;border-bottom:21px solid #0000;margin-top:-21px;left:99%}}.jt-blog .jt-banner{clear:both;text-align:center;padding-top:6%;padding-bottom:6%}@media screen and (width<=500px){.jt-blog .jt-banner{display:none}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog{background-color:#f8f8f8;padding-top:20px}.jt-blog .home-top{height:112px}@media screen and (width>=781px) and (width<=960px){.jt-blog .home-top{height:63px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .home-top{height:80px}}@media screen and (width<=500px){.jt-blog .home-top{height:104px}}.jt-blog .outer-container:after{clear:both;content:"";display:block}.jt-blog .outer-container{float:none;color:#303672;max-width:86em;margin-left:auto;margin-right:auto;padding:0 20px 60px}@media screen and (width<=500px){.jt-blog .outer-container{margin-left:0;margin-right:0;padding:0}}.jt-blog .outer-container .left-content{float:left;width:65.8808%;margin-right:2.35765%;display:block}.jt-blog .outer-container .left-content:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.jt-blog .outer-container .left-content{width:100%}}@media screen and (width>=501px) and (width<=780px){.jt-blog .outer-container .left-content{width:100%}}@media screen and (width<=500px){.jt-blog .outer-container .left-content{width:100%;padding:0 10px}}.jt-blog .outer-container .left-content .blog-home-hero-slider{margin-bottom:10px}.jt-blog .outer-container .left-content .blog-home-slider{float:left;width:100%;margin-right:3.57866%;display:block}.jt-blog .outer-container .left-content .blog-home-slider:last-child{margin-right:0}.jt-blog .outer-container .left-content .blog-home-slider .blog-home-slide{float:left;width:22.316%;margin-right:3.57866%;display:block}.jt-blog .outer-container .left-content .blog-home-slider .blog-home-slide:last-child{margin-right:0}.jt-blog .outer-container .left-content .blog-home-slider .blog-home-slide{cursor:pointer;border:1px solid #cfcfcf;width:22.316%!important}.jt-blog .outer-container .left-content .blog-home-slider .slick-slide.slick-current{opacity:.8;border:2px solid #303672}.jt-blog .outer-container .left-content .blog-category-header{float:left;width:100%;margin-right:3.57866%;display:block;position:relative}.jt-blog .outer-container .left-content .blog-category-header:last-child{margin-right:0}.jt-blog .outer-container .left-content .blog-category-header{z-index:3;margin-top:10px}.jt-blog .outer-container .left-content .blog-category-header .title-block{color:#303672;z-index:5;border-radius:4px;width:100%;margin-left:auto;margin-right:auto;padding:5px 0 8px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:300;position:relative}@media screen and (width<=500px){.jt-blog .outer-container .left-content .blog-category-header .title-block{padding:0 0 3px}}.jt-blog .outer-container .left-content .category-section{float:left;width:100%;margin-right:3.57866%;display:block}.jt-blog .outer-container .left-content .category-section:last-child{margin-right:0}.jt-blog .outer-container .left-content .category-section{background-color:#fff;border:1px solid #cfcfcf;border-radius:4px;height:auto;padding-bottom:5%}.jt-blog .outer-container .left-content .category-section .category-inner-section{height:auto;margin-left:5%;padding-top:4%}@media screen and (width<=500px){.jt-blog .outer-container .left-content .category-section .category-inner-section{margin:0 3%;padding-top:0%}}.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card{float:left;width:50%;margin-top:20px}@media screen and (width<=500px){.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card{width:100%}}.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card .cat-icon img{float:left;height:26px;margin:0 8px 12px 0}.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card .cat-title{color:#303672;text-transform:lowercase;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;line-height:20px}.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card .cat-image{clear:both;max-width:90%}@media screen and (width<=500px){.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card .cat-image{max-width:100%}}.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card:hover{opacity:.8}@media screen and (width>=501px) and (width<=780px){.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card:hover{opacity:1}}@media screen and (width<=500px){.jt-blog .outer-container .left-content .category-section .category-inner-section .cat-card:hover{opacity:1}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .post-preview{float:left;width:48.2107%;margin-right:3.57866%;display:block}.jt-blog .post-preview:last-child{margin-right:0}.jt-blog .post-preview{background-color:#fff;height:auto;margin-top:3%}.jt-blog .post-preview:nth-child(2n){margin-right:0}.jt-blog .post-preview:nth-child(odd){clear:left}.jt-blog .post-preview:hover{opacity:.8;margin-top:2.4%}@media screen and (width>=501px) and (width<=780px){.jt-blog .post-preview:hover{opacity:1;margin-top:3%!important}}@media screen and (width<=500px){.jt-blog .post-preview{border-bottom:1px solid #979797;width:100%;margin-top:8%;padding-left:0}.jt-blog .post-preview:hover{opacity:1;margin-top:8%!important}}.jt-blog .post-preview .post-image img{width:100%}.jt-blog .post-preview .post-info{clear:both;border:1px solid #cfcfcf;padding:0 4%}.jt-blog .post-preview .post-info .category{letter-spacing:1px;text-transform:lowercase;white-space:nowrap;text-overflow:ellipsis;margin-bottom:18px;padding-top:8px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;overflow:hidden}.jt-blog .post-preview .post-info .category a{color:#473874}.jt-blog .post-preview .post-info .post-title{letter-spacing:1px;height:3em;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:28px;overflow:hidden}.jt-blog .post-preview .post-info .post-title a{color:#303672}.jt-blog .post-preview .post-info .author-date{justify-content:space-between;width:100%;display:flex}.jt-blog .post-preview .post-info .author-date .post-author{white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200;overflow:hidden}.jt-blog .post-preview .post-info .author-date .post-author a{color:#303672}.jt-blog .post-preview .post-info .author-date .post-date{color:#9b9b9b;float:right;white-space:nowrap;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200}.jt-blog .post-preview .post-info ul,.jt-blog .post-preview .post-info ol{list-style-type:inherit}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .top{height:148px}@media screen and (width>=781px) and (width<=960px){.jt-blog .top{height:144px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .top{height:118px}}@media screen and (width<=500px){.jt-blog .top{height:64px}}.jt-blog .post-body{float:left;width:65.8808%;margin-right:2.35765%;display:block}.jt-blog .post-body:last-child{margin-right:0}.jt-blog .post-body{background-color:#fff;border:1px solid #cfcfcf;border-radius:4px}@media screen and (width>=781px) and (width<=960px){.jt-blog .post-body{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .post-body:last-child{margin-right:0}}@media screen and (width>=501px) and (width<=780px){.jt-blog .post-body{float:left;width:151.789%;margin-right:3.57866%;display:block}.jt-blog .post-body:last-child{margin-right:0}.jt-blog .post-body{width:100%}}@media screen and (width<=500px){.jt-blog .post-body{float:left;width:314.846%;margin-right:7.42297%;display:block}.jt-blog .post-body:last-child{margin-right:0}.jt-blog .post-body{border-bottom:1px solid #cfcfcf;border-radius:0;width:100%;margin-top:0}}.jt-blog .post-body .post-page-preview{max-width:60em;margin:0 61px}@media screen and (width>=501px) and (width<=780px){.jt-blog .post-body .post-page-preview{margin:0 33px}}@media screen and (width<=500px){.jt-blog .post-body .post-page-preview{margin:6% 4% 0;padding-right:0%}}.jt-blog .post-body .post-page-preview ul,.jt-blog .post-body .post-page-preview ol{list-style-type:inherit;margin-left:56px}.jt-blog .post-body .butter-embed figure{margin:0}.jt-blog .post-body .butter-embed div{max-width:100%!important}.jt-blog .post-body .category-title{letter-spacing:.03em;text-transform:lowercase;padding:30px 0;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200}@media screen and (width<=500px){.jt-blog .post-body .category-title{padding-bottom:6%;font-size:15px;font-weight:300}}.jt-blog .post-body .category-title a{color:#473874}.jt-blog .post-body .post-page-title{color:#242725;letter-spacing:.03em;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:200;line-height:43px}@media screen and (width<=500px){.jt-blog .post-body .post-page-title{margin-bottom:20px;font-size:30px;line-height:34px}}.jt-blog .post-body .post-page-meta{color:#303672;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;text-decoration:none}@media screen and (width<=500px){.jt-blog .post-body .post-page-meta{margin-bottom:20px;font-size:16px}}.jt-blog .post-body .post-page-meta a{color:#303672;font-weight:400}.jt-blog .post-body .post-page-meta a:hover{text-decoration:underline}.jt-blog .post-body .social-buttons:after{clear:both;content:"";display:block}.jt-blog .post-body .social-buttons{max-width:1200px;margin-bottom:33px;margin-left:auto;margin-right:auto}.jt-blog .post-body .social-buttons .share-title{color:#303672;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200}@media screen and (width<=500px){.jt-blog .post-body .social-buttons .share-title{font-size:16px}}.jt-blog .post-body .social-buttons #share-buttons img{box-shadow:0;cursor:pointer;border:0;max-height:45px;margin-right:8%;padding:5px;display:inline}.jt-blog .post-body .post-page-body{color:#333;margin-bottom:40px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:28px}.jt-blog .post-body .post-page-body img{height:auto}.jt-blog .post-body .post-page-body .mobile-inline-ad{display:none}@media screen and (width<=500px){.jt-blog .post-body .post-page-body .mobile-inline-ad{display:block}.jt-blog .post-body .post-page-body .desktop-inline-ad{display:none}}.jt-blog .post-body .pager:after{clear:both;content:"";display:block}.jt-blog .post-body .pager{max-width:60em;margin-left:auto;margin-right:auto;padding-top:40px;padding-bottom:3%}@media screen and (width<=500px){.jt-blog .post-body .pager{padding-top:20px;padding-bottom:6%}}.jt-blog .post-body .pager .previous{float:left;padding-left:2%}.jt-blog .post-body .pager .previous a{color:#fff;background-color:#473874;border-radius:4px;padding:8px}@media screen and (width<=500px){.jt-blog .post-body .pager .previous{padding-left:4%}}.jt-blog .post-body .pager .next{float:right;padding-right:2%}.jt-blog .post-body .pager .next a{color:#fff;background-color:#473874;border-radius:4px;padding:8px}@media screen and (width<=500px){.jt-blog .post-body .pager .next{padding-right:4%}}.jt-blog .post-body .jt-banner:after{clear:both;content:"";display:block}.jt-blog .post-body .jt-banner{text-align:center;max-width:100%;margin-left:auto;margin-right:auto;padding-bottom:6%}@media screen and (width>=781px) and (width<=960px){.jt-blog .post-body .jt-banner img{max-width:80%;height:initial}}@media screen and (width>=501px) and (width<=780px){.jt-blog .post-body .jt-banner{max-width:100%}}@media screen and (width<=500px){.jt-blog .post-body .jt-banner{display:none}}@media screen and (width>=781px) and (width<=960px){.jt-blog #post-sidebar{display:none}}@media screen and (width>=501px) and (width<=780px){.jt-blog #post-sidebar{display:none}}@media screen and (width<=500px){.jt-blog #post-sidebar{display:none}}.jt-blog .related-posts{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .related-posts:last-child{margin-right:0}.jt-blog .related-posts{background-color:#2a3051;padding:3% 51px 6%}@media screen and (width<=500px){.jt-blog .related-posts{padding:2% 20px 8%}}.jt-blog .related-posts h2{color:#fff;border-bottom:1px solid #fff;padding:5px 0 8px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:300}.jt-blog .related-posts .post-preview{float:left;width:23.2318%;margin-right:2.35765%;display:block}.jt-blog .related-posts .post-preview:last-child{margin-right:0}.jt-blog .related-posts .post-preview{clear:none}.jt-blog .related-posts .post-preview:nth-child(5n){margin-right:0}.jt-blog .related-posts .post-preview:nth-child(5n+1){clear:left}.jt-blog .related-posts .post-preview{margin-top:1%}.jt-blog .related-posts .post-preview:hover{margin-top:1%!important}@media screen and (width>=781px) and (width<=960px){.jt-blog .related-posts .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-blog .related-posts .post-preview:last-child,.jt-blog .related-posts .post-preview:nth-child(3n){margin-right:0}.jt-blog .related-posts .post-preview:nth-child(3n+1){clear:left}.jt-blog .related-posts .post-preview{margin-bottom:12px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .related-posts .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-blog .related-posts .post-preview:last-child,.jt-blog .related-posts .post-preview:nth-child(3n){margin-right:0}.jt-blog .related-posts .post-preview:nth-child(3n+1){clear:left}.jt-blog .related-posts .post-preview{margin-bottom:8px}}@media screen and (width<=500px){.jt-blog .related-posts .post-preview{width:100%;margin-bottom:12px}}.jt-blog .recent-posts{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .recent-posts:last-child{margin-right:0}.jt-blog .recent-posts{background-color:#f8f8f8;padding:2% 51px 8%}@media screen and (width<=500px){.jt-blog .recent-posts{padding:2% 20px 8%}}.jt-blog .recent-posts h2{color:#333;border-bottom:1px solid #cfcfcf;padding:5px 0 8px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:300}.jt-blog .recent-posts .post-preview{float:left;width:23.2318%;margin-right:2.35765%;display:block}.jt-blog .recent-posts .post-preview:last-child{margin-right:0}.jt-blog .recent-posts .post-preview{clear:none}.jt-blog .recent-posts .post-preview:nth-child(5n){margin-right:0}.jt-blog .recent-posts .post-preview:nth-child(5n+1){clear:left}.jt-blog .recent-posts .post-preview{margin-top:1%}.jt-blog .recent-posts .post-preview:hover{margin-top:1%!important}@media screen and (width>=781px) and (width<=960px){.jt-blog .recent-posts .post-preview .category{margin-bottom:8px;font-size:14px}.jt-blog .recent-posts .post-preview .post-title{margin-bottom:8px;font-size:16px;line-height:22px}.jt-blog .recent-posts .post-preview .author-date .post-author,.jt-blog .recent-posts .post-preview .author-date .post-date{font-size:12px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .recent-posts .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-blog .recent-posts .post-preview:last-child,.jt-blog .recent-posts .post-preview:nth-child(3n){margin-right:0}.jt-blog .recent-posts .post-preview:nth-child(3n+1){clear:left}.jt-blog .recent-posts .post-preview{margin-bottom:8px}}@media screen and (width<=500px){.jt-blog .recent-posts .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.jt-blog .recent-posts .post-preview:last-child,.jt-blog .recent-posts .post-preview:nth-child(3n){margin-right:0}.jt-blog .recent-posts .post-preview:nth-child(3n+1){clear:left}.jt-blog .recent-posts .post-preview{margin-bottom:6px}.jt-blog .recent-posts .post-preview .category{margin-bottom:8px;font-size:14px}.jt-blog .recent-posts .post-preview .post-title{margin-bottom:8px;font-size:16px;line-height:22px}.jt-blog .recent-posts .post-preview .author-date .post-author,.jt-blog .recent-posts .post-preview .author-date .post-date{font-size:12px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.jt-blog .cards{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .cards:last-child{margin-right:0}.jt-blog .cards{background-color:#f2f2f2;padding:160px 40px 40px}@media screen and (width>=501px) and (width<=780px){.jt-blog .cards{padding:120px 10px 40px}}@media screen and (width<=500px){.jt-blog .cards{padding:120px 10px 40px}}.jt-blog .card{min-height:410px;max-height:410px;box-shadow:none;float:left;width:23.2318%;margin:0 2.35765% 30px 0;display:block}.jt-blog .card:last-child,.jt-blog .card:nth-child(4n){margin-right:0}.jt-blog .card:nth-child(4n+1){clear:left}@media screen and (width>=781px) and (width<=960px){.jt-blog .card{float:left;width:31.7616%;margin-right:2.35765%;display:block}.jt-blog .card:last-child,.jt-blog .card:nth-child(3n){margin-right:0}.jt-blog .card:nth-child(3n+1){clear:left}}@media screen and (width>=501px) and (width<=780px){.jt-blog .card{float:left;width:48.8212%;margin-right:2.35765%;display:block;clear:none!important}.jt-blog .card:last-child,.jt-blog .card:nth-child(2n){margin-right:0}.jt-blog .card:nth-child(odd){clear:left}}@media screen and (width<=500px){.jt-blog .card{width:100%;min-height:368px}}.jt-blog .profile-image-section{margin-top:40px}.jt-blog .card-image{background-color:inherit;height:auto;max-height:150px}.jt-blog .card-header{text-align:center;color:#303672;font-family:tide-sans-300,sans-serif;font-size:18px}.jt-blog .card-copy{text-align:center;color:#303672;height:136px;font-family:tide-sans-300,sans-serif;overflow:hidden}.jt-blog .card-copy p{height:125px}.jt-blog .author-hero{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .author-hero:last-child{margin-right:0}.jt-blog .author-hero{text-align:center;margin-top:128px}@media screen and (width>=781px) and (width<=960px){.jt-blog .author-hero{margin-top:176px}}@media screen and (width>=501px) and (width<=780px){.jt-blog .author-hero{margin-top:96px}}@media screen and (width<=500px){.jt-blog .author-hero{background-size:800px;margin-top:60px}}.jt-blog .author-hero img{width:100%}@media screen and (width<=500px){.jt-blog .author-hero img{width:100%;margin-top:37px}}.jt-blog .author-hero .author-hero-title{text-align:center;letter-spacing:1px;color:#fff;opacity:.8;z-index:3;width:100%;margin-bottom:0;padding:5% 0;font-family:tide-sans-300,sans-serif;font-size:48px;font-weight:200;position:absolute}@media screen and (width>=501px) and (width<=780px){.jt-blog .author-hero .author-hero-title{padding-top:4%}}@media screen and (width<=500px){.jt-blog .author-hero .author-hero-title{margin-bottom:12px;padding-top:12.5%;font-size:30px}}.jt-blog .profile-image-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .profile-image-section:last-child{margin-right:0}.jt-blog .profile-image-section .profile-image-placeholder{background-color:#979797;border:2px solid #fff;border-radius:300px;width:125px;height:125px;margin:-40px auto 24px}@media screen and (width>=501px) and (width<=780px){.jt-blog .profile-image-section .profile-image-placeholder{margin-top:-20px}}@media screen and (width<=500px){.jt-blog .profile-image-section .profile-image-placeholder{width:80px;height:80px;margin-top:-12px}}.jt-blog .profile-image-section .profile-image-placeholder img{border-radius:300px}.jt-blog .author-section-social{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .author-section-social:last-child{margin-right:0}.jt-blog .author-section-social{float:none;text-align:center;clear:both;margin-bottom:10px}@media screen and (width<=500px){.jt-blog .author-section-social{margin-bottom:0}}.jt-blog .author-section-social .social-icons{text-align:center;height:35px;padding-bottom:28px;display:inline-flex}.jt-blog .author-section-social .social-icons a{display:inline-table}.jt-blog .author-section-social .social-icons img{width:auto;height:35px;padding:0 20px}@media screen and (width<=500px){.jt-blog .author-section-social .social-icons img{height:20px}}.jt-blog .author-blog-url{text-align:center;padding-bottom:2%;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.jt-blog .author-blog-url{padding-bottom:6%}}.jt-blog .author-blog-url a{color:#303672}.jt-blog .author-bio{float:left;width:82.9404%;margin-right:2.35765%;display:block}.jt-blog .author-bio:last-child{margin-right:0}.jt-blog .author-bio{color:#6f6f6f;margin-bottom:10px;margin-left:8.5298%;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:28px}.jt-blog .recent-author-posts-header{float:left;width:100%;margin-right:2.35765%;display:block;position:relative}.jt-blog .recent-author-posts-header:last-child{margin-right:0}.jt-blog .recent-author-posts-header{text-align:center;z-index:3;margin-top:28px}.jt-blog .recent-author-posts-header .title-block{color:#303672;z-index:5;border-bottom:1px solid #cfcfcf;width:100%;margin-left:auto;margin-right:auto;padding:5px 0 8px;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:300;position:relative}@media screen and (width<=500px){.jt-blog .recent-author-posts-header .title-block{width:80%;padding:0 0 3px}}.jt-blog .author-card-section{float:left;width:100%;margin-right:2.35765%;display:block}.jt-blog .author-card-section:last-child{margin-right:0}@media screen and (width<=500px){.jt-blog .author-card-section{padding:0 10px 60px}}.jt-blog .author-card-section .post-preview{float:left;width:31.7616%;margin-right:2.35765%;display:block}.jt-blog .author-card-section .post-preview:last-child{margin-right:0}.jt-blog .author-card-section .post-preview{clear:none}.jt-blog .author-card-section .post-preview:nth-child(3n){margin-right:0}.jt-blog .author-card-section .post-preview:nth-child(3n+1){clear:left}@media screen and (width<=500px){.jt-blog .author-card-section .post-preview{width:100%}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.mops-right-gutter{float:left;width:31.7616%;margin-right:2.35765%;display:block}.mops-right-gutter:last-child{margin-right:0}.mops-right-gutter{float:right}@media screen and (width>=781px) and (width<=960px){.mops-right-gutter{width:100%}}@media screen and (width>=501px) and (width<=780px){.mops-right-gutter{width:100%;margin-top:30px}}@media screen and (width<=500px){.mops-right-gutter{width:100%;margin-top:26px;margin-bottom:26px}}.mops-right-gutter .mops-coupon{text-align:center;padding-bottom:8%}@media screen and (width>=781px) and (width<=960px){.mops-right-gutter .mops-coupon{padding:4% 0}}@media screen and (width>=501px) and (width<=780px){.mops-right-gutter .mops-coupon{padding:4% 0}}@media screen and (width<=500px){.mops-right-gutter .mops-coupon{padding:4% 0;display:block}}.mops-right-gutter .email-capture{background-color:#2a3051;border-radius:6px;width:100%;height:auto;padding:2em}.mops-right-gutter .email-capture .email-title{color:#fcf6ea;letter-spacing:.08px;text-align:center;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:30px}@media screen and (width<=500px){.mops-right-gutter .email-capture .email-title{font-size:22px;line-height:24px}}.mops-right-gutter .email-capture #mc_embed_signup{padding-top:2%}.mops-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:100%;display:block}@media screen and (width>=781px) and (width<=960px){.mops-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%;display:inline-flex}}@media screen and (width>=501px) and (width<=780px){.mops-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{width:66%;display:inline-flex}}@media screen and (width<=500px){.mops-right-gutter .email-capture #mc_embed_signup #mc_embed_signup_scroll{display:block}}.mops-right-gutter .email-capture #mc_embed_signup form{text-align:center;padding:4% 0 0}.mops-right-gutter .email-capture #mc_embed_signup input.email{text-align:center;border:1px solid #cfcfcf;width:100%;height:46px;padding:.8em 1em;font-family:tide-sans-300,sans-serif;font-size:16px}@media screen and (width>=781px) and (width<=960px){.mops-right-gutter .email-capture #mc_embed_signup input.email{width:100%}}@media screen and (width>=501px) and (width<=780px){.mops-right-gutter .email-capture #mc_embed_signup input.email{width:100%}}@media screen and (width<=500px){.mops-right-gutter .email-capture #mc_embed_signup input.email{text-align:center;width:100%}}.mops-right-gutter .email-capture #mc_embed_signup input.button{color:#2a3051;background-color:#f6cac9;width:100%;min-width:110px;height:46px;margin-bottom:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.mops-page{margin-top:60px}.mops-page .top-section{background-image:image-url("../images/mops-hero-image-gradient.jpg");background-position:100%;background-repeat:no-repeat;background-size:auto 100%;position:relative}@media screen and (width>=1550px){.mops-page .top-section{background-size:100%}}@media screen and (width<=500px){.mops-page .top-section{background-position:0;background-size:320% 100%}}.mops-page .top-section .inner-section:after{clear:both;content:"";display:block}.mops-page .top-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.mops-page .top-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;padding:4%;display:block}.mops-page .top-section .inner-section .content:last-child{margin-right:0}@media screen and (width<=500px){.mops-page .top-section .inner-section .content{float:left;width:100%;margin-right:7.42297%;display:block}.mops-page .top-section .inner-section .content:last-child{margin-right:0}.mops-page .top-section .inner-section .content{padding:40px 10px 50px}}.mops-page .top-section .inner-section .content .mops-image{float:left;width:31.7616%;margin-right:2.35765%;display:block}.mops-page .top-section .inner-section .content .mops-image:last-child{margin-right:0}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .mops-image{text-align:center;width:100%}}.mops-page .top-section .inner-section .content .mops-image img{width:68%}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .mops-image img{width:50%}}.mops-page .top-section .inner-section .content .copy{float:left;width:40.2914%;margin-right:2.35765%;display:block}.mops-page .top-section .inner-section .content .copy:last-child{margin-right:0}.mops-page .top-section .inner-section .content .copy{margin-left:-8%}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .copy{text-align:center;width:100%;margin-left:0}}.mops-page .top-section .inner-section .content .copy .title{width:80%;margin-bottom:4%;padding-top:18%}@media screen and (width>=501px) and (width<=780px){.mops-page .top-section .inner-section .content .copy .title{margin-bottom:10px;padding-top:10%}}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .copy .title{width:100%;margin-bottom:24px;padding-top:4%}}.mops-page .top-section .inner-section .content .copy .body{color:#fff;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:24px;line-height:29px}@media screen and (width>=501px) and (width<=780px){.mops-page .top-section .inner-section .content .copy .body{font-size:18px;line-height:28px}}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .copy .body{font-size:18px;line-height:24px}}.mops-page .top-section .inner-section .content .copy .body img{width:120px;margin-bottom:-15px;margin-left:4px;position:relative}@media screen and (width>=501px) and (width<=780px){.mops-page .top-section .inner-section .content .copy .body img{width:79px;margin-bottom:-9px}}@media screen and (width<=500px){.mops-page .top-section .inner-section .content .copy .body img{width:83px;margin-bottom:-11px}}.mops-page .start-here-section{float:left;width:100%;margin-right:2.35765%;display:block}.mops-page .start-here-section:last-child{margin-right:0}.mops-page .start-here-section{background-color:#912548}.mops-page .start-here-section .inner-section:after{clear:both;content:"";display:block}.mops-page .start-here-section .inner-section{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.mops-page .start-here-section .inner-section .start-here-content{padding:2% 0}@media screen and (width>=501px) and (width<=780px){.mops-page .start-here-section .inner-section .start-here-content{padding:4% 0}}@media screen and (width<=500px){.mops-page .start-here-section .inner-section .start-here-content{padding:8% 0}}.mops-page .start-here-section .inner-section .start-here-content .start-copy{color:#fff;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:24px;line-height:29px}@media screen and (width>=501px) and (width<=780px){.mops-page .start-here-section .inner-section .start-here-content .start-copy{padding:0 10%;font-size:18px;line-height:24px}}@media screen and (width<=500px){.mops-page .start-here-section .inner-section .start-here-content .start-copy{padding:0 8%;font-size:18px;line-height:20px}}.mops-page .start-here-section .inner-section .start-here-content .start-download{margin-top:2%}@media screen and (width<=500px){.mops-page .start-here-section .inner-section .start-here-content .start-download{margin-top:6%}}.mops-page .start-here-section .inner-section .start-here-content .start-download button{color:#912548;background-color:#fff;border:1px solid #fff;width:300px}@media screen and (width<=500px){.mops-page .start-here-section .inner-section .start-here-content .start-download button{width:88%}}.mops-page .start-here-section .inner-section .start-here-content .start-download button:hover,.mops-page .start-here-section .inner-section .start-here-content .start-download button:focus{color:#fff;background-color:#912548;border:1px solid #fff}.mops-page .get-more-section{float:left;width:100%;margin-right:2.35765%;display:block}.mops-page .get-more-section:last-child{margin-right:0}.mops-page .get-more-section{background-color:#16a4db}.mops-page .get-more-section .inner-section:after{clear:both;content:"";display:block}.mops-page .get-more-section .inner-section{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.mops-page .get-more-section .inner-section .get-more-content{padding:2% 0}@media screen and (width>=501px) and (width<=780px){.mops-page .get-more-section .inner-section .get-more-content{padding:4% 0}}@media screen and (width<=500px){.mops-page .get-more-section .inner-section .get-more-content{padding:8% 0}}.mops-page .get-more-section .inner-section .get-more-content .get-more-copy{color:#fff;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:24px;line-height:29px}@media screen and (width>=501px) and (width<=780px){.mops-page .get-more-section .inner-section .get-more-content .get-more-copy{padding:0 10%;font-size:18px;line-height:24px}}@media screen and (width<=500px){.mops-page .get-more-section .inner-section .get-more-content .get-more-copy{padding:0 8%;font-size:18px;line-height:20px}}.mops-page .get-more-section .inner-section .get-more-content .get-more-download{margin-top:2%}@media screen and (width<=500px){.mops-page .get-more-section .inner-section .get-more-content .get-more-download{margin-top:6%}}.mops-page .get-more-section .inner-section .get-more-content .get-more-download button{color:#fff;background-color:#3bbebe;border:1px solid #fff;width:300px}@media screen and (width<=500px){.mops-page .get-more-section .inner-section .get-more-content .get-more-download button{width:88%}}.mops-page .get-more-section .inner-section .get-more-content .get-more-download button:hover,.mops-page .get-more-section .inner-section .get-more-content .get-more-download button:focus{color:#fff;background-color:#16a4db;border:1px solid #fff}.mops-page .download-all-section{float:left;width:100%;margin-right:2.35765%;display:block}.mops-page .download-all-section:last-child{margin-right:0}.mops-page .download-all-section{background-color:#fff}.mops-page .download-all-section .inner-section:after{clear:both;content:"";display:block}.mops-page .download-all-section .inner-section{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.mops-page .download-all-section .inner-section .download-all-content{padding:4% 0 0}.mops-page .download-all-section .inner-section .download-all-content .download-all-copy{color:#333;text-align:center;margin-bottom:30px;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:32px;line-height:39px}@media screen and (width<=500px){.mops-page .download-all-section .inner-section .download-all-content .download-all-copy{margin-bottom:0;font-size:24px;line-height:28px}}.mops-page .download-all-section .inner-section .download-all-content .download-all-download{margin-top:2%}@media screen and (width<=500px){.mops-page .download-all-section .inner-section .download-all-content .download-all-download{margin-top:6%}}.mops-page .download-all-section .inner-section .download-all-content .download-all-download button{color:#fff;background-color:#b1cc39;border:1px solid #fff;border-radius:6px;width:400px;height:70px;font-size:1.2em}@media screen and (width<=500px){.mops-page .download-all-section .inner-section .download-all-content .download-all-download button{width:88%}}.mops-page .download-all-section .inner-section .download-all-content .download-all-download button:hover,.mops-page .download-all-section .inner-section .download-all-content .download-all-download button:focus{color:#b1cc39;background-color:#fff;border:1px solid #b1cc39}.mops-page .download-inner-section:after{clear:both;content:"";display:block}.mops-page .download-inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.mops-page .download-inner-section .download-section{float:left;width:100%;margin-right:2.35765%;display:block}.mops-page .download-inner-section .download-section:last-child{margin-right:0}.mops-page .download-inner-section .download-section{text-align:center;padding-top:3%;padding-bottom:8%}@media screen and (width<=500px){.mops-page .download-inner-section .download-section{padding-top:8%;padding-bottom:16%}}.mops-page .download-inner-section .download-section .download-title{color:#333;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:32px;line-height:39px;display:block}.mops-page .download-inner-section .download-section .download-title:last-child{margin-right:0}@media screen and (width<=500px){.mops-page .download-inner-section .download-section .download-title{margin-bottom:0;font-size:24px;line-height:28px}}.mops-page .download-inner-section .download-section .download-buttons{float:left;width:23.2318%;margin-right:2.35765%;display:block}.mops-page .download-inner-section .download-section .download-buttons:last-child{margin-right:0}.mops-page .download-inner-section .download-section .download-buttons{margin-top:4%;margin-left:1.5%;margin-right:0}@media screen and (width<=500px){.mops-page .download-inner-section .download-section .download-buttons{width:48%;margin-top:10%}}.mops-page .download-inner-section .download-section .download-buttons img{width:20%;padding-bottom:8px}.mops-page .download-inner-section .download-section .download-buttons button{border:1px solid #3bbebe;width:80%}.mops-page .download-inner-section .download-section .download-buttons button:hover,.mops-page .download-inner-section .download-section .download-buttons button:focus{color:#3bbebe;background-color:#fff;border:1px solid #3bbebe}.mops-page .download-inner-section .download-section #btn-blue{background-color:#16a4db;border:1px solid #16a4db}.mops-page .download-inner-section .download-section #btn-blue:hover,.mops-page .download-inner-section .download-section #btn-blue:focus{color:#16a4db;background-color:#fff;border:1px solid #16a4db}.mops-page .download-inner-section .download-section #btn-maroon{background-color:#912548;border:1px solid #912548}.mops-page .download-inner-section .download-section #btn-maroon:hover,.mops-page .download-inner-section .download-section #btn-maroon:focus{color:#912548;background-color:#fff;border:1px solid #912548}.mops-page .download-inner-section .download-section #btn-green{background-color:#b1cc39;border:1px solid #b1cc39}.mops-page .download-inner-section .download-section #btn-green:hover,.mops-page .download-inner-section .download-section #btn-green:focus{color:#b1cc39;background-color:#fff;border:1px solid #b1cc39}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.kidsmops-page{background-color:#fef9ed;margin-top:60px}.kidsmops-page .top-section{background-repeat:no-repeat;background-size:auto 100%;margin-bottom:-6px;position:relative}@media screen and (width>=1550px){.kidsmops-page .top-section{background-size:100%}}.kidsmops-page .start-here-section{float:left;width:100%;margin-right:2.35765%;display:block}.kidsmops-page .start-here-section:last-child{margin-right:0}.kidsmops-page .start-here-section{background-color:#2a3051}.kidsmops-page .start-here-section .inner-section:after{clear:both;content:"";display:block}.kidsmops-page .start-here-section .inner-section{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.kidsmops-page .start-here-section .inner-section .start-here-content{padding:2% 0}@media screen and (width>=501px) and (width<=780px){.kidsmops-page .start-here-section .inner-section .start-here-content{padding:4% 0}}@media screen and (width<=500px){.kidsmops-page .start-here-section .inner-section .start-here-content{padding:8% 0}}.kidsmops-page .start-here-section .inner-section .start-here-content .start-copy{color:#fef9ed;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:200;line-height:29px}@media screen and (width>=501px) and (width<=780px){.kidsmops-page .start-here-section .inner-section .start-here-content .start-copy{padding:0 10%;font-size:18px;line-height:24px}}@media screen and (width<=500px){.kidsmops-page .start-here-section .inner-section .start-here-content .start-copy{padding:0 8%;font-size:18px;line-height:20px}}.kidsmops-page .start-here-section .inner-section .start-here-content .start-download{margin-top:2%}@media screen and (width<=500px){.kidsmops-page .start-here-section .inner-section .start-here-content .start-download{margin-top:6%}}.kidsmops-page .start-here-section .inner-section .start-here-content .start-download button{color:#2a3051;background-color:#fef9ed;border:1px solid #fef9ed;width:300px;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.kidsmops-page .start-here-section .inner-section .start-here-content .start-download button{width:88%}}.kidsmops-page .start-here-section .inner-section .start-here-content .start-download button:hover,.kidsmops-page .start-here-section .inner-section .start-here-content .start-download button:focus{color:#fef9ed;background-color:#2a3051;border:1px solid #fef9ed}.kidsmops-page .download-all-section{float:left;width:100%;margin-right:2.35765%;display:block}.kidsmops-page .download-all-section:last-child{margin-right:0}.kidsmops-page .download-all-section .inner-section:after{clear:both;content:"";display:block}.kidsmops-page .download-all-section .inner-section{text-align:center;max-width:1200px;margin-left:auto;margin-right:auto}.kidsmops-page .download-all-section .inner-section .download-all-content{padding:4% 0 0}.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-copy{color:#333;text-align:center;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px}@media screen and (width<=500px){.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-copy{margin-bottom:0;font-size:24px;line-height:28px}}.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-copy span{font-size:20px}.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only{margin-top:2%}@media screen and (width<=500px){.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only{margin-top:6%}}.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only button{color:#fef9ed;background-color:#f2644c;border:1px solid #fef9ed;border-radius:6px;width:400px;height:70px;font-family:tide-sans-300,sans-serif;font-size:1.2em}@media screen and (width<=500px){.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only button{width:88%}}.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only button:hover,.kidsmops-page .download-all-section .inner-section .download-all-content .download-all-lesson-only button:focus{color:#f2644c;background-color:#fef9ed;border:1px solid #f2644c}.kidsmops-page .download-inner-section:after{clear:both;content:"";display:block}.kidsmops-page .download-inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.kidsmops-page .download-inner-section .download-section{float:left;width:100%;margin-right:2.35765%;display:block}.kidsmops-page .download-inner-section .download-section:last-child{margin-right:0}.kidsmops-page .download-inner-section .download-section{text-align:center;padding-top:3%;padding-bottom:8%}@media screen and (width<=500px){.kidsmops-page .download-inner-section .download-section{padding-top:8%;padding-bottom:16%}}.kidsmops-page .download-inner-section .download-section .download-title{color:#333;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px;display:block}.kidsmops-page .download-inner-section .download-section .download-title:last-child{margin-right:0}@media screen and (width<=500px){.kidsmops-page .download-inner-section .download-section .download-title{margin-bottom:0;font-size:24px;line-height:28px}}.kidsmops-page .download-inner-section .download-section .download-buttons{float:left;width:23.2318%;margin-right:2.35765%;display:block}.kidsmops-page .download-inner-section .download-section .download-buttons:last-child{margin-right:0}.kidsmops-page .download-inner-section .download-section .download-buttons{margin-top:4%;margin-left:1.5%;margin-right:0}@media screen and (width<=500px){.kidsmops-page .download-inner-section .download-section .download-buttons{width:48%;margin-top:10%}}.kidsmops-page .download-inner-section .download-section .download-buttons .week-copy{text-align:center;color:#2a3051;font-family:tide-sans-300,sans-serif;font-size:30px}.kidsmops-page .download-inner-section .download-section .download-buttons button{color:#fef9ed;border:1px solid #3bbebe;width:80%;margin:10px 0 5px;font-family:tide-sans-300,sans-serif}.kidsmops-page .download-inner-section .download-section .download-buttons button:hover,.kidsmops-page .download-inner-section .download-section .download-buttons button:focus{color:#3bbebe;background-color:#fef9ed;border:1px solid #3bbebe}.kidsmops-page .download-inner-section .download-section #btn-blue{background-color:#473874;border:1px solid #473874}.kidsmops-page .download-inner-section .download-section #btn-blue:hover,.kidsmops-page .download-inner-section .download-section #btn-blue:focus{color:#473874;background-color:#fef9ed;border:1px solid #473874}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.mops-dynamic-page{background-color:#f8f8f8;margin-top:60px;padding-bottom:60px}.mops-dynamic-page .top-section{background-position:100%;background-repeat:no-repeat;background-size:cover;margin-bottom:3%;position:relative}@media screen and (width>=1550px){.mops-dynamic-page .top-section{background-size:100%}}@media screen and (width<=500px){.mops-dynamic-page .top-section{background-position:0;background-size:320% 100%}}.mops-dynamic-page .top-section .inner-section:after{clear:both;content:"";display:block}.mops-dynamic-page .top-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.mops-dynamic-page .top-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;padding:4%;display:block}.mops-dynamic-page .top-section .inner-section .content:last-child{margin-right:0}@media screen and (width<=500px){.mops-dynamic-page .top-section .inner-section .content{float:left;width:100%;margin-right:7.42297%;display:block}.mops-dynamic-page .top-section .inner-section .content:last-child{margin-right:0}.mops-dynamic-page .top-section .inner-section .content{padding:40px 10px 50px}}.mops-dynamic-page .top-section .inner-section .content .copy{float:left;width:48.8212%;margin-right:2.35765%;display:block}.mops-dynamic-page .top-section .inner-section .content .copy:last-child{margin-right:0}.mops-dynamic-page .top-section .inner-section .content .copy{padding:4% 0}@media screen and (width<=500px){.mops-dynamic-page .top-section .inner-section .content .copy{text-align:center;width:100%;margin-left:0}}.mops-dynamic-page .top-section .inner-section .content .copy .title{width:80%;margin-bottom:4%}@media screen and (width>=501px) and (width<=780px){.mops-dynamic-page .top-section .inner-section .content .copy .title{margin-bottom:10px;padding-top:10%}}@media screen and (width<=500px){.mops-dynamic-page .top-section .inner-section .content .copy .title{width:100%;margin-bottom:24px;padding-top:4%}}.mops-dynamic-page .top-section .inner-section .content .copy .body{color:#fff;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:200;line-height:29px}@media screen and (width>=501px) and (width<=780px){.mops-dynamic-page .top-section .inner-section .content .copy .body{font-size:18px;line-height:28px}}@media screen and (width<=500px){.mops-dynamic-page .top-section .inner-section .content .copy .body{font-size:18px;line-height:24px}}.mops-dynamic-page .top-section .inner-section .content .copy .body img{width:120px;margin-bottom:-15px;margin-left:4px;position:relative}@media screen and (width>=501px) and (width<=780px){.mops-dynamic-page .top-section .inner-section .content .copy .body img{width:79px;margin-bottom:-9px}}@media screen and (width<=500px){.mops-dynamic-page .top-section .inner-section .content .copy .body img{width:83px;margin-bottom:-11px}}.mops-dynamic-page .outer-container:after{clear:both;content:"";display:block}.mops-dynamic-page .outer-container{max-width:1320px;margin-left:auto;margin-right:auto}@media screen and (width>=781px) and (width<=960px){.mops-dynamic-page .outer-container{padding:0 2%}}@media screen and (width>=501px) and (width<=780px){.mops-dynamic-page .outer-container{padding:0 2%}}@media screen and (width<=500px){.mops-dynamic-page .outer-container{padding:0}}.mops-dynamic-page .outer-container .content-section-left{float:left;width:65.8808%;margin-right:2.35765%;display:block}.mops-dynamic-page .outer-container .content-section-left:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.mops-dynamic-page .outer-container .content-section-left{width:100%}}@media screen and (width>=501px) and (width<=780px){.mops-dynamic-page .outer-container .content-section-left{width:100%}}@media screen and (width<=500px){.mops-dynamic-page .outer-container .content-section-left{width:100%}}.mops-dynamic-page .outer-container .content-section-left .mops-article{float:left;width:100%;margin-right:3.57866%;display:block}.mops-dynamic-page .outer-container .content-section-left .mops-article:last-child{margin-right:0}.mops-dynamic-page .outer-container .content-section-left .mops-article{background-color:#fff;border:1px solid #cfcfcf;border-radius:4px;height:auto}@media screen and (width<=500px){.mops-dynamic-page .outer-container .content-section-left .mops-article{border:none;border-bottom:1px solid #cfcfcf;border-radius:0}}.mops-dynamic-page .outer-container .content-section-left .mops-article .content-header{color:#fff;background-color:#473874;border-top-left-radius:3px;border-top-right-radius:3px;padding:2% 5%;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:200}@media screen and (width<=500px){.mops-dynamic-page .outer-container .content-section-left .mops-article .content-header{border-radius:0;font-size:22px}}.mops-dynamic-page .outer-container .content-section-left .mops-article .content-copy{margin:2% 7% 7%}.mops-dynamic-page .outer-container .content-section-left .mops-article .content-copy p{color:#333;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:28px}.mops-dynamic-page .outer-container .content-section-left .mops-article .content-copy p img{max-width:100%;height:auto}@media screen and (width<=500px){.mops-dynamic-page .outer-container .content-section-left .mops-article .content-copy{margin:2% 3% 7%}}.mops-dynamic-page .outer-container .content-section-left .jt-parents-ad{float:left;width:100%;margin-right:3.57866%;display:block}.mops-dynamic-page .outer-container .content-section-left .jt-parents-ad:last-child{margin-right:0}.mops-dynamic-page .outer-container .content-section-left .jt-parents-ad{margin-top:5%}.mops-dynamic-page .outer-container .content-section-left .jt-parents-ad img{height:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}body{height:100%;overflow-y:scroll}body.noscroll{overflow-y:hidden!important}.navbar-burger{margin:0}@media (width<=1023px){.section{padding:1.5rem!important}}.navbar-item--logo{padding-left:0}@media (width>=1024px){.navbar-item--logo img{width:230px;height:56px}}.nowrap{white-space:nowrap}.regular-navbar .navbar-item-switch-profiles img{width:3.5em!important}@media (width<=1023px){.regular-navbar .avatar__bg-shape{width:70px!important}}@media only screen and (orientation:landscape){.regular-navbar .divider{border-right:1px solid #00000040;height:50%;position:relative;top:25%}}@media only screen and (orientation:landscape) and (width<=1023px){.regular-navbar .divider{left:10px}}@media only screen and (orientation:landscape){.regular-navbar .divider{display:none!important}}.navbar-item,.navbar-item span,.navbar__subnav a{align-items:center;font-family:tide-sans,sans-serif}.navbar-item:focus,.navbar-item:focus-within{color:#303672!important;background-color:#00000026!important}.navbar--container{background-color:#303672}.navbar--container .navbar-item .navbar-item__background{display:none!important}@media (width<=1023px){.navbar--container.is-active{height:53px}.navbar--container .navbar-brand{width:200px}}@media (width>=1024px){.navbar--container{height:96px;padding:0 3%}}.navbar--container .navbar__logo{min-width:160px;padding-right:.5rem}@media (width>=1024px){.navbar--container .navbar__logo{max-height:inherit;min-width:200px}}.navbar--container a{color:#fff;transition:all .4s ease-out;position:relative}.navbar--container a:hover{color:#fff;background-color:#00000026}@media (width<=1023px){.navbar--container a{font-size:1.25rem}.navbar--container a svg{margin-right:1.5rem!important}.navbar--container a .navbar-item__svg{margin-right:.25rem!important}}@media (width<=321px){.navbar--container a{font-size:1rem}}.navbar--container a.selected .nav-item-selected{content:"";background-color:#3bbebe;border-radius:.5rem;width:40px;height:5px;margin:auto;display:block;position:absolute;top:60px;left:0;right:0}@media (width<=1023px){.navbar--container a.selected .nav-item-selected{width:2.5rem;top:2.75rem;left:.5rem;right:auto}}@media (width<=321px){.navbar--container a.selected .nav-item-selected{top:2.25rem}}.navbar--container .navbar-burger-span{height:3px}.navbar-background-white{background:#fff}.navbar-background-white a,.navbar-background-white a:hover{color:#303672}.navbar-background-white .navbar-menu .navbar-start svg,.navbar-background-white .navbar-menu .navbar-end svg{color:#3bbebe}.navbar-background-white .navbar-menu .navbar-start span,.navbar-background-white .navbar-menu .navbar-end span{color:#303672}.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:90%;position:absolute}@media (width<=1023px){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:70px!important}}.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:81%;position:absolute;left:0}@media (width<=1023px){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{margin-left:0}}@media only screen and (width<=1023px) and (orientation:portrait){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:70px!important}}@media only screen and (width<=1023px) and (orientation:landscape){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:40px}}@media (width>=1024px){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{margin-left:12px;margin-bottom:0!important}}@media (width<=768px) and (orientation:portrait){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:70px!important}}@media (width>=1408px){.navbar-background-white .navbar-menu .navbar-start .avatar__bg-shape,.navbar-background-white .navbar-menu .navbar-end .avatar__bg-shape{width:84%}}.navbar-background-white .navbar-menu .navbar-start .navbar-avatar,.navbar-background-white .navbar-menu .navbar-end .navbar-avatar{z-index:10;max-height:80px}h1{color:#303672}@media (width<=1023px){.navbar-menu.is-active{box-shadow:none;-webkit-overflow-scrolling:touch;border-radius:0 0 .5rem;min-height:calc(100vh - 50px);padding-left:0;animation:.4s ease-in-out forwards slideInLeft,.2s ease-in-out .4s forwards bgMobileMenu;overflow-y:scroll}.navbar-menu.is-active .navbar-item{margin-left:.5rem;position:relative}.navbar-menu{padding-bottom:150px}}@media (width>=1024px){.navbar-menu svg{margin-bottom:.25rem!important}}@media (width<=1023px){.navbar--container .navbar__logout{bottom:120px;position:absolute!important}}@media (width<=1023px) and (orientation:landscape){.navbar--container .navbar__logout{position:relative;bottom:auto}}@media (width<=321px){.navbar--container .navbar__logout{bottom:70px}}@media (width>=1024px){#main-navbar{padding-left:.75rem}}@media (width<=1023px){#main-navbar.prek-navbar-menu .navbar-brand,#main-navbar.family-navbar-menu .navbar-brand,#main-navbar.elementary-navbar-menu .navbar-brand{width:160px!important}#main-navbar.prek-navbar-menu .navbar-item--logo,#main-navbar.family-navbar-menu .navbar-item--logo,#main-navbar.elementary-navbar-menu .navbar-item--logo{top:0;left:0}}@media (width<=1024px) and (orientation:portrait){#main-navbar.prek-navbar-menu div:not(:first-child),#main-navbar.family-navbar-menu div:not(:first-child),#main-navbar.elementary-navbar-menu div:not(:first-child){display:none!important}}#main-navbar.prek-navbar-menu .navbar-item-switch-profiles img,#main-navbar.family-navbar-menu .navbar-item-switch-profiles img,#main-navbar.elementary-navbar-menu .navbar-item-switch-profiles img{width:3.5em!important}@media (width<=1023px) and (orientation:landscape){#main-navbar.prek-navbar-menu .navbar-item-switch-profiles.avatar-kid img,#main-navbar.family-navbar-menu .navbar-item-switch-profiles.avatar-kid img,#main-navbar.elementary-navbar-menu .navbar-item-switch-profiles.avatar-kid img{margin-top:-10px;width:2.5rem!important}}@keyframes slideInLeft{0%{transform:translate(-100vw)}to{transform:translate(0)}}@keyframes bgMobileMenu{0%{box-shadow:200px 0 #0f172a00}to{box-shadow:200px 0 #0f172abf}}@media (width>=1024px){.navbar-end .navbar-item.selected:after{display:none}}.navbar__subnav{background:#00000026;padding-left:3.25rem}@media (width<=1023px){.navbar__subnav .selected:before{top:2.15rem!important}}@media only screen and (orientation:landscape){.family-navbar--container .divider{border-right:1px solid #00000040;height:50%;position:relative;top:25%}}@media only screen and (orientation:landscape) and (width<=1023px){.family-navbar--container .divider{left:10px}}@media (width<=1023px){.family-navbar--container{display:flex}.family-navbar--container a{font-size:1rem!important}}.family-navbar--container .navbar-end{justify-content:flex-end;margin-left:auto}.family-navbar--container a,.family-navbar--container a:hover{color:#303672}.family-navbar--container #main-navbar svg{fill:#3bbebe}.family-navbar--container #main-navbar span{color:#303672}.family-navbar--container #main-navbar .avatar__bg-shape{width:81%;position:absolute;left:0}@media (width<=1023px){.family-navbar--container #main-navbar .avatar__bg-shape{margin-left:0}}@media only screen and (width<=1023px) and (orientation:portrait){.family-navbar--container #main-navbar .avatar__bg-shape{width:70px!important}}@media only screen and (width<=1023px) and (orientation:landscape){.family-navbar--container #main-navbar .avatar__bg-shape{width:40px}}@media (width>=1024px){.family-navbar--container #main-navbar .avatar__bg-shape{margin-left:12px;margin-bottom:0!important}}@media (width<=768px) and (orientation:portrait){.family-navbar--container #main-navbar .avatar__bg-shape{width:70px!important}}@media (width>=1408px){.family-navbar--container #main-navbar .avatar__bg-shape{width:84%}}.family-navbar--container #main-navbar .navbar-avatar{z-index:10;max-height:80px}.family-navbar--container .family-navbar-menu{flex-grow:1;flex-shrink:0;align-items:stretch;display:flex}.family-navbar--container .family-navbar-menu .navbar-item.selected .navbar-item__background path{fill:#f1bf46}.family-navbar--container .family-navbar-menu .navbar-item .navbar-item__background{width:80px;height:80px;display:block!important}.family-navbar--container .family-navbar-menu .navbar-brand{flex:none}@media (width<=1023px){.family-navbar--container .family-navbar-menu .navbar-item{height:52px!important}}@media (width<=600px) and (orientation:landscape){.family-navbar--container .family-navbar-menu .navbar-item{padding:12px 5px}}.family-navbar--container .family-navbar-menu .navbar-item .navbar-item__background{display:none!important}.family-navbar--container .family-navbar-menu .navbar-item .navbar-item__fa-icon{width:45px;height:45px}@media (width>=1024px) and (width<=1407px){.family-navbar--container .family-navbar-menu .navbar-item .navbar-item__fa-icon{width:24px;height:24px}}@media (width<=1023px){.family-navbar--container .family-navbar-menu .navbar-item .navbar-item__fa-icon{width:20px;height:20px}}.family-navbar--container .family-navbar-menu .navbar-item.selected:after{display:none}.family-navbar--container .family-navbar-menu .avatar__bg-shape{width:81%;position:absolute;left:0}@media (width<=1023px){.family-navbar--container .family-navbar-menu .avatar__bg-shape{margin-left:0}}@media only screen and (width<=1023px) and (orientation:portrait){.family-navbar--container .family-navbar-menu .avatar__bg-shape{width:70px!important}}@media only screen and (width<=1023px) and (orientation:landscape){.family-navbar--container .family-navbar-menu .avatar__bg-shape{width:40px}}@media (width>=1024px){.family-navbar--container .family-navbar-menu .avatar__bg-shape{margin-left:12px;margin-bottom:0!important}}@media (width<=768px) and (orientation:portrait){.family-navbar--container .family-navbar-menu .avatar__bg-shape{width:70px!important}}@media (width>=1408px){.family-navbar--container .family-navbar-menu .avatar__bg-shape{width:84%}}.family-navbar--container .family-navbar-menu .navbar-avatar{z-index:10;max-height:80px}@media (width<=1023px){.prek-navbar--container{display:flex}}.prek-navbar--container .navbar-end{justify-content:flex-end;margin-left:auto}.prek-navbar--container .prek-navbar-menu{flex-grow:1;flex-shrink:0;align-items:stretch;display:flex}.prek-navbar--container .prek-navbar-menu .navbar-item.selected .navbar-item__background path{fill:#f1bf46}.prek-navbar--container .prek-navbar-menu .navbar-item .navbar-item__background{width:80px;height:80px;display:block!important}.prek-navbar--container .prek-navbar-menu .navbar-item:hover{background-color:unset}.prek-navbar--container .prek-navbar-menu .navbar-item span{display:none}@media (width<=1023px){.prek-navbar--container .prek-navbar-menu .navbar-item{height:52px!important}.prek-navbar--container .prek-navbar-menu .navbar-item .navbar-item__background{width:48px;height:48px}}.prek-navbar--container .prek-navbar-menu .navbar-item .navbar-item__fa-icon{-webkit-filter:drop-shadow(0 3px #00000040);width:45px;height:45px;margin-right:0;position:absolute;top:20px;left:30px;fill:#fff!important}@media (width<=1023px){.prek-navbar--container .prek-navbar-menu .navbar-item .navbar-item__fa-icon{width:25px;height:25px;top:10px;left:23px}}.prek-navbar--container .prek-navbar-menu .navbar-item.selected:after,.prek-navbar--container .prek-navbar-menu .navbar-item:before{display:none}.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{width:81%;position:absolute;left:0}@media (width<=1023px){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{margin-left:0}}@media only screen and (width<=1023px) and (orientation:portrait){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{width:70px!important}}@media only screen and (width<=1023px) and (orientation:landscape){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{width:40px}}@media (width>=1024px){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{margin-left:12px;margin-bottom:0!important}}@media (width<=768px) and (orientation:portrait){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{width:70px!important}}@media (width>=1408px){.prek-navbar--container .prek-navbar-menu .avatar__bg-shape{width:84%}}.prek-navbar--container .prek-navbar-menu .navbar-avatar{z-index:10;max-height:80px}@media (width<=1023px){.elementary-navbar--container{display:flex}}@media (width>=1408px){.elementary-navbar--container{height:120px!important;top:7px!important}.elementary-navbar--container .navbar-start .navbar-item{margin:0 15px}}.elementary-navbar--container .navbar-end{justify-content:flex-end;margin-left:auto}.elementary-navbar--container .elementary-navbar-menu{flex-grow:1;flex-shrink:0;align-items:stretch;display:flex}.elementary-navbar--container .elementary-navbar-menu .navbar-item.selected .navbar-item__background path{fill:#f1bf46}.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__background{width:80px;height:80px;display:block!important}@media (width>=1408px){.elementary-navbar--container .elementary-navbar-menu .navbar-item--logo{margin-top:-15px}.elementary-navbar--container .elementary-navbar-menu .navbar-item--logo img{width:unset}.elementary-navbar--container .elementary-navbar-menu .navbar-avatar{max-height:100px!important}.elementary-navbar--container .elementary-navbar-menu .navbar-end .navbar-item{margin-top:-20px}}@media (width>=1024px) and (width<=1100px){.elementary-navbar--container .elementary-navbar-menu .navbar-start{margin-right:-55px}}.elementary-navbar--container .elementary-navbar-menu .navbar-item:hover{background-color:unset}@media (width<=1023px){.elementary-navbar--container .elementary-navbar-menu .navbar-item{height:52px!important}}@media (width<=1023px) and (width<=768px){.elementary-navbar--container .elementary-navbar-menu .navbar-item{justify-content:center}.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__icon-container{position:absolute;top:3px}.elementary-navbar--container .elementary-navbar-menu .navbar-item span{margin-top:28px;font-size:.75rem}}@media (width>=768px) and (width<=1407px){.elementary-navbar--container .elementary-navbar-menu .navbar-item span{margin-left:.5rem;font-size:1.5rem}}@media (width>=1408px){.elementary-navbar--container .elementary-navbar-menu .navbar-item{justify-content:center}.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__icon-container{position:absolute;top:0}.elementary-navbar--container .elementary-navbar-menu .navbar-item span{margin-top:70px;font-size:1.25rem}}@media (width<=768px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__background{width:28px;height:28px}}@media (width>=768px) and (width<=1023px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__background{width:32px;height:32px}}.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{fill:#fff!important}@media (width>=768px) and (width<=1407px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{position:absolute;top:20px;left:30px}}.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{-webkit-filter:drop-shadow(0 3px #00000040);width:45px;height:45px;margin-right:0}@media (width>=768px) and (width<=1023px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{width:16px;height:16px;top:15px;left:20px}}@media (width<=768px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{width:16px;height:16px;position:absolute;top:5px;left:5px}}@media (width>=1408px){.elementary-navbar--container .elementary-navbar-menu .navbar-item .navbar-item__fa-icon{position:absolute;top:15px;left:15px}}.elementary-navbar--container .elementary-navbar-menu .navbar-item.selected:after,.elementary-navbar--container .elementary-navbar-menu .navbar-item:before{display:none}.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{width:81%;position:absolute;left:0}@media (width<=1023px){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{margin-left:0}}@media only screen and (width<=1023px) and (orientation:portrait){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{width:70px!important}}@media only screen and (width<=1023px) and (orientation:landscape){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{width:40px}}@media (width>=1024px){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{margin-left:12px;margin-bottom:0!important}}@media (width<=768px) and (orientation:portrait){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{width:70px!important}}@media (width>=1408px){.elementary-navbar--container .elementary-navbar-menu .avatar__bg-shape{width:84%}}.elementary-navbar--container .elementary-navbar-menu .navbar-avatar{z-index:10;max-height:80px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.all-shows{width:100%;min-height:100vh}.all-shows .all-shows__container{padding:0 3%}.all-shows__title{color:#fff;justify-content:space-between;width:100%;padding:2rem 0 1rem;font-family:tide-sans,sans-serif;display:flex}.all-shows__wrapper{animation:.45s ease-in-out fadein;overflow:auto}.all-show__series.thumbnail,.all-show__series.placeholder-thumbnail{height:auto!important}.all-show__series.thumbnail figure,.all-show__series.placeholder-thumbnail figure{width:100%}.all-show__series{grid-template-columns:repeat(3,auto);margin-right:5%;display:flex}@media screen and (width>=960px){.all-show__series{grid-template-columns:repeat(4,auto)}}@media screen and (width>=1550px){.all-show__series{grid-template-columns:repeat(5,auto)}}@keyframes loading{0%{background:#00000040}to{background:#0000001a}}.all-show__series .waiting{animation:1s infinite loading;position:absolute;inset:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}@keyframes slide-in{0%{right:-400px}to{opacity:1;right:30px}}.manage-account-modal-portal{z-index:30;position:relative}.manage-account-modal{background:#fff;border:1px solid #ccc;border-radius:20px;outline:none;width:50vw;max-width:400px;height:auto;max-height:calc(100vh - 100px);margin:auto;padding:1rem 2rem;animation:.4s ease-in-out forwards slide-in;position:absolute;top:100px;bottom:auto;overflow:auto hidden}.manage-account-modal .profiles-content{height:auto;min-height:32vh;max-height:calc(100vh - 520px);overflow:hidden auto}.manage-account-modal .profiles-content .profiles-content__item:hover{background-color:#3036720d;border-radius:25px}.manage-account-modal .manage-account-modal__button--close{z-index:2;cursor:pointer;height:1.85rem;transition:all .2s ease-in;position:absolute;top:.5rem;right:.25rem}.manage-account-modal .manage-account-modal__button--settings{color:#fff;letter-spacing:.02px;-webkit-appearance:none;min-width:330px;height:30px;font-family:tide-sans,sans-serif;font-size:1rem;line-height:0;transition:all .2s ease-in-out;background:#3bbebe!important}.manage-account-modal h2{color:#000;font-family:tide-sans;font-size:1.55rem}.manage-account-modal a{color:#303672;border-color:#0000;margin:auto;font-family:tide-sans;font-size:1.25rem}.manage-account-modal a:hover{background-color:#0000;border-color:#0000}.manage-account-modal .kids-name{color:#303672;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;width:calc(100% - 130px);height:auto;padding-right:6px;overflow:hidden}.manage-account-modal .selected:after{content:"";background-color:#303672;border-radius:.5rem;width:50px;height:5px;display:block}@media (width<=1023px){.manage-account-modal .selected:after{width:2.5rem;top:2.75rem;left:.5rem;right:auto}}@media (width<=321px){.manage-account-modal .selected:after{top:2.25rem}}.manage-account-modal .line-divider{opacity:.25;border:1px solid #484951;height:0}.manage-account-modal .family-button{opacity:.6;border-radius:8px;font-family:tide-sans;font-size:1rem}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.promise{margin-top:60px}.promise .top-section{background-image:url(https://res.cloudinary.com/ctv/image/upload/v1452121542/promise-page-hero.jpg);background-size:100% 100%;height:100%;position:relative}@media screen and (width<=500px){.promise .top-section{background-position:50%;background-size:185% 100%}}.promise .top-section .inner-section .content{text-align:center;float:left;width:100%;margin-right:2.35765%;padding-top:10%;padding-bottom:11%;display:block}.promise .top-section .inner-section .content:last-child{margin-right:0}@media screen and (width<=500px){.promise .top-section .inner-section .content{float:left;width:100%;margin-right:7.42297%;display:block}.promise .top-section .inner-section .content:last-child{margin-right:0}.promise .top-section .inner-section .content{padding:40px 10px 50px}}.promise .top-section .inner-section .content .title{color:#473874;margin-bottom:64px;font-family:tide-sans-300,sans-serif;font-size:58px;font-weight:200;line-height:57px}@media screen and (width<=500px){.promise .top-section .inner-section .content .title{margin-bottom:24px;font-size:36px;line-height:36px}}.promise .top-section .inner-section .content .body{color:#fff;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:200;line-height:29px}@media screen and (width<=500px){.promise .top-section .inner-section .content .body{font-size:18px;line-height:20px}}.promise .top-section .inner-section:after{clear:both;content:"";display:block}.promise .top-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.promise .promise-section:after{clear:both;content:"";display:block}.promise .promise-section{max-width:1200px;margin-top:3em;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.promise .promise-section{padding-left:10px;padding-right:10px}}.promise .promise-section h2{color:#473874;font-size:32px;font-weight:300}.promise .promise-section p{margin-top:-1.3em;margin-bottom:2.75em}.promise .promise-section ul{padding:0 0 4% 2%}.promise .promise-cta-section{text-align:center;padding-top:1em;padding-bottom:6em}@media screen and (width<=500px){.promise .promise-cta-section{text-align:center;padding:20px}}.promise .promise-cta-section a button{color:#fff;text-align:center;background:#3bbebe;border-radius:10px;font-family:tide-sans-300,sans-serif;font-size:24px;line-height:34px;transition:all .48s}@media screen and (width<=500px){.promise .promise-cta-section a button{max-width:100%;margin-bottom:36px;font-size:18px}}.promise .promise-cta-section a button:hover{background:#473874;transition:all .48s}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.community-page .hero-gradient{background:linear-gradient(#ebebeb,#fff);width:100%;margin-top:-20px;position:relative}.community-page .hero-gradient .hero-title{color:#473874;padding:9vw 5vw;font-family:tide-sans-300,sans-serif;font-size:48px;font-weight:200;position:absolute}.community-page .hero-gradient .hero-title span{color:#6f6f6f}@media screen and (width>=1050px){.community-page .hero-gradient .hero-title{padding:10vw 7vw}}@media screen and (width>=781px) and (width<=960px){.community-page .hero-gradient .hero-title{text-align:center;padding:6vw 5vw 17vw;position:relative}}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient .hero-title{text-align:center;width:100%;padding:4vw 5vw;position:relative}}@media screen and (width<=500px){.community-page .hero-gradient .hero-title{text-align:center;width:100%;padding:4vw 5vw;font-size:10vw;position:relative}}.community-page .hero-gradient .fb-card-hero{width:350px;max-height:520px;position:absolute;top:50px;right:60px;overflow-y:scroll;box-shadow:0 17px 27px 3px #0003}@media screen and (width>=781px) and (width<=960px){.community-page .hero-gradient .fb-card-hero{max-height:458px;top:160px;right:30px}}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient .fb-card-hero{text-align:center;width:100%;max-height:100%;box-shadow:none;overflow-y:inherit;margin:auto;position:relative;top:0;left:0;right:0}}@media screen and (width<=500px){.community-page .hero-gradient .fb-card-hero{text-align:center;width:100%;max-height:100%;box-shadow:none;overflow-y:inherit;margin:auto;position:relative;top:0;left:0;right:0}}.community-page .hero-gradient .fb-card-hero iframe{background:#fff}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient .fb-card-hero iframe{box-shadow:0 17px 27px 3px #0003}}@media screen and (width<=500px){.community-page .hero-gradient .fb-card-hero iframe{box-shadow:0 17px 27px 3px #0003}}.community-page .hero-gradient .twitter-card-hero{width:350px;max-height:444px;position:absolute;top:200px;right:460px;overflow-y:scroll;box-shadow:0 17px 27px 3px #0003}@media screen and (width>=1050px){.community-page .hero-gradient .twitter-card-hero{top:200px}}@media screen and (width>=781px) and (width<=960px){.community-page .hero-gradient .twitter-card-hero{right:400px}}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient .twitter-card-hero{width:100%;box-shadow:none;margin:auto;position:relative;top:40px;left:0;right:0}}@media screen and (width<=500px){.community-page .hero-gradient .twitter-card-hero{width:100%;box-shadow:none;margin:auto;position:relative;top:40px;left:0;right:0}}.community-page .hero-gradient .twitter-card-hero #twitter-widget-0{width:350px!important;margin-top:0!important;margin-bottom:0!important}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient .twitter-card-hero #twitter-widget-0{margin:auto;box-shadow:0 17px 27px 3px #0003}}@media screen and (width<=500px){.community-page .hero-gradient .twitter-card-hero #twitter-widget-0{margin:auto;box-shadow:0 17px 27px 3px #0003}}.community-page .hero-gradient object{height:auto;top:0;left:0}.community-page .hero-gradient object svg{height:660px}@media screen and (width>=781px) and (width<=960px){.community-page .hero-gradient object svg{height:400px}}@media screen and (width>=501px) and (width<=780px){.community-page .hero-gradient object svg{height:40vw;margin-top:-14vw}}@media screen and (width<=500px){.community-page .hero-gradient object svg{height:40vw;margin-top:-14vw}}.community-page .hero-gradient object svg #blue-swoosh{fill:#2a3051cc;z-index:15}.community-page .hero-gradient object svg #pink-swoosh{fill:#f6cac9cc;z-index:15}.community-page .hero-gradient object svg #white-swoosh{fill:#fff;z-index:20}.community-page .social-section:after{clear:both;content:"";display:block}.community-page .social-section{max-width:1400px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 10px}.community-page .social-section .social-section-title{color:#473874;text-align:center;margin-bottom:40px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:200;display:block}@media screen and (width<=500px){.community-page .social-section .social-section-title{margin:10px;font-size:34px}}.community-page .social-section .social-section-left{float:left;width:38.1589%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-left:last-child{margin-right:0}.community-page .social-section .social-section-left{text-align:center}@media screen and (width>=1050px){.community-page .social-section .social-section-left{float:left;width:31.7616%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-left:last-child{margin-right:0}}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-left{width:100%}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-left{width:100%}}@media screen and (width<=500px){.community-page .social-section .social-section-left{width:100%}}.community-page .social-section .social-section-left .fb-post{margin-top:20px}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-left .fb-post{margin:20px}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-left .fb-post{margin:20px}}.community-page .social-section .social-section-center{float:left;width:28.5629%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-center:last-child{margin-right:0}.community-page .social-section .social-section-center{text-align:center}@media screen and (width>=1050px){.community-page .social-section .social-section-center{float:left;width:31.7616%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-center:last-child{margin-right:0}}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-center{width:100%;display:inline-flex}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-center{width:100%;display:inline-flex}}@media screen and (width<=500px){.community-page .social-section .social-section-center{width:100%}}.community-page .social-section .social-section-center #twitter-widget-1{margin:20px auto!important}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-center #twitter-widget-1{margin:20px 20px 20px auto!important}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-center #twitter-widget-1{margin:20px 20px 20px auto!important}}.community-page .social-section .social-section-center #twitter-widget-2{margin:20px auto!important}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-center #twitter-widget-2{margin:20px auto 20px 20px!important}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-center #twitter-widget-2{margin:20px auto 20px 20px!important}}.community-page .social-section .social-section-right{float:left;width:28.5629%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-right:last-child{margin-right:0}.community-page .social-section .social-section-right{text-align:center}@media screen and (width>=1050px){.community-page .social-section .social-section-right{float:left;width:31.7616%;margin-right:2.35765%;display:block}.community-page .social-section .social-section-right:last-child{margin-right:0}}@media screen and (width>=781px) and (width<=960px){.community-page .social-section .social-section-right{width:100%}}@media screen and (width>=501px) and (width<=780px){.community-page .social-section .social-section-right{width:100%}}@media screen and (width<=500px){.community-page .social-section .social-section-right{width:100%}}.community-page .social-section .social-section-right #instagram-embed-0{margin:auto!important}.community-page .new-on-jt-section{height:auto}.community-page .new-on-jt-section .page-break{border-top:10px solid #473874;border-bottom:4px solid #473874;width:100%;height:17px;display:block}.community-page .new-on-jt-section .new-on-jt-title{color:#473874;text-align:center;margin-top:40px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:200;display:block}@media screen and (width<=500px){.community-page .new-on-jt-section .new-on-jt-title{margin-top:20px}}.community-page .new-on-jt-section .recent-post-cards:after{clear:both;content:"";display:block}.community-page .new-on-jt-section .recent-post-cards{max-width:1200px;margin-bottom:80px;margin-left:auto;margin-right:auto}@media screen and (width>=781px) and (width<=960px){.community-page .new-on-jt-section .recent-post-cards{margin:0 40px 80px}}@media screen and (width>=501px) and (width<=780px){.community-page .new-on-jt-section .recent-post-cards{margin:0 40px 80px}}@media screen and (width<=500px){.community-page .new-on-jt-section .recent-post-cards{margin:0 20px 80px}}.community-page .new-on-jt-section .recent-post-cards .post-preview{float:left;width:23.2318%;margin-right:2.35765%;display:block}.community-page .new-on-jt-section .recent-post-cards .post-preview:last-child{margin-right:0}.community-page .new-on-jt-section .recent-post-cards .post-preview{background-color:#fff;height:auto;margin-top:3%}.community-page .new-on-jt-section .recent-post-cards .post-preview:hover{opacity:.8;margin-top:2.4%}@media screen and (width>=781px) and (width<=960px){.community-page .new-on-jt-section .recent-post-cards .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.community-page .new-on-jt-section .recent-post-cards .post-preview:last-child,.community-page .new-on-jt-section .recent-post-cards .post-preview:nth-child(2n){margin-right:0}.community-page .new-on-jt-section .recent-post-cards .post-preview:nth-child(odd){clear:left}}@media screen and (width>=501px) and (width<=780px){.community-page .new-on-jt-section .recent-post-cards .post-preview{float:left;width:48.8212%;margin-right:2.35765%;display:block}.community-page .new-on-jt-section .recent-post-cards .post-preview:last-child,.community-page .new-on-jt-section .recent-post-cards .post-preview:nth-child(2n){margin-right:0}.community-page .new-on-jt-section .recent-post-cards .post-preview:nth-child(odd){clear:left}.community-page .new-on-jt-section .recent-post-cards .post-preview:hover{opacity:1;margin-top:3%!important}}@media screen and (width<=500px){.community-page .new-on-jt-section .recent-post-cards .post-preview{border-bottom:1px solid #979797;width:100%;margin-top:8%;padding-left:0}.community-page .new-on-jt-section .recent-post-cards .post-preview:hover{opacity:1;margin-top:8%!important}}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-image img{width:100%}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info{clear:both;border:1px solid #cfcfcf;padding:0 4%}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .category{letter-spacing:1px;text-transform:lowercase;white-space:nowrap;text-overflow:ellipsis;margin-bottom:18px;padding-top:8px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:200;overflow:hidden}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .category a{color:#473874}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .post-title{letter-spacing:1px;height:3em;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:28px;overflow:hidden}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .post-title a{color:#303672}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .author-date{justify-content:space-between;width:100%;display:flex}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .author-date .post-author{white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200;overflow:hidden}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .author-date .post-author a{color:#473874}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info .author-date .post-date{color:#9b9b9b;float:right;white-space:nowrap;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:200}.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info ol,.community-page .new-on-jt-section .recent-post-cards .post-preview .post-info ul{list-style-type:inherit}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.help-page-container:after{clear:both;content:"";display:block}.help-page-container{max-width:1200px;margin-top:80px;margin-left:20px;margin-right:20px}@media screen and (width<=500px){.help-page-container{margin-top:75px}}.help-page-container .help-scroll-on-page aside{float:left;width:23.2318%;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;display:block}.help-page-container .help-scroll-on-page aside:last-child{margin-right:0}.help-page-container .help-scroll-on-page aside{margin-top:14px}.help-page-container .help-scroll-on-page aside a{color:#473874}@media screen and (width<=500px){.help-page-container .help-scroll-on-page aside{float:left;width:100%;margin-right:7.42297%;display:block;position:relative}.help-page-container .help-scroll-on-page aside:last-child{margin-right:0}}.help-page-container .help-scroll-on-page .help-scroll-on-page-link{border-bottom:1px solid #d8d8d8}.help-page-container .help-scroll-on-page h1{color:#473874;margin:1em 0 .75em;font-family:tide-sans-300,sans-serif;font-size:48px;font-weight:200;line-height:0}@media screen and (width<=500px){.help-page-container .help-scroll-on-page h1{font-size:36px;line-height:36px}}.help-page-container .help-scroll-on-page h2{font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:300}.help-page-container .help-scroll-on-page h3{color:#333;font-family:tide-sans-300,sans-serif;font-size:28px}.help-page-container .help-scroll-on-page h4{color:#333;font-family:tide-sans-300,sans-serif;font-size:20px}.help-page-container .help-scroll-on-page h5{font-family:tide-sans-300,sans-serif;text-decoration:underline}.help-page-container .help-scroll-on-page p{font-family:tide-sans-300,sans-serif}.help-page-container .help-scroll-on-page ol{margin:1em 0;padding-left:40px;font-family:tide-sans-300,sans-serif;list-style-type:decimal;display:block}.help-page-container article #scroll-link-1,.help-page-container article #scroll-link-2,.help-page-container article #scroll-link-3,.help-page-container article #scroll-link-4{margin-top:-70px;padding-top:70px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}#about-video{width:100%;height:auto;max-height:720px;position:relative}.about-container{float:left;background-color:#fff;width:100%;margin-right:2.35765%;display:block}.about-container:last-child{margin-right:0}.about-container .whatis-jellytelly-title{color:#fff;text-align:center;z-index:1;background-image:url(https://cdn.buttercms.com/EPtyg39S2ahYGPrD131Q),linear-gradient(#368dab,#303672);background-size:auto 117%;justify-content:center;padding:0 75px;font-family:tide-sans-300,sans-serif;font-size:17px;display:flex;position:relative}@media screen and (width>=781px) and (width<=960px){.about-container .whatis-jellytelly-title{letter-spacing:-1px}}@media screen and (width>=501px) and (width<=780px){.about-container .whatis-jellytelly-title{letter-spacing:-1px;padding:0 45px;font-size:16px}}@media screen and (width<=500px){.about-container .whatis-jellytelly-title{padding:0 7%}}.about-container .whatis-jellytelly-title .about-title{text-align:center;width:740px;margin-bottom:70px}@media screen and (width<=500px){.about-container .whatis-jellytelly-title .about-title{margin-bottom:35px}}.about-container .whatis-jellytelly-title .about-title h1{text-align:center;letter-spacing:.03em;margin-bottom:.25em;padding-top:3em;font-family:urbane-rounded-bold;font-size:44px;line-height:50px}@media screen and (width<=500px){.about-container .whatis-jellytelly-title .about-title h1{margin-bottom:0;padding-top:80px;font-size:26px;line-height:36px}}@media screen and (width>=781px) and (width<=960px){.about-container .whatis-jellytelly-title .about-title h1{font-size:39px}}.about-container .whatis-jellytelly-title{border-radius:0 0 85% 85%/17%;width:104%;left:-2%}.about-container .about-icons{float:left;background:#fff;width:100%;margin-right:2.35765%;display:block}.about-container .about-icons:last-child{margin-right:0}.about-container .about-icons{margin-bottom:10px;padding-bottom:57px;position:relative;top:57px}@media screen and (width<=500px){.about-container .about-icons{background:#fff;padding:0 5%;top:0}}.about-container .about-icons .title{color:#3bbebe;justify-content:center;align-items:center;padding:20px 10px 5px;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;display:flex;top:-27px}.about-container .about-icons .title .first-text{padding-right:5px}@media screen and (width<=500px){.about-container .about-icons .title{flex-wrap:wrap}.about-container .about-icons .title .first-text{text-align:center;width:100%;font-size:18px}.about-container .about-icons .title .images{text-align:center;width:100%}.about-container .about-icons .title .images img{max-height:50px}}@media screen and (width>=501px) and (width<=780px){.about-container .about-icons .title{padding:0 10px 45px;font-size:18px}.about-container .about-icons .title .first-text{position:relative;bottom:42px;left:72px}}.about-container .about-icons .title .images{position:relative}.about-container .about-icons .title .images img{background-color:#fff}@media screen and (width<=500px){.about-container .about-icons{margin-top:0;margin-left:0%}}.about-container .about-icons .about-icon{float:left;width:31.7616%;margin-right:2.35765%;display:block}.about-container .about-icons .about-icon:last-child{margin-right:0}.about-container .about-icons .about-icon{text-align:center;color:#333;padding:0 2% 50px}@media screen and (width<=500px){.about-container .about-icons .about-icon{width:100%;padding:0 2% 3%}}@media screen and (width>=501px) and (width<=780px){.about-container .about-icons .about-icon{padding:0 2%}}@media screen and (width<=500px){.about-container .about-icons .about-icon img{width:80%}}.about-container .about-icons .about-icon .about-icon-copy{color:#303672;background-color:#fff;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:700}.about-container .about-icons .about-icon .about-icon-copy span{font-family:tide-sans,sans-serif}@media screen and (width>=501px) and (width<=780px){.about-container .about-icons .about-icon .about-icon-copy{margin:20px 0;font-size:18px;font-weight:400}}@media screen and (width<=500px){.about-container .about-icons .about-icon .about-icon-copy{margin:0;font-size:16px;font-weight:400}}.about-container .video-section{z-index:1;background-color:#3bbebe;background-size:100% 100%;border-radius:89% 89% 0 0/10%;width:104%;margin-top:-25px;margin-bottom:-25px;position:relative;left:-2%;overflow:hidden}.about-container .video-section button{z-index:2;background:0 0;width:12%;position:absolute}@media screen and (width<=500px){.about-container .video-section button{width:32%}}@media screen and (width>=501px) and (width<=780px){.about-container .video-section button{width:22%}}.about-container .video-section .inner-section{padding:60px 2% 0}@media screen and (width<=500px){.about-container .video-section .inner-section{padding:0}}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section{padding:0}}.about-container .video-section .inner-section .content{text-align:center;margin:0 auto 35px;padding:0 20px}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section .content{margin:0 auto;padding:48px 0 0}}@media screen and (width<=500px){.about-container .video-section .inner-section .content{margin:0 auto;padding:48px 7% 0}}.about-container .video-section .inner-section .content .title{color:#fff;text-shadow:none;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:42px;line-height:39px}@media screen and (width<=500px){.about-container .video-section .inner-section .content .title{letter-spacing:-1px;margin-bottom:15px;font-size:26px}}.about-container .video-section .inner-section .content .sub-title{color:#fff;text-shadow:none;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:28px;line-height:39px}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section .content .sub-title{font-size:24px}}@media screen and (width<=500px){.about-container .video-section .inner-section .content .sub-title{letter-spacing:-1px;margin-bottom:15px;font-size:24px}}.about-container .video-section .inner-section .content .body{color:#fff;text-align:left;padding:0 7%;font-family:tide-sans-300,sans-serif;line-height:24px}.about-container .video-section .inner-section .content .body a{color:#fff}.about-container .video-section .inner-section .content .body{font-size:18px}@media screen and (width<=500px){.about-container .video-section .inner-section .content .body{margin-bottom:27px;padding:0;font-size:16px}}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section .content .body{letter-spacing:-1px;margin-bottom:27px;font-size:16px}}.about-container .video-section .inner-section .vid-section{justify-content:center;align-items:center;padding-top:40px;display:flex}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section .vid-section{padding-top:10px}}@media screen and (width<=500px){.about-container .video-section .inner-section .vid-section{padding-top:10px}}.about-container .video-section .inner-section .vid-section .vid-play-thumbnail{max-width:1250px;position:absolute}@media screen and (width>=961px) and (width<=1049px){.about-container .video-section .inner-section .vid-section .vid-play-thumbnail{max-width:100%}}@media screen and (width>=781px) and (width<=960px){.about-container .video-section .inner-section .vid-section .vid-play-thumbnail{max-width:100%}}@media screen and (width>=501px) and (width<=780px){.about-container .video-section .inner-section .vid-section .vid-play-thumbnail{max-width:100%}}@media screen and (width<=500px){.about-container .video-section .inner-section .vid-section .vid-play-thumbnail{max-width:100%}}.about-container .video-section .inner-section .vid-section .hero-vid{max-width:1250px}.about-container .child-section .inner-section{padding:60px 0 50px}@media screen and (width<=500px){.about-container .child-section .inner-section{margin:0 25px;padding:0}}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section{margin:0 35px;padding:0}}.about-container .child-section .inner-section .content{text-align:center;margin:0 auto 15px;padding:0 8%}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;display:block}.about-container .child-section .inner-section .content:last-child{margin-right:0}.about-container .child-section .inner-section .content{padding:48px 0 0}}@media screen and (width<=500px){.about-container .child-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;display:block}.about-container .child-section .inner-section .content:last-child{margin-right:0}.about-container .child-section .inner-section .content{padding:48px 0 0}}.about-container .child-section .inner-section .content .title{color:#fff;text-shadow:none;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:28px;line-height:39px}.about-container .child-section .inner-section .content .title span{font-size:42px}@media screen and (width<=500px){.about-container .child-section .inner-section .content .title span{font-size:28px}}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section .content .title span{font-size:28px}}.about-container .child-section .inner-section .content .body{color:#fff;text-align:left;margin-bottom:17px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:24px}@media screen and (width<=500px){.about-container .child-section .inner-section .content .body{margin-bottom:27px;font-size:16px}}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section .content .body{letter-spacing:-1px;margin-bottom:27px;font-size:16px}}.about-container .child-section .inner-section .content .all-minos{flex-wrap:wrap;justify-content:center;display:flex}.about-container .child-section .inner-section .content .all-minos .all-minos-each{color:#fff;float:left;width:23.2318%;margin-right:2.35765%;font-family:tide-sans-300;display:block}.about-container .child-section .inner-section .content .all-minos .all-minos-each:last-child,.about-container .child-section .inner-section .content .all-minos .all-minos-each:nth-child(6n){margin-right:0}.about-container .child-section .inner-section .content .all-minos .all-minos-each:nth-child(6n+1){clear:left}.about-container .child-section .inner-section .content .all-minos .all-minos-each{margin-bottom:30px;margin-right:0!important}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section .content .all-minos .all-minos-each{float:left;width:48.8212%;margin-right:2.35765%;display:block}.about-container .child-section .inner-section .content .all-minos .all-minos-each:last-child{margin-right:0}}.about-container .child-section .inner-section .content .all-minos .all-minos-each .positions{font-size:14px}.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:230px}@media screen and (width>=1050px){.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:200px}}@media screen and (width>=961px) and (width<=1049px){.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:150px}}@media screen and (width>=781px) and (width<=960px){.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:140px}}@media screen and (width>=501px) and (width<=780px){.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:190px}}@media screen and (width<=500px){.about-container .child-section .inner-section .content .all-minos .all-minos-each img{max-width:130px}}.about-container .child-section .inner-section .content .all-minos .all-minos-each .kid{display:none}@media screen and (width<=500px){.about-container .child-section .inner-section .content .all-minos .all-minos-each{width:46.702%}}.about-container .child-section .inner-section .content .all-minos .all-minos-each:hover .kid{display:block}.about-container .footer{width:100%;position:relative;overflow:hidden}@media screen and (width<=500px){.about-container .footer{padding-bottom:8%;top:33px}}.about-container .footer .inner-section{text-align:center;margin:0 15px;padding-bottom:70px;background:0 0!important}@media screen and (width<=500px){.about-container .footer .inner-section{padding-bottom:9px}}@media screen and (width>=501px) and (width<=780px){.about-container .footer .inner-section{padding-top:35px;padding-bottom:40px}}.about-container .footer .inner-section .title{float:left;width:100%;margin-right:2.35765%;display:block}.about-container .footer .inner-section .title:last-child{margin-right:0}.about-container .footer .inner-section .title{color:#fff;width:100%;text-shadow:none;margin-bottom:30px;font-family:urbane-rounded-bold;font-size:32px;line-height:39px}@media screen and (width<=500px){.about-container .footer .inner-section .title{font-size:26px}}.about-container .footer .inner-section .start-watching{float:left;width:100%;margin-right:2.35765%;display:block}.about-container .footer .inner-section .start-watching:last-child{margin-right:0}.about-container .footer .inner-section .start-watching{justify-content:center;margin-bottom:17px;display:flex!important}@media screen and (width<=500px){.about-container .footer .inner-section .start-watching{margin-top:3px}}@media screen and (width>=501px) and (width<=780px){.about-container .footer .inner-section .start-watching{margin-top:3px}}.about-container .footer .inner-section .start-watching a{color:#fff;text-align:center;z-index:2;border-radius:20px;padding:18px 35px;font-family:tide-sans,sans-serif;font-size:26px;line-height:38px;transition:all .48s;background:#f0614b!important}.about-container .footer .inner-section .start-watching a:hover{background:#3bbebe;transition:all .48s}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.admin-container:after{clear:both;content:"";display:block}.admin-container{max-width:1200px;margin-left:auto;margin-right:auto}.admin-container .new-user-info-container .field{border:1px solid #979797;border-radius:5px}.admin-container .users .user-search-container .query-settings .query-dropdowns{float:right}.admin-container .users .user-search-container .btn-user-search{background-color:#3643ff}.admin-container .users .user-search-container .btn-user-search:hover{background-color:#202899}.admin-container .users .user-table{table-layout:fixed;white-space:nowrap;width:100%}.admin-container .users .user-table .user-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-container .users .user-table .id-column{width:10%}.admin-container .users .user-table .name-column{width:20%}.admin-container .users .user-table .email-column{width:30%}.admin-container .users .user-table .role-column{width:15%}.admin-container .users .user-table .sub-source-column{width:20%}.admin-container .users .user-table .link-column{width:5%}.admin-container .devices button,.admin-container .profiles button{margin-bottom:2rem}.admin-container .devices .device-info,.admin-container .profiles .device-info{background-color:#fff;padding:1rem}.admin-container .devices .device-info li,.admin-container .profiles .device-info li{font-weight:500}.admin-container .devices .device-info li.error,.admin-container .profiles .device-info li.error{color:red}.admin-container .devices .device-info li.success,.admin-container .profiles .device-info li.success{color:green;margin-bottom:1rem;font-weight:600}.admin-container .devices .device-info li.inactive,.admin-container .profiles .device-info li.inactive{color:gray}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.container--loggedin{background-color:#303672;min-height:calc(100vh - 96px)}@media (width<=1023px){.container--loggedin{min-height:calc(100vh - 52px)}}.container--loggedin{height:auto;overflow:hidden}.container--loggedin .bubbles .inner-container{min-height:60vh}.container--loggedin .inner-container{z-index:1;height:100vh;position:relative;top:0}.container--loggedin .inner-container__series{min-height:100vh}.container--loggedin .hero{justify-content:flex-end}.container--loggedin .hero p,.container--loggedin .hero strong{color:#fff}.container--loggedin .scroll-up-button{z-index:1;flex-direction:column;justify-content:flex-end;height:53px;margin-left:50%;display:flex;position:absolute;left:-98px;transform:rotate(180deg)}@media screen and (width>=1550px){.container--loggedin .scroll-up-button{height:auto}}.container--loggedin .scroll-up-button:hover{transform:scale(1.1)rotate(180deg)}.container--loggedin .center-icon{z-index:1;flex-direction:column;justify-content:flex-end;height:53px;margin-left:50%;display:flex;position:absolute;bottom:0;left:-98px}@media screen and (width>=1550px){.container--loggedin .center-icon{height:auto}}.container--loggedin .center-icon span{color:#fff;text-align:center;width:150px;margin:auto;font-family:tide-sans,sans-serif;font-size:18px;line-height:14px;transition:all .8s ease-out;display:block;position:absolute;top:100px;left:0;right:0}.container--loggedin .center-icon:hover{transform:scale(1.1)}.container--loggedin .hide-icon{pointer-events:none}.ribbon-column{flex:1 1 0;padding:.75rem 0;display:block}.empty-combobox{color:#cbcbcb}.smaller-input{width:40%}@media screen and (width<=1023px){.ribbon-column:first-child{display:none!important}}@media screen and (width<=1440px){.ribbon-column:last-child{display:none!important}}.placeholder-thumbnail{margin:0;animation:1.2s ease-in-out infinite alternate loading}@keyframes allShowSlideIn{0%{top:80vh}to{opacity:1;top:0}}.ribbon-section-mobile .slick-slider:before{opacity:1!important}.simplified-ribbon-container .slick-slider .slick-current .thumbnail,.simplified-ribbon-container .slick-slider .slick-current .placeholder-thumbnail,.simplified-ribbon-container_suggestions .slick-slider .slick-current .thumbnail,.simplified-ribbon-container_suggestions .slick-slider .slick-current .placeholder-thumbnail{border:3px solid #fff}.simplified-ribbon-container .slick-slider:before,.simplified-ribbon-container .slick-slider:after,.simplified-ribbon-container_suggestions .slick-slider:before,.simplified-ribbon-container_suggestions .slick-slider:after{background:0 0!important}.simplified-pane .slick-disabled,.simplified-ribbon-container .slick-disabled,.simplified-ribbon-container_suggestions .slick-disabled{display:none!important}.ribbon-section{box-sizing:border-box;width:92%;margin:auto;position:relative}.ribbon-section .slick-list{overflow:visible}.ribbon-section .slick-track{margin:0;display:flex}.ribbon-section .slick-prev{left:-4.5%!important}.ribbon-section .slick-next{right:-4.5%!important}.ribbon-section .slick-slider{position:relative}.ribbon-section .slick-slider:after{content:"";opacity:.7;pointer-events:none;width:4.5%;height:100%;position:absolute;top:0;right:-4.5%}.ribbon-section .slick-slider:before{z-index:1;content:"";opacity:.7;pointer-events:none;width:4.5%;height:100%;position:absolute;top:0;left:-4.5%}.ribbon-section .slick-slider:hover .slick-prev,.ribbon-section .slick-slider:hover .slick-next{visibility:visible!important}.ribbon-section .slick-slider:hover .slick-prev svg:hover,.ribbon-section .slick-slider:hover .slick-next svg:hover{transform:scale(1.05)}.ribbon-section .slick-prev,.ribbon-section .slick-next{z-index:1;color:#fff;visibility:hidden;justify-content:center;font-size:0;transition:all .25s ease-in-out;display:flex;position:absolute;width:7%!important;height:100%!important}.ribbon-section .slick-prev svg,.ribbon-section .slick-next svg{margin:2px;overflow:visible;width:80%!important;height:auto!important}.ribbon-section .slick-prev svg path,.ribbon-section .slick-next svg path{filter:drop-shadow(0 0 40px #00000080)}.ribbon-section .slick-prev:before,.ribbon-section .slick-next:before{content:none!important}.cta{margin:3rem auto 0}.cta__button{color:#fff;background-color:#f0614b;border:none;border-radius:1rem;align-items:center;margin:0 auto;font-family:tide-sans,sans-serif;font-size:1.25rem;position:relative}@media screen and (width<=500px){.cta__button{font-size:1rem}}.cta h2{margin-bottom:1rem;font-size:1.75rem}@media screen and (width<=500px){.cta h2{font-size:1.5rem}}.cta__img{width:50%;max-width:500px;margin:0 auto}@media screen and (width>=1024px){.cta__img{margin-top:-3.5rem}}.allShows-animation{opacity:1}.empty-watchlist .thumbnail,.empty-watchlist .placeholder-thumbnail{background:#454a80;border:4px dashed #8c90b1;width:275px}.empty-watchlist .svg-inline{position:absolute;top:6px;right:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.no-subscription{color:#fff;text-align:center;z-index:99999;opacity:.95;background-color:#3bbebe;width:100%;height:auto;padding:8px 0;line-height:20px;position:fixed;top:130px}@media screen and (width>=501px) and (width<=780px){.no-subscription{top:100px}}@media screen and (width<=500px){.no-subscription{top:100px}}.no-subscription .subscribe-link{color:#fff;font-weight:700;text-decoration:underline}.series-watch .li-home-top-section{background-size:cover;padding-top:82px}@media screen and (width>=781px) and (width<=960px){.series-watch .li-home-top-section{height:auto}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-top-section{padding-top:86px;background-image:none!important}}@media screen and (width<=500px){.series-watch .li-home-top-section{padding-top:70px;background-image:none!important}}.series-watch .li-home-top-section .games-link{max-width:93px;position:absolute;top:68px;right:16px}.series-watch .li-home-top-section .games-link a div{color:#fff;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:27px;font-weight:700;line-height:32px}.series-watch .li-home-top-section .games-link a img{width:93px;height:auto}@media screen and (width>=781px) and (width<=960px){.series-watch .li-home-top-section .games-link a img{max-width:262px}}.series-watch .li-home-top-section .home-top-section-inner:after{clear:both;content:"";display:block}.series-watch .li-home-top-section .home-top-section-inner{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width>=1550px){.series-watch .li-home-top-section .home-top-section-inner{max-width:68vw}}.series-watch .li-home-top-section .home-top-section-inner .featured-video{float:left;width:48.8212%;margin-right:2.35765%;display:block}.series-watch .li-home-top-section .home-top-section-inner .featured-video:last-child{margin-right:0}.series-watch .li-home-top-section .home-top-section-inner .featured-video{padding-left:1%;position:relative;margin-right:1.2%!important}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-top-section .home-top-section-inner .featured-video{width:100%;padding:1%}}@media screen and (width<=500px){.series-watch .li-home-top-section .home-top-section-inner .featured-video{float:left;width:100%;margin-right:7.42297%;display:block}.series-watch .li-home-top-section .home-top-section-inner .featured-video:last-child{margin-right:0}.series-watch .li-home-top-section .home-top-section-inner .featured-video{margin-right:0;padding-left:10px;padding-right:10px}}.series-watch .li-home-top-section .home-top-section-inner .featured-video .player{border:4px solid #fcc013}.series-watch .li-home-top-section .home-top-section-inner .featured-video .player video{border:2px solid #fcc013;outline:9px solid #473874;width:100%}.series-watch .li-home-top-section .home-top-section-inner .featured-video .player .custom-button{cursor:pointer;z-index:1;width:15%;height:25%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.series-watch .li-home-top-section .home-top-section-inner .featured-video .playlist-video-name{word-wrap:break-word;white-space:nowrap;color:#303672;margin:10px 0;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:40px;font-weight:700;line-height:40px}.series-watch .li-home-top-section .home-top-section-inner .my-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.series-watch .li-home-top-section .home-top-section-inner .my-section:last-child{margin-right:0}.series-watch .li-home-top-section .home-top-section-inner .my-section{text-align:center}@media screen and (width>=781px) and (width<=960px){.series-watch .li-home-top-section .home-top-section-inner .my-section{padding-left:0}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-top-section .home-top-section-inner .my-section{float:left;width:22.316%;margin-right:3.57866%;display:block}.series-watch .li-home-top-section .home-top-section-inner .my-section:last-child{margin-right:0}.series-watch .li-home-top-section .home-top-section-inner .my-section{padding-left:0}}@media screen and (width<=500px){.series-watch .li-home-top-section .home-top-section-inner .my-section{float:left;width:314.846%;margin-right:7.42297%;display:block}.series-watch .li-home-top-section .home-top-section-inner .my-section:last-child{margin-right:0}.series-watch .li-home-top-section .home-top-section-inner .my-section{width:100%;padding-left:0}}.series-watch .li-home-top-section .home-top-section-inner .my-section img{text-align:center;max-width:100%}@media screen and (width>=1550px){.series-watch .li-home-top-section .home-top-section-inner .my-section img{width:100%}}@media screen and (width>=781px) and (width<=960px){.series-watch .li-home-top-section .home-top-section-inner .my-section img{max-width:83%}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-top-section .home-top-section-inner .my-section img{display:none}}@media screen and (width<=500px){.series-watch .li-home-top-section .home-top-section-inner .my-section img{display:none}}.series-watch .li-home-top-section .home-top-section-inner .my-section a{float:left;width:47.5854%;margin-right:4.82916%;display:block}.series-watch .li-home-top-section .home-top-section-inner .my-section a:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-top-section .home-top-section-inner .my-section a{float:none;width:100%}}@media screen and (width<=500px){.series-watch .li-home-top-section .home-top-section-inner .my-section a{float:left;width:48.8212%;margin-right:2.35765%;display:block}.series-watch .li-home-top-section .home-top-section-inner .my-section a:last-child,.series-watch .li-home-top-section .home-top-section-inner .my-section a{margin-right:0}}.series-watch .lih-sections{background-color:#303672}.series-watch .li-home-popular-section,.series-watch .li—home-devotionals-section,.series-watch .my-watchlist-section,.series-watch .new-shows-section{padding:12px 0 22px}.series-watch .li-home-popular-section .inner-section:after,.series-watch .li—home-devotionals-section .inner-section:after,.series-watch .my-watchlist-section .inner-section:after,.series-watch .new-shows-section .inner-section:after{clear:both;content:"";display:block}.series-watch .li-home-popular-section .inner-section,.series-watch .li—home-devotionals-section .inner-section,.series-watch .my-watchlist-section .inner-section,.series-watch .new-shows-section .inner-section{max-width:90vw;margin-top:20px;margin-left:auto;margin-right:auto}@media screen and (width>=1550px){.series-watch .li-home-popular-section .inner-section,.series-watch .li—home-devotionals-section .inner-section,.series-watch .my-watchlist-section .inner-section,.series-watch .new-shows-section .inner-section{max-width:68vw}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-popular-section .inner-section,.series-watch .li—home-devotionals-section .inner-section,.series-watch .my-watchlist-section .inner-section,.series-watch .new-shows-section .inner-section{max-width:100vw}}@media screen and (width<=500px){.series-watch .li-home-popular-section .inner-section,.series-watch .li—home-devotionals-section .inner-section,.series-watch .my-watchlist-section .inner-section,.series-watch .new-shows-section .inner-section{max-width:100vw}}.series-watch .li-home-popular-section .inner-section .title,.series-watch .li—home-devotionals-section .inner-section .title,.series-watch .my-watchlist-section .inner-section .title,.series-watch .new-shows-section .inner-section .title{color:#fff;margin-top:0;margin-bottom:7px;margin-left:12px;padding-left:0;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:22px}@media screen and (width>=1550px){.series-watch .li-home-popular-section .inner-section .title,.series-watch .li—home-devotionals-section .inner-section .title,.series-watch .my-watchlist-section .inner-section .title,.series-watch .new-shows-section .inner-section .title{font-size:30px}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-popular-section .inner-section .title,.series-watch .li—home-devotionals-section .inner-section .title,.series-watch .my-watchlist-section .inner-section .title,.series-watch .new-shows-section .inner-section .title{padding:0 10px}}@media screen and (width<=500px){.series-watch .li-home-popular-section .inner-section .title,.series-watch .li—home-devotionals-section .inner-section .title,.series-watch .my-watchlist-section .inner-section .title,.series-watch .new-shows-section .inner-section .title{padding:0 10px}}.series-watch .li-home-popular-section .inner-section .title span,.series-watch .li—home-devotionals-section .inner-section .title span,.series-watch .my-watchlist-section .inner-section .title span,.series-watch .new-shows-section .inner-section .title span{height:auto;display:block}.series-watch .li-home-popular-section .inner-section .title span img,.series-watch .li—home-devotionals-section .inner-section .title span img,.series-watch .my-watchlist-section .inner-section .title span img,.series-watch .new-shows-section .inner-section .title span img{vertical-align:sub;width:2%;height:auto;margin-right:6px;padding-bottom:3px}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-popular-section .inner-section .title span img,.series-watch .li—home-devotionals-section .inner-section .title span img,.series-watch .my-watchlist-section .inner-section .title span img,.series-watch .new-shows-section .inner-section .title span img{width:3%}}@media screen and (width<=500px){.series-watch .li-home-popular-section .inner-section .title span img,.series-watch .li—home-devotionals-section .inner-section .title span img,.series-watch .my-watchlist-section .inner-section .title span img,.series-watch .new-shows-section .inner-section .title span img{width:5%}}.series-watch .li-home-popular-section .inner-section .title #devotional-span img,.series-watch .li—home-devotionals-section .inner-section .title #devotional-span img,.series-watch .my-watchlist-section .inner-section .title #devotional-span img,.series-watch .new-shows-section .inner-section .title #devotional-span img{width:2.5%}.series-watch .li-home-popular-section .empty-watchlist-ribbon,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon,.series-watch .my-watchlist-section .empty-watchlist-ribbon,.series-watch .new-shows-section .empty-watchlist-ribbon{text-align:center;width:100%;padding:1.2em 0 .2em}.series-watch .li-home-popular-section .empty-watchlist-ribbon .empty-message,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .empty-message,.series-watch .my-watchlist-section .empty-watchlist-ribbon .empty-message,.series-watch .new-shows-section .empty-watchlist-ribbon .empty-message{color:#e6e6e6;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:18px}.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section{color:#ffc44e;align-items:center;margin-top:2%;font-size:22px;display:inline-flex}.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section .icon-watchlist-add,.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section .icon-watchlist-remove,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section .icon-watchlist-add,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section .icon-watchlist-remove,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section .icon-watchlist-add,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section .icon-watchlist-remove,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section .icon-watchlist-add,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section .icon-watchlist-remove{color:#fff;margin:0 20px;font-size:40px}.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section .add,.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section .added,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section .add,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section .added,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section .add,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section .added,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section .add,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section .added{margin:0 10px;display:inline}.series-watch .li-home-popular-section .empty-watchlist-ribbon .icons-section .arrow-wrap,.series-watch .li—home-devotionals-section .empty-watchlist-ribbon .icons-section .arrow-wrap,.series-watch .my-watchlist-section .empty-watchlist-ribbon .icons-section .arrow-wrap,.series-watch .new-shows-section .empty-watchlist-ribbon .icons-section .arrow-wrap{margin-top:5px;display:inline}.series-watch .my-watchlist-section{min-height:200px;padding:12px 0 22px}@media screen and (width<=500px){.series-watch .my-watchlist-section{min-height:154px;padding:12px 0 0}}.series-watch .li-home-labels-section{padding-bottom:40px}.series-watch .li-home-labels-section .inner-section:after{clear:both;content:"";display:block}.series-watch .li-home-labels-section .inner-section{max-width:90vw;margin-left:auto;margin-right:auto}@media screen and (width>=1550px){.series-watch .li-home-labels-section .inner-section{max-width:68vw}}@media screen and (width>=501px) and (width<=780px){.series-watch .li-home-labels-section .inner-section{max-width:100vw}}@media screen and (width<=500px){.series-watch .li-home-labels-section .inner-section{max-width:100vw}}.series-watch .li-home-labels-section .inner-section .all-shows-section,.series-watch .li-home-labels-section .inner-section .labels-section,.series-watch .li-home-labels-section .inner-section .li—home-devotionals-section{padding-top:16px}.series-watch .devotional-carousel-img,.series-watch .label-carousel-img,.series-watch .popular-carousel-img,.series-watch .watchlist-carousel-img{width:90%;margin:0 auto}.series-watch .devotional-carousel-img .series-img img,.series-watch .label-carousel-img .series-img img,.series-watch .popular-carousel-img .series-img img,.series-watch .watchlist-carousel-img .series-img img{border:4px solid #ffc44e;width:100%;height:auto}.series-watch .all-shows-section{float:left;width:100%;margin-right:2.35765%;display:block}.series-watch .all-shows-section:last-child{margin-right:0}.series-watch .all-shows-section{padding:30px 10px}@media screen and (width>=501px) and (width<=780px){.series-watch .all-shows-section{padding:30px 20px}}.series-watch .all-shows-section span{color:#fff;text-shadow:1px 2px #322752;margin-top:10px;margin-bottom:30px;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:24px;display:block}.series-watch .all-shows-section .all-shows-grid{float:left;width:100%;margin-right:2.35765%;display:block}.series-watch .all-shows-section .all-shows-grid:last-child{margin-right:0}.series-watch .all-shows-section .all-shows-grid .all-shows-each{float:left;width:14.702%;margin-right:2.35765%;display:block}.series-watch .all-shows-section .all-shows-grid .all-shows-each:last-child,.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(6n){margin-right:0}.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(6n+1){clear:left}.series-watch .all-shows-section .all-shows-grid .all-shows-each{margin-bottom:30px}@media screen and (width>=501px) and (width<=780px){.series-watch .all-shows-section .all-shows-grid .all-shows-each{margin-right:unset;float:left;width:31.7616%;margin-right:2.35765%;display:block}.series-watch .all-shows-section .all-shows-grid .all-shows-each:last-child,.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(3n){margin-right:0}.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(3n+1){clear:left}}@media screen and (width<=500px){.series-watch .all-shows-section .all-shows-grid .all-shows-each{margin-right:unset;float:left;width:48.8212%;margin-right:2.35765%;display:block}.series-watch .all-shows-section .all-shows-grid .all-shows-each:last-child,.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(2n){margin-right:0}.series-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(odd){clear:left}}.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links{position:relative}.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links .all-shows-series-img{cursor:pointer}.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links img:first-child{border:4px solid #ffc44e}@media screen and (width>=781px) and (width<=960px){.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links .hover-arrow{top:88%}}@media screen and (width>=501px) and (width<=780px){.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links .hover-arrow{top:97%}}@media screen and (width<=500px){.series-watch .all-shows-section .all-shows-grid .all-shows-each .series-links .hover-arrow{top:98%}}.series-watch .all-shows-section .display-expanded-series{display:block}.series-watch .hover-arrow{z-index:1;display:none;bottom:-1.3vw}.series-watch .hover-arrow img{box-shadow:none;width:100%;height:26px;margin-top:-2px}@media screen and (width>=781px) and (width<=960px){.series-watch .hover-arrow img{margin-top:-5px}}@media screen and (width>=501px) and (width<=780px){.series-watch .hover-arrow img{margin-top:-5px}}@media screen and (width<=500px){.series-watch .hover-arrow img{margin-top:-6px}}.series-watch .hover-arrow img:hover{cursor:pointer}.series-watch .series-links .hover-arrow{width:100%;position:absolute}.series-watch .watchlist-slide{position:relative}.series-watch .watchlist-slide .watchlist-ribbon-remove{z-index:99999999;width:30px;display:none;position:absolute;top:7px;right:20px}.series-watch .watchlist-slide .popup{z-index:999999999;background:#000c;min-width:406px;padding:10px;font-size:13px;font-weight:400;display:none;position:absolute;top:22px;left:0}.series-watch .watchlist-slide:hover .watchlist-ribbon-remove{display:block}.series-watch .devotional-carousel-img .hover-arrow,.series-watch .label-carousel-img .hover-arrow,.series-watch .popular-carousel-img .hover-arrow,.series-watch .watchlist-carousel-img .hover-arrow{position:inherit}.series-watch .all-shows-each:hover .hover-arrow,.series-watch .devotional-slide:hover .hover-arrow,.series-watch .label-slide:hover .hover-arrow,.series-watch .popular-slide:hover .hover-arrow,.series-watch .watchlist-slide:hover .hover-arrow{display:block}.tiny-loader-thumbnail{height:30px;position:absolute;top:10px;right:15px;visibility:visible!important;background-color:#0000004d!important;border:none!important}.tiny-loader-thumbnail svg{display:none}.tiny-loader-episodes-list{background-color:#0000;border-color:#0000;width:8%;font-size:1rem!important}.tiny-loader-episodes-list svg,.tiny-loader-episodes-list span{display:none}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.mobile-home{text-align:center;color:#fff;text-shadow:1px 1px 2px #322752;background:linear-gradient(#3bbebe,#303672);padding:60px 0;font-family:tide-sans-300,sans-serif;font-size:18px}.mobile-home .top-section .inner-section .header{color:#fff;margin:20px 0;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:26px}.mobile-home .top-section .inner-section .img-section{background-color:#303672;margin-bottom:20px;padding:20px 20px 6px;box-shadow:inset 0 16px 20px -10px #0000004d}.mobile-home .mobile-section{padding:0 10px}.mobile-home .mobile-section .inner-section .header,.mobile-home .mobile-section .inner-section .iOS-section,.mobile-home .mobile-section .inner-section .android-section,.mobile-home .mobile-section .inner-section .amazon-section{margin-bottom:20px}.mobile-home .mobile-section .inner-section .iOS-section .app-badge,.mobile-home .mobile-section .inner-section .android-section .app-badge,.mobile-home .mobile-section .inner-section .amazon-section .app-badge{margin-bottom:12px}.mobile-home .mobile-section .inner-section .iOS-section .app-badge img,.mobile-home .mobile-section .inner-section .android-section .app-badge img,.mobile-home .mobile-section .inner-section .amazon-section .app-badge img{max-width:60%;box-shadow:0 16px 20px -10px #0000004d}.mobile-home .mobile-section .inner-section .launch-app button{letter-spacing:.05em;background:#ef6a3b;border-radius:20px;width:301px;height:60px;margin-top:10px;margin-bottom:20px;padding:.7em 1em;font-family:tide-sans,sans-serif;transition:all .48s;box-shadow:0 3px 5px #0003;background:#f0614b!important}@media screen and (width<=500px){.mobile-home .mobile-section .inner-section .launch-app button{margin-left:0%;padding:0;font-size:1em}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.beta-watch{background:#39bbbb}.beta-watch .beta-watch-top-section{background-size:cover;border-bottom:2px solid #fff;padding-top:82px;padding-bottom:25px}@media screen and (width>=781px) and (width<=960px){.beta-watch .beta-watch-top-section{height:auto}}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-top-section{padding-top:86px;background-image:none!important}}@media screen and (width<=500px){.beta-watch .beta-watch-top-section{padding-top:80px;background-image:none!important}}.beta-watch .beta-watch-top-section .home-top-section-inner:after{clear:both;content:"";display:block}.beta-watch .beta-watch-top-section .home-top-section-inner{max-width:1360px;margin-left:auto;margin-right:auto}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video{float:left;width:48.8212%;margin-right:2.35765%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video:last-child{margin-right:0}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video{padding-left:1%;position:relative;margin-right:1.2%!important}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video{float:left;width:74.1053%;margin-right:3.57866%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video:last-child{margin-right:0}}@media screen and (width<=500px){.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video{float:left;width:100%;margin-right:7.42297%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video:last-child{margin-right:0}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video{margin-right:0;padding-left:10px;padding-right:10px}}.beta-watch .beta-watch-top-section .home-top-section-inner .featured-video video{border:2px solid #979797;outline:9px solid #39bbbb;width:100%}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section:last-child{margin-right:0}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section{text-align:center;padding:1% 0}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section{float:left;width:22.316%;margin-right:3.57866%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section:last-child{margin-right:0}}@media screen and (width<=500px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section{float:left;width:314.846%;margin-right:7.42297%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section:last-child{margin-right:0}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section{width:100%}}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section img{text-align:center;max-width:90%}@media screen and (width>=781px) and (width<=960px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section img{max-width:73%}}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section img{display:none}}@media screen and (width<=500px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section img{display:none}}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a{float:left;width:47.5854%;margin-right:4.82916%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a:last-child{margin-right:0}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a{float:none;width:100%}}@media screen and (width<=500px){.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a{float:left;width:48.8212%;margin-right:2.35765%;display:block}.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a:last-child,.beta-watch .beta-watch-top-section .home-top-section-inner .my-section a{margin-right:0}}.beta-watch .title{text-align:center;color:#ffc44e;margin-bottom:7px;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:22px}.beta-watch .title img{vertical-align:sub;width:2%;height:auto;margin-right:6px}.beta-watch #devotional-span img{width:2.8%}.beta-watch .draggable{padding-left:40px}.beta-watch .beta-watch-devotionals-section,.beta-watch .beta-watch-popular-section,.beta-watch .discovery-section,.beta-watch .favorites-section{border-bottom:2px solid #fff;min-height:250px;padding:8px 0 16px}@media screen and (width>=501px) and (width<=780px){.beta-watch .beta-watch-devotionals-section,.beta-watch .beta-watch-popular-section,.beta-watch .discovery-section,.beta-watch .favorites-section{min-height:190px}}.beta-watch .beta-watch-popular-section,.beta-watch .discovery-section{background:#237474}.beta-watch .beta-popular-slide,.beta-watch .devotional-slide,.beta-watch .discovery-slide,.beta-watch .favorites-slide{height:188px}.beta-watch .beta-popular-slide .slider-video-info,.beta-watch .devotional-slide .slider-video-info,.beta-watch .discovery-slide .slider-video-info,.beta-watch .favorites-slide .slider-video-info{margin-top:10px;padding:0 14px}.beta-watch .beta-popular-slide .slider-video-info .slider-video-info-top,.beta-watch .devotional-slide .slider-video-info .slider-video-info-top,.beta-watch .discovery-slide .slider-video-info .slider-video-info-top,.beta-watch .favorites-slide .slider-video-info .slider-video-info-top{color:#fff;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:11px;line-height:8px;overflow:hidden}.beta-watch .beta-popular-slide .slider-video-info .slider-video-info-bottom,.beta-watch .devotional-slide .slider-video-info .slider-video-info-bottom,.beta-watch .discovery-slide .slider-video-info .slider-video-info-bottom,.beta-watch .favorites-slide .slider-video-info .slider-video-info-bottom{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans-300,sans-serif;font-size:12px;font-weight:700;overflow:hidden}.beta-watch .empty-favorites{color:#237474;text-align:center;padding:5% 0;font-family:urbane-rounded,Sofia-Pro,sans-serif;font-size:20px}.beta-watch .beta-popular-carousel-img,.beta-watch .devotional-carousel-img,.beta-watch .discovery-carousel-img,.beta-watch .favorites-carousel-img{width:90%;margin:0 auto}.beta-watch .beta-popular-carousel-img a img,.beta-watch .devotional-carousel-img a img,.beta-watch .discovery-carousel-img a img,.beta-watch .favorites-carousel-img a img{border:4px solid #ffc44e;width:100%;height:auto;box-shadow:0 13px 26px -4px #00000080}.beta-watch .slick-arrow[aria-disabled=true]{opacity:0;transition:all .48s}.beta-watch:focus,.beta-watch .beta-next-arrow,.beta-watch .beta-prev-arrow{z-index:2147483647;border-radius:0;transition:all .3s;top:42%;background:#ef6a3b!important;width:50px!important;height:133%!important}.beta-watch:focus:before,.beta-watch .beta-next-arrow:before,.beta-watch .beta-prev-arrow:before{color:#fff!important;opacity:1!important}.beta-watch:focus:hover,.beta-watch .beta-next-arrow:hover,.beta-watch .beta-prev-arrow:hover{transition:all .3s;background:#ffc44e!important;width:80px!important;height:138%!important}.beta-watch .beta-next-arrow{transition:all .3s;box-shadow:-12px 0 36px -9px #00000080;right:0!important}.beta-watch .beta-next-arrow:hover{border:2px solid #fff;border-right:none;border-top-left-radius:20px;border-bottom-left-radius:20px;transition:all .3s;box-shadow:-24px 0 36px -9px #00000080}.beta-watch .beta-prev-arrow{transition:all .3s;box-shadow:12px 0 36px -9px #00000080;left:0!important}.beta-watch .beta-prev-arrow:hover{border:2px solid #fff;border-left:none;border-top-right-radius:20px;border-bottom-right-radius:20px;transition:all .3s;box-shadow:24px 0 36px -9px #00000080}.beta-watch .all-shows-section{float:left;width:100%;margin-right:2.35765%;display:block}.beta-watch .all-shows-section:last-child{margin-right:0}.beta-watch .all-shows-section{background:#39bbbb;padding:30px 60px}@media screen and (width>=501px) and (width<=780px){.beta-watch .all-shows-section{padding:30px 20px}}.beta-watch .all-shows-section span{color:#fff;margin-bottom:30px;font-size:28px;display:block}.beta-watch .all-shows-section .all-shows-grid{float:left;width:100%;margin-right:2.35765%;display:block}.beta-watch .all-shows-section .all-shows-grid:last-child{margin-right:0}.beta-watch .all-shows-section .all-shows-grid .all-shows-each{float:left;width:14.702%;margin-right:2.35765%;display:block}.beta-watch .all-shows-section .all-shows-grid .all-shows-each:last-child,.beta-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(6n){margin-right:0}.beta-watch .all-shows-section .all-shows-grid .all-shows-each:nth-child(6n+1){clear:left}.beta-watch .all-shows-section .all-shows-grid .all-shows-each{margin-bottom:30px;position:relative}.beta-watch .all-shows-section .all-shows-grid .all-shows-each .all-shows-series-img{cursor:pointer;box-shadow:0 13px 26px -4px #0000004d}.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow{z-index:2147483647;position:absolute;top:5.4vw;right:-10px}@media screen and (width>=501px) and (width<=780px){.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow{top:4.5vw;right:-6px}}.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow img{box-shadow:none;width:40px}@media screen and (width>=501px) and (width<=780px){.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow img{width:28px}}.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow img:hover{cursor:pointer}.beta-watch .all-shows-section .all-shows-grid .all-shows-each .hover-arrow-hidden,.beta-watch .all-shows-section .expanded-series-container{display:none}.beta-watch .all-shows-section .display-expanded-series{display:block}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.whats-on-hero{text-align:center;color:#fff;background-color:#fff;background-image:url(https://res.cloudinary.com/ctv/image/upload/v1/reskin/hero-background.png);background-repeat:no-repeat;background-size:280% 100%;border-radius:0 0 85% 85%/17%;width:104%;margin-top:30px;padding-top:30px;font-family:tide-sans-300,sans-serif;font-size:18px;position:relative;left:-2%}@media screen and (width>=781px) and (width<=960px){.whats-on-hero{background-size:auto 100%;height:400px;padding-top:50px}}@media screen and (width>=501px) and (width<=780px){.whats-on-hero{height:440px;padding-top:50px}}@media screen and (width>=961px) and (width<=1049px){.whats-on-hero{background-size:auto 100%;height:439px;padding-top:70px}}@media screen and (width>=1050px){.whats-on-hero{background-size:auto 100%;height:450px;padding-top:90px}}@media screen and (width>=1550px){.whats-on-hero{background-size:100%}}@media screen and (width<=500px){.whats-on-hero{background-image:unset}}.whats-on-hero .woh-inner{padding-top:2em}@media screen and (width<=500px){.whats-on-hero .woh-inner{padding:2em 1em}}@media screen and (width>=501px) and (width<=780px){.whats-on-hero .woh-inner{padding:2em}}.whats-on-hero .woh-inner .woh-title{justify-content:center;display:flex}.whats-on-hero .woh-inner .woh-title h1{color:#3bbebe;background-color:#fff;font-family:urbane-rounded-bold;font-size:40px;font-weight:400}@media screen and (width<=500px){.whats-on-hero .woh-inner .woh-title h1{font-size:32px}}@media screen and (width>=1050px){.whats-on-hero .woh-inner .woh-title h1{width:654px;font-size:46px}}@media screen and (width>=781px) and (width<=960px){.whats-on-hero .woh-inner .woh-title{padding:0 19%}}@media screen and (width>=961px) and (width<=1049px){.whats-on-hero .woh-inner .woh-title{padding:0 26%}}@media screen and (width>=501px) and (width<=780px){.whats-on-hero .woh-inner .woh-title{padding:0 9%}}.whats-on-hero .woh-inner .woh-button{margin-top:1em;margin-bottom:1em;font-size:24px}@media screen and (width<=500px){.whats-on-hero .woh-inner .woh-button{font-size:20px}}.whats-on-hero .woh-inner .woh-button button{border-radius:20px;box-shadow:0 16px 20px -10px #0000004d;background:#f0614b!important}.whats-on-hero .woh-inner .woh-pricing-copy{color:#303672}.whats-on-hero .woh-inner .woh-pricing-copy span{font-weight:700}.whats-on-hero .woh-inner .woh-pricing{text-shadow:1px 2px #322752;font-size:24px;font-weight:700}.series-collection-container{background-color:#303672}.series-collection-container:after{clear:both;content:"";display:block}.series-collection-container{max-width:100%;margin-top:-35px;margin-left:auto;margin-right:auto;padding:55px 1em 1em}@media screen and (width>=1550px){.series-collection-container{max-width:unset}}.series-collection-container .grid-items-lines:after{display:unset}.series-collection-container .grid-item-whatson{background-color:#303672;max-height:154px;padding:.6em}@media screen and (width<=500px){.series-collection-container .grid-item-whatson{width:50%;height:auto;max-height:140px;padding:.8em}}@media screen and (width>=501px) and (width<=780px){.series-collection-container .grid-item-whatson{max-height:105px}}@media screen and (width>=781px) and (width<=960px){.series-collection-container .grid-item-whatson{max-height:140px}}@media screen and (width>=961px) and (width<=1049px){.series-collection-container .grid-item-whatson{max-height:95px}}@media screen and (width>=1050px){.series-collection-container .grid-item-whatson{max-height:95px}}@media screen and (width>=1550px){.series-collection-container .grid-item-whatson{max-height:150px}}.series-collection-container .grid-item-whatson img{opacity:1;width:100%;height:auto}.beta-series{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series:last-child{margin-right:0}.beta-series{background:linear-gradient(270deg,#3330,#333333e6);min-height:700px}@media screen and (width>=781px) and (width<=960px){.beta-series{background:#333333b3}}@media screen and (width>=501px) and (width<=780px){.beta-series{background:#333333b3}}@media screen and (width<=500px){.beta-series{background:#333333b3;padding-top:40px}}.beta-series .beta-series-info-left{float:left;width:48.8212%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left:last-child{margin-right:0}.beta-series .beta-series-info-left{min-height:700px;position:relative}@media screen and (width>=501px) and (width<=780px){.beta-series .beta-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left:last-child{margin-right:0}}@media screen and (width<=500px){.beta-series .beta-series-info-left{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left:last-child{margin-right:0}}.beta-series .beta-series-info-left .scroll-header{float:left;width:48.8212%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left .scroll-header:last-child{margin-right:0}.beta-series .beta-series-info-left .scroll-header{z-index:99999999;position:fixed;bottom:0}@media screen and (width>=501px) and (width<=780px){.beta-series .beta-series-info-left .scroll-header{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left .scroll-header:last-child{margin-right:0}}@media screen and (width<=500px){.beta-series .beta-series-info-left .scroll-header{float:left;width:100%;margin-right:2.35765%;display:block}.beta-series .beta-series-info-left .scroll-header:last-child{margin-right:0}.beta-series .beta-series-info-left .scroll-header{bottom:-2px}}.beta-series .beta-series-info-left .scroll-header .scroll-header-background{float:left;width:65.057%;margin-right:4.82916%;display:block}.beta-series .beta-series-info-left .scroll-header .scroll-header-background:last-child{margin-right:0}.beta-series .beta-series-info-left .scroll-header .scroll-header-background{background-color:#303672e6;border:none;border-left:4px solid #fff;border-right:4px solid #fff;border-top-left-radius:20px;border-top-right-radius:20px;height:80px;margin-left:17.4715%;padding:12px 5%;box-shadow:0 -5px 16px #3339}@media screen and (width<=500px){.beta-series .beta-series-info-left .scroll-header .scroll-header-background{width:100%;margin-left:0}}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-logo{float:left;width:57.6594%;margin-right:5.85151%;display:block}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-logo:last-child{margin-right:0}@media screen and (width<=500px){.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-logo{display:none}}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-logo img{width:auto;max-height:60px;padding:1% 0}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist{float:left;width:36.4891%;margin-right:5.85151%;display:block}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist:last-child{margin-right:0}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist{float:right;text-align:right;height:0;margin-top:10px;font-size:3em}@media screen and (width<=500px){.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist{float:none;text-align:left;width:auto}}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist a{color:#fff}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist{justify-content:end;align-items:center;display:flex}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist img{order:2}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist .series_watchlist-text{height:0;margin-top:-19px;padding-right:10px;font-size:12px}@media screen and (width>=961px) and (width<=1049px){.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist .series_watchlist-text{margin-top:-35px}}@media screen and (width>=781px) and (width<=960px){.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist .series_watchlist-text{margin-top:-28px}}.beta-series .beta-series-info-left .scroll-header .scroll-header-background .scroll-playlist .my-watchlist .added img{width:30px;height:30px;margin-bottom:25px}.beta-series .beta-series-info-left .video-list{float:left;width:65.057%;margin-right:4.82916%;display:block}.beta-series .beta-series-info-left .video-list:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list{margin-left:17.4715%;padding-bottom:80px}@media screen and (width<=500px){.beta-series .beta-series-info-left .video-list{float:left;width:100%;margin-right:4.82916%;display:block}.beta-series .beta-series-info-left .video-list:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list{margin-left:0%;padding:0 20px}}.beta-series .beta-series-info-left .video-list .beta-series-logo{float:left;width:100%;margin-right:5.85151%;display:block}.beta-series .beta-series-info-left .video-list .beta-series-logo:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .beta-series-logo{height:80px;margin-top:70px;margin-bottom:20px}@media screen and (width<=500px){.beta-series .beta-series-info-left .video-list .beta-series-logo{height:60px}}.beta-series .beta-series-info-left .video-list .beta-series-logo .bs-logo{float:left;width:57.6594%;margin-right:5.85151%;display:block}.beta-series .beta-series-info-left .video-list .beta-series-logo .bs-logo:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .beta-series-logo .bs-logo img{width:auto;max-height:80px;padding:1% 0}@media screen and (width<=500px){.beta-series .beta-series-info-left .video-list .beta-series-logo .bs-logo img{max-height:60px}}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon{float:left;width:36.4891%;margin-right:5.85151%;display:block}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon{float:right;text-align:right;height:0;margin-top:20px}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon .my-watchlist{display:block}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon .my-watchlist img{order:2}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon .my-watchlist .series_watchlist-text{height:0;margin-top:-19px;padding-right:10px;font-size:12px}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon .my-watchlist .added img{width:30px;height:30px;margin-bottom:25px}.beta-series .beta-series-info-left .video-list .beta-series-logo .playlist-icon a{color:#fff}.beta-series .beta-series-info-left .video-list .beta-series-logo img{width:70%}.beta-series .beta-series-info-left .video-list .video-img{clear:both;position:relative}.beta-series .beta-series-info-left .video-list .video-img .vid-play-button{box-shadow:none;border:none;width:14%;position:absolute;bottom:20px;left:20px}.beta-series .beta-series-info-left .video-list .video-img img{border:4px solid #ffc44e;box-shadow:0 13px 26px -4px #00000080}.beta-series .beta-series-info-left .video-list .video-img .ribbon-wrapper{width:85px;height:85px;position:absolute;bottom:5px;right:-1px;overflow:hidden}.beta-series .beta-series-info-left .video-list .video-img .ribbon-wrapper .ribbon{color:#fff;text-align:center;background-color:#f0614b;width:120px;padding:20px 0 0;font-family:tide-sans,sans-serif;font-size:.8em;line-height:1.5em;position:relative;top:43px;left:-5px;transform:rotate(-45deg);box-shadow:0 0 3px #0000004d}.beta-series .beta-series-info-left .video-list .series-title{float:left;width:73.1443%;margin-right:7.42297%;display:block}.beta-series .beta-series-info-left .video-list .series-title:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .series-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans,sans-serif;font-size:20px;overflow:hidden}.beta-series .beta-series-info-left .video-list .video-title{float:left;width:73.1443%;margin-right:7.42297%;display:block}.beta-series .beta-series-info-left .video-list .video-title:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .video-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:-5px;font-family:tide-sans-300,sans-serif;font-size:20px;overflow:hidden}.beta-series .beta-series-info-left .video-list .favorite-button{float:left;width:19.4328%;margin-right:7.42297%;display:block}.beta-series .beta-series-info-left .video-list .favorite-button:last-child{margin-right:0}.beta-series .beta-series-info-left .video-list .favorite-button{float:right;margin-right:0}.beta-series .beta-series-info-left .video-list .favorite-button .my-favorites{float:right;margin-top:-18px}.beta-series .beta-series-info-left .video-list .favorite-button .my-favorites button{color:#fff;background-color:#0000;padding:0;font-size:2em}.beta-series .beta-series-info-left .video-list .playback-position{margin-bottom:30px}.beta-series .beta-series-info-left .video-list .playback-position progress{color:#f2644c;border:0;border-radius:100px;width:100%;height:6px}.beta-series .beta-series-info-left .video-list .playback-position progress::-webkit-progress-bar{background:#d8d8d8;border-radius:100px}.beta-series .beta-series-info-left .video-list .playback-position progress::-webkit-progress-value{background:#f2644c;border-radius:100px}.beta-series .beta-series-info-left .video-list .playback-position progress::-moz-progress-bar{background:#f2644c;border-radius:100px}.beta-series #series-image-hero{z-index:-2147483648;position:fixed;top:60px;right:0}@media screen and (width>=501px) and (width<=780px){.beta-series #series-image-hero{right:-70px}}@media screen and (width<=500px){.beta-series #series-image-hero{right:-60px}}.beta-series #series-image-hero img{width:auto;min-width:1520px;height:100vh}@media screen and (width>=501px) and (width<=780px){.beta-series #series-image-hero img{min-width:2000px}}.fullscreen{z-index:99999999!important;border:none!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important;overflow:hidden!important}.fullscreen .exit-fullscreen{color:#3bbebe;z-index:2147483647;opacity:.3;font-size:40px;position:absolute;top:25px;left:25px}.fullscreen .exit-fullscreen:hover{opacity:1}.watchlist .slick-track{float:left}.watchlist .slick-slider{margin-top:0}@media screen and (width>=961px) and (width<=1049px){.watchlist .slick-slider{margin-top:0}}@media screen and (width<=960px){.watchlist .slick-slider{margin-top:20px}}@media screen and (width<=582px){.watchlist .slick-slider{margin-top:20px}}@media screen and (width<=500px){.watchlist .slick-slider{margin-top:20px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.new-series-container:after{clear:both;content:"";display:block}.new-series-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-top:1%;padding-bottom:2%}.new-series-container form{float:left;width:100%;margin-right:2.35765%;display:block}.new-series-container form:last-child{margin-right:0}.new-series-container form .manage-categories-button{display:none}.new-series-container form .images-container{float:left;width:31.7616%;margin-right:2.35765%;display:block}.new-series-container form .images-container:last-child{margin-right:0}.new-series-container form .images-container .img-container{float:left;width:100%;margin-right:7.42297%;display:block}.new-series-container form .images-container .img-container:last-child{margin-right:0}.new-series-container form .images-container .img-container{height:auto;margin-bottom:20px;padding-top:1%;overflow:hidden}.new-series-container form .images-container .img-container img{opacity:.475}.new-series-container form .images-container .img-container .file-picker{height:218px;padding-top:84px;padding-left:92px;position:relative;top:-218px}.new-series-container form .images-container .logo-container{float:left;width:46.2885%;margin-right:7.42297%;display:block}.new-series-container form .images-container .logo-container:last-child{margin-right:0}.new-series-container form .images-container .logo-container{margin-bottom:20px}.new-series-container form .images-container .hero-container{float:left;width:46.2885%;margin-right:7.42297%;display:block}.new-series-container form .images-container .hero-container:last-child{margin-right:0}.new-series-container form .images-container .hero-container{margin-bottom:20px}.new-series-container form .images-container input{font-size:.7em}.new-series-container form .series-content-container{float:left;width:65.8808%;margin-right:2.35765%;display:block}.new-series-container form .series-content-container:last-child{margin-right:0}.new-series-container form .series-content-container{margin-right:0;padding-top:16px}.new-series-container form .series-content-container label{color:#473874;z-index:2;padding:2px 0 0 10px;font-size:9px;display:block;position:relative}.new-series-container form .series-content-container ::-webkit-input-placeholder{font-style:italic}.new-series-container form .series-content-container :-moz-placeholder-shown{font-style:italic}.new-series-container form .series-content-container ::-moz-placeholder{font-style:italic}.new-series-container form .series-content-container :-ms-placeholder-shown{font-style:italic}.new-series-container form .series-content-container .fl_wrap{margin-bottom:12px}.new-series-container form .series-content-container .fl_input{z-index:1;background:#fff;border:1px solid #473874;border-radius:4px;height:100%;font-size:16px}.new-series-container form .series-content-container #desc-box{height:272px;padding-top:11px}.new-series-container form .actions{float:left;width:100%;margin-right:2.35765%;display:block}.new-series-container form .actions:last-child{margin-right:0}.new-series-container form .actions{text-align:right}.new-series-container form .actions #series_save{background-color:#45b345;border:1px solid #45b345}.new-series-container form .actions #series_save:hover{color:#45b345;background-color:#fff}.new-series-container form .actions button{background-color:#45b345;border:1px solid #45b345}.new-series-container form .actions button:hover{color:#45b345;background-color:#f2f2f2;border:1px solid #45b345}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.edit-series-container:after{clear:both;content:"";display:block}.edit-series-container{max-width:1600px;margin-left:auto;margin-right:auto;padding:1% 2% 2%}.edit-series-container .cancel-button{background:#979797}.edit-series-container .save-button{background:#45b345;border:1px solid #45b345}.edit-series-container .save-button:hover{color:#45b345;background-color:#fff}.edit-series-container .delete-button{background:red}.edit-series-container .schedule-button{background-color:#f4e241;border:1px solid #f4e241}.edit-series-container .schedule-button:hover{background-color:#fff}.edit-series-container .schedule-button:disabled{color:gray}.edit-series-container form{float:left;width:100%;margin-right:2.35765%;display:block}.edit-series-container form:last-child{margin-right:0}.edit-series-container form .images-container{float:left;width:31.7616%;margin-right:2.35765%;display:block}.edit-series-container form .images-container:last-child{margin-right:0}.edit-series-container form .images-container .img-container{float:left;width:100%;margin-right:7.42297%;display:block}.edit-series-container form .images-container .img-container:last-child{margin-right:0}.edit-series-container form .images-container .img-container{height:auto;margin-bottom:20px;padding-top:1%;overflow:hidden}.edit-series-container form .images-container .img-container img{opacity:.475}.edit-series-container form .images-container .img-container .file-picker{height:218px;padding-top:84px;padding-left:92px;position:relative;top:-218px}.edit-series-container form .images-container .logo-container{float:left;width:46.2885%;margin-right:7.42297%;display:block}.edit-series-container form .images-container .logo-container:last-child{margin-right:0}.edit-series-container form .images-container .logo-container{margin-bottom:20px}.edit-series-container form .images-container .hero-container{float:left;width:46.2885%;margin-right:7.42297%;display:block}.edit-series-container form .images-container .hero-container:last-child{margin-right:0}.edit-series-container form .images-container .hero-container{margin-bottom:20px}.edit-series-container form .images-container input{font-size:.7em}.edit-series-container form .series-content-container{float:left;width:65.8808%;margin-right:2.35765%;display:block}.edit-series-container form .series-content-container:last-child{margin-right:0}.edit-series-container form .series-content-container{margin-right:0;padding-top:16px}.edit-series-container form .series-content-container label{color:#473874;z-index:2;padding:2px 0 0 10px;font-size:9px;display:block;position:relative}.edit-series-container form .series-content-container ::-webkit-input-placeholder{font-style:italic}.edit-series-container form .series-content-container :-moz-placeholder-shown{font-style:italic}.edit-series-container form .series-content-container ::-moz-placeholder{font-style:italic}.edit-series-container form .series-content-container :-ms-placeholder-shown{font-style:italic}.edit-series-container form .series-content-container .fl_wrap{margin-bottom:12px}.edit-series-container form .series-content-container .fl_input{z-index:1;background:#fff;border:1px solid #473874;border-radius:4px;height:100%;font-size:16px}.edit-series-container form .series-content-container #desc-box{height:272px;padding-top:11px}.edit-series-container form .actions{float:left;width:100%;margin-right:2.35765%;display:block}.edit-series-container form .actions:last-child{margin-right:0}.edit-series-container form .actions{text-align:right}.edit-series-container .video-table{background-color:#fdf2f2}.edit-series-container .add-new-video{float:right}.edit-series-container .add-new-video button{background-color:#473874;border:1px solid #473874;margin-right:10px}.edit-series-container .add-new-video button:hover{color:#473874;background-color:#fff}.edit-series-container .vms-actions select{display:inline-block}.edit-series-container .video-table{text-align:center;overflow-wrap:break-word}.edit-series-container .video-table .select-header{width:145px}.edit-series-container .video-table .tiny-header{width:60px}.edit-series-container .video-table .small-header{width:90px}.edit-series-container .video-table .medium-header{width:120px}.edit-series-container .video-table .large-header{width:150px}.edit-series-container .video-table .expanded-header.name-header{width:50%}.edit-series-container .video-table .expanded-header.description-header{width:60%}.edit-series-container .video-table .expanded-header.description-content{height:200px;max-height:200px;resize:auto}.edit-series-container .video-table .expanded-header.long-description-header{width:60%}.edit-series-container .video-table .expanded-header.long-description-content{height:200px;max-height:200px;resize:auto}@keyframes anim-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.edit-series-container .video-table .vms-ko-actions .edit-actions button{width:80px;display:none}.edit-series-container .video-table .vms-ko-actions .edit-actions button:first-of-type{margin-bottom:4px}.edit-series-container .video-table .vms-ko-actions.no-process .process-status{display:none}.edit-series-container .video-table .vms-ko-actions.no-process .edit-actions button{display:block}.edit-series-container .video-table .vms-ko-actions.pending-process i{color:#f4dc42;animation:2s linear infinite anim-rotate}.edit-series-container .video-table .vms-ko-actions.pending-process .selectable-cell{display:none}.edit-series-container .video-table .vms-ko-actions.error-process{color:red}.edit-series-container .video-table .vms-ko-actions.success-process{color:#45b345}.edit-series-container .video-table .vms-ko-actions.success-process .selectable-cell{display:none}.edit-series-container .video-table .process-status i,.edit-series-container .video-table .process-status span{font-weight:700}.edit-series-container .video-table .process-status i{font-size:1.5rem;display:inline-block;position:relative;top:.2rem}.edit-series-container .video-table .focusable-input:focus{background-color:#eaffff}.edit-series-container .video-table .truncated{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.edit-series-container .video-table textarea{resize:none;min-height:50px;max-height:100px;overflow:hidden}.edit-series-container .video-table .ui-selectable-helper{visibility:hidden}.edit-series-container .video-table .ui-selected,.edit-series-container .video-table .ui-selecting,.edit-series-container .video-table .vms-selected{background-color:#faeb7d}.edit-series-container .video-table .ui-selected:hover td,.edit-series-container .video-table .ui-selecting:hover td,.edit-series-container .video-table .vms-selected:hover td{background-color:#f7e033}.edit-series-container .video-table .ui-selected .episode-number,.edit-series-container .video-table .ui-selected .episode-rating,.edit-series-container .video-table .ui-selected a,.edit-series-container .video-table .ui-selected img,.edit-series-container .video-table .ui-selected input,.edit-series-container .video-table .ui-selecting .episode-number,.edit-series-container .video-table .ui-selecting .episode-rating,.edit-series-container .video-table .ui-selecting a,.edit-series-container .video-table .ui-selecting img,.edit-series-container .video-table .ui-selecting input,.edit-series-container .video-table .vms-selected .episode-number,.edit-series-container .video-table .vms-selected .episode-rating,.edit-series-container .video-table .vms-selected a,.edit-series-container .video-table .vms-selected img,.edit-series-container .video-table .vms-selected input{pointer-events:none;cursor:default;color:gray;opacity:.5}.edit-series-container .edit-labels-container{float:left;width:100%;margin-right:2.35765%;display:block}.edit-series-container .edit-labels-container:last-child{margin-right:0}.edit-series-container .labels-list-container{float:left;width:48.8212%;margin-right:2.35765%;display:block}.edit-series-container .labels-list-container:last-child{margin-right:0}.edit-series-container .labels-list-container{color:#979797}.edit-series-container .labels-list{border:1px solid #979797;border-radius:3px;min-width:17rem;padding:1rem}.edit-series-container .labels-list li{cursor:move;background-color:#eaeaea;border-radius:24px;margin:0 0 10px;padding:0 0 0 1rem;font-size:1.25rem}.edit-series-container .labels-list li:hover{color:#fff;background-color:#473874}.edit-series-container .c-fields select{display:inline-block}.edit-series-container .action-button{display:block;position:relative;top:-120px}.edit-series-container .current li{color:#fff;background-color:#473874}.edit-series-container .calendar-modal .pull-left,.edit-series-container .calendar-modal .pull-right{display:inline-block}.edit-series-container .calendar-modal .calendar-actions{margin-left:15px}.edit-series-container .calendar-modal .action-button{display:block;position:relative;top:-120px}.edit-series-container .calendar-modal .cancel{margin-top:20px}.edit-series-container .calendar-modal .calendar-warnings{color:red}.edit-series-container .calendar-modal .calendar-warnings .gray-warning{color:#696969}.edit-series-container .schedule-job-row .job-info-remove{text-align:center}.edit-series-container .schedule-job-row .job-info-row{justify-content:space-between;display:flex}.edit-series-container .error-modal{text-align:center}.edit-series-container .error-modal .error-modal-message{color:red;margin:1rem;font-size:1.5rem;font-weight:700}.edit-series-container .calendar-modal,.edit-series-container .error-modal,.edit-series-container .featured-error,.edit-series-container .featured-modal,.edit-series-container .schedule-jobs-error,.edit-series-container .schedule-jobs-modal{display:none}.edit-series-container .vms-video-preview .modal-trigger{width:auto;margin:0;padding:0}.edit-series-container .vms-video-preview .modal-inner{width:53%;max-height:85%;overflow:visible}.edit-series-container .vms-video-preview .modal-inner video{max-width:800px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.greyed-out{opacity:.4}.player{background-color:#000;border:2px solid #fff;height:0;padding-bottom:56%;position:relative;overflow:hidden}@media screen and (width>=501px) and (width<=780px){.player{border:none}}@media screen and (width<=500px){.player{border:none}}.player .logged-out-player img{width:auto;height:auto;display:block}.player .player-auth-error{text-align:center;color:#fff;z-index:99999;width:100%;height:325px;padding-top:118px;font-size:30px;font-weight:400;line-height:34px;position:absolute;top:0}@media screen and (width<=500px){.player .player-auth-error{height:245px;padding-top:15%}}.player #vimeoplayer,.player #vimeoplayer iframe{width:100%;height:100%;position:absolute;top:0;left:0}.player .player-poster{width:100%}.iframe-player{overflow:initial;border:none;padding-bottom:0}.player-poster,.video-controls,.transition-content{display:none}.player-poster{opacity:.3}.video-control-modal{background:#000}.video-control-modal .video-iframe{display:none}.video-control-modal .player-poster{display:block}#xdr-mobile-modal .video-controls{margin-top:33%;display:none}#xdr-mobile-modal .video-controls.landscape-mode{margin-top:1rem}@media screen and (width>=501px) and (width<=780px){#xdr-mobile-modal .video-controls{display:flex}}@media screen and (width<=500px){#xdr-mobile-modal .video-controls{display:flex}}.video-control-modal .video-controls{display:flex}@media screen and (width>=501px) and (width<=780px){.video-control-modal .video-controls{display:none}}@media screen and (width<=500px){.video-control-modal .video-controls{display:none}}.video-controls{text-align:center;z-index:1001;flex-direction:column;width:100%;margin-top:1rem;display:none;position:absolute}.video-controls button{border:2px solid #fff;border-radius:6px;width:14rem;height:4rem;margin:1rem auto;font-weight:700}.video-controls .controls-resume{background:#473874;top:0}.video-controls .controls-return{background:#333}.transition-player .player-poster,.transition-player .transition-content{background-color:#00000080;display:block;z-index:2147483647!important;padding-top:20%!important}.transition-text,.transition-title{text-align:center;z-index:10;width:100%;font-size:2rem;font-weight:700;position:absolute}@media screen and (width>=501px) and (width<=780px){.transition-text,.transition-title{font-size:1.5rem}}@media screen and (width<=500px){.transition-text,.transition-title{font-size:1.5rem}}.transition-text{color:#fff;margin-top:3rem;font-family:tide-sans-300,sans-serif}@media screen and (width>=501px) and (width<=780px){.transition-text{margin-top:0}}@media screen and (width<=500px){.transition-text{margin-top:0}}.transition-title{color:#fff;font-family:tide-sans,sans-serif}@media screen and (width>=501px) and (width<=780px){.transition-title{margin-top:5rem}}@media screen and (width<=500px){.transition-title{margin-top:5rem}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.new-video-container:after{clear:both;content:"";display:block}.new-video-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-top:1%;padding-bottom:2%}.new-video-container form{float:left;width:100%;margin-right:2.35765%;display:block}.new-video-container form:last-child{margin-right:0}.new-video-container form .img-container{float:left;width:31.7616%;margin-right:2.35765%;display:block}.new-video-container form .img-container:last-child{margin-right:0}.new-video-container form .img-container{height:260px;padding-top:1%}.new-video-container form .img-container img{opacity:.475}.new-video-container form .img-container .file-picker{height:218px;padding-top:84px;padding-left:92px;position:relative;top:-218px}.new-video-container form .video-content-container{float:left;width:65.8808%;margin-right:2.35765%;display:block}.new-video-container form .video-content-container:last-child,.new-video-container form .video-content-container{margin-right:0}.new-video-container form .video-content-container label{color:#473874;padding:2px 0 0 10px;font-size:9px;display:block}.new-video-container form .video-content-container ::-webkit-input-placeholder{font-style:italic}.new-video-container form .video-content-container :-moz-placeholder-shown{font-style:italic}.new-video-container form .video-content-container ::-moz-placeholder{font-style:italic}.new-video-container form .video-content-container :-ms-placeholder-shown{font-style:italic}.new-video-container form .video-content-container .fl_wrap{margin-bottom:12px}.new-video-container form .video-content-container .fl_input{border:1px solid #473874;border-radius:4px;height:100%;font-size:16px}.new-video-container form .video-content-container #vid-desc-box{height:157px;padding-top:11px}.new-video-container form .video-content-container textarea{height:200px}.new-video-container form .video-content-container .video-checkboxes input,.new-video-container form .video-content-container .video-checkboxes label{display:inline}.new-video-container form .video-file-container{float:left;width:100%;margin-right:2.35765%;display:block}.new-video-container form .video-file-container:last-child{margin-right:0}.new-video-container form .actions{float:left;width:100%;margin-right:2.35765%;display:block}.new-video-container form .actions:last-child{margin-right:0}.new-video-container form .actions{text-align:right}.new-video-container form .actions .video-checkboxes{vertical-align:-webkit-baseline-middle;padding-right:30px;display:inline-flex}.new-video-container form .actions .video-checkboxes input,.new-video-container form .actions .video-checkboxes label{padding-left:20px;display:inline}.new-video-container form .actions #series_save{border:1px solid #3bbebe}.new-video-container form .actions #series_save:hover{color:#3bbebe;background-color:#fff}.new-video-container form .actions button{background-color:#45b345;border:1px solid #45b345}.new-video-container form .actions button:hover{color:#45b345;background-color:#fff;border:1px solid #45b345}.new-video-container form .actions button #video_publish{background-color:#00f}.new-video-container form .video-checkboxes label{font-size:16px}.new-video-container .vms-video-preview .modal-trigger{width:200px;margin:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.edit-video-container:after{clear:both;content:"";display:block}.edit-video-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-top:1%;padding-bottom:2%}.edit-video-container form{float:left;width:100%;margin-right:2.35765%;display:block}.edit-video-container form:last-child{margin-right:0}.edit-video-container form .img-container{float:left;width:31.7616%;margin-right:2.35765%;display:block}.edit-video-container form .img-container:last-child{margin-right:0}.edit-video-container form .img-container{height:260px;padding-top:1%;overflow:hidden}.edit-video-container form .img-container img{opacity:.475}.edit-video-container form .img-container .file-picker{height:218px;padding-top:84px;padding-left:92px;position:relative;top:-218px}.edit-video-container form .img-container .progress{display:none!important}.edit-video-container form .video-content-container{float:left;width:65.8808%;margin-right:2.35765%;display:block}.edit-video-container form .video-content-container:last-child,.edit-video-container form .video-content-container{margin-right:0}.edit-video-container form .video-content-container label{color:#473874;padding:2px 0 0 10px;font-size:9px;display:block}.edit-video-container form .video-content-container ::-webkit-input-placeholder{font-style:italic}.edit-video-container form .video-content-container :-moz-placeholder-shown{font-style:italic}.edit-video-container form .video-content-container ::-moz-placeholder{font-style:italic}.edit-video-container form .video-content-container :-ms-placeholder-shown{font-style:italic}.edit-video-container form .video-content-container .fl_wrap{margin-bottom:12px}.edit-video-container form .video-content-container .fl_input{border:1px solid #473874;border-radius:4px;height:100%;font-size:16px}.edit-video-container form .video-content-container #vid-desc-box{height:157px;padding-top:11px}.edit-video-container form .video-content-container textarea{height:200px}.edit-video-container form .video-file-container{float:left;width:100%;margin-right:2.35765%;display:block}.edit-video-container form .video-file-container:last-child{margin-right:0}.edit-video-container form .actions{float:left;width:100%;margin-right:2.35765%;display:block}.edit-video-container form .actions:last-child{margin-right:0}.edit-video-container form .actions{text-align:right}.edit-video-container form .actions .video-checkboxes{vertical-align:-webkit-baseline-middle;padding-right:30px;display:inline-flex}.edit-video-container form .actions .video-checkboxes input,.edit-video-container form .actions .video-checkboxes label{padding-left:20px;display:inline}.edit-video-container form .actions #series_save{border:1px solid #45b345}.edit-video-container form .actions #series_save:hover{color:#45b345;background-color:#fff}.edit-video-container form .actions #video-delete{background-color:#c60000;border:none}.edit-video-container form .actions #video-delete:hover{color:#fff}.edit-video-container form .actions button{background-color:#45b345;border:1px solid #45b345}.edit-video-container form .actions button:hover{color:#45b345;background-color:#fff;border:1px solid #45b345}.edit-video-container form .actions button #video_publish{background-color:#00f}.edit-video-container form .video-checkboxes label{font-size:16px}.edit-video-container .video-read-only-container{float:left;width:100%;margin-right:2.35765%;display:block}.edit-video-container .video-read-only-container:last-child{margin-right:0}.edit-video-container .video-read-only-container label,.edit-video-container .video-read-only-container div{display:inline}.video-preview .modal-fade-screen{height:950px}.video-preview .modal-fade-screen video{height:325px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.tooltip{border-radius:8px;padding:10px;display:none}.tooltip .title{color:#fff;margin-bottom:16px;font-family:arboria,sans-serif;font-size:18px;font-weight:700;line-height:22px}.tooltip .rating{margin-bottom:8px;display:inline-block}.tooltip .rating img{width:auto;max-height:24px}.tooltip .description{color:#fff;margin-bottom:14px;font-size:14px;line-height:16px}.tooltip .episodes{color:#fff;margin-bottom:18px;font-size:14px;line-height:17px}.tooltip .add-to-watchlist,.tooltip .addToPlaylist,.tooltip .addToFavorites,.tooltip .btn-play{color:#fff;text-align:left;vertical-align:top;background:#3bbebe;border-radius:0;width:223px;margin-bottom:12px;padding:5px 0 0 10px;font-family:tide-sans-300,sans-serif;font-size:14px;line-height:29px}.tooltip .add-to-watchlist .watchlist-text,.tooltip .add-to-watchlist .playlist-text,.tooltip .add-to-watchlist .favorites-text,.tooltip .addToPlaylist .watchlist-text,.tooltip .addToPlaylist .playlist-text,.tooltip .addToPlaylist .favorites-text,.tooltip .addToFavorites .watchlist-text,.tooltip .addToFavorites .playlist-text,.tooltip .addToFavorites .favorites-text,.tooltip .btn-play .watchlist-text,.tooltip .btn-play .playlist-text,.tooltip .btn-play .favorites-text{text-align:center;margin-bottom:4px;padding-right:30px}@media screen and (width<=500px){.tooltip .add-to-watchlist .watchlist-text,.tooltip .add-to-watchlist .playlist-text,.tooltip .add-to-watchlist .favorites-text,.tooltip .addToPlaylist .watchlist-text,.tooltip .addToPlaylist .playlist-text,.tooltip .addToPlaylist .favorites-text,.tooltip .addToFavorites .watchlist-text,.tooltip .addToFavorites .playlist-text,.tooltip .addToFavorites .favorites-text,.tooltip .btn-play .watchlist-text,.tooltip .btn-play .playlist-text,.tooltip .btn-play .favorites-text{margin-top:6px;margin-bottom:0;padding-right:0}}.tooltip .add-to-watchlist i,.tooltip .addToPlaylist i,.tooltip .addToFavorites i,.tooltip .btn-play i{float:left;margin-top:3px;font-size:20px}.tooltip .addToFavorites{background:#473874}.tooltip .btn-play{color:#333;background:#fff}.tooltip .btn-play i{float:left;margin-bottom:10px;margin-right:65px;font-size:20px}.qtip-content{background-color:#333}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.rating{text-align:left;unicode-bidi:bidi-override;display:inline-block}.rating .star-on-png,.rating .star-off-png,.rating .star-half-png{color:#f06228;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none;text-transform:none;font-size:2em;font-style:normal;line-height:1}.rating .star-on-png:before{content:"";font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-style:normal;font-weight:900}.rating .star-off-png:before{content:"";font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-style:normal;font-weight:400}.rating .star-half-png:before{content:"";font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-style:normal;font-weight:900}.rating.user-rating .star-on-png,.rating.user-rating .star-off-png,.rating.user-rating .star-half-png{color:#473874}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.church-sub-container:after{clear:both;content:"";display:block}.church-sub-container{max-width:1200px;margin-left:auto;margin-right:auto}.church-sub-container .title-container{text-align:center;margin-top:20px}@media screen and (width>=781px) and (width<=960px){.church-sub-container .title-container{margin-bottom:37px}}.church-sub-container .title-container .title{color:#333;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:36px;line-height:44px}.church-sub-container .title-container .sub-title{color:#22bbbd;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:30px;line-height:36px}.church-sub-container .subscriptions{float:left;width:100%;margin-top:37px;margin-bottom:85px;margin-right:2.35765%;display:block}.church-sub-container .subscriptions:last-child{margin-right:0}.church-sub-container .subscriptions .subscriptions-container-inner{max-width:875px;margin:0 auto}.church-sub-container .subscriptions .subscriptions-container-inner .subscription{float:left;width:48.8212%;margin-right:2.35765%;display:block}.church-sub-container .subscriptions .subscriptions-container-inner .subscription:last-child{margin-right:0}@media screen and (width<=500px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription{float:left;width:100%;margin-right:7.42297%;display:block}.church-sub-container .subscriptions .subscriptions-container-inner .subscription:last-child{margin-right:0}.church-sub-container .subscriptions .subscriptions-container-inner .subscription{margin-bottom:30px}}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner{background:#fff;border:3px solid #2fbbbc}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-title{color:#333;text-align:center;text-transform:uppercase;margin-top:34px;margin-bottom:55px;font-family:arboria,sans-serif;font-size:14px;line-height:16px}@media screen and (width<=500px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-title{margin-bottom:25px;font-size:30px}}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-price-container{text-align:center}@media screen and (width>=781px) and (width<=960px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-price-container{margin-bottom:30px}}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-price-container img{max-height:100px}@media screen and (width>=781px) and (width<=960px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-price-container img{max-height:70px}}@media screen and (width<=500px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-price-container img{width:auto;height:auto}}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-footer{text-align:center}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-footer span{color:#333;text-align:center;margin-bottom:20px;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:12px;line-height:15px}@media screen and (width>=781px) and (width<=960px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-footer span{font-size:12px}}@media screen and (width<=500px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-footer span{height:100%}}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-button{margin-bottom:40px;padding:0 15px}.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-button a button{color:#fff;background:#3bbebe;border:1px solid #2fbbbc;border-radius:8px;width:100%;height:45.6px;margin-top:20px;font-family:arboria,sans-serif;font-size:17px;line-height:20px}@media screen and (width>=781px) and (width<=960px){.church-sub-container .subscriptions .subscriptions-container-inner .subscription .subscription-inner .subscription-button a button{margin-bottom:47px}}.church-sub-container .subscriptions-footer{text-align:center;float:left;width:100%;margin-top:20px;margin-bottom:30px;margin-right:2.35765%;display:block}.church-sub-container .subscriptions-footer:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.church-sub-container .subscriptions-footer{padding-top:65px}}.church-sub-container .subscriptions-footer .subscriptions-footer-inner{color:#333;margin:0 auto;font-family:HelveticaNeue-Light,arboria,sans-serif;font-size:30px;font-weight:lighter;line-height:36px}.church-sub-container .subscriptions-footer .subscriptions-footer-inner .subscriptions-footer-inner-right{font-weight:700}.church-sub-container .subscriptions-footer .subscriptions-footer-inner-sub{color:#22bbbd;font-size:24px;line-height:34px}.church-sub-container .TOC{color:#625a52;float:right;float:left;width:23.2318%;margin-bottom:30px;margin-right:2.35765%;font-family:HelveticaNeue-Light,arboria,sans-serif;line-height:17px;display:block}.church-sub-container .TOC:last-child{margin-right:0}.church-sub-container .TOC{margin-left:76.7682%;font-size:14px}.church-sub-container .TOC .TOC-right{color:#f16a31}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.margin-bottom-8{margin-bottom:8px!important}.color-purple{color:#2f386d}.field-icon{float:right;z-index:2;cursor:pointer;margin-top:22px;margin-right:22px;position:relative}@media screen and (width<=500px){.mobile-hidden{display:none!important}}.mobile-only{display:none!important}@media screen and (width<=500px){.mobile-only{display:block!important}}.bubbles{z-index:0;background-size:cover;width:100%;height:auto;min-height:100%;position:fixed;top:0}.stripe-col-bg{background:#fff;border-radius:16px;padding:32px!important}.signup{padding:0}.signup .error_messages{color:#8b0000;text-transform:capitalize;text-align:center;background-color:#ffb6c1;font-size:24px}.signup .error-box-container{width:48.8212%;margin-left:0}@media (width<=1050px){.signup .error-box-container{width:100%}}.signup .header{border-radius:0 0 22px 22px;width:95%;margin:auto}.signup form .errored{border-color:red}.signup form .fl_wrap{width:auto}@media screen and (width<=500px){.signup form .fl_wrap{margin-bottom:12px}}.signup form .fl_input{background:#fffffff2;border:1px solid #303672;border-radius:4px;height:60px;margin-bottom:20px;padding-bottom:16px;font-family:tide-sans-300,sans-serif;line-height:29px}.signup form .fl_input:focus{box-shadow:0 0 15px #30367240}.signup form .fl_label{color:#979797}.signup form .fl_label ::-webkit-input-placeholder{color:#979797}.signup form .fl_label :-moz-placeholder-shown{color:#979797}.signup form .fl_label ::-moz-placeholder{color:#979797}.signup form .fl_label :-ms-placeholder-shown{color:#979797}@media screen and (width<=500px){.signup form .fl_label{font-size:16px;top:10px}}.signup form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.signup form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.signup .signup-button{color:#fff;letter-spacing:.02px;-webkit-appearance:none;background:#f0614b;border:none;border-radius:25px;width:100%;height:70px;font-family:tide-sans,sans-serif;font-size:28px;line-height:23px;transition:all .2s ease-in-out}.signup .signup-button:hover,.signup .signup-button:focus{box-shadow:0 0 15px #00000040}.signup .signup-button:disabled:hover{background:#f0614b}@media screen and (width<=500px){.signup .signup-button{height:60px;padding:0;font-size:20px}}.signup .footer{float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;display:block}.signup .footer:last-child{margin-right:0}.signup .footer .not-a-robot{float:left;width:31.7616%;margin-right:2.35765%;display:block}.signup .footer .not-a-robot:last-child{margin-right:0}.signup .footer .not-a-robot{margin-left:17.0596%}@media screen and (width>=501px) and (width<=780px){.signup .footer .not-a-robot{float:left;width:48.8212%;margin-left:25.5894%;margin-right:2.35765%;display:block}.signup .footer .not-a-robot:last-child{margin-right:0}}@media screen and (width<=500px){.signup .footer .not-a-robot{float:left;width:100%;margin-left:0%;margin-right:7.42297%;display:block}.signup .footer .not-a-robot:last-child{margin-right:0}.signup .footer .not-a-robot{margin-bottom:20px}}.signup .footer .actions{float:left;width:31.7616%;margin:26px 2.35765% 26px 26px;display:block}.signup .footer .actions:last-child{margin-right:0}.signup .footer .actions{margin-left:51.1788%}@media screen and (width>=501px) and (width<=780px){.signup .footer .actions{float:left;width:48.8212%;margin-left:25.5894%;margin-right:2.35765%;display:block}.signup .footer .actions:last-child{margin-right:0}}@media screen and (width<=500px){.signup .footer .actions{float:left;width:100%;margin-right:7.42297%;display:block}.signup .footer .actions:last-child{margin-right:0}.signup .footer .actions{margin:10px 0}}.signup .footer .actions #submitSubscription{margin-bottom:0;padding:0}.signup .footer .actions.paypal-actions{float:none;margin:0 auto}.signup .footer .seal-container{text-align:center;float:left;width:100%;margin-right:2.35765%;padding-top:3%;display:block}.signup .footer .seal-container:last-child{margin-right:0}.signup .footer .seal-container img{max-width:200px}.signup .footer .disclaimer{text-align:center;color:#979797;float:left;width:100%;margin-top:25px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:18px;display:block}.signup .footer .disclaimer:last-child{margin-right:0}@media screen and (width<=500px){.container--signup{flex-direction:column}}.container--signup{flex-direction:row;margin:auto!important}.container--signup .user-info{background:#fff;border-radius:8px;margin:28px 0 0;box-shadow:0 0 50px #00000013}.container--signup .user-info .user-info-container{width:100%}@media screen and (width<=500px){.container--signup .user-info-container .field:nth-child(3){margin-top:175px;margin-bottom:65px!important}}@media screen and (width>=501px) and (width<=780px){.container--signup .passwordHint,.container--signup .user-info{float:left;width:100%;margin-right:3.57866%;display:block}.container--signup .passwordHint:last-child,.container--signup .user-info:last-child{margin-right:0}}@media screen and (width<=500px){.container--signup .passwordHint,.container--signup .user-info{float:left;width:261.134%;margin-right:7.42297%;display:block}.container--signup .passwordHint:last-child,.container--signup .user-info:last-child{margin-right:0}.container--signup .passwordHint,.container--signup .user-info{width:100%}.signup .passwordHint{margin:auto;font-size:.75rem;position:absolute;top:120px}}.passwordHint{margin-right:1rem;font-family:tide-sans-300,sans-serif;font-size:20px}@media screen and (width>=781px) and (width<=960px){.passwordHint{margin-top:1rem}}@media screen and (width<=500px){.passwordHint .passwordHint-match-mobile{margin-top:80px!important}}.passwordHint .passwordHint-content,.passwordHint .passwordHint-match{background-color:#f7f7f7;border-radius:.5rem;margin:1rem 0;padding:.5rem 1.5rem;box-shadow:0 0 50px #00000013}@media screen and (width>=781px) and (width<=960px){.passwordHint .passwordHint-content,.passwordHint .passwordHint-match{padding:.15rem 1rem}}@media screen and (width<=500px){.passwordHint .passwordHint-content,.passwordHint .passwordHint-match{margin-top:70px}}@media screen and (width<=359px){.passwordHint .passwordHint-content,.passwordHint .passwordHint-match{padding:.5rem 2.5rem}}.passwordHint .info-header{color:#333;margin-top:1rem;line-height:24px}@media screen and (width<=500px){.passwordHint .info-header{margin-top:0}}.passwordHint .passwordHint-list{margin:10px auto;list-style:none}@media screen and (width<=500px){.passwordHint .passwordHint-list li svg{width:15px;height:16px;margin-right:.25rem!important}}.passwordHint .passwordHint-list svg{margin-right:.5rem}.passwordHint .passwordHint-list .passwordHint__text{color:#979797}.passwordHint .passwordHint-list .passwordHint__ok{color:#030303}.subscription .header{border-radius:0 0 22px 22px;width:95%;margin:auto}@media screen and (width<=500px){.signUpHintContainer .passwordHint{margin-top:16px!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.subscription,.signup{overflow:hidden}.subscription .header,.signup .header{background-color:#f7f7f7;background-position:0;background-repeat:no-repeat;background-size:cover;height:auto;position:relative;box-shadow:0 0 50px #00000013}.subscription .header .header-inner,.signup .header .header-inner{padding-top:84px;padding-left:1em;padding-right:1em}@media screen and (width<=500px){.subscription .header .header-inner,.signup .header .header-inner{padding:3em 1.5em 0}}.subscription .header .header-inner .title,.signup .header .header-inner .title{color:#303672;margin-bottom:0;padding-left:0;font-family:tide-sans,sans-serif;font-size:38px;font-weight:200;line-height:57px}@media screen and (width>=501px) and (width<=780px){.subscription .header .header-inner .title,.signup .header .header-inner .title{font-size:40px}}@media screen and (width<=500px){.subscription .header .header-inner .title,.signup .header .header-inner .title{font-size:28px;line-height:40px}}.subscription .header .header-inner .sub-title,.signup .header .header-inner .sub-title{color:#979797;margin-bottom:10px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:22px}@media screen and (width<=500px){.subscription .header .header-inner .sub-title,.signup .header .header-inner .sub-title{font-size:16px}}.subscription .header .header-inner .step-images,.signup .header .header-inner .step-images{color:#979797;letter-spacing:-1px;gap:2rem;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:200;display:inline-flex}@media screen and (width<=500px){.subscription .header .header-inner .step-images,.signup .header .header-inner .step-images{gap:1rem}}.subscription .header .header-inner .step-images span,.signup .header .header-inner .step-images span{margin-left:5px;line-height:1}.subscription .header .header-inner .step-images img,.signup .header .header-inner .step-images img{height:60px}.subscription .header .header-inner .step-images .step-1,.signup .header .header-inner .step-images .step-1{align-items:center;display:flex}@media screen and (width<=500px){.subscription .header .header-inner .step-images .step-1,.signup .header .header-inner .step-images .step-1{margin-top:-6%;margin-left:0}}.subscription .header .header-inner .step-images .step-2,.signup .header .header-inner .step-images .step-2{align-items:center;display:flex}@media screen and (width<=500px){.subscription .header .header-inner .step-images .step-2,.signup .header .header-inner .step-images .step-2{margin-top:-6%;margin-left:0}}.subscription .header .header-inner .step-images .step-2 .black-label,.signup .header .header-inner .step-images .step-2 .black-label{color:#000}.subscription .header .header-inner .step-images .step-3,.signup .header .header-inner .step-images .step-3{align-items:center;display:flex}@media screen and (width<=500px){.subscription .header .header-inner .step-images .step-3,.signup .header .header-inner .step-images .step-3{margin-top:-6%;margin-left:0}}.subscription .header .header-inner .step-images .step-4,.signup .header .header-inner .step-images .step-4{align-items:center;display:flex}@media screen and (width>=501px) and (width<=780px){.subscription .header .header-inner .step-images .step-4,.signup .header .header-inner .step-images .step-4{margin-left:0;padding-left:10px}}@media screen and (width<=500px){.subscription .header .header-inner .step-images .step-4,.signup .header .header-inner .step-images .step-4{margin-top:-6%;margin-left:0}}.subscription .header .header-inner .step-images .seal-container-header,.signup .header .header-inner .step-images .seal-container-header{width:16%;margin-left:82px}@media screen and (width<=500px){.subscription .header .header-inner .step-images .seal-container-header,.signup .header .header-inner .step-images .seal-container-header{width:46%;margin-left:0}}.subscription-section .header .header-inner{padding-top:70px}.subscription-section .step-images{padding-bottom:2.125rem!important}.subscription-section .header .header-inner .title{margin-bottom:5px}.subscription-section .header .header-inner .sub-title{margin-bottom:0}@media screen and (width<=500px){.subscription-section .header .header-inner .sub-title{margin-bottom:20px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}@media screen and (width<=500px){.InputContainer .ElementsApp .InputElement::placeholder{color:#979797db!important}.InputContainer .ElementsApp,.InputContainer .ElementsApp .InputElement{height:12px;font-family:Helvetica Neue,Helvetica,sans-serif;font-size:16px;line-height:29px;color:#979797!important}}.checkout-info:after{clear:both;content:"";display:block}.checkout-info{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.plan-info{padding:24px 10px 15px}}.plan-info .plan-info-copy{color:#979797;text-align:left;letter-spacing:-1px;font-family:tide-sans-300,sans-serif;font-size:18px}@media screen and (width<=500px){.plan-info .plan-info-copy{font-size:16px}}.plan-info .plan-info-copy p,.plan-info .plan-info-copy strong{color:#000}.billing-options{text-align:center;float:left;width:100%;margin-right:2.35765%;padding-bottom:28px;font-family:tide-sans-300,sans-serif;display:block}.billing-options:last-child,.billing-options{margin-right:0}.billing-options .button-group{width:212px;margin:0 auto 20px}.billing-options .button-group.button-group-account{display:inline-block}.billing-options .button-group .button-group-item{text-align:center;width:104px;padding:.75em .45em}.subscription-container,.coupon-container{margin-right:0}@media screen and (width>=501px) and (width<=780px){.subscription-container,.coupon-container{float:left;width:100%;margin-right:3.57866%;display:block}.subscription-container:last-child,.coupon-container:last-child{margin-right:0}}@media screen and (width<=500px){.subscription-container,.coupon-container{float:left;width:100%;margin-right:7.42297%;display:block}.subscription-container:last-child,.coupon-container:last-child{margin-right:0}.subscription-container,.coupon-container{margin-bottom:20px}}.subscription-container,.coupon-container{background:#f7f7f7;border-radius:1.5em}.subscription-container .info-header,.coupon-container .info-header{background-color:#3bbebe;border-radius:1.5em 1.5em 0 0;padding:1.5em 2em 1em}.subscription-container .info-header p,.coupon-container .info-header p{color:#fff;margin-bottom:.75rem;font-family:tide-sans-300,sans-serif}.subscription-container .subscription-label,.coupon-container .subscription-label{cursor:pointer;margin-top:0;position:relative}.subscription-container .subscription-label:before,.coupon-container .subscription-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.subscription-container .subscription-label:before,.coupon-container .subscription-label:before{width:44px;height:44px}}.subscription-container .subscription-label:after,.coupon-container .subscription-label:after{content:"";color:#473874;pointer-events:none;width:58px;height:40px;margin:auto;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:24px;font-weight:900;position:absolute;top:0;bottom:0;right:-20px}@media screen and (width<=500px){.subscription-container .subscription-label:after,.coupon-container .subscription-label:after{width:46px;height:25px;font-size:14px}}.subscription-container .subscription-label #subscription_plan,.coupon-container .subscription-label #subscription_plan{cursor:pointer;color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border:1px solid #303672;border-radius:4px;width:100%;height:60px;padding-left:10px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:29px;transition:box-shadow .2s ease-in}@media screen and (width>=501px) and (width<=780px){.subscription-container .subscription-label #subscription_plan,.coupon-container .subscription-label #subscription_plan{font-size:18px}}@media screen and (width<=500px){.subscription-container .subscription-label #subscription_plan,.coupon-container .subscription-label #subscription_plan{font-size:18px}}.subscription-container .subscription-label #subscription_plan:focus,.coupon-container .subscription-label #subscription_plan:focus{box-shadow:0 0 15px #30367226}.subscription-container .subscription-info,.coupon-container .subscription-info{float:left;width:100%;margin-right:2.35765%;display:block}.subscription-container .subscription-info:last-child,.coupon-container .subscription-info:last-child{margin-right:0}.subscription-container .subscription-info,.coupon-container .subscription-info{float:none;clear:both;padding:.5em 2em 2em}@media screen and (width<=500px){.subscription-container .subscription-info,.coupon-container .subscription-info{font-size:13px}}.subscription-container .subscription-info .line-through,.coupon-container .subscription-info .line-through{text-decoration:line-through}.subscription-container .subscription-info .plan-info-labels,.coupon-container .subscription-info .plan-info-labels{float:left;width:70%;max-width:540px;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.subscription-container .subscription-info .plan-info-labels,.coupon-container .subscription-info .plan-info-labels{margin-top:12px}}@media screen and (width<=960px){.subscription-container .subscription-info .plan-info-labels,.coupon-container .subscription-info .plan-info-labels{width:60%;max-width:340px}}.subscription-container .subscription-info .plan-info-labels .plan-name,.coupon-container .subscription-info .plan-info-labels .plan-name{color:#303672}.subscription-container .subscription-info .plan-info-labels .plan-info-total,.coupon-container .subscription-info .plan-info-labels .plan-info-total{align-content:center;align-items:center;margin-top:.5rem;display:flex}.subscription-container .subscription-info .plan-info-labels .small,.coupon-container .subscription-info .plan-info-labels .small{color:#979797;font-family:tide-sans,sans-serif}.subscription-container .subscription-info .more_info,.coupon-container .subscription-info .more_info{cursor:help;color:#fff;font-size:18px;position:relative}.subscription-container .subscription-info .more_info img,.coupon-container .subscription-info .more_info img{width:22px;height:auto}@media screen and (width<=500px){.subscription-container .subscription-info .more_info img,.coupon-container .subscription-info .more_info img{width:18px}}.subscription-container .subscription-info .more_info .popup,.coupon-container .subscription-info .more_info .popup{z-index:999999999;background:#000c;min-width:406px;padding:10px;font-size:13px;font-weight:400;display:none;position:absolute;top:22px;left:0}@media screen and (width<=500px){.subscription-container .subscription-info .more_info .popup,.coupon-container .subscription-info .more_info .popup{min-width:302px;left:-130px}}.subscription-container .subscription-info .plan-info-values,.coupon-container .subscription-info .plan-info-values{font-family:tide-sans-300,sans-serif;text-align:right!important}@media screen and (width<=500px){.subscription-container .subscription-info .plan-info-values,.coupon-container .subscription-info .plan-info-values{margin-top:12px}}.subscription-container .subscription-info .plan-info-values .orig-total,.coupon-container .subscription-info .plan-info-values .orig-total{color:#303672}.subscription-container .subscription-info .plan-info-values .order-total,.coupon-container .subscription-info .plan-info-values .order-total{color:#3bbebe;border-top:1px solid #979797;margin-top:.5rem;font-family:tide-sans,sans-serif;font-size:2em;font-weight:700}.coupon-wrapper{padding:0 1.5em 2em;position:relative}.coupon-wrapper .coupon-error-message{color:#d6215c}.coupon-wrapper .coupon-header{color:#979797;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:24px}@media screen and (width<=500px){.coupon-wrapper .coupon-header{font-size:18px}}.coupon-wrapper .coupon_code{flex-direction:row;margin:.75em 0;display:flex}.coupon-wrapper .coupon_code .apply-coupon{padding:0}.coupon-wrapper .coupon_code .coupon_code_field{border:1px solid #fff;height:60px;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:18px;transition:border-color .2s ease-in}.coupon-wrapper .coupon_code .coupon_code_field:focus{background-color:#fff;border-color:#303672}.coupon-wrapper .apply-coupon{color:#3bbebe;background-color:#fff;border:2px solid #3bbebe;border-radius:0 20px 20px 0;width:165px;height:60px;font-family:tide-sans,sans-serif;font-size:20px;top:0;right:-123px}.coupon-wrapper .apply-coupon:focus,.coupon-wrapper .apply-coupon:active,.coupon-wrapper .apply-coupon:hover{color:#fff;background-color:#3bbebe}@media screen and (width<=500px){.coupon-wrapper .apply-coupon{width:70%;right:-75%;padding:-.25em .5em!important}}.checkout-submit-button{width:100%;font-family:tide-sans,sans-serif;font-size:18px;transition:box-shadow .2s ease-in;background:#f0614b!important;height:65px!important}.checkout-submit-button:hover,.checkout-submit-button:active,.checkout-submit-button:focus{box-shadow:0 0 15px #00000026}.billing-info .collapse-billing-button{height:3.5em!important}@media screen and (width>=501px) and (width<=780px){.billing-info{float:left;width:100%;margin-right:3.57866%;display:block}.billing-info:last-child{margin-right:0}}@media screen and (width<=500px){.billing-info{float:left;width:100%;margin-right:7.42297%;display:block}.billing-info:last-child{margin-right:0}.billing-info #card-element{padding:10px 0 10px 10px}}.billing-info .info-header{padding-bottom:2px;font-size:18px;line-height:24px}.billing-info .info-header p{color:#333;margin-bottom:0;font-family:tide-sans-300,sans-serif}.billing-info .info-header p span{color:#979797;display:block}.billing-info .billing-info__input{border:1px solid #303672}.billing-info .billing-info__input[required]:user-invalid{color:#fa755a;border-color:#fa755a}.billing-info .field-card{background:#fff;border:1px solid #303672;border-radius:4px;height:60px;margin-bottom:20px;padding:1rem 1rem 0;font-family:tide-sans-300,sans-serif;line-height:29px}.billing-info form .fl_input{font-size:18px}@media screen and (width<=500px){.billing-info .name-container{margin-bottom:16px}}.billing-info .cc-container{float:left;width:100%;margin-right:2.35765%;display:block}.billing-info .cc-container:last-child{margin-right:0}.billing-info .cc-container .cc-image img{max-width:300px}@media screen and (width<=500px){.billing-info .cc-container .cc-image img{max-width:255px}}.billing-info .cc-container input[type=number]{-moz-appearance:textfield}.billing-info .cc-container .cc-num-container:last-child{margin-right:0}.billing-info .cc-container .cc-num-container{float:left;width:52%;margin-right:4%;display:inline-block}@media screen and (width<=500px){.billing-info .cc-container .cc-num-container{width:100%}}.billing-info .cc-container .cvc-num-container{float:left;width:15.3188%;margin-right:5.85151%;display:block}.billing-info .cc-container .cvc-num-container:last-child{margin-right:0}.billing-info .cc-container .cvc-num-container{float:none;margin-right:0;display:inline-block}@media screen and (width<=500px){.billing-info .cc-container .cvc-num-container{width:25%;margin:0 0 12px}}.billing-info .cc-container .zip-num-container:last-child{margin-right:0}.billing-info .cc-container .zip-num-container{float:right;width:25%;margin-right:0;display:inline-block}@media screen and (width<=500px){.billing-info .cc-container .zip-num-container{width:70%;margin:0}}.billing-info .cc-container .form-input__month{float:left;width:57.6594%;margin-right:5.85151%;display:block}.billing-info .cc-container .form-input__month:last-child{margin-right:0}.billing-info .cc-container .form-input__year{float:left;width:36.4891%;margin-right:5.85151%;padding-right:.5em;display:block}.billing-info .cc-container .form-input__year:last-child{margin-right:0}@media screen and (width<=500px){.billing-info .cc-container .form-input__year{padding-right:0}}@media screen and (width>=781px) and (width<=960px){.billing-info .cc-container .form-input__month,.billing-info .cc-container .form-input__year{margin-top:0}}@media screen and (width>=501px) and (width<=780px){.billing-info .cc-container .form-input__month,.billing-info .cc-container .form-input__year{margin-top:0}}.billing-info .cc-container .form-input__month .subscription-label,.billing-info .cc-container .form-input__year .subscription-label{width:100%;top:0}.billing-info .cc-container .form-input__month .subscription-label:before,.billing-info .cc-container .form-input__year .subscription-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.billing-info .cc-container .form-input__month .subscription-label:before,.billing-info .cc-container .form-input__year .subscription-label:before{width:44px;height:44px}}.billing-info .cc-container .form-input__month .subscription-label:after,.billing-info .cc-container .form-input__year .subscription-label:after{content:"";color:#473874;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:24px;font-weight:900;position:absolute;top:4px;right:-4px}@media screen and (width<=500px){.billing-info .cc-container .form-input__month .subscription-label:after,.billing-info .cc-container .form-input__year .subscription-label:after{width:46px;font-size:14px;top:2px}}.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_year,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_year{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border:1px solid #473874;border-radius:4px;width:100%;height:60px;margin:-11px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width>=501px) and (width<=780px){.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_year,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_year{font-size:18px}}@media screen and (width<=500px){.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__month .subscription-label #subscription_exp_year,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_month,.billing-info .cc-container .form-input__year .subscription-label #subscription_exp_year{height:44px;font-size:16px}}.actions{float:left}@media screen and (width<=960px){.creditcard .mobile-column{margin-left:0!important}}.creditcard label{color:#8798ab;display:block;position:relative}.creditcard label>span{color:#8798ab;cursor:text;pointer-events:none;width:100%;height:100%;font-weight:300;line-height:32px;position:absolute;top:0;left:0}.creditcard label>span span{transform-origin:0;cursor:text;transition:transform .2s ease-in-out;position:absolute;top:0;left:0}.creditcard label .field.is-focused+span span,.creditcard label .field:not(.is-empty)+span span{cursor:default;transform:scale(.68)translateY(-36px)}.creditcard label .field.is-focused+span{border-bottom-color:#34d08c}.creditcard #submitSubscription{background:linear-gradient(#d88f53,#db634d);width:100%;height:60px;margin-top:30px;font-size:20px}.creditcard button:focus{background:#24b47e}.creditcard button:active{background:#303672}.creditcard .outcome{float:left;text-align:center;width:100%;min-height:20px;padding-top:8px}.creditcard .error,.creditcard .success{font-size:15px;display:none}.creditcard .error.visible,.creditcard .success.visible{display:inline}.creditcard .error{color:#e4584c;font-weight:700}.creditcard .success{color:#34d08c}.creditcard .success .token{font-size:15px;font-weight:500}.checkout-info .footer .disclaimer{text-align:left}.paypal{float:left;width:100%;margin-right:2.35765%;display:block}.paypal:last-child{margin-right:0}.paypal td{border:none}.paypal .subscription-container,.paypal .coupon-container{float:none!important;margin:0 auto!important}.paypal #arrow-down{pointer-events:none;margin-left:-4%;position:absolute}@media screen and (width<=500px){.paypal #arrow-down{margin-left:-14px}}.bank{float:left;width:100%;margin-right:2.35765%;display:block}.bank:last-child{margin-right:0}.bank .subscription-label{width:100%;position:relative}.bank .subscription-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.bank .subscription-label:before{width:44px;height:44px}}.bank .subscription-label:after{content:"";color:#473874;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:24px;font-weight:900;position:absolute;top:14px;right:-4px}@media screen and (width<=500px){.bank .subscription-label:after{width:46px;font-size:14px;top:12px}}.bank #subscription_account_type,.bank .country-list{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border:1px solid #473874;border-radius:4px;width:100%;height:60px;margin-left:-11px;padding-left:10px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:29px}@media screen and (width>=501px) and (width<=780px){.bank #subscription_account_type,.bank .country-list{font-size:18px}}@media screen and (width<=500px){.bank #subscription_account_type,.bank .country-list{height:44px;font-size:16px}}.bank #subscription_account_type:before,.bank .country-list:before{right:12px}.bank #subscription_account_type:after,.bank .country-list:after{right:0}.bank .form-input__account_type .subscription-label,.bank .form-input__country .subscription-label{top:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.user-info{padding:0 2rem}.user-info:after{clear:both;content:"";display:block}.user-info{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.user-info{margin-top:20px;padding:0 1rem}}.user-info .info-header{color:#333;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}@media screen and (width<=500px){.user-info .info-header{margin-top:0;font-size:18px}}.user-info .user-info-container{float:left;width:100%;margin-right:2.35765%;display:block}.user-info .user-info-container:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.user-info .user-info-container{float:left;width:100%;margin-right:2.35765%;display:block}.user-info .user-info-container:last-child{margin-right:0}}@media screen and (width>=501px) and (width<=780px){.user-info .user-info-container{float:left;width:151.789%;margin-right:3.57866%;display:block}.user-info .user-info-container:last-child{margin-right:0}}@media screen and (width<=500px){.user-info .user-info-container{float:left;width:314.846%;margin-right:7.42297%;display:block}.user-info .user-info-container:last-child{margin-right:0}.user-info .user-info-container .field{height:60px}}.user-info .vert-separator{text-align:center;float:left;width:14.702%;margin-right:2.35765%;display:block}.user-info .vert-separator:last-child{margin-right:0}.user-info .vert-separator img{max-height:390px}.user-info .actions{text-align:center;width:100%;margin:20px 0;display:inline-block}@media screen and (width<=500px){.user-info .actions{margin-top:0}}.user-info .actions input{padding:1rem 1.5rem}.user-info .toc{color:#333;margin-top:20px;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:13px;line-height:18px}.user-info .toc span{font-weight:700}.user-info .toc .link{color:#333;text-decoration:underline}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.how-to{background-color:#fff}.how-to .icons-section{padding-bottom:25px}.how-to .section-background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:auto;min-height:500px}@media screen and (width>=501px) and (width<=780px){.how-to .section-background{background-image:unset}}@media screen and (width<=500px){.how-to .section-background{background-image:unset}}.how-to .top-section{height:100%;position:relative}@media screen and (width<=500px){.how-to .top-section{background-position:50%;background-size:185% 100%}}.how-to .top-section .title{color:#3bbebe;justify-content:center;align-items:center;padding:51px 10px 5px;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;display:flex;top:-27px}.how-to .top-section .title .first-text{padding-right:5px}@media screen and (width>=501px) and (width<=780px){.how-to .top-section .title{padding:58px 10px 5px;font-size:18px;top:0}.how-to .top-section .title .first-text{position:relative;bottom:42px;left:72px}}@media screen and (width<=500px){.how-to .top-section .title{flex-wrap:wrap;padding-top:31px}.how-to .top-section .title .first-text{text-align:center;width:100%;font-size:18px}.how-to .top-section .title .images{text-align:center;width:100%}.how-to .top-section .title .images img{max-height:50px}}.how-to .top-section .title .images{position:relative}.how-to .watchlist-section{flex-wrap:wrap;justify-content:center;padding:25px 0 50px;display:flex}.how-to .watchlist-section .img-section{text-align:end;order:1;max-width:60%}@media screen and (width>=501px) and (width<=780px){.how-to .watchlist-section .img-section{text-align:center}}@media screen and (width<=500px){.how-to .watchlist-section .img-section{text-align:center;order:2;width:100%;max-width:100%}.how-to .watchlist-section .img-section img{max-width:100%;margin:0 auto}}.how-to .watchlist-section .content-link{padding-top:32px}@media screen and (width>=501px) and (width<=780px){.how-to .watchlist-section .content-link{display:none}}@media screen and (width<=500px){.how-to .watchlist-section .content-link{display:none}}.how-to .watchlist-section .content{color:#303672;box-sizing:border-box;flex-direction:column;order:2;justify-content:center;width:40%;max-width:600px;margin-bottom:50px;margin-left:-5%;display:flex}@media screen and (width<=1550px){.how-to .watchlist-section .content{margin-bottom:unset}}@media screen and (width>=961px) and (width<=1049px){.how-to .watchlist-section .content{padding-top:50px}}@media screen and (width>=781px) and (width<=960px){.how-to .watchlist-section .content{padding-top:50px}}@media screen and (width<=500px){.how-to .watchlist-section .content{order:1;width:100%;margin:0 10%}}.how-to .watchlist-section .content .title{color:#303672;margin-bottom:26px;padding-left:0%;font-family:tide-sans,sans-serif;font-size:32px;line-height:38px}@media screen and (width<=500px){.how-to .watchlist-section .content .title{font-size:25px}}@media screen and (width>=501px) and (width<=780px){.how-to .watchlist-section .content .title{font-size:25px}}.how-to .watchlist-section .content .body{margin-bottom:46px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:28px}@media screen and (width>=501px) and (width<=780px){.how-to .watchlist-section .content .body{margin-bottom:0;font-size:14px}}@media screen and (width>=781px) and (width<=960px){.how-to .watchlist-section .content .body{margin-bottom:21px;font-size:16px}}@media screen and (width<=500px){.how-to .watchlist-section .content .body{margin-bottom:9px;font-size:16px}}.how-to .watchlist-section span{font-family:tide-sans,sans-serif}.how-to .help-section{color:#fff;z-index:3;background-color:#303672;background-position:100%;background-size:cover;border-radius:0 0 89% 89%/10%;width:104%;position:relative;left:-2%;overflow:hidden}@media screen and (width>=501px) and (width<=780px){.how-to .help-section{padding-top:27px}}.how-to .help-section .link-section{float:left;width:100%;margin-right:2.35765%;display:block}.how-to .help-section .link-section:last-child{margin-right:0}.how-to .help-section .link-section{text-align:center;margin-bottom:45px;padding:0 29px}@media (width>=500px) and (width<=781px){.how-to .help-section .link-section{margin-top:20px;padding:0}}@media screen and (width>=781px) and (width<=960px){.how-to .help-section .link-section{display:none}}@media screen and (width>=961px) and (width<=1049px){.how-to .help-section .link-section{display:none}}@media screen and (width>=1050px){.how-to .help-section .link-section{display:none}}@media screen and (width>=501px) and (width<=780px){.how-to .help-section{top:0}.how-to .help-section .inner-section{padding-top:30px}}@media screen and (width<=500px){.how-to .help-section{top:0}}.how-to .help-section a{color:#fff;border-radius:20px;padding:18px 25px;font-family:tide-sans,sans-serif;font-size:18px;line-height:38px;background:#f0614b!important}@media (width>=501px) and (width<=675px){.how-to .help-section a{font-size:12px}}@media (width>=501px) and (width<=675px) and (width<=508px){.how-to .help-section a{font-size:11px}}@media (width<=321px){.how-to .help-section a{font-size:14px}}.how-to .help-section a{text-align:center;z-index:2;transition:all .48s}.how-to .help-section a:hover{background:#3bbebe;transition:all .48s}@media screen and (width<=500px){.how-to .help-section a{float:left;border-radius:15px;width:100%;margin-right:7.42297%;padding:10px 5px;display:block}.how-to .help-section a:last-child{margin-right:0}.how-to .help-section a{margin-left:0%}}.how-to .help-section .inner-section{padding:0;position:relative}@media screen and (width<=500px){.how-to .help-section .inner-section{margin:0 12%;padding:0}}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section{margin-right:45px;padding:0}}.how-to .help-section .inner-section .img-section{padding:20px 0% 3% 14%;position:absolute;top:0;right:45%;margin-right:0!important}@media screen and (width>=781px) and (width<=960px){.how-to .help-section .inner-section .img-section{padding:36px 0% 3% 3%!important;right:51%!important}}@media screen and (width<=500px){.how-to .help-section .inner-section .img-section{float:left;width:100%;margin-right:2.35765%;display:block;position:relative}.how-to .help-section .inner-section .img-section:last-child{margin-right:0}.how-to .help-section .inner-section .img-section{padding:0 0 4%;right:5%}}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .img-section{padding:30px 0% 3% 3%;right:51%}}@media screen and (width>=961px) and (width<=1049px){.how-to .help-section .inner-section .img-section{padding:47px 0% 3% 3%!important;right:51%!important}}@media screen and (width>=1050px){.how-to .help-section .inner-section .img-section{padding:55px 0% 3% 8%!important;right:51%!important}}.how-to .help-section .inner-section .img-section img{max-width:110%;position:relative}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .img-section img{max-width:100%}}@media screen and (width>=781px) and (width<=960px){.how-to .help-section .inner-section .img-section img{max-height:336px}}@media screen and (width>=961px) and (width<=1049px){.how-to .help-section .inner-section .img-section img{max-height:330px}}@media screen and (width>=1050px){.how-to .help-section .inner-section .img-section img{max-height:330px}}@media screen and (width>=1550px){.how-to .help-section .inner-section .img-section img{max-height:440px}}.how-to .help-section .inner-section .content-link{padding-top:32px}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .content-link{display:none}}@media screen and (width<=500px){.how-to .help-section .inner-section .content-link{display:none}}.how-to .help-section .inner-section .content{float:left;width:48.8212%;margin-right:2.35765%;padding:6% 6% 15%;display:block;float:right!important}.how-to .help-section .inner-section .content:last-child{margin-right:0}@media screen and (width<=500px){.how-to .help-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;display:block}.how-to .help-section .inner-section .content:last-child{margin-right:0}.how-to .help-section .inner-section .content{padding:18vw 0 0}}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .content{padding:4% 4% 6%}}@media screen and (width>=1050px){.how-to .help-section .inner-section .content{padding:60px 6% 5%}}@media screen and (width>=1550px){.how-to .help-section .inner-section .content{padding:60px 6% 10%}}@media screen and (width>=961px) and (width<=1049px){.how-to .help-section .inner-section .content{padding:49px 6% 6%}}@media screen and (width>=781px) and (width<=960px){.how-to .help-section .inner-section .content{padding:33px 6% 73px}}.how-to .help-section .inner-section .content span{font-family:tide-sans,sans-serif}.how-to .help-section .inner-section .content .title{color:#fff;margin-bottom:26px;padding-left:0%;font-family:tide-sans,sans-serif;font-size:32px;line-height:38px}@media screen and (width<=500px){.how-to .help-section .inner-section .content .title{font-size:25px}}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .content .title{font-size:25px}}.how-to .help-section .inner-section .content .body{margin-bottom:46px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:28px}@media screen and (width>=501px) and (width<=780px){.how-to .help-section .inner-section .content .body{margin-bottom:0;font-size:14px}}@media screen and (width>=781px) and (width<=960px){.how-to .help-section .inner-section .content .body{margin-bottom:21px;font-size:16px}}@media screen and (width<=500px){.how-to .help-section .inner-section .content .body{margin-bottom:9px;font-size:16px}}.how-to .img-section-mobile{display:none}@media screen and (width<=500px){.how-to .img-section-mobile{float:left;width:100%;margin-right:7.42297%;display:block}.how-to .img-section-mobile:last-child{margin-right:0}.how-to .img-section-mobile{text-align:center;margin-top:20px;margin-bottom:20px;display:block}.how-to .img-section-mobile img{width:60%}}.how-to .apps-section{z-index:2;background-color:#3bbebe;background-size:100% 100%;border-radius:89%/10%;width:104%;margin-top:-25px;margin-bottom:-25px;position:relative;left:-2%;overflow:hidden}.how-to .apps-section .inner-section{margin:0 7%;padding:80px 0 50px}@media screen and (width<=500px){.how-to .apps-section .inner-section{margin:0 45px;padding:0}}@media screen and (width>=501px) and (width<=780px){.how-to .apps-section .inner-section{padding:45px 0 50px}}.how-to .apps-section .inner-section span{font-family:tide-sans,sans-serif}.how-to .apps-section .inner-section .img-section{float:left;width:48.8212%;margin-bottom:-5px;margin-right:2.35765%;display:block;float:right!important}.how-to .apps-section .inner-section .img-section:last-child{margin-right:0}.how-to .apps-section .inner-section .img-section img{max-width:50%;position:absolute;bottom:0}@media screen and (width<=500px){.how-to .apps-section .inner-section .img-section img{max-width:47%;bottom:-73px;right:62px}}@media screen and (width>=1050px){.how-to .apps-section .inner-section .img-section img{max-width:45%;max-height:129%;bottom:-185px}}@media screen and (width>=781px) and (width<=960px){.how-to .apps-section .inner-section .img-section img{max-width:40%;bottom:-125px}}@media screen and (width>=961px) and (width<=1049px){.how-to .apps-section .inner-section .img-section img{max-width:40%;bottom:-125px}}@media screen and (width>=501px) and (width<=780px){.how-to .apps-section .inner-section .img-section img{width:33%;max-height:60%;bottom:-70px}}.how-to .apps-section .inner-section .content{float:left;width:48.8212%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .content:last-child{margin-right:0}.how-to .apps-section .inner-section .content{text-align:right;padding:0 0 0 1%}@media screen and (width>=1050px){.how-to .apps-section .inner-section .content{padding:0 0 0 6%}}@media screen and (width>=501px) and (width<=780px){.how-to .apps-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .content:last-child{margin-right:0}.how-to .apps-section .inner-section .content{text-align:left;padding:48px 0 0}}@media screen and (width<=500px){.how-to .apps-section .inner-section .content{float:left;width:100%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .content:last-child{margin-right:0}.how-to .apps-section .inner-section .content{text-align:left;padding:48px 0 0}}.how-to .apps-section .inner-section .content .title{color:#fff;text-shadow:none;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:32px;line-height:39px}.how-to .apps-section .inner-section .content .body{color:#fff;margin-bottom:47px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:24px}@media screen and (width>=1050px){.how-to .apps-section .inner-section .content .body{float:right;max-width:520px}}@media screen and (width>=961px) and (width<=1049px){.how-to .apps-section .inner-section .content .body{float:right;max-width:520px}}@media screen and (width>=501px) and (width<=780px){.how-to .apps-section .inner-section .content .body{margin-bottom:27px}}@media screen and (width<=500px){.how-to .apps-section .inner-section .content .body{margin-bottom:27px;font-size:16px}}.how-to .apps-section .inner-section .content .body a{color:#303672}.how-to .apps-section .inner-section .app-links{float:left;width:48.8212%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .app-links:last-child{margin-right:0}.how-to .apps-section .inner-section .app-links{float:left;justify-content:right;padding:0 0 7% 2%;display:inline-flex}@media screen and (width<=500px){.how-to .apps-section .inner-section .app-links{float:left;width:40.2914%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .app-links:last-child{margin-right:0}.how-to .apps-section .inner-section .app-links{margin-bottom:42px;padding:0}}@media screen and (width>=501px) and (width<=780px){.how-to .apps-section .inner-section .app-links{float:left;width:31.7616%;margin-right:2.35765%;display:block}.how-to .apps-section .inner-section .app-links:last-child{margin-right:0}.how-to .apps-section .inner-section .app-links{margin-bottom:40px;padding:0}}.how-to .apps-section .inner-section .app-links a .app-badge{padding:5px}.how-to .landscape-mode-section{z-index:1;background-color:#3bbebe;border-radius:0 0 89% 89%/10%;margin-top:-25px;position:relative}.how-to .landscape-mode-section .title{color:#fff;margin-bottom:0;padding-left:0%;font-family:tide-sans,sans-serif;font-size:32px;line-height:39px}.how-to .landscape-mode-section .text-description{color:#fff;margin-bottom:1em;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:28px}.how-to .landscape-mode-section .text-description span{font-family:tide-sans,sans-serif}@media screen and (width<=769px){.how-to .landscape-mode-section #background-teardrop{display:none}}.how-to .landscape-mode-section #background-teardrop{margin-top:auto}@media screen and (width<=769px){.how-to .landscape-mode-section #description-landscape{order:2}.how-to .landscape-mode-section #animation-landscape{order:3}}.how-to .landscape-mode-section #animation-landscape div{width:115%!important}@media screen and (width<=769px){.how-to .landscape-mode-section #background-squiggle{order:1;width:50%;margin-left:60%}}.how-to .landscape-mode-section #background-squiggle{margin-bottom:auto}.how-to .footer{background-color:#fff;padding:0}.how-to .footer .back-ground{width:100%;height:200px;position:absolute}.how-to .footer .text-header{color:#303672;z-index:1;margin-bottom:26px;padding-left:0%;font-family:tide-sans,sans-serif;line-height:38px}@media screen and (width>=1216px){.how-to .footer .text-header{padding-top:7rem!important}}.how-to .footer .text-description{color:#303672;margin-bottom:46px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:28px}.how-to .footer .text-description span{font-family:tide-sans,sans-serif}.how-to .footer .cta-button .primary-button{background:#f0614b}.how-to .footer .cta-button .secondary-button{background:#3bbebe}.how-to .footer .cta-button{width:90%;margin:auto;position:relative}.how-to .footer .cta-button a{color:#fff;text-align:center;border-radius:15px;height:100%;padding:10px;font-family:tide-sans,sans-serif;font-size:26px;line-height:38px;display:block}.how-to .footer .cta-button a:hover{color:#fff}@media screen and (width<=769px){.how-to .footer .columns{flex-direction:column}}.how-to .footer .footer__option{background-color:#fff;border:2px solid #80808080;border-radius:11px}@media screen and (width<=2342px){.how-to .footer .footer__option .footer__option--img{width:75%}}@media screen and (width>=769px){.how-to .footer .footer__option{margin:0 .15rem}}@media screen and (width>=1024px){.how-to .footer .footer__option{margin:0 .5rem}}.how-to .footer .inner-section{background:#fff;justify-content:center;margin:0 6px;display:flex}@media screen and (width<=500px){.footer-links{padding-top:13px!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.apps{margin-top:30px;padding-top:30px}.apps .top-section .inner-section{padding-top:20px}.apps .top-section .inner-section:after{clear:both;content:"";display:block}.apps .top-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.apps .top-section .inner-section .header{color:#303672;z-index:1;padding-left:20px;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:48px;font-weight:200;line-height:57px;position:relative}@media screen and (width<=500px){.apps .top-section .inner-section .header{font-size:36px;line-height:44px}}.apps .top-section .inner-section .img-section{margin-top:-10px}@media screen and (width>=781px) and (width<=960px){.apps .top-section .inner-section .img-section{margin-top:unset}}@media screen and (width>=501px) and (width<=780px){.apps .top-section .inner-section .img-section{margin-top:unset;padding:10px 20px 20px}}@media screen and (width<=500px){.apps .top-section .inner-section .img-section{margin-top:unset;padding:10px 20px 20px}}.apps .top-section .inner-section .img-section img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.apps .top-section .divider{height:4px}.apps .mobile-section{background:#3bbebe;margin-bottom:50px}@media screen and (width>=501px) and (width<=780px){.apps .mobile-section{margin-bottom:0}}@media screen and (width<=500px){.apps .mobile-section{margin-bottom:0}}.apps .mobile-section img{width:194px;height:66px}.apps .mobile-section .inner-section{padding:2% 20px}.apps .mobile-section .inner-section:after{clear:both;content:"";display:block}.apps .mobile-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.apps .mobile-section .inner-section{padding:7% 25px}}.apps .mobile-section .inner-section .header{color:#fff;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px;display:block}.apps .mobile-section .inner-section .header:last-child{margin-right:0}.apps .mobile-section .inner-section .iOS-section,.apps .mobile-section .inner-section .android-section,.apps .mobile-section .inner-section .amazon-section{text-align:center;float:left;width:31.7616%;margin-right:2.35765%;display:block}.apps .mobile-section .inner-section .iOS-section:last-child,.apps .mobile-section .inner-section .android-section:last-child,.apps .mobile-section .inner-section .amazon-section:last-child{margin-right:0}@media screen and (width<=500px){.apps .mobile-section .inner-section .iOS-section,.apps .mobile-section .inner-section .android-section,.apps .mobile-section .inner-section .amazon-section{width:100%}}.apps .mobile-section .inner-section .iOS-section .content,.apps .mobile-section .inner-section .android-section .content,.apps .mobile-section .inner-section .amazon-section .content{color:#fff;margin-top:10px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:24px}@media screen and (width<=500px){.apps .mobile-section .inner-section .iOS-section .content,.apps .mobile-section .inner-section .android-section .content,.apps .mobile-section .inner-section .amazon-section .content{margin-bottom:40px}}.apps .mobile-section .inner-section .iOS-section .content span,.apps .mobile-section .inner-section .android-section .content span,.apps .mobile-section .inner-section .amazon-section .content span{font-size:14px;font-style:italic}.apps .tv-section{border-bottom:5px solid #979797}.apps .tv-section .inner-section{padding-top:3%;padding-bottom:5%}.apps .tv-section .inner-section:after{clear:both;content:"";display:block}.apps .tv-section .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.apps .tv-section .inner-section{padding-top:8%}}.apps .tv-section .inner-section .header{color:#303672;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px;display:block}.apps .tv-section .inner-section .header:last-child{margin-right:0}@media screen and (width<=500px){.apps .tv-section .inner-section .header{padding:0 20px}}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section,.apps .tv-section .inner-section .tv-apps-container .roku-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .firetv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .chromecast-section:last-child,.apps .tv-section .inner-section .tv-apps-container .roku-section:last-child,.apps .tv-section .inner-section .tv-apps-container .apple-tv-section:nth-child(2n),.apps .tv-section .inner-section .tv-apps-container .firetv-section:nth-child(2n),.apps .tv-section .inner-section .tv-apps-container .chromecast-section:nth-child(2n),.apps .tv-section .inner-section .tv-apps-container .roku-section:nth-child(2n){margin-right:0}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section:nth-child(odd),.apps .tv-section .inner-section .tv-apps-container .firetv-section:nth-child(odd),.apps .tv-section .inner-section .tv-apps-container .chromecast-section:nth-child(odd),.apps .tv-section .inner-section .tv-apps-container .roku-section:nth-child(odd){clear:left}@media screen and (width>=501px) and (width<=780px){.apps .tv-section .inner-section .tv-apps-container .apple-tv-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section,.apps .tv-section .inner-section .tv-apps-container .roku-section{float:left;width:100%;margin-right:3.57866%;display:block}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .firetv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .chromecast-section:last-child,.apps .tv-section .inner-section .tv-apps-container .roku-section:last-child{margin-right:0}}@media screen and (width<=500px){.apps .tv-section .inner-section .tv-apps-container .apple-tv-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section,.apps .tv-section .inner-section .tv-apps-container .roku-section{float:left;width:100%;margin-right:7.42297%;display:block}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .firetv-section:last-child,.apps .tv-section .inner-section .tv-apps-container .chromecast-section:last-child,.apps .tv-section .inner-section .tv-apps-container .roku-section:last-child{margin-right:0}}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section .logo-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section .logo-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section .logo-section,.apps .tv-section .inner-section .tv-apps-container .roku-section .logo-section{text-align:center;margin-bottom:20px}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section .logo-section img,.apps .tv-section .inner-section .tv-apps-container .firetv-section .logo-section img,.apps .tv-section .inner-section .tv-apps-container .chromecast-section .logo-section img,.apps .tv-section .inner-section .tv-apps-container .roku-section .logo-section img{max-height:45px}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section .content .body,.apps .tv-section .inner-section .tv-apps-container .firetv-section .content .body,.apps .tv-section .inner-section .tv-apps-container .chromecast-section .content .body,.apps .tv-section .inner-section .tv-apps-container .roku-section .content .body{color:#979797;padding-left:20px;padding-right:20px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:24px}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section .content .body .orange-highlight a,.apps .tv-section .inner-section .tv-apps-container .firetv-section .content .body .orange-highlight a,.apps .tv-section .inner-section .tv-apps-container .chromecast-section .content .body .orange-highlight a,.apps .tv-section .inner-section .tv-apps-container .roku-section .content .body .orange-highlight a{color:#3bbebe}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section,.apps .tv-section .inner-section .tv-apps-container .roku-section{margin-bottom:70px}.apps .tv-section .inner-section .tv-apps-container .apple-tv-section #red-text,.apps .tv-section .inner-section .tv-apps-container .firetv-section #red-text,.apps .tv-section .inner-section .tv-apps-container .chromecast-section #red-text,.apps .tv-section .inner-section .tv-apps-container .roku-section #red-text{color:red}@media screen and (width<=500px){.apps .tv-section .inner-section .tv-apps-container .apple-tv-section,.apps .tv-section .inner-section .tv-apps-container .firetv-section,.apps .tv-section .inner-section .tv-apps-container .chromecast-section,.apps .tv-section .inner-section .tv-apps-container .roku-section{margin-bottom:40px}}.apps .tv-section .inner-section .tv-apps-container .apps-cta{float:left;width:100%;margin-right:2.35765%;display:block}.apps .tv-section .inner-section .tv-apps-container .apps-cta:last-child{margin-right:0}.apps .tv-section .inner-section .tv-apps-container .apps-cta{text-align:center}@media screen and (width>=501px) and (width<=780px){.apps .tv-section .inner-section .tv-apps-container .apps-cta{margin-top:0}}@media screen and (width<=500px){.apps .tv-section .inner-section .tv-apps-container .apps-cta{margin-top:0}}.apps .tv-section .inner-section .tv-apps-container .apps-cta button{letter-spacing:.8px;background:#ef6a3b;border-radius:20px;width:301px;height:60px;margin-bottom:20px;padding:.7em 1em;font-family:tide-sans,sans-serif;font-size:18px;transition:all .48s;box-shadow:0 3px 5px #0003;background:#f0614b!important}@media screen and (width<=500px){.apps .tv-section .inner-section .tv-apps-container .apps-cta button{margin-left:0%;padding:0;font-size:1em}}.apps .tv-section .inner-section .tv-apps-container .apps-cta button:hover{margin-top:-4px;margin-bottom:24px;transition:all .48s}@media screen and (width<=500px){.apps .tv-section .inner-section .tv-apps-container .apps-cta button:hover{margin-top:0;margin-bottom:20px}}.apps .info-section .supported-devices-header{color:#303672;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;padding-top:3%;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px;display:block}.apps .info-section .supported-devices-header:last-child{margin-right:0}@media screen and (width<=500px){.apps .info-section .supported-devices-header{padding:8% 25px 0}}.apps .info-section .operating-systems-section{padding-top:3%;padding-bottom:4%}.apps .info-section .operating-systems-section:after{clear:both;content:"";display:block}.apps .info-section .operating-systems-section{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.apps .info-section .operating-systems-section{padding-top:8%;padding-bottom:8%}}.apps .info-section .operating-systems-section .operating-systems-header{color:#979797;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:39px;display:block}.apps .info-section .operating-systems-section .operating-systems-header:last-child{margin-right:0}@media screen and (width<=500px){.apps .info-section .operating-systems-section .operating-systems-container .windows-section{padding-top:2em}}.apps .info-section .operating-systems-section .operating-systems-container .apple-section,.apps .info-section .operating-systems-section .operating-systems-container .windows-section{float:left;width:48.8212%;margin-right:2.35765%;display:block}.apps .info-section .operating-systems-section .operating-systems-container .apple-section:last-child,.apps .info-section .operating-systems-section .operating-systems-container .windows-section:last-child,.apps .info-section .operating-systems-section .operating-systems-container .apple-section:nth-child(2n),.apps .info-section .operating-systems-section .operating-systems-container .windows-section:nth-child(2n){margin-right:0}.apps .info-section .operating-systems-section .operating-systems-container .apple-section:nth-child(odd),.apps .info-section .operating-systems-section .operating-systems-container .windows-section:nth-child(odd){clear:left}@media screen and (width>=501px) and (width<=780px){.apps .info-section .operating-systems-section .operating-systems-container .apple-section,.apps .info-section .operating-systems-section .operating-systems-container .windows-section{float:left;width:48.2107%;margin-right:3.57866%;display:block}.apps .info-section .operating-systems-section .operating-systems-container .apple-section:last-child,.apps .info-section .operating-systems-section .operating-systems-container .windows-section:last-child{margin-right:0}}@media screen and (width<=500px){.apps .info-section .operating-systems-section .operating-systems-container .apple-section,.apps .info-section .operating-systems-section .operating-systems-container .windows-section{float:left;width:100%;margin-right:7.42297%;display:block}.apps .info-section .operating-systems-section .operating-systems-container .apple-section:last-child,.apps .info-section .operating-systems-section .operating-systems-container .windows-section:last-child{margin-right:0}}.apps .info-section .operating-systems-section .operating-systems-container .apple-section .logo-section,.apps .info-section .operating-systems-section .operating-systems-container .windows-section .logo-section{text-align:center;margin-bottom:20px}.apps .info-section .operating-systems-section .operating-systems-container .apple-section .logo-section img,.apps .info-section .operating-systems-section .operating-systems-container .windows-section .logo-section img{max-height:45px}.apps .info-section .operating-systems-section .operating-systems-container .apple-section .content .body,.apps .info-section .operating-systems-section .operating-systems-container .windows-section .content .body{text-align:center;color:#979797;padding-left:20px;padding-right:20px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}.apps .info-section .operating-systems-section .operating-systems-container .apple-section .content .body .orange-highlight a,.apps .info-section .operating-systems-section .operating-systems-container .windows-section .content .body .orange-highlight a{color:#3bbebe}.apps .info-section .browser-section:after{clear:both;content:"";display:block}.apps .info-section .browser-section{background-color:#f8f8f8;max-width:100%;margin-left:auto;margin-right:auto;padding-top:3%;padding-bottom:3%}@media screen and (width<=500px){.apps .info-section .browser-section{padding-top:8%;padding-bottom:8%}}.apps .info-section .browser-section .browser-header{color:#979797;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:39px;display:block}.apps .info-section .browser-section .browser-header:last-child{margin-right:0}.apps .info-section .browser-section .browser-container:after{clear:both;content:"";display:block}.apps .info-section .browser-section .browser-container{max-width:100%;margin-left:auto;margin-right:auto}.apps .info-section .browser-section .browser-container .chrome-section,.apps .info-section .browser-section .browser-container .firefox-section,.apps .info-section .browser-section .browser-container .safari-section,.apps .info-section .browser-section .browser-container .explorer-section{float:left;width:23.2318%;margin-right:2.35765%;display:block}.apps .info-section .browser-section .browser-container .chrome-section:last-child,.apps .info-section .browser-section .browser-container .firefox-section:last-child,.apps .info-section .browser-section .browser-container .safari-section:last-child,.apps .info-section .browser-section .browser-container .explorer-section:last-child{margin-right:0}.apps .info-section .browser-section .browser-container .chrome-section,.apps .info-section .browser-section .browser-container .firefox-section,.apps .info-section .browser-section .browser-container .safari-section,.apps .info-section .browser-section .browser-container .explorer-section{margin-left:1%;margin-right:0;padding-bottom:3%}@media screen and (width>=501px) and (width<=780px){.apps .info-section .browser-section .browser-container .chrome-section,.apps .info-section .browser-section .browser-container .firefox-section,.apps .info-section .browser-section .browser-container .safari-section,.apps .info-section .browser-section .browser-container .explorer-section{float:left;width:48.2107%;margin-right:3.57866%;display:block}.apps .info-section .browser-section .browser-container .chrome-section:last-child,.apps .info-section .browser-section .browser-container .firefox-section:last-child,.apps .info-section .browser-section .browser-container .safari-section:last-child,.apps .info-section .browser-section .browser-container .explorer-section:last-child,.apps .info-section .browser-section .browser-container .chrome-section,.apps .info-section .browser-section .browser-container .firefox-section,.apps .info-section .browser-section .browser-container .safari-section,.apps .info-section .browser-section .browser-container .explorer-section{margin-right:0}}@media screen and (width<=500px){.apps .info-section .browser-section .browser-container .chrome-section,.apps .info-section .browser-section .browser-container .firefox-section,.apps .info-section .browser-section .browser-container .safari-section,.apps .info-section .browser-section .browser-container .explorer-section{float:left;width:100%;margin-right:7.42297%;display:block}.apps .info-section .browser-section .browser-container .chrome-section:last-child,.apps .info-section .browser-section .browser-container .firefox-section:last-child,.apps .info-section .browser-section .browser-container .safari-section:last-child,.apps .info-section .browser-section .browser-container .explorer-section:last-child{margin-right:0}}.apps .info-section .browser-section .browser-container .chrome-section .logo-section,.apps .info-section .browser-section .browser-container .firefox-section .logo-section,.apps .info-section .browser-section .browser-container .safari-section .logo-section,.apps .info-section .browser-section .browser-container .explorer-section .logo-section{text-align:center;margin-bottom:20px}@media screen and (width<=500px){.apps .info-section .browser-section .browser-container .chrome-section .logo-section,.apps .info-section .browser-section .browser-container .firefox-section .logo-section,.apps .info-section .browser-section .browser-container .safari-section .logo-section,.apps .info-section .browser-section .browser-container .explorer-section .logo-section{margin-bottom:0}}.apps .info-section .browser-section .browser-container .chrome-section .logo-section img,.apps .info-section .browser-section .browser-container .firefox-section .logo-section img,.apps .info-section .browser-section .browser-container .safari-section .logo-section img,.apps .info-section .browser-section .browser-container .explorer-section .logo-section img{max-height:45px}.apps .info-section .browser-section .browser-container .chrome-section .content .body,.apps .info-section .browser-section .browser-container .firefox-section .content .body,.apps .info-section .browser-section .browser-container .safari-section .content .body,.apps .info-section .browser-section .browser-container .explorer-section .content .body{text-align:center;color:#979797;padding-left:20px;padding-right:20px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}@media screen and (width<=500px){.apps .info-section .browser-section .browser-container .chrome-section .content .body,.apps .info-section .browser-section .browser-container .firefox-section .content .body,.apps .info-section .browser-section .browser-container .safari-section .content .body,.apps .info-section .browser-section .browser-container .explorer-section .content .body{margin-bottom:20px}}.apps .info-section .browser-section .browser-container .chrome-section .content .body .orange-highlight a,.apps .info-section .browser-section .browser-container .firefox-section .content .body .orange-highlight a,.apps .info-section .browser-section .browser-container .safari-section .content .body .orange-highlight a,.apps .info-section .browser-section .browser-container .explorer-section .content .body .orange-highlight a{color:#3bbebe}.apps .info-section .browser-section .browser-container .browser-info{float:left;width:65.8808%;margin-right:2.35765%;display:block}.apps .info-section .browser-section .browser-container .browser-info:last-child{margin-right:0}.apps .info-section .browser-section .browser-container .browser-info{text-align:center;color:#979797;margin-left:17.0596%;font-family:tide-sans-300,sans-serif;line-height:24px}@media screen and (width<=500px){.apps .info-section .browser-section .browser-container .browser-info{float:left;width:100%;margin-right:2.35765%;display:block}.apps .info-section .browser-section .browser-container .browser-info:last-child{margin-right:0}.apps .info-section .browser-section .browser-container .browser-info{margin-left:0%;padding:0 20px}}.apps .info-section .browser-section .attributions{float:left;width:65.8808%;margin-right:2.35765%;display:block}.apps .info-section .browser-section .attributions:last-child{margin-right:0}.apps .info-section .browser-section .attributions{text-align:center;color:#979797;margin-top:20px;margin-left:17.0596%;font-family:tide-sans-300,sans-serif;line-height:24px}@media screen and (width<=500px){.apps .info-section .browser-section .attributions{float:left;width:100%;margin-right:2.35765%;display:block}.apps .info-section .browser-section .attributions:last-child{margin-right:0}.apps .info-section .browser-section .attributions{margin-left:0%;padding:0 20px}}.apps .supported-tv-section:after{clear:both;content:"";display:block}.apps .supported-tv-section{background-color:#fff;max-width:100%;margin-left:auto;margin-right:auto;padding-top:3%;padding-bottom:6%}@media screen and (width<=500px){.apps .supported-tv-section{padding-top:8%;padding-bottom:10%}}.apps .supported-tv-section .supported-tv-header{color:#979797;text-align:center;float:left;width:100%;margin-bottom:30px;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;font-size:28px;font-weight:200;line-height:39px;display:block}.apps .supported-tv-section .supported-tv-header:last-child{margin-right:0}.apps .supported-tv-section .supported-tv-container .roku-section{float:left;width:100%;margin-right:2.35765%;display:block}.apps .supported-tv-section .supported-tv-container .roku-section:last-child,.apps .supported-tv-section .supported-tv-container .roku-section:nth-child(2n){margin-right:0}.apps .supported-tv-section .supported-tv-container .roku-section:nth-child(odd){clear:left}@media screen and (width>=501px) and (width<=780px){.apps .supported-tv-section .supported-tv-container .roku-section{float:left;width:100%;margin-right:3.57866%;display:block}.apps .supported-tv-section .supported-tv-container .roku-section:last-child{margin-right:0}}@media screen and (width<=500px){.apps .supported-tv-section .supported-tv-container .roku-section{float:left;width:100%;margin-right:7.42297%;display:block}.apps .supported-tv-section .supported-tv-container .roku-section:last-child{margin-right:0}}.apps .supported-tv-section .supported-tv-container .roku-section .logo-section{text-align:center;margin-bottom:20px}.apps .supported-tv-section .supported-tv-container .roku-section .logo-section img{max-height:45px}.apps .supported-tv-section .supported-tv-container .roku-section .content .body{text-align:center;color:#979797;padding-left:20px;padding-right:20px;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}.apps .supported-tv-section .supported-tv-container .roku-section .content .body span{font-size:16px}.apps .supported-tv-section .supported-tv-container .roku-section .content .body .orange-highlight a{color:#3bbebe}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.login-container{background:linear-gradient(#3bbebe,#303672);min-height:100vh}.login-container .mobile-navbar{width:100%}.login-container .navbar{background-image:url("data:image/svg+xml,%3csvg%20width='1720'%20height='100'%20viewBox='0%200%201720%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20style='mix-blend-mode:multiply'%3e%3cpath%20d='M1720%20-1.80418e-07L0%200L0.000171668%2081.8989C82%2081.8989%20173%20100%20292%20100C411%20100%20427%2080.8989%20612%2083.2809C701.285%2084.4305%20800.692%20101.1%20943%2096.6292C1047.4%2093.3491%201157.16%2083.2809%201222%2083.2809C1318.37%2083.2809%201440%2097.7528%201504%2097.7528C1568%2097.7528%201627%2082.0225%201720%2082.0225L1720%20-1.80418e-07Z'%20fill='%23303672'/%3e%3c/g%3e%3c/svg%3e");background-position:0 0;background-repeat:repeat-x;background-size:auto;top:0;background-color:#0000!important;position:absolute!important}.login-container .navbar .container{flex-direction:row;align-items:center}@media screen and (width>=961px) and (width<=1049px){.login-container{background-position:73%}}@media screen and (width>=781px) and (width<=960px){.login-container{background-position:73%}}.login-container .bubbles{min-height:100vh}@media screen and (width<=500px){.login-container .bubbles{background-image:unset!important}}.login-container .inner-container:after{clear:both;content:"";display:block}.login-container .inner-container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.login-container .inner-container .form-container{float:left;width:40.2914%;margin-right:2.35765%;display:block}.login-container .inner-container .form-container:last-child{margin-right:0}.login-container .inner-container .form-container{background-color:#3bbebe;border:0 solid #979797;border-radius:30px;padding:5% 4%;position:relative;top:20vh;box-shadow:0 20px 20px -10px #0003;float:inherit!important;margin:auto!important}@media screen and (orientation:landscape){.login-container .inner-container .form-container.flat-form{background-color:unset;border:unset;width:auto;max-width:520px;box-shadow:unset;padding-top:3%;top:0}}@media screen and (width>=1550px){.login-container .inner-container .form-container{margin-bottom:17vw}}@media screen and (width>=961px) and (width<=1049px){.login-container .inner-container .form-container{margin-bottom:450px}}@media screen and (width>=781px) and (width<=960px){.login-container .inner-container .form-container{margin-bottom:450px}}@media screen and (width>=501px) and (width<=780px){.login-container .inner-container .form-container{float:left;width:74.1053%;margin-right:3.57866%;display:block}.login-container .inner-container .form-container:last-child{margin-right:0}.login-container .inner-container .form-container{box-shadow:none;margin-top:20%;margin-left:12.9473%}}@media screen and (width<=500px){.login-container .inner-container .form-container{float:left;width:100%;margin-right:7.42297%;display:block}.login-container .inner-container .form-container:last-child{margin-right:0}.login-container .inner-container .form-container{background-color:unset;box-shadow:none;margin-top:20%;margin-bottom:190px;margin-left:0%}}.login-container .inner-container .form-container .title{color:#fff;font-family:urbane-rounded-bold,Sofia-Pro,sans-serif;font-size:32px;font-weight:700;line-height:39px}@media screen and (width<=500px){.login-container .inner-container .form-container .title{margin-bottom:28px;font-size:44px}}.login-container .inner-container .form-container form .fl_wrap{width:100%}@media screen and (width<=500px){.login-container .inner-container .form-container form .fl_wrap{margin-bottom:30px}}.login-container .inner-container .form-container form .inputs{background:#fff;border:1px solid #fff;border-radius:4px;width:100%;height:62px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.login-container .inner-container .form-container form .inputs{height:52px;font-size:20px}}.login-container .inner-container .form-container form .forgot-password{text-align:left;margin-bottom:22px;font-family:tide-sans-300,sans-serif}.login-container .inner-container .form-container form .forgot-password a{color:#fff;font-size:16px;line-height:18px}.login-container .inner-container .form-container form .signup-link{text-align:center;color:#fff}.login-container .inner-container .form-container form .signup-link a{color:#fff;font-size:16px;font-weight:700;line-height:18px}.login-container .inner-container .form-container form .remember-me{margin-bottom:10px;display:none}.login-container .inner-container .form-container .separator{margin-bottom:16px}.login-container .inner-container .form-container .facebook-signin{margin-bottom:20px}.login-container .inner-container .form-container .google-signin{margin-bottom:26px}.login-container .inner-container .form-container .signup{color:#fff;text-align:center;font-family:tide-sans,sans-serif;font-size:16px;line-height:18px}.login-container .inner-container .form-container .signup a{color:#fff;font-weight:700}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.forgot-password-container{background-color:#fff;background-position:top;background-repeat:no-repeat;background-size:cover}@media screen and (width>=501px) and (width<=780px){.forgot-password-container{background-color:#fff}}@media screen and (width<=500px){.forgot-password-container{background-color:#fff}}.forgot-password-container .inner-container{justify-content:center;margin-top:5vh;display:flex}.forgot-password-container .inner-container:after{clear:both;content:"";display:block}.forgot-password-container .inner-container{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.forgot-password-container .inner-container{margin-top:0}}.forgot-password-container .inner-container .form-container .submit-button{color:#fff;letter-spacing:.01px;-webkit-appearance:none;border-radius:25px;width:100%;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:24px;line-height:29px;background:#f0614b!important}.forgot-password-container .inner-container .form-container{opacity:1;float:left;background:#fff;border:0 solid #979797;border-radius:14px;width:48.8212%;max-width:482px;margin-right:2.35765%;padding:4%;display:block;width:100%!important;margin-left:0!important}.forgot-password-container .inner-container .form-container:last-child{margin-right:0}.forgot-password-container .inner-container .form-container{margin-left:25.5894%}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container{flex-direction:column;padding:20px}}@media screen and (width>=501px) and (width<=780px){.forgot-password-container .inner-container .form-container{flex-direction:column;padding:20px}}@media screen and (width>=1050px){.forgot-password-container .inner-container .form-container .form-left{float:left;width:48.8212%;margin-right:2.35765%;display:block}.forgot-password-container .inner-container .form-container .form-left:last-child{margin-right:0}.forgot-password-container .inner-container .form-container .passwordHint{float:left;width:48.8212%;margin-right:2.35765%;display:block}.forgot-password-container .inner-container .form-container .passwordHint:last-child{margin-right:0}}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container .passwordHint{font-size:16px;margin-top:0!important}}@media screen and (width<=359px){.forgot-password-container .inner-container .form-container .passwordHint{font-size:.75rem}}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container .passwordHint-content,.forgot-password-container .inner-container .form-container .passwordHint-match{margin-top:0!important}}.forgot-password-container .inner-container .form-container .title{color:#473874;margin-bottom:24px;font-family:tide-sans-300,sans-serif;font-size:32px;font-weight:200;line-height:39px}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container .title{font-size:26px}}.forgot-password-container .inner-container .form-container form .fl_wrap{width:100%}.forgot-password-container .inner-container .form-container form .inputs{background:#fff;border:1px solid #473874;border-radius:4px;width:100%;height:62px;padding-bottom:19px;padding-left:16px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container form .inputs{height:50px}}.forgot-password-container .inner-container .form-container form .info{color:#333;margin-bottom:20px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:22px}.forgot-password-container .inner-container .form-container form .back-link{margin-bottom:30px}.forgot-password-container .inner-container .form-container form .back-link a{color:#303672;font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:700;line-height:19px}@media screen and (width<=500px){.forgot-password-container .inner-container .form-container .field:nth-child(2){margin-top:20px;margin-bottom:20px!important}}.forgot-password-container .inner-container .form-container .signup{color:#473874;text-align:center;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:18px}.forgot-password-container .inner-container .form-container .signup a{color:#473874;font-weight:700}.forgot-password-container.new-password .inner-container .form-container:after{clear:both;content:"";display:block}.forgot-password-container.new-password .inner-container .form-container{align-items:center;width:100%;max-width:1200px;margin:0;display:flex}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.file-not-found{background:#333;margin-top:30px;padding-top:30px;padding-bottom:25%}@media screen and (width<=500px){.file-not-found{padding-bottom:44%}}.file-not-found .inner-section{font-family:HelveticaNeue-Light,arboria,sans-serif}.file-not-found .inner-section:after{clear:both;content:"";display:block}.file-not-found .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}.file-not-found .inner-section .content{float:left;width:40.2914%;margin-right:2.35765%;display:block}.file-not-found .inner-section .content:last-child{margin-right:0}.file-not-found .inner-section .content{margin-left:8.5298%}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .content{float:left;width:36.0265%;margin-right:2.35765%;display:block}.file-not-found .inner-section .content:last-child{margin-right:0}}.file-not-found .inner-section .content .header{color:#fff;font-family:tide-sans-300,sans-serif;font-size:208px;line-height:275px}@media screen and (width>=781px) and (width<=960px){.file-not-found .inner-section .content .header{font-size:171px;line-height:200px}}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .content .header{font-size:160px;line-height:180px}}@media screen and (width<=500px){.file-not-found .inner-section .content .header{font-size:156px;line-height:200px}}.file-not-found .inner-section .content .title{color:#3bbebe;margin-bottom:0;font-size:32px;line-height:46px}@media screen and (width>=781px) and (width<=960px){.file-not-found .inner-section .content .title{font-size:25px}}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .content .title{font-size:23px}}@media screen and (width<=500px){.file-not-found .inner-section .content .title{width:200%;margin-top:-30px;font-size:24px}}.file-not-found .inner-section .content .body{color:#fff;margin-bottom:44px;font-size:30px}@media screen and (width>=781px) and (width<=960px){.file-not-found .inner-section .content .body{font-size:28px;line-height:24px}}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .content .body{margin-bottom:28px;font-size:24px;line-height:20px}}@media screen and (width<=500px){.file-not-found .inner-section .content .body{width:200%}}.file-not-found .inner-section .content .actions{float:left;width:100%;margin-right:2.35765%;display:block}.file-not-found .inner-section .content .actions:last-child{margin-right:0}.file-not-found .inner-section .content .actions .back,.file-not-found .inner-section .content .actions .home{text-align:center;float:left;border-radius:8px;width:48.8212%;margin-right:2.35765%;padding:6% 0;font-family:tide-sans,sans-serif;font-size:20px;line-height:24px;display:block}.file-not-found .inner-section .content .actions .back:last-child,.file-not-found .inner-section .content .actions .home:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.file-not-found .inner-section .content .actions .back,.file-not-found .inner-section .content .actions .home{font-size:16px}}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .content .actions .back,.file-not-found .inner-section .content .actions .home{width:100%;margin-bottom:10px}}@media screen and (width<=500px){.file-not-found .inner-section .content .actions .back,.file-not-found .inner-section .content .actions .home{float:left;width:207.423%;margin-right:7.42297%;display:block}.file-not-found .inner-section .content .actions .back:last-child,.file-not-found .inner-section .content .actions .home:last-child{margin-right:0}.file-not-found .inner-section .content .actions .back,.file-not-found .inner-section .content .actions .home{padding:14% 0}}.file-not-found .inner-section .content .actions .back a,.file-not-found .inner-section .content .actions .home a{color:#fff}.file-not-found .inner-section .content .actions .back{background:#3bbebe}@media screen and (width<=500px){.file-not-found .inner-section .content .actions .back{margin-top:20px;margin-bottom:10px}}.file-not-found .inner-section .content .actions .home{background:#303672}.file-not-found .inner-section .img-section{float:left;width:31.7616%;margin-right:2.35765%;display:block}.file-not-found .inner-section .img-section:last-child{margin-right:0}.file-not-found .inner-section .img-section{margin-left:17.0596%}@media screen and (width>=501px) and (width<=780px){.file-not-found .inner-section .img-section{width:40%;margin-left:9%}}@media screen and (width<=500px){.file-not-found .inner-section .img-section{display:none}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.internal-server-error{background:#333;margin-top:30px;padding-top:50px;padding-bottom:25%}@media screen and (width<=500px){.internal-server-error{padding-bottom:44%}}.internal-server-error .inner-section{font-family:HelveticaNeue-Light,arboria,sans-serif}.internal-server-error .inner-section:after{clear:both;content:"";display:block}.internal-server-error .inner-section{max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.internal-server-error .inner-section{margin-right:17px}}.internal-server-error .inner-section .content{float:left;width:40.2914%;margin-right:2.35765%;display:block}.internal-server-error .inner-section .content:last-child{margin-right:0}.internal-server-error .inner-section .content{margin-left:8.5298%}.internal-server-error .inner-section .content .header{color:#fff;font-family:tide-sans-300,sans-serif;font-size:208px;line-height:275px}@media screen and (width>=781px) and (width<=960px){.internal-server-error .inner-section .content .header{font-size:171px;line-height:200px}}@media screen and (width>=501px) and (width<=780px){.internal-server-error .inner-section .content .header{font-size:160px;line-height:180px}}@media screen and (width<=500px){.internal-server-error .inner-section .content .header{font-size:156px;line-height:200px}}.internal-server-error .inner-section .content .title{color:#3bbebe;margin-bottom:0;font-size:32px;line-height:46px}@media screen and (width>=781px) and (width<=960px){.internal-server-error .inner-section .content .title{font-size:25px}}@media screen and (width>=501px) and (width<=780px){.internal-server-error .inner-section .content .title{font-size:23px}}@media screen and (width<=500px){.internal-server-error .inner-section .content .title{float:left;width:314.846%;margin-right:7.42297%;display:block}.internal-server-error .inner-section .content .title:last-child{margin-right:0}.internal-server-error .inner-section .content .title{margin-top:-30px;font-size:24px}}.internal-server-error .inner-section .content .body{color:#fff;margin-bottom:44px;font-size:28px}@media screen and (width>=781px) and (width<=960px){.internal-server-error .inner-section .content .body{font-size:28px;line-height:24px}}@media screen and (width>=501px) and (width<=780px){.internal-server-error .inner-section .content .body{margin-bottom:28px;font-size:24px;line-height:20px}}@media screen and (width<=500px){.internal-server-error .inner-section .content .body{width:200%;margin-bottom:28px;font-size:18px;line-height:18px}}.internal-server-error .inner-section .content .actions{float:left;width:100%;margin-right:2.35765%;display:block}.internal-server-error .inner-section .content .actions:last-child{margin-right:0}@media screen and (width<=500px){.internal-server-error .inner-section .content .actions{width:82%}}.internal-server-error .inner-section .content .actions .back,.internal-server-error .inner-section .content .actions .home{text-align:center;float:left;border-radius:8px;width:46.2885%;margin-bottom:20px;margin-right:7.42297%;padding:6% 0;font-family:tide-sans,sans-serif;font-size:20px;line-height:24px;display:block}.internal-server-error .inner-section .content .actions .back:last-child,.internal-server-error .inner-section .content .actions .home:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.internal-server-error .inner-section .content .actions .back,.internal-server-error .inner-section .content .actions .home{font-size:16px}}@media screen and (width>=501px) and (width<=780px){.internal-server-error .inner-section .content .actions .back,.internal-server-error .inner-section .content .actions .home{width:100%;margin-bottom:10px}}@media screen and (width<=500px){.internal-server-error .inner-section .content .actions .back,.internal-server-error .inner-section .content .actions .home{float:left;width:261.134%;margin-right:7.42297%;display:block}.internal-server-error .inner-section .content .actions .back:last-child,.internal-server-error .inner-section .content .actions .home:last-child{margin-right:0}.internal-server-error .inner-section .content .actions .back,.internal-server-error .inner-section .content .actions .home{padding:14% 0}}.internal-server-error .inner-section .content .actions .back a,.internal-server-error .inner-section .content .actions .home a{color:#fff}.internal-server-error .inner-section .content .actions .back{background:#3bbebe;font-family:tide-sans,sans-serif}@media screen and (width<=500px){.internal-server-error .inner-section .content .actions .back{margin-top:20px;margin-bottom:10px}}.internal-server-error .inner-section .content .actions .home{background:#303672;font-family:tide-sans,sans-serif}.internal-server-error .inner-section .content .support-section{color:#fff;float:left;width:100%;margin-right:2.35765%;font-size:18px;display:block}.internal-server-error .inner-section .content .support-section:last-child{margin-right:0}@media screen and (width<=500px){.internal-server-error .inner-section .content .support-section{float:left;width:314.846%;margin-right:7.42297%;display:block}.internal-server-error .inner-section .content .support-section:last-child{margin-right:0}}.internal-server-error .inner-section .content .support-section .orange-highlight{color:#3bbebe}.internal-server-error .inner-section .img-section{text-align:center;float:left;width:48.8212%;margin-top:10%;margin-right:2.35765%;display:block}.internal-server-error .inner-section .img-section:last-child{margin-right:0}@media screen and (width>=781px) and (width<=960px){.internal-server-error .inner-section .img-section{display:none}}@media screen and (width>=501px) and (width<=780px){.internal-server-error .inner-section .img-section{display:none}}@media screen and (width<=500px){.internal-server-error .inner-section .img-section{display:none}}.internal-server-error .inner-section .img-section img{max-width:480px}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.form-errors__hidden{display:none}.form-errors{-o-border-radius:5px;color:#a94442;background-color:#fce3e4;border-color:#ebccd1;border-radius:5px;margin-bottom:10px;padding:20px}.form-input__error label{color:#e35256!important}.form-input__error label:before{background:#e35256!important}.form-input__error input,.form-input__error select{color:#802e31!important;border-color:#e35256!important}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.user-container{margin-top:40px;padding-top:40px;font-family:tide-sans-300,sans-serif;font-size:1em;line-height:1.5}.user-container.wait-cursor{cursor:wait}.user-container .no-pointer{pointer-events:none}.user-container .error_messages{color:#8b0000;text-transform:capitalize;text-align:center;background-color:#ffb6c1;font-size:24px}.user-container .success_message{color:#006400;text-transform:capitalize;text-align:center;background-color:#90ee90;font-size:24px}.user-container .acc-sec{margin:0 auto}@media screen and (width<=500px){.user-container .acc-sec{padding:0 20px}}.user-container .acc-sec .pull-left{float:left;width:48.8212%;margin-right:2.35765%;display:block}.user-container .acc-sec .pull-left:last-child{margin-right:0}.user-container .acc-sec .pull-left{padding:0 20px 20px;display:block}@media screen and (width>=501px) and (width<=780px){.user-container .acc-sec .pull-left{float:left;width:100%;margin-right:3.57866%;display:block}.user-container .acc-sec .pull-left:last-child{margin-right:0}}@media screen and (width<=500px){.user-container .acc-sec .pull-left{float:left;width:100%;margin-right:7.42297%;display:block}.user-container .acc-sec .pull-left:last-child{margin-right:0}.user-container .acc-sec .pull-left{padding:10px 0 0}}.user-container .acc-sec .pull-right{float:left;width:48.8212%;margin-right:2.35765%;display:block}.user-container .acc-sec .pull-right:last-child{margin-right:0}.user-container .acc-sec .pull-right{padding:0 20px 20px;display:block}@media screen and (width>=501px) and (width<=780px){.user-container .acc-sec .pull-right{float:left;width:100%;margin-right:3.57866%;display:block}.user-container .acc-sec .pull-right:last-child{margin-right:0}}@media screen and (width<=500px){.user-container .acc-sec .pull-right{float:left;width:100%;margin-right:7.42297%;display:block}.user-container .acc-sec .pull-right:last-child{margin-right:0}.user-container .acc-sec .pull-right{padding:10px 0 0}}.user-container .acc-sec .pull-right .acc-row:last-child{border-bottom:none}.user-container .inactive-area{pointer-events:none}.user-container .inactive-area .no-subscription{color:#473874;background-color:#fff;font-weight:700;top:50%}@media screen and (width<=500px){.user-container .inactive-area .no-subscription{top:170px;right:0}}.user-container .inactive-area .signup .creditcard{position:relative}.user-container .inactive-area .signup .creditcard:before{content:"";opacity:.6;z-index:120;background-color:#fff;width:100%;height:100%;position:absolute}.user-container .inactive-area .signup .creditcard label{color:#8798ab;height:35px;margin-top:30px;margin-bottom:20px;display:block;position:relative}.user-container .inactive-area .signup .creditcard label>span{color:#8798ab;cursor:text;pointer-events:none;width:100%;height:100%;font-weight:300;line-height:32px;position:absolute;top:0;left:0}.user-container .inactive-area .signup .creditcard label>span span{transform-origin:0;cursor:text;transition:transform .2s ease-in-out;position:absolute;top:0;left:0}.user-container .inactive-area .signup .creditcard label .field.is-focused+span span,.user-container .inactive-area .signup .creditcard label .field:not(.is-empty)+span span{cursor:default;transform:scale(.68)translateY(-36px)}.user-container .inactive-area .signup .creditcard label .field.is-focused+span{border-bottom-color:#34d08c}.user-container .inactive-area .signup .creditcard #submitSubscription{background:linear-gradient(#d88f53,#db634d);width:100%;height:60px;margin-top:30px;font-size:20px}.user-container .inactive-area .signup .creditcard button:focus{background:#24b47e}.user-container .inactive-area .signup .creditcard button:active{background:#303672}.user-container .inactive-area .signup .creditcard .outcome{float:left;text-align:center;width:100%;min-height:20px;padding-top:8px}.user-container .inactive-area .signup .creditcard .error,.user-container .inactive-area .signup .creditcard .success{font-size:15px;display:none}.user-container .inactive-area .signup .creditcard .error.visible,.user-container .inactive-area .signup .creditcard .success.visible{display:inline}.user-container .inactive-area .signup .creditcard .error{color:#e4584c;font-weight:700}.user-container .inactive-area .signup .creditcard .success{color:#34d08c}.user-container .inactive-area .signup .creditcard .success .token{font-size:15px;font-weight:500}.user-container .acc-tabs-contain{background-color:#fff;border-bottom:1px solid #e8e8e8}.user-container .acc-tabs:after{clear:both;content:"";display:block}.user-container .acc-tabs{color:#d8d8d8;width:100%;max-width:60em;margin-left:auto;margin-right:auto;padding:10px 20px;font-size:20px;display:flex}@media screen and (width<=500px){.user-container .acc-tabs{white-space:nowrap;padding:13.6px 0;font-size:16px;display:block;overflow-x:auto}}.user-container .acc-tabs .acc-tab{display:inline-block}.user-container .acc-tabs .acc-tab:last-of-type:after{content:""}.user-container .acc-tabs .acc-tab a{color:#bdbdbd;vertical-align:text-bottom;padding:13px 40px 18px;font-family:tide-sans,sans-serif}@media screen and (width<=500px){.user-container .acc-tabs .acc-tab a{padding:24px .69em 43px}}.user-container .acc-tabs .acc-tab.active a{color:#473874;background-position:50%;background-repeat:no-repeat;border-bottom:1px solid #473874;padding:12px 40px}@media screen and (width<=500px){.user-container .acc-tabs .acc-tab.active a{padding:24px 17px 14px}}.user-container .acc-tabs .acc-tab-link{display:inline-block}.user-container .acc-tabs .acc-tab-link a{color:#bdbdbd;vertical-align:text-bottom;padding:13px 40px 18px;font-family:tide-sans,sans-serif}@media screen and (width<=500px){.user-container .acc-tabs .acc-tab-link a{padding:24px .69em 43px}}.user-container .user-banner:after{clear:both;content:"";display:block}.user-container .user-banner{max-width:1200px;margin-left:auto;margin-right:auto;padding:10px 0;display:flex}@media screen and (width<=500px){.user-container .user-banner{padding:10px 0;display:block}}.user-container .user-banner .user-photo{border:2px solid #473874;border-radius:100px;width:90px;height:90px}.user-container .user-banner .user-photo img{border-radius:100px;width:90px;height:86px}.user-container .user-banner .user-headline{color:#979797;min-width:300px;margin-top:14px;margin-left:30px}@media screen and (width<=500px){.user-container .user-banner .user-headline{margin-left:0;font-size:14px}}.user-container .user-banner .user-headline h3{color:#473874;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:400}@media screen and (width<=500px){.user-container .user-banner .user-headline h3{font-size:28px}}.user-container .user-banner .user-headline p{font-size:13px}.user-container .user-banner .user-headline p .gravatar-link a{text-decoration:underline}.user-container .user-info-container,.user-container .account-info-container{min-height:816px}.user-container .user-info-container:after,.user-container .account-info-container:after{clear:both;content:"";display:block}.user-container .user-info-container,.user-container .account-info-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-top:2%}.user-container .user-info-container .acc-form .action,.user-container .account-info-container .acc-form .action{color:#473874;float:right}.user-container .user-info-container .acc-form .errored,.user-container .account-info-container .acc-form .errored{border-color:red}.user-container .user-info-container .acc-form .cancel,.user-container .account-info-container .acc-form .cancel{color:#979797;float:right;margin-right:1rem;display:none}.user-container .user-info-container .acc-form .waiting,.user-container .account-info-container .acc-form .waiting{color:#979797}.user-container .user-info-container .acc-form button,.user-container .account-info-container .acc-form button{border-radius:8px;height:61px;font-size:1.5em}.user-container .user-info-container .acc-form button.blue,.user-container .account-info-container .acc-form button.blue{color:#fff;border-radius:25px;font-family:tide-sans,sans-serif;font-size:24px;display:block;background:#f0614b!important}.user-container .user-info-container .acc-form button.med-gray,.user-container .account-info-container .acc-form button.med-gray{color:#979797;float:right;background-color:#fff;height:auto;padding:0;font-size:16px;display:block}.user-container .user-info-container .acc-form button.light-gray,.user-container .account-info-container .acc-form button.light-gray{background-color:#d8d8d8;display:inline-block}@media screen and (width<=500px){.user-container .user-info-container .acc-form button,.user-container .account-info-container .acc-form button{width:100%}}.user-container .user-info-container .acc-form .submit-sub-button,.user-container .account-info-container .acc-form .submit-sub-button{color:#fff;letter-spacing:.02px;background:#3bbebe;border:none;border-radius:10px;width:100%;height:70px;padding:0 115px;font-family:tide-sans-300,sans-serif;font-size:26px;line-height:23px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .submit-sub-button,.user-container .account-info-container .acc-form .submit-sub-button{padding:0}}.user-container .user-info-container .acc-form .billing-label,.user-container .account-info-container .acc-form .billing-label{display:block}.user-container .user-info-container .acc-form .card-actions button,.user-container .account-info-container .acc-form .card-actions button{height:50px;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:18px}.user-container .user-info-container .acc-form .form-input__subscription,.user-container .account-info-container .acc-form .form-input__subscription{height:initial}.user-container .user-info-container .acc-form .billing-select,.user-container .account-info-container .acc-form .billing-select{margin-top:30px;margin-left:10px}.user-container .user-info-container .acc-form .subscription-label,.user-container .account-info-container .acc-form .subscription-label{position:relative}.user-container .user-info-container .acc-form .subscription-label:before,.user-container .account-info-container .acc-form .subscription-label:before{content:"";pointer-events:none;width:60px;height:60px;display:block;position:absolute;top:0;right:12px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-label:before,.user-container .account-info-container .acc-form .subscription-label:before{width:44px;height:44px}}.user-container .user-info-container .acc-form .subscription-label:after,.user-container .account-info-container .acc-form .subscription-label:after{content:"";color:#473874;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:24px;font-weight:900;position:absolute;top:14px;right:0}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-label:after,.user-container .account-info-container .acc-form .subscription-label:after{width:46px;font-size:14px;top:12px}}.user-container .user-info-container .acc-form .subscription-label select,.user-container .account-info-container .acc-form .subscription-label select{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border:1px solid #473874;border-radius:4px;width:100%;height:60px;padding-left:2%;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:29px}@media screen and (width>=501px) and (width<=780px){.user-container .user-info-container .acc-form .subscription-label select,.user-container .account-info-container .acc-form .subscription-label select{font-size:18px}}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-label select,.user-container .account-info-container .acc-form .subscription-label select{height:44px;font-size:16px}}.user-container .user-info-container .acc-form input,.user-container .account-info-container .acc-form input{text-transform:uppercase;background:#fffffff2;border:1px solid #473874;border-radius:4px;height:60px;margin-bottom:20px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.user-container .user-info-container .acc-form input,.user-container .account-info-container .acc-form input{height:44px;font-size:16px}}.user-container .user-info-container .acc-form input[type=number],.user-container .account-info-container .acc-form input[type=number]{-moz-appearance:textfield}.user-container .user-info-container .acc-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.user-container .user-info-container .acc-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.user-container .account-info-container .acc-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.user-container .account-info-container .acc-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.user-container .user-info-container .acc-form input.coupon,.user-container .account-info-container .acc-form input.coupon{vertical-align:top;height:60px;display:inline-block}@media screen and (width<=500px){.user-container .user-info-container .acc-form input.coupon,.user-container .account-info-container .acc-form input.coupon{width:137px;font-size:18px}.user-container .user-info-container .acc-form button.btn-coupon,.user-container .account-info-container .acc-form button.btn-coupon{width:137px;padding:.75em .1px;font-size:15px}}.user-container .user-info-container .acc-form .acc-row,.user-container .account-info-container .acc-form .acc-row{color:#979797;border-bottom:1px solid #e8e8e8;margin-bottom:4%}.user-container .user-info-container .acc-form .acc-row .acc-label,.user-container .account-info-container .acc-form .acc-row .acc-label{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .acc-row .acc-label,.user-container .account-info-container .acc-form .acc-row .acc-label{margin:.4em 0;font-size:24px;line-height:30px}}.user-container .user-info-container .acc-form .acc-row span,.user-container .account-info-container .acc-form .acc-row span{color:#979797;font-size:18px;line-height:24px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .acc-row span,.user-container .account-info-container .acc-form .acc-row span{font-size:16px}}.user-container .user-info-container .acc-form .acc-row span.button-group-item,.user-container .account-info-container .acc-form .acc-row span.button-group-item{font-size:1em}.user-container .user-info-container .acc-form .button-group label input:checked+.button-group-item,.user-container .account-info-container .acc-form .button-group label input:checked+.button-group-item{color:#fff}.user-container .user-info-container .acc-form .jt-bold,.user-container .account-info-container .acc-form .jt-bold{font-weight:700}.user-container .user-info-container .acc-form .jt-block,.user-container .account-info-container .acc-form .jt-block{display:block}.user-container .user-info-container .acc-form .acc-sub-info,.user-container .account-info-container .acc-form .acc-sub-info{width:100%;display:inline-block}.user-container .user-info-container .acc-form .acc-sub-info .sub-label,.user-container .account-info-container .acc-form .acc-sub-info .sub-label{color:#473874;float:left;width:41.9818%;margin-right:16.0363%;display:block}.user-container .user-info-container .acc-form .acc-sub-info .sub-label:last-child,.user-container .account-info-container .acc-form .acc-sub-info .sub-label:last-child{margin-right:0}.user-container .user-info-container .acc-form .acc-sub-info .sub-value,.user-container .account-info-container .acc-form .acc-sub-info .sub-value{text-align:right;float:left;width:41.9818%;margin-right:16.0363%;display:block}.user-container .user-info-container .acc-form .acc-sub-info .sub-value:last-child,.user-container .account-info-container .acc-form .acc-sub-info .sub-value:last-child{margin-right:0}.user-container .user-info-container .acc-form .subscription-container,.user-container .user-info-container .acc-form .coupon-container,.user-container .account-info-container .acc-form .subscription-container,.user-container .account-info-container .acc-form .coupon-container{width:100%}.user-container .user-info-container .acc-form .subscription-container .subscription-info,.user-container .user-info-container .acc-form .coupon-container .subscription-info,.user-container .account-info-container .acc-form .subscription-container .subscription-info,.user-container .account-info-container .acc-form .coupon-container .subscription-info{float:left;width:100%;margin-right:2.35765%;display:block}.user-container .user-info-container .acc-form .subscription-container .subscription-info:last-child,.user-container .user-info-container .acc-form .coupon-container .subscription-info:last-child,.user-container .account-info-container .acc-form .subscription-container .subscription-info:last-child,.user-container .account-info-container .acc-form .coupon-container .subscription-info:last-child{margin-right:0}.user-container .user-info-container .acc-form .subscription-container .subscription-info,.user-container .user-info-container .acc-form .coupon-container .subscription-info,.user-container .account-info-container .acc-form .subscription-container .subscription-info,.user-container .account-info-container .acc-form .coupon-container .subscription-info{margin-bottom:20px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-container .subscription-info,.user-container .user-info-container .acc-form .coupon-container .subscription-info,.user-container .account-info-container .acc-form .subscription-container .subscription-info,.user-container .account-info-container .acc-form .coupon-container .subscription-info{font-size:13px}}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-labels,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-labels,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-labels,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-labels{float:left;width:65.8808%;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;display:block}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-labels:last-child,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-labels:last-child,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-labels:last-child,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-labels:last-child{margin-right:0}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-labels,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-labels,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-labels,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-labels{color:#333}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-labels .plan-name,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-labels .plan-name,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-labels .plan-name,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-labels .plan-name{color:#473874}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-labels li:last-child,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-labels li:last-child,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-labels li:last-child,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-labels li:last-child{color:#3bbebe;font-size:2em;font-weight:700}.user-container .user-info-container .acc-form .subscription-container .subscription-info .more_info,.user-container .user-info-container .acc-form .coupon-container .subscription-info .more_info,.user-container .account-info-container .acc-form .subscription-container .subscription-info .more_info,.user-container .account-info-container .acc-form .coupon-container .subscription-info .more_info{cursor:help;color:#fff;font-size:18px;position:relative}.user-container .user-info-container .acc-form .subscription-container .subscription-info .more_info img,.user-container .user-info-container .acc-form .coupon-container .subscription-info .more_info img,.user-container .account-info-container .acc-form .subscription-container .subscription-info .more_info img,.user-container .account-info-container .acc-form .coupon-container .subscription-info .more_info img{width:22px;height:auto}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-container .subscription-info .more_info img,.user-container .user-info-container .acc-form .coupon-container .subscription-info .more_info img,.user-container .account-info-container .acc-form .subscription-container .subscription-info .more_info img,.user-container .account-info-container .acc-form .coupon-container .subscription-info .more_info img{width:18px}}.user-container .user-info-container .acc-form .subscription-container .subscription-info .more_info .popup,.user-container .user-info-container .acc-form .coupon-container .subscription-info .more_info .popup,.user-container .account-info-container .acc-form .subscription-container .subscription-info .more_info .popup,.user-container .account-info-container .acc-form .coupon-container .subscription-info .more_info .popup{z-index:999999999;background:#000c;min-width:406px;padding:10px;font-size:13px;font-weight:400;display:none;position:absolute;top:22px;left:0}@media screen and (width<=500px){.user-container .user-info-container .acc-form .subscription-container .subscription-info .more_info .popup,.user-container .user-info-container .acc-form .coupon-container .subscription-info .more_info .popup,.user-container .account-info-container .acc-form .subscription-container .subscription-info .more_info .popup,.user-container .account-info-container .acc-form .coupon-container .subscription-info .more_info .popup{min-width:302px;left:-130px}}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-values,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-values,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-values,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-values{float:left;width:31.7616%;margin-right:2.35765%;font-family:tide-sans-300,sans-serif;display:block}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-values:last-child,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-values:last-child,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-values:last-child,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-values:last-child{margin-right:0}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-values,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-values,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-values,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-values{text-align:right}.user-container .user-info-container .acc-form .subscription-container .subscription-info .plan-info-values .order-total,.user-container .user-info-container .acc-form .coupon-container .subscription-info .plan-info-values .order-total,.user-container .account-info-container .acc-form .subscription-container .subscription-info .plan-info-values .order-total,.user-container .account-info-container .acc-form .coupon-container .subscription-info .plan-info-values .order-total{color:#3bbebe;font-size:2em;font-weight:700}.user-container .user-info-container .acc-form .coupon-wrapper .coupon-header,.user-container .account-info-container .acc-form .coupon-wrapper .coupon-header{color:#333;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:18px;line-height:24px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon-header,.user-container .account-info-container .acc-form .coupon-wrapper .coupon-header{font-size:18px}}.user-container .user-info-container .acc-form .coupon-wrapper .coupon-header:after,.user-container .account-info-container .acc-form .coupon-wrapper .coupon-header:after{content:" *Coupons only apply to Credit Card and ACH subscriptions";font-size:.75rem;display:block}@media screen and (width<=500px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon-header:after,.user-container .account-info-container .acc-form .coupon-wrapper .coupon-header:after{font-size:.5rem}}.user-container .user-info-container .acc-form .coupon-wrapper .coupon_code,.user-container .account-info-container .acc-form .coupon-wrapper .coupon_code{float:left;width:78%!important}@media screen and (width>=961px) and (width<=1049px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon_code,.user-container .account-info-container .acc-form .coupon-wrapper .coupon_code{width:73%!important}}@media screen and (width>=781px) and (width<=960px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon_code,.user-container .account-info-container .acc-form .coupon-wrapper .coupon_code{width:65%!important}}@media screen and (width>=501px) and (width<=780px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon_code,.user-container .account-info-container .acc-form .coupon-wrapper .coupon_code{width:82%!important}}@media screen and (width<=500px){.user-container .user-info-container .acc-form .coupon-wrapper .coupon_code,.user-container .account-info-container .acc-form .coupon-wrapper .coupon_code{width:57%!important}}.user-container .user-info-container .acc-form .coupon-wrapper .apply-coupon,.user-container .account-info-container .acc-form .coupon-wrapper .apply-coupon{background-color:#473874;border-radius:0 4px 4px 0;width:165px;height:60px;font-family:tide-sans-300,sans-serif;position:absolute;top:0;right:-123px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .coupon-wrapper .apply-coupon,.user-container .account-info-container .acc-form .coupon-wrapper .apply-coupon{width:70%;height:44px;font-size:inherit;border-radius:4px;right:-75%}}.user-container .user-info-container .acc-form .info-header,.user-container .account-info-container .acc-form .info-header{color:#333;font-size:18px;line-height:24px}.user-container .user-info-container .acc-form .info-header span,.user-container .account-info-container .acc-form .info-header span{color:#979797;font-style:italic}.user-container .user-info-container .acc-form .cc-image img,.user-container .account-info-container .acc-form .cc-image img{max-width:300px}@media screen and (width<=500px){.user-container .user-info-container .acc-form .cc-image img,.user-container .account-info-container .acc-form .cc-image img{max-width:255px}.user-container .user-info-container .acc-form .cvc-num-container,.user-container .account-info-container .acc-form .cvc-num-container{margin:0 0 13px}}.user-container .user-info-container .acc-form .billing-options,.user-container .account-info-container .acc-form .billing-options{text-align:left;padding-bottom:0}@media screen and (width<=500px){.user-container .user-info-container .acc-form .billing-options,.user-container .account-info-container .acc-form .billing-options{text-align:center}}.user-container .user-info-container .acc-form .billing-options .billing-label,.user-container .account-info-container .acc-form .billing-options .billing-label{color:#333;margin-bottom:10px;padding-top:6%}.user-container .user-info-container .acc-form .billing-info,.user-container .account-info-container .acc-form .billing-info{width:100%}.user-container .user-info-container .acc-form .billing-info .form-input__year,.user-container .account-info-container .acc-form .billing-info .form-input__year{padding-right:0}.user-container .user-info-container .acc-form .billing-info .submit-sub,.user-container .account-info-container .acc-form .billing-info .submit-sub{margin-top:20px;padding:0 22%}.user-container .user-info-container .acc-form .paypal .submit-sub,.user-container .account-info-container .acc-form .paypal .submit-sub{margin:0 auto;display:block}.user-container .user-info-container td,.user-container .account-info-container td{color:#979797}.user-container .user-info-container .table-label,.user-container .account-info-container .table-label{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.user-container .user-info-container .table-label,.user-container .account-info-container .table-label{margin:.4em 0;font-size:24px;line-height:30px}}.user-container .user-info-container .table-label .more_info,.user-container .account-info-container .table-label .more_info{cursor:help;color:#fff;font-size:18px;position:relative}.user-container .user-info-container .table-label .more_info img,.user-container .account-info-container .table-label .more_info img{width:22px;height:auto}@media screen and (width<=500px){.user-container .user-info-container .table-label .more_info img,.user-container .account-info-container .table-label .more_info img{width:18px}}.user-container .user-info-container .table-label .more_info .popup,.user-container .account-info-container .table-label .more_info .popup{z-index:999999999;background:#000c;min-width:406px;padding:10px;font-size:13px;font-weight:400;line-height:20px;display:none;position:absolute;top:22px;left:0}@media screen and (width<=500px){.user-container .user-info-container .table-label .more_info .popup,.user-container .account-info-container .table-label .more_info .popup{min-width:302px;left:-130px}}.user-container .user-info-container .table-add-button,.user-container .account-info-container .table-add-button{color:#fff;text-align:center;border-radius:25px;min-width:141px;margin-bottom:50px;padding:.75em 1.5em;font-family:tide-sans,sans-serif;font-size:24px;display:inline-block;background:#f0614b!important}@media screen and (width<=500px){.user-container .user-info-container .table-add-button,.user-container .account-info-container .table-add-button{padding:.75em .9em}}.user-container .account-info-container{padding:2% 20px 0}@media screen and (width<=500px){.user-container .account-info-container{padding:0}}.user-container .account-info-container .info{margin-top:3%}@media screen and (width<=500px){.user-container .account-info-container .info{padding:0 20px}}@media screen and (width>=501px) and (width<=780px){.user-container .account-info-container .hide-column{display:none}}@media screen and (width<=500px){.user-container .account-info-container .hide-column{display:none}}.user-container .account-info-container .table-actions{text-align:right}.user-container .account-info-container .table-actions a{color:#473874}@media screen and (width<=500px){.user-container .account-info-container #address-label{margin-top:50px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.refer_friend{background-color:#fff;padding-top:60px}.refer_friend .refer-section{padding:0 80px;font-family:tide-sans-300,sans-serif}@media screen and (width>=501px) and (width<=780px){.refer_friend .refer-section{padding:0 20px}}@media screen and (width<=500px){.refer_friend .refer-section{padding:0 10px}}.refer_friend .refer-section .refer-icon{text-align:center;margin-top:40px}.refer_friend .refer-section .refer-icon img{width:180px}@media screen and (width>=501px) and (width<=780px){.refer_friend .refer-section .refer-icon img{width:120px}}@media screen and (width<=500px){.refer_friend .refer-section .refer-icon img{width:100px}}.refer_friend .refer-section .refer-copy h1{text-align:center;color:#473874;margin-top:30px;font-family:tide-sans-300,sans-serif;font-size:36px;font-weight:400}@media screen and (width<=500px){.refer_friend .refer-section .refer-copy h1{font-size:28px}}.refer_friend .refer-section .refer-copy h2{text-align:center;color:#666;font-family:tide-sans-300,sans-serif;font-size:24px}@media screen and (width>=501px) and (width<=780px){.refer_friend .refer-section .refer-copy h2{font-size:22px}}@media screen and (width<=500px){.refer_friend .refer-section .refer-copy h2{font-size:18px}}.refer_friend .friendbuy-container{margin-top:60px}.refer_friend .friendbuy-container .friendbuy-bXt-kR5{font-family:tide-sans-300,sans-serif!important}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.cancel-page{background-color:#f3f5f7;padding-top:80px;padding-bottom:160px;margin-top:0!important}.cancel-page .cancel-container:after{clear:both;content:"";display:block}.cancel-page .cancel-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.cancel-page .cancel-container .wendell-sad{text-align:center}.cancel-page .cancel-container .wendell-sad img{width:10%}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .wendell-sad img{width:18%}}@media screen and (width<=500px){.cancel-page .cancel-container .wendell-sad img{width:18%}}.cancel-page .cancel-container h1{text-align:center;color:#303672;margin-bottom:20px;font-family:tide-sans,sans-serif;font-size:48px;font-weight:200;line-height:57px}@media screen and (width>=781px) and (width<=960px){.cancel-page .cancel-container h1{font-size:44px;line-height:44px}}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container h1{font-size:44px;line-height:44px}}@media screen and (width<=500px){.cancel-page .cancel-container h1{font-size:30px;line-height:40px}}.cancel-page .cancel-container h3{text-align:center;color:#262626;padding-bottom:1.5%;font-family:tide-sans-300,sans-serif;font-size:18px;font-weight:700}.cancel-page .cancel-container h3 span{color:#f06228;font-style:italic}@media screen and (width<=500px){.cancel-page .cancel-container h3{font-size:16px;line-height:20px}}.cancel-page .cancel-container .cancellation-survey{float:left;width:100%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancellation-survey:last-child{margin-right:0}.cancel-page .cancel-container .cancellation-survey .reasons-copy{float:left;width:31.7616%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancellation-survey .reasons-copy:last-child{margin-right:0}.cancel-page .cancel-container .cancellation-survey .reasons-copy{text-align:right;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .cancellation-survey .reasons-copy{text-align:center;width:100%;margin:20px 0}}@media screen and (width<=500px){.cancel-page .cancel-container .cancellation-survey .reasons-copy{text-align:center;width:100%;margin:20px 0;font-size:16px}}.cancel-page .cancel-container .cancellation-survey .reasons{float:left;width:61.6159%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancellation-survey .reasons:last-child{margin-right:0}.cancel-page .cancel-container .cancellation-survey .reasons{color:#6a6a6a;margin-left:4.2649%;margin-right:0;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}@media screen and (width>=781px) and (width<=960px){.cancel-page .cancel-container .cancellation-survey .reasons{font-size:18px}}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .cancellation-survey .reasons{width:100%;margin-left:0%}}@media screen and (width<=500px){.cancel-page .cancel-container .cancellation-survey .reasons{width:100%;margin-left:0%;font-size:3.5vw}}.cancel-page .cancel-container .cancellation-survey .reasons input[type=radio]{border:2px solid #979797;margin-bottom:15px}.cancel-page .cancel-container .cancellation-survey .reasons .help-links{background-color:#fff;border:1px solid #d4dadf;border-radius:4px;margin-bottom:8px;margin-left:26px;padding:16px 16px 16px 64px;display:none;position:relative;box-shadow:0 3px 8px #00000008}@media screen and (width<=500px){.cancel-page .cancel-container .cancellation-survey .reasons .help-links{margin-left:0}}.cancel-page .cancel-container .cancellation-survey .reasons .help-links img{width:42px;position:absolute;top:9px;left:12px}.cancel-page .cancel-container .cancellation-survey .reasons .help-links span{color:#333}.cancel-page .cancel-container .cancellation-survey .reasons .help-links p{margin-bottom:0;padding-left:10px}.cancel-page .cancel-container .cancellation-survey .reasons .help-links p a{color:#473874}.cancel-page .cancel-container .cancellation-survey .reasons input[type=radio]:checked+br+.help-links{display:block}.cancel-page .cancel-container .cancellation-survey .comments-copy{float:left;width:31.7616%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancellation-survey .comments-copy:last-child{margin-right:0}.cancel-page .cancel-container .cancellation-survey .comments-copy{text-align:right;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:24px}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .cancellation-survey .comments-copy{text-align:center;width:100%;margin:20px 0}}@media screen and (width<=500px){.cancel-page .cancel-container .cancellation-survey .comments-copy{text-align:center;width:100%;margin:20px 0;font-size:16px}}.cancel-page .cancel-container .cancellation-survey .comment{float:left;width:61.6159%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancellation-survey .comment:last-child{margin-right:0}.cancel-page .cancel-container .cancellation-survey .comment{height:120px;margin-bottom:0;margin-left:4.2649%;margin-right:0}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .cancellation-survey .comment{width:100%;margin-left:0%}}@media screen and (width<=500px){.cancel-page .cancel-container .cancellation-survey .comment{width:100%;margin-left:0%}}.cancel-page .cancel-container .cancellation-survey .comment .fl_input{color:#333;background-color:#fff;border:1px solid #d8d8d8;border-radius:4px;height:120px;font-family:tide-sans-300,sans-serif;font-size:18px}.cancel-page .cancel-container .cancellation-survey .comment .fl_input .stripeEL{opacity:1!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important;position:relative!important}.cancel-page .cancel-container .cancel-row{float:left;width:100%;margin-right:2.35765%;display:block}.cancel-page .cancel-container .cancel-row:last-child{margin-right:0}.cancel-page .cancel-container .cancel-row{text-align:right;margin-top:2rem;margin-bottom:2rem}@media screen and (width>=501px) and (width<=780px){.cancel-page .cancel-container .cancel-row{text-align:center}}@media screen and (width<=500px){.cancel-page .cancel-container .cancel-row{text-align:center}}.cancel-page .cancel-container .cancel-row h1{color:#473874}.cancel-page .cancel-container .cancel-row form.button_to{margin:1rem 1rem 1rem 0;display:inline-block}.cancel-page .cancel-container .cancel-row form.button_to input{background-color:#3bbebe}.cancel-page .cancel-container .cancel-row form.button_to button.commit{background-color:#3bbebe;font-family:tide-sans-300,sans-serif}.cancel-page .cancel-container .cancel-row button.teal{background-color:#303672;margin-right:10px;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.cancel-page .cancel-container .cancel-row button.teal{width:100%;margin-bottom:12px}}.cancel-page .cancel-container .cancel-row #cancel_sub{-webkit-appearance:none;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.cancel-page .cancel-container .cancel-row #cancel_sub{width:100%}}.cancel-page .cancel-container .cancel-row #cancel_sub:disabled{background-color:#979797;font-style:italic}.cancel-page .cancel-container .cancel-row .disclaimer{margin-top:10px;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.cancel-page .cancel-container .cancel-row .disclaimer{text-align:center;width:100%;font-size:14px;line-height:18px}}#sb-site .no-pointer{pointer-events:none}#sb-site.waiting{color:#979797}#sb-site.wait-cursor{cursor:wait}@media screen and (width<=500px){.reactive-buttons{flex-direction:column;padding:0 .5rem;display:flex}.reactive-buttons button:last-child{margin:15px 0 0!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.cancellation-confirmation__header{color:#fff;background-color:#303672;background-position:100%;background-size:cover;border-radius:0 0 89% 89%/20%;flex-direction:column;width:104%;min-height:125px;display:flex;position:relative;left:-2%;overflow:hidden}@media screen and (width<=500px){.cancellation-confirmation__header{min-height:85px}}.cancellation-confirmation__content{padding:0 2rem}.cancellation-confirmation__content p{color:#000;text-align:center;flex-direction:column;display:flex}.cancellation-confirmation__content footer p,.cancellation-confirmation__content footer a{color:#000!important}.cancellation-confirmation__content footer a{text-decoration:underline}.cancellation-confirmation__text{border-radius:.25rem;padding:5px 10px 2px;font-family:tide-sans-300,sans-serif}.cancellation-confirmation__form button{border-radius:10px;width:100%;max-width:380px;margin:1.5rem auto;display:block}.no-button{border-radius:20px;width:40%;height:60px;margin:10px;font-family:tide-sans-300,sans-serif;font-size:24px!important;font-weight:300!important}@media screen and (width<=500px){.no-button{width:100%;margin:10px 0}}.yes-button{width:45%;margin:10px;font-family:tide-sans-300,sans-serif;color:#fff!important;background-color:#f0614b!important;height:60px!important;font-size:24px!important;font-weight:700!important}@media screen and (width<=500px){.yes-button{width:100%;margin:10px 0}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.admin-edit-container:after{clear:both;content:"";display:block}.admin-edit-container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 15px 25px}.admin-edit-container h1{font-size:32px}.admin-edit-container h2{font-size:24px}.admin-edit-container h3{font-size:16px}.admin-edit-container .btn-warning{background-color:#d93100}.admin-edit-container #admin-sub-cancel .btn-v3-cancel{background-color:#979797;margin-top:1%}.admin-edit-container #admin-sub-cancel .btn-v3-cancel:hover{background-color:#686868}.admin-edit-container .back-button{color:#fff}.admin-edit-container .warning-text{color:#d93100}.admin-edit-container .user-edit-header{float:left;width:100%;margin-right:2.35765%;display:block}.admin-edit-container .user-edit-header:last-child,.admin-edit-container .user-edit-header{margin-right:0}.admin-edit-container .user-edit-header .user-edit-avatar{float:left;width:14.702%;margin-right:2.35765%;display:block}.admin-edit-container .user-edit-header .user-edit-avatar:last-child{margin-right:0}.admin-edit-container .user-edit-header .user-edit-name{float:left;width:31.7616%;margin-right:2.35765%;display:block}.admin-edit-container .user-edit-header .user-edit-name:last-child{margin-right:0}.admin-edit-container .user-edit-header hr{width:100%;padding-top:2%}.admin-edit-container .user-edit-body{float:left;width:100%;margin-right:2.35765%;display:block}.admin-edit-container .user-edit-body:last-child,.admin-edit-container .user-edit-body{margin-right:0}.admin-edit-container .user-edit-body .edit-note{color:#d44514;font-size:12px}.admin-edit-container .user-edit-body .user-edit-left,.admin-edit-container .user-edit-body .user-edit-right{float:left;width:48.8212%;margin-right:2.35765%;display:block}.admin-edit-container .user-edit-body .user-edit-left:last-child,.admin-edit-container .user-edit-body .user-edit-right:last-child{margin-right:0}.admin-edit-container .user-edit-body .user-edit-left .user-edit-row,.admin-edit-container .user-edit-body .user-edit-right .user-edit-row{table-layout:fixed;width:100%;margin-bottom:10px;display:table}.admin-edit-container .user-edit-body .user-edit-left .user-edit-row .user-edit-label,.admin-edit-container .user-edit-body .user-edit-right .user-edit-row .user-edit-label{width:25%;font-weight:700;display:table-cell}.admin-edit-container .user-edit-body .user-edit-left .user-edit-row .user-edit-field,.admin-edit-container .user-edit-body .user-edit-right .user-edit-row .user-edit-field{width:66.6667%;display:table-cell}.admin-edit-container .user-edit-body .user-edit-left .user-edit-row .read-only,.admin-edit-container .user-edit-body .user-edit-right .user-edit-row .read-only{color:#7f7e7e}.admin-edit-container .user-edit-body .user-edit-right{margin-right:0}.admin-edit-container .user-edit-footer{vertical-align:bottom;width:100%;display:inline-block}.admin-edit-container .user-edit-footer .user-edit-list-return{width:50%;display:inline-block}.admin-edit-container .user-edit-footer .user-edit-submit{margin-top:1%}.admin-edit-container input{vertical-align:middle;border:none}.admin-edit-container input[type=text],.admin-edit-container input[type=password]{color:#d44514;margin:0;padding:5px 10px}.admin-edit-container input:focus{border:2px solid #3bbebe}.admin-edit-container input placeholder{color:#d44514}.admin-edit-container select{border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;color:#d44514;border:1px solid #d44514;margin-bottom:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.device-container{margin-top:30px;padding-top:30px}@media screen and (width>=501px) and (width<=780px){.device-container{min-height:600px}}@media screen and (width<=500px){.device-container{min-height:400px;margin-top:20%}}.device-container .device-header .device-header-banner{background:#fff;margin-top:120px}@media screen and (width<=500px){.device-container .device-header .device-header-banner{margin-top:20px}}.device-container .device-header .device-header-banner .device-header-banner-text{color:#303672;text-align:center;font-family:tide-sans,sans-serif;font-size:48px;font-weight:200;line-height:57px}@media screen and (width<=500px){.device-container .device-header .device-header-banner .device-header-banner-text{font-size:30px;line-height:36px}}.device-container .device-form-container{padding:40px 10% 10%}@media screen and (width<=500px){.device-container .device-form-container{padding:20px 3% 20%}}.device-container .device-form-container .inner-container:after{clear:both;content:"";display:block}.device-container .device-form-container .inner-container{max-width:1200px;margin-left:auto;margin-right:auto}.device-container .device-form-container .inner-container .form-container form{text-align:center;width:100%}@media screen and (width>=501px) and (width<=780px){.device-container .device-form-container .inner-container .form-container form{display:block}}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container form{display:block}}.device-container .device-form-container .inner-container .form-container .device-form-content{color:#333;text-align:center;margin-bottom:30px;font-family:tide-sans-300,sans-serif;font-size:20px;font-weight:700;line-height:30px}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container .device-form-content{margin-bottom:20px;font-size:16px;line-height:24px}}.device-container .device-form-container .inner-container .form-container .FlowupLabels .fl_wrap{width:50%;height:55px;margin:0 auto}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container .FlowupLabels .fl_wrap{width:100%;margin-bottom:5%}}.device-container .device-form-container .inner-container .form-container .FlowupLabels .fl_wrap .fl_label{top:11px}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container .FlowupLabels .fl_wrap .fl_label{top:14px}}.device-container .device-form-container .inner-container .form-container .device-input{box-shadow:none;color:#333;text-align:center;text-transform:uppercase;background:#eee;border-radius:4px;width:98%;margin:0;font-family:tide-sans-300,sans-serif}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container .device-input{width:100%}}.device-container .device-form-container .inner-container .form-container .submit-button{color:#fff;text-align:center;-webkit-appearance:none;border-radius:25px;margin-top:60px;padding:20px 100px;font-family:tide-sans,sans-serif;font-size:22px;line-height:34px;background:#f0614b!important}@media screen and (width>=501px) and (width<=780px){.device-container .device-form-container .inner-container .form-container .submit-button{margin-top:40px}}@media screen and (width<=500px){.device-container .device-form-container .inner-container .form-container .submit-button{width:100%;margin-top:20px}}.device-container .device-form-container .inner-container .form-container .device-warning{text-align:center;font-family:tide-sans-300,sans-serif}.device-container .device-form-container .inner-container .form-container .device-signup{text-align:center;padding-top:30px;font-family:tide-sans-300,sans-serif}.device-container .device-form-container .inner-container .form-container .cta-section{text-align:center;padding-top:30px}.device-container .device-form-container .inner-container .form-container .cta-section button{color:#fff;text-align:center;border-radius:25px;min-width:266px;padding:.75em 4.5em;font-family:tide-sans,sans-serif;font-size:18px;line-height:34px;background:#f0614b!important}.device-container .device-form-container .inner-container .form-container .cta-section .login-button{background:#3bbebe;font-family:tide-sans,sans-serif}.unlink-device{display:none}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.devices-header{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.devices-header{margin:.4em 0;padding-left:20px;font-size:24px;line-height:30px}}.device-table{border:1px solid #eee;margin-top:4%}@media screen and (width<=500px){.device-table{border:none}}.device-table thead{color:#fff;background:#979797}.device-table thead #header-column{background:#979797}.device-table thead th{border:none;padding:14px 20px}.device-table td{border-bottom:none;padding:10px 20px}.device-table .data-rows:nth-child(2n){background:#fff}.device-table .data-rows:nth-child(odd){background:#f8f8f8}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.address-form{min-height:816px}.address-form:after{clear:both;content:"";display:block}.address-form{max-width:500px;margin-top:80px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.address-form{padding:0 20px}}.address-form h1{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.address-form h1{margin:.4em 0 24px;font-size:24px;line-height:30px}}.address-form .fl_input{background:#fffffff2;border-radius:4px;height:50px;margin-bottom:20px;padding-bottom:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.address-form .fl_input{height:44px;font-size:16px}}.address-form .zipcode{width:40%}.address-form .address-label{width:85%;position:relative}.address-form .address-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.address-form .address-label:before{width:44px;height:44px}}.address-form .address-label:after{content:"";color:#979797;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:16px;font-weight:900;position:absolute;top:14px;right:-14px}@media screen and (width<=500px){.address-form .address-label:after{width:46px;font-size:14px;top:12px}}.address-form .address-label .country-list{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border-radius:4px;width:100%;height:50px;margin-bottom:20px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width>=501px) and (width<=780px){.address-form .address-label .country-list{font-size:20px}}@media screen and (width<=500px){.address-form .address-label .country-list{height:44px;font-size:16px}}.address-form .type-label{width:40%;position:relative}.address-form .type-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.address-form .type-label:before{width:44px;height:44px}}.address-form .type-label:after{content:"";color:#979797;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:16px;font-weight:900;position:absolute;top:14px;right:-14px}@media screen and (width<=500px){.address-form .type-label:after{width:46px;font-size:14px;top:12px}}.address-form .type-label .type-list{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border-radius:4px;width:100%;height:50px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width>=501px) and (width<=780px){.address-form .type-label .type-list{font-size:20px}}@media screen and (width<=500px){.address-form .type-label .type-list{height:44px;font-size:16px}}.address-form .actions{margin-top:30px}.address-form .actions input{color:#fff;border-radius:25px;padding:1.1em 3em;font-family:tide-sans,sans-serif;background:#f0614b!important}.address-form .cancel-link{float:left;color:#979797;margin-top:44px;margin-left:20px;font-family:tide-sans-300,sans-serif}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.phones-form{min-height:816px}.phones-form:after{clear:both;content:"";display:block}.phones-form{max-width:300px;margin-top:80px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.phones-form{max-width:600px;padding:0 20px}}.phones-form h1{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.phones-form h1{margin:.4em 0 24px;font-size:24px;line-height:30px}}.phones-form .fl_input{background:#fffffff2;border-radius:4px;height:50px;margin-bottom:20px;padding-bottom:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.phones-form .fl_input{height:44px;font-size:16px}}.phones-form .carrier-label{width:70%;position:relative}.phones-form .carrier-label:before{content:"";pointer-events:none;opacity:0;background:#473874;border-top-right-radius:4px;border-bottom-right-radius:4px;width:60px;height:60px;display:block;position:absolute;top:0;right:7px}@media screen and (width<=500px){.phones-form .carrier-label:before{width:44px;height:44px}}.phones-form .carrier-label:after{content:"";color:#979797;pointer-events:none;width:58px;height:60px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:16px;font-weight:900;position:absolute;top:14px;right:-14px}@media screen and (width<=500px){.phones-form .carrier-label:after{width:46px;font-size:14px;top:12px}}.phones-form .carrier-label .carrier-dropdown{color:#979797;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border-radius:4px;width:100%;height:50px;margin-bottom:20px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width>=501px) and (width<=780px){.phones-form .carrier-label .carrier-dropdown{font-size:20px}}@media screen and (width<=500px){.phones-form .carrier-label .carrier-dropdown{height:44px;font-size:16px}}.phones-form .allow-billing{display:inline-flex}.phones-form .allow-billing .allow-checkbox{margin-top:5px;margin-right:10px}.phones-form .allow-billing .allow-billing-copy{font-family:tide-sans-300,sans-serif}.phones-form .verify-copy{margin-top:-20px;margin-bottom:20px;font-family:tide-sans-300,sans-serif}.phones-form .actions{margin-top:30px}.phones-form .actions input{background-color:#473874;border-radius:8px;padding:1.1em 3em;font-family:tide-sans-300,sans-serif}.phones-form .cancel-link{float:left;color:#979797;margin-top:44px;margin-left:20px;font-family:tide-sans-300,sans-serif}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.kids-form{min-height:816px}.kids-form:after{clear:both;content:"";display:block}.kids-form{max-width:300px;margin-top:80px;margin-left:auto;margin-right:auto}@media screen and (width<=500px){.kids-form{max-width:600px;padding:0 20px}}.kids-form h1{color:#473874;font-family:tide-sans-300,sans-serif;font-size:24px;font-weight:400;line-height:39px}@media screen and (width<=500px){.kids-form h1{margin:.4em 0 24px;font-size:24px;line-height:30px}}.kids-form .fl_input{background:#fffffff2;border-radius:4px;height:50px;margin-bottom:20px;padding-bottom:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width<=500px){.kids-form .fl_input{height:44px;font-size:16px}}.kids-form #kid_dob_1i,.kids-form #kid_dob_2i{color:#6b6b6b;-webkit-appearance:none;-webkit-border-radius:0;background-color:#fff;background-image:url(https://res.cloudinary.com/ctv/image/upload/v1498746804/form-arrow-down.png);background-position:calc(100% - 19px) calc(.56em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;background-repeat:no-repeat;background-size:26px 26px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:4px;width:70%;height:50px;margin-bottom:20px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px;position:relative}@media screen and (width>=501px) and (width<=780px){.kids-form #kid_dob_1i,.kids-form #kid_dob_2i{font-size:20px}}@media screen and (width<=500px){.kids-form #kid_dob_1i,.kids-form #kid_dob_2i{height:44px;font-size:16px}}.kids-form .gender-label{width:70%;position:relative}.kids-form .gender-label:after{content:"";color:#979797;pointer-events:none;width:58px;height:50px;padding:0 0 2px;font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-size:16px;font-weight:900;position:absolute;top:14px;right:-14px}@media screen and (width<=500px){.kids-form .gender-label:after{width:46px;font-size:14px;top:12px}}.kids-form .gender-label .gender-list{color:#6b6b6b;-webkit-appearance:none;-webkit-border-radius:0;background:#fff;border-radius:4px;width:100%;height:50px;padding-left:10px;font-family:tide-sans-300,sans-serif;line-height:29px}@media screen and (width>=501px) and (width<=780px){.kids-form .gender-label .gender-list{font-size:20px}}@media screen and (width<=500px){.kids-form .gender-label .gender-list{height:44px;font-size:16px}}.kids-form .actions{margin-top:30px}.kids-form .actions input{background-color:#473874;border-radius:8px;padding:1.1em 3em;font-family:tide-sans-300,sans-serif}.kids-form .cancel-link{float:left;color:#979797;margin-top:44px;margin-left:20px;font-family:tide-sans-300,sans-serif}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.admin-container{font-family:tide-sans-300,sans-serif}.admin-container .add-series-button{float:right;width:100%;margin-bottom:10px;display:table-cell}.admin-container .add-series-button a{float:right}.admin-container .add-series-button button{background-color:#473874;border:1px solid #473874;font-family:tide-sans-300,sans-serif}.admin-container .add-series-button button:hover{color:#473874;background-color:#fff}.admin-container .filter-table{margin-bottom:40px;font-weight:700}.admin-container .filter-table input{font-family:tide-sans-300,sans-serif}.admin-container .filter-table .quick{margin-left:.5em;font-size:.8em;text-decoration:none}.admin-container .filter-table .quick:hover{text-decoration:underline}.admin-container tbody tr:hover{color:#473874;font-weight:700}.admin-container td{cursor:pointer;text-align:left}.admin-container td.alt{background-color:#f6cac9}.series-upload{text-align:center;min-height:500px;margin:2rem}.series-upload hr{margin-top:1rem;margin-bottom:1rem}.bulk-upload-input{display:none}.bulk-upload-button{background-color:#473874;border:1px solid #473874;margin-right:10px}.bulk-upload-button:hover{color:#473874;background-color:#fff}.error-list .error-list-time{color:red;font-weight:700}.error-list .error-list-name{font-style:italic}.upload-list{flex-direction:column;justify-content:center;align-items:center;display:flex}.upload-list .upload-info{font-size:1.5rem}.upload-list .disabled{cursor:not-allowed;color:gray}.upload-list .upload-item{border:2px solid #a9a9a9;width:100%;min-height:150px;margin-bottom:3rem;box-shadow:10px 10px 5px #0000003b}.upload-list .upload-item .progress-bar{background:#d8d8d8;height:25px}.upload-list .upload-item .progress-bar .progress-bar-full{background-color:#473874;width:0%;height:100%}.upload-list .upload-item .upload-preview{display:flex}.upload-list .upload-item .upload-preview .preview-section{width:50%}.upload-list .upload-item video{max-height:250px;margin:1rem;box-shadow:6px 6px 5px #0000003b}.upload-list .upload-item.upload-done .progress-bar-full{background-color:#45b345;width:100%}.upload-list .upload-item.upload-done .upload-status-text{display:none}.upload-list .upload-item.upload-done .upload-status-text.upload-status-text-success{color:#45b345;display:block}.upload-list .upload-item.upload-error .progress-bar-full{background-color:red;width:100%}.upload-list .upload-item.upload-error .upload-status-text{display:none}.upload-list .upload-item.upload-error .upload-status-text.upload-status-text-error{color:red;display:block}.upload-list .upload-status-text{font-weight:700}.upload-list .upload-status-text.upload-status-text-success,.upload-list .upload-status-text.upload-status-text-error{display:none}.upload-list .preview-right{flex-direction:column;align-items:center;display:flex}.upload-list .preview-right h2{font-size:1.5rem}.upload-list .preview-right .status-section{text-align:left;border-top:1px solid #000}.upload-list .preview-right .status-item{margin:.75rem}.upload-list .preview-right .status-item i,.upload-list .preview-right .status-item span{font-weight:700;display:none}.upload-list .preview-right .status-item i{font-size:1.5rem;position:relative;top:.2rem}.upload-list .preview-right .status-item.pending-state .icon-spinner,.upload-list .preview-right .status-item.pending-state .pending-span{display:inline-block}.upload-list .preview-right .status-item.pending-state .error-span{display:none}.upload-list .preview-right .status-item.default-state{color:#a9a9a9}.upload-list .preview-right .status-item.default-state .icon-spinner,.upload-list .preview-right .status-item.default-state .default-span{display:inline}.upload-list .preview-right .status-item.pending-state i{color:#f4dc42;animation:2s linear infinite anim-rotate}.upload-list .preview-right .status-item.success-state .icon-checkmark,.upload-list .preview-right .status-item.success-state .success-span{display:inline}.upload-list .preview-right .status-item.success-state i{color:#45b345}.upload-list .preview-right .status-item.error-state{word-break:break-word}.upload-list .preview-right .status-item.error-state .icon-cross,.upload-list .preview-right .status-item.error-state .pending-span,.upload-list .preview-right .status-item.error-state .error-span{display:inline}.upload-list .preview-right .status-item.error-state i,.upload-list .preview-right .status-item.error-state .error-span{color:red}.upload-list .preview-right .status-item.error-state .error-span{margin-left:1rem}.item-clone{display:none}.no-vids{background-color:#ffb8b8!important}.tables tbody td{text-align:left}.tables tbody td:hover{cursor:pointer}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.best_in_place:hover{cursor:pointer;cursor:hand}.age-group-index:after{clear:both;content:"";display:block}.age-group-index{max-width:1200px;margin-left:auto;margin-right:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.metadata-form:after{clear:both;content:"";display:block}.metadata-form{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.metadata-form h1{border-bottom:4px solid #473874;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}.metadata-form input,.metadata-form textarea{font-family:tide-sans-300,sans-serif}.metadata-form .actions{margin-right:20px}.metadata-form .cancel-link{vertical-align:-webkit-baseline-middle;color:#979797}.metadata-videos:after{clear:both;content:"";display:block}.metadata-videos{max-width:1300px;min-height:600px;margin-left:auto;margin-right:auto;padding:40px;font-family:tide-sans-300,sans-serif}.metadata-videos h1{border-bottom:4px solid #473874;margin-bottom:60px;padding-bottom:8px;font-family:tide-sans-300,sans-serif;font-size:30px;font-weight:300}#metadata-videos tr th a{color:#000}#metadata-videos tr th td{word-wrap:break-word}#metadata-videos .table-add-button{color:#fff;background-color:#473874;border-radius:4px;padding:6px 40px}#metadata-videos .dynatable-per-page-label{margin-top:20px;display:block;position:relative}.form-fields{width:100%;display:table-cell}.form-fields .form-left{width:66.6667%;display:table-cell}.form-fields .form-left #character-desc{height:268px}.form-fields .form-right{width:33.3333%;display:table-cell}.cah-series-logo{margin-top:-15px;width:100%!important}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.error-box-container{background:#fbd4d6;border-radius:10px;width:100%;height:auto;margin:1rem auto;padding:1rem;position:relative}.error-box-container .error-box-close{background:#c91d2840;border-radius:1rem;width:24px;height:24px;padding:.15rem;transition:all .2s ease-in-out;position:absolute;right:.7rem}.error-box-container .error-box-close:hover{background:#c91d2880}.error-box-container .error-box-close .icon-close{width:10px;height:10px}.error-box-container p{color:#c91d28;margin:0;padding-right:30px;font-family:tide-sans-300,sans-serif}.error-box-container.account-profile{width:fit-content;margin:0}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.action-page{z-index:1;background-color:#fff;border-radius:2rem;width:90vw;max-width:960px;min-height:80vh;margin:5vh auto;padding:4vh 4vw 0;display:flex;position:relative;box-shadow:0 0 50px #00000013}.action-page .inner-container:after{clear:both;content:"";display:block}.action-page .inner-container{text-align:center;color:#333;max-width:720px;margin-left:auto;margin-right:auto}.action-page .title{color:#473874;margin-bottom:24px;font-family:tide-sans,sans-serif;font-size:48px;font-weight:700;line-height:39px}@media screen and (width<=500px){.action-page .title{font-size:26px}}.action-page .body{color:#333;margin-bottom:40px;font-family:tide-sans-300,sans-serif;font-size:16px;line-height:22px}.action-page .body strong{word-break:break-word;font-family:tide-sans,sans-serif}.action-page .body .link{color:#333;text-decoration:underline}.action-page .subtitle{color:#333;margin-bottom:8px;font-family:tide-sans,sans-serif;font-size:16px;line-height:22px}.action-page .submit-button{color:#fff;letter-spacing:.01px;-webkit-appearance:none;background:#f0614b;border-radius:25px;width:100%;max-width:350px;margin-bottom:30px;font-family:tide-sans,sans-serif;font-size:24px;line-height:29px;transition:box-shadow .2s ease-in-out}.action-page .submit-button:hover{box-shadow:0 0 25px #33333326}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.carousel-container{height:40%;padding:20px 0}.carousel-container img{object-fit:cover}.carousel-container .react-multi-carousel-track .carousel-item{padding-right:.5rem;transition:all .25s}@media screen and (width>=1550px){.carousel-container .react-multi-carousel-track .carousel-item .thumbnail,.carousel-container .react-multi-carousel-track .carousel-item .placeholder-thumbnail{height:180px}}.react-multi-carousel-list{padding:0;overflow:visible}.ribbon{width:100%;margin-top:2.5rem}@media (width<=1023px){.ribbon{margin-top:.75rem!important}}.ribbon{box-sizing:border-box;position:relative}@keyframes fadein{0%{opacity:0}to{opacity:1}}.ribbon-title{color:#fff;width:90%;font-family:tide-sans,sans-serif;font-size:2rem;animation:.25s ease-in-out slideIn}@media screen and (width<=500px){.ribbon-title{font-size:1.5rem}}.ribbon-title--all{z-index:1;background-color:#303672;min-width:100vw;padding:2rem 0;position:sticky;top:0}.ribbon-item{position:relative}.ribbon-item__detail{opacity:0;z-index:1;background-color:#0f172a80;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:1rem;display:flex;position:absolute;top:0;border-radius:1rem!important}.ribbon-item__detail .ribbon-item__play-button{width:50px;height:50px}.ribbon-item__detail .ribbon-item__play-button svg{width:100%;height:auto}.ribbon-item__detail .ribbon-item__more-icon{color:#fff;z-index:1;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:2rem;display:flex;position:absolute;bottom:1rem;right:1rem}.ribbon-item__detail a{color:#fff}.ribbon-item__episode{word-break:break-word;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:1rem}.ribbon-item__series{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:80%;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:1.25rem;line-height:1.5rem;display:-webkit-box;overflow:hidden}.ribbon-item img{opacity:1;width:100%;transition:opacity .4s ease-out}.ribbon-item--selected{box-shadow:0 0 0 4px #fff!important}.ribbon-item:hover{object-fit:cover;border-radius:1rem;transform:scale(1.05)!important}.ribbon-item:hover img{opacity:.5}.ribbon-item:hover .watchlist-icon{visibility:visible!important}.ribbon-item:hover .ribbon-item__detail{opacity:1;bottom:1rem}.ribbon-item .svg-inline{filter:drop-shadow(0 0 .5rem #00000080);z-index:2;height:1.85rem;position:absolute;top:.5rem;right:.15rem}.episodes-list-container__genre{margin-left:1.5rem}@media (width<=769px){.episodes-list-container__genre{margin-left:unset}}.slick-mobile .ribbon-item:hover{transform:initial!important;border-radius:1.5rem!important}.slick-mobile .ribbon-item:hover img{opacity:1!important}#watchlist .ribbon-item:after{content:"";z-index:1;background:linear-gradient(.25turn,#0000,#00000059);width:3rem;height:100%;margin:auto;display:block;position:absolute;top:0;bottom:0;right:0}.left-ribbon-arrow{margin-top:5px;transition:transform .3s ease-in-out;position:absolute;left:-44px}@media screen and (width<=960px){.left-ribbon-arrow{left:-18px}}.left-ribbon-arrow svg{width:105px;height:94px}@media screen and (width<=500px){.left-ribbon-arrow svg{width:75px!important;height:55px!important}}@media screen and (width<=960px){.left-ribbon-arrow svg{width:90px;height:70px}}.left-ribbon-arrow:hover{transform:rotate(10deg)translateZ(1em)}.right-ribbon-arrow{margin-top:5px;transition:transform .3s ease-in-out;position:absolute;right:-27px}@media screen and (width<=960px){.right-ribbon-arrow{right:-13px}}.right-ribbon-arrow svg{width:105px;height:94px}@media screen and (width<=500px){.right-ribbon-arrow svg{width:75px!important;height:55px!important}}@media screen and (width<=960px){.right-ribbon-arrow svg{width:90px;height:70px}}.right-ribbon-arrow:hover{transform:rotate(-13deg)translateZ(1em)}.react-multiple-carousel__arrow{z-index:50;background:linear-gradient(.25turn,#30367200,#30367200);border:0;width:4%;min-width:80px;min-height:150px;top:5px}@media screen and (height<=768px){.react-multiple-carousel__arrow{min-height:130px}}@media screen and (width>=1550px){.react-multiple-carousel__arrow{min-height:180px}}.react-multiple-carousel__arrow:hover{opacity:1}.react-multiple-carousel__arrow:before{font-family:"Font Awesome 5 Free";font-size:3rem}.react-multiple-carousel__arrow--right{border-radius:1.25rem 0 0 1.25rem;right:0}.react-multiple-carousel__arrow--right:before{content:""}.react-multiple-carousel__arrow--right:hover{background:linear-gradient(.25turn,#30367200,#30367299)}.react-multiple-carousel__arrow--left{border-radius:1.25rem 0 0 1.25rem;left:5px}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--left:hover{background:linear-gradient(.25turn,#30367299,#30367200)}@keyframes slideIn{0%{opacity:0;position:relative;top:1rem}to{opacity:1;position:relative;top:0}}.empty-watchlist__text{color:#303672;font-family:tide-sans-300,sans-serif}.empty-watchlist__text strong{color:#303672;font-family:tide-sans,sans-serif}.empty-thumbnail{background-image:url(/assets/sprite-empty-watchlist-BPUUBXnJ.svg);background-position:0 0;min-width:332px;max-width:332px;height:180px;animation:1s steps(20,end) forwards spritesEmptyWatchlist;position:relative}@keyframes spritesEmptyWatchlist{0%{background-position:6640px 0}to{background-position:0 0}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.nav-right--temp{z-index:200;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:3rem}.nav-right--temp .logout-button,.nav-right--temp .parent-button{margin-left:1rem}.nav-right--temp .logout-button{color:#fff;background-color:#3bbebe;border-color:#0000;height:26px}.nav-right--temp .logout-button:hover{color:#fff;background-color:#7db6af;border-color:#0000}.parent-button{border-radius:12px;width:auto;height:40px;font-family:tide-sans,sans-serif;transition:all .25s ease-in-out;box-shadow:0 0 1rem #33333326;background-color:#f0614b!important}.parent-button:hover{opacity:.5}@media screen and (width>=1550px){.parent-button{border-radius:1.25rem;height:60px;padding:1rem 2rem;font-size:1.5rem;line-height:1rem}}@media screen and (width<=500px){.parent-button{font-size:14px!important}}.locked-button{color:#fff;min-height:100%;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:1.45rem;transition:all .25s ease-in-out;display:inline-flex}.locked-button:hover{color:#fff;transform:scale(1.1)}.locked-button .svg-inline-lock{min-height:100%}.hero{background-color:#303672;height:calc(100vh - 320px);position:sticky;top:0;overflow:hidden;box-shadow:0 0 32px 16px #303672}@media screen and (height<=768px){.hero{height:calc(100vh - 250px)}}@media screen and (width>=1550px){.hero{height:calc(100vh - 300px)}}.hero__background{width:100%;height:100%;position:absolute;top:0;left:0}.hero__background img{object-fit:cover;min-width:100%;min-height:100%;margin:auto;display:block;position:absolute;top:0;bottom:0}.hero__background:after{content:"";z-index:1;background:linear-gradient(#0000,#303672);width:100%;height:80%;position:absolute;bottom:0;left:0}.hero__inner{z-index:1;color:#fff;flex-flow:wrap;align-items:center;width:90%;padding-bottom:1rem;font-family:tide-sans-300,sans-serif;display:flex;position:relative;margin:0 auto!important}.hero__inner strong{font-family:tide-sans,sans-serif}.hero__top{flex-basis:100%;margin-bottom:1rem}.hero__left{box-sizing:border-box;flex:1;max-width:45%;padding-right:1rem}.hero__left .hero-actions{flex-direction:row;align-items:center;margin-top:1rem;display:flex}.hero__left .hero-actions .watchlist-label{cursor:pointer;align-self:center;min-width:230px;margin-left:40px}.hero__left .hero-actions .watchlist-label__watch_later{margin:0 0 .5em;display:flex}.hero__left .hero-actions .watchlist-label__watch_later .svg-inline{width:50px;height:34px}.hero__right{text-shadow:0 0 .85rem #303672bf;flex:1.25}.hero__right strong{text-shadow:0 0 1rem #30367240}.hero__description{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.hero__logo{object-fit:contain;text-align:left;width:25%;max-width:440px;height:auto;max-height:200px}.hero__button{width:200px;height:65px;font-size:18px;transition:box-shadow .2s ease-in;background:#f0614b!important}.hero__button:hover,.hero__button:active,.hero__button:focus{color:#fff;box-shadow:0 0 15px #00000026}.hero__button{color:#fff;border-radius:25px;justify-content:center;align-items:center;height:4rem;font-family:tide-sans,sans-serif;font-size:1.5rem;line-height:1rem;display:flex}.hero__button svg{width:56px;height:46px;margin-right:.5rem}.hero .play-button{width:7rem;height:7rem;display:block}.hero .play-button svg{width:100%;height:auto}.hero .play-button:hover{animation:.25s cubic-bezier(.4,.1,.6,.9) 2 wobble}.hero.fadein .hero__background,.hero.fadein .hero__inner{animation:.45s ease-in-out fadeIn}.hero .show-series{opacity:.8;align-items:center;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:1.45rem;transition:all .25s ease-in-out;display:flex}.hero .show-series:hover{text-shadow:0 0 1rem #30367273;opacity:1}@keyframes wobble{25%{transform:translate(3%)}75%{transform:translate(-3%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.view-episodes{border-radius:12px;flex-direction:row;justify-content:center;align-items:center;width:220px;height:42px;padding:8px 24px;font-family:tide-sans,sans-serif;font-size:1.25rem;font-weight:700;line-height:125%;display:flex;position:static;top:172px;left:0}.static-hero{width:94%;margin:auto}.static-hero img{border-radius:1rem}@media screen and (width>=1024px){.static-hero img{border-radius:2rem}}.hero-ribbon .slick-mobile .slick-current+.slick-slide{margin-left:-.75%}@media (width<=768px){.hero-ribbon__read_more{display:none}}.hero-ribbon .slick-prev,.hero-ribbon .slick-next{z-index:1;color:#fff;justify-content:center;font-size:0;transition:all .25s ease-in-out;display:flex;position:absolute;width:4.5%!important;height:100%!important}.hero-ribbon .slick-prev svg,.hero-ribbon .slick-next svg{margin:2px;overflow:visible;width:80%!important;height:auto!important}.hero-ribbon .slick-prev svg path,.hero-ribbon .slick-next svg path{filter:drop-shadow(0 0 40px #00000080)}.hero-ribbon .slick-prev{left:0!important}.hero-ribbon .slick-prev:before{content:unset!important}.hero-ribbon .slick-next{right:0!important}.hero-ribbon .slick-next:before{content:unset!important}.hero-ribbon .hero-thumbnail:hover{box-shadow:0 0 2rem #0f172a40}.hero-ribbon ul{width:100%;display:flex}@media screen and (width>=1024px){.hero-ribbon__description{display:-webkit-box!important}}.hero-ribbon__description{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;display:flex;overflow:hidden}.hero-ribbon__details{z-index:1;flex-direction:column;justify-content:flex-end;width:50%;height:100%;padding:0 0 2% 8%;display:flex;position:absolute;bottom:0}.hero-ribbon__details h2{font-family:tide-sans,sans-serif}@media screen and (width<=960px){.hero-ribbon__details{width:100%;padding:2% 5%}}.hero-ribbon__details img{object-fit:contain;text-align:left;object-position:left;width:200px;height:120px;margin-bottom:2rem}.hero-ribbon .slick-track{display:flex}.hero-ribbon__play-button{width:100px;margin-bottom:.75rem;visibility:visible!important}.hero-ribbon .hero-thumbnail{width:94%;height:auto;max-height:50vh;margin:auto}@media screen and (width>=1024px){.hero-ribbon .hero-thumbnail{min-height:450px}}.hero-ribbon .hero-thumbnail{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;transition:all .25s ease-in-out;-webkit-transform:translate(0,0);-moz-transform:translate(0,0)}.hero-ribbon .hero-thumbnail:after{content:"";z-index:0;background:linear-gradient(#30367200 39.43%,#303672cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-ribbon .hero-thumbnail img{width:100%}.no-hover-mobile:hover{box-shadow:none!important}.no-hover-mobile:hover .hero-thumbnail{transform:none!important}.container:not(.is-max-desktop):not(.is-max-widescreen).container--fullvw{max-width:100%}.slick-mobile .slick-next,.slick-mobile .slick-prev{display:none}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.parent-modal-portal{z-index:99;position:relative}.close-svg{filter:drop-shadow(0 0 .5rem #00000080);z-index:2;opacity:.5;cursor:pointer;height:1.85rem;transition:all .2s ease-in;position:absolute;top:1.25rem;right:1.35rem}.close-svg:hover,.close-svg:active,.close-svg:focus{opacity:1}.modal-teal-gradient-background{background:#fff!important}.modal-teal-gradient-background .modal-body-text{color:#303672!important}.gradient-background-aquamarine{background:linear-gradient(#fff 0%,#aee6d2 50%)!important}.modal-body{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem 0 0;display:flex}@media screen and (orientation:portrait){.modal-body-mobile{padding-top:15%}}@media screen and (orientation:landscape) and (width>=1024px){.modal-body-mobile{padding-top:15%}}.subscription-header{line-height:3rem!important}.subscription-text{line-height:1.5rem!important}.subscription-text a{color:#303672}.modal-input{width:80%;height:60px;margin:auto;font-size:18px;transition:box-shadow .2s ease-in;border:1px solid #303672!important;border-radius:4px!important}.modal-input:hover,.modal-input:active,.modal-input:focus{box-shadow:0 0 15px #00000026!important}@media screen and (width<=500px){.modal-input{margin-bottom:.8rem}}.modal-button{border-radius:1.25rem;width:60%;height:60px;margin:1rem auto;font-family:tide-sans,sans-serif;font-size:1.5rem;transition:all .2s ease-in;color:#fff!important;background-color:#3bbebe!important}.modal-button:hover,.modal-button:focus{background-color:#303672;box-shadow:0 0 15px #0000001f!important}@media screen and (width<=500px){.modal-button{width:80%;margin:.5rem auto}}.button.is-pink{background-color:#d61d5f!important}.error-message-container{background:#fbd4d6;border-radius:10px;width:80%;height:auto;margin:1rem auto;padding:.5rem;position:relative}.minno-icon{margin-bottom:2rem;position:relative}.page-header-text{color:#303672;text-align:center;margin-bottom:1.25rem;font-family:tide-sans,sans-serif;font-size:3rem;font-weight:700;line-height:2.25rem}@media screen and (width<=960px){.page-header-text{font-size:2rem;line-height:1.75rem!important}}.page-body-text{color:#303672!important}.minno-modal{background:#fff;border:1px solid #ccc;border-radius:20px;outline:none;width:80vw;max-width:680px;height:auto;min-height:400px;max-height:630px;margin:auto;padding:1rem 2rem;position:absolute;inset:auto 0;overflow:hidden}@media screen and (width<=500px){.minno-modal{border-radius:0;width:100%;height:100%;max-height:100%;padding-top:30%;overflow-y:auto}}.minno-modal .modal-header-text{color:#303672;text-align:center;margin-bottom:1.25rem;font-family:tide-sans,sans-serif;font-size:3rem;font-weight:700;line-height:2.25rem}@media screen and (width<=960px){.minno-modal .modal-header-text{font-size:2rem;line-height:1.75rem!important}}.modal-body-text p{color:#000;text-align:center;font-family:tide-sans-300,sans-serif;font-size:18px}.modal-body-text a{color:#303672;font-family:tide-sans,sans-serif;text-decoration:underline}.modal-body-text-mobile{color:#fff!important}.minno-simplified-modal{background:#303672;outline:none;height:100%;margin:auto;padding:1rem 2rem;position:absolute;inset:auto 0;overflow:auto}.minno-simplified-modal .modal-header-text{color:#fff;text-align:center;margin-bottom:1.25rem;font-family:tide-sans,sans-serif;font-size:1.64rem;font-weight:700;line-height:1.69rem}.minno-simplified-modal .modal-body{height:100%;margin:auto}.minno-simplified-modal .modal-header-mobile{color:#fff!important;font-size:1.5rem!important;line-height:1.5rem!important}.minno-simplified-modal .close-simplified-modal{position:absolute;right:0}.minno-simplified-modal .no-subscription-simplified{display:flex}.minno-simplified-modal .no-subscription-simplified .modal-button{border-radius:1.25rem;width:100%;height:60px;padding:1%;font-family:tide-sans;font-size:1.3rem;transition:all .2s ease-in;background-color:#f0614b!important}.minno-simplified-modal .no-subscription-simplified>div{flex:1}@media screen and (width<=500px){.minno-simplified-modal .no-subscription-simplified{display:block}.minno-simplified-modal .no-subscription-simplified a{color:#000;font-family:tide-sans,sans-serif}}.minno-simplified-modal .no-subscription-simplified .minno-help-link{color:#fff;font-family:tide-sans;font-weight:bolder;text-decoration:underline}.minno-simplified-modal .no-subscription-simplified .modal-input{height:60px;margin:0 0 1.5rem;font-size:18px;transition:box-shadow .2s ease-in;border:1px solid #303672!important;border-radius:4px!important}.minno-simplified-modal .no-subscription-simplified .modal-input:hover,.minno-simplified-modal .no-subscription-simplified .modal-input:active,.minno-simplified-modal .no-subscription-simplified .modal-input:focus{box-shadow:0 0 15px #00000026!important}.minno-simplified-modal .no-subscription-simplified .modal-button{border-radius:1.25rem;height:60px;margin:1rem auto;font-family:tide-sans,sans-serif;font-size:1.5rem;transition:all .2s ease-in;color:#fff!important;background-color:#f0614b!important;border:none!important}.minno-simplified-modal .no-subscription-simplified .modal-button:hover,.minno-simplified-modal .no-subscription-simplified .modal-button:focus{background-color:#f0614b!important;box-shadow:0 0 15px #0000001f!important}@media screen and (width<=500px){.minno-simplified-modal .no-subscription-simplified .modal-button{width:80%;margin:1.5rem auto;font-size:1.25rem}}.minno-simplified-modal .no-subscription-simplified .no-subscription-svg-mobile{width:100%;height:auto}@media screen and (orientation:portrait){.minno-simplified-modal .no-subscription-simplified .modal-button{width:22vh}.minno-simplified-modal .no-subscription-simplified{width:100vw;height:100vh;display:flex;bottom:0}.minno-simplified-modal .fullscreen-parent-modal .minno-simplified-modal{position:absolute!important}}.minno-simplified-modal .flex-modal-svg{justify-content:space-evenly;display:flex}.minno-simplified-modal .flex-modal-header{flex-direction:column;justify-content:space-between;display:flex}.minno-simplified-modal .minno-profiles-modal{background:#fff;border:1px solid #ccc;border-radius:20px;outline:none;width:50vw;max-width:400px;height:auto;min-height:500px;max-height:calc(100vh - 100px);margin:auto;padding:1rem 2rem;animation:.4s ease-in-out forwards slide-in;position:absolute;top:100px;bottom:auto;overflow:auto}@media screen and (width<=500px){.minno-simplified-modal .minno-profiles-modal{border-radius:0;width:100%;height:100%;max-height:100%}}.minno-simplified-modal .minno-profiles-modal{overflow-y:hidden}.minno-simplified-modal .minno-profiles-modal .profiles-content{height:auto;min-height:32vh;max-height:calc(100vh - 520px);overflow-y:auto}.minno-simplified-modal .minno-profiles-modal .modal-close-svg{z-index:2;cursor:pointer;height:1.85rem;transition:all .2s ease-in;position:absolute;top:.5rem;left:auto!important;right:.25rem!important}.minno-simplified-modal .minno-profiles-modal h2{color:#000;font-family:tide-sans;font-size:1.55rem}.minno-simplified-modal .minno-profiles-modal a{color:#303672;border-color:#0000;margin:auto;font-family:tide-sans;font-size:1.25rem}.minno-simplified-modal .minno-profiles-modal a:hover{border-color:#0000}.minno-simplified-modal .minno-profiles-modal .kids-name{color:#303672;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;width:calc(100% - 105px);height:auto;padding-right:6px;overflow:hidden}.minno-simplified-modal .minno-profiles-modal .unselected{opacity:.6}.minno-simplified-modal .minno-profiles-modal .line-divider{opacity:.25;border:1px solid #484951;height:0}.minno-simplified-modal .minno-profiles-modal .family-button{opacity:.6;border-radius:8px;font-family:tide-sans;font-size:1rem}.minno-simplified-modal .fullscreen-modal{z-index:99;background:#fff;border-radius:0;width:100%;height:100%;overflow:auto;max-width:100%!important;min-height:auto!important;max-height:100%!important;padding-top:1rem!important}.minno-simplified-modal .close-modal-button-mobile{position:absolute;top:20px;left:auto!important;right:10px!important}.minno-simplified-modal .linked-modal{background-position:top;background-repeat:no-repeat;border-radius:20px;outline:none;width:70vw;max-width:680px;height:auto;min-height:400px;max-height:630px;margin:auto;padding:1rem 2rem;position:absolute;inset:auto 0;overflow:visible}.minno-simplified-modal .linked-modal h1{color:#303672;text-align:center;font-family:tide-sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:50px}@media (width<=321px){.minno-simplified-modal .linked-modal h1{font-size:30px}}@media screen and (width<=500px){.minno-simplified-modal .linked-modal{border-radius:0;width:100%;height:100%;max-height:100%;padding:0}}@media screen and (width<=500px) and (orientation:portrait){.minno-simplified-modal .linked-modal{background-color:#fff}}.minno-simplified-modal .linked-success-modal-portal{z-index:100;position:absolute}@media (width<=768px) and (orientation:portrait){.minno-simplified-modal .linked-success-modal-portal .linked-modal{top:0}}@media (width>=1024px){.minno-simplified-modal .linked-success-modal-portal .linked-modal{top:10rem}}@media (width>=1024px) and (width>=1408px){.minno-simplified-modal .linked-success-modal-portal .linked-modal{top:13rem}}@media (width<=1023px) and (orientation:landscape){.minno-simplified-modal .linked-success-modal-portal .linked-modal{top:5rem}}.minno-simplified-modal .linked-modal-container{background:#fff;border-bottom-right-radius:20px;border-bottom-left-radius:20px;flex-direction:column;justify-content:space-evenly;align-items:center;display:flex}@media screen and (width<=500px){.minno-simplified-modal .linked-modal-container{border-radius:0;height:40vh;padding:20px 0}}.minno-simplified-modal .link-modal-header{height:30vh;max-height:250px;position:relative}@media screen and (width<=500px){.minno-simplified-modal .link-modal-header{height:40vh}}.minno-simplified-modal .background-link-modal{z-index:-1;background:#3bbebe;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;height:50%;min-height:140px;position:absolute;bottom:0}@media screen and (width<=500px){.minno-simplified-modal .background-link-modal{border-top-left-radius:0;border-top-right-radius:0}}.minno-simplified-modal .link-modal-image{position:absolute;bottom:0}@media screen and (width<=500px){.minno-simplified-modal .link-modal-image{background:#3bbebe;padding-top:10vh;top:0}}.minno-simplified-modal .close-linked-modal{position:absolute;bottom:80px;right:0}@media screen and (width<=500px){.minno-simplified-modal .close-linked-modal{top:0;bottom:auto}}.avatars-modal{background:#fff;border:1px solid #ccc;border-radius:15px;outline:none;width:625px;max-height:80vh;margin:0 auto;padding:20px;position:absolute;left:0;right:0;overflow:auto}@media screen and (width<=500px){.avatars-modal{width:90%}}.avatars-modal .close-button{position:absolute;right:2rem}.linked-modal-container{flex-direction:column;width:100%;display:flex;align-items:center!important}@media screen and (width<=500px){.linked-close-svg{margin-top:25px}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.account-container{background-color:#fff;width:100%;padding:1rem 2rem}@media screen and (width>=1024px){.account-container{padding:1rem 0}}.sidebar-container{width:20%}.sidebar-container .menu-list li{margin-bottom:.75rem;padding:.5rem 1rem;font-family:tide-sans-300,sans-serif}.sidebar-container .menu-list li a:hover{background-color:#fff}.sidebar-container .menu-list li.selected a{color:#fff;background-color:#3bbfbf;border-radius:1rem;font-family:tide-sans,sans-serif;transition:background .2s ease-in-out}.sidebar-container .menu-list li.selected a:hover{background-color:#3bbfbf}.bc-primary{color:#fff!important;background-color:#3bbfbf!important}.rounded-10{border-radius:10px!important}@media screen and (width<=960px),print{.back-button{width:20%}.log-out{width:100px!important}.profile-content h2{font-size:1.5rem!important}}@media screen and (width>=960px),print{.columns.is-desktop,.is-flex-desktop{display:flex}.account-information{padding-left:20px}.columns.is-desktop{display:flex}}.FlowupLabels .password-inputs .fl_wrap:last-child{margin-bottom:0}.sidebar-container .list li:hover{cursor:pointer}.account-information{width:100%;display:inline-block}.address-information,.subscription-information{width:100%;padding:0 0 0 3%;display:inline-block}.profile-content p{color:#000;font-size:1rem}.profile-content h2{color:#303672;font-size:1.75rem}.profile-content h3{color:#303672}.profile-content label{color:#000;font-family:tide-sans;font-size:1.25rem}.profile-content select{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='15'%20viewBox='0%200%2024%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%202L12%2012L22%202'%20stroke='%23303672'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/svg%3e");border:1px solid #303672;border-radius:4px;width:100%;height:46px;font-family:tide-sans-300,sans-serif}.subscription-header{padding:2em 2em 0}.profile-content .FlowupLabels .inputs{border:1px solid #303672;border-radius:4px;height:46px;font-family:tide-sans-300,sans-serif}.profile-content .FlowupLabels .inputs:not(.billing-info__input){margin-bottom:2.75em}@media screen and (width<=500px){.profile-content .FlowupLabels .inputs:not(.billing-info__input){margin-bottom:1.75em}}.profile-content .FlowupLabels .inputs.has-error{border:2px solid #e83333}.kids-button{color:#fff;letter-spacing:.02px;-webkit-appearance:none;border:none;border-radius:1rem;min-width:330px;height:50px;font-family:tide-sans,sans-serif;font-size:1rem;line-height:23px;transition:all .2s ease-in-out;background:#3bbebe!important}@media screen and (width<=500px){.kids-button{min-width:100%}}.navbar .kids-button{min-width:initial;margin:1rem 0 1rem 1rem}.kids-section-header{word-break:break-word;color:#000!important;font-family:tide-sans!important;font-size:1.25rem!important}.tooltip-container{z-index:2147483647;border:1px solid silver;border-radius:20px;flex-direction:column;justify-content:center;width:413px;height:auto;margin:.4rem;padding:1rem;transition:opacity .3s;display:flex;box-shadow:0 2px 4px #0000002e;color:#fff!important;background-color:#000!important}@media screen and (width<=500px){.tooltip-container{width:200px}}.tooltip-arrow:before{content:"";border-style:solid;width:0;height:0;margin:auto;display:none}.tooltip-arrow:after{content:"";border-style:solid;width:0;height:0;margin:auto;display:none;position:absolute}@media screen and (width<=500px){.birthday-section{flex-direction:column}}.avatar,.avatar-container .profiles-avatar{cursor:pointer;position:relative}.avatar.regular,.avatar-container .regular.profiles-avatar{width:420px;height:328px}.avatar:hover,.avatar-container .profiles-avatar:hover,.avatar.selected,.avatar-container .selected.profiles-avatar{transform:scale(1.1)}.avatar.selected .avatar__bg-shape,.avatar-container .selected.profiles-avatar .avatar__bg-shape{stroke:#303672;stroke-width:4px}.avatar.selected .avatar__img,.avatar-container .selected.profiles-avatar .avatar__img{padding-bottom:2px}.avatar.normal,.avatar-container .normal.profiles-avatar{width:185px;height:145px;display:flex}.avatar.small,.avatar-container .small.profiles-avatar{width:157.5px;height:123px}@media screen and (width<=500px){.avatar.small,.avatar-container .small.profiles-avatar{width:155.5px;height:120px}}@media screen and (width<=395px){.avatar.small,.avatar-container .small.profiles-avatar{width:127px;height:100px}}.avatar.tiny,.avatar-container .tiny.profiles-avatar{width:105px;height:82px}@media screen and (width<=500px){.avatar.tiny,.avatar-container .tiny.profiles-avatar{width:62px;height:48px}}.avatar .avatar__bg-shape,.avatar-container .profiles-avatar .avatar__bg-shape{z-index:10;width:100%;position:absolute;left:0}.avatar .avatar__bg-shape-regular,.avatar-container .profiles-avatar .avatar__bg-shape-regular{z-index:20;position:absolute}.avatar .avatar__img,.avatar-container .profiles-avatar .avatar__img{z-index:10;width:100%;height:100%;position:absolute;left:0}.avatar .mobile-avatar__img,.avatar-container .profiles-avatar .mobile-avatar__img{z-index:20;width:100%;height:100%;position:relative}.avatar-container{width:25%}@media screen and (width<=500px){.avatar-container{width:45%}}.avatar-container .profiles-avatar{width:100%!important}.avatar-container .profiles-avatar .avatar__img{height:auto!important;position:relative!important}.avatar-container .profiles-avatar.small{width:157.5px;height:auto}@media screen and (width<=500px){.avatar-container .profiles-avatar.small{width:155.5px;height:auto}}.avatars-wrap-container{width:70%;margin:auto;padding:1rem 2rem}@media screen and (width<=500px){.avatars-wrap-container{width:90%;height:60vh;overflow:auto}.avatars-wrap-container:after{background-color:linear-gradient(#aee6d2, 0%, #aee6d2, 100%)}}@media screen and (width<=321px){.avatars-wrap-container{height:53vh!important}}.avatars-wrap-container .empty-kids-wrapper{position:relative}@media screen and (width<=640px){.avatars-wrap-container .empty-kids-wrapper{order:2;margin-top:10px;margin-bottom:20px}}.avatars-wrap-container .empty-kids-wrapper .empty-kids{background:#1b2052;border-radius:20px;max-width:400px;height:152px}.avatars-wrap-container .empty-kids-wrapper .empty-kids p{width:212px;font-size:14px}@media screen and (width<=395px){.avatars-wrap-container .empty-kids-wrapper h2,.avatars-wrap-container .empty-kids-wrapper p{font-size:12px!important}.avatars-wrap-container .empty-kids-wrapper p{width:185px!important}}@media screen and (width<=320px){.avatars-wrap-container .empty-kids-wrapper p{width:157px!important}}@media screen and (orientation:portrait){.reverse-landscape{flex-direction:row-reverse!important}}.profile-watching{background:#fff;min-width:100%;height:100%;min-height:100vh;overflow:auto}@media screen and (width<=500px){.profile-watching{height:100vh;height:-webkit-fill-available;overflow:hidden}}.profile-watching .minno-logo{width:300px;height:100px}.profile-watching .profile-header h1{color:#303672;font-family:tide-sans,sans-serif;font-size:3rem;font-weight:700}@media screen and (width<=960px){.profile-watching .profile-header h1{font-size:2rem}}@media screen and (width<=500px){.profile-watching .profile-header h1{font-size:1.5rem}}.profile-watching .profile-header .close-button{position:absolute;right:2rem}@media screen and (width<=500px){.profile-watching .profile-header .close-button{right:0}}.profile-watching .profile-name{color:#303672;white-space:nowrap;text-overflow:ellipsis;font-family:tide-sans,sans-serif;overflow:hidden}.profile-watching .buttons-container{background-color:#0000;align-self:center;width:90%;margin:auto;position:fixed;bottom:2rem}@media screen and (width<=500px){.profile-watching .buttons-container{flex-direction:column-reverse;width:80%;position:absolute;bottom:0}.profile-watching .buttons-container .logout-button,.profile-watching .buttons-container .edit-button{width:100%;height:40px}}.profile-watching .buttons-container .logout-button{color:#fff;background-color:#f0614b;font-family:tide-sans,sans-serif}.profile-watching .buttons-container .edit-button{color:#303672;background-color:#fff;font-family:tide-sans,sans-serif}.kids .kid{background:#3036720d;border-radius:1rem;height:100%}.kids .kid.inactive{min-height:200px}.kids .kid.inactive button{color:#496c1c!important;border:1px solid #496c1c!important}.kids .kid .name{text-align:center;color:#000;word-break:break-word;font-family:tide-sans;font-size:1.75rem}.kids .kid .age strong{font-family:tide-sans!important}.experiences .experience{cursor:pointer;opacity:.8;background:#3036720d;border-radius:1rem;width:100%}@media (width<=768px){.experiences .experience{flex-direction:column}}.experiences .experience .experience-img-container{align-self:center}@media (width<=768px){.experiences .experience .experience-img-container{align-self:flex-start}}.experiences .experience .experience__img{width:100%;max-width:182px;height:auto}.experiences .experience.selected{opacity:1;border:4px solid #303672}.experiences .experience:hover{opacity:1}.experiences .experience h2{color:#000;font-family:tide-sans}.background-container{max-width:180px}.background-container .background-colors{cursor:pointer;border:4px solid #30367233;border-radius:50px;width:25px;min-width:20px;max-width:30px;height:25px;margin:auto}.background-container .background-colors:hover{border:4px solid #303672;border-radius:60px;width:30px;height:30px}.background-container .background-colors.selected{border:4px solid #303672;border-radius:50px;width:25px;height:25px}.profiles{margin-bottom:2rem}.profiles h4{word-break:break-word;font-weight:300;color:#000!important;font-family:tide-sans-300!important;font-size:1rem!important}.profiles .devices-header{padding-left:0}.profiles .custom-table--row .title{color:#000!important;padding-left:0!important;font-family:tide-sans!important}.word-break{word-break:break-word}@media screen and (width<=500px){.form-buttons{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.form-buttons .column,.form-buttons .control,.form-buttons .button{width:100%}.form-buttons.field.is-grouped>.control:not(:last-child){margin-right:0}}.form-buttons-update-pm{gap:12px;width:100%;max-width:440px}.devices,.profiles{background:#3036720d;border-radius:1rem;justify-content:space-between;width:100%}.devices .link-device-button,.profiles .link-device-button{color:#fff;letter-spacing:.02px;-webkit-appearance:none;border:none;border-radius:1rem;height:50px;font-family:tide-sans,sans-serif;font-size:1rem;line-height:23px;transition:all .2s ease-in-out;background:#f0614b!important}.devices .link-device-button:hover,.profiles .link-device-button:hover,.devices .link-device-button:focus,.profiles .link-device-button:focus{box-shadow:0 0 15px #00000040}@media screen and (width<=500px){.devices .link-device-button,.profiles .link-device-button{height:60px;font-size:1rem}}.devices .devices-header h4,.profiles .devices-header h4,.devices .devices-header p,.profiles .devices-header p{color:#303672}.devices .custom-table--row,.profiles .custom-table--row{flex-direction:column;align-items:flex-start}@media screen and (width<=500px){.devices .custom-table--row,.profiles .custom-table--row{align-items:flex-start}}.devices .custom-table--row.divider,.profiles .custom-table--row.divider{border-top:1px solid #dedede}.devices .custom-table--row .unlink-button,.profiles .custom-table--row .unlink-button{border-color:#363636;border-radius:1rem;min-width:120px}.devices .custom-table--row .title,.profiles .custom-table--row .title{padding-left:0;font-family:tide-sans}.devices .custom-table--row p strong,.profiles .custom-table--row p strong{margin-right:1%}@media only screen and (width>=500px){.devices .custom-table--row,.profiles .custom-table--row{flex-direction:row;justify-content:space-between;align-items:center}}.account_password .password{width:100%}@media screen and (width>=960px){.account_password .password{flex:1;width:auto}}@media screen and (width<=500px){.account_password .password p{font-size:15px}.account_password{position:relative}}.password-inputs{width:100%;display:inline-block}.hints .passwordHint{min-width:295px;margin-right:0;margin-top:0!important;padding:.5rem .75rem!important;font-size:1rem!important}@media screen and (width<=500px){.hints .passwordHint .passwordHint-content{margin-top:60px!important}}.hints .passwordHint .passwordHint-content{margin-top:0}@media screen and (width<=500px){.hints .passwordHint .passwordHint-match{margin-top:72px!important}.hints .passwordHint{margin:auto;font-size:14px;position:absolute;top:10px;width:100%!important;padding-left:0!important;padding-right:1.56rem!important;font-size:.75rem!important}}.password-inputs .field-icon{margin-top:12px!important}@media screen and (width<=500px){.password-inputs .field:nth-child(2){margin-top:158px;margin-bottom:60px!important}}.save-changes{width:200px}.account_info .name-field{width:48%}.account_info .full-width{width:100%}.account-subscription-container{background:#3036720d;border-radius:1rem;justify-content:space-between;width:100%;min-height:172px;display:flex}.account-subscription-container.plan-loading{opacity:.5;animation:1.2s ease-in-out infinite alternate loading}.account-subscription-container h2{color:#000}.account-subscription-container span,.account-subscription-container strong{color:#979797}.account-subscription-container .pending-downgrade-notice{text-align:right}@media screen and (width<=960px){.account-subscription-container .pending-downgrade-notice{text-align:left}}.account-subscription-container .pending-downgrade-notice .pending-downgrade-notice-text{max-width:300px}@media screen and (width<=960px){.account-subscription-container{flex-direction:column;align-items:flex-start!important}.account-subscription-container strong{display:block}}.subscription-status{border-radius:.5rem;flex-direction:row;display:inline-flex}.subscription-status .status-text{color:#fff;font-family:tide-sans,sans-serif;font-size:13px;font-weight:700}.subscription-status .status-text-red{color:#c91d28;font-family:tide-sans,sans-serif;font-size:13px;font-weight:700}.vip-user-card-container{justify-content:flex-start!important}.card-container{background:#3036720d;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;display:flex}@media screen and (width<=582px){.card-container{flex-direction:column;align-items:flex-start!important}.card-container strong{display:block}.card-container button{margin-top:2rem}}.card-container h5,.card-container span{color:#000}.card-container span{word-break:break-word;align-items:center;display:flex}.card-container h5{text-transform:none}.card-container .billing-details-container{display:flex}@media screen and (width<=500px){.card-container .billing-details-container{flex-direction:column;align-items:flex-start}}.card-container .billing-details-container .no-billing{font-family:tide-sans,sans-serif}.card-container .billing-detail{min-width:100px}.card-container .billing-detail.card-number{min-width:130px}@media screen and (width<=500px){.card-container .billing-detail{margin-top:1rem}}.edit-subscription-area{flex-direction:column;align-items:flex-end;display:flex}.edit-subscription-area>:first-child{margin-top:2rem}@media screen and (width<=960px){.edit-subscription-area{align-items:flex-start}.edit-subscription-area>:first-child{margin-top:1rem}}@media screen and (width<=500px){.edit-subscription-area{margin-top:0}.discount{align-items:center;display:flex}}.coupon-container{background-color:#b5d44780;justify-content:space-between;align-items:center;width:100%;display:flex}.coupon-container h3{font-size:20px;font-weight:700;line-height:24px}.coupon-container h2{word-break:break-word;max-width:350px;margin-top:1%;margin-bottom:1%;font-size:28px;font-weight:700;line-height:34px}.coupon-container p{max-width:350px;font-size:18px;font-weight:300;line-height:22px}.coupon-container h2,.coupon-container h3,.coupon-container p{color:#000;font-style:normal}@media screen and (width<=500px){.coupon-container .discount{align-items:center;display:flex}}.coupon-container .discount{text-align:center;min-width:110px}.coupon-container .discount h3{font-size:18px;line-height:18px}.coupon-container .discount h2{word-break:break-word;margin-top:1%;margin-bottom:1%;font-size:26px;font-weight:700;line-height:28px}.coupon-container.discount{margin-left:.5rem}@media screen and (width<=500px){.coupon-container{display:block}.coupon-container h2{font-size:24px}.coupon-container.discount{margin-left:0}}.other-source .svg-inline{height:auto;min-height:24px;margin-bottom:.5rem;padding-bottom:0;padding-left:1rem}@media screen and (width<=500px){.other-source .svg-inline{margin-top:.5rem;padding-bottom:0}.other-source{align-items:center!important}}.other-source .info-nostripe{flex-grow:1;padding:1rem}@media screen and (width<=500px){.other-source .info-nostripe{text-align:center}}.other-source .info-nostripe h3{margin-bottom:1%}.outlined-button,.kids .kid.inactive button{color:#303672;background-color:#0000;border:1px solid #303672;border-radius:16px;font-family:tide-sans-300,sans-serif;font-weight:700;display:flex}.come-back-message{background:#303672 url(/assets/comeback-banner-DwxejTmt.svg) 0/contain no-repeat;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex}.come-back-message h2,.come-back-message p{color:#fff;text-align:center;font-style:normal}.come-back-message h2{margin-top:.75rem;margin-bottom:1%;font-size:28px;font-weight:700;line-height:34px}.come-back-message p{padding:3rem;font-size:18px;font-weight:300;line-height:22px}@media screen and (width<=500px){.come-back-message{background-image:url(/assets/comeback-banner-mobile-BjZBuYPw.svg);background-position:0 0}.come-back-message p{padding:.5rem}.come-back-message h2{margin-top:5rem}.come-back-message button{font-size:1rem!important}}.is-teal{color:#3bbebe}.is-fullheight{height:100%}.short{max-width:50%}@media screen and (width<=500px){.short{max-width:100%}}.billing-info__input{border:1px solid #303672}.field-card{background:#fff;border:1px solid #303672;border-radius:4px;height:46px;margin-bottom:20px;padding:.3rem 1rem 0;font-family:tide-sans-300,sans-serif;line-height:29px}button.go-back-button{box-sizing:border-box;color:#000;border:1px solid #0003;border-radius:20px;font-family:tide-sans,sans-serif;background:#fff!important}.not-auto-payment{opacity:.5}.form-buttons-update-pm .go-back-button{height:65px;margin-bottom:0}label .field.is-focused+span span,label .field:not(.is-empty)+span span{cursor:default;transform:scale(.68)translateY(-36px)}label .field.is-focused+span{border-bottom-color:#34d08c}.form-footer{text-align:left}.form-footer img{width:25%;margin-left:auto;margin-right:auto;display:block}.proration-disclaimer{flex-direction:row;align-items:flex-start;font-size:12px;display:flex}.coupon-error input{border:1px solid #c91d28!important}.coupon-error .coupon-error-message{color:#c91d28}.coupon-error .apply-coupon-error{color:#c91d28;background-color:#fff;border:2px solid #c91d28!important}.coupon-error .apply-coupon-error:focus,.coupon-error .apply-coupon-error:active,.coupon-error .apply-coupon-error:hover{color:#fff;background-color:#c91d28}.coupon-success input{border:1px solid #496c1c!important}.coupon-success .apply-coupon-success{background-color:#fff;color:#496c1c!important;border:2px solid #496c1c!important}.coupon-success .apply-coupon-success:focus,.coupon-success .apply-coupon-success:active,.coupon-success .apply-coupon-success:hover{background-color:#496c1c;color:#fff!important}.coupon-entered input{border:1px solid #f9a429!important}.coupon-entered .coupon-entered-message{color:#f9a429}.coupon-entered .apply-coupon-entered{color:#f9a429;background-color:#fff;border:2px solid #f9a429}.coupon-entered .apply-coupon-entered:focus,.coupon-entered .apply-coupon-entered:active,.coupon-entered .apply-coupon-entered:hover{background-color:#fff;color:#f9a429!important}.subscription-form-action{justify-content:space-between;align-items:center;width:100%;display:flex}@media screen and (width<=960px){.subscription-form-action{flex-direction:column}}.subscription-form-items-group{gap:16px;display:flex}@media screen and (width<=500px){.subscription-form-items-group{flex-direction:column;width:100%;display:flex}}.subscription-form-item{min-width:200px;height:40px}@media screen and (width<=582px){.subscription-form-item{width:100%;margin-left:0}}.cancel-subscription a,.deactivate-profile a{color:#c91d28;text-align:right;font-family:tide-sans,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:22px;text-decoration-line:underline}@media screen and (width<=960px){.cancel-subscription,.deactivate-profile{margin-top:2rem}}.delete-account a{text-align:right;font-size:16px;font-style:normal;font-weight:400;line-height:22px;text-decoration-line:underline;color:#c91d28!important}@media screen and (width<=960px){.delete-account{margin-top:2rem}}.deactivate-profile{margin-top:0!important}@media screen and (width<=500px){.deactivate-profile{text-align:center;flex-grow:1;margin-top:1rem!important}}.editing-header{background-color:#0000;border-radius:1.5em 1.5em 0 0;padding:1.5em 2em 0}.subscription-section{padding-bottom:3rem}.subscription-section .coupon-wrapper .coupon_code .apply-coupon{border-width:2.5px;border-color:#3bbfbf;padding:.75em 1.5em}@media screen and (width<=780px){.subscription-section .billing-info,.subscription-section .subscription-container,.subscription-section .coupon-container{float:unset}}.subscription-section .coupon-wrapper{padding:0}.subscription-section .coupon-wrapper .evergent-coupon-code{border:none}.subscription-section .plan-info__coupons{width:100%}.subscription-section .plan-info__coupons .coupon-field-success{background-color:#fff;border:1px solid #3bbebe;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;display:flex}.subscription-section .plan-info__coupons .coupon-field-success__icon{color:#303672;flex-shrink:0;font-size:1.25rem}.subscription-section .plan-info__coupons .coupon-field-success__text{color:#3bbebe;font-family:tide-sans,sans-serif;font-size:1rem;font-weight:500}.subscription-section .coupon_code_field{border-radius:20px 0 0 20px;padding-left:14px}.subscription-section .coupon_code_field::placeholder{opacity:.5;color:#000}@media screen and (width<=500px){.subscription-section .plan-info{padding:0}}.subscription-section .header{box-shadow:none;border-radius:0;width:100%}.subscription-section .billing{max-width:594px}@media screen and (width<=780px){.subscription-section .billing{max-width:100%}}.subscription-section .subscription-card__save-label{display:block}.subscription-section .subscription-card__main-price--annual{color:#ec614c}.subscription-section .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1522px}.subscription-section .subscription-info-item{color:#000;font-size:1.25rem}.subscription-section .plan-name,.subscription-section .discount-label{opacity:.5}.subscription-section .subscription-result-container{border-color:#7c7c7c}.subscription-section .subscription-header{background-color:#0000;border-radius:1.5em 1.5em 0 0;padding:1.5em 2em 0}@media screen and (width<=780px){.subscription-section .subscription-header,.subscription-section .subscription-info{padding:1.5em 1rem 0}.subscription-section .subscription-info,.subscription-section .coupons-container{padding:1.5em 1rem}}.subscription-heading{color:#000;opacity:.5;margin-bottom:1.2375rem;font-family:tide-sans,sans-serif;font-size:.875rem;font-weight:600}.subscription-card{background:#fff;border-radius:1.25rem;margin-bottom:.875rem;padding:1.125rem;position:relative}.subscription-card.subscription-card--selected svg{opacity:1}.subscription-card.subscription-card--selected .subscription-card__check{background:#3bbfbe}.subscription-card.subscription-card--selected .subscription-card__input{border-color:#3bbfbe}.subscription-card .subscription-card__input:disabled{background-color:#f4f4f440}.subscription-card__content{justify-content:space-between;display:flex}.subscription-card__left,.subscription-card__title-container{gap:.875rem;display:flex}.subscription-card__save-label{color:#fff;background-color:#ec614c;border-radius:8px;margin-bottom:.4rem;padding:2px 6px;font-family:tide-sans,sans-serif;font-size:.75rem;font-weight:700;line-height:1;display:none}.subscription-card__old-price{font-size:.875rem;line-height:1;text-decoration:line-through}.subscription-card__check{background:#e6e6e6;border-radius:500px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:background .2s ease-in-out;display:flex}.subscription-card__check svg{opacity:0;max-width:.75rem;transition:opacity .2s ease-in-out}.subscription-card__input{z-index:2;cursor:pointer;width:unset;height:unset;appearance:none;border:2px solid #0000;border-radius:1.25rem;margin-bottom:0;transition:border-color .2s ease-in-out;position:absolute;inset:0}.subscription-card__title{color:#2e3973;text-transform:capitalize;margin-bottom:.15rem;font-family:tide-sans,sans-serif;font-size:1rem;font-weight:600;line-height:1}.subscription-card__main-price{color:#3bbfbe;font-family:tide-sans,sans-serif;font-size:1.5rem;line-height:1}.subscription-card__per-month{font-size:1rem}.subscription-card__secondary-price{color:#2e3973;margin-bottom:.4rem;font-family:tide-sans,sans-serif;font-size:1.25rem;line-height:1}.subscription-card__interval{color:#2e3973;font-size:.875rem;line-height:1}.subscription-card__right{text-align:right}label>.subscription-card__input{margin-right:0}.subscription-result-container{color:#3bbebe;border-top:1px solid #979797;justify-content:space-between;align-items:center;width:100%;font-size:1.5rem;font-weight:700;display:flex}.subscription-result-container div{font-family:tide-sans,sans-serif}@media screen and (width>=1550px){.subscription-result-container{font-size:2em}}.cancelling-container{text-align:center;padding-top:120px}.cancelling-container h1{color:#303672;font-size:48px;font-weight:700}.reactivate-subscription-container .account-subscription-container{flex-direction:column}.summary-labels{opacity:.5}.subscription-info-item{justify-content:space-between;width:100%;display:flex}.disclaimer-creating .seal-container{width:50%;margin-left:30%;display:inline-block}.expired-card{color:#c91d28!important}.error-message{max-width:92%;color:#c91d28!important}.no-margin .error-message{margin:0}.coupons-container{padding:.75rem 2rem}@media screen and (width<=500px){.coupons-container{padding:unset}}.margin-left-2{margin-left:2rem}.coupon-instruction{opacity:.5;color:#000!important}@media screen and (width<=960px){.coupons-input{flex-direction:column}}.friendbuy-container{width:100%;min-width:769px}@media screen and (width<=960px){.friendbuy-container{min-width:100%!important}}#friend-buy-efw iframe{display:none}#friend-buy-efw iframe:last-child{display:inline-block}.is-transparent{background-color:#0000}@media screen and (width<=960px),print{.navbar-right button{display:none!important}}.account-options{color:#fff;padding:5rem 0 0 .5rem}.account-options li{min-width:280px;padding:.75rem 0;display:inline-block}@media screen and (width<=750px){.account-options li{min-width:150px}}@media screen and (width>=1024px){.account-options li{min-width:350px}}.account-options li a{color:#fff;font-family:tide-sans,sans-serif!important}.account-options li a hr{width:0;margin:0}.account-options li.selected a hr{background-color:#3bbebe;border-radius:20px;width:2.5rem;height:.25rem}.logout-drawer-button{position:absolute;bottom:3.5rem}@media screen and (orientation:landscape){.logout-drawer-button{right:4rem}}.logout-drawer-button a{color:#fff;font-family:tide-sans,sans-serif!important}.billing-missing{width:100%;display:inline-block}.kids-edit-icon{z-index:15;background-color:#f0614b;border-radius:50%;width:1.5rem;height:1.5rem;padding:4px;position:absolute;top:6.75rem;right:2rem}@media screen and (width<=500px){.kids-edit-icon{top:6.75rem;right:2.25rem}}@media screen and (width<=395px){.kids-edit-icon{top:7rem;right:2.5rem}}.is-required{color:red;font-family:tide-sans,sans-serif}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.account-main .container{position:unset!important}@media (width>=768px) and (width<=1023px){.loading-container__animation{width:100%;height:50%;top:20vh;left:0}}@media (width>=1024px){.loading-container__animation{width:100%;height:50%;top:20vh;left:0}}.blue-loader{background:#303672!important}.loading-container__elementary{top:12%!important}.loading-container{z-index:2147483647;background:#fff;width:100%;height:100%;transition:all .5s ease-in;position:fixed;top:10%;left:0}.loading-container__animation{position:absolute}@media only screen and (orientation:landscape){.loading-container__animation{top:30px}}@media only screen and (orientation:landscape) and (width>=768px) and (width<=1023px){.loading-container__animation{height:90%!important}}@media only screen and (orientation:landscape) and (width<=768px){.loading-container__animation{left:0;width:100%!important;height:80%!important}}.loading-container__animation{width:200%;left:-50%}@media screen and (width<=500px){.loading-container__animation{height:90%}}@media (width>=1024px){.loading-container__animation{width:unset;height:unset;top:25%;left:20%;right:20%}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.link_container h1{color:#303672;text-align:center;font-family:tide-sans,sans-serif;font-size:48px;font-style:normal;font-weight:700;line-height:58px}@media screen and (width<=500px){.link_container h1{margin-top:12%;font-size:30px;line-height:150%}}.link_container p{color:#000;text-align:center;font-size:22px;font-weight:300;line-height:32px}.link_container .link-error-message{color:#c91d28}@media (orientation:landscape){.link_container{width:50%}}.link_container{flex-direction:column;justify-content:center;align-items:center;margin:12% auto auto;display:flex}@media screen and (width<=500px){.link_container{padding:0 1.5rem}}.max-link-container{text-align:center;background:#3036720d;border-radius:1rem;justify-content:space-between;width:100%;min-height:172px}.max-link-container h2{color:#000;font-size:1.75rem}.link-code-input input{box-sizing:border-box;border:1px solid #303672;border-radius:4px;height:60px;font-size:20px;font-weight:300;line-height:24px}.link-code-input input::placeholder{color:#000;opacity:.7}.link-code-input{max-width:482px}@media screen and (width<=500px){.link-code-input{max-width:auto;padding:.5rem}}.link-code-input.verification{margin-left:auto;margin-right:auto}.link-code-input-error input{box-sizing:border-box;border:1px solid #c91d28;border-radius:4px;height:60px;font-size:20px;font-weight:300;line-height:24px;color:#c91d28!important}.link-code-input-error input:hover{border:1px solid #c91d28}.link-code-input-error{max-width:482px}@media screen and (width<=500px){.link-code-input-error{max-width:auto;padding:.5rem}}.secondary-link-button{background:#3bbfbf;border-radius:20px;margin-bottom:14%;font-family:tide-sans,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:29px}.primary-link-button{border-radius:20px;font-family:tide-sans,sans-serif;font-style:normal;font-weight:700;background-color:#f0614b!important;font-size:24px!important}@media (width<=321px){.primary-link-button{font-size:20px!important}}.primary-link-button{line-height:29px}.sign-up-container{background:#3036720d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex}.link-full-width{width:100%}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.search-container{min-height:calc(100vh - env(safe-area-inset-bottom) - 52px);position:relative;overflow:hidden}@media (width>=1024px){.search-container{min-height:calc(100vh - 96px)}}.search-container .minno-world{z-index:0;position:absolute;bottom:0}@media (orientation:portrait){.search-container .minno-world-fixed{width:100%;position:fixed!important}}.header-container{width:100%}.header-container .navbar .container{padding:0}.header-container .parent-button{position:relative;top:0;right:0}.header-container .search-box-and-results,.header-container .elementary-search-box{z-index:1;width:80%;max-width:500px;margin:auto;position:relative}.header-container .search-box-and-results .input-box,.header-container .elementary-search-box .input-box{width:100%}.header-container .search-box-and-results .input-box input,.header-container .elementary-search-box .input-box input{padding-left:1rem}.header-container .search-box-and-results .input-box span,.header-container .elementary-search-box .input-box span{padding:0}.header-container .elementary-search-box .input-box input{height:5rem}@media screen and (width<=960px){.header-container .elementary-search-box .input-box input{height:3.5rem;font-size:1rem}}.input.transparent{border:none;border-radius:1.25rem;outline:none;height:5rem;font-family:tide-sans,sans-serif;font-size:1.25rem;padding:.5em 4.5em .5em .5em!important}.search-icon,.search-icon-container{flex-direction:row;align-items:center;height:5rem;display:flex;top:0;right:1rem;position:absolute!important}@media screen and (width<=960px){.search-icon,.search-icon-container{height:3.5rem;font-size:.5rem}}.search-icon span,.search-icon-container span{cursor:pointer;display:inline-flex}.search-icon-container .search-icon,.search-icon-container .search-icon-container{width:65px;height:64px}.search-results-container{z-index:1;margin-bottom:50%}.search-results{padding:0 2rem}@media screen and (width>=1050px){.search-results{padding:0}}.search-results img{opacity:1;min-height:100%;transition:opacity .4s ease-out}.search-results .result-column{text-align:left;cursor:pointer}.search-results .result-column span{color:#fff;word-break:break-word;margin-top:1rem;margin-bottom:.5rem;font-family:tide-sans,sans-serif;font-size:22px;font-weight:700;line-height:1.85rem;display:block}@media screen and (width>=1550px),print{.search-results .result-column span{font-size:26px}}@media screen and (width<=500px){.search-results .result-column span{line-height:1rem}}.search-results .result-column p{word-break:break-word}.search-results .result-column .search-results-type-wrapper{flex-direction:row;align-items:center;margin-bottom:1rem;display:flex}.search-results .result-column .episodes{color:#fff;margin-left:.5em;font-family:tide-sans,sans-serif;font-weight:700}.search-results .result-column__detail{color:#fff;z-index:2;opacity:0;width:100%;padding:0 1rem;transition:all .3s ease-in-out;position:absolute;bottom:-30px}.search-results .result-column__series{white-space:nowrap;text-overflow:ellipsis;align-items:center;width:100%;margin-bottom:0;font-family:tide-sans,sans-serif;font-size:1.7rem;display:flex;overflow:hidden}.search-results .result-column:hover{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate(0,0);-moz-transform:translate(0,0)}.search-results .result-column:hover img{opacity:1!important}.search-results .result-column:hover .result-column__detail{opacity:1;bottom:1rem}.search-results .result-column .displayed-text{font-family:tide-sans-300,sans-serif;font-size:16px;font-weight:400}.search-results .result-column .read-more-button{color:#fff;cursor:pointer;margin-left:.5em;font-family:tide-sans,sans-serif}.result-count-elementary-search{color:#303672;margin-bottom:1rem;font-family:tide-sans,sans-serif;font-size:1.5rem;font-weight:700}@media screen and (width>=1550px){.result-count-elementary-search{font-size:2.25rem}}.result-count-elementary-search strong,.result-count-elementary-search p{color:#303672;margin-left:.5rem;font-family:tide-sans,sans-serif;font-weight:700}.elementary-search-results .results-count{color:#000;background:red}.opacity{opacity:.5}.clear-search-icon{vertical-align:top;opacity:.5;margin-right:10px}.clear-search-icon:hover{opacity:1}@keyframes spritespercentages{0%{background-position:3000px 0}to{background-position:0 0}}@keyframes spritesmax{0%{background-position:3840px 0}to{background-position:0 0}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.download-app-modal-portal{z-index:21;position:relative}.smart-app-banner{z-index:10;color:#fff;background:#303672;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:15px;font-size:12px;display:flex;position:fixed;top:88%}.smart-app-banner .smart-app-banner-container{color:#fff;flex-direction:row;align-items:center;display:flex}.smart-app-banner .smart-app-banner-container img{border-radius:15px;width:95px}.smart-app-banner .smart-app-banner-container strong{color:#fff}.smart-app-banner .banner-cta{text-align:center;background:#fff;border-radius:10px;align-self:center;height:30%;display:flex}.smart-app-banner .banner-cta .cta-anchor{color:#303672;text-align:center;cursor:pointer;background:0 0;border:none;height:30px;font-size:20px;font-weight:700;text-decoration:none}.download-app-modal__container{background-color:#3bbebe;background-position:0 0;background-repeat:repeat-x;background-size:325px;min-height:100%}.download-app-modal__container .download-app-modal__title{color:#303672;background-color:#fff;background-size:cover;border-radius:0 0 70% 70%/20%;width:100%;min-height:150px;padding-top:10%}.download-app-modal__container{text-align:center}.download-app-modal__container a{display:block}@media (width<=321px){.download-app-modal__title{padding-bottom:.5rem!important;font-size:1.5rem!important}.download-app-modal__animation{width:40%}.download-app-modal__links{width:70%;margin:0 auto}}@media (width>=1024px) and (orientation:portrait){.download-app-modal__container .download-app-modal__title{min-height:200px!important;padding-top:7%!important}.download-app-modal__animation{width:70%;margin:0 auto}.download-app-modal__text-description{padding:0 3%;font-size:2.5rem!important;line-height:3.5rem!important}.download-app-modal__button{padding-top:1.5rem}.download-app-modal__text-back{padding-top:1.5rem;font-size:1rem}}@media (width>=768px) and (width<=1023px){.download-app-modal__text-description{padding:0 3%;font-size:1.5rem!important}}@media (width<=768px) and (orientation:portrait){.download-app-modal__animation{width:60%;margin:0 auto}.download-app-modal__button,.download-app-modal__text-back{padding-top:1.5rem}}@media only screen and (orientation:landscape){.download-app-modal__container .download-app-modal__title{min-height:90px;padding-top:3%}.download-app-modal__animation{width:40%;margin-left:50px}.download-app-modal__body{display:flex}.download-app-modal__links{align-items:center;padding:1rem 1rem 0;display:flex}.download-app-modal__download-button{width:40%}.download-app-modal__section{padding:1.5rem}.download-app-modal__section .download-app-modal__text-description{text-align:start;padding:0 1rem;font-size:1rem;line-height:1.5rem}.download-app-modal__section .download-app-modal__text-back{margin-left:30px}}@media only screen and (orientation:landscape) and (width>=1024px){.download-app-modal__body{align-items:center;margin-top:10%}.download-app-modal__title{min-height:130px!important;padding-top:5%!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}@media (width>=769px){.episodes-list-container__episodes-list{padding:0 3rem}}.episodes-list-container{background-color:#aee6d2!important}.episodes-list-container h1,.episodes-list-container h2,.episodes-list-container h3,.episodes-list-container h4,.episodes-list-container p,.episodes-list-container strong,.episodes-list-container span,.episodes-list-container ul,.episodes-list-container li,.episodes-list-container a,.episodes-list-container h1 div,.episodes-list-container h2 div,.episodes-list-container h3 div,.episodes-list-container h4 div,.episodes-list-container p div,.episodes-list-container strong div,.episodes-list-container span div,.episodes-list-container ul div,.episodes-list-container li div,.episodes-list-container a div{color:#303672!important}.episodes-list-container{min-height:100vh;overflow:hidden}.episodes-list-container .episodes-list__content .episodes-list-container--sinopsis{padding-right:6rem}.episodes-list-container .episodes-list__content{padding:2rem 4vw}@media (width>=1024px){.episodes-list-container .episodes-list__content{max-width:65%}}.episodes-list-container .episodes-list__content .readmore{text-align:justify}.episodes-list-container .episodes-list__content>.episodes-list-container__description--desktop p.readmore__compress-content{width:50%}.episodes-list-container .episodes-list__content a{cursor:pointer;z-index:999;right:5rem}@media (width<=769px){.episodes-list-container .episodes-list__content a{right:2px}}.episodes-list-container .episodes-list__content a{position:absolute}.episodes-list-container__series-title{margin-bottom:.3em}.episodes-list-container__watchlist_label{margin:0 0 .5em;display:flex}.episodes-list-container__watchlist_label .svg-inline{width:25px;height:25px}.episodes-list-container__age-genre{display:flex}@media (width<=769px){.episodes-list-container__age-genre{flex-direction:column-reverse}}.episodes-list-container__age-genre .episodes-list-container__genre{margin-left:1.5rem}@media (width<=769px){.episodes-list-container__age-genre .episodes-list-container__genre{margin-left:unset}}.episodes-list-container__series_description{color:#fff;font-family:tide-sans-300,sans-serif;font-size:1.25rem}.episodes-list-container__read_more{cursor:pointer;font-weight:700;display:flex}.episodes-list-container__episode-count{color:#fff;font-family:tide-sans,sans-serif;font-size:1.6rem}@media (width<=768px){.episodes-list-container .episodes-list-container__list{margin-top:3rem}}@media (width>=768px) and (width<=1023px){.episodes-list-container .episodes-list-container__list{margin-top:5rem}}@media (width>=1024px){.episodes-list-container .episodes-list-container__list{margin-top:9rem}}.episodes-list-container .episodes-list-container__divider{border-top:1px solid #ffffff40}.episodes-list-container__button{height:7vh;position:absolute}@media screen and (width<=960px){.episodes-list-container__episode{flex-direction:column}}.episodes-list-container__episode{cursor:pointer;margin:2rem auto;display:flex;position:relative}.episodes-list-container__episode .episode-title,.episodes-list-container__episode .episode-title span,.episodes-list-container__episode .episode-title mark{font-family:tide-sans,sans-serif;font-size:1.5rem}@media (width<=769px){.episodes-list-container__episode .episode-title,.episodes-list-container__episode .episode-title span,.episodes-list-container__episode .episode-title mark{-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.episodes-list-container__episode .episode-duration{font-family:tide-sans-300,sans-serif;font-size:1rem}.episodes-list-container__episode .play_button{left:12%}.episodes-list-container__episode .lock_button{left:40%}.episodes-list-container__episode .episodes-list-container__button{visibility:hidden}.episodes-list-container__episode .play_button.episodes-list-container--non-watched{width:140px}.episodes-list-container__episode .play_button.episodes-list-container--partial-watched{width:180px}.episodes-list-container__episode:hover .episodes-list-container__button{visibility:unset}.episodes-list-container__episode:hover .play_button{top:50%}.episodes-list-container__episode:hover .play_button svg{height:64px}.episodes-list-container__episode:hover .lock_button{top:40%}@media (width>=1408px){.episodes-list-container__episode:hover .lock_button{top:30%}}.episodes-list-container__episode:hover .episodes-list-container__content{opacity:1}.episodes-list-container__episode:hover .thumbnail img,.episodes-list-container__episode:hover .placeholder-thumbnail img{opacity:.5}.episodes-list-container__episode .episode_thumbnail{flex-shrink:0;width:250px;height:130px}@media (width>=1024px){.episodes-list-container__episode .episode_thumbnail{width:300px}}@media (width>=1024px) and (width<=1400px){.episodes-list-container__episode .episode_thumbnail{width:275px;height:150px}}@media (width<=500px){.episodes-list-container__episode .episode_thumbnail{height:90px}}@media (width>=500px) and (width<=679px){.episodes-list-container__episode .episode_thumbnail{height:110px}}@media (width>=679px) and (width<=769px){.episodes-list-container__episode .episode_thumbnail{height:170px}}@media (width<=769px){.episodes-list-container__episode .episode_thumbnail{width:45vw}}.episodes-list-container__episode .episode_thumbnail img{width:100%;height:100%;transition:all .25s ease-in-out}.episodes-list-container__episode .active_thumbnail{box-shadow:0 0 0 4px #f0614b}.episodes-list-container__episode .episodes-list-container__content{color:#fff;padding-right:3rem;font-family:tide-sans-300,sans-serif;transition:opacity .25s ease-in-out;display:flex;position:relative}.episodes-list-container__episode .episodes-list-container__content .episode_thumbnail .episodes-list-container--partial-watched:after{content:"Resume"}.episodes-list-container__episode .episodes-list-container__content .episode_thumbnail .episodes-list-container--non-watched:after{content:"Play"}.episodes-list-container__episode .episodes-list-container__content .episode_thumbnail .play_button:after{color:#fff;padding-left:20px;font-family:tide-sans,sans-serif;font-size:1.5rem;position:relative}.episodes-list-container__episode .episodes-list-container__content .episodes-list-container__info{padding-left:1rem}.episodes-list-container__episode .episodes-list-container__content .episodes-list-container__info .tag{color:#fff;background-color:#3bbebe;padding:0 15px}@media (width<=769px){.episodes-list-container__episode .episodes-list-container__content{padding-right:unset;display:flex}.episodes-list-container__episode .episodes-list-container__content .episodes-list-container__info{padding-left:unset;flex-direction:column;display:flex}.episodes-list-container__episode .episodes-list-container__content .episodes-list-container__info :first-child{order:2}.episodes-list-container__episode .episodes-list-container__content .episodes-list-container__info :nth-child(2){order:1}}.episodes-list-container__episode .episodes-list-container__description--desktop{display:block}.episodes-list-container__episode .episodes-list-container__description--mobile{display:none}@media (width<=769px){.episodes-list-container__episode .episodes-list-container__description--desktop{display:none}.episodes-list-container__episode .episodes-list-container__description--mobile{margin:.5rem;display:block}}.episodes-list-container .svg-inline{align-self:center}.episodes-list-container .svg-inline.arrow-up{transform:rotate(.5turn)}.hero-thumbnail .readmore__expanded-content{width:75vw}.episodes-list-container__read_more{cursor:pointer}.series-image-container{z-index:-1;width:100%;position:absolute;top:0;left:0}.series-image-container img{opacity:.55;object-fit:cover;width:100%}.series-image-container:after{content:"";z-index:1;background:linear-gradient(#aee6d200,#aee6d2);width:100%;height:80%;position:absolute;bottom:0;left:0}.series-info-container{z-index:100;padding-top:4rem;position:relative}@media (width<=769px){.series-info-container{padding-top:0}}.episodes-list-container__watchlist_label{cursor:pointer;width:fit-content}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.simplified-view{width:100%;height:100%;display:flex}.simplified-view .thumbnail,.simplified-view .placeholder-thumbnail{min-height:90%}.simplified-view .ribbon-item__detail{visibility:hidden}.drawer-handle{z-index:10;width:10vw;height:25vh;min-height:110px;margin:auto;display:block;position:absolute;top:0;bottom:0;left:0}@media screen and (width>=1024px){.drawer-handle{width:15vw!important}}@media screen and (width<=1080px){.drawer-handle{width:15vw}}@media screen and (width<=1080px) and (orientation:portrait){.drawer-handle{width:22vw}}.drawer-handle .drawer-handle__container{background-image:url("data:image/svg+xml,%3csvg%20width='111'%20height='156'%20viewBox='0%200%20111%20156'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.8018%20142.133C50.8097%20142.133%2080%20113.42%2080%2078C80%2042.5801%2050.8097%2013.8666%2014.8018%2013.8666C9.86784%2014.2133%200%2011.9254%200%200V156C0%20144.629%209.86784%20142.018%2014.8018%20142.133Z'%20fill='%23303672'/%3e%3c/svg%3e");background-position:-1px;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;position:relative}.drawer-handle-mobile{width:18vw!important;height:5vh!important;top:-.5rem!important}.drawer-handle__max{height:60%;margin:auto;transition:all .3s cubic-bezier(.78,.01,.42,1.02);position:absolute;inset:0 auto 0 -5vw}@media (width<=1023px){.drawer-handle__max{left:-7vw}}a:hover .drawer-handle__max{left:-20%}.simplified-hero{height:calc(100vh - 96px)}@media (width<=1023px){.simplified-hero{height:calc(100vh - 48px)}}.simplified-hero{width:100%;position:absolute;overflow:hidden}.simplified-hero .play-button,.simplified-hero .locked-simplified-button{width:20vh;height:20vh;position:absolute;top:-25vh;bottom:20vh;left:0}@media (width<=1023px) and (orientation:landscape){.simplified-hero .play-button,.simplified-hero .locked-simplified-button{bottom:24vh}}.simplified-hero .play-button,.simplified-hero .locked-simplified-button{z-index:1;margin:auto;right:0}@media screen and (width>=1024px){.simplified-hero .play-button,.simplified-hero .locked-simplified-button{width:30vh;height:30vh}}.hero-background:after{content:"";z-index:0;background:linear-gradient(#0000,#00000080);width:100%;height:80%;position:absolute;bottom:0;left:0}.avatar-simplified{z-index:25;width:210px;position:absolute;top:2rem;right:1rem}.avatar-simplified .tiny{width:210px;height:164px}@media screen and (width<=960px){.avatar-simplified{width:105px;top:.5rem}.avatar-simplified .tiny{width:105px;height:84px}}.characters-sliding-pane .character-avatar__item,.ReactModalPortal .watchlist-sliding-pane .character-avatar__item,.ReactModalPortal .characters-ribbon-sliding-pane .character-avatar__item,.ReactModalPortal .series-sliding-pane .character-avatar__item{margin:10%;position:relative}.characters-sliding-pane .character-avatar__item .character-avatar__img,.ReactModalPortal .watchlist-sliding-pane .character-avatar__item .character-avatar__img,.ReactModalPortal .characters-ribbon-sliding-pane .character-avatar__item .character-avatar__img,.ReactModalPortal .series-sliding-pane .character-avatar__item .character-avatar__img{width:100%;margin:0 auto;position:relative}@media screen and (width<=960px){.characters-sliding-pane .character-avatar__item,.ReactModalPortal .watchlist-sliding-pane .character-avatar__item,.ReactModalPortal .characters-ribbon-sliding-pane .character-avatar__item,.ReactModalPortal .series-sliding-pane .character-avatar__item{margin:0 10%}}.characters-sliding-pane .slide-pane__content,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content,.ReactModalPortal .series-sliding-pane .slide-pane__content{overflow-y:hidden}.character-avatar__bg{border-radius:10px;width:100%;height:50%;position:absolute;bottom:0}.character-avatar__selected{z-index:25;position:absolute;left:4rem}.character-avatar__selected .character-avatar__item{width:210px;height:200px}@media (width<=1023px){.character-avatar__selected .character-avatar__item{width:85px;height:85px}}.character-avatar__selected .character-avatar__item .character-avatar__img{z-index:20;width:100%;height:100%;position:absolute;left:0}.character-avatar__selected .character-avatar__item .character-avatar__bg{z-index:10;left:0}.character-avatar__selected .character-avatar__close-button{z-index:20;width:50px;margin-left:auto;margin-right:auto;position:absolute;bottom:-1.5rem;left:0;right:0}@media (width<=1023px){.character-avatar__selected .character-avatar__close-button{width:35px}}.logo-left{width:220px;height:164px;position:absolute;top:2rem;left:70px}@media screen and (width<=960px){.logo-left{width:120px;height:100px;top:.2rem}}.series-logo-container{position:absolute;top:4rem;left:70px;width:220px!important}@media screen and (width<=960px){.series-logo-container{top:1rem;left:50px;width:120px!important}}.series-logo-container img{height:100px}@media screen and (width<=960px){.series-logo-container img{width:120px;height:80px;top:.2rem}}.simplified-ribbon-container{width:90%;margin:auto;position:absolute;bottom:4vh;left:4%}.simplified-ribbon-container .ribbon-item{box-shadow:0 10px #00000040}.simplified-ribbon-container .ribbon-item--selected{box-shadow:0 0 0 4px #fff,0 14px #00000040!important}.rotate-to-landscape{text-align:center;background-color:#303672;width:100vw;padding-top:14%;padding-bottom:100%;font-size:22px;position:absolute}.rotate-to-landscape p{padding:0 2rem}@media screen and (width>=700px){.rotate-to-landscape{font-size:28px;top:3%}}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.form .form__input{background:#fffffff2;border:1px solid #303672;border-radius:8px;height:60px;margin-bottom:0;font-family:tide-sans-300,sans-serif;font-size:20px;line-height:29px;transition:border-color .2s,border-width .2s}.form .form__input:focus{border:3px solid #303672;box-shadow:0 0 15px #30367240}.form .form__fields{flex-direction:column;gap:24px;display:flex}.form .form__password{position:relative}.form .form__icon{cursor:pointer;color:#303672;width:24px;height:24px;padding:10px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.form .signup-button{border-radius:16px;height:60px}.hide-scrollbar,.sliding-pane .slide-pane__content,.episodes-list-container .episodes-list__content{-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.watchlist-label span{font-family:tide-sans,sans-serif}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.ReactModalPortal{z-index:20;position:relative}.ReactModalPortal .ReactModal__Overlay--after-open{background:0 0}.ReactModalPortal .simplified-pane{top:96px}@media (width<=1023px){.ReactModalPortal .simplified-pane{top:52px}}.ReactModalPortal .slide-pane__header{background:#303672;border:none}.ReactModalPortal .slide-pane__header .slide-pane__close{opacity:unset}.ReactModalPortal .slide-pane__header .svg-inline{opacity:.8;width:3rem;height:3rem;transition:all .25s ease-in-out;position:absolute;right:2rem}.ReactModalPortal .slide-pane__header .svg-inline:hover{opacity:1;transform:scale(1.25)}.ReactModalPortal .characters-sliding-pane,.ReactModalPortal .watchlist-sliding-pane,.ReactModalPortal .characters-ribbon-sliding-pane,.ReactModalPortal .series-sliding-pane{box-shadow:none;background-color:#0000;flex-direction:row-reverse;display:flex}.ReactModalPortal .characters-sliding-pane .slick-slider,.ReactModalPortal .watchlist-sliding-pane .slick-slider,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider,.ReactModalPortal .series-sliding-pane .slick-slider{position:relative}.ReactModalPortal .characters-sliding-pane .slick-slider:after,.ReactModalPortal .watchlist-sliding-pane .slick-slider:after,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:after,.ReactModalPortal .series-sliding-pane .slick-slider:after{content:"";opacity:.7;pointer-events:none;width:4.5%;height:100%;position:absolute;top:0;right:-4.5%}.ReactModalPortal .characters-sliding-pane .slick-slider:before,.ReactModalPortal .watchlist-sliding-pane .slick-slider:before,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:before,.ReactModalPortal .series-sliding-pane .slick-slider:before{z-index:1;content:"";opacity:.7;pointer-events:none;width:4.5%;height:100%;position:absolute;top:0;left:-4.5%}.ReactModalPortal .characters-sliding-pane .slick-slider:hover .slick-prev,.ReactModalPortal .watchlist-sliding-pane .slick-slider:hover .slick-prev,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:hover .slick-prev,.ReactModalPortal .series-sliding-pane .slick-slider:hover .slick-prev,.ReactModalPortal .characters-sliding-pane .slick-slider:hover .slick-next,.ReactModalPortal .watchlist-sliding-pane .slick-slider:hover .slick-next,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:hover .slick-next,.ReactModalPortal .series-sliding-pane .slick-slider:hover .slick-next{visibility:visible!important}.ReactModalPortal .characters-sliding-pane .slick-slider:hover .slick-prev svg:hover,.ReactModalPortal .watchlist-sliding-pane .slick-slider:hover .slick-prev svg:hover,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:hover .slick-prev svg:hover,.ReactModalPortal .series-sliding-pane .slick-slider:hover .slick-prev svg:hover,.ReactModalPortal .characters-sliding-pane .slick-slider:hover .slick-next svg:hover,.ReactModalPortal .watchlist-sliding-pane .slick-slider:hover .slick-next svg:hover,.ReactModalPortal .characters-ribbon-sliding-pane .slick-slider:hover .slick-next svg:hover,.ReactModalPortal .series-sliding-pane .slick-slider:hover .slick-next svg:hover{transform:scale(1.05)}.ReactModalPortal .characters-sliding-pane .slide-pane__close,.ReactModalPortal .watchlist-sliding-pane .slide-pane__close,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__close,.ReactModalPortal .series-sliding-pane .slide-pane__close{transition:all .25s ease-in-out;position:absolute;top:40%;left:90%;margin-left:unset!important;padding:unset!important}.ReactModalPortal .characters-sliding-pane .slide-pane__close svg,.ReactModalPortal .watchlist-sliding-pane .slide-pane__close svg,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__close svg,.ReactModalPortal .series-sliding-pane .slide-pane__close svg{width:unset!important}.ReactModalPortal .characters-sliding-pane .characters-sliding-pane__close-button,.ReactModalPortal .watchlist-sliding-pane .characters-sliding-pane__close-button,.ReactModalPortal .characters-ribbon-sliding-pane .characters-sliding-pane__close-button,.ReactModalPortal .series-sliding-pane .characters-sliding-pane__close-button{align-items:center;height:100%;display:flex}.ReactModalPortal .characters-sliding-pane .watchlist-slide-pane__content,.ReactModalPortal .watchlist-sliding-pane .watchlist-slide-pane__content,.ReactModalPortal .characters-ribbon-sliding-pane .watchlist-slide-pane__content,.ReactModalPortal .series-sliding-pane .watchlist-slide-pane__content{justify-content:flex-start}.ReactModalPortal .characters-sliding-pane .slide-pane__content,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content,.ReactModalPortal .series-sliding-pane .slide-pane__content{background:linear-gradient(#fff 0%,#3bbebe 100%);flex-direction:column;justify-content:center;display:flex;overflow:scroll;padding:2rem -10vw!important}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-list,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-list,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-list,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-list{overflow:visible}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next{visibility:hidden;width:94px;height:94px;margin-top:5px;transition:transform .3s ease-in-out;position:absolute;top:70%;right:-3rem}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next:before{opacity:1;font-size:94px}@media screen and (width<=960px){.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next:before,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next:before{font-size:45px}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next{width:45px;height:45px;font-size:45px;right:-1.75rem}}@media screen and (orientation:portrait){.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next{top:70vw;right:-1rem;transform:translateZ(1em)}}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev{z-index:1;width:94px;height:94px;margin-top:5px;transition:transform .3s ease-in-out;position:absolute;top:70%;left:-3rem}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before{opacity:1;font-size:94px}@media screen and (width<=960px){.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev:before{font-size:45px}.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev{width:45px;height:45px;left:-1.75rem}}@media screen and (orientation:portrait){.ReactModalPortal .characters-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev{top:70vw;left:-1rem;transform:translateZ(1em)}}.ReactModalPortal .characters-sliding-pane .character-avatar__item:hover,.ReactModalPortal .watchlist-sliding-pane .character-avatar__item:hover,.ReactModalPortal .characters-ribbon-sliding-pane .character-avatar__item:hover,.ReactModalPortal .series-sliding-pane .character-avatar__item:hover{cursor:pointer}.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .series-sliding-pane .slide-pane__content .slick-arrow.slick-prev{top:50%}.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next,.ReactModalPortal .watchlist-sliding-pane .slide-pane__content .slick-arrow.slick-prev,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev{top:35%}.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next{top:55%}@media screen and (width<=960px){.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-next{top:55%}}.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev{top:55%}@media screen and (width<=960px){.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content .slick-arrow.slick-prev{top:55%}}.ReactModalPortal .watchlist-sliding-pane .slide-pane__content,.ReactModalPortal .characters-ribbon-sliding-pane .slide-pane__content{justify-content:flex-start}.ReactModalPortal .background-overlay-container{position:relative;top:-15px}@media screen and (width<=960px){.ReactModalPortal .background-overlay-container{top:-13px}}@media screen and (width<=500px){.ReactModalPortal .background-overlay-container{top:-15px}}.ReactModalPortal .overlay-logo{z-index:3;position:absolute;bottom:-30px}.ReactModalPortal .overlay-logo img{aspect-ratio:1/.7;height:80px;width:50%!important}@media screen and (width<=960px){.ReactModalPortal .overlay-logo img{height:50px}}@media screen and (width<=500px){.ReactModalPortal .overlay-logo img{height:30px}}@media screen and (width<=960px){.ReactModalPortal .overlay-logo{bottom:-20px}}@media screen and (width<=500px){.ReactModalPortal .overlay-logo{bottom:-10px}}.ReactModalPortal .series-font-title{color:#303672;margin-top:10px;font-family:tide-sans,sans-serif;font-size:1.5em;font-weight:700}@media screen and (width<=960px){.ReactModalPortal .series-font-title{font-size:.5em}}@media screen and (width<=500px){.ReactModalPortal .series-font-title{font-size:.5em}}.ReactModalPortal .series-item-container{width:80%;position:relative}.ReactModalPortal .series-item-container img{border-radius:20px;width:100%}.ReactModalPortal .series-item-container .series-item-container__background{z-index:1;width:60px;height:60px;position:absolute;top:5px;right:10px}@media screen and (width>=1050px){.ReactModalPortal .series-item-container .series-item-container__background{width:50px;height:50px}}@media screen and (width>=961px) and (width<=1049px){.ReactModalPortal .series-item-container .series-item-container__background{width:40px;height:40px}}@media screen and (width<=960px){.ReactModalPortal .series-item-container .series-item-container__background{width:30px;height:30px}}@media screen and (width<=582px){.ReactModalPortal .series-item-container .series-item-container__background{width:25px;height:25px}}@media screen and (width<=500px){.ReactModalPortal .series-item-container .series-item-container__background{width:20px;height:20px;right:5px}}.ReactModalPortal .series-item-container .series-item-container__favourite__item{z-index:2;width:100%;height:100%;position:absolute}.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{color:#fff;width:25px;height:25px}@media screen and (width>=1050px){.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{width:25px;height:25px}}@media screen and (width>=961px) and (width<=1049px){.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{width:17px;height:17px}}@media screen and (width<=960px){.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{width:15px;height:15px}}@media screen and (width<=582px){.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{width:9px;height:9px}}@media screen and (width<=500px){.ReactModalPortal .series-item-container .series-item-container__favourite__item__fav-icon{width:9px;height:9px}}.animate-swing{animation:.8s ease-in-out forwards swing}.animate-swing-alt{animation:.8s ease-in-out forwards swingAlt}@keyframes swing{0%{transform:rotate(-5deg)}20%{transform:rotate(5deg)}40%{transform:rotate(-5deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}@keyframes swingAlt{0%{transform:rotate(5deg)}20%{transform:rotate(-5deg)}40%{transform:rotate(5deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}to{transform:rotate(0)}}.sliding-pane .slide-pane__content{padding:2rem 4vw}.ReactModalPortal .slide-pane__header{z-index:200;background-color:#0000;width:100%;position:absolute}.sliding-pane__watchlist_label{cursor:pointer}@media screen and (orientation:portrait){.ReactModalPortal .slide-pane__overlay{transform-origin:0 0;width:100vh;height:100vw;top:100%;transform:rotate(-90deg)}.ReactModalPortal .slide-pane__overlay .slide-pane__header{width:15vh;height:100vw}.ReactModalPortal .slide-pane__overlay .slide-pane__content{overflow:hidden}}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.series-age-genre{color:#fff;margin-bottom:1rem;font-family:tide-sans-300,sans-serif;font-size:1.25rem}.series-age-genre strong{color:#fff}@media screen and (width>=1550px){.series-age-genre{font-size:1.45rem}}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.svg-inline{cursor:pointer;width:auto;height:24px;margin-right:.5rem;display:inline-flex}.svg-inline.watchlist{position:absolute;top:18px;right:2px}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.thumbnail,.placeholder-thumbnail{cursor:pointer;background:#181b3f;border-radius:1.5rem;height:auto;margin:0 .5rem;position:relative;overflow:hidden;-webkit-transform:translate(0,0);-moz-transform:translate(0,0)}.thumbnail:hover,.placeholder-thumbnail:hover{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate(0,0);-moz-transform:translate(0,0)}.thumbnail:hover img,.placeholder-thumbnail:hover img{opacity:.75}@media screen and (width<=500px){.thumbnail,.placeholder-thumbnail{border-radius:1rem}}.column .thumbnail,.column .placeholder-thumbnail{margin:0}.all-shows{position:relative}.episode-progress-bar{width:80%;margin:auto;position:absolute;bottom:10%;left:10%;right:10%}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.suggestionCard{width:33.3333%;padding-top:1rem;padding-right:1rem;display:table-cell}.suggestionCard .suggestion_thumbnail{flex-shrink:0;width:264px;margin-bottom:1.5rem}.suggestionCard .suggestion_thumbnail img{width:100%;height:100%;transition:all .25s ease-in-out}.suggestionCard .suggestion-item__detail{opacity:1;bottom:1rem}.suggestionCard .suggestion-item__detail p{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:100%;font-size:.8rem;display:-webkit-box;overflow:hidden}.suggestionCard .suggestion-item__detail p strong{color:#fff;font-family:tide-sans,sans-serif}.suggestion-title{margin-top:2rem;font-size:2.5rem}.suggestions-back{align-items:center;margin-bottom:2rem;display:flex}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{float:right;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80);font-size:20px;font-weight:700;position:relative;top:-.3em;right:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40);text-decoration:none}button.toast-close-button{cursor:pointer;-webkit-appearance:none;background:0 0;border:0;padding:0}.toast-top-center{width:100%;top:0;right:0}.toast-bottom-center{width:100%;bottom:0;right:0}.toast-top-full-width{width:100%;top:0;right:0}.toast-bottom-full-width{width:100%;bottom:0;right:0}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{z-index:999999;position:fixed}#toast-container *{box-sizing:border-box}#toast-container>div{color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);width:300px;filter:alpha(opacity=80);background-position:15px;background-repeat:no-repeat;border-radius:3px;margin:0 0 6px;padding:15px 15px 15px 50px;position:relative;overflow:hidden;box-shadow:0 0 12px #999}#toast-container>:hover{opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer;box-shadow:0 0 12px #000}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{opacity:.4;-ms-filter:alpha(Opacity=40);height:4px;filter:alpha(opacity=40);background-color:#000;position:absolute;bottom:0;left:0}@media (width<=240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=241px) and (width<=480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=481px) and (width<=768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}}.Toastify__toast{color:#fff;border-radius:12px}.Toastify__toast--info{background:#477dca}.Toastify__toast--success{background:#496c1c}.Toastify__toast--warning{background:#e99415}.Toastify__toast--error{background:#c91d28}button.Toastify__close-button{background-color:#0000001f;width:40px;padding:.25rem}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}html{overflow-y:auto}body,*{font-family:tide-sans-300,sans-serif}body strong,* strong{font-family:tide-sans,sans-serif}.button{border-radius:24px;font-family:tide-sans,sans-serif}.notification .delete{background-color:#496c1c;top:auto}.notification .delete-error{background-color:#c91d28}.user-table .id-column{width:5%}.user-table .name-column{width:auto}.user-table .role-column{width:10%}.user-table .link-column{width:5%}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}.roles-wrapper{margin-top:100px;padding:0 100px;font-family:tide-sans-300,sans-serif}.roles-wrapper form label{font-weight:700}.roles-wrapper form select{min-width:150px}.roles-wrapper form .actions{margin-top:10px;margin-bottom:30px}.roles-wrapper form .actions input{font-family:tide-sans-300,sans-serif}.roles-wrapper table{margin-bottom:60px}@font-face{font-family:urbane-rounded-bold;src:url(/assets/urbane_rounded_bold-DdKUTFVx.otf)}@font-face{font-family:urbane-rounded;src:url(/assets/urbane_rounded_medium-B7BtVWFp.otf)}@font-face{font-family:tide-sans-300;src:url(/assets/tide_sans_300_lil_kahuna-CewqL93E.otf)}@font-face{font-family:tide-sans;src:url(/assets/tide_sans_700_mondo-C6SL_eMZ.otf)}@font-face{font-family:burbank-big-regular;src:url(/assets/burbank_big_regular-CpmE6TOb.otf)}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}button,[type=button],[type=reset],[type=submit]{appearance:none;color:#fff;cursor:pointer;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;background-color:#3bbebe;border:0;border-radius:20px;padding:.75em 1.5em;font-family:tide-sans,sans-serif;font-size:1em;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-block}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:not-allowed;opacity:.5}button.is-primary{background-color:#f0614b!important}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{border-color:#0000}.button.button--primary{color:#fff;background-color:#f0614b}.button.button--primary:disabled{cursor:not-allowed;opacity:.5}.button.button--primary:hover{color:#fff;background-color:#d85744}.button.button--full{width:100%}.button.button--large{height:unset;border-radius:1rem;padding:20px;font-size:1.25rem}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}fieldset{background-color:#0000;border:0;margin:0;padding:0}legend{margin-bottom:.375em;padding:0;font-weight:600}label{margin-bottom:.375em;font-weight:400;display:block}input,select,textarea{font-family:arboria,sans-serif;font-size:1em;display:block}[type=color],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:not([type]),textarea,select[multiple]{box-sizing:border-box;background-color:#fff;width:100%;margin-bottom:.75em;padding:.5em;transition:border-color .15s;box-shadow:inset 0 1px 3px #0000000f}[type=color]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=email]:hover,[type=month]:hover,[type=number]:hover,[type=password]:hover,[type=search]:hover,[type=tel]:hover,[type=text]:hover,[type=time]:hover,[type=url]:hover,[type=week]:hover,input:not([type]):hover,textarea:hover,select[multiple]:hover{border-color:#473874}[type=color]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:not([type]):focus,textarea:focus,select[multiple]:focus{border-color:#473874;outline:none;box-shadow:inset 0 1px 3px #0000000f,0 0 #41336ab3}[type=color]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=email]:disabled,[type=month]:disabled,[type=number]:disabled,[type=password]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=text]:disabled,[type=time]:disabled,[type=url]:disabled,[type=week]:disabled,input:not([type]):disabled,textarea:disabled,select[multiple]:disabled{cursor:not-allowed;background-color:#f2f2f2}[type=color]:disabled:hover,[type=date]:disabled:hover,[type=datetime]:disabled:hover,[type=datetime-local]:disabled:hover,[type=email]:disabled:hover,[type=month]:disabled:hover,[type=number]:disabled:hover,[type=password]:disabled:hover,[type=search]:disabled:hover,[type=tel]:disabled:hover,[type=text]:disabled:hover,[type=time]:disabled:hover,[type=url]:disabled:hover,[type=week]:disabled:hover,input:not([type]):disabled:hover,textarea:disabled:hover,select[multiple]:disabled:hover{border:1px solid #ddd}textarea{resize:vertical}[type=search]{appearance:none}[type=checkbox],[type=radio]{margin-right:.375em;display:inline}[type=file]{width:100%;margin-bottom:.75em}select{width:auto;max-width:100%;margin-bottom:.75em}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}ul,ol{margin:0;padding:0;list-style-type:none}dl{margin:0}dt{margin:0;font-weight:600}dd,figure{margin:0}img,picture{max-width:100%;margin:0}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}table{border-collapse:collapse;table-layout:fixed;width:100%;margin:.75em 0}th{text-align:left;border-bottom:1px solid #a6a6a6;padding:.75em 0;font-weight:600}td{border-bottom:1px solid #ddd;padding:.75em 0}tr,td,th{vertical-align:middle}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}body{-webkit-font-smoothing:antialiased;color:#333;font-family:arboria,sans-serif;font-size:1em;line-height:1.5}h1,h2,h3,h4,h5,h6{color:#fff;margin:0 0 .75em;font-family:tide-sans,sans-serif;font-size:1.25em;line-height:1.2}p{color:#fff;margin:0 0 .75em;font-family:tide-sans-300,sans-serif}a{color:#3bbebe;text-decoration:none;transition:color .15s}hr{border:0;border-bottom:1px solid #ddd;margin:1.5em 0}.has-text-color-navi{color:#303672!important}.hide-scrollbar,.episodes-list-container .episodes-list__content,.sliding-pane .slide-pane__content{-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.episodes-list-container .episodes-list__content::-webkit-scrollbar{display:none}.sliding-pane .slide-pane__content::-webkit-scrollbar{display:none}
