@font-face{font-family:"Segoe UI";src:local("Segoe UI Light");font-style:normal;font-weight:200}@font-face{font-family:"Segoe UI";src:local("Segoe UI Semilight");font-style:normal;font-weight:300}@font-face{font-family:"Segoe UI";src:local("Segoe UI");font-style:normal;font-weight:400}@font-face{font-family:"Segoe UI";src:local("Segoe UI Semibold");font-style:normal;font-weight:600}@font-face{font-family:"Segoe UI";src:local("Segoe UI Bold");font-style:normal;font-weight:700}@font-face{font-family:"Segoe UI";src:local("Segoe UI Light Italic");font-style:italic;font-weight:200}@font-face{font-family:"Segoe UI";src:local("Segoe UI Semilight Italic");font-style:italic;font-weight:300}@font-face{font-family:"Segoe UI";src:local("Segoe UI Italic");font-style:italic;font-weight:400}@font-face{font-family:"Segoe UI";src:local("Segoe UI Semibold Italic");font-style:italic;font-weight:600}@font-face{font-family:"Segoe UI";src:local("Segoe UI Bold Italic");font-style:italic;font-weight:700}body,input,select,button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Web",sans-serif}html{font-size:16px}body{margin:0;padding:0;display:flex;flex-direction:column;background:#f3f2f1}html.uiv2{font-size:.625em;-ms-high-contrast-adjust:none;-ms-overflow-style:scrollbar}html.uiv2.edge{font-size:62.5%;-ms-content-zooming:none;touch-action:none}html.uiv2 body{background-color:#fafafa;font-size:1.4rem;line-height:1.2857}html.uiv3{font-size:.625em;-ms-high-contrast-adjust:none;-ms-overflow-style:scrollbar}html.uiv3.edge{font-size:62.5%;-ms-content-zooming:none;touch-action:none}html.uiv3 body{background-color:#f7f7f7;font-size:1.4rem;line-height:1.2857}#rootView{min-height:calc(100vh - 4rem);display:flex;color:#252424;padding:2rem 3rem}#rootViewV2{margin:0;background-color:#f7f7f7;min-height:100vh;display:flex}#mobileRootViewV2{min-height:calc(100vh - 4rem);display:flex;color:#252424;padding:2rem 3rem}a{color:#5b5fc7;text-decoration:none;font-weight:bold}a:hover,a:focus{text-decoration:underline}h1{font-size:1.5em}@media only screen and (max-width: 767px){#rootView{padding:1rem 1rem}#mobileRootViewV2{padding:1rem 1rem}}@media screen and (max-width: 350px){html:not(.uiv2){font-size:12px}#rootView{min-height:calc(100vh - 2rem)}}*{flex-shrink:0}
.busy-animation{display:inline-block}.ts-spinner-internal{overflow:hidden}.ts-spinner-internal.size-1x{height:2.4rem;width:2.4rem}.ts-spinner-internal.size-1x .spinner-animate{width:2.4rem;height:146.4rem;animation:2s steps(60) both infinite translate-small}.ts-spinner-internal.size-2x{height:3.6rem;width:3.6rem}.ts-spinner-internal.size-2x .spinner-animate{width:3.6rem;height:219.6rem;animation:2s steps(60) both infinite translate-medium}.ts-spinner-internal.size-3x{height:7.2rem;width:7.2rem}.ts-spinner-internal.size-3x .spinner-animate{width:7.2rem;height:439.2rem;animation:2s steps(60) both infinite translate-large}.ts-spinner-container{overflow:hidden;position:relative;opacity:0;animation:.3s 1.5s ease-out both fade-spinner-in}.ts-spinner-container{animation-delay:0s}@keyframes translate-small{to{transform:translate3d(0, -144rem, 0)}}@keyframes translate-medium{to{transform:translate3d(0, -216rem, 0)}}@keyframes translate-large{to{transform:translate3d(0, -432rem, 0)}}@keyframes fade-spinner-in{to{opacity:1}}
.view{display:flex;flex:1;flex-direction:column}.view .column{display:flex;flex-direction:column}.view .body{flex:1;text-align:center}.view .centered{display:flex;align-content:center;align-items:center;justify-content:center;text-align:center}.view .fillSpace{flex:auto}
.button{cursor:pointer;height:2rem;min-width:7rem;border:0;position:relative;border-radius:.2rem;max-width:20rem;padding:0 1.25rem;box-shadow:rgba(0,0,0,.1) 0 .2rem .4rem -0.075rem;background-color:#fff}.button::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:.1rem solid rgba(0,0,0,0);border-radius:.2rem}.button:not(.primary)::after{border-color:#e1dfdd}.button:not(.primary):hover{background:#edebe9}.button:not(.primary):hover::after{border-color:#c8c6c4}.button:not(.primary):active,.button:not(.primary):focus{background:#e1dfdd;box-shadow:none;color:#252423}.button:not(.primary):active::after,.button:not(.primary):focus::after{border-color:#c8c6c4}.button.primary{background-color:#5b5fc7;border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 .2rem .4rem -0.075rem rgba(0,0,0,.25)}.button.primary:hover{background-color:#444791}.button.primary:active,.button.primary:focus{background:#2f2f4a;box-shadow:none}.button .buttonText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:600}.button.mobile{width:100%;max-width:none;height:auto;padding:1.7rem;margin-top:1.2rem;margin-bottom:2.4rem;border-radius:.4rem;box-shadow:none;display:flex;font-size:1.4rem;line-height:1.2857}.button.mobile::after{border-radius:.4rem}.button.mobile .buttonText{font-weight:normal;margin:0 auto}.button.mobile:not(.primary){color:#5b5fc7}.button.mobile:not(.primary)::after{border-color:#5b5fc7}
.footer{font-size:.8rem}.footer a{font-weight:normal}@media screen and (max-width: 350px){footer{width:calc(100vw - 2rem)}}.disclaimer{margin-bottom:6.4rem;text-align:center;color:#979593;display:flex;justify-content:center;align-items:center;font-size:1.2rem;line-height:1.6rem}.disclaimer .view{display:block}.disclaimer a{font-weight:normal;outline:none;color:#979593;margin:1rem}@media screen and (max-width: 1002px){.disclaimer{margin-bottom:6.4rem;margin-top:3.2rem}}@media screen and (max-height: 600px)and (min-width: 1002px){.disclaimer{margin-bottom:2rem}}html.uiv3 .disclaimer{justify-content:center;align-items:center;margin-bottom:2.4rem;display:flex;flex-direction:row;padding:0;gap:1.6rem}html.uiv3 .disclaimer a{color:#616161;transition:color .4s ease-in;margin:0}html.uiv3 .disclaimer .view{flex-direction:row;justify-content:center;align-items:center;display:flex;margin:0;gap:1.6rem}html.uiv3 .disclaimer .view .teamsLogo{color:#616161;display:flex;gap:.4rem}@media screen and (max-width: 600px){html.uiv3 .disclaimer .view .hideText{display:none}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html.uiv3 .disclaimer{display:inline}html.uiv3 .disclaimer>div:not(:last-child){margin-right:1.6rem}html.uiv3 .disclaimer .view>:not(:last-child){margin-right:1.6rem}html.uiv3 .disclaimer .view .teamsLogo>:not(:last-child){margin-right:.4rem}}@supports(-ms-ime-align: auto){html.uiv3 .disclaimer{display:inline}html.uiv3 .disclaimer>div:not(:last-child){margin-right:1.6rem}html.uiv3 .disclaimer .view>:not(:last-child){margin-right:1.6rem}html.uiv3 .disclaimer .view .teamsLogo>:not(:last-child){margin-right:.4rem}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation:fadeIn 2s 1}
.ufd{width:16rem;box-shadow:0 1rem 2rem 0 rgba(22,35,58,.24);background-color:#5b5fc7;color:#fff;border-radius:.2rem;padding:0 1rem;position:absolute;text-align:left}.ufd.bottom{bottom:2rem}.ufd.bottom::after{content:" ";position:absolute;left:50%;border-top:.8rem solid #5b5fc7;border-right:.8rem solid rgba(0,0,0,0);border-left:.8rem solid rgba(0,0,0,0);border-bottom:none}.ufd.bottom.upper{bottom:10rem}.ufd.left{left:2rem}.ufd.top{top:2rem}.ufd.center{left:0;right:0;margin-left:auto;margin-right:auto}.ufd p.title{font-weight:bold}.ufd .msg{font-size:smaller}.ltr .ufd.left{left:2rem}.ltr .ufd.right{right:2rem}.rtl .ufd.right{left:2rem}.rtl .ufd.left{right:2rem}html.uiv2 .ufd{width:28rem;padding:0 1.6rem;border-radius:.3rem;box-shadow:rgba(0,0,0,.1) 0 .8rem 1rem -0.2rem}html.uiv2 .ufd .title{font-size:1.8rem;line-height:2rem;margin:1.6rem auto .8rem}html.uiv2 .ufd .msg{font-size:1.2rem;line-height:1.6rem;margin:.8rem auto 1.6rem}html.uiv2 .ufd.bottom::after{border-top-width:.6rem;left:calc(50% - .8rem)}html.uiv2 .ufd.top::after{border-bottom-width:.6rem}html.uiv2 .ufd.left{left:3.2rem}html.uiv2 .ufd.left::after{border-top-width:.6rem;left:calc(10% - 1.2rem)}html.uiv3 .ufd{width:32rem;height:6.2rem;top:3.2rem;display:flex;justify-content:left;align-items:center;background:rgba(255,255,255,.9490196078);box-shadow:0 0 .2rem rgba(0,0,0,.12),0 .2rem .4rem rgba(0,0,0,.14);border:.1rem solid rgba(0,0,0,.06);border-radius:.8rem;padding:0}html.uiv3 .ufd .ufdWrapper{display:flex;flex:1;gap:.8rem;justify-content:left;align-items:center;margin:0 1.2rem 0 1.2rem}html.uiv3 .ufd .ufdWrapper .imgWrapper{display:flex;width:2rem;height:2rem}html.uiv3 .ufd .ufdWrapper .textWrapper{display:flex;flex-direction:column;flex:1}html.uiv3 .ufd .ufdWrapper .title{line-height:1.6rem;font-size:1.2rem;color:#242424;font-weight:600;padding:0;margin:0}html.uiv3 .ufd .ufdWrapper .msg{line-height:1.6rem;font-size:1.4rem;color:#616161;padding:0;margin:0}html.uiv3 .ufd.bottom::after{border:0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html.uiv3 .ufd .ufdWrapper>*:not(:last-child){margin-right:.8rem}}@supports(-ms-ime-align: auto){html.uiv3 .ufd .ufdWrapper>*:not(:last-child){margin-right:.8rem}}
.joinView .header{display:flex;align-self:flex-start}.joinView .header .logo{height:1.2rem}.joinView h1.title{align-self:stretch}.joinView p.noSupport{margin-bottom:0}.joinView .partyImage{width:25rem}@media only screen and (max-width: 767px){.joinView .partyImage{width:20rem}}@media screen and (max-width: 350px){.joinView .partyImage{width:15rem}}.joinView .buttonsContainer{display:flex}.joinView .buttonsContainer .button{margin:.5rem;position:relative}.joinView .buttonsContainer .button:hover .tooltip{display:block}.joinView .tooltip{position:absolute;background:#fff;display:none;border-radius:.2rem;bottom:2.8rem;padding:.6rem 1.4rem;max-width:100%;overflow:visible;width:100%;white-space:normal;font-weight:600;font-size:.8rem;left:-1.4rem;box-shadow:0 .2rem .4rem -0.075rem rgba(0,0,0,.25);text-align:left}.joinView .tooltip:after{content:"";display:block;width:0;height:0;position:absolute;border-left:.7rem solid rgba(0,0,0,0);border-right:.7rem solid rgba(0,0,0,0);border-top:.7rem solid #fff;left:calc(50% - 1.2rem);bottom:-0.7rem}@media only screen and (max-width: 767px){.joinView .buttonsContainer{flex-direction:column}}.joinView .desktopMessage{text-align:center;font-size:.9rem}.joinView .launchLink{display:inline-block;position:relative}.joinView .launchLink:hover .tooltip{display:block}.joinView .launchLink .tooltip{bottom:2rem}.joinView .tryEdgeAgain{margin-top:0;font-size:14px;margin-bottom:20px}.joinView .havingProblems{margin-top:-10px}
.appStoreButton img{width:10rem}
.spacer{flex:1}
.joinMobileView{color:#6f6d6d}@media screen and (min-width: 768px)and (min-height: 1024px){.joinMobileView .spacer{flex:0}}.joinMobileView .logo{width:18rem}.joinMobileView .message{width:18rem;margin:1rem auto 1rem auto;font-size:1.2rem}.joinMobileView .message.bold{font-size:1.4rem;font-weight:bold}.joinMobileView .illustration{margin:1rem;width:18rem}.joinMobileView .legalNotice{font-size:.8rem;opacity:.8;width:18rem}
.modernMobileView{max-width:28.6rem;margin:0 auto;color:#6f6d6d}@media screen and (min-width: 768px)and (min-height: 1024px){.modernMobileView .spacer{flex:0}}.modernMobileView h1{font-size:2.8rem;line-height:3.8rem;color:#5b5fc7;font-weight:normal;width:28.6rem;margin:.6rem 0 2.4rem}.modernMobileView .message{width:28.6rem;font-size:1.7rem;line-height:2.2rem;color:#6f6d6d}.modernMobileView .illustration{width:20rem;margin-bottom:2.4rem}@media screen and (min-device-width: 400px){.modernMobileView .illustration{width:28rem}}.modernMobileView .legalNotice{font-size:.8rem;opacity:.8;width:28.6rem}.modernMobileView .checkboxContainer{margin-top:1.6rem;font-size:1.2rem;display:flex;justify-content:flex-start;align-items:flex-start;text-align:start}.modernMobileView .checkbox{margin-right:.8rem;accent-color:#5b5fc7}
.modernSimplifiedMobileView{max-width:28.6rem;margin:0 auto;color:#6f6d6d}@media screen and (min-width: 768px)and (min-height: 1024px){.modernSimplifiedMobileView .spacer{flex:0}}.modernSimplifiedMobileView h1{font-size:2.2rem;line-height:2.6rem;color:#252424;font-weight:normal;width:28.6rem;margin-top:2rem;margin-bottom:6rem}.modernSimplifiedMobileView a{font-weight:normal}.modernSimplifiedMobileView .message{font-size:1.2rem;font-size:1.7rem;line-height:2.2rem;color:#6f6d6d}.modernSimplifiedMobileView .downloadApp{margin:2rem 0;border-top:.1rem solid #e1dfdd;padding-top:2rem}.modernSimplifiedMobileView .hyperlink{font-size:1.2rem;line-height:1.6rem;color:#6f6d6d;font-weight:400}.modernSimplifiedMobileView .illustration{width:24rem}.modernSimplifiedMobileView .banner{width:100%;border-radius:.8rem}@media screen and (min-device-width: 400px){.modernSimplifiedMobileView .illustration{width:28rem}}.modernSimplifiedMobileView .legalNotice{font-size:.8rem;opacity:.8;width:28.6rem}.modernSimplifiedMobileView .checkboxContainer{margin-bottom:1rem;display:flex;justify-content:flex-start;align-items:center;text-align:start;font-size:1.2rem;line-height:1.6rem;color:#6f6d6d;font-weight:400}.modernSimplifiedMobileView .checkbox{margin-right:1.2rem;accent-color:#5b5fc7}.modernSimplifiedMobileView .modalDialogOuterContainer{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;left:0;top:0;z-index:1;background-color:#000;background-color:rgba(0,0,0,.4)}.modernSimplifiedMobileView .dialogBoxContainer{width:24rem;color:#252423;background-color:#f7f7f7;border-radius:1rem;text-align:center;padding-top:1.5rem}.modernSimplifiedMobileView .dialogBoxHeader{font-size:1.7rem;line-height:2.2rem;font-weight:600;padding-bottom:.5rem}.modernSimplifiedMobileView .dialogBoxDetails{font-size:1.2rem;line-height:1.6rem;font-weight:400;padding:0 1rem 1.5rem 1rem}.modernSimplifiedMobileView .dialogBoxButtonsConatiner{display:flex;flex-direction:row;border:0}.modernSimplifiedMobileView .dialogBoxButton{flex:1;height:3.5rem;background-color:#f7f7f7;padding-bottom:1rem;border:0;border-top:.1rem solid #e1dfdd;color:#5b5fc7}.modernSimplifiedMobileView .dialogBoxContinueButton{border-bottom-left-radius:1rem;font-weight:400}.modernSimplifiedMobileView .dialogBoxCancelButton{border-bottom-right-radius:1rem;border-left:.1rem solid #e1dfdd;font-weight:600}
html.uiv2 .btn{min-height:10.4rem;border:none;padding:0;display:flex;align-items:center}html.uiv2 .btn .img{width:4rem;height:4rem;margin:auto 3.2rem}html.uiv2 .btn div.img{background-color:#d3d3d3}html.uiv2 .btn .text{text-align:left;width:calc(42rem - 13.6rem)}html.uiv2 .btn.primary{position:relative;background:#fff;border-radius:.4rem;box-shadow:0 .16rem .36rem 0 rgba(0,0,0,.13),0 .03rem .09rem 0 rgba(0,0,0,.11);cursor:pointer;flex:1 1 0}html.uiv2 .btn.primary:hover{box-shadow:0 .06rem .18rem 0 rgba(0,0,0,.11),0 .32rem .72rem 0 rgba(0,0,0,.13);background-color:#faf9f8}html.uiv2 .btn.primary:focus{box-shadow:0 .16rem .36rem 0 rgba(0,0,0,.13),0 .03rem .09rem 0 rgba(0,0,0,.11);background-color:#faf9f8;outline:none}html.uiv2 .btn.primary:focus:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:.4rem;border:.1rem solid #5b5fc7}html.uiv2 .btn.primary+.btn.primary{margin-top:.8rem}html.uiv2 .btn.primary .text{margin:3.2rem 0}html.uiv2 .btn.primary h3{color:#252423;font-weight:600;font-size:1.8rem;line-height:2rem;margin:0;margin-bottom:.5rem}html.uiv2 .btn.primary p{color:#605e5c;font-size:1.4rem;line-height:1.2857;margin:0}html.uiv2 .btn.primary.primaryAnimated{background-color:rgba(0,0,0,0);box-shadow:none}html.uiv2 .btn.primary.primaryAnimated .textTransition{animation:fadeInOut .3s}@keyframes fadeInOut{0%,100%{opacity:1}30%,50%{opacity:0}}html.uiv2 .btn.secondary{background-color:rgba(0,0,0,0);color:#605e5c;font-size:1.4rem;line-height:1.2857}html.uiv2 .btn.secondary+.btn.secondary{border-top:.1rem solid #e1dfdd}html.uiv2 .btn.secondary:last-of-type{margin-bottom:-3.2rem}html.uiv2 .btn.secondary .text{margin:2.4rem 0}html.uiv2 .btn.secondary a{color:#5b5fc7;font-weight:normal;outline:none}
html.uiv3 .btn{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:none;order:0;align-self:stretch;flex-grow:0;border-radius:.4rem;padding:1.05rem 0 1.05rem 0;cursor:pointer;border-width:.1rem}html.uiv3 .btn .text{text-align:center}html.uiv3 .btn h3{font-weight:600;font-size:1.4rem;line-height:1.9rem;margin:0}html.uiv3 .btn:focus-visible:before{content:"";position:absolute;top:-0.1rem;bottom:-0.1rem;left:0rem;right:-0.1rem;border-radius:.4rem;border:.4rem solid #fff}html.uiv3 .btn:focus-visible:after{content:"";position:absolute;top:-0.2rem;bottom:-0.2rem;left:-0.1rem;right:-0.2rem;border-radius:.4rem;border:.3rem solid #000}html.uiv3 .btn.primary{position:relative;background-color:rgba(0,0,0,0);box-shadow:rgba(0,0,0,.25) 0 .2rem .4rem -0.075rem;border-color:rgba(0,0,0,0);transition:background-color .5s ease-in}html.uiv3 .btn.primary h3{color:#252423;transition:color .5s ease-in}html.uiv3 .btn.primary:hover{box-shadow:0 .06rem .18rem 0 rgba(0,0,0,.11),0 .32rem .72rem 0 rgba(0,0,0,.13);background-color:#f5f5f5;transition:background-color .5s ease-in}html.uiv3 .btn.primary:hover:active{background-color:#464775;transition:background-color .5s ease-in}html.uiv3 .btn.secondary{color:#242424;position:relative;box-shadow:rgba(0,0,0,.1) 0px .2rem .4rem -0.075rem;background-color:rgba(0,0,0,0);border:.1rem solid #e1dfdd;flex:1 1 0;transition:color .5s ease-in}html.uiv3 .btn.secondary h3{color:#252423;transition:background-color .5s ease-in}html.uiv3 .btn.secondary a{color:#5b5fc7;font-weight:normal;outline:none}html.uiv3 .btn.secondary:hover{border-color:#c8c6c4;background-color:#f5f5f5}html.uiv3 .btn.secondary:hover:after{content:"";background-color:rgba(0,0,0,0)}html.uiv3 .btn.secondary:hover:active{background-color:#e0e0e0}html.uiv3 .secondaryAction{background-color:rgba(0,0,0,0);color:#242424;font-size:1.4rem;line-height:2rem}html.uiv3 .secondaryAction p{margin:0}html.uiv3 .secondaryAction+html.uiv3 .secondaryAction{border-top:.1rem solid #e1dfdd}html.uiv3 .secondaryAction .text{margin:0}html.uiv3 .secondaryAction a{color:#616161;font-weight:normal;outline:none;transition:color .5s ease-in}html.uiv3 .secondaryAction .img{opacity:0;width:2.4rem;height:0;transition:opacity .5s ease-in}
html.uiv2 .modernViewContainer{display:flex;flex:1;flex-direction:column;min-height:100vh}html.uiv2 .modernViewContainer .logo{position:absolute;top:4.2rem;left:4.2rem;width:4.8rem;height:4.8rem}html.uiv2 .modernViewContainer #container{display:flex;flex:1 1 auto;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 1002px){html.uiv2 body{height:100vh}html.uiv2 .modernViewContainer{display:flex;flex-direction:column;min-height:100vh}html.uiv2 .modernViewContainer .logo{position:initial;margin:4.2rem;top:auto;left:auto;display:flex;flex:0}html.uiv2 .modernViewContainer #container{flex-direction:column;display:flex}}html.uiv3 .modernViewContainer{display:flex;flex-direction:column;align-items:center;padding:0;flex:1;justify-content:center;align-content:center}html.uiv3 .modernViewContainer #container{display:flex;flex-direction:column;align-items:center;padding:0;gap:2.4rem;flex:1;justify-content:center}@media screen and (max-width: 1600px){html.uiv3 .modernViewContainer .disclaimer{margin-top:auto}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html.uiv3 .modernViewContainer{min-height:100vh}html.uiv3 .modernViewContainer #container{flex:1 0 auto}html.uiv3 .modernViewContainer #container>div:not(:last-child){margin-bottom:2.4rem}}@supports(-ms-ime-align: auto){html.uiv3 .modernViewContainer{min-height:100vh}html.uiv3 .modernViewContainer #container{flex:1 0 auto}html.uiv3 .modernViewContainer #container>div:not(:last-child){margin-bottom:2.4rem}}
#textbox{text-align:left;display:flex;flex-direction:column;justify-content:center;color:#605e5c;font-size:1.4rem;line-height:1.2857}#textbox h1{color:#252424;font-weight:bold;font-size:3.2rem;line-height:4rem;margin:0}#textbox p{color:#252424;font-size:2.4rem;line-height:3.2rem;margin:0}#textbox .variant10Header{font-weight:normal}@media screen and (max-width: 1002px){#textbox p{margin-bottom:0}}html.uiv3 #textbox{text-align:center;display:flex;flex-direction:column;justify-content:center;color:#605e5c;font-size:1.4rem;line-height:1.2857;gap:.6rem}html.uiv3 #textbox h3{color:#252424;font-weight:bold;font-size:1.8rem;line-height:2.4rem;margin:0}html.uiv3 #textbox p{color:#616161;font-size:1.4rem;line-height:2rem;margin:0}html.uiv3 #textbox .variant10Header{font-weight:normal}@media screen and (max-width: 1002px){html.uiv3 #textbox p{margin-bottom:0}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html.uiv3 #textbox>*:not(:last-child){margin-bottom:.6rem}}@supports(-ms-ime-align: auto){html.uiv3 #textbox>*:not(:last-child){margin-bottom:.6rem}}
#launching{display:flex;flex-direction:column;align-items:center;justify-content:center}#launching h1{font-weight:bold;font-size:2.4rem;line-height:3.2rem}@media screen and (max-width: 1002px){#launching{padding-top:0}}
.unsupported{max-width:61rem;display:flex;flex-direction:column;align-items:center;text-align:center}.unsupported img{width:27.8rem;height:27.8rem}.unsupported .textBox{margin-bottom:3.2rem}.unsupported .textBox h1{font-size:3.2rem;line-height:4rem}.unsupported .textBox p{color:#605e5c}.unsupported .learnMore{border:.1rem solid #e1dfdd;border-radius:.2rem;cursor:pointer;color:#252423;background-color:#fff;box-shadow:rgba(0,0,0,.1) 0 .28rem .56rem -0.105rem;max-width:28rem;min-width:11.8rem;margin:0;padding:0 2rem;outline:none;height:3.2rem;font-size:1.4rem;line-height:1.2857;font-weight:600}.unsupported .learnMore:hover{background-color:#edebe9;border-color:#c8c6c4}.unsupported .learnMore:focus{border:.1rem solid #e1dfdd;outline-width:0;position:relative}.unsupported .learnMore:focus::before{border:.1rem solid #fff;left:-0.1rem;bottom:-0.1rem;right:-0.1rem;top:-0.1rem;border-radius:.2rem;z-index:1;pointer-events:none;position:absolute;content:""}.unsupported .learnMore:focus::after{border:1px solid #000;left:-0.1rem;bottom:-0.1rem;right:-0.1rem;top:-0.1rem;border-radius:.2rem;z-index:1;pointer-events:none;position:absolute;content:""}.unsupported .learnMore:active{border-color:#c8c6c4;box-shadow:none;animation-timing-function:cubic-bezier(0.78, 0, 0.22, 1);animation-fill-mode:both;animation-duration:100ms;animation-name:button_animation}@keyframes button_animation{0%{transform:scale(1)}100%{transform:scale(0.96)}}
html.uiv2 .modernViewRenderer{display:flex;flex-direction:row}html.uiv2 .modernViewRenderer .wrapper{display:inherit;flex-direction:inherit}html.uiv2 .modernViewRenderer .content{width:42rem;text-align:center;padding:3.2rem 0}html.uiv2 .modernViewRenderer #buttonsbox{justify-content:flex-start;display:flex;flex-direction:column}html.uiv2 .modernViewRenderer .vl{border-left:.1rem solid #e1dfdd;width:0;margin:.5rem 6.4rem}@media screen and (max-width: 1002px){html.uiv2 .modernViewRenderer{flex-direction:column}html.uiv2 .modernViewRenderer .vl{display:none}}
html.uiv3 .modernSimplifiedView{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;gap:2.4rem;width:42rem}html.uiv3 .modernSimplifiedView .mainActionsContent{display:flex;flex-direction:column;border:.05rem solid rgba(0,0,0,.15);background:#fff;border-radius:1.2rem;align-self:stretch;align-items:stretch}html.uiv3 .modernSimplifiedView .headerContainer{justify-content:center;display:flex;background:#fff;border-radius:1.2rem 1.2rem 0 0;height:0;margin-bottom:0;overflow:hidden;transition:height .4s ease-in}html.uiv3 .modernSimplifiedView .secondaryActionsContent{align-items:center;text-align:center;display:flex;flex-direction:column}html.uiv3 .modernSimplifiedView .actionsContainer{display:flex;flex-direction:column;align-items:center;padding:3.2rem;gap:3.2rem;background:#fff;align-self:stretch;border-radius:1.2rem}html.uiv3 .modernSimplifiedView .buttonsContainer{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:.8rem;align-self:stretch}html.uiv3 .modernSimplifiedView .logoContainer{position:relative;width:9.8rem;height:9.8rem;top:8rem;display:flex;justify-content:center;align-items:center;background:#fff;box-shadow:0 0 .2rem rgba(0,0,0,.12),0 .2rem .4rem rgba(0,0,0,.14);border-radius:.8rem;opacity:0;transition:opacity .2s .2s ease-in}html.uiv3 .modernSimplifiedView .logoContainer .logo{position:relative;width:5.145rem;height:5.145rem;align-self:center}html.uiv3 .modernSimplifiedView_notBranded .headerContainer{height:15rem;margin-bottom:4.8rem;overflow:visible}html.uiv3 .modernSimplifiedView_notBranded .logoContainer{opacity:1}@media screen and (min-width: 1001px)and (max-width: 1600px){html.uiv3{font-size:.59375em}}@media screen and (min-width: 601px)and (max-width: 1000px){html.uiv3{font-size:.58125em}}@media screen and (max-width: 600px){html.uiv3{font-size:.56875em}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){html.uiv3 .modernSimplifiedView>div:not(:last-child){margin-bottom:2.4rem}html.uiv3 .modernSimplifiedView .actionsContainer>div:not(:last-child){margin-bottom:3.2rem}html.uiv3 .modernSimplifiedView .buttonsContainer>div:not(:last-child){margin-bottom:.8rem}}@supports(-ms-ime-align: auto){html.uiv3 .modernSimplifiedView>div:not(:last-child){margin-bottom:2.4rem}html.uiv3 .modernSimplifiedView .actionsContainer>div:not(:last-child){margin-bottom:3.2rem}html.uiv3 .modernSimplifiedView .buttonsContainer>div:not(:last-child){margin-bottom:.8rem}}
.container{display:flex;flex-direction:column;align-items:center;background-color:#fff;top:0;left:0;position:absolute;width:100%;height:100vh}.container .header{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#e6e6e6}.container .header .logo{height:1.375rem;margin-top:3.438rem}.container .header .communityImage{max-width:34.625rem;max-height:9.75rem;margin-top:2.188rem;margin-bottom:3.375rem}.container .details{display:flex;flex-direction:column;align-items:center}.container .details .title{margin-top:2.7rem;margin-bottom:1.2rem;font-size:1.5rem;line-height:2rem;font-weight:bold}.container .details .description{font-size:.875rem;line-height:1.25rem;text-align:center;max-width:33.5rem;margin-bottom:2rem}.container .details .buttonsContainer .appStoreButton{margin:1rem}.container .details .buttonsContainer .appStoreButton img{width:10rem}.container .details .buttonsContainer .appStoreButton #googleStoreImg{width:11rem}.container .details .qrCodeContainer{display:flex;justify-content:center;align-items:center;width:8.75rem;height:8.75rem;border-radius:1.25rem;background:#f8f8f8}.container .bottomSection{margin-top:auto}.container .bottomSection .notices{margin:3rem auto}.container .bottomSection .legalNotice{text-align:center;font-size:.8rem;opacity:.8;width:28rem;align-self:center;margin:.2rem}.container .bottomSection .disclaimer{font-size:.8rem}

/*# sourceMappingURL=launcher.4c1b3a062da3856339c2.css.map*/