.icon-wrapper{display:flex;position:relative}.badge-icon{height:.875rem;position:absolute;right:-.5rem;top:-.25rem;width:.875rem}.autosize-container{height:100%;width:100%}.loader{align-items:center;bottom:0;display:flex;justify-content:center;left:0;right:0;top:0}.loader,.loader.loader-absolute{position:absolute}.loader.page-preloader .spinnerContainer,.loader.page-preloader .spinnerContainerV2{position:relative}.loader.page-preloader .spinnerContainer .loadingSpinner,.loader.page-preloader .spinnerContainerV2 .loadingSpinner{left:calc(50vw - 1.25rem);position:absolute}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinnerContainer,.spinnerContainerV2{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.spinnerContainer .loadingSpinner,.spinnerContainerV2 .loadingSpinner{animation:spinner 1.5s linear infinite;animation-play-state:inherit;border-radius:50%;height:2.5rem;left:calc(50% - 1.25rem);position:absolute;top:calc(50% - 1.25rem);width:2.5rem;will-change:transform}.spinnerContainer .loadingSpinner{border:.3125rem solid #cfd0d1;border-bottom-color:#1c87c9}.spinnerContainerV2 .loadingSpinner{border:.125rem solid #002f6c;border-top-color:transparent}.errorWrapper{background-color:#fff;display:flex;flex-grow:1;text-align:center;width:100%}.errorWrapper .errorContainer{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.5rem 6.7%}@media(min-width:768px){.errorWrapper .errorContainer{margin:0 auto;padding:0;width:30rem}}.errorWrapper div{width:100%}.errorWrapper .logo{display:flex;justify-content:center}.errorWrapper .logo img{height:6rem;width:auto}.errorWrapper .error-message-content{display:flex;flex-direction:column;gap:.5rem}.errorWrapper .error-message-content .title{color:#002f6c;font-size:1.5rem;font-weight:900;line-height:2rem;margin:0}.errorWrapper .error-message-content .message{color:#080f3b;font-size:1rem;font-weight:600;line-height:1.5rem;margin:0}.errorWrapper .back-to-button{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.errorWrapper .back-to-button .reload{align-items:center;background:#fff;background:#c6f0fb;border-radius:1.25rem;box-shadow:none;color:#002f6c;display:flex;font-size:1rem;font-weight:900;height:3rem;justify-content:center;line-height:1.5rem;padding:.5rem 1.5rem;transition:none}.errorWrapper .back-to-button .reload.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.errorWrapper .back-to-button .reload:hover{background:hsla(0,0%,100%,.6)}.errorWrapper .back-to-button .reload:focus{background:#fff;color:#002f6c}.errorWrapper .back-to-button .reload:active{background:#fff;color:#002f6c;outline:0}.errorWrapper .back-to-button .reload:disabled{border-color:#fff;color:rgba(0,0,0,.26)}.errorWrapper .back-to-button .chat-button{align-items:center;background:#ff5643;border:0;border-radius:1.25rem;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:Nunito,sans-serif;font-size:1rem;font-weight:900;height:3rem;justify-content:center;line-height:1.5rem;padding:.5rem 1.5rem;transition:none;width:100%}.errorWrapper .back-to-button .chat-button.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.errorWrapper .back-to-button .chat-button.width-shadow{box-shadow:0 .25rem 0 #992e22}.errorWrapper .back-to-button .chat-button:focus,.errorWrapper .back-to-button .chat-button:hover{background-color:#eb4a38;color:#fff}.errorWrapper .back-to-button .chat-button:active{background:#de3d2b;color:#fff}.errorWrapper .back-to-button .chat-button:disabled{background-color:rgba(255,86,67,.6);color:#fff}.errorWrapper .back-to-button .chat-button.inverted{background:#fff;color:#ff5643}.errorWrapper .muiButtonBase{background:#fff;border-radius:1.25rem;box-shadow:none;color:#002f6c;font-size:1rem;padding:.5rem 1rem;transition:none}.errorWrapper .muiButtonBase,.errorWrapper .muiButtonBase.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.errorWrapper .muiButtonBase:hover{background:hsla(0,0%,100%,.6)}.errorWrapper .muiButtonBase:focus{background:#fff;color:#002f6c}.errorWrapper .muiButtonBase:active{background:#fff;color:#002f6c;outline:0}.errorWrapper .muiButtonBase:disabled{border-color:#fff;color:rgba(0,0,0,.26)}html.desktop .errorWrapper .error-message-content .title{font-size:2rem;font-weight:900;line-height:2.25rem}html.desktop .errorWrapper .error-message-content .message{font-size:1.25rem;font-weight:600;line-height:1.5rem}html.desktop .errorWrapper .back-to-button .reload{font-size:1rem;font-weight:900}.modal-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.modal-container.right{align-items:flex-end}.modal-container.left{align-items:flex-start}.modal-container .modal-inner{align-items:stretch;background-color:#fff;border:.25rem solid #0b407a;border-radius:1.5rem;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.modal-container .modal-inner.w80{width:80%}@media(min-width:1024px){.modal-container .modal-inner{max-height:45rem;max-width:51.25rem}}.modal-container.sidebar-container .modal-inner{overflow:visible}.modal-container .modal-header{align-items:center;background-color:#0b407a;border-top-left-radius:1rem;border-top-right-radius:1rem;box-sizing:border-box;display:flex;justify-content:space-between;padding:.5rem}.modal-container .modal-header .modal-title{color:#fff;flex:1;font-size:1.25rem;font-weight:900;line-height:1.75rem;margin:0;padding:.375rem;text-align:center}.modal-container .modal-header .modal-title:first-child{padding-left:1.5rem}.modal-container .modal-header .modal-close{cursor:pointer;margin-left:auto;padding:.5rem}.modal-container .modal-header .modal-close img{height:1.5rem;width:auto}.modal-container .modal-header .modal-back{cursor:pointer;padding:.5rem}.modal-container .modal-header .modal-back img{height:1.5rem;width:auto}.modal-container .modal-back{cursor:pointer;padding:.5rem}.modal-container .modal-back img{height:1.5rem;width:auto}.modal-container .modal-body{box-sizing:border-box;flex-grow:1;height:100%;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative}.modal-container .modal-body::-webkit-scrollbar{height:0;width:.375rem}.modal-container .modal-body::-webkit-scrollbar-track{background:transparent}.modal-container .modal-body::-webkit-scrollbar-thumb{background-color:rgba(112,218,244,.6)}.modal-container .modal-footer{border-top:1px solid #e5e5e5;bottom:0;padding:1rem}.modal-container .modal-footer .modal-btn-set{display:flex;flex-direction:row-reverse;justify-content:space-between}.modal-container .modal-content{height:calc(100% - 24px);margin:1.5rem 2rem 0;padding-bottom:2rem}@media(max-width:768px){.modal-container .modal-content{margin:1.5rem 1.5rem 0;padding-bottom:1.5rem}}@media(max-width:390px){.modal-container .modal-content{margin:.5rem .5rem 0}}.modal-fade-container{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.firefox .modal-container .modal-body{scrollbar-color:rgba(112,218,244,.6) transparent;scrollbar-width:thin}.modalMarkupV3Container{border-radius:1.5rem;height:100%;left:0;overflow:hidden;padding:.3125rem;position:absolute;top:0;width:100%}@media(min-width:768px){html.desktop .modalMarkupV3Container{align-items:center;display:flex;height:auto;justify-content:center;position:relative;width:auto}}.modalMarkupV3Wrapper{background-color:#002f6c;border-radius:1.5rem;box-sizing:border-box;height:100%;overflow:auto;position:relative;width:100%}.no-animation{border:.25rem solid #0b407a;border-radius:1.5rem;border-radius:1.75rem;padding:0}.modal-animation{animation:o-rotate-360 8s linear infinite;height:100%;left:0;position:absolute;top:0;width:100%}.modal-animation span{display:block;height:100%;position:relative;transform:translate(-50%,-50%);width:100%}.modal-animation span:after{content:"";display:block;height:100%;left:100%;position:absolute;width:100%}.modal-animation span:first-child{background:#70daf4}.modal-animation span:first-child:after{background:#ff5643}.modal-animation span:last-child{background:#ffc72c}.modal-animation span:last-child:after{background:#002f6c}@keyframes o-rotate-360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.modalMarkupV3{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.modalMarkupV3 .modalMarkupV3Header{background-color:#0b407a;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;color:#fff;font-size:1.25rem;font-weight:900;line-height:1.75rem;margin:0;padding:.875rem;position:relative;text-align:center;width:100%}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close{cursor:pointer;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close img{height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back{cursor:pointer;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.modalMarkupV3 .modalMarkupV3Header .modal-back img{height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back.is-hidden{display:none}.modalMarkupV3 .modalMarkupV3Content{background-color:#fff;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;height:calc(100% - 3.5rem);overflow-y:auto}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar{height:0;width:.375rem}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-track,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-track{background:transparent}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-thumb,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:.1875rem}.modalMarkupV3 .modalMarkupV3Btns{align-items:center;display:flex;flex-direction:column}.modalMarkupV3 .modalMarkupV3Btns button:first-child{margin-bottom:1rem}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper{display:flex;flex-direction:column}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper .modalMarkupV3Content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.modalMarkupV3 .fullHeightContent{height:100%;overflow:auto}.modalMarkupV3 .modalMarkupV3Footer{background:#fff;bottom:0;box-shadow:0 0 .25rem 0 rgba(2,11,35,.2);display:flex;flex-direction:row;left:0;padding:.5rem;position:absolute;width:100%}html.desktop .modalMarkupV3 .modalMarkupV3Wrapper{height:auto;max-height:90vh;overflow:hidden;width:44.75rem}.suspense-wrapper-modals{background-color:#002f6c;min-height:31.25rem}.firefox .modalMarkupV3 .modalMarkupV3Content{scrollbar-color:rgba(112,218,244,.6) transparent;scrollbar-width:thin}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiInputBase-input{background-color:#0b407a;border-radius:1.5rem;outline:none}.MuiInputBase-input:focus{background-color:#0d4f97;border-radius:1.5rem}.MuiInputBase-input.Mui-disabled{color:hsla(0,0%,100%,.6)}.MuiOutlinedInput-root{background-color:#0b407a;border-radius:1.5rem;color:#fff;font-size:1rem;font-weight:600;line-height:1.5rem}.MuiOutlinedInput-root.Mui-focused{background-color:#0d4f97;border-radius:1.5rem}.MuiOutlinedInput-root.Mui-focused input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #0d4f97}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:0}.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border:.125rem solid #ff5643}.MuiFormLabel-root{color:hsla(0,0%,100%,.7);padding-top:.25rem;z-index:1}.MuiFormLabel-root.Mui-error,.MuiFormLabel-root.Mui-focused{color:#fff}.MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(.875rem,.625rem) scale(.75)}.MuiOutlinedInput-notchedOutline{border-color:transparent;top:-.25rem}.MuiOutlinedInput-notchedOutline legend{width:0}.MuiTextField-root .MuiInputBase-input{padding:1.6875rem .875rem .625rem}.password-button{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25rem;text-decoration:underline}.MuiIconButton-root:hover{background-color:transparent}.amount-selector .amount-selector-top{align-items:center;display:flex;flex-direction:column}.amount-selector .amount-selector-top .amount-selector-top{display:flex;flex-direction:column}.amount-selector .MuiTextField-root .MuiOutlinedInput-root .MuiInputAdornment-root{height:auto;max-height:none}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;padding:0;text-align:center}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input:focus{background-color:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-notchedOutline{border:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedEnd,.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedStart,.amount-selector-top .amount-input-field .MuiOutlinedInput-root{padding:0}.buttonDisabled{cursor:not-allowed}.buttonDisabled path,.buttonDisabled rect{fill:#868686}.ticker-wrap{overflow:hidden;width:100%}.ticker-wrap,.ticker-wrap .ticker{height:2.5rem;white-space:nowrap}.vertical-ticker-wrap{display:flex;flex-direction:column}.vertical-ticker-wrap .vertical-ticker{background:#0d4f97;display:flex;flex-direction:column;height:2.5rem;overflow:hidden}.vertical-ticker-wrap .ticker-item{align-items:center;display:flex;gap:.5rem;justify-content:center;padding:.5rem 1.5rem}.vertical-ticker-wrap .ticker-item .ticker-item-icon{height:1.5rem;width:1.5rem}.vertical-ticker-wrap .ticker-item .ticker-item-title{color:#fff;font-size:.875rem;font-weight:900;line-height:1.25rem}.vertical-ticker-wrap .paused-current-ticker-item,.vertical-ticker-wrap .paused-next-ticker-item{transform:translateY(-40px)}.promo-preview{align-items:center;display:flex;flex-direction:column;justify-content:center}.promo-preview .promo-hero-btn .MuiButton-label{flex-direction:column;font-size:1.25rem;font-weight:600;line-height:1.5rem}.promo-preview .promo-hero-btn .MuiButton-label span{font-size:.75rem;font-weight:600;line-height:1.25rem}.promo-preview .promo-terms{color:#cecece;line-height:1.375rem;padding-top:.625rem}.promo-preview .promo-terms,.promo-preview .tncLinksWrapper .separator,.promo-preview .tncLinksWrapper a,.promo-preview .tncSingleLink{font-size:.875rem;font-weight:600}.promo-preview .tncSingleLink{cursor:pointer;text-decoration:underline}.lazy-loader{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:25.875rem}.lazy-loader .lazy-loader-top{height:1.25rem;width:50%}.lazy-loader .lazy-loader-center,.lazy-loader .lazy-loader-top{background-color:hsla(0,0%,80.8%,.3);border-radius:1.875rem;margin-bottom:.625rem}.lazy-loader .lazy-loader-center{height:3.125rem;width:80%}.lazy-loader .lazy-loader-bottom{background-color:hsla(0,0%,80.8%,.3);border-radius:1.875rem;height:1.25rem;margin-bottom:.625rem;width:50%}.promo-hero{height:100%;overflow:hidden;position:relative;width:100%}.promo-hero-container{background-color:#002f6c}.promo-img-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.promo-img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}.promo-img-fail{display:none}.promo-box{align-items:center;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-evenly;left:0;padding:1.25rem 1rem 1.5rem;width:100%}@media(min-width:641px){.promo-box{padding:1.25rem 0}}@media(min-width:1024px){.promo-box{padding:2rem 0 3rem}}.promo-banner-subline{padding:0 .75rem}.promo-content{border-radius:.5rem;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:22.5rem;padding:1rem;z-index:1}@media(min-width:641px){.promo-content{max-width:37.5rem;padding:1.5rem 1.875rem 0}}@media(max-width:480px){.promo-content{padding-bottom:0}}.video-banner-wrapper{height:100%;margin:0;max-width:100%;position:relative}.video-banner-wrapper .video-banner{position:absolute}.brite-steps{background-color:hsla(0,0%,100%,.1);gap:.5rem;margin:0 0 .5rem;max-height:2.25rem}.brite-steps,.brite-steps .brite-step-label{align-items:center;border-radius:1.5rem;color:hsla(0,0%,100%,.6);display:flex;min-height:1.5rem}.brite-steps .brite-step-label{flex:auto;font-size:.625rem;font-weight:700;justify-content:center;line-height:.875rem;margin:0;padding:.125rem 0;text-align:center;width:-moz-fit-content;width:fit-content}.brite-steps .brite-step-label:first-child{background-color:#ff5643;color:#fff}.briteLogin{width:100%}@media(min-width:768px){.briteLogin .promo-box{padding:2rem}.briteLogin .promo-content{padding:0}.briteLogin .promo-banner-header{margin:0}}.briteLogin .modalMarkupV3Content{min-height:31.25rem;position:relative}.briteLogin .errorWrapper .title{font-size:1.5rem;font-weight:900;line-height:2rem}.briteLogin .errorWrapper .logo{height:6rem}.briteLogin .errorWrapper .errorContainer{gap:1rem;padding:1.5rem 6.7%;width:auto}@media(min-width:768px){.briteLogin .errorWrapper .errorContainer{padding:1.5rem}}.briteLogin .errorWrapper .errorContainer .muiButtonBase{background-color:#ff5643;border-radius:1.25rem;color:#fff;font-size:1rem;font-weight:600;line-height:1.5rem;padding:.75rem 1rem;text-transform:uppercase}.briteLogin .amount-selector{max-width:25rem}html.ee .briteLogin .promo-banner-header,html.ee .briteLogin .promo-banner-subline,html.fi .briteLogin .promo-banner-header,html.fi .briteLogin .promo-banner-subline{margin:0}html.ee .briteLogin .promo-banner-header *,html.fi .briteLogin .promo-banner-header *{font-size:1.5rem;line-height:2rem;margin-bottom:1rem;margin-top:0}html.ee .briteLogin .promo-banner-subline,html.fi .briteLogin .promo-banner-subline{margin-bottom:1.5rem}html.ee .briteLogin .promo-banner-info-msg,html.fi .briteLogin .promo-banner-info-msg{margin-bottom:0}html.ee .briteLogin .promo-hero-container,html.fi .briteLogin .promo-hero-container{min-height:29.5rem}html.desktop.fi .briteLogin .promo-hero-container{min-height:27rem}html.desktop.ee .briteLogin .promo-banner-header *,html.desktop.fi .briteLogin .promo-banner-header *{font-size:2rem;line-height:2.5rem;margin-left:auto;margin-right:auto;max-width:30rem}html.desktop.ee .briteLogin .promo-banner-subline,html.desktop.fi .briteLogin .promo-banner-subline{font-size:1.5rem;line-height:2rem}html.desktop.ee .briteLogin .promo-banner-info-msg,html.desktop.fi .briteLogin .promo-banner-info-msg{padding:1rem;text-align:left}html.desktop.ee .briteLogin.briteInit .modalMarkupV3Wrapper,html.desktop.fi .briteLogin.briteInit .modalMarkupV3Wrapper{min-height:31.25rem;width:45.375rem}html.desktop.ee .briteLogin .modalMarkupV3Wrapper,html.desktop.fi .briteLogin .modalMarkupV3Wrapper{min-height:30rem;width:23.4375rem}.promotion-banner-step{background-color:#fff;height:100%;z-index:0}.background-loader .loader{position:absolute}.not-registered{margin-right:.625rem}.back-button{background-color:rgba(112,218,244,.2);border-radius:1.25rem;color:#002f6c;font-size:1rem;font-weight:600;line-height:1.5rem;margin-top:.5rem;padding:.75rem 1rem;text-decoration:none;text-transform:uppercase}