.card-holder{background-color:var(--light-mist-blue);border:1px solid var(--light-lavender);border-radius:8px;padding:60px 60px 100px;position:relative;width:420px}.card{display:flex;justify-content:center;position:relative;width:100%}.notification-holder{backdrop-filter:blur(1rem);background-color:var(--pale-silver);border-radius:.4rem .6rem .6rem .4rem;box-shadow:0 .2rem .6rem rgba(8,16,77,.1);color:var(--b-sc);min-height:8.4rem;padding:1.2rem 2.8rem;position:relative;width:37.4rem}.notification-holder.t-success h2{color:var(--forest-green)}.notification-holder.t-warning h2{color:var(--deep-yellow)}.notification-holder.t-error h2{color:var(--dark-red)}.notification-holder:before{background:var(--primary-hover);border-radius:.4rem 0 0 .4rem;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:.4rem}.notification-holder>ul{align-items:flex-start;display:flex;width:100%}.notification-holder>ul>li{flex-shrink:0}.notification-holder>ul>li:first-child{flex:auto}.notification-holder>ul>li:nth-child(2){margin-right:-1.6rem}.notification-holder h2{color:var(--primary-hover);font:600 1.4rem/2.4rem var(--font-family);padding:.6rem 0}.notification-holder h2:first-letter{text-transform:uppercase}.notification-holder p{font:600 1.2rem/2.2rem var(--font-family);margin:-.4rem 0 0;opacity:.8}.notification-actions{align-items:center;border-top:1px dashed rgba(var(--b-sc-rgb),.01);color:rgba(var(--b-sc-rgb),.5);display:flex;justify-content:center;margin:1.2rem 0 0;padding:1.2rem 0 0;width:100%}.notification-actions>*+*{margin:0 0 0 1.2rem}.toaster-holder{align-items:flex-end;display:flex;flex-direction:column;max-height:100vh;padding:.6rem;position:fixed;right:0;top:var(--header-height);z-index:200}.toaster-holder:empty{display:none}.toaster-holder>li{animation:notificationHide 1s both;padding:.8rem}.toaster-holder>li.show{animation:notificationShow 1s both}@keyframes notificationShow{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(300rem,0,0)}60%{opacity:1;transform:translate3d(-2.5rem,0,0)}75%{transform:translate3d(1rem,0,0)}90%{transform:translate3d(-.5rem,0,0)}to{transform:translateZ(0)}}@keyframes notificationHide{20%{opacity:1;transform:translate3d(-2rem,0,0)}to{opacity:0;transform:translate3d(200rem,0,0)}}.icon{--font-size:2.4rem;align-items:center;cursor:pointer;display:flex;font-size:var(--font-size);justify-content:center}.icon.s-12{--font-size:1.2rem}@media screen and (max-width:800px){.icon.s-12{--font-size:1rem}}.icon.s-18{--font-size:1.8rem}.icon.s-20{--font-size:2rem}@media screen and (max-width:800px){.icon.s-20{--font-size:1.8rem}}.icon.s-32{--font-size:3.2rem}.icon.s-48{--font-size:4.8rem}.icon.s-80{--font-size:8rem}.icon.s-120{--font-size:12rem}.icon.icon-spinner:before{animation:spinner-rotate .35s linear infinite;display:block;transform:scale(.75)}@keyframes spinner-rotate{to{transform:scale(.75) rotate(1turn)}}.icon.icon-danger-art{color:var(--danger)}.icon.icon-confirm-art{color:var(--confirm)}.input-structure{--font-size:1.6rem;position:relative;transition:background .2s;width:100%;z-index:2}@media screen and (max-width:800px){.input-structure{--font-size:1.4rem}}.input-structure input,.input-structure select{border-radius:inherit;box-shadow:0 0 0 0 var(--hero);color:var(--b-sc);font-size:var(--font-size);font-weight:400;height:var(--input-height);padding:0 calc(var(--input-height)/2) 0 var(--input-height);transition:box-shadow .2s,color .2s;width:100%}.input-structure input::-webkit-input-placeholder,.input-structure select::-webkit-input-placeholder{color:rgba(var(--b-sc-rgb),.8);font-size:var(--font-size);font-weight:400;opacity:1;-webkit-transition:color .2s;transition:color .2s}.input-structure input:-moz-placeholder,.input-structure input::-moz-placeholder,.input-structure select:-moz-placeholder,.input-structure select::-moz-placeholder{color:rgba(var(--b-sc-rgb),.8);font-size:var(--font-size);font-weight:400;opacity:1;-moz-transition:color .2s;transition:color .2s}.input-structure input:-ms-input-placeholder,.input-structure select:-ms-input-placeholder{color:rgba(var(--b-sc-rgb),.8);font-size:var(--font-size);font-weight:400;opacity:1;-ms-transition:color .2s;transition:color .2s}.input-structure input.placeholder,.input-structure select.placeholder{color:rgba(var(--b-sc-rgb),.8);font-size:var(--font-size);font-weight:400}.input-structure input[readonly],.input-structure select[readonly]{border:1px dashed var(--light-gray)}.input-structure input:not([readonly]):focus,.input-structure select:not([readonly]):focus{box-shadow:0 0 0 .2rem var(--hero)}.input-structure input:not([readonly]):focus::-webkit-input-placeholder,.input-structure select:not([readonly]):focus::-webkit-input-placeholder{color:rgba(var(--b-sc-rgb),.5);opacity:1}.input-structure input:not([readonly]):focus:-moz-placeholder,.input-structure input:not([readonly]):focus::-moz-placeholder,.input-structure select:not([readonly]):focus:-moz-placeholder,.input-structure select:not([readonly]):focus::-moz-placeholder{color:rgba(var(--b-sc-rgb),.5);opacity:1}.input-structure input:not([readonly]):focus:-ms-input-placeholder,.input-structure select:not([readonly]):focus:-ms-input-placeholder{color:rgba(var(--b-sc-rgb),.5);opacity:1}.input-structure input:not([readonly]):focus.placeholder,.input-structure select:not([readonly]):focus.placeholder{color:rgba(var(--b-sc-rgb),.5)}.error-color .input-structure input:not([readonly]):not(:focus),.error-color .input-structure select:not([readonly]):not(:focus){--hero:var(--danger);--hero-hover:var(--danger-hover);--hero-lighten:var(--danger-lighten);--hero-darken:var(--danger-darken);--hero-sc:var(--danger-sc);--hero-rgb:var(--danger-rgb);--hero-sc-rgb:var(--danger-sc-rgb);box-shadow:0 0 0 .2rem var(--hero);transition-delay:.15s}.input-structure input:-webkit-autofill,.input-structure select:-webkit-autofill{-webkit-text-fill-color:var(--b-sc);-webkit-background-clip:text}.input-structure input:-webkit-autofill:first-line,.input-structure select:-webkit-autofill:first-line{font-family:var(--font-family);font-size:var(--font-size);font-weight:400}.input-structure .icon{height:var(--input-height);position:absolute;top:0;transition:opacity .3s,transform .3s,color .3s;width:var(--input-height)}.input-structure .icon:not(.input-right-action){left:0}.input-structure .icon.input-right-action{right:0}.input-structure .icon.input-right-action~input{padding-right:var(--input-height)}.input-structure .icon.input-right-action.password-toggle:not(.active){opacity:0;transform:scale(.7)}@media(hover:hover){.input-structure .icon.input-right-action.password-toggle:hover{color:var(--hero)}}.information-message{font:600 1.2rem/1.6rem var(--font-family);margin:.6rem 0 0;text-align:left;width:100%}.information-message.color-danger{color:var(--danger)}.tooltip,.tooltip-container{display:inline-block}.tooltip{background-color:var(--pale-silver);border:1px solid var(--light-lavender);border-radius:6px;color:var(--steel-blue);left:310px;min-width:334px;top:-70px;white-space:nowrap;z-index:9999}.tooltip-triangle{border-color:transparent var(--pale-silver) transparent transparent;border-style:solid;border-width:8px;bottom:10%;left:-8px;margin-left:-8px}.fp-text{color:var(--black-transparent-2);font-size:12px}.fp-login-link{color:var(--royal-blue);display:inline-block;font-size:12px}.card-title{color:var(--midnight-blue);font-size:24px;font-weight:400;opacity:.65}.card-title-1{font-size:26px}.card-title-1,.card-title-2{color:var(--transparent-black);opacity:.7}.card-title-2{font-size:16px}.card-logo{bottom:-62px}.card-input{background:var(--silver-blue);border:1px solid var(--light-lavender);border-radius:6px}.input{color:var(--steel-blue)!important;font-size:14px}.input::-moz-placeholder{color:var(--steel-blue)!important}.input::placeholder{color:var(--steel-blue)!important}input:hover::-moz-placeholder{color:var(--royal-blue)}input:hover::placeholder{color:var(--royal-blue)}.card-input-error{border:1px solid var(--light-red);border-radius:6px;color:var(--light-red)}.card-input-error:hover{border-bottom:1px solid var(--deep-red);color:var(--deep-red)}.card-button{background-color:var(--silver-blue);border-radius:6px;color:var(--white)}.card-button__login{background:linear-gradient(180deg,var(--sky-blue) 0,var(--royal-blue) 100%)}.card-button__login>p{color:var(--snow-white);font-size:14px}.card-button-login__effect:hover{background:var(--sky-blue)}.card-button__login:disabled{background:var(--royal-blue);opacity:.45!important}.card-button__bet,.card-button__guest{@media screen and (max-width:1200px){padding-bottom:10px;padding-left:40px;padding-right:10px;padding-top:10px}}.card-button__bet{background-color:var(--magenta)}.card-button__bet:hover{background:var(--bright-pink)}.card-button__guest{background-color:var(--blue-gray)}.card-button__guest:hover{background:var(--dark-blue)}.login-text{color:var(--gray);font-size:16px}.clear-icon{bottom:57%;right:12px}.error-message{color:var(--light-red);font-size:12px;height:21px}.icon-password{bottom:33%;right:30px}.input-effect:after{background-color:var(--royal-blue);bottom:0;content:"";height:1px;left:5px;position:absolute;transition:width .5s ease-in-out!important;width:0}.input-effect:hover:after{width:97%}.forgot-password{color:var(--black);font-size:12px;opacity:.4}.forgot-password:hover{color:var(--sky-blue);font-size:12px;opacity:1}.read-only{background-color:transparent}*{-webkit-font-smoothing:subpixel-antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);background:none;border:0;border-radius:0;margin:0;outline:0!important;padding:0;vertical-align:top}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none!important;transition:color .3s,background .3s}img,svg{display:block;max-width:100%}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;display:block;font:inherit}button::-webkit-inner-spin-button,button::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,optgroup::-webkit-inner-spin-button,optgroup::-webkit-outer-spin-button,select::-webkit-inner-spin-button,select::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}button::-webkit-search-cancel-button,button::-webkit-search-decoration,button::-webkit-search-results-button,button::-webkit-search-results-decoration,input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration,optgroup::-webkit-search-cancel-button,optgroup::-webkit-search-decoration,optgroup::-webkit-search-results-button,optgroup::-webkit-search-results-decoration,select::-webkit-search-cancel-button,select::-webkit-search-decoration,select::-webkit-search-results-button,select::-webkit-search-results-decoration,textarea::-webkit-search-cancel-button,textarea::-webkit-search-decoration,textarea::-webkit-search-results-button,textarea::-webkit-search-results-decoration{display:none}button::-ms-clear,input::-ms-clear,optgroup::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none}button::-webkit-input-placeholder,input::-webkit-input-placeholder,optgroup::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-family:inherit;opacity:1}button:-moz-placeholder,button::-moz-placeholder,input:-moz-placeholder,input::-moz-placeholder,optgroup:-moz-placeholder,optgroup::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{font-family:inherit;opacity:1}button:-ms-input-placeholder,input:-ms-input-placeholder,optgroup:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{font-family:inherit;opacity:1}li{display:block}.ellipsis-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:298px}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}::-moz-selection{background:#7e8ced;background:var(--sky-blue);color:#fdfdff;color:var(--snow-white)}::selection{background:#7e8ced;background:var(--sky-blue);color:#fdfdff;color:var(--snow-white)}.full-width{width:100%}.full-height{height:100%}.pointer-cursor{cursor:pointer}.absolute-position{position:absolute}.relative-position{position:relative}.sticky-position{position:sticky}.fixed-position{position:fixed}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bold{font-weight:700}.uppercase{text-transform:uppercase}.pt--0{padding-top:0!important}.pb--0{padding-bottom:0!important}.pl--0{padding-left:0!important}.pr--0{padding-right:0!important}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.ml--0{margin-left:0!important}.mr--0{margin-right:0!important}.p--0{padding:0!important}.m--0{margin:0!important}.ph--0{padding-left:0!important;padding-right:0!important}.mh--0{margin-left:0!important;margin-right:0!important}.pv--0{padding-bottom:0!important;padding-top:0!important}.mv--0{margin-bottom:0!important;margin-top:0!important}.pt--2{padding-top:.125rem!important}.pb--2{padding-bottom:.125rem!important}.pl--2{padding-left:.125rem!important}.pr--2{padding-right:.125rem!important}.mt--2{margin-top:.125rem!important}.mb--2{margin-bottom:.125rem!important}.ml--2{margin-left:.125rem!important}.mr--2{margin-right:.125rem!important}.p--2{padding:.125rem!important}.m--2{margin:.125rem!important}.ph--2{padding-left:.125rem!important;padding-right:.125rem!important}.mh--2{margin-left:.125rem!important;margin-right:.125rem!important}.pv--2{padding-bottom:.125rem!important;padding-top:.125rem!important}.mv--2{margin-bottom:.125rem!important;margin-top:.125rem!important}.pt--4{padding-top:.25rem!important}.pb--4{padding-bottom:.25rem!important}.pl--4{padding-left:.25rem!important}.pr--4{padding-right:.25rem!important}.mt--4{margin-top:.25rem!important}.mb--4{margin-bottom:.25rem!important}.ml--4{margin-left:.25rem!important}.mr--4{margin-right:.25rem!important}.p--4{padding:.25rem!important}.m--4{margin:.25rem!important}.ph--4{padding-left:.25rem!important;padding-right:.25rem!important}.mh--4{margin-left:.25rem!important;margin-right:.25rem!important}.pv--4{padding-bottom:.25rem!important;padding-top:.25rem!important}.mv--4{margin-bottom:.25rem!important;margin-top:.25rem!important}.pt--8{padding-top:.5rem!important}.pb--8{padding-bottom:.5rem!important}.pl--8{padding-left:.5rem!important}.pr--8{padding-right:.5rem!important}.mt--8{margin-top:.5rem!important}.mb--8{margin-bottom:.5rem!important}.ml--8{margin-left:.5rem!important}.mr--8{margin-right:.5rem!important}.p--8{padding:.5rem!important}.m--8{margin:.5rem!important}.ph--8{padding-left:.5rem!important;padding-right:.5rem!important}.mh--8{margin-left:.5rem!important;margin-right:.5rem!important}.pv--8{padding-bottom:.5rem!important;padding-top:.5rem!important}.mv--8{margin-bottom:.5rem!important;margin-top:.5rem!important}.pt--12{padding-top:.75rem!important}.pb--12{padding-bottom:.75rem!important}.pl--12{padding-left:.75rem!important}.pr--12{padding-right:.75rem!important}.mt--12{margin-top:.75rem!important}.mb--12{margin-bottom:.75rem!important}.ml--12{margin-left:.75rem!important}.mr--12{margin-right:.75rem!important}.p--12{padding:.75rem!important}.m--12{margin:.75rem!important}.ph--12{padding-left:.75rem!important;padding-right:.75rem!important}.mh--12{margin-left:.75rem!important;margin-right:.75rem!important}.pv--12{padding-bottom:.75rem!important;padding-top:.75rem!important}.mv--12{margin-bottom:.75rem!important;margin-top:.75rem!important}.pt--16{padding-top:1rem!important}.pb--16{padding-bottom:1rem!important}.pl--16{padding-left:1rem!important}.pr--16{padding-right:1rem!important}.mt--16{margin-top:1rem!important}.mb--16{margin-bottom:1rem!important}.ml--16{margin-left:1rem!important}.mr--16{margin-right:1rem!important}.p--16{padding:1rem!important}.m--16{margin:1rem!important}.ph--16{padding-left:1rem!important;padding-right:1rem!important}.mh--16{margin-left:1rem!important;margin-right:1rem!important}.pv--16{padding-bottom:1rem!important;padding-top:1rem!important}.mv--16{margin-bottom:1rem!important;margin-top:1rem!important}.pt--24{padding-top:1.5rem!important}.pb--24{padding-bottom:1.5rem!important}.pl--24{padding-left:1.5rem!important}.pr--24{padding-right:1.5rem!important}.mt--24{margin-top:1.5rem!important}.mb--24{margin-bottom:1.5rem!important}.ml--24{margin-left:1.5rem!important}.mr--24{margin-right:1.5rem!important}.p--24{padding:1.5rem!important}.m--24{margin:1.5rem!important}.ph--24{padding-left:1.5rem!important;padding-right:1.5rem!important}.mh--24{margin-left:1.5rem!important;margin-right:1.5rem!important}.pv--24{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.mv--24{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.pt--28{padding-top:1.75rem!important}.pb--28{padding-bottom:1.75rem!important}.pl--28{padding-left:1.75rem!important}.pr--28{padding-right:1.75rem!important}.mt--28{margin-top:1.75rem!important}.mb--28{margin-bottom:1.75rem!important}.ml--28{margin-left:1.75rem!important}.mr--28{margin-right:1.75rem!important}.p--28{padding:1.75rem!important}.m--28{margin:1.75rem!important}.ph--28{padding-left:1.75rem!important;padding-right:1.75rem!important}.mh--28{margin-left:1.75rem!important;margin-right:1.75rem!important}.pv--28{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.mv--28{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.pt--32{padding-top:2rem!important}.pb--32{padding-bottom:2rem!important}.pl--32{padding-left:2rem!important}.pr--32{padding-right:2rem!important}.mt--32{margin-top:2rem!important}.mb--32{margin-bottom:2rem!important}.ml--32{margin-left:2rem!important}.mr--32{margin-right:2rem!important}.p--32{padding:2rem!important}.m--32{margin:2rem!important}.ph--32{padding-left:2rem!important;padding-right:2rem!important}.mh--32{margin-left:2rem!important;margin-right:2rem!important}.pv--32{padding-bottom:2rem!important;padding-top:2rem!important}.mv--32{margin-bottom:2rem!important;margin-top:2rem!important}.pt--40{padding-top:2.5rem!important}.pb--40{padding-bottom:2.5rem!important}.pl--40{padding-left:2.5rem!important}.pr--40{padding-right:2.5rem!important}.mt--40{margin-top:2.5rem!important}.mb--40{margin-bottom:2.5rem!important}.ml--40{margin-left:2.5rem!important}.mr--40{margin-right:2.5rem!important}.p--40{padding:2.5rem!important}.m--40{margin:2.5rem!important}.ph--40{padding-left:2.5rem!important;padding-right:2.5rem!important}.mh--40{margin-left:2.5rem!important;margin-right:2.5rem!important}.pv--40{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.mv--40{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.pt--48{padding-top:3rem!important}.pb--48{padding-bottom:3rem!important}.pl--48{padding-left:3rem!important}.pr--48{padding-right:3rem!important}.mt--48{margin-top:3rem!important}.mb--48{margin-bottom:3rem!important}.ml--48{margin-left:3rem!important}.mr--48{margin-right:3rem!important}.p--48{padding:3rem!important}.m--48{margin:3rem!important}.ph--48{padding-left:3rem!important;padding-right:3rem!important}.mh--48{margin-left:3rem!important;margin-right:3rem!important}.pv--48{padding-bottom:3rem!important;padding-top:3rem!important}.mv--48{margin-bottom:3rem!important;margin-top:3rem!important}.pt--56{padding-top:3.5rem!important}.pb--56{padding-bottom:3.5rem!important}.pl--56{padding-left:3.5rem!important}.pr--56{padding-right:3.5rem!important}.mt--56{margin-top:3.5rem!important}.mb--56{margin-bottom:3.5rem!important}.ml--56{margin-left:3.5rem!important}.mr--56{margin-right:3.5rem!important}.p--56{padding:3.5rem!important}.m--56{margin:3.5rem!important}.ph--56{padding-left:3.5rem!important;padding-right:3.5rem!important}.mh--56{margin-left:3.5rem!important;margin-right:3.5rem!important}.pv--56{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.mv--56{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.pt--64{padding-top:4rem!important}.pb--64{padding-bottom:4rem!important}.pl--64{padding-left:4rem!important}.pr--64{padding-right:4rem!important}.mt--64{margin-top:4rem!important}.mb--64{margin-bottom:4rem!important}.ml--64{margin-left:4rem!important}.mr--64{margin-right:4rem!important}.p--64{padding:4rem!important}.m--64{margin:4rem!important}.ph--64{padding-left:4rem!important;padding-right:4rem!important}.mh--64{margin-left:4rem!important;margin-right:4rem!important}.pv--64{padding-bottom:4rem!important;padding-top:4rem!important}.mv--64{margin-bottom:4rem!important;margin-top:4rem!important}.pt--80{padding-top:5rem!important}.pb--80{padding-bottom:5rem!important}.pl--80{padding-left:5rem!important}.pr--80{padding-right:5rem!important}.mt--80{margin-top:5rem!important}.mb--80{margin-bottom:5rem!important}.ml--80{margin-left:5rem!important}.mr--80{margin-right:5rem!important}.p--80{padding:5rem!important}.m--80{margin:5rem!important}.ph--80{padding-left:5rem!important;padding-right:5rem!important}.mh--80{margin-left:5rem!important;margin-right:5rem!important}.pv--80{padding-bottom:5rem!important;padding-top:5rem!important}.mv--80{margin-bottom:5rem!important;margin-top:5rem!important}.pt--96{padding-top:6rem!important}.pb--96{padding-bottom:6rem!important}.pl--96{padding-left:6rem!important}.pr--96{padding-right:6rem!important}.mt--96{margin-top:6rem!important}.mb--96{margin-bottom:6rem!important}.ml--96{margin-left:6rem!important}.mr--96{margin-right:6rem!important}.p--96{padding:6rem!important}.m--96{margin:6rem!important}.ph--96{padding-left:6rem!important;padding-right:6rem!important}.mh--96{margin-left:6rem!important;margin-right:6rem!important}.pv--96{padding-bottom:6rem!important;padding-top:6rem!important}.mv--96{margin-bottom:6rem!important;margin-top:6rem!important}.pt--112{padding-top:7rem!important}.pb--112{padding-bottom:7rem!important}.pl--112{padding-left:7rem!important}.pr--112{padding-right:7rem!important}.mt--112{margin-top:7rem!important}.mb--112{margin-bottom:7rem!important}.ml--112{margin-left:7rem!important}.mr--112{margin-right:7rem!important}.p--112{padding:7rem!important}.m--112{margin:7rem!important}.ph--112{padding-left:7rem!important;padding-right:7rem!important}.mh--112{margin-left:7rem!important;margin-right:7rem!important}.pv--112{padding-bottom:7rem!important;padding-top:7rem!important}.mv--112{margin-bottom:7rem!important;margin-top:7rem!important}.flex-display{display:flex}.flex-display-inline{display:inline-flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-direction-row-reverse{flex-direction:row-reverse}.flex-align-items-top{align-items:flex-start}.flex-align-items-bottom{align-items:flex-end}.flex-align-items-center{align-items:center}.flex-align-items-baseline{align-items:baseline}.flex-align-items-normal{align-items:normal}.flex-align-self-top{align-self:flex-start}.flex-align-self-bottom{align-self:flex-end}.flex-align-self-center{align-self:center}.flex-align-self-baseline{align-self:baseline}.flex-align-self-stretch{align-self:stretch}.flex-justify-space-between{justify-content:space-between}.flex-justify-content-end{justify-content:flex-end}.flex-justify-space-evenly{justify-content:space-evenly}.flex-justify-space-around{justify-content:space-around}.flex-justify-end{justify-content:flex-end}.flex-justify-center{justify-content:center}.flex-justify-start{justify-content:flex-start}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-flow-col-wrap{flex-flow:column wrap}.flex-flow-row-wrap{flex-flow:row wrap}.flex-flow-row-nowrap{flex-flow:row nowrap}:root{--font-family:Roboto,sans-serif;--light-lavender:#eaecfb;--light-mist-blue:rgba(252,252,254,.7);--midnight-blue:#041c2cd9;--dark-blue:#323942;--royal-blue:#5e5ee1;--gray:#7574a6;--sky-blue:#7e8ced;--silver-blue:#f8f9fc;--steel-blue:#4e5481;--light-red:#ff7875;--deep-red:#ff4d4f73;--transparent-white:#ffffffd9;--pale-silver:#fcfcfe;--forest-green:#228b22;--deep-yellow:#ffc107;--dark-red:#c00;--light-gray:#9d9db1;--dark-indigo:#1e1934;--snow-white:#fdfdff;--transparent-black:#000000b2;--black:#000;--white:#fff;--magenta:#bb2374;--blue-gray:#242930;--bright-pink:#cb237c;--black-transparent-2:#00000066}html{-webkit-text-size-adjust:100%;background:var(--page-background);color:var(--b-sc);font:10px/1.5 Roboto,sans-serif;font:10px/1.5 var(--font-family);height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}#root,body,html{display:flex;max-width:100vw;min-height:100%;width:100%}body{font-size:1.4rem}.guide{align-items:center;background-color:#dfe3f9;background-image:url(/static/media/bubble1.8737be0f73a18fc15d96.svg),url(/static/media/bubble2.567c14ce66e829cfb876.svg),url(/static/media/bubble3.e329da8c954a4c74d703.svg),url(/static/media/bubble4.4530393250413889b068.svg),url(/static/media/bubble5.3b50b5058d32b42dbaca.svg);background-position:100% 100%,72% 0,30% 100%,20% 55%,0 21%;background-repeat:no-repeat;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}@keyframes reveal{to{opacity:1}}
/*# sourceMappingURL=main.ab1bf24e.css.map*/