.popup-animation{align-items:center;display:none;height:100vh;justify-content:center;position:absolute;width:100%;z-index:102}.popup-animation.show{-webkit-animation:popup-show-animation .35s cubic-bezier(.175,.885,.32,1.35);animation:popup-show-animation .35s cubic-bezier(.175,.885,.32,1.35);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:flex;opacity:0}.popup-animation.hide{-webkit-animation:popup-hide-animation .35s cubic-bezier(.6,-.35,.735,.045);animation:popup-hide-animation .35s cubic-bezier(.6,-.35,.735,.045);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:flex}@-webkit-keyframes popup-show-animation{1%{-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes popup-show-animation{1%{-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes popup-hide-animation{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes popup-hide-animation{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.popup-component{margin:0 10px}.popup-component .common-button .content{padding:13px 0}.pulsar-component{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.pulsar-component .back-border,.pulsar-component .front-border{border:2px solid #852095;border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.common-button{border:0 solid;border-radius:8px;cursor:pointer;min-width:100px;padding:0;position:relative;-webkit-transform:skew(-10deg);transform:skew(-10deg);-webkit-user-select:none;user-select:none;width:100%}.common-button .content{color:#fff;font-family:SourceSansPro-Regular,sans-serif;font-size:24px;font-weight:400;line-height:1em;padding:18px 0;text-align:center;-webkit-transform:skew(10deg);transform:skew(10deg)}.common-button .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.common-button.primary{background:#0087f2}.common-button.primary .content{color:#fff}.common-button.secondary{background:#005ba4}.common-button.secondary .content{color:#fff}.common-button.text{background:none;border-bottom:1px solid #005ba4;border-radius:0;width:inherit!important}.common-button.text,.common-button.text .content{-webkit-transform:none;transform:none}.common-button.text .back-border,.common-button.text .front-border{border:none!important}.common-button.danger{background:#ea4357}.common-button.light-blue{background:#2cbdf0}.common-button.disabled{background:#001b2f;box-shadow:none;cursor:default}.common-button.disabled .content{color:#3a4757}.common-button:focus .pulsar-component{display:block}.common-button.bounce-animation{-webkit-animation:button-bounce-frames .15s;animation:button-bounce-frames .15s}.common-button.not-skewed,.common-button.not-skewed .content{-webkit-transform:none;-webkit-transform:initial;transform:none}.common-button.not-skewed.bounce-animation{-webkit-animation:button-bounce-frames-not-skewed .15s;animation:button-bounce-frames-not-skewed .15s}@-webkit-keyframes button-bounce-frames{0%{-webkit-transform:scale(1) skew(-10deg);transform:scale(1) skew(-10deg)}50%{-webkit-transform:scale(.9) skew(-10deg);transform:scale(.9) skew(-10deg)}to{-webkit-transform:scale(1) skew(-10deg);transform:scale(1) skew(-10deg)}}@keyframes button-bounce-frames{0%{-webkit-transform:scale(1) skew(-10deg);transform:scale(1) skew(-10deg)}50%{-webkit-transform:scale(.9) skew(-10deg);transform:scale(.9) skew(-10deg)}to{-webkit-transform:scale(1) skew(-10deg);transform:scale(1) skew(-10deg)}}@-webkit-keyframes button-bounce-frames-not-skewed{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes button-bounce-frames-not-skewed{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.generic-popup-component{max-width:23em;padding:1em .7em .8em;position:relative;width:100%}.generic-popup-component:before{background:linear-gradient(135deg,#00356b,#00407e);border:.1em solid;border-image:linear-gradient(-15deg,#852095 70%,#ff465f);border-image-slice:1;box-shadow:inset 0 0 .3em rgba(0,0,0,.2);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.generic-popup-component .title-text{color:#efefef;font-family:Quantify-Bold;font-size:1.7em;letter-spacing:.05em;text-align:center;text-shadow:0 0 .6em #14ccf8;width:100%}.generic-popup-component .message-text{color:#efefef;font-size:1.2em;padding:.7em;text-align:center;text-shadow:.05em .05em .1em rgba(0,0,0,.2);width:100%}.generic-popup-component .buttons-container{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.generic-popup-component .buttons-container .common-button{margin-right:1em;width:25%}.checkout-form{position:relative;width:100%}.checkout-form .payment-request-button{max-width:200px}.checkout-form .card-section{position:relative;width:100%}.checkout-form .card-section label{display:block;font-family:SourceSansPro-Regular,sans-serif;line-height:2em;margin-bottom:.5em;position:relative;text-align:center}.checkout-form .card-section .StripeElement{background-color:#112645!important;border:2px solid #57677c;border-radius:8px;height:45px;padding:10px 12px}.checkout-form .card-section .StripeElement--focus{border-color:#fff}.checkout-form .card-section .StripeElement .font{font-size:24px}.checkout-form .card-section .StripeElement--invalid{border-color:#fa755a}.checkout-form .card-section .StripeElement--webkit-autofill{background-color:#fefde5!important}.checkout-form .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px}.checkout-form .buttons-container .common-button:first-of-type{margin-bottom:15px}@media (min-width:576px){.checkout-form .buttons-container{flex-direction:row;margin:0 48px}.checkout-form .buttons-container .common-button:first-of-type{margin-bottom:0;margin-right:20px}}@media (min-width:768px){.checkout-form .buttons-container{justify-content:flex-end;margin:0 64px}.checkout-form .buttons-container .common-button{width:240px}}@media (min-width:992px){.checkout-form .buttons-container{margin:0 83px}}@media (min-width:1440px){.checkout-form .buttons-container{margin:0 auto;max-width:1333px}}.payment-component.standalone{margin:0 auto;max-width:640px}.payment-component .title-text{display:none;margin-top:1em;text-align:center}.payment-component .info-text{display:block;margin:0 auto;max-width:640px;padding:0 10px;text-align:center}.payment-component .card-details-container{padding:0;text-align:center}.payment-component .card-details-container .payment-request-button{display:block;margin:0 auto 15px}.payment-component .card-details-container .or-text-container{color:#fff;color:#57677c;font-family:SourceSansPro-Regular,sans-serif;font-size:14px;font-weight:400}.payment-component .card-details-container .card-form{margin:15px auto 45px;width:300px}@media (min-width:576px){.payment-component .card-details-container .card-form{width:480px}}@media (min-width:768px){.payment-component .card-details-container .card-form{width:640px}}@media (min-width:992px){.payment-component .card-details-container .card-form{width:640px}}.payment-component .logo-container{margin:2em auto;text-align:center}.payment-component .logo-container img{height:auto;width:15em}.free-trial-component{padding:10px;position:relative;width:300px}@media (min-width:576px){.free-trial-component{padding:15px;width:450px}}@media (min-width:768px){.free-trial-component{padding:20px;width:650px}}.free-trial-component:before{background:linear-gradient(135deg,#00356b,#00407e);border:.1em solid;border-image:linear-gradient(-15deg,#852095 70%,#ff465f);border-image-slice:1;box-shadow:inset 0 0 .3em rgba(0,0,0,.2);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.free-trial-component .title-text{color:#fff;font-family:Quantify-Bold,sans-serif;font-size:34px;font-weight:700;text-align:center;text-shadow:0 0 .6em #14ccf8;width:100%}.free-trial-component .message-text{color:#fff;font-family:SourceSansPro-Regular,sans-serif;font-size:24px;font-weight:400;padding:0 .7em;text-align:center;width:100%}.free-trial-component .image-container{height:300px;margin-left:-30px;margin-top:-50px;overflow:hidden;position:relative;width:310px}@media (min-width:576px){.free-trial-component .image-container{margin-left:35px}}@media (min-width:768px){.free-trial-component .image-container{margin-left:130px}}.free-trial-component .image-container .image-bottom{display:block;height:auto;position:relative;width:500px;z-index:-1}.free-trial-component .image-container .image-top{display:block;height:auto;left:0;position:absolute;top:0;width:500px;z-index:0}.free-trial-component .buttons-container{display:flex;flex-direction:column;justify-content:center;margin-top:10px;width:100%}.free-trial-component .buttons-container .common-button:first-of-type{margin-bottom:10px}@media (min-width:576px){.free-trial-component .buttons-container{flex-direction:row}.free-trial-component .buttons-container .common-button:first-of-type{margin-bottom:0;margin-right:10px}}.popup-overlay{background-color:#000;display:none;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:101}.popup-overlay.active{display:block;opacity:.8}body,html{touch-action:manipulation;-ms-touch-action:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}*{-webkit-tap-highlight-color:transparent;-ms-overflow-style:none;box-sizing:border-box;outline:#852095}::-webkit-scrollbar{background:transparent;display:none;width:0}body{-webkit-font-feature-settings:"liga" 0,"clig" 0;font-feature-settings:"liga" 0,"clig" 0;zoom:1;background:#0d0d29;color:#fff;font-family:Lato,sans-serif;line-height:1;min-height:100vh;overflow-y:scroll;-webkit-transform:scale(1);transform:scale(1);width:100vw}#root{height:100%;width:100%}a{color:#14ccf8;display:inline-block}h1{font-family:Quantify-Bold;font-size:2.25em;letter-spacing:.065em;line-height:1.12;margin-bottom:.5em;text-shadow:0 0 .25em #14ccf8}h1,h2{color:#efefef;text-align:left;-webkit-user-select:none;user-select:none}h2{font-size:1.5em;letter-spacing:.04em;line-height:1.4;margin-bottom:.3em}h3{color:#efefef;margin-bottom:.67em}h3,p{font-size:1em;-webkit-user-select:none;user-select:none}p{font-family:SourceSansPro-Regular,sans-serif;font-weight:300;line-height:1.5;margin-bottom:1em}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #001b2f;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.icon i{display:block}body,html{height:100%}.main{display:flex;height:100%;overflow-x:hidden;overflow-y:scroll;width:100%}.main .app-main-container{background:url(/static/media/auth-flow-background.45abd658137d8453d4bd.jpg) 50% 50% no-repeat;background-size:cover;height:100%;width:100%}@media screen and (min-width:992px){.main .app-main-container{margin:0 auto}}.main .app-main-container.active{pointer-events:none}.header-component{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;max-width:480px;padding:10px 0}.header-component .logo-img{height:50px;width:auto}.header-component .user-profile{align-items:center;display:flex;flex-direction:row}.header-component .user-profile .user-name{display:inline;margin:0 5px;text-align:right}.header-component .user-profile .profile-image{cursor:pointer;height:50px;width:auto}.splash-component{display:block;height:100vh;margin:0 auto 1em;position:relative;text-align:center;top:-4em;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.splash-component .logo{position:relative;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.input-container{background-color:#001b2f;border:2px solid #57677c;border-radius:8px;display:inline-block;position:relative;-webkit-transform:skew(-5deg);transform:skew(-5deg);width:100%}.input-container.disabled{opacity:.5}.input-container.selected{border-color:#852095}.input-container input{background:none;border:none;color:#fff;font-family:SourceSansPro-Regular,sans-serif;font-size:24px;font-weight:400;line-height:1em;padding:10px 15px;-webkit-transform:skew(5deg);transform:skew(5deg);width:100%}.input-container input:-webkit-autofill{-webkit-text-fill-color:#fff!important;background:none!important;caret-color:#fff}.input-container input::-webkit-input-placeholder{color:#57677c}.input-container input::placeholder{color:#57677c}.input-container input::-moz-focus-inner{border:0}.input-container input[type=number]::-webkit-inner-spin-button,.input-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-container input[type=number]{-moz-appearance:textfield}.input-container .validation-error{background-color:#a82b4c;color:#fff;font-family:SourceSansPro-Regular,sans-serif;font-size:14px;font-weight:400;padding:5px;position:absolute;right:10px;top:-26px}@-webkit-keyframes bounce{0%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.98);transform:scale(.98)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.98);transform:scale(.98)}to{-webkit-transform:scale(1);transform:scale(1)}}.login-wrapper{margin-left:auto;margin-right:auto;max-width:480px}.login-wrapper .login-section{font-weight:700;text-align:center}.login-wrapper .login-section h1{margin-top:.5em;text-align:center}.login-wrapper .login-section p{text-align:left}.login-wrapper .login-section .logo-container{margin:2em auto;text-align:center}.login-wrapper .login-section .logo-container img{height:auto;width:15em}.login-wrapper .login-section .logo-container--big{margin:8em auto}.login-wrapper .login-section .logo-container--big img{height:auto;width:18em}.login-wrapper .login-section .common-button{margin-bottom:1em;width:100%}.login-wrapper .login-section .common-button.with-facebook{width:auto}.login-wrapper .login-section .input-container{margin-bottom:1em;text-align:left}.login-wrapper .login-section .right-button{display:block;margin-left:auto;margin-right:0;width:50%}.login-wrapper .login-section .small-button{width:50%}.login-wrapper .login-section .buttons-container{width:100%}.login-wrapper .login-section .buttons-container .common-button{width:48%}.login-wrapper .login-section .buttons-container .common-button:first-of-type{margin-right:4%}.login-wrapper .login-section .buttons-container-vertical{margin-top:10em}.login-wrapper .login-section .buttons-container-vertical .common-button{display:block;margin-left:auto;margin-right:auto}.login-wrapper .login-section .separator-with-text{margin:0 0 1em;width:100%}.login-wrapper .login-section .separator-with-text .line{background-color:#fff;display:inline-block;height:2px;position:relative;top:-.3em;width:42%}.login-wrapper .login-section .separator-with-text .text{color:#fff;display:inline-block;font-family:Lato,sans-serif;font-size:1em;font-weight:700;letter-spacing:.09em;text-align:center;width:16%}.login-wrapper .login-section .remote-validation-error{color:#a82d4c;height:1.5em}.login-wrapper .login-section--animate{-webkit-animation:bounce .5s ease-in-out;animation:bounce .5s ease-in-out}.login-wrapper .login-section--avatar{text-align:center}.login-wrapper .login-section--avatar h1{margin-top:.5em;text-align:center}.login-wrapper .login-section--avatar .common-button{margin:1em;width:auto}.common-button.with-facebook{background-color:#4267b2;color:#fff;padding:.4em .4em .3em;-webkit-transform:skew(0);transform:skew(0);width:auto}.common-button.with-facebook .content{align-items:center;display:inline-flex;font-family:Helvetica,Arial,"sans-serif";height:auto;padding:5px;-webkit-transform:skew(0);transform:skew(0)}.common-button.with-facebook .content .facebook-image{height:1.5em;padding-right:.4em;width:auto}.common-button.with-facebook .content .text-container{padding:0 .3em}.common-button.with-facebook.bounce-animation{-webkit-animation:button-bounce-frames-facebook-button .15s;animation:button-bounce-frames-facebook-button .15s}@-webkit-keyframes button-bounce-frames-facebook-button{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes button-bounce-frames-facebook-button{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.avatar-component{border:2px solid transparent;display:inline-block;height:100px;margin:0;overflow:hidden;width:100px}.avatar-component.selected{border-color:#852095}.avatar-component .avatar-image{cursor:pointer;height:100%;width:100%}.avatar-component.circle{border:2px solid transparent;border-radius:50%}.avatar-component.circle.selected{border-color:#852095}.homepage-component{margin:0 auto;max-width:480px;padding:50px 10px 0}.homepage-component .common-button{margin-bottom:10px}.homepage-component .line{background:#fff;height:2px;margin:10px 0 30px}.homepage-component .subscription-details>h5{margin:0 0 10px 10px}.loader-games{height:50%;left:calc(50% - 50px);position:absolute;top:30%;width:100px}.update-profile-component{margin:0 auto;max-width:480px;padding-top:30px}.update-profile-component .common-button{margin-bottom:10px}.update-profile-component .line{background:#fff;height:2px;margin:20px 0 30px}.update-profile-component .user-details{display:flex}.update-profile-component .user-details .image-container{width:100px}.update-profile-component .user-details .image-container .profile-image{cursor:pointer;height:auto;width:100px}.update-profile-component .user-details .details-container{padding:0 0 0 10px;width:calc(100% - 100px)}.update-profile-component .user-details .details-container .input-container{margin-bottom:10px}.update-profile-component .user-details .details-container .common-button{margin:10px 0 0}.update-profile-component .user-details .details-container .hidden-save-button{border:none;height:0;margin:0;opacity:0;padding:0}.payment-selection{text-align:center;width:100%}.payment-selection .logo{height:auto;margin:.5em;width:10em}.payment-selection>h1{line-height:1;margin:.1em 0;text-align:center}.payment-selection>.description{font-size:1em;margin:30px 10px 40px;max-width:800px}@media (min-width:768px){.payment-selection>.description{margin:30px auto 40px}}.payment-selection .plans-buttons-container{display:flex;margin:0 auto;max-width:800px}.payment-selection .plans-container{align-items:center;display:flex;flex-direction:column;margin:0 auto}.payment-selection .plans-container .spinner-container{height:5em;position:relative;width:5em}.payment-selection .plans-container .spinner-container .loader{position:static}@media (min-width:768px){.payment-selection .plans-container{align-items:normal;flex-direction:row;justify-content:center}}.payment-selection .text-container{margin:20px auto;max-width:800px;text-align:center}.payment-selection .text-container .spacer{background-color:#fff;height:3px;margin:0 10px}@media (min-width:576px){.payment-selection .text-container .spacer{margin:0 auto;width:500px}}.payment-selection .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px;padding-top:1em}.payment-selection .buttons-container .common-button{border-radius:3px;margin-bottom:10px}.payment-selection .buttons-container .common-button .content{font-weight:700;padding:15px 0}.payment-selection .buttons-container .common-button.back-button{margin-bottom:0;margin-top:50px}.payment-selection .buttons-container .common-button.back-button .content{font-weight:400}@media (min-width:576px){.payment-selection .buttons-container{margin:0 48px}.payment-selection .buttons-container .common-button,.payment-selection .buttons-container .paypal-button-component{width:240px}}@media (min-width:768px){.payment-selection .buttons-container{margin:0 64px}}@media (min-width:992px){.payment-selection .buttons-container{margin:0 83px}}@media (min-width:1440px){.payment-selection .buttons-container{margin:0 auto;max-width:1333px}}.payment-plan-item{background:#4a517e;border-radius:6px;cursor:pointer;margin:1em 1.5em;max-width:300px;min-height:110px;padding:.1em 2em;position:relative}.payment-plan-item h1,.payment-plan-item h2,.payment-plan-item h5{color:#c3c9d5}.payment-plan-item.selected .pulsar-component{display:block}.payment-plan-item.payment-plan-item-v2{padding:.1em 0;width:265px}.payment-plan-item.payment-plan-item-v2 h2{margin-left:auto;margin-right:auto;max-width:200px;text-align:center}.payment-plan-item.active{background:#0087f2}.payment-plan-item.active h1,.payment-plan-item.active h2,.payment-plan-item.active h5{color:#fff}.payment-plan-item .content-container{align-items:center;display:flex;flex-direction:column;height:calc(100% - .1em);padding:1em}.payment-plan-item .content-container h1{margin-bottom:0}.payment-plan-item .content-container .description{color:#c3c9d5;font-size:10px}.payment-plan-item.payment-plan-item-v2 .content-container h1{font-size:64px;margin-bottom:10px}.payment-plan-item.payment-plan-item-v2 .content-container .description{color:#fdfdfd;font-size:16px}.payment-plan-item .best-value{display:none}.payment-plan-item.annual .best-value{display:block;left:-2.5em;position:absolute;top:-2.5em;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.payment-plan-item.annual .best-value .title{color:#fff;font-size:12px;left:30px;position:absolute;text-align:center;top:30px;width:35px}.paypal-button-component{margin:0 0 10px;width:100%}.paypal-button-component .separator{color:#fff;font-size:12px;margin-bottom:10px;text-align:center}.landing{min-height:1500px;overflow:hidden;position:relative;text-align:center}@media (min-width:576px){.landing{text-align:left}}@media (min-width:1440px){.landing{height:100vh}}.landing .background-image{display:block;left:-350px;position:absolute;top:-300px;width:1100px;z-index:-1}@media (min-width:768px){.landing .background-image{left:auto;right:0;width:1200px}}@media (min-width:1200px){.landing .background-image{left:auto;right:0;top:-700px;width:1500px}}@media (min-width:1440px){.landing .background-image{height:auto;top:-900px;width:100%}}.landing .text-container{color:#fff;font-family:Lato,sans-serif;font-size:39px;font-weight:700;padding:100px 12px 0;text-shadow:0 4px 4px #000}@media (min-width:576px){.landing .text-container{padding:110px 220px 0 40px}}@media (min-width:768px){.landing .text-container{padding-right:321px;padding-top:150px}}@media (min-width:992px){.landing .text-container{padding-right:560px;padding-top:160px}}@media (min-width:1440px){.landing .text-container{padding:180px 790px 0 80px}}.landing .text-container-small{color:#fff;font-family:Lato,sans-serif;font-size:17px;font-weight:400;padding:30px 12px 15px;text-shadow:0 4px 4px #000}@media (min-width:576px){.landing .text-container-small{padding:30px 220px 15px 40px}}@media (min-width:768px){.landing .text-container-small{padding-right:321px}}@media (min-width:992px){.landing .text-container-small{padding-right:560px}}@media (min-width:1440px){.landing .text-container-small{padding-left:80px;padding-right:790px}}.landing .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding-left:12px}@media (min-width:576px){.landing .buttons-container{align-items:flex-start;padding-left:40px}}@media (min-width:1440px){.landing .buttons-container{padding-left:80px}}.landing .buttons-container .common-button{box-shadow:0 4px 4px rgba(0,0,0,.5);width:240px}.landing .buttons-container .login-button-text-container{color:#fff;font-family:Lato,sans-serif;font-size:17px;font-weight:400;padding:50px 0 15px;text-shadow:0 4px 4px #000}.checkbox-container{border:.2em solid #9fa8b5;border-radius:.3em;box-shadow:0 .1em .2em rgba(0,0,0,.05),inset 0 -.15em .1em -.12em rgba(0,0,0,.05);cursor:pointer;flex-shrink:0;font-size:.6em;height:3em;margin:0 .1em;position:relative;width:3em}.checkbox-container:focus{border:.2em solid #852095}.checkbox-container.checked:after{background:url(/static/media/tickAssetWhite.42671baf22fcb7ce0e0a.svg) 0 0 no-repeat;content:"";height:120%;left:-10%;pointer-events:none;position:absolute;top:-10%;width:120%}.navigation-bar{margin:0 auto;padding:7px 15px 0 10px}@media (min-width:576px){.navigation-bar{padding-left:48px;padding-right:55px}}@media (min-width:768px){.navigation-bar{padding-left:64px;padding-right:69px}}@media (min-width:992px){.navigation-bar{padding-left:83px;padding-right:88px;padding-top:40px}}@media (min-width:1440px){.navigation-bar{max-width:1333px;padding-left:0;padding-right:0}}.navigation-bar .navigation-bar-item-container .navigation-bar-item{border:0 solid;display:inline-block;height:10px;position:relative;width:33.33333%}.navigation-bar .navigation-bar-item-container .navigation-bar-item .item-name{color:#fff;display:none;text-align:center}.navigation-bar .navigation-bar-item-container .navigation-bar-item:first-of-type{border-radius:1px 0 0 1px}.navigation-bar .navigation-bar-item-container .navigation-bar-item:after{border-bottom:5px solid transparent;border-left:5px solid green;border-top:5px solid transparent;content:"";display:block;position:absolute;right:-5px;top:0}@media (min-width:768px){.navigation-bar .navigation-bar-item-container .navigation-bar-item{height:15px}.navigation-bar .navigation-bar-item-container .navigation-bar-item:after{border-bottom:7.5px solid transparent;border-left:7.5px solid green;border-top:7.5px solid transparent;right:-7.5px}}@media (min-width:992px){.navigation-bar .navigation-bar-item-container .navigation-bar-item{height:40px}.navigation-bar .navigation-bar-item-container .navigation-bar-item:first-of-type{border-radius:4px 0 0 4px}.navigation-bar .navigation-bar-item-container .navigation-bar-item:after{border-bottom:20px solid transparent;border-left:20px solid green;border-top:20px solid transparent;right:-20px}.navigation-bar .navigation-bar-item-container .navigation-bar-item .item-name{display:block;line-height:40px}}.navigation-bar .navigation-bar-item-container .navigation-bar-item.past{background-color:#852095;z-index:7}.navigation-bar .navigation-bar-item-container .navigation-bar-item.past:after{border-left-color:#852095;z-index:7}.navigation-bar .navigation-bar-item-container .navigation-bar-item.current{background-color:#b548e3;z-index:6}.navigation-bar .navigation-bar-item-container .navigation-bar-item.current:after{border-left-color:#b548e3;z-index:6}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-1{background-color:#76848d;z-index:5}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-1:after{border-left-color:#76848d;z-index:5}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-2{background-color:#7f8c95;z-index:4}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-2:after{border-left-color:#7f8c95;z-index:4}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-3{background-color:#89969f;z-index:3}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-3:after{border-left-color:#89969f;z-index:3}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-4{background-color:#95a2aa;z-index:2}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-4:after{border-left-color:#95a2aa;z-index:2}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-5{background-color:#a0adb6;z-index:1}.navigation-bar .navigation-bar-item-container .navigation-bar-item.next-5:after{border-left-color:#a0adb6;z-index:1}.navigation-bar .current-item-name{color:#fff;color:#b548e3;font-family:SourceSansPro-Regular,sans-serif;font-size:14px;font-weight:400;text-align:center}@media (min-width:576px){.navigation-bar .current-item-name{font-size:18px}}@media (min-width:992px){.navigation-bar .current-item-name{display:none}}.component-body{height:100%}.simple-registration-component{margin-left:auto;margin-right:auto;max-width:480px}.simple-registration-component.simple-registration-component--center{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.simple-registration-component .logo-container{margin:2em auto;text-align:center}.simple-registration-component .logo-container .logo{height:auto;width:15em}.simple-registration-component .facebook-container{margin:2em auto;text-align:center}.simple-registration-component .facebook-container .common-button.with-facebook{margin-bottom:3em}.simple-registration-component .form-field-container{padding:1em}.simple-registration-component .form-field-container .input-container{margin-bottom:1em;text-align:left}.simple-registration-component .form-field-container .buttons-container{width:100%}.simple-registration-component .form-field-container .buttons-container .common-button{width:48%}.simple-registration-component .form-field-container .buttons-container .common-button:first-of-type{margin-right:4%}.simple-registration-component .privacy_policy_container{align-items:center;color:#9fa8b5;display:flex;flex-direction:row;font-family:SourceSansPro-Regular,sans-serif;font-size:14px;font-weight:400;margin:10px 0 30px;text-align:left}.simple-registration-component .privacy_policy_container .privacy_policy-text{margin-left:1em}.display-name .component-body{background:linear-gradient(161.35deg,#000 3.46%,#094caf 97.91%);padding-bottom:26px}@media (min-width:576px){.display-name .component-body{padding-bottom:54px}}@media (min-width:992px){.display-name .component-body{padding-bottom:65px}}.display-name .component-body .input-field-container{display:block;margin:45px 10px 66px}@media (min-width:576px){.display-name .component-body .input-field-container{margin:45px 48px 66px}}@media (min-width:768px){.display-name .component-body .input-field-container{margin:57px 64px 76px}}@media (min-width:992px){.display-name .component-body .input-field-container{margin:75px 232px 81px}}@media (min-width:1440px){.display-name .component-body .input-field-container{margin:107px auto 106px;max-width:856px}}.display-name .component-body .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px}.display-name .component-body .buttons-container .common-button:first-of-type{margin-bottom:15px}@media (min-width:576px){.display-name .component-body .buttons-container{flex-direction:row;margin:0 48px}.display-name .component-body .buttons-container .common-button:first-of-type{margin-bottom:0;margin-right:20px}}@media (min-width:768px){.display-name .component-body .buttons-container{justify-content:flex-end;margin:0 64px}.display-name .component-body .buttons-container .common-button{width:240px}}@media (min-width:992px){.display-name .component-body .buttons-container{margin:0 83px}}@media (min-width:1440px){.display-name .component-body .buttons-container{margin:0 auto;max-width:1333px}}.ftui-footer{margin:0 auto;max-width:1600px;min-height:900px;overflow:visible;pointer-events:none;position:relative}.ftui-footer:before{content:"";display:block;position:absolute;top:0;width:100%;z-index:0}.ftui-footer .inner-container{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.ftui-footer .inner-container .text-container{color:#fff;font-family:Quantify-Bold,sans-serif;font-size:32px;font-weight:700;padding:30px;position:relative;text-align:center;z-index:2}.ftui-footer .inner-container .left-image-container{margin-left:130px;margin-top:-110px;position:relative;width:600px}.ftui-footer .inner-container .left-image-container .left-image-bottom{display:block;height:auto;position:relative;width:100%;z-index:-1}.ftui-footer .inner-container .left-image-container .left-image-top{display:block;height:auto;left:0;position:absolute;top:0;width:100%;z-index:0}@media (min-width:576px){.ftui-footer .inner-container .text-container{font-size:44px;padding:30px 48px}.ftui-footer .inner-container .left-image-container{margin-left:160px;margin-top:-150px;width:800px}}@media (min-width:768px){.ftui-footer .inner-container .text-container{font-size:58px;padding:30px 65px}.ftui-footer .inner-container .left-image-container{margin-left:240px;margin-top:-200px;width:1000px}}@media (min-width:992px){.ftui-footer .inner-container{display:block}.ftui-footer .inner-container .text-container{font-size:54px;margin-left:auto;margin-right:0;padding:30px 65px 30px 0;text-align:right;width:581px}.ftui-footer .inner-container .left-image-container{left:-140px;margin:0;position:absolute;top:-150px;width:1000px}}@media (min-width:1200px){.ftui-footer .inner-container .text-container{font-size:70px;padding:30px 121px 30px 0;width:862px}.ftui-footer .inner-container .left-image-container{left:-170px;top:-170px;width:1200px}}@media (min-width:1440px){.ftui-footer .inner-container .text-container{font-size:79px;padding:30px 134px 30px 0;width:947px}}.avatar-selection{width:100%}.avatar-selection .component-body{background:linear-gradient(161.35deg,#000 3.46%,#094caf 97.91%);padding-bottom:26px}@media (min-width:576px){.avatar-selection .component-body{padding-bottom:45px}}@media (min-width:992px){.avatar-selection .component-body{padding-bottom:65px}}.avatar-selection .component-body .avatar-section{margin:15px 10px;position:relative}@media (min-width:576px){.avatar-selection .component-body .avatar-section{margin:20px 48px}}@media (min-width:768px){.avatar-selection .component-body .avatar-section{margin:80px 64px}}@media (min-width:992px){.avatar-selection .component-body .avatar-section{margin:80px 83px}}@media (min-width:1440px){.avatar-selection .component-body .avatar-section{margin:113px auto;max-width:1333px}}.avatar-selection .component-body .avatar-section .selected-avatar{display:block}.avatar-selection .component-body .avatar-section .selected-avatar .avatar-component{border:2.5px solid #7f8c95;display:block;height:135px;margin:0 auto 10px;width:135px}@media (min-width:576px){.avatar-selection .component-body .avatar-section .selected-avatar .avatar-component{margin:0 auto 19px}}@media (min-width:768px){.avatar-selection .component-body .avatar-section .selected-avatar .avatar-component{height:150px;margin:0;width:150px}}@media (min-width:992px){.avatar-selection .component-body .avatar-section .selected-avatar .avatar-component{height:175px;width:175px}}@media (min-width:1440px){.avatar-selection .component-body .avatar-section .selected-avatar .avatar-component{height:200px;width:200px}}@media (min-width:768px){.avatar-selection .component-body .avatar-section .selected-avatar{left:0;overflow:visible;position:absolute;top:-30px;z-index:2}}@media (min-width:992px){.avatar-selection .component-body .avatar-section .selected-avatar{top:-42px}}.avatar-selection .component-body .avatar-section .avatar-container{overflow:scroll}.avatar-selection .component-body .avatar-section .avatar-container .avatar-inner-container{align-items:center;display:inline-flex;flex-direction:row}.avatar-selection .component-body .avatar-section .avatar-container .avatar-inner-container .avatar-component{height:50px;margin:5px;width:50px}@media (min-width:576px){.avatar-selection .component-body .avatar-section .avatar-container .avatar-inner-container .avatar-component{height:70px;width:70px}}@media (min-width:768px){.avatar-selection .component-body .avatar-section .avatar-container .avatar-inner-container .avatar-component{height:90px;width:90px}}@media (min-width:1440px){.avatar-selection .component-body .avatar-section .avatar-container .avatar-inner-container .avatar-component{height:100px;width:100px}}@media (min-width:768px){.avatar-selection .component-body .avatar-section .avatar-container{margin-left:100px;padding-left:50px}}@media (min-width:992px){.avatar-selection .component-body .avatar-section .avatar-container{margin-left:100px;padding-left:75px}}@media (min-width:1440px){.avatar-selection .component-body .avatar-section .avatar-container{margin-left:100px;padding-left:100px}}.avatar-selection .component-body .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px}.avatar-selection .component-body .buttons-container .common-button:first-of-type{margin-bottom:15px}@media (min-width:576px){.avatar-selection .component-body .buttons-container{flex-direction:row;margin:0 48px}.avatar-selection .component-body .buttons-container .common-button:first-of-type{margin-bottom:0;margin-right:20px}}@media (min-width:768px){.avatar-selection .component-body .buttons-container{justify-content:flex-end;margin:0 64px}.avatar-selection .component-body .buttons-container .common-button{width:240px}}@media (min-width:992px){.avatar-selection .component-body .buttons-container{margin:0 83px}}@media (min-width:1440px){.avatar-selection .component-body .buttons-container{margin:0 auto;max-width:1333px}}.gdpr{background:linear-gradient(161.35deg,#000 3.46%,#094caf 97.91%);padding-bottom:26px}@media (min-width:576px){.gdpr{padding-bottom:54px}}@media (min-width:992px){.gdpr{padding-bottom:65px}}.gdpr .component-body{margin:30px 10px}@media (min-width:576px){.gdpr .component-body{margin:30px 48px}}@media (min-width:768px){.gdpr .component-body{margin:30px 64px}}@media (min-width:992px){.gdpr .component-body{margin:30px 83px}}@media (min-width:1440px){.gdpr .component-body{margin:30px auto;max-width:1333px}}.gdpr .component-body .gdpr-title{color:#fff;font-family:Quantify-Bold,sans-serif;font-size:24px;font-weight:700;text-align:center}.gdpr .component-body .gdpr-text{color:#fff;font-family:Lato,sans-serif;font-size:24px;font-weight:400}.gdpr .component-body .gdpr-text>p{margin:20px 0}.gdpr .component-body .gdpr-text>p:first-of-type{color:#fff;font-family:Quantify-Bold,sans-serif;font-size:34px;font-weight:700;line-height:34px}.gdpr .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px}.gdpr .buttons-container .common-button{margin-bottom:15px}.gdpr .buttons-container .common-button:last-of-type{margin-bottom:0}@media (min-width:576px){.gdpr .buttons-container{margin:0 48px}}@media (min-width:768px){.gdpr .buttons-container{flex-direction:row;margin:0 64px}.gdpr .buttons-container .common-button{margin-bottom:0;margin-right:20px}.gdpr .buttons-container .common-button:last-of-type{margin-right:0}}@media (min-width:992px){.gdpr .buttons-container{margin:0 83px}}@media (min-width:1440px){.gdpr .buttons-container{margin:0 auto;max-width:1333px}}.plan-selection .component-body .component-title{font-size:35px;font-style:normal;font-weight:700;margin:30px 0 15px;text-align:center;text-shadow:none}.plan-selection .component-body .text-container{margin:20px auto;max-width:1200px;text-align:center}.plan-selection .component-body .text-container .spacer{background-color:#fff;height:3px;margin:0 10px}@media (min-width:576px){.plan-selection .component-body .text-container .spacer{margin:0 auto;width:500px}}.plan-selection .component-body .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px;padding-bottom:50px}.plan-selection .component-body .buttons-container .common-button{border-radius:3px;margin-bottom:10px}.plan-selection .component-body .buttons-container .common-button .content{font-weight:700;padding:15px 0}.plan-selection .component-body .buttons-container .common-button.skip-button{margin-top:1em}.plan-selection .component-body .buttons-container .common-button.promo-button{margin-bottom:0;margin-top:50px}.plan-selection .component-body .buttons-container .common-button.promo-button .content{font-weight:400}@media (min-width:576px){.plan-selection .component-body .buttons-container{margin:0 48px}.plan-selection .component-body .buttons-container .common-button,.plan-selection .component-body .buttons-container .paypal-button-component{width:240px}}@media (min-width:768px){.plan-selection .component-body .buttons-container{margin:0 64px}}@media (min-width:992px){.plan-selection .component-body .buttons-container{margin:0 83px}}@media (min-width:1440px){.plan-selection .component-body .buttons-container{margin:0 auto;max-width:1333px}}.loader{height:50%;left:calc(50% - 50px);position:absolute;top:10%;width:100px}.card-details-payment .component-body{padding-bottom:30px}.card-details-payment .component-body .text-container .title{font-size:24px;font-style:normal;font-weight:700;line-height:29px;text-shadow:none}.card-details-payment .component-body .text-container{padding:21px 10px 40px;text-align:center}.card-details-payment .component-body .text-container .title{text-align:center}.card-details-payment .component-body .text-container .content-text{color:#fff;font-family:SourceSansPro-Bold,sans-serif;font-size:21px;font-weight:700;padding-top:5px}@media (min-width:576px){.card-details-payment .component-body .text-container{padding:21px 48px 40px}.card-details-payment .component-body .text-container .title{font-size:67px}.card-details-payment .component-body .text-container .content-text{font-size:26px}}@media (min-width:768px){.card-details-payment .component-body .text-container{padding:57px 64px 40px}}@media (min-width:992px){.card-details-payment .component-body .text-container{padding:60px 96px 40px}.card-details-payment .component-body .text-container .title{font-size:69px}.card-details-payment .component-body .text-container .content-text{font-size:31px}}@media (min-width:1440px){.card-details-payment .component-body .text-container{margin:0 auto;max-width:1200px;padding:60px 0 40px}}.card-details-payment .component-body .buttons-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 10px}.card-details-payment .component-body .buttons-container .common-button{margin-bottom:15px}.card-details-payment .component-body .buttons-container .common-button:last-of-type{margin-bottom:0}@media (min-width:576px){.card-details-payment .component-body .buttons-container{flex-direction:row;margin:0 48px}.card-details-payment .component-body .buttons-container .common-button{margin-bottom:0;margin-right:20px}.card-details-payment .component-body .buttons-container .common-button:last-of-type{margin-right:0}}@media (min-width:768px){.card-details-payment .component-body .buttons-container{margin:0 64px}.card-details-payment .component-body .buttons-container .common-button{width:240px}}@media (min-width:992px){.card-details-payment .component-body .buttons-container{margin:0 83px}}@media (min-width:1440px){.card-details-payment .component-body .buttons-container{margin:0 auto;max-width:1333px}}.account-created .component-body{background:linear-gradient(161.35deg,#000 3.46%,#094caf 97.91%);padding-bottom:26px}@media (min-width:576px){.account-created .component-body{padding-bottom:54px}}@media (min-width:992px){.account-created .component-body{padding-bottom:65px}}.account-created .component-body .text-container{padding:21px 10px 40px;text-align:center}.account-created .component-body .text-container .title{font-size:43px;margin:5px 0;text-align:center}.account-created .component-body .text-container .content-text{color:#fff;font-family:SourceSansPro-Bold,sans-serif;font-size:21px;font-weight:700}@media (min-width:576px){.account-created .component-body .text-container{padding:21px 48px 40px}.account-created .component-body .text-container .title{font-size:67px}.account-created .component-body .text-container .content-text{font-size:26px}}@media (min-width:768px){.account-created .component-body .text-container{padding:57px 64px 40px}}@media (min-width:992px){.account-created .component-body .text-container{padding:60px 96px 40px}.account-created .component-body .text-container .title{font-size:69px}.account-created .component-body .text-container .content-text{font-size:31px}}@media (min-width:1440px){.account-created .component-body .text-container{margin:0 auto;max-width:1200px;padding:60px 0 40px}}.account-created .component-body .buttons-container{align-items:center;display:flex;flex-direction:column;margin:0 10px}.account-created .component-body .buttons-container .common-button{margin-bottom:15px}.account-created .component-body .buttons-container .common-button:last-of-type{margin-bottom:0}@media (min-width:576px){.account-created .component-body .buttons-container{margin:0 138px}}@media (min-width:768px){.account-created .component-body .buttons-container{flex-direction:row}.account-created .component-body .buttons-container .common-button{margin-bottom:0;margin-right:20px}.account-created .component-body .buttons-container .common-button:last-of-type{margin-right:0}}@media (min-width:992px){.account-created .component-body .buttons-container{justify-content:center;margin:0 103px}.account-created .component-body .buttons-container .common-button{width:240px}}@media (min-width:1440px){.account-created .component-body .buttons-container{margin:0 auto;max-width:1333px}}.popup-background-mixing{background:linear-gradient(135deg,#00356b,#00407e);border:.1em solid;border-image:linear-gradient(-15deg,#852095 70%,#ff465f);border-image-slice:1;box-shadow:inset 0 0 .3em rgba(0,0,0,.2);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.ftui-background-mixing{background:linear-gradient(161.35deg,#000 3.46%,#094caf 97.91%)}.promo-code-component{margin:0 auto;max-width:480px;padding:0 10px 50px}.promo-code-component .input-container{margin:70px 0 0}.promo-code-component .content-text{color:#fff;color:#a0a0a0;font-family:SourceSansPro-Regular,sans-serif;font-size:19px;font-weight:400;margin:40px 0;text-align:center}.promo-code-component .google-reCaptcha{margin:40px auto;width:304px}.promo-code-component .buttons-container{display:flex}.promo-code-component .buttons-container .common-button{margin-bottom:10px;width:calc(50% - 10px)}.promo-code-component .buttons-container .common-button:first-of-type{margin-right:20px}.docomo-registration-component{margin-left:auto;margin-right:auto;max-width:480px}.docomo-registration-component .logo-container{margin:2em auto;text-align:center}.docomo-registration-component .logo-container .logo{height:auto;width:15em}.docomo-registration-component .form-field-container{padding:1em}.docomo-registration-component .form-field-container .input-container{margin-bottom:1em;text-align:left}.docomo-registration-component .form-field-container .buttons-container{width:100%}.docomo-registration-component .form-field-container .buttons-container .common-button{width:48%}.docomo-registration-component .form-field-container .buttons-container .common-button:first-of-type{margin-right:4%}.docomo-acknowledge-component{margin-left:auto;margin-right:auto;max-width:480px}.docomo-acknowledge-component .logo-container{margin:2em auto;text-align:center}.docomo-acknowledge-component .logo-container .logo{height:auto;width:15em}.docomo-acknowledge-component .page-content{margin:2em}.docomo-acknowledge-component .page-content .warning-prompt{background-color:#a0a0a0;margin-top:1em}.docomo-acknowledge-component .page-content .warning-prompt .warning-prompt-text{padding:.5em}.docomo-acknowledge-component .page-content .benefits ul{margin-left:1em}.docomo-acknowledge-component .page-content .benefits li{list-style:disc}.docomo-acknowledge-component .page-content .terms-conditions{margin:1em 0}.docomo-acknowledge-component .page-content .terms-conditions a:focus{border:.2em solid #852095}.docomo-acknowledge-component .page-content .button-container{margin:1em}.docomo-acknowledge-component .page-content .agree-conditions{align-items:center;display:flex}.docomo-acknowledge-component .page-content .agree-conditions .agree-conditions-text{padding-left:1em}@font-face{font-family:SourceSansPro-Regular;font-style:normal;font-weight:400;src:url(/static/media/SourceSansPro-Regular.2878cbcbb24f29451b8e.eot);src:url(/static/media/SourceSansPro-Regular.c3c6a76313fd98ad30fe.woff2) format("woff2"),url(/static/media/SourceSansPro-Regular.4b58fe92efe499a528c6.woff) format("woff"),url(/static/media/SourceSansPro-Regular.f8097564356d44a8fe80.ttf) format("truetype"),url(/static/media/SourceSansPro-Regular.dfd2ce64a01c092cd16b.svg#SourceSansPro-Regular) format("svg"),url(/static/media/SourceSansPro-Regular.2878cbcbb24f29451b8e.eot?#iefix) format("embedded-opentype")}@font-face{font-family:SourceSansPro-Bold;font-style:normal;font-weight:400;src:url(/static/media/SourceSansPro-Bold.e71e88f09559ce96188f.eot);src:url(/static/media/SourceSansPro-Bold.647f809c5a767f815fd8.woff2) format("woff2"),url(/static/media/SourceSansPro-Bold.fe94e737e957cf43cd20.woff) format("woff"),url(/static/media/SourceSansPro-Bold.728f6e21eafa6a57a664.ttf) format("truetype"),url(/static/media/SourceSansPro-Bold.c97b3dea1451b2586f01.svg#SourceSansPro-Bold) format("svg"),url(/static/media/SourceSansPro-Bold.e71e88f09559ce96188f.eot?#iefix) format("embedded-opentype")}@font-face{font-family:Quantify Bold v2\.6;font-style:normal;font-weight:400;src:url(/static/media/Quantify%20Bold%20v2.6.d831af54907b20f587c3.eot);src:url(/static/media/Quantify%20Bold%20v2.6.3a27154ad88d6436b16b.woff2) format("woff2"),url(/static/media/Quantify%20Bold%20v2.6.d831af54907b20f587c3.eot?#iefix) format("embedded-opentype")}@font-face{font-family:Quantify-Bold;font-style:normal;font-weight:400;src:url(/static/media/Quantify-Bold.22569d5e2137d9366b68.woff);src:url(/static/media/Quantify-Bold.22569d5e2137d9366b68.woff) format("woff"),url(/static/media/Quantify-Bold.3f739ce7b41c7ae5b0f4.ttf) format("truetype"),url(/static/media/Quantify-Bold.5ace1be72608b42df8ab.svg#Quantify-Bold) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(/static/media/Lato-Regular.19df47b6173ee16371f8.eot);src:url(/static/media/Lato-Regular.19df47b6173ee16371f8.eot?#iefix) format("embedded-opentype"),url(/static/media/Lato-Regular.75614cfcfedd509b1f7a.woff2) format("woff2"),url(/static/media/Lato-Regular.1d2ca94dfba6f8d87cfd.woff) format("woff"),url(/static/media/Lato-Regular.bb14dc80e8b5d860fe9c.ttf) format("truetype");text-rendering:optimizeLegibility}@font-face{font-family:LatoBold;font-style:normal;font-weight:400;src:url(/static/media/Lato-Bold.825d6d758b2655ab90e8.eot);src:url(/static/media/Lato-Bold.825d6d758b2655ab90e8.eot?#iefix) format("embedded-opentype"),url(/static/media/Lato-Bold.21b3848a32fce5b0f501.woff2) format("woff2"),url(/static/media/Lato-Bold.89b618086a797a8be0f4.woff) format("woff"),url(/static/media/Lato-Bold.8acc961684668b6e28e9.ttf) format("truetype");text-rendering:optimizeLegibility}@font-face{font-family:LuckiestGuy;font-style:normal;font-weight:400;src:url(/static/media/LuckiestGuy-Regular.1de348e6a7c9fe118248.ttf) format("truetype")}.Quantify-Bold{font-family:Quantify-Bold,sans-serif}.Lato-Bold,.Quantify-Bold{color:#fff;font-weight:700}.Lato-Bold{font-family:Lato,sans-serif}.Lato-Regular{color:#fff;font-family:Lato,sans-serif;font-weight:400}.SourceSansPro-Regular{color:#fff;font-family:SourceSansPro-Regular,sans-serif;font-weight:400}.SourceSansPro-Bold{color:#fff;font-family:SourceSansPro-Bold,sans-serif;font-weight:700}.thank-you-component{display:flex;flex-direction:column;height:80vh;justify-content:space-around;margin-left:auto;margin-right:auto;max-width:480px;padding:0 1em 1em}.thank-you-component .logo-container{margin:1em auto;text-align:center}.thank-you-component .logo-container .logo{height:auto;width:15em}.thank-you-component .text-container{text-align:center}.thank-you-component .text-container .title{font-size:2em;margin:.1em 0;text-align:center}.thank-you-component .text-container .content-text{color:#fff;font-family:SourceSansPro-Bold,sans-serif;font-size:1.2em;font-weight:700}
/*# sourceMappingURL=main.dbebb6df.css.map*/