diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4e3ba8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,94 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +firebase-debug.log* +firebase-debug.*.log* + +# Firebase cache +.firebase/ + +# Firebase config + +# Uncomment this if you'd like others to create their own Firebase project. +# For a team working on the same Firebase project(s), it is recommended to leave +# it commented so all members can deploy to the same project(s) in .firebaserc. +# .firebaserc + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +internal/logs +internal/*.log +internal/npm-debug.log* +internal/yarn-debug.log* +internal/yarn-error.log* +internal/firebase-debug.log* +internal/firebase-debug.*.log* +internal/.firebase/ +internal/pids +internal/*.pid +internal/*.seed +internal/*.pid.lock +internal/lib-cov +internal/coverage +internal/.nyc_output +internal/.grunt +internal/bower_components +internal/.lock-wscript +internal/build/Release +internal/node_modules/ +internal/.npm +internal/.eslintcache +internal/.node_repl_history +internal/*.tgz +internal/.yarn-integrity +internal/.env +out/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..ef3f9b3 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug Main Process", + "type": "node", + "request": "launch", + "cwd": "${workspaceFolder}", + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", + "windows": { + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd" + }, + "args" : ["."], + "outputCapture": "std" + } + ] + } \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..d8cc552 --- /dev/null +++ b/404.html @@ -0,0 +1,1566 @@ + + + + + + + + + + + + + + + + + + + Pyro | Page Not Found + + +
+
+
+
404
+
+

You strayed from camp!

+
It looks like you have gotten lost. Here are a few links to light up your path back to safety.
+ +
+ + + \ No newline at end of file diff --git a/app.html b/app.html new file mode 100644 index 0000000..0781727 --- /dev/null +++ b/app.html @@ -0,0 +1,869 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyro + + +
+ + +
+
+
+
+
+
+
+ +
+ +
+ +
+
+
+
+
+ + + + + + +
+

Friends

+
+ +
+
+ + + +
+ + + +
+
+
+
+
+
+
+
+

Add Friend

+
Have a friend? You can add them here with their Pyro tag.
+
+ +
+ +
+
+
+
+
+
+
+
+
Looks quiet here. Add a friend!
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
Pyro is loading, give us a sec.
+
+
+
+
+
+
Trouble connecting? Check Pyro's status.
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/css/404.css b/css/404.css new file mode 100644 index 0000000..48ba0c6 --- /dev/null +++ b/css/404.css @@ -0,0 +1,17952 @@ +.flexVertical-3EM43- { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.flexVertical-3EM43->.flexSpacer-3j6d8P { + min-height: 1px +} + +.flexHorizontal-1YWL8b { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.flexHorizontal-1YWL8b>.flexSpacer-3j6d8P { + min-width: 1px +} + +.flexHorizontalReverse-3_uOJm { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.flexHorizontalReverse-3_uOJm>.flexSpacer-3j6d8P { + min-width: 1px +} + +.flexSpacer-3j6d8P { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + overflow: hidden +} + +.flexCenter-XktJBG { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStart-3UtIv4 { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start +} + +.flexAlignEnd-yVpsR0 { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end +} + +.flexAlignCenter-2tn6as { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStretch-1aueRm { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch +} + +.flexJustifyStart-1R2n-N { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.flexJustifyEnd-3r2IxL { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end +} + +.flexJustifyCenter-XyJP9E { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.flexJustifyAround-2QPIfp { + -ms-flex-pack: distribute; + justify-content: space-around +} + +.flexJustifyBetween-3VlONq { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.flexNowrap-1pGMyf { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +.flexWrap-1K8nA- { + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.flexWrapReverse-3mQUZg { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse +} + +.flex-1xMQg5 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.flex-1xMQg5, +.flex-1xMQg5 .flexChild-faoVW3 { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.flex-1xMQg5 .flexChild-faoVW3 { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.flex-1xMQg5.flexGutterSmall-2SdCRr { + margin-left: -10px; + margin-right: -10px +} + +.flex-1xMQg5.flexGutterSmall-2SdCRr .flexChild-faoVW3 { + padding: 0 10px +} + +.flex-1xMQg5.flexGutterLarge-3jJDfF { + margin-left: -30px; + margin-right: -30px +} + +.flex-1xMQg5.flexGutterLarge-3jJDfF .flexChild-faoVW3 { + padding: 0 30px +} + +.boardWrapper-33wB9K { + position: relative; + height: 20vh; + width: 100vw; + max-height: 180px +} + +.canvas-1y8cYs { + position: absolute; + left: 0; + right: 0; + margin: 0 auto; + height: 100%; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated; + font-smooth: never; + z-index: 1 +} + +.score-2BlIQs { + position: relative; + padding: 20px; + font-family: 'Rubik', sans-serif; + font-size: 20px; + color: #fff; + text-align: left; + z-index: 10 +} + +.container-3wZ6Gq { + position: relative; + width: 100%; + height: 100% +} + +.container-3wZ6Gq:before { + display: block; + position: absolute; + content: ""; + padding-top: 7.8125% +} + +.gameOverText-JfDmua { + text-align: center; + width: 100vw; + font-family: 'Rubik', sans-serif; + font-size: 20px; + color: #fff; + line-height: 60px; + z-index: 1000 +} + +.gameOverCanvas-21YKE6, +.gameOverText-JfDmua { + position: absolute; + height: 900px; + max-height: 100vh +} + +.gameOverCanvas-21YKE6 { + left: 0; + right: 0; + margin: 0 auto; + z-index: 500 +} + +.gameWrap-3UQ0tp { + height: 80vh; + width: 100vw; + max-height: 720px; + position: relative +} + +.gameCanvas-1BSjyr { + position: absolute; + left: 0; + right: 0; + margin: 0 auto; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated; + height: 100%; + z-index: 1 +} + +.winner-lnwCs9 { + font-size: 30px; + margin: 30px auto; + -webkit-animation: blink-lZhL7- 1s step-start infinite; + animation: blink-lZhL7- 1s step-start infinite +} + +@-webkit-keyframes blink-lZhL7- { + 0% { + color: #fff + } + 50% { + color: #7289da + } +} + +@keyframes blink-lZhL7- { + 0% { + color: #fff + } + 50% { + color: #7289da + } +} + +.titleCard-3cbLN2 { + height: 900px; + width: 1152px; + max-height: 100%; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated +} + +@media screen and (max-height:900px) { + .titleCard-3cbLN2 { + width: auto + } +} + +.titleCardAnimated-3cww-w { + -webkit-animation: fade-in-2vJ596 .5s ease-in; + animation: fade-in-2vJ596 .5s ease-in +} + +.container-2dyi-M { + position: relative; + width: 100%; + height: 100% +} + +.container-2dyi-M:before { + display: block; + position: absolute; + content: ""; + padding-top: 7.8125% +} + +@-webkit-keyframes fade-in-2vJ596 { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes fade-in-2vJ596 { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.overlay-4WLqe2 { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 10; + background-color: rgba(0, 0, 0, .5); + overflow: hidden +} + +.glitchWrapper-209Ebg { + height: 150px; + padding: 20px 0; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 +} + +.glitch-1ZnYvx { + font-family: 'Rubik', sans-serif; + font-weight: 700; + color: var(--brand-hover); + font-size: 150px; + position: relative; + display: inline-block +} + +.glitch-1ZnYvx:after, +.glitch-1ZnYvx:before { + content: attr(data-text); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background:#101015; +} + +.glitch-1ZnYvx:before { + left: 2px; + text-shadow: -2px 0 var(--dark-not-black); + clip: rect(24px, 550px, 90px, 0); + -webkit-animation: glitch-anim-2-3Jj1Wz 4s linear infinite alternate-reverse; + animation: glitch-anim-2-3Jj1Wz 4s linear infinite alternate-reverse +} + +.glitch-1ZnYvx:after { + left: -2px; + text-shadow: -2px 0 rgba(114, 137, 218, .3); + clip: rect(85px, 550px, 140px, 0); + -webkit-animation: glitch-anim-n2MEks 2s linear infinite alternate-reverse; + animation: glitch-anim-n2MEks 2s linear infinite alternate-reverse +} + +@-webkit-keyframes glitch-anim-n2MEks { + 0% { + clip: rect(3px, 9999px, 86px, 0) + } + 6.66666667% { + clip: rect(27px, 9999px, 128px, 0) + } + 13.33333333% { + clip: rect(35px, 9999px, 71px, 0) + } + 20% { + clip: rect(10px, 9999px, 134px, 0) + } + 26.66666667% { + clip: rect(23px, 9999px, 145px, 0) + } + 33.33333333% { + clip: rect(40px, 9999px, 80px, 0) + } + 40% { + clip: rect(33px, 9999px, 153px, 0) + } + 46.66666667% { + clip: rect(50px, 9999px, 84px, 0) + } + 53.33333333% { + clip: rect(57px, 9999px, 188px, 0) + } + 60% { + clip: rect(79px, 9999px, 65px, 0) + } + 66.66666667% { + clip: rect(21px, 9999px, 168px, 0) + } + 73.33333333% { + clip: rect(62px, 9999px, 119px, 0) + } + 80% { + clip: rect(4px, 9999px, 126px, 0) + } + 86.66666667% { + clip: rect(10px, 9999px, 133px, 0) + } + 93.33333333% { + clip: rect(51px, 9999px, 196px, 0) + } + to { + clip: rect(77px, 9999px, 73px, 0) + } +} + +@keyframes glitch-anim-n2MEks { + 0% { + clip: rect(3px, 9999px, 86px, 0) + } + 6.66666667% { + clip: rect(27px, 9999px, 128px, 0) + } + 13.33333333% { + clip: rect(35px, 9999px, 71px, 0) + } + 20% { + clip: rect(10px, 9999px, 134px, 0) + } + 26.66666667% { + clip: rect(23px, 9999px, 145px, 0) + } + 33.33333333% { + clip: rect(40px, 9999px, 80px, 0) + } + 40% { + clip: rect(33px, 9999px, 153px, 0) + } + 46.66666667% { + clip: rect(50px, 9999px, 84px, 0) + } + 53.33333333% { + clip: rect(57px, 9999px, 188px, 0) + } + 60% { + clip: rect(79px, 9999px, 65px, 0) + } + 66.66666667% { + clip: rect(21px, 9999px, 168px, 0) + } + 73.33333333% { + clip: rect(62px, 9999px, 119px, 0) + } + 80% { + clip: rect(4px, 9999px, 126px, 0) + } + 86.66666667% { + clip: rect(10px, 9999px, 133px, 0) + } + 93.33333333% { + clip: rect(51px, 9999px, 196px, 0) + } + to { + clip: rect(77px, 9999px, 73px, 0) + } +} + +@-webkit-keyframes glitch-anim-2-3Jj1Wz { + 10.52631579% { + clip: rect(65px, 9999px, 200px, 0) + } + 15.78947368% { + clip: rect(8px, 9999px, 200px, 0) + } + 21.05263158% { + clip: rect(51px, 9999px, 159px, 0) + } + 26.31578947% { + clip: rect(6px, 9999px, 82px, 0) + } + 31.57894737% { + clip: rect(1px, 9999px, 106px, 0) + } + 36.84210526% { + clip: rect(17px, 9999px, 69px, 0) + } + 42.10526316% { + clip: rect(65px, 9999px, 144px, 0) + } + 47.36842105% { + clip: rect(1px, 9999px, 91px, 0) + } + 52.63157895% { + clip: rect(18px, 9999px, 209px, 0) + } + 57.89473684% { + clip: rect(14px, 9999px, 175px, 0) + } + 63.15789474% { + clip: rect(61px, 9999px, 107px, 0) + } + 68.42105263% { + clip: rect(73px, 9999px, 178px, 0) + } + 73.68421053% { + clip: rect(53px, 9999px, 207px, 0) + } + 78.94736842% { + clip: rect(33px, 9999px, 199px, 0) + } + 84.21052632% { + clip: rect(73px, 9999px, 144px, 0) + } + 89.47368421% { + clip: rect(79px, 9999px, 163px, 0) + } + 94.73684211% { + clip: rect(1px, 9999px, 76px, 0) + } + to { + clip: rect(64px, 9999px, 117px, 0) + } +} + +@keyframes glitch-anim-2-3Jj1Wz { + 10.52631579% { + clip: rect(65px, 9999px, 200px, 0) + } + 15.78947368% { + clip: rect(8px, 9999px, 200px, 0) + } + 21.05263158% { + clip: rect(51px, 9999px, 159px, 0) + } + 26.31578947% { + clip: rect(6px, 9999px, 82px, 0) + } + 31.57894737% { + clip: rect(1px, 9999px, 106px, 0) + } + 36.84210526% { + clip: rect(17px, 9999px, 69px, 0) + } + 42.10526316% { + clip: rect(65px, 9999px, 144px, 0) + } + 47.36842105% { + clip: rect(1px, 9999px, 91px, 0) + } + 52.63157895% { + clip: rect(18px, 9999px, 209px, 0) + } + 57.89473684% { + clip: rect(14px, 9999px, 175px, 0) + } + 63.15789474% { + clip: rect(61px, 9999px, 107px, 0) + } + 68.42105263% { + clip: rect(73px, 9999px, 178px, 0) + } + 73.68421053% { + clip: rect(53px, 9999px, 207px, 0) + } + 78.94736842% { + clip: rect(33px, 9999px, 199px, 0) + } + 84.21052632% { + clip: rect(73px, 9999px, 144px, 0) + } + 89.47368421% { + clip: rect(79px, 9999px, 163px, 0) + } + 94.73684211% { + clip: rect(1px, 9999px, 76px, 0) + } + to { + clip: rect(64px, 9999px, 117px, 0) + } +} + +.animationWrapper-1yY3HG { + position: relative; + width: 768px; + max-width: 40%; + overflow: hidden; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 +} + +@media screen and (max-width:848px) { + .animationWrapper-1yY3HG { + max-width: 95% + } +} + +.button-3NdtpP { + position: absolute; + width: 100%; + height: 100%; + z-index: 2 +} + +.weightLight-1eftia { + font-weight: 300 +} + +.weightNormal-3CX1dN { + font-weight: 400 +} + +.weightMedium-3xlxJi { + font-weight: 500 +} + +.weightSemiBold-tctXJ7 { + font-weight: 600 +} + +.weightBold-13i9Oz { + font-weight: 700 +} + +.pageWrap-3Cdu2c { + background: #101015; + width: 100%; + height: 100vh; + overflow: auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +@media screen and (max-width:848px) { + .pageWrap-3Cdu2c { + overflow: auto; + -ms-flex-wrap: wrap; + flex-wrap: wrap + } +} + +.textSection-VxrDfG { + max-width: 500px; + margin-right: 10%; + padding-left: 20px +} + +@media screen and (max-width:848px) { + .textSection-VxrDfG { + text-align: center; + margin: 10px; + padding: 0 5px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } +} + +.wizards-3zNz6o { + font-size: 25px; + line-height: 40px; + /* text-transform: uppercase; */ + color: #72767d +} + +.suggestionText-WBoeJA { + font-size: 20px; + color: #b9bbbe; + line-height: 35px; + text-align: left +} + +.linksSection-rDqBb7 { + margin-top: 20px +} + +.links-1CveUN { + font-size: 18px; + line-height: 35px; + /* text-transform: uppercase; */ + text-decoration: none; + -webkit-transition: .1s ease-in-out; + transition: .1s ease-in-out; + position: relative +} + +.links-1CveUN, +.links-1CveUN:visited { + color: var(--brand-primary); +} + +.links-1CveUN:hover { + color: var(--brand-hover); +} + +.links-1CveUN:hover:before { + position: absolute; + top: -2px; + left: -35px; + content: url(/assets/bf1f2f2c35099b2054e76d97587ac658.svg) +} + +.logoWrap-3RJf9q { + position: fixed; + left: 0; + bottom: 15px; + text-align: center; + width: 100% +} + +@media screen and (max-width:848px) { + .logoWrap-3RJf9q { + position: relative; + margin-top: 30px; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3 + } +} + +.logo-2xgWxt { + width: 200px +} + +a, +abbr, +acronym, +address, +applet, +big, +blockquote, +body, +button, +caption, +cite, +code, +dd, +del, +dfn, +div, +dl, +dt, +em, +fieldset, +form, +h1, +h2, +h3, +h4, +h5, +h6, +html, +iframe, +img, +input, +ins, +kbd, +label, +legend, +li, +object, +ol, +p, +pre, +q, +s, +samp, +small, +span, +strike, +strong, +sub, +sup, +table, +tbody, +td, +tfoot, +th, +thead, +tr, +tt, +ul, +var { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-weight: inherit; + font-style: inherit; + font-family: inherit; + font-size: 100%; + vertical-align: baseline +} + +table { + border-collapse: separate; + border-spacing: 0; + vertical-align: middle +} + +caption, +td, +th { + text-align: left; + font-weight: 400; + vertical-align: middle +} + +ol, +ul { + list-style: none +} + +a img { + border: none +} + +button { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent +} + +.margin-reset { + margin-top: 0; + margin-bottom: 0 +} + +.margin-top-4 { + margin-top: 4px +} + +.margin-bottom-4 { + margin-bottom: 4px +} + +.margin-top-8 { + margin-top: 8px +} + +.margin-bottom-8 { + margin-bottom: 8px +} + +.margin-top-20 { + margin-top: 20px +} + +.margin-bottom-20 { + margin-bottom: 20px +} + +.margin-top-30 { + margin-top: 30px +} + +.margin-bottom-30 { + margin-bottom: 30px +} + +.margin-top-40 { + margin-top: 40px +} + +.margin-bottom-40 { + margin-bottom: 40px +} + +.margin-top-60 { + margin-top: 60px +} + +.margin-bottom-60 { + margin-bottom: 60px +} + +.margin-horizontal-40 { + margin-left: 40px; + margin-right: 40px +} + +.margin-top-80 { + margin-top: 80px +} + +.margin-bottom-80 { + margin-bottom: 80px +} + +.margin-top-100 { + margin-top: 100px +} + +.margin-bottom-100 { + margin-bottom: 100px +} + +.margin-top-200 { + margin-top: 200px +} + +@media screen and (max-width:848px) { + .margin-top-200 { + margin-top: 50px + } +} + +.margin-bottom-200 { + margin-bottom: 200px +} + +@media screen and (max-width:848px) { + .margin-bottom-200 { + margin-bottom: 50px + } +} + +html { + overflow-scrolling: touch; + height: 100% +} + +body { + min-width: 1000px; +} + +#app-mount { + height: 100% +} + +.content { + width: 1000px; + position: relative; + margin: 0 auto +} + +.section { + overflow: hidden +} + +.grid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.grid .content { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 72px 50px 0; + max-width: 1200px +} + +.grid .content.full { + width: 100%; + max-width: 100%; + padding: 0 +} + +.grid .content-text { + max-width: 660px +} + +@media screen and (max-width:848px) { + .grid .content { + max-width: 740px; + width: calc(100% - 30px) + } +} + +@media screen and (max-width:1024px) { + body, + html { + min-width: 824px + } + .content { + width: 824px + } +} + +@media screen and (max-width:848px) { + body, + html { + min-width: 320px + } + .content { + width: 320px + } +} + +body { + background: #fff; + color: #000 +} + +a { + text-decoration: none +} + +body { + text-rendering: optimizeLegibility; + font-family: 'Rubik', sans-serif; + font-weight: 400; + line-height: 1.15 +} + +section .button { + background-color: #747f8d; + border-radius: 3px; + border: none; + outline: none; + font-size: 15px; + padding: 15px 25px; + position: relative; + -webkit-transition: all .12s ease-out; + transition: all .12s ease-out; + top: 0; + cursor: pointer; + color: #fff +} + +section .button.disabled { + cursor: not-allowed +} + +section .button.disabled:hover { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button:hover { + top: -1px; + -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .4); + box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .4) +} + +section .button:active { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button.success { + background-color: #43b581 +} + +section .button.warning { + background-color: #faa61a +} + +section .button.error { + background-color: #f04747 +} + +section .button.brand { + background-color: #7289da +} + +section .button.light { + background-color: #fff; + color: #7289da +} + +section .button.light:hover { + color: #677bc4 +} + +section .button.link { + border: none; + outline: none; + background: none; + font-size: inherit; + padding: 0; + font-weight: inherit; + cursor: pointer; + color: #00aff7 +} + +section .button.link:hover { + text-decoration: underline +} + +section .button.flat:hover, +section .button.link:hover { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button.flat:hover.brand { + background-color: #697ec4 +} + +section .button.flat-bordered { + border: 1px solid #7289da +} + +section .button.flat-bordered:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0 +} + +.checkbox { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.checkbox.disabled { + opacity: .3; + pointer-events: none +} + +.checkbox .checkbox-inner { + width: 18px; + height: 18px; + position: relative; + vertical-align: top; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.checkbox .checkbox-inner:after, +.checkbox .checkbox-inner:before { + content: "" +} + +.checkbox .checkbox-inner span { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 2px solid #cdcdcd; + -webkit-transition: .24s; + transition: .24s; + border-radius: 2px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.checkbox .checkbox-inner+span { + margin-left: 8px +} + +.checkbox .checkbox-inner input[type=checkbox] { + display: none +} + +.checkbox .checkbox-inner input[type=checkbox]:checked+span { + background-color: #7289da; + border-color: #7289da +} + +.checkbox .checkbox-inner input[type=checkbox]:checked+span:after { + content: ""; + position: absolute; + top: 0; + left: 4px; + display: table; + width: 4px; + height: 10px; + border-color: #fff; + border-style: solid; + border-width: 0 2px 2px 0; + -webkit-transform: rotate(45deg); + transform: rotate(45deg) +} + +.checkbox .checkbox-inner input[type=checkbox]:disabled+span { + border-color: #cdcdcd; + background-color: #f3f3f3; + cursor: not-allowed +} + +.checkbox .checkbox-inner input[type=checkbox]:checked:disabled+span { + background-color: #c9d2f0; + border-color: #c9d2f0 +} + +.checkbox .checkbox-inner.alt input[type=checkbox]+span { + background: #fff; + border-color: #fff +} + +.checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after { + border-color: #7289da +} + +.theme-dark .checkbox .checkbox-inner span { + border-color: hsla(0, 0%, 100%, .2) +} + +.form { + width: 100%; + max-width: 1100px +} + +.form .row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center +} + +.form .form-inputWrapper { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 200px; + flex-basis: 200px; + margin: 10px; + position: relative +} + +.form .form-inputWrapper .Input { + color: #36393e; + background: #f3f3f3; + width: 100%; + border-radius: 7px; + font-size: 18px; + font-weight: 500; + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: solid transparent; + border-width: 1px 1px 3px +} + +.form .form-inputWrapper .Input:focus { + border-color: #7289da +} + +.form .form-inputWrapper .Input.hasError { + border-color: #f04747 +} + +.form .form-inputWrapper .Input.isValid { + border-color: #43b581 +} + +.form .form-inputWrapper .isRequired { + position: absolute; + top: 20px; + left: -13px; + color: #f04747 +} + +.form .form-inputWrapper .isRequired.label { + top: 4px +} + +.form .form-inputWrapper .error { + color: #f04747 +} + +.form .form-inputWrapper .error a { + color: #00aff7 +} + +.form .form-inputWrapper .error a:hover { + color: #009ede +} + +.form .form-label { + font-size: 18px; + color: #7289da; + line-height: 21px; + font-weight: 500; + text-align: left; + margin: 25px 0 5px 10px; + width: 100%; + position: relative +} + +.form .form-label a { + color: #00aff7; + cursor: pointer +} + +.form .form-label a:hover { + color: #009ede +} + +.form .TextInput { + height: 54px; + padding: 10px 20px +} + +.form .TextInput.prefixed { + padding-left: 0; + border-radius: 0 7px 7px 0 +} + +.form .TextInput.prefixed:focus { + border-left: 0 solid #7289da +} + +.form .TextInput.prefixed.hasError { + border-left: 0 solid #f04747 +} + +.form .TextInput.prefixed.isValid { + border-left: 0 solid #43b581 +} + +.form .form-input-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.form .text-input-prefix { + border-color: transparent; + border-style: solid; + border-width: 1px 0 3px 1px; + padding-left: 20px; + height: 54px; + line-height: 52px; + background-color: #f3f3f3; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #8a8e94; + border-radius: 7px 0 0 7px; + font-size: 18px +} + +.form .text-input-prefix.focus { + border-color: #7289da +} + +.form .text-input-prefix.hasError { + border-color: #f04747 +} + +.form .text-input-prefix.isValid { + border-color: #43b581 +} + +.form .TextArea { + min-height: 85px; + resize: none; + font-weight: 400; + padding: 10px 20px +} + +.form .Checkbox-wrapper { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + justifycontent: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + max-width: 130px +} + +.form .Checkbox-input { + display: none +} + +.form .Checkbox-box { + display: inline-block; + width: 40px; + height: 40px; + border-radius: 4px; + margin-right: 12px; + background-size: 80px 40px +} + +.form .Checkbox-input:checked+.Checkbox-box { + background-position: 40px 0 +} + +.form .Radio-wrapper { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + justifycontent: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + max-width: 130px +} + +.form .Radio-input { + display: none +} + +.form .Radio-box { + display: inline-block; + width: 40px; + height: 40px; + border-radius: 4px; + margin-right: 12px; + background-size: 80px 40px +} + +.form :gobla(.Radio-input):checked+.Radio-box { + background-position: 40px 0 +} + +.form .SingleSelect { + width: 100% +} + +.form .SingleSelect .Select-control { + height: 54px; + color: #36393e; + background: #f3f3f3; + width: 100%; + border: 0; + border-radius: 7px; + font-size: 18px; + font-weight: 500; + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.form .SingleSelect .Select-placeholder { + color: #afafaf; + padding: 10px 20px +} + +.form .SingleSelect.has-value .Select-placeholder { + color: #36393e +} + +.form .SingleSelect .Select-input { + padding: 8px 18px +} + +.form .SingleSelect.is-focused .Select-control { + border: solid #7289da; + border-width: 1px 1px 3px +} + +.form .SingleSelect.is-open .Select-control { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0 +} + +.form .SingleSelect.is-disabled .Select-placeholder { + color: #afafaf +} + +.form .SingleSelect .Select-option { + color: #36393e +} + +.form .SingleSelect .Select-option.is-focused { + background: #f7f7f7; + color: #36393e +} + +.form .SingleSelect * { + font-family: 'Rubik', sans-serif; +} + +.form .submit-btn { + position: relative; + width: 394px; + height: 64px; + margin-top: 30px; + border-radius: 60px; + border: 2px solid #ebebeb; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 4px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: pointer +} + +.form .submit-btn.Error { + cursor: not-allowed +} + +.form .submit-btn.Error .submit-btn-fill { + background: #8a8e94 +} + +.form .submit-btn-fill { + width: 100%; + height: 100%; + border-radius: 60px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background: #30c6a3; + -webkit-transition: all .2s linear; + transition: all .2s linear +} + +.form .submit-btn-text { + color: #fff; + font-size: 18px; + font-weight: 400 +} + +.form .multi-text-input .SingleSelect { + margin-bottom: 10px +} + +.form .multi-text-input .SingleSelect.is-focused .Select-control { + border: 1px solid #cdcdcd; + border-bottom: none +} + +.form .multi-text-input .SingleSelect.is-focused .Select-menu-outer { + border: 1px solid #cdcdcd; + border-top: none +} + +.form .multi-text-input .form-label { + display: block +} + +.form .multi-text-input .multi-text-input-value { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.form .multi-text-input .multi-text-input-value .text-input { + margin-left: 40px +} + +.form .multi-text-input .multi-text-input-value .remove-btn { + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + color: #f04747 +} + +.forms-form { + width: 100%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.forms-form, +.forms-form .row { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.forms-form .row { + margin: 8px 0 +} + +.forms-form .row>* { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin-left: 8px; + margin-right: 8px +} + +.forms-form>:not(.row) { + margin: 8px 4px +} + +.forms-form .forms-required-label-wrapper { + padding-left: 4px; + margin-bottom: 4px +} + +.forms-form .forms-error, +.forms-form .forms-required-label-wrapper .forms-required-star { + color: #f04747 +} + +.forms-form input, +.forms-form textarea { + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + font-size: 16px; + color: #36393e +} + +.forms-form input::-webkit-input-placeholder, +.forms-form textarea::-webkit-input-placeholder { + color: #dadddf +} + +.forms-form input::-moz-placeholder, +.forms-form textarea::-moz-placeholder { + color: #dadddf +} + +.forms-form input:-ms-input-placeholder, +.forms-form textarea:-ms-input-placeholder { + color: #dadddf +} + +.forms-form input::placeholder, +.forms-form textarea::placeholder { + color: #dadddf +} + +.forms-form .forms-submit-button { + margin-top: 16px; + text-align: center; + -ms-flex-item-align: center; + align-self: center; + color: #fff; + width: 300px; + cursor: pointer +} + +.forms-form .forms-submit-button.forms-cannot-submit { + background-color: #747f8d; + cursor: not-allowed +} + +.forms-form .forms-submit-button.forms-submitting { + cursor: not-allowed +} + +.forms-form .forms-submit-button .loader { + margin: 0 auto; + top: -1.25em +} + +.forms-form .forms-text-area-input, +.forms-form .forms-text-input-input { + border: none; + border-bottom: 2px solid #f0f0f0; + margin-bottom: 4px; + outline: none; + -webkit-transition: border-bottom .2s ease; + transition: border-bottom .2s ease; + -webkit-appearance: none; + border-radius: 0 +} + +.forms-form .forms-text-area-input:focus, +.forms-form .forms-text-input-input:focus { + border-bottom: 2px solid #7289da +} + +.forms-form a { + color: #00aff7 +} + +.forms-form a:hover { + color: #009ede +} + +@media screen and (max-width:848px) { + .hypesquad-form .form-inputWrapper { + margin: 4 + } + .hypesquad-form .form-inputWrapper .Input { + font-size: 16px; + border-radius: 3 + } + .hypesquad-form .form-inputWrapper .isRequired { + top: 11px; + left: -10px + } + .hypesquad-form .form-inputWrapper .TextInput { + height: 34px + } + .hypesquad-form .form-inputWrapper .TextArea { + padding: 10px + } + .hypesquad-form .form-inputWrapper .SingleSelect .Select-control { + height: 34px + } + .hypesquad-form .form-inputWrapper .SingleSelect .Select-input, + .hypesquad-form .form-inputWrapper .SingleSelect .Select-placeholder { + padding: 2px 10px + } + .hypesquad-form .SubmitBtn { + height: 55px; + width: 325px + } +} + +:root { + --brand-primary: #febe10; + --brand-hover: #ffdc69; + --brand-gradient: linear-gradient(90deg, #8ea1e1, #7289da); + --greyple: #99aab5; + --dark-not-black: #2c2f33; + --focus-border: #00b0f4; + --status-green: #43b581; + --text-link: #00b0f4; + --off-white: #f6f6f6; + --white: #fff; + --not-quite-black: #23272a; + --not-quite-black-rgb: 35, 39, 42; + --black: #000; + --ekko-red: #de2761; + --page-max-width: 1260px; + --num-grid-columns: 4; + --page-gutter: 24px; + --section-spacing: 56px; +} + +@media screen and (min-width:768px) { + :root { + --num-grid-columns: 8; + --page-gutter: 40px; + --section-spacing: 80px + } +} + +@media screen and (min-width:1024px) { + :root { + --num-grid-columns: 12; + --section-spacing: 120px + } +} + +.Select { + position: relative +} + +.Select, +.Select div, +.Select input, +.Select span { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.Select.is-disabled>.Select-control { + background-color: #f9f9f9 +} + +.Select.is-disabled>.Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.Select.is-disabled .Select-arrow-zone { + cursor: default; + pointer-events: none; + opacity: .35 +} + +.Select-control { + background-color: #fff; + border-radius: 4px; + border: 1px solid #ccc; + color: #333; + cursor: default; + display: table; + border-spacing: 0; + border-collapse: separate; + height: 36px; + outline: none; + overflow: hidden; + position: relative; + width: 100% +} + +.Select-control:hover { + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06) +} + +.Select-control .Select-input:focus { + outline: none +} + +.is-searchable.is-open>.Select-control { + cursor: text +} + +.is-open>.Select-control { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + background: #fff; + border-color: #b3b3b3 #ccc #d9d9d9 +} + +.is-open>.Select-control .Select-arrow { + top: -2px; + border-color: transparent transparent #999; + border-width: 0 5px 5px +} + +.is-searchable.is-focused:not(.is-open)>.Select-control { + cursor: text +} + +.is-focused:not(.is-open)>.Select-control { + border-color: #007eff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1) +} + +.Select--single>.Select-control .Select-value, +.Select-placeholder { + bottom: 0; + color: #aaa; + left: 0; + line-height: 34px; + padding-left: 10px; + padding-right: 10px; + position: absolute; + right: 0; + top: 0; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.has-value.is-clearable.Select--single>.Select-control .Select-value { + padding-right: 42px +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label, +.has-value.Select--single>.Select-control .Select-value .Select-value-label { + color: #333 +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label { + cursor: pointer; + text-decoration: none +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover { + color: #007eff; + outline: none; + text-decoration: underline +} + +.Select-input { + height: 34px; + padding-left: 10px; + padding-right: 10px; + vertical-align: middle +} + +.Select-input>input { + width: 100%; + background: none transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + cursor: default; + display: inline-block; + font-family: inherit; + font-size: inherit; + margin: 0; + outline: none; + line-height: 14px; + padding: 8px 0 12px; + -webkit-appearance: none +} + +.is-focused .Select-input>input { + cursor: text +} + +.has-value.is-pseudo-focused .Select-input { + opacity: 0 +} + +.Select-control:not(.is-searchable)>.Select-input { + outline: none +} + +.Select-loading-zone { + cursor: pointer; + display: table-cell; + text-align: center +} + +.Select-loading, +.Select-loading-zone { + position: relative; + vertical-align: middle; + width: 16px +} + +.Select-loading { + -webkit-animation: Select-animation-spin .4s linear infinite; + animation: Select-animation-spin .4s linear infinite; + height: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 50%; + border: 2px solid #ccc; + border-right-color: #333; + display: inline-block +} + +.Select-clear-zone { + -webkit-animation: Select-animation-fadeIn .2s; + animation: Select-animation-fadeIn .2s; + color: #999; + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 17px +} + +.Select-clear-zone:hover { + color: #d0021b +} + +.Select-clear { + display: inline-block; + font-size: 18px; + line-height: 1 +} + +.Select--multi .Select-clear-zone { + width: 17px +} + +.Select-arrow-zone { + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 25px; + padding-right: 5px +} + +.Select-arrow { + border-color: #999 transparent transparent; + border-style: solid; + border-width: 5px 5px 2.5px; + display: inline-block; + height: 0; + width: 0; + position: relative +} + +.is-open .Select-arrow, +.Select-arrow-zone:hover>.Select-arrow { + border-top-color: #666 +} + +.Select--multi .Select-multi-value-wrapper { + display: inline-block +} + +.Select .Select-aria-only { + display: inline-block; + height: 1px; + width: 1px; + margin: -1px; + clip: rect(0, 0, 0, 0); + overflow: hidden; + float: left +} + +@-webkit-keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.Select-menu-outer { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + background-color: #fff; + border: 1px solid #ccc; + border-top-color: #e6e6e6; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: -1px; + max-height: 200px; + position: absolute; + top: 100%; + width: 100%; + z-index: 1; + -webkit-overflow-scrolling: touch +} + +.Select-menu { + max-height: 198px; + overflow-y: auto +} + +.Select-option { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: #fff; + color: #666; + cursor: pointer; + display: block; + padding: 8px 10px +} + +.Select-option:last-child { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px +} + +.Select-option.is-selected { + background-color: #f5faff; + background-color: rgba(0, 126, 255, .04); + color: #333 +} + +.Select-option.is-focused { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + color: #333 +} + +.Select-option.is-disabled { + color: #ccc; + cursor: default +} + +.Select-noresults { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #999; + cursor: default; + display: block; + padding: 8px 10px +} + +.Select--multi .Select-input { + vertical-align: middle; + margin-left: 10px; + padding: 0 +} + +.Select--multi.has-value .Select-input { + margin-left: 5px +} + +.Select--multi .Select-value { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + border-radius: 2px; + border: 1px solid #c2e0ff; + border: 1px solid rgba(0, 126, 255, .24); + color: #007eff; + display: inline-block; + font-size: .9em; + line-height: 1.4; + margin-left: 5px; + margin-top: 5px; + vertical-align: top +} + +.Select--multi .Select-value-icon, +.Select--multi .Select-value-label { + display: inline-block; + vertical-align: middle +} + +.Select--multi .Select-value-label { + border-bottom-right-radius: 2px; + border-top-right-radius: 2px; + cursor: default; + padding: 2px 5px +} + +.Select--multi a.Select-value-label { + color: #007eff; + cursor: pointer; + text-decoration: none +} + +.Select--multi a.Select-value-label:hover { + text-decoration: underline +} + +.Select--multi .Select-value-icon { + cursor: pointer; + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; + border-right: 1px solid #c2e0ff; + border-right: 1px solid rgba(0, 126, 255, .24); + padding: 1px 5px 3px +} + +.Select--multi .Select-value-icon:focus, +.Select--multi .Select-value-icon:hover { + background-color: #d8eafd; + background-color: rgba(0, 113, 230, .08); + color: #0071e6 +} + +.Select--multi .Select-value-icon:active { + background-color: #c2e0ff; + background-color: rgba(0, 126, 255, .24) +} + +.Select--multi.is-disabled .Select-value { + background-color: #fcfcfc; + border: 1px solid #e3e3e3; + color: #333 +} + +.Select--multi.is-disabled .Select-value-icon { + cursor: not-allowed; + border-right: 1px solid #e3e3e3 +} + +.Select--multi.is-disabled .Select-value-icon:active, +.Select--multi.is-disabled .Select-value-icon:focus, +.Select--multi.is-disabled .Select-value-icon:hover { + background-color: #fcfcfc +} + +@keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn) + } +} + +.wave-1hkxOo { + display: block +} + +.wavePath-haxJK1 { + -webkit-animation: waveDividerAnimation-2m2aau 20s linear infinite alternate; + animation: waveDividerAnimation-2m2aau 20s linear infinite alternate +} + +.animationPaused-2hZ4IO { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +@-webkit-keyframes waveDividerAnimation-2m2aau { + 0% { + d: path("M826.337463,25.5396311 C670.970254,58.655965 603.696181,68.7870267 447.802481,35.1443383 C293.342778,1.81111414 137.33377,1.81111414 0,1.81111414 L0,150 L1920,150 L1920,1.81111414 C1739.53523,-16.6853983 1679.86404,73.1607868 1389.7826,37.4859505 C1099.70117,1.81111414 981.704672,-7.57670281 826.337463,25.5396311 Z") + } + 50% { + d: path("M655.558582,28.4898877 C500.191373,61.6062216 422.833785,83.5422763 266.940085,49.8995879 C112.480383,16.5663637 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,49.8995879 C1580.91676,-34.8808285 1438.10804,73.6768193 1148.0266,38.0019829 C857.945166,2.32714659 810.925791,-4.62644617 655.558582,28.4898877 Z") + } + to { + d: path("M842.322034,38.0019829 C686.954825,71.1183168 623.386282,53.08497 467.492582,19.4422816 C313.032879,-13.8909426 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,76.8685643 C1512.23604,-35.3595639 1568.70222,67.4289432 1278.62078,31.7541069 C988.539347,-3.92072949 997.689243,4.88564905 842.322034,38.0019829 Z") + } +} + +@keyframes waveDividerAnimation-2m2aau { + 0% { + d: path("M826.337463,25.5396311 C670.970254,58.655965 603.696181,68.7870267 447.802481,35.1443383 C293.342778,1.81111414 137.33377,1.81111414 0,1.81111414 L0,150 L1920,150 L1920,1.81111414 C1739.53523,-16.6853983 1679.86404,73.1607868 1389.7826,37.4859505 C1099.70117,1.81111414 981.704672,-7.57670281 826.337463,25.5396311 Z") + } + 50% { + d: path("M655.558582,28.4898877 C500.191373,61.6062216 422.833785,83.5422763 266.940085,49.8995879 C112.480383,16.5663637 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,49.8995879 C1580.91676,-34.8808285 1438.10804,73.6768193 1148.0266,38.0019829 C857.945166,2.32714659 810.925791,-4.62644617 655.558582,28.4898877 Z") + } + to { + d: path("M842.322034,38.0019829 C686.954825,71.1183168 623.386282,53.08497 467.492582,19.4422816 C313.032879,-13.8909426 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,76.8685643 C1512.23604,-35.3595639 1568.70222,67.4289432 1278.62078,31.7541069 C988.539347,-3.92072949 997.689243,4.88564905 842.322034,38.0019829 Z") + } +} + +.grid-3Ykf_K { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.row-3wW-Fx { + width: 100%; + max-width: 1260px; + max-width: var(--page-max-width); + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(var(--num-grid-columns), 1fr); + gap: 0 20px; + padding: 0 24px; + padding: 0 var(--page-gutter) +} + +.fullRow-2MnOjL { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.button-195cDm { + border-radius: 50%; + line-height: 24px; + cursor: pointer; + font-weight: 500; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition-property: background-color, color, -webkit-box-shadow; + transition-property: background-color, color, -webkit-box-shadow; + transition-property: background-color, color, box-shadow; + transition-property: background-color, color, box-shadow, -webkit-box-shadow; + -webkit-transition-duration: .2s; + transition-duration: .2s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out +} + +.button-195cDm:hover { + -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2); + box-shadow: 0 8px 15px rgba(0, 0, 0, .2) +} + +.keyboardMode .button-195cDm:focus { + -webkit-transition-property: background-color, color; + transition-property: background-color, color; + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.buttonBrand-33cvhX { + background-color: var(--brand-primary); + color: #fff; + color: var(--white) +} + +.buttonBrand-33cvhX:hover { + background-color: #8ea1e1 +} + +.buttonWhite-18r1SC { + background-color: #fff; + background-color: var(--white); + color: #23272a; + color: var(--not-quite-black) +} + +.buttonWhite-18r1SC:hover { + color: #7289da; + color: var(--brand) +} + +.buttonDark-1kG4vN { + background-color: #23272a; + background-color: var(--not-quite-black); + color: #fff; + color: var(--white) +} + +.buttonDark-1kG4vN:hover { + background-color: #36393f +} + +.buttonLarge-2j8B-n { + border-radius: 28px; + font-size: 20px; + padding: 16px 32px +} + +.buttonSmall-2bnF7I { + border-radius: 40px; + font-size: 14px; + padding: 7px 16px +} + +.buttonSmallNested-3U4J2z { + font-size: 20px; + padding: 0 8px +} + +:root { + --page-max-width: 1260px; + --num-grid-columns: 4; + --page-gutter: 24px; + --section-spacing: 56px +} + +@media screen and (min-width:768px) { + :root { + --num-grid-columns: 8; + --page-gutter: 40px; + --section-spacing: 80px + } +} + +@media screen and (min-width:1024px) { + :root { + --num-grid-columns: 12; + --section-spacing: 120px + } +} + +.h1-1JG5Bw { + font-size: 48px +} + +.h1-1JG5Bw, +.h2-25VyWe { + font-weight: 700; + line-height: 120% +} + +.h2-25VyWe, +.h3-2SAStx { + font-size: 40px +} + +.h3-2SAStx { + font-weight: 500 +} + +.h3-2SAStx, +.h4-1gN70b { + line-height: 120% +} + +.h4-1gN70b { + font-weight: 600; + font-size: 32px +} + +.h5-2BAJXL { + font-weight: 700; + font-size: 24px; + line-height: 120% +} + +@media screen and (min-width:768px) { + .h1-1JG5Bw { + font-size: 56px + } + .h2-25VyWe { + font-size: 48px + } +} + +.link-1bIkeG { + cursor: pointer +} + +.link-1bIkeG:hover { + text-decoration: underline +} + +.keyboardMode .link-1bIkeG:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.linkDefault-1Ca2JP { + color: #00b0f4; + color: var(--text-link) +} + +.text-3U-SDd a { + color: #00b0f4; + color: var(--text-link) +} + +.text-3U-SDd a:hover { + text-decoration: underline +} + +.keyboardMode .text-3U-SDd a:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.text-3U-SDd strong { + font-weight: 700 +} + +.textLarge-2G66er { + font-size: 24px; + line-height: 140% +} + +.textMedium-1DcD2z { + font-size: 20px; + line-height: 32px +} + +.textSmall-2bq_Bu { + font-size: 16px; + line-height: 24px +} + +.textExtraSmall-JZhbhQ { + font-size: 14px; + line-height: 18px +} + +.textLabel-37q9i_ { + font-size: 14px; + line-height: 120%; + letter-spacing: 3px; + text-transform: uppercase +} + +.dropdown-2LV9x6 { + position: absolute; + background-color: #fff; + background-color: var(--white); + border-radius: 8px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + overflow: hidden +} + +.orientationBottom-1ttMZd { + top: 100%; + margin-top: 8px +} + +.orientationTop-2UIBBb { + bottom: 100%; + margin-bottom: 8px +} + +.container-3lBl7m { + position: relative +} + +.dropdown-ykCC0L { + text-align: left; + padding: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100% +} + +.dropdownText-itvqbn { + padding: 4px 8px +} + +.dropdownLink-3UZw53 { + color: #23272a; + color: var(--not-quite-black) +} + +.dropdownLink-3UZw53:hover { + color: #7289da; + color: var(--brand-primary); + text-decoration: underline +} + +.focused-zcl1EW { + background-color: rgba(79, 84, 92, .16); + border-radius: 4px +} + +.icon-nuGd5b { + margin-right: 8px +} + +.container-39M5NE { + position: relative +} + +.selectorContainer-1V6WCy { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer +} + +.keyboardMode .selectorContainer-1V6WCy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.flag-1DqYaK { + width: 24px; + height: 16px; + margin-right: 8px +} + +.localeContainer-3-LqgX { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.selectorlanguageName-2UyByn { + color: #fff; + color: var(--white) +} + +.dropdownContainer-1cP_uR { + z-index: 10 +} + +.dropdown-1rPRGV { + max-height: 320px; + min-width: 150px; + overflow-x: hidden; + overflow-y: auto; + overscroll-behavior: contain +} + +.dropdownItem-3ZySJD { + padding: 8px +} + +.dropdownClickable-2phlcr { + cursor: pointer +} + +.focused-3fbCs4 { + background-color: rgba(79, 84, 92, .16); + border-radius: 4px +} + +.dropdownLanguageName-yrEdC1 { + color: #23272a; + color: var(--not-quite-black) +} + +.arrowIcon-3ZvdFr { + padding-left: 8px +} + +.footer-2JjWU3 { + padding-top: 80px; + padding-bottom: 64px; + color: #fff; + color: var(--white) +} + +.infoBox-2VU2Db { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + margin-bottom: 56px +} + +.spacer-1syQkv { + grid-column: 0; + display: none +} + +.routeSection-3thsqR { + grid-column: span 2; + margin-bottom: 40px +} + +@media screen and (min-width:768px) { + .infoBox-2VU2Db { + grid-column: span 3; + grid-row-end: span 2 + } + .spacer-1syQkv { + grid-column: span 1; + grid-row-end: span 2; + display: initial + } +} + +.language-22KUGc, +.social-3JNwIn { + margin-top: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.languageName-3wrO2R { + margin-left: 8px +} + +.socialIcon-32i0_n { + display: block +} + +.socialLink-31Zbhj { + color: inherit +} + +.socialLink-31Zbhj+.socialLink-31Zbhj { + margin-left: 24px +} + +.colHeader-2ikURV { + padding-top: 8px +} + +.navLink-2UfL05 { + color: inherit; + margin-top: 8px; + display: block +} + +.ctaSeparator-ARE9P3 { + width: 100%; + height: 1px; + margin-bottom: 32px +} + +.ctaContainer-1_2pP4 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.cta-3cmhBa { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.cta-3cmhBa, +.logoLink-2GlawA { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.logoLink-2GlawA { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-1qRccC { + color: #fff; + color: var(--white); + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.brand-2EpRQL.footer-2JjWU3 { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.brand-2EpRQL .colHeader-2ikURV, +.brand-2EpRQL .tagline-1MAOjD { + color: #7289da; + color: var(--brand) +} + +.brand-2EpRQL .ctaSeparator-ARE9P3, +.brandInverted-25Umzs.footer-2JjWU3 { + background-color: #7289da; + background-color: var(--brand) +} + +.brandInverted-25Umzs .colHeader-2ikURV, +.brandInverted-25Umzs .tagline-1MAOjD { + color: #23272a; + color: var(--not-quite-black) +} + +.brandInverted-25Umzs .ctaSeparator-ARE9P3 { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.backdrop-z4oXio { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, .3); + z-index: 9999 +} + +.backdropClosing-1WnBTL { + pointer-events: none +} + +.closeButton-dcQ2U_ { + position: absolute; + top: 24px; + right: 24px; + margin: -8px; + padding: 8px; + line-height: 0; + z-index: 10000; + pointer-events: auto; + cursor: pointer +} + +.keyboardMode .closeButton-dcQ2U_:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.closeIcon-2dbyjK { + width: 24px; + height: 24px; + color: #23272a; + color: var(--not-quite-black) +} + +.footer-OwBdOx { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 120px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(25%, #fff)); + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 25%); + border-bottom-left-radius: 8px; + z-index: 10000; + pointer-events: none +} + +.downloadButtonWrapper-1s568H { + padding: 24px; + pointer-events: auto +} + +.downloadButton-2K0nCP { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 14px +} + +.panel-1okTg9 { + position: fixed; + top: 0; + right: 0; + bottom: 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 330px; + z-index: 9999; + overflow: hidden +} + +.panelThemed-2Wsr1K { + background: #fff; + background: var(--white); + border-top-left-radius: 8px; + border-bottom-left-radius: 8px; + padding: 24px 48px 120px 24px; + overflow-y: scroll +} + +.panelTransparent-3sPNB3 { + pointer-events: none +} + +.panelTransparent-3sPNB3>* { + pointer-events: auto +} + +.panelClosing-11ESYY { + pointer-events: none +} + +.logoWrapper-ntgVv0 { + display: inline-block; + line-height: 0 +} + +.logo-1vogHc { + color: #23272a; + color: var(--not-quite-black) +} + +.spacer-1PCYsf { + width: 100%; + height: 1px; + background: #ebedef; + margin-top: 24px; + margin-bottom: 16px +} + +.link-3XMvoR { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 8px 16px; + color: #23272a; + color: var(--not-quite-black) +} + +.linkActive-LhgXW1 { + background: #f6f6f6; + background: var(--off-white); + color: #00b0f4; + color: var(--text-link); + border-radius: 8px +} + +.caret-28iQeh { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + margin-left: 4px +} + +.header-2AkUg9 { + height: 24px; + margin-bottom: 40px +} + +.backButton-2aTvEm { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: #23272a; + color: var(--not-quite-black); + cursor: pointer; + margin: -8px; + padding: 8px +} + +.keyboardMode .backButton-2aTvEm:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.backIcon-3EAZ01 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +.backText-2X_s-y { + font-size: 16px; + line-height: 20px +} + +.sectionName-2rqdev { + color: #000; + color: var(--black); + font-size: 20px; + line-height: 140%; + font-weight: 500 +} + +.list-1pxPz_ { + margin-top: 8px +} + +.articleLink-34FxMV { + display: block; + padding: 8px 16px; + margin-right: -16px; + color: #4f5660 +} + +.itemSelected-71-1uE { + background: #f6f6f6; + background: var(--off-white); + color: #00b0f4; + color: var(--text-link); + border-radius: 8px +} + +.groupSpacer-1E3B7K { + height: 1px; + width: 100%; + background: #ebedef; + margin-top: 16px; + margin-bottom: 24px +} + +.button-1x6X9g { + white-space: nowrap +} + +.header-Y5-yn4 { + z-index: 9998 +} + +.wrapper-vInhSw { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.nav-IGyg0q { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + height: 80px +} + +.logoLink-38lqtu, +.nav-IGyg0q { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.logoLink-38lqtu { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-3LF899 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.mobileButtonContainer-3I8xXw { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.mobileAppButton-2dMGaq { + margin-right: 16px +} + +.menuIcon-3UgAfy { + cursor: pointer; + line-height: 0 +} + +.keyboardMode .menuIcon-3UgAfy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.links-10hR8L { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; + font-size: 16px; + line-height: 140%; + font-weight: 600 +} + +.link-oDO0Ir { + margin: 10px; + padding: 10px +} + +.appButton-2wSXh- { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 124px; + text-align: end; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse; + flex-flow: row-reverse +} + +.wrapperDesktop-1VrZRb { + display: none +} + +.colorSchemeWhite-33VuSr .link-oDO0Ir, +.colorSchemeWhite-33VuSr .logo-3LF899, +.colorSchemeWhite-33VuSr .menuIcon-3UgAfy { + color: #fff; + color: var(--white) +} + +.colorSchemeNotQuiteBlack-19Jo0H .link-oDO0Ir, +.colorSchemeNotQuiteBlack-19Jo0H .logo-3LF899, +.colorSchemeNotQuiteBlack-19Jo0H .menuIcon-3UgAfy { + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:1024px) { + .wrapperMobile-3gWL2X { + display: none + } + .wrapperDesktop-1VrZRb { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.icon-26nifv { + display: block +} + +.title-8JtfdU { + font-weight: 600 +} + +.subtitle-1mjn7m, +.title-8JtfdU { + margin-top: 8px +} + +.outerContainer-2E-LK- { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.container-25dlWn { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.image-SpOgEp { + max-width: 100%; + margin-bottom: auto; + margin-left: auto; + margin-right: auto +} + +.contentContainer-1kTnzF, +.image-SpOgEp { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.contentContainer-1kTnzF { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px +} + +.subtitle-1WLCxH { + margin-top: 16px +} + +.featuresContainer-dqN_Qq { + margin-top: 48px; + display: grid; + grid-template-columns: repeat(1, 1fr); + gap: 32px 20px +} + +.featureTitle-3njzPj { + font-weight: 600 +} + +.featureSubtitle-9k6l4L, +.featureTitle-3njzPj { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .contentContainer-1kTnzF { + grid-column: 2/span 6 + } + .featuresContainer-dqN_Qq { + grid-template-columns: repeat(2, 1fr) + } +} + +@media screen and (min-width:1024px) { + .image-SpOgEp { + grid-column: span 5; + margin-top: 20px + } + .contentContainer-1kTnzF { + margin-top: 0; + grid-column: 6/span 6 + } +} + +.container-3sceg7 { + background-color: #23272a; + background-color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + color: #fff; + color: var(--white) +} + +.stepsContainer-2DrB8- { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.step1-2UKcD3 { + margin-top: 48px; + color: #7289da; + color: var(--brand) +} + +.stepText-2UjNsA { + margin-top: 8 +} + +.step2-2LG3rj { + margin-top: 32px; + color: #7289da; + color: var(--brand) +} + +.imageContainer-2VsYUJ { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.image-17HWOK { + max-width: 100%; + margin-left: auto; + margin-right: auto +} + +.nextContainer-15sxSm { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.divider-1yNRf1 { + width: 100%; + height: 1px; + background-color: #7289da; + background-color: var(--brand) +} + +.divider-1yNRf1, +.nextTitle-3MzX8t { + margin-top: 64px +} + +.nextSubtitle-1m0zhV { + margin-top: 32px +} + +@media screen and (min-width:1024px) { + .stepsContainer-2DrB8- { + grid-column: span 5 + } + .imageContainer-2VsYUJ { + margin-top: 10px; + grid-column: 7/span 6 + } +} + +.container-3CtyLz { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + color: #fff; + color: var(--white); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + overflow: hidden +} + +.contentContainer-N7m__q { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + position: relative +} + +.sparklesContainer-2APDjU { + position: absolute; + top: 0; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-3QBxnW { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.title-14yufv { + margin-top: 30px; + z-index: 1 +} + +.button-3BBs3s { + margin-top: 40px +} + +.interactable-Nz8-D6 { + cursor: pointer +} + +.keyboardMode .interactable-Nz8-D6:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.container-DsVUTU { + padding: 8px; + border-radius: 16px; + background-color: #f6f6f6; + background-color: var(--off-white); + overflow: hidden +} + +.questionContainer-DzD0FW { + min-height: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; + padding: 12px 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.question-2uW4ry { + margin-top: auto; + margin-bottom: auto; + font-weight: 600 +} + +.answer-1HNllr { + margin-right: 32px; + padding-left: 16px; + padding-right: 16px; + padding-bottom: 12px; + opacity: 0; + visibility: hidden; + -webkit-transition: opacity .2s ease-in-out, visibility 0s .2s; + transition: opacity .2s ease-in-out, visibility 0s .2s +} + +.open-1w9E3r .answer-1HNllr { + opacity: 1; + visibility: visible; + -webkit-transition: opacity .2s ease-in-out; + transition: opacity .2s ease-in-out +} + +@media (prefers-reduced-motion) { + .answer-1HNllr { + -webkit-transition: none; + transition: none + } +} + +.arrow-Z_O-CJ { + margin-left: auto; + margin-bottom: auto; + -ms-flex-negative: 0; + flex-shrink: 0; + color: #7289da; + color: var(--brand-primary); + -webkit-transition: -webkit-transform .2s ease-in-out; + transition: -webkit-transform .2s ease-in-out; + transition: transform .2s ease-in-out; + transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg) +} + +.open-1w9E3r .arrow-Z_O-CJ { + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +.container-tTcERd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2c3Ob6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.subtitle-ZRt6K8 { + margin-top: 16px +} + +.faq-2N0iDw { + margin-top: 40px; + row-gap: 16px +} + +.question-38_6ag { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +@media screen and (min-width:768px) { + .container-tTcERd { + padding-top: 40px + } +} + +@media screen and (min-width:1024px) { + .container-tTcERd { + padding-top: 80px + } +} + +@-webkit-keyframes scrollLeft-3Hw6uS { + to { + -webkit-transform: translateX(50%); + transform: translateX(50%) + } +} + +@keyframes scrollLeft-3Hw6uS { + to { + -webkit-transform: translateX(50%); + transform: translateX(50%) + } +} + +@-webkit-keyframes scrollRight-dfS69k { + to { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } +} + +@keyframes scrollRight-dfS69k { + to { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } +} + +.scrollLeft-3Hw6uS, +.scrollRight-dfS69k { + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite +} + +.scrollLeft-3Hw6uS { + float: right; + -webkit-animation-name: scrollLeft-3Hw6uS; + animation-name: scrollLeft-3Hw6uS +} + +.scrollRight-dfS69k { + float: left; + -webkit-animation-name: scrollRight-dfS69k; + animation-name: scrollRight-dfS69k +} + +.rowWrapper-NYuf4M { + margin: auto; + position: relative; + overflow: hidden +} + +.rowScroller-NQYTIz { + white-space: nowrap +} + +.paused-3mGrZ4 { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.container-3WKP9P { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 343px; + margin-left: 10px; + margin-right: 10px; + padding: 16px; + border-radius: 12px; + background: #fff; + background: var(--white); + -webkit-box-sizing: border-box; + box-sizing: border-box; + text-align: initial +} + +.icon-1lW2Ee { + width: 40px; + height: 40px; + margin-right: 16px; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.textContainer-mTPAIw { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.name-3T7FKQ { + font-size: 16px; + line-height: 20px; + font-weight: 600; + color: #23272a; + color: var(--not-quite-black) +} + +.category-1AFH8P { + font-size: 14px; + line-height: 18px; + color: #99aab5; + color: var(--greyple) +} + +.secondRow-1oCkgO { + margin-top: 20px +} + +.container-2jAMrA, +.wrapper-1b1-5U { + background-color: #7289da; + background-color: var(--brand) +} + +.wrapper-1b1-5U { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + border-radius: 16px; + text-align: center; + width: 100% +} + +.contentContainer-5CQ--2 { + color: #fff; + color: var(--white); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.title-1XXsyi { + margin-top: 56px +} + +.subtitle-Mz5JmQ { + margin-top: 16px; + margin-bottom: 48px +} + +.cardRow-28EgCe { + width: 100%; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 40px 20px +} + +.cardContainer-3UvYI2 { + grid-column: span 2 +} + +.cardImage-3rpoSD { + display: block; + width: 100% +} + +.cardTitle-3BDcRP { + font-weight: 600; + margin-top: 20px +} + +.guildContainer-2obpCS { + margin-top: 40px; + margin-bottom: 56px; + margin-bottom: var(--section-spacing); + margin-left: -24px; + margin-left: calc(var(--page-gutter)*-1); + margin-right: -24px; + margin-right: calc(var(--page-gutter)*-1) +} + +@media screen and (min-width:768px) { + .container-2jAMrA { + background-color: #fff; + background-color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing) + } + .contentContainer-5CQ--2 { + margin-left: 40px; + margin-right: 40px + } + .cardRow-28EgCe { + max-width: 680px; + grid-template-columns: repeat(4, 1fr) + } + .lastCard-L4dxLy { + grid-column: 2/span 2 + } + .guildContainer-2obpCS { + margin-bottom: 40px; + margin-left: 0; + margin-right: 0 + } +} + +@media screen and (min-width:1024px) { + .container-2jAMrA { + background-color: #fff; + background-color: var(--white) + } + .contentContainer-5CQ--2 { + margin-left: 48px; + margin-right: 48px + } + .cardRow-28EgCe { + max-width: none; + grid-template-columns: repeat(6, 1fr) + } + .lastCard-L4dxLy { + grid-column: span 2 + } + .guildContainer-2obpCS { + margin-top: 48px; + margin-bottom: 48px + } +} + +.container-2zeI6g { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + position: relative; + overflow: hidden +} + +.contentContainer-2DHnXw { + margin-bottom: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.label-GW9Scd { + color: #7289da; + color: var(--brand) +} + +.title-2XkIaU { + margin-top: 16px +} + +.subtitle-2jDD9c, +.title-2XkIaU { + color: #fff; + color: var(--white) +} + +.cta-2dZ6BM, +.subtitle-2jDD9c { + margin-top: 40px +} + +.cta-2dZ6BM { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.outerImageContainer-11LZM6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: auto; + margin-bottom: auto +} + +.imageContainer-1e9ZHd { + overflow-y: hidden; + margin: -20px -20px 0; + padding: 20px 20px 0 +} + +.innerImageContainer-2XokKp { + position: relative +} + +.clouds-1i3tcG, +.ship-39gEUF, +.wave-Uip1p_ { + display: block; + left: 0; + right: 0; + width: 100% +} + +.clouds-1i3tcG { + top: 0; + -webkit-animation: floaty-2LMk9X 10s ease-in-out infinite alternate; + animation: floaty-2LMk9X 10s ease-in-out infinite alternate +} + +.clouds-1i3tcG, +.wave-Uip1p_ { + position: absolute +} + +.wave-Uip1p_ { + bottom: 0 +} + +.ship-39gEUF { + -webkit-animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + margin-bottom: -1px +} + +@media (prefers-reduced-motion:reduce) { + .ship-39gEUF { + -webkit-animation: none; + animation: none + } +} + +.sleepyContainer-1mjVQ0 { + position: absolute; + bottom: 28px; + bottom: calc(var(--section-spacing)/2); + -webkit-animation: shift-right-2E0UgF 120s linear 60s forwards; + animation: shift-right-2E0UgF 120s linear 60s forwards; + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)); + overflow: hidden; + padding: 10px 10px 0 +} + +.sleepy-27ng5c { + -webkit-animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + display: block +} + +.paused-2RGli1 { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +@media screen and (min-width:1024px) { + .contentContainer-2DHnXw { + margin-bottom: 0; + grid-column: span 5 + } + .outerImageContainer-11LZM6 { + grid-column: 6/span 7 + } +} + +@-webkit-keyframes wobble-3E82nJ { + 0% { + -webkit-transform: rotate(-2deg); + transform: rotate(-2deg) + } + to { + -webkit-transform: rotate(2deg); + transform: rotate(2deg) + } +} + +@keyframes wobble-3E82nJ { + 0% { + -webkit-transform: rotate(-2deg); + transform: rotate(-2deg) + } + to { + -webkit-transform: rotate(2deg); + transform: rotate(2deg) + } +} + +@-webkit-keyframes floaty-2LMk9X { + 0% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px) + } + to { + -webkit-transform: translateX(10px); + transform: translateX(10px) + } +} + +@keyframes floaty-2LMk9X { + 0% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px) + } + to { + -webkit-transform: translateX(10px); + transform: translateX(10px) + } +} + +@-webkit-keyframes shift-right-2E0UgF { + 0% { + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)) + } + to { + -webkit-transform: translateX(calc(50vw + 100%)); + transform: translateX(calc(50vw + 100%)) + } +} + +@keyframes shift-right-2E0UgF { + 0% { + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)) + } + to { + -webkit-transform: translateX(calc(50vw + 100%)); + transform: translateX(calc(50vw + 100%)) + } +} + +.header-3uXfgM { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.wave-1kWYo9 { + color: #23272a; + color: var(--not-quite-black) +} + +.footer-tD378F { + position: relative +} + +.section-hypesquad-about { + background: url(/assets/8a6fb04a7de46f908adbb18c2b4b776b.svg), #fff url(/assets/008e2c37d3b89c444d451cd305fb3e14.svg) no-repeat bottom/contain; + padding: 100px 0 +} + +@media screen and (max-width:848px) { + .section-hypesquad-about { + padding: 50px 0 + } +} + +.section-hypesquad-about .about-duties { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: 0 auto; + max-width: 1180px +} + +.section-hypesquad-about .about-duties .about-duty { + background: #fff; + border-radius: 3px; + -webkit-box-shadow: 0 9px 20px 0 rgba(153, 170, 181, .1); + box-shadow: 0 9px 20px 0 rgba(153, 170, 181, .1); + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + -ms-flex-preferred-size: 345px; + flex-basis: 345px; + margin: 0 2% 50px; + max-width: 345px; + padding: 120px 20px 30px; + text-align: center; + -webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275) +} + +.section-hypesquad-about .about-duties .about-duty:hover { + -webkit-box-shadow: 0 12px 30px 0 rgba(153, 170, 181, .1); + box-shadow: 0 12px 30px 0 rgba(153, 170, 181, .1); + -webkit-transform: translateY(-10px); + transform: translateY(-10px) +} + +.section-hypesquad-about .about-duties .about-duty.become-hype { + background: #fff url(/assets/19654c38399b0e75c351d6fc960fe0ca.svg) no-repeat 50% 45px; + background-size: 92px 102px +} + +.section-hypesquad-about .about-duties .about-duty.receive-goods { + background: #fff url(/assets/84d4951c6eb1f90d3cc51c8a696cc1a0.png) no-repeat 50% 46px; + background-size: 98px 91px +} + +.section-hypesquad-about .about-duties .about-duty.spread-word { + background: #fff url(/assets/1fd30dc5922029b453afe4c78e10873b.svg) no-repeat 50% 52px; + background-size: 94px 86px +} + +.section-hypesquad-about .about-duties .about-duty h3 { + font-size: 18px; + font-weight: 700 +} + +.section-hypesquad-about .about-duties .about-duty p { + font-size: 20px; + line-height: 1.5 +} + +.section-hypesquad-about em { + font-style: italic +} + +@-webkit-keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } +} + +@keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } +} + +@-webkit-keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, + to { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } +} + +@keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, + to { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } +} + +@-webkit-keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } +} + +@keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } +} + +@-webkit-keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + 50% { + stroke-dasharray: 130, 200 + } + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } +} + +@keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + 50% { + stroke-dasharray: 130, 200 + } + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } +} + +.spinner-2enMB9 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.inner-1gJC7_ { + position: relative; + display: inline-block; + width: 32px; + height: 32px +} + +.wanderingCubesItem-WPXqao { + background-color: #7289da; + width: 10px; + height: 10px; + position: absolute; + top: 0; + left: 0; + -webkit-animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite; + animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite +} + +.wanderingCubesItem-WPXqao:last-child { + -webkit-animation-delay: -.9s; + animation-delay: -.9s +} + +.chasingDots-OdvUfk { + -webkit-animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite; + animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite +} + +.chasingDotsItem-2DVNUn { + width: 60%; + height: 60%; + display: inline-block; + position: absolute; + top: 0; + background-color: #7289da; + border-radius: 100%; + -webkit-animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite; + animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite +} + +.chasingDotsItem-2DVNUn:last-child { + top: auto; + bottom: 0; + -webkit-animation-delay: -1s; + animation-delay: -1s +} + +.pulsingEllipsis-3YiXRF { + height: auto; + width: 28px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: relative +} + +.pulsingEllipsisItem-32hhWL { + -webkit-animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + width: 6px; + height: 6px; + margin-right: 2px; + background-color: #f8f9f9; + border-radius: 3px; + display: inline-block; + opacity: .3 +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(2) { + -webkit-animation-delay: .2s; + animation-delay: .2s +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(3) { + -webkit-animation-delay: .4s; + animation-delay: .4s +} + +.stop-animation .pulsingEllipsisItem-32hhWL { + -webkit-animation: none; + animation: none +} + +.spinningCircle-2NAjGW { + width: 100% +} + +.spinningCircleInner-mbM5zM { + -webkit-transform: rotate(280deg); + transform: rotate(280deg) +} + +.circular-2NaZOq { + -webkit-animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + height: 100%; + width: 100% +} + +.path-92Hmty { + -webkit-animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + fill: none; + stroke-width: 6; + stroke-miterlimit: 10; + stroke-linecap: round +} + +.path2-1q7bG_ { + -webkit-animation-delay: .15s; + animation-delay: .15s +} + +.path3-2l9TIX { + -webkit-animation-delay: .23s; + animation-delay: .23s +} + +.theme-light .path-92Hmty { + stroke: #7289da +} + +.theme-light .path2-1q7bG_ { + stroke: #c7d0f0; + opacity: .6 +} + +.theme-light .path3-2l9TIX { + stroke: #f8f9fd; + opacity: .3 +} + +.theme-dark .path-92Hmty { + stroke: #7289da +} + +.theme-dark .path2-1q7bG_ { + stroke: #7289da; + opacity: .6 +} + +.theme-dark .path3-2l9TIX { + stroke: #222941 +} + +.button-38aScr { + position: relative; + display: inline-block; + background: none; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: none; + font-family: 'Rubik', sans-serif; + font-weight: 500; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align: center; + -webkit-transition: all .17s ease-out; + transition: all .17s ease-out +} + +.button-38aScr:focus { + -webkit-box-shadow: 0 0 3px 3px #7289da; + box-shadow: 0 0 3px 3px #7289da +} + +.buttonHeightShort-2qJiZC { + height: 24px +} + +.buttonHeightMediumShort-2xmM5y { + height: 32px +} + +.buttonHeightMedium-2WWoR- { + height: 38px +} + +.buttonHeightMediumTall-2j9Gc8 { + height: 44px +} + +.buttonHeightTall-35JAaW { + height: 50px +} + +.button-38aScr:disabled, +.disabled-9aF2ug { + opacity: .5; + cursor: not-allowed; + pointer-events: none; + outline: none +} + +.button-38aScr:disabled:hover, +.disabled-9aF2ug:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0 +} + +.grow-q77ONN { + width: 100% +} + +.unpaired-31HHvP { + border-radius: 3px +} + +.unpaired-31HHvP:hover { + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 38, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 38, 42, .1); + top: -1px +} + +.unpaired-31HHvP:hover:after { + position: absolute; + top: 100%; + right: 0; + bottom: -1px; + left: 0; + content: "" +} + +.filledDefault-eAvIdC { + font-size: 14px; + padding: 0 20px +} + +.filledBlack-2B5Fmj { + background: #000 +} + +.filledBlack-2B5Fmj, +.filledBrand-pyfKOu { + color: #fff +} + +.filledBrand-pyfKOu { + background: #7289da +} + +.filledWhite-35QGck { + background: #fff; + color: #000 +} + +.filledGreen-3E574O { + background: #43b581; + color: #fff +} + +.outlinedDefault-2Hy2PB { + font-size: 14px; + letter-spacing: .3px; + padding: 0 8px +} + +.outlinedBlack-3lt8Qx { + border: 1px solid rgba(0, 0, 0, .3); + color: #000 +} + +.outlinedBlack-3lt8Qx:active { + border-color: #000 +} + +.outlinedBlack-3lt8Qx:hover { + border-color: rgba(0, 0, 0, .6) +} + +.outlinedBlack-3lt8Qx.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #000; + border-color: #000; + color: #fff +} + +.outlinedBrand-3Lr9x3 { + border: 1px solid rgba(114, 137, 218, .3); + color: #7289da +} + +.outlinedBrand-3Lr9x3:active { + border-color: #7289da +} + +.outlinedBrand-3Lr9x3:hover { + border-color: rgba(114, 137, 218, .6) +} + +.outlinedBrand-3Lr9x3.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #7289da; + border-color: #7289da; + color: #fff +} + +.outlinedWhite-1asq79 { + border: 1px solid hsla(0, 0%, 100%, .3); + color: #fff +} + +.outlinedWhite-1asq79:active { + border-color: #fff +} + +.outlinedWhite-1asq79:hover { + border-color: hsla(0, 0%, 100%, .6) +} + +.outlinedWhite-1asq79.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #fff; + border-color: #fff; + color: #000 +} + +.outlinedGreen-1AM6NH { + border: 1px solid rgba(67, 181, 129, .3); + color: #43b581 +} + +.outlinedGreen-1AM6NH:active { + border-color: #43b581 +} + +.outlinedGreen-1AM6NH:hover { + border-color: rgba(67, 181, 129, .6) +} + +.outlinedGreen-1AM6NH.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #43b581; + border-color: #43b581; + color: #fff +} + +.buttonContent-IUG71x { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.buttonHorizontalPaddingMedium-20i12O { + padding-left: 16px; + padding-right: 16px +} + +.disabledNotice-1z-GY5 { + color: #737f8d; + line-height: 1.4; + margin: 48px auto 0; + max-width: 600px; + text-align: center +} + +.disabledNotice-1z-GY5 a { + color: inherit; + text-decoration: underline; + -webkit-transition: color .125s; + transition: color .125s +} + +.disabledNotice-1z-GY5 a:hover { + color: #fff +} + +.section-hypesquad-cta { + background: #f8f9fd url(/assets/610918cd61367c50cb80bb1b56032cd4.svg) no-repeat 0 0/cover; + color: #4f545c; + padding: 100px 30px; + position: relative; + text-align: center +} + +@media screen and (max-width:848px) { + .section-hypesquad-cta { + padding: 60px 30px 100px + } +} + +.section-hypesquad-cta div.apply-button-wrapper div.age-disclaimer { + color: #4f545c +} + +.section-hypesquad-cta .cta-text { + font-size: 50px; + font-weight: 700; + margin: 80px 0 30px +} + +@media screen and (max-width:848px) { + .section-hypesquad-cta .cta-text { + margin: 0 0 30px + } +} + +.section-hypesquad-cta .partner-link { + position: absolute; + bottom: 20px; + left: 0; + border-top: 1px solid #dcddde; + padding-top: 20px; + text-align: center; + width: 100% +} + +.section-hypesquad-cta .partner-link a { + color: #7289da +} + +.section-hypesquad-cta .partner-link a:hover { + text-decoration: underline +} + +.section-hypesquad-cta .ui-button { + margin: auto +} + +.modalAnimationWrapper--sdfQC { + position: fixed; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 9999 +} + +.modalAnimationShade-2JE6IQ { + background-color: #7289da +} + +.modalAnimationContent-2JbT8D, +.modalAnimationShade-2JE6IQ { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0 +} + +.modalAnimationContent-2JbT8D { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.formModalWrapper-laOefm, +.modalAnimationContent-2JbT8D { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.formModalWrapper-laOefm { + -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + border-radius: 0 8px 8px 0; + max-height: 90%; + position: relative; + width: 800px; + height: 680px +} + +.buttonWrapper-3mNzKm { + position: absolute; + right: 0; + text-align: center; + width: 50%; + z-index: 1 +} + +.buttonWrapperNext-298TSL { + bottom: -24px +} + +.buttonWrapperPrev-1x0thu { + top: -24px +} + +.button-3IsBrq { + -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + margin: 0 auto; + min-width: auto; + padding-right: 75px +} + +.buttonNext-1Uu971 { + background: #000 url(/assets/df437cab29c27e81e9ffaab036bd7aa2.svg) no-repeat right 20px center +} + +.buttonPrev-25KGnH { + background: #000 url(/assets/03385fc1d38dabb4865f24eab0ccbfe0.svg) no-repeat right 20px center +} + +.close-2Wzb4e { + position: absolute; + top: 20px; + right: 20px; + border: 0; + cursor: pointer; + background: url(/assets/8307730f12369150034efedddaedb68b.svg) no-repeat 5px 5px; + background-size: 10px; + width: 20px; + height: 20px; + z-index: 9999 +} + +.close-2Wzb4e:hover { + top: 19px +} + +.formModalContent-2t3ZP9 { + border-radius: 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + height: 100%; + position: relative; + background: #fff +} + +.noScroll-3SLW2D { + overflow: hidden +} + +.animationWrapper-2suFNB { + position: absolute; + height: 100%; + max-height: 100%; + overflow-y: auto; + width: 100% +} + +.animationWrapper-2suFNB::-webkit-scrollbar { + width: 10px +} + +.animationWrapper-2suFNB::-webkit-scrollbar-thumb { + background-color: rgba(114, 137, 218, .5); + background-clip: padding-box; + border: 1px solid transparent; + border-radius: 5px +} + +.animationWrapper-2suFNB::-webkit-scrollbar-track-piece { + background-color: transparent; + background-clip: padding-box; + border-radius: 5px +} + +@media screen and (max-width:848px) { + .formModalWrapper-laOefm { + background: #fff; + border-radius: 0; + height: 100%; + max-height: 100% + } + .buttonWrapper-3mNzKm { + padding: 8px 0; + width: 100% + } + .buttonWrapperNext-298TSL { + bottom: 0 + } + .buttonWrapperPrev-1x0thu { + top: 0 + } + .formModalContent-2t3ZP9 { + margin: 0 + } + .hasNextButton-a8dwft { + padding-bottom: 66px + } +} + +.errorMessage-2-13om { + font-size: 14px; + font-weight: 400; + line-height: 20px; + color: #f04747 +} + +.errorMessage-2gJHf4 { + margin-top: 8px +} + +.theme-light .errorMessage-2gJHf4 { + color: #f36c6c +} + +.input-cIJ7To { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 40px; + padding: 10px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + outline: none; + font-size: 15px; + font-weight: 400; + -webkit-transition: background-color .15s ease, border .15s ease; + transition: background-color .15s ease, border .15s ease +} + +.input-cIJ7To.mini-ZOvnCd { + padding: 4px 7px; + height: 26px; + line-height: 16px +} + +.input-cIJ7To.editable-2UkCu4 { + background-color: transparent; + border-color: transparent +} + +.input-cIJ7To, +.input-cIJ7To.editable-2UkCu4:focus, +.input-cIJ7To.editable-2UkCu4:hover { + color: #2e3338; + background-color: #fff; + border-color: rgba(79, 84, 92, .3) +} + +.input-cIJ7To.editable-2UkCu4:focus::-webkit-input-placeholder, +.input-cIJ7To.editable-2UkCu4:hover::-webkit-input-placeholder, +.input-cIJ7To::-webkit-input-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus::-moz-placeholder, +.input-cIJ7To.editable-2UkCu4:hover::-moz-placeholder, +.input-cIJ7To::-moz-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus:-ms-input-placeholder, +.input-cIJ7To.editable-2UkCu4:hover:-ms-input-placeholder, +.input-cIJ7To:-ms-input-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus::placeholder, +.input-cIJ7To.editable-2UkCu4:hover::placeholder, +.input-cIJ7To::placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus:hover, +.input-cIJ7To.editable-2UkCu4:hover:hover, +.input-cIJ7To:hover { + border-color: #7289da +} + +.input-cIJ7To.editable-2UkCu4:focus:focus, +.input-cIJ7To.editable-2UkCu4:hover:focus, +.input-cIJ7To:focus { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.input-cIJ7To.editable-2UkCu4:focus.error-2O5WFJ, +.input-cIJ7To.editable-2UkCu4:hover.error-2O5WFJ, +.input-cIJ7To.error-2O5WFJ { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.input-cIJ7To.disabled-2BKQFm, +.input-cIJ7To.editable-2UkCu4:focus.disabled-2BKQFm, +.input-cIJ7To.editable-2UkCu4:hover.disabled-2BKQFm { + border-color: #dcddde +} + +.input-cIJ7To.editable-2UkCu4:focus.primaryColorText-OHpYNP, +.input-cIJ7To.editable-2UkCu4:hover.primaryColorText-OHpYNP, +.input-cIJ7To.primaryColorText-OHpYNP { + color: #4f545c +} + +.disabled-2BKQFm { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: not-allowed; + opacity: .5 +} + +.formDivider-3rhKMJ { + width: 100%; + height: 1px +} + +.theme-light .formDivider-3rhKMJ { + background-color: rgba(185, 187, 190, .3) +} + +.theme-dark .formDivider-3rhKMJ { + background-color: rgba(114, 118, 125, .3) +} + +.formTitle-1buAh4 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + cursor: default; + margin-top: 0; + margin-bottom: 0 +} + +.formTitle-1buAh4.h2-2gWE-o { + font-size: 16px; + font-weight: 700; + line-height: 20px; + text-transform: uppercase +} + +.formTitle-1buAh4.h3-3PDeKG { + font-size: 16px; + line-height: 24px; + font-weight: 500 +} + +.formTitle-1buAh4.h5-18_1nd { + font-size: 12px; + line-height: 16px; + font-weight: 500; + letter-spacing: .5px; + text-transform: uppercase +} + +.formTitle-1buAh4.disabled-2Dh7SK { + opacity: .3; + cursor: not-allowed +} + +.formTitle-1buAh4 .isRequired-o9Zuw4 { + color: #f04747; + padding-left: 4px +} + +.theme-light .formTitle-1buAh4 { + color: #4f545c +} + +.theme-light .formTitle-1buAh4.h5-18_1nd { + color: #72767d +} + +.theme-dark .formTitle-1buAh4 { + color: #f6f6f7 +} + +.theme-dark .formTitle-1buAh4.h5-18_1nd { + color: #b9bbbe +} + +.theme-blurple .formTitle-1buAh4.h5-18_1nd { + font-size: 14px; + color: #36393f; + margin-bottom: 8px +} + +.card-3Qj_Yx { + background: #fff; + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: block; + margin-bottom: 30px; + width: 100%; + height: 100% +} + +.card-3Qj_Yx, +.cardHover-2LH3jI { + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + position: relative; + -webkit-transform: translateY(0); + transform: translateY(0) +} + +.cardHover-2LH3jI { + -webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275); + transition: all .2s cubic-bezier(.175, .885, .32, 1.275) +} + +.cardHover-2LH3jI:hover { + -webkit-transform: translateY(-10px); + transform: translateY(-10px) +} + +.cardHover-2LH3jI:hover:after { + position: absolute; + top: 100%; + right: 0; + bottom: -11px; + left: 0; + content: "" +} + +.cardHover-2LH3jI:hover { + -webkit-box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1) +} + +.theme-blurple .card-3Qj_Yx { + color: #4f545c +} + +.theme-dark .card-3Qj_Yx { + color: #fff; + background-color: #202225 +} + +.formText-3fs7AJ { + font-size: 16px; + font-weight: 400; + line-height: 20px; + font-family: 'Rubik', sans-serif; + cursor: default +} + +.formText-3fs7AJ.labelBold-1PKEeD, +.formText-3fs7AJ.labelSelected-1I1cDg, +.formText-3fs7AJ strong { + font-weight: 500 +} + +.formText-3fs7AJ.description-3_Ncsb { + font-size: 14px; + font-weight: 500 +} + +.formText-3fs7AJ a:hover { + text-decoration: underline +} + +.formText-3fs7AJ.selectable-3WlYcX { + cursor: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.formText-3fs7AJ.disabled-30aPDW { + cursor: not-allowed; + opacity: .3 +} + +.theme-light .formText-3fs7AJ { + color: #4f545c +} + +.theme-light .formText-3fs7AJ.inputPlaceholder-2FMtGv { + color: rgba(79, 84, 92, .3) +} + +.theme-light .formText-3fs7AJ.description-3_Ncsb, +.theme-light .formText-3fs7AJ.labelDescriptor-1PqHgD { + color: rgba(114, 118, 125, .6) +} + +.theme-dark .formText-3fs7AJ { + color: #f6f6f7 +} + +.theme-dark .formText-3fs7AJ.inputPlaceholder-2FMtGv { + color: rgba(246, 246, 247, .3) +} + +.theme-dark .formText-3fs7AJ.description-3_Ncsb, +.theme-dark .formText-3fs7AJ.labelDescriptor-1PqHgD { + color: #72767d +} + +.formNotice-2_hHWR { + padding: 20px; + cursor: default +} + +.formTitle-3a13JV { + margin-bottom: 4px +} + +.formNoticeBody-M4JFHP p { + letter-spacing: -.39px; + margin: 0 0 12px +} + +.formNoticeBody-M4JFHP p:last-child { + margin-bottom: 0 +} + +.formNoticeBody-M4JFHP u { + text-decoration: none; + font-style: italic +} + +.formRow-21nx0g { + width: 100%; + padding-bottom: 20px +} + +.formRow-21nx0g.horizontal-2auqC1>div, +.formRow-21nx0g .horizontal-2auqC1>div, +.formRow-21nx0g.horizontal-2auqC1>h3, +.formRow-21nx0g .horizontal-2auqC1>h3 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin-left: 10px; + margin-right: 10px +} + +.formRow-21nx0g.horizontal-2auqC1>div:first-child, +.formRow-21nx0g .horizontal-2auqC1>div:first-child, +.formRow-21nx0g.horizontal-2auqC1>h3:first-child, +.formRow-21nx0g .horizontal-2auqC1>h3:first-child { + margin-left: 0 +} + +.formRow-21nx0g.horizontal-2auqC1>div:last-child, +.formRow-21nx0g .horizontal-2auqC1>div:last-child, +.formRow-21nx0g.horizontal-2auqC1>h3:last-child, +.formRow-21nx0g .horizontal-2auqC1>h3:last-child { + margin-right: 0 +} + +.formRow-21nx0g .formItem-1WA0xj.shrink-1Q377I { + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto +} + +.formRow-21nx0g.inlined-1UQ0Ui, +.formRow-21nx0g .inlined-1UQ0Ui { + display: block +} + +.formRow-21nx0g.inlined-1UQ0Ui>div, +.formRow-21nx0g .inlined-1UQ0Ui>div { + display: inline-block +} + +.formSection-HZBw0s { + -webkit-box-sizing: border-box; + box-sizing: border-box; + min-height: 100%; + margin: 0; + padding: 40px +} + +.formSection-HZBw0s h1 { + font-size: 50px; + font-weight: 700; + margin-bottom: 8px +} + +.formSection-HZBw0s h2 { + font-size: 26px; + font-weight: 400; + line-height: 1.3; + text-transform: none +} + +@media screen and (max-width:848px) { + .formSection-HZBw0s { + padding: 80px 20px 60px + } +} + +.checkboxWrapper-SkhIWG { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + height: 24px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy { + opacity: .5 +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy .input-3ITkQf { + cursor: not-allowed +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy .input-3ITkQf:focus+.ui-checkbox-2ybLal { + -webkit-box-shadow: none; + box-shadow: none +} + +.checkboxWrapper-SkhIWG.readOnly-UOQxpt .input-3ITkQf { + cursor: default; + width: 0; + height: 0; + z-index: -1 +} + +.checkboxWrapper-SkhIWG.readOnly-UOQxpt .input-3ITkQf:focus+.ui-checkbox-2ybLal { + -webkit-box-shadow: none; + box-shadow: none +} + +.input-3ITkQf { + position: absolute; + top: 0; + left: 0; + opacity: 0; + cursor: pointer; + width: 100%; + height: 100%; + z-index: 1 +} + +.label-cywgfr { + padding-left: 8px; + line-height: 24px +} + +.checkbox-1ix_J3 { + width: 24px; + height: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + border-radius: 3px; + border: 1px solid #b9bbbe +} + +.checkbox-1ix_J3.round-2jCFai { + border-radius: 50% +} + +.checkbox-1ix_J3.checked-3_4uQ9 { + background-color: #7289da +} + +.checkbox-1ix_J3.checked-3_4uQ9 polyline { + stroke: #fff +} + +.checkbox-1ix_J3.checked-3_4uQ9.inverted-fNjmNA { + background-color: #7289da +} + +.checkbox-1ix_J3.checked-3_4uQ9.inverted-fNjmNA polyline { + stroke: #fff +} + +.checkbox-1ix_J3.error-1JQJK7 { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.radioGroup-1GBvlr { + color: #4f545c; + border: 1px solid transparent +} + +.radioGroup-1GBvlr.error-xFEE-n { + background: #fff; + border: 1px solid #f36c6c; + border-radius: 3px; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.radioGroup-1GBvlr.error-xFEE-n checkbox { + border-color: #f36c6c +} + +.radio-2cCc0Z { + --bottomMargin: 8px; + background: none; + border: none; + cursor: pointer; + border-radius: 3px; + -webkit-box-shadow: none; + box-shadow: none; + padding: 10px; + margin-bottom: var(--bottomMargin) +} + +.radio-2cCc0Z:last-child { + margin: 0 +} + +.radio-2cCc0Z.checked-3kwPyT { + background: none; + border-color: #fff +} + +.radio-2cCc0Z.checked-3kwPyT .desc-2Dttbk, +.radio-2cCc0Z.checked-3kwPyT .title-3BE6m5 { + color: inherit +} + +.radio-2cCc0Z:hover { + border-color: #b9bbbe; + background-color: rgba(248, 249, 249, .6) +} + +.radio-2cCc0Z:focus-within { + --borderWidth: 1px; + border: var(--borderWidth) solid #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + margin: calc(-1*var(--borderWidth)) +} + +.radio-2cCc0Z:focus-within:not(:last-child) { + margin-bottom: calc(var(--bottomMargin) - var(--borderWidth)) +} + +.info-3LOr12 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin: 0 8px +} + +.title-3BE6m5 { + font-weight: 400; + line-height: 24px +} + +.desc-2Dttbk, +.title-3BE6m5 { + color: inherit +} + +.desc-2Dttbk { + font-size: 14px; + margin-top: 40px +} + +.optionDesc-20fglw { + margin-top: 4px +} + +.Select { + position: relative +} + +.Select, +.Select div, +.Select input, +.Select span { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.Select.is-disabled>.Select-control { + background-color: #f9f9f9 +} + +.Select.is-disabled>.Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.Select.is-disabled .Select-arrow-zone { + cursor: default; + pointer-events: none; + opacity: .35 +} + +.Select-control { + background-color: #fff; + border-radius: 4px; + border: 1px solid #ccc; + color: #333; + cursor: default; + display: table; + border-spacing: 0; + border-collapse: separate; + height: 36px; + outline: none; + overflow: hidden; + position: relative; + width: 100% +} + +.Select-control:hover { + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06) +} + +.Select-control .Select-input:focus { + outline: none +} + +.is-searchable.is-open>.Select-control { + cursor: text +} + +.is-open>.Select-control { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + background: #fff; + border-color: #b3b3b3 #ccc #d9d9d9 +} + +.is-open>.Select-control .Select-arrow { + top: -3px; + border-color: transparent transparent #999; + border-width: 0 5px 5px +} + +.is-searchable.is-focused:not(.is-open)>.Select-control { + cursor: text +} + +.is-focused:not(.is-open)>.Select-control { + border-color: #007eff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1) +} + +.Select--single>.Select-control .Select-value, +.Select-placeholder { + bottom: 0; + color: #aaa; + left: 0; + line-height: 34px; + padding-left: 10px; + padding-right: 10px; + position: absolute; + right: 0; + top: 0; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.has-value.is-clearable.Select--single>.Select-control .Select-value { + padding-right: 42px +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label, +.has-value.Select--single>.Select-control .Select-value .Select-value-label { + color: #333 +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label { + cursor: pointer; + text-decoration: none +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover { + color: #007eff; + outline: none; + text-decoration: underline +} + +.Select-input { + height: 34px; + padding-left: 10px; + padding-right: 10px; + vertical-align: middle +} + +.Select-input>input { + width: 100%; + background: none transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + cursor: default; + display: inline-block; + font-family: inherit; + font-size: inherit; + margin: 0; + outline: none; + line-height: 14px; + padding: 8px 0 12px; + -webkit-appearance: none +} + +.is-focused .Select-input>input { + cursor: text +} + +.has-value.is-pseudo-focused .Select-input { + opacity: 0 +} + +.Select-control:not(.is-searchable)>.Select-input { + outline: none +} + +.Select-loading-zone { + cursor: pointer; + display: table-cell; + text-align: center +} + +.Select-loading, +.Select-loading-zone { + position: relative; + vertical-align: middle; + width: 16px +} + +.Select-loading { + -webkit-animation: Select-animation-spin .4s linear infinite; + animation: Select-animation-spin .4s linear infinite; + height: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 50%; + border: 2px solid #ccc; + border-right-color: #333; + display: inline-block +} + +.Select-clear-zone { + -webkit-animation: Select-animation-fadeIn .2s; + animation: Select-animation-fadeIn .2s; + color: #999; + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 17px +} + +.Select-clear-zone:hover { + color: #d0021b +} + +.Select-clear { + display: inline-block; + font-size: 18px; + line-height: 1 +} + +.Select--multi .Select-clear-zone { + width: 17px +} + +.Select-arrow-zone { + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 25px; + padding-right: 5px +} + +.Select-arrow { + border-color: #999 transparent transparent; + border-style: solid; + border-width: 5px 5px 2.5px; + display: inline-block; + height: 0; + width: 0; + position: relative +} + +.is-open .Select-arrow, +.Select-arrow-zone:hover>.Select-arrow { + border-top-color: #666 +} + +.Select--multi .Select-multi-value-wrapper { + display: inline-block +} + +.Select .Select-aria-only { + display: inline-block; + height: 1px; + width: 1px; + margin: -1px; + clip: rect(0, 0, 0, 0); + overflow: hidden; + float: left +} + +@-webkit-keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.Select-menu-outer { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + background-color: #fff; + border: 1px solid #ccc; + border-top-color: #e6e6e6; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: -1px; + max-height: 200px; + position: absolute; + top: 100%; + width: 100%; + z-index: 1; + -webkit-overflow-scrolling: touch +} + +.Select-menu { + max-height: 198px; + overflow-y: auto +} + +.Select-option { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: #fff; + color: #666; + cursor: pointer; + display: block; + padding: 8px 10px +} + +.Select-option:last-child { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px +} + +.Select-option.is-selected { + background-color: #f5faff; + background-color: rgba(0, 126, 255, .04); + color: #333 +} + +.Select-option.is-focused { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + color: #333 +} + +.Select-option.is-disabled { + color: #ccc; + cursor: default +} + +.Select-noresults { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #999; + cursor: default; + display: block; + padding: 8px 10px +} + +.Select--multi .Select-input { + vertical-align: middle; + margin-left: 10px; + padding: 0 +} + +.Select--multi.has-value .Select-input { + margin-left: 5px +} + +.Select--multi .Select-value { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + border-radius: 2px; + border: 1px solid #c2e0ff; + border: 1px solid rgba(0, 126, 255, .24); + color: #007eff; + display: inline-block; + font-size: .9em; + line-height: 1.4; + margin-left: 5px; + margin-top: 5px; + vertical-align: top +} + +.Select--multi .Select-value-icon, +.Select--multi .Select-value-label { + display: inline-block; + vertical-align: middle +} + +.Select--multi .Select-value-label { + border-bottom-right-radius: 2px; + border-top-right-radius: 2px; + cursor: default; + padding: 2px 5px +} + +.Select--multi a.Select-value-label { + color: #007eff; + cursor: pointer; + text-decoration: none +} + +.Select--multi a.Select-value-label:hover { + text-decoration: underline +} + +.Select--multi .Select-value-icon { + cursor: pointer; + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; + border-right: 1px solid #c2e0ff; + border-right: 1px solid rgba(0, 126, 255, .24); + padding: 1px 5px 3px +} + +.Select--multi .Select-value-icon:focus, +.Select--multi .Select-value-icon:hover { + background-color: #d8eafd; + background-color: rgba(0, 113, 230, .08); + color: #0071e6 +} + +.Select--multi .Select-value-icon:active { + background-color: #c2e0ff; + background-color: rgba(0, 126, 255, .24) +} + +.Select--multi.is-disabled .Select-value { + background-color: #fcfcfc; + border: 1px solid #e3e3e3; + color: #333 +} + +.Select--multi.is-disabled .Select-value-icon { + cursor: not-allowed; + border-right: 1px solid #e3e3e3 +} + +.Select--multi.is-disabled .Select-value-icon:active, +.Select--multi.is-disabled .Select-value-icon:focus, +.Select--multi.is-disabled .Select-value-icon:hover { + background-color: #fcfcfc +} + +@keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn) + } +} + +.theme-light .Select-value-label { + color: #7289da +} + +.theme-light .Select-control { + background: #fff; + border: 1px solid rgba(79, 84, 92, .3); + -webkit-box-shadow: none; + box-shadow: none +} + +.theme-light .Select-control .Select-placeholder { + color: #b9bbbe +} + +.theme-light .Select-control .Select-arrow { + border-color: #dcddde transparent transparent +} + +.theme-light .Select-control:hover { + border-color: #b9bbbe +} + +.theme-light .Select-control:hover .Select-arrow { + border-color: #4f545c transparent transparent +} + +.theme-light .is-open .Select-control { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-color: #7289da; + background: rgba(246, 246, 247, .3) +} + +.theme-light .is-focused .Select-control { + border-color: #b9bbbe +} + +.theme-light .is-focused .Select-control .Select-arrow { + border-color: #4f545c transparent transparent +} + +.theme-light .is-disabled .Select-control { + border-color: #dcddde +} + +.theme-light .is-disabled .Select-control:hover .Select-arrow { + border-color: #dcddde transparent transparent +} + +.theme-light .Select-menu-outer { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.theme-light .Select-menu-outer .Select-option { + color: #7289da +} + +.theme-light .Select-menu-outer .Select-option:hover { + background: rgba(114, 137, 218, .3) +} + +.theme-light .Select-option { + background: rgba(246, 246, 247, .3) +} + +.theme-light .Select-option.is-focused, +.theme-light .Select-option:hover { + background: #f6f6f7 +} + +.theme-light .Select-option.is-selected { + background: #dcddde +} + +.select-2TCrqx { + font-size: 16px; + font-weight: 400 +} + +.select-2TCrqx.error-3S-7y9 .Select .Select-control { + border-color: #f04747 +} + +.select-2TCrqx .Select-value-label { + font-weight: 400 +} + +.select-2TCrqx .Select-control { + outline: none; + border-radius: 3px; + -webkit-transition: border .15s ease; + transition: border .15s ease +} + +.select-2TCrqx .Select-control .Select-placeholder { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.select-2TCrqx .Select-control .Select-arrow { + -webkit-transition: border .15s ease; + transition: border .15s ease +} + +.select-2TCrqx .Select-control .Select-clear { + font-family: sans-serif; + opacity: .5 +} + +.select-2TCrqx .Select-control:hover .Select-clear { + opacity: 1 +} + +.select-2TCrqx .is-open .Select-control { + border-radius: 3px 3px 0 0 +} + +.select-2TCrqx .is-focused .Select-control { + -webkit-box-shadow: none; + box-shadow: none +} + +.select-2TCrqx .is-focused .Select-control .Select-clear { + opacity: 1 +} + +.select-2TCrqx .is-disabled .Select-control { + opacity: .3; + cursor: not-allowed +} + +.select-2TCrqx .is-disabled .Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.select-2TCrqx .Select-menu-outer { + outline: none +} + +.select-2TCrqx .Select-menu { + border-radius: 0 0 3px 3px +} + +.select-2TCrqx .Select-option.is-selected { + border-radius: 0 +} + +.select-2TCrqx .Select-control, +.select-2TCrqx .Select-option { + min-height: 40px!important +} + +.select-2TCrqx .Select-option { + padding-top: 12px +} + +.select-2TCrqx .Select .Select-control .Select-placeholder, +.select-2TCrqx .Select .Select-control .Select-value { + line-height: 40px!important +} + +.theme-light .select-2TCrqx .Select.has-value .Select-control, +.theme-light .select-2TCrqx:hover .Select .Select-control { + border-color: #7289da +} + +.theme-light .select-2TCrqx .Select.has-value .Select-control .Select-arrow, +.theme-light .select-2TCrqx:hover .Select .Select-control .Select-arrow { + border-color: #7289da transparent transparent +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select .Select-control { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select .Select-control .Select-arrow { + border-color: #f36c6c transparent transparent +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select-placeholder { + color: #f36c6c +} + +.input-2xha8d { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 40px; + padding: 10px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + outline: none; + font-size: 16px; + font-weight: 400; + -webkit-transition: background-color .15s ease, border .15s ease; + transition: background-color .15s ease, border .15s ease +} + +.input-2xha8d.mini-2tqwfF { + padding: 4px 7px; + height: 26px; + line-height: 16px +} + +.input-2xha8d.editable-34tRcF { + background-color: transparent; + border-color: transparent +} + +.input-2xha8d, +.input-2xha8d.editable-34tRcF:focus, +.input-2xha8d.editable-34tRcF:hover { + color: #2e3338; + background-color: #fff; + border-color: rgba(79, 84, 92, .3) +} + +.input-2xha8d.editable-34tRcF:focus::-webkit-input-placeholder, +.input-2xha8d.editable-34tRcF:hover::-webkit-input-placeholder, +.input-2xha8d::-webkit-input-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus::-moz-placeholder, +.input-2xha8d.editable-34tRcF:hover::-moz-placeholder, +.input-2xha8d::-moz-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus:-ms-input-placeholder, +.input-2xha8d.editable-34tRcF:hover:-ms-input-placeholder, +.input-2xha8d:-ms-input-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus::placeholder, +.input-2xha8d.editable-34tRcF:hover::placeholder, +.input-2xha8d::placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus:hover, +.input-2xha8d.editable-34tRcF:hover:hover, +.input-2xha8d:hover { + border-color: #7289da +} + +.input-2xha8d.editable-34tRcF:focus:focus, +.input-2xha8d.editable-34tRcF:hover:focus, +.input-2xha8d:focus { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.input-2xha8d.editable-34tRcF:focus.error-2lq_Vp, +.input-2xha8d.editable-34tRcF:hover.error-2lq_Vp, +.input-2xha8d.error-2lq_Vp { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.input-2xha8d.disabled-6b5MQx, +.input-2xha8d.editable-34tRcF:focus.disabled-6b5MQx, +.input-2xha8d.editable-34tRcF:hover.disabled-6b5MQx { + border-color: #dcddde +} + +.input-2xha8d.editable-34tRcF:focus.primaryColorText-2BXLlA, +.input-2xha8d.editable-34tRcF:hover.primaryColorText-2BXLlA, +.input-2xha8d.primaryColorText-2BXLlA { + color: #4f545c +} + +.disabled-6b5MQx { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: not-allowed; + opacity: .5 +} + +.input-2xha8d { + height: 120px; + resize: none; + font-family: 'Rubik', sans-serif; +} + +.input-2xha8d.resizeable-3Dlqvo { + resize: auto +} + +.error-3-mFlU, +.error-3-mFlU a { + color: #f36c6c +} + +.error-3-mFlU a { + font-weight: 700 +} + +.error-3-mFlU a:hover { + color: #f04747; + text-decoration: underline +} + +.error-3-mFlU p { + color: inherit; + font-size: inherit; + margin-top: 0 +} + +.error-3-mFlU p+p { + margin-top: 12px +} + +.error-3-mFlU strong { + font-weight: 700 +} + +.userGreeting-2JeMIN { + color: #4f545c; + background: #fff; + padding: 20px; + border: 1px solid #e3e5e8; + border-radius: 3px 3px 0 0 +} + +.userGreetingAvatar-17PNey { + margin-right: 12px; + border-radius: 50%; + width: 40px; + height: 40px; + vertical-align: middle +} + +.userGreetingText-34Jwad { + font-size: 24px +} + +.userGreetingLogoutCaption-2SZBJa { + font-size: 12px; + color: #b9bbbe +} + +.userGreetingLogoutButton-QvS4Xh { + height: 32px; + font-size: 14px; + line-height: 16px; + margin-top: 4px +} + +.userDetails-xbbD7p { + background: #fff; + color: #4f545c; + margin-bottom: 35px; + border: 1px solid #e3e5e8; + border-top: none; + border-radius: 0 0 3px 3px +} + +.detailsBlock-18YUDo { + padding: 12px; + font-size: 16px; + font-weight: 500; + color: #4f545c; + overflow-x: hidden; + text-overflow: ellipsis +} + +.detailsBlock-18YUDo:not(:first-of-type) { + border-left: 1px solid #e3e5e8 +} + +.detailsBlock-18YUDo label { + display: block; + font-size: 12px; + color: #b9bbbe; + font-weight: 500; + text-transform: uppercase; + margin-bottom: 4px +} + +.discriminator-7Oe2X1 { + color: rgba(0, 0, 0, .3); + font-size: 12px +} + +@media screen and (max-width:848px) { + .userGreeting-2JeMIN { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .userGreetingLogoutWrapper-3wLW0x { + margin-top: 10px + } +} + +.wumpusProcessing-1vNlvA, +.wumpusSubmit-2pa1aO, +.wumpusSubmitted-Fl2FYL { + display: inline-block; + margin-bottom: 40px; + max-width: 100% +} + +.wumpusProcessing-1vNlvA, +.wumpusSubmit-2pa1aO { + padding-right: 20px +} + +.wumpusSubmit-2pa1aO, +.wumpusWrapper-l_uJHP { + position: relative +} + +.wumpusSubmit-2pa1aO { + z-index: 1 +} + +.wumpusError-_g-XdL { + position: absolute; + top: 0; + left: 0; + z-index: 0 +} + +.wumpusErrorTop-34XqLj { + z-index: 2 +} + +.bold-2Nkt3h { + font-weight: 500 +} + +.submitHeading-1R1O4c { + margin-bottom: 12px +} + +.errorsWrapper-d9l9Ll { + margin-top: 20px +} + +.formRowCompact-12sxjw { + padding-top: 0 +} + +.orderedList-ZKJB6Y { + counter-reset: list-counter; + font-weight: lighter; + list-style: none; + padding-left: 16px +} + +.orderedListItem-1FpRHF { + line-height: 24px; + padding-left: 20px; + position: relative; + margin: 0 0 16px +} + +.orderedListItem-1FpRHF:before { + position: absolute; + top: 0; + left: -10px; + color: #7289da; + content: counter(list-counter); + counter-increment: list-counter; + font-size: 18px; + font-weight: 700 +} + +.submitStepWrapper-1uKczT { + height: 100% +} + +.disabled-32DQfE { + color: #b9bbbe +} + +.onlineTitle-394y7q { + color: #4f545c +} + +.settingsLink-knP5RS { + color: #7289da; + -webkit-transition: color .25s ease; + transition: color .25s ease +} + +.settingsLink-knP5RS:hover { + color: #c7d0f0 +} + +.wrapper-17w65l { + height: 100% +} + +.dateFields-6Po8Fw { + padding-bottom: 0 +} + +.eventLinkError-3WzXFK { + margin-top: 0 +} + +.sideImage-1_lV13 { + background: #fff url(/assets/37756a066ca6a6628ad8962ccfd5ac50.png) no-repeat 0 100%; + background-size: 100% auto; + border-radius: 8px 0 0 8px; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1 +} + +.formModalWrapper-37OxKy { + width: 1120px +} + +.formModalContent-dlyI8u { + background: #fff url(/assets/31dc2cf4c0db6b4d16d5b308acb23593.png) no-repeat 0 100%; + background-size: cover; + border-bottom-left-radius: 0; + border-top-left-radius: 0 +} + +@media screen and (max-width:848px) { + .sideImage-1_lV13 { + display: none + } +} + +.disabledNotice-Z63nty { + color: hsla(0, 0%, 100%, .6); + line-height: 1.4; + margin: 48px auto 0; + max-width: 600px +} + +.disabledNotice-Z63nty a { + color: inherit; + text-decoration: underline; + -webkit-transition: color .125s; + transition: color .125s +} + +.disabledNotice-Z63nty a:hover { + color: #fff +} + +.section-hypesquad-hero .hypesquad-hero-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + height: 660px; + position: relative +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero { + margin: 0 53% 0 7%; + max-width: 575px; + width: 40% +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero h1 { + color: #fff; + font-size: 50px; + line-height: 60px +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero .hero-copy { + color: hsla(0, 0%, 95.3%, .8); + font-size: 20px; + line-height: 30px; + margin-top: 30px +} + +@media screen and (max-width:848px) { + .section-hypesquad-hero .hypesquad-hero-wrapper { + -webkit-box-align: initial; + -ms-flex-align: initial; + align-items: normal; + height: 562px + } + .section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero { + margin: 40px; + width: auto + } + .section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero .hero-copy { + margin-bottom: 55px + } +} + +.sectionHypesquadPerks-1nbGDZ { + margin: 0 auto; + max-width: 1600px; + padding-top: 90px; + position: relative; + bottom: -10px +} + +.sectionHeadingWrapper-3b5hlP { + width: 100% +} + +.lanAnimationWrapper-lAWrOC { + direction: rtl; + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50% +} + +.lanAnimation-13uUSK { + width: 1377px; + height: 660px +} + +.lanAnimation-13uUSK svg { + -webkit-transform: translateZ(0); + transform: translateZ(0) +} + +.perksList-1qmGm1 { + max-width: 500px; + margin-bottom: 40px +} + +.perk-3jekJO { + margin: 25px; + padding-top: 17px; + width: 200px; + background: no-repeat 0 0/45px 45px +} + +.perkBadge-1Dz0Ty { + background-image: url(/assets/104aed05aa971c3f6ec263c6d0314927.png) +} + +.perkServer-3Ljf_w { + background-image: url(/assets/2e972c97c3483bf0bee8fc011a77044d.png) +} + +.perkShirt-3V0efi { + background-image: url(/assets/2402224b8957788a59a1bed474d77d6e.png) +} + +.perkSwag-2lpcGs { + background-image: url(/assets/5d0876ba7f8b081321655a7fc5c60aa2.png) +} + +.perkTitle-1Sx4d- { + color: #7289da +} + +@media screen and (max-width:848px) { + .sectionHypesquadPerks-1nbGDZ { + padding-top: 20px; + bottom: 0 + } + .lanAnimationWrapper-lAWrOC { + display: none + } + .perksList-1qmGm1 { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .perk-3jekJO { + background-position-x: center; + text-align: center + } +} + +section { + font-weight: 400 +} + +section h1, +section h2, +section h3, +section h4, +section h5, +section h6 { + font-family: 'Rubik', sans-serif; + color: #4f545c +} + +section h1 { + font-weight: 700; + font-size: 36px; + line-height: 44px; + margin: 0 +} + +section h2 { + font-weight: 500; + font-size: 26px; + line-height: 34px; + margin: 52px 0 0 +} + +section h3 { + font-weight: 500; + font-size: 24px; + line-height: 30px; + margin: 48px 0 0 +} + +section h4 { + font-weight: 500; + font-size: 18px; + line-height: 23px; + margin: 36px 0 0 +} + +section h5 { + font-weight: 400; + font-size: 16px; + line-height: 20px; + margin: 32px 0 0 +} + +section h6 { + font-weight: 400; + font-size: 14px; + line-height: 17px; + margin: 28px 0 0 +} + +section p { + font-family: 'Rubik', sans-serif; + font-weight: 400; + color: #737f8d; + font-size: 16px; + line-height: 24px; + margin-top: 12px +} + +section p.blurb { + line-height: 20px; + text-align: center; + max-width: 740px; + margin-left: auto; + margin-right: auto +} + +section p a { + color: #fff +} + +section p a:hover { + color: #b3b3b3; + text-decoration: none +} + +.page-hypesquad, +.page-hypesquad input, +.page-hypesquad option { + font-weight: 400 +} + +.page-hypesquad textarea { + font-weight: 300 +} + +.page-hypesquad .apply-button-wrapper { + display: inline-block; + margin-top: 30px; + min-width: 190px +} + +.page-hypesquad .apply-button-wrapper .age-disclaimer { + color: hsla(0, 0%, 95.3%, .6); + font-size: 12px; + font-style: italic; + margin-top: 8px +} + +.page-hypesquad .hero-bg-wrapper { + position: absolute; + top: 0; + left: 0; + background: #f9f9f9 url(/assets/909c987e9e8c30d8509752464753e7f6.svg) no-repeat 0 0/cover; + width: 100%; + height: 732px +} + +.page-hypesquad .hero-bg-wrapper .human-animation { + bottom: 0; + height: 100%; + position: absolute; + right: 0; + width: 50% +} + +.page-hypesquad .hero-bg-wrapper .human-animation svg { + -webkit-transform: translateZ(0); + transform: translateZ(0) +} + +@media screen and (max-width:848px) { + .page-hypesquad .hero-bg-wrapper { + height: 600px + } + .page-hypesquad .hero-bg-wrapper .human-animation { + height: 50% + } +} + +.page-hypesquad .section-heading { + color: #dcddde; + margin: 0 auto 50px; + max-width: 55%; + text-align: center +} + +@media screen and (max-width:848px) { + .page-hypesquad .section-heading { + max-width: 75% + } +} + +.page-hypesquad .section-heading p { + font-size: 18px; + line-height: 30px +} + +.page-hypesquad .section-hypesquad-hero { + margin: 0 auto; + max-width: 1600px +} + +.page-hypesquad .ui-button .ui-button-contents { + margin: 0 auto +} + +.hidden { + display: none +} + +.modalShade-307P1w { + background-color: #161a29 +} + +.modalWrapper-3yiaPN { + border-radius: 8px +} + +.modalContent-2vqC6t div, +.modalWrapper-3yiaPN { + overflow: hidden +} + +.iframe-72NZhw { + width: 100%; + height: 100%; + border: none +} + +.section-HoRaku { + border-bottom: none; + text-align: center; + padding-bottom: 160px +} + +.section-HoRaku h1 { + color: #fff; + margin-bottom: 32px +} + +.section-3doj2D { + background: -webkit-gradient(linear, left top, left bottom, from(#161a29), to(#1b2138)); + background: linear-gradient(180deg, #161a29 0, #1b2138); + border-bottom: none +} + +.content-3yrO7g { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + font-weight: 400; + padding-bottom: 192px; + max-width: 660px; + margin: 0 auto +} + +.content-3yrO7g a { + color: #7289da +} + +.content-3yrO7g a:hover { + text-decoration: underline +} + +.content-3yrO7g, +.content-3yrO7g h2, +.content-3yrO7g li, +.content-3yrO7g p { + color: rgba(255, 255, 255, 50%) +} + +.content-3yrO7g ul { + margin: 12px 40px 0 +} + +.content-3yrO7g ul li { + font-size: 16px; + line-height: 24px; + margin-bottom: 8px; + list-style: disc +} + +.content-3yrO7g h2 { + margin-top: 72px; + font-family: Menlo, Consolas, Monaco, monospace +} + +.content-3yrO7g .intro-3zo6w8 { + color: #65d6ad +} + +.content-3yrO7g .approach-2eyJZe { + color: #f98e70 +} + +.content-3yrO7g .rules-1mDuQK { + color: #ff7878 +} + +.content-3yrO7g .rulesSubtitle-YwyctS { + color: rgba(255, 255, 255, 50%); + font-size: 16px; + font-weight: 400 +} + +.content-3yrO7g .line-38FHcn { + margin-top: 72px; + -ms-flex-item-align: center; + align-self: center; + background-color: rgba(255, 255, 255, 10%); + width: 330px; + height: 1px +} + +.section-2wHuwI { + padding-top: 72px; + background-color: #161a29; + position: relative; + height: calc(100vh - 72px); + max-height: 828px; + min-height: 568px; + border-bottom: none; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.background-H3OV_c { + left: 0; + right: 0; + height: 100%; + overflow: hidden +} + +.background-H3OV_c, +.background-H3OV_c>* { + position: absolute; + bottom: 0 +} + +.background-H3OV_c>* { + overflow: visible +} + +.background-H3OV_c svg, +.background-H3OV_c svg * { + -webkit-transform-origin: center; + transform-origin: center +} + +.stars-2yAw-5 { + left: 50%; + margin-left: -720px; + top: 0; + bottom: auto +} + +.treeLargeRepeatLefter-3UeNx_ { + left: 50%; + margin-left: -1381px +} + +.treeSmallLefter-2xnXI1 { + left: 50%; + margin-left: -1386px; + -webkit-transform: scaleX(-1); + transform: scaleX(-1) +} + +.treeLargeHoleLeft-7gVQrF { + left: 50%; + margin-left: -770px +} + +.treeSmallLeft-I9_gny { + left: 50%; + margin-left: -758px +} + +.treeLargeRepeatRight-23VEJs { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + left: 50%; + margin-left: 119px +} + +.treeSmallRight-1VRcpj { + left: 50%; + margin-left: 114px +} + +.treeLargeRepeatRighter-2cibiZ { + left: 50%; + margin-left: 819px +} + +.treeSmallRighter-2Grgeq { + left: 50%; + margin-left: 714px; + -webkit-transform: scaleX(-1); + transform: scaleX(-1) +} + +.fire-2gC23H { + left: 50%; + margin-left: -200px +} + +.bugSmall-2oCrJF { + left: 50%; + margin-left: 603px; + bottom: 280px +} + +.bugMedium-2_Q_Oe { + left: 50%; + margin-left: -140px; + bottom: 720px; + -webkit-transform: rotate(120deg); + transform: rotate(120deg) +} + +.bugLarge-2sdbxI { + left: 50%; + margin-left: 182px; + bottom: 8px +} + +.content-13wICY { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 100% +} + +.logo-2piLCv { + z-index: 1 +} + +.button-1e11ba { + pointer-events: all; + margin-top: 72px +} + +.section-2LlqWO { + position: relative; + padding: 120px 0; + background-color: #161a29 +} + +.title-3rBzpA { + color: #9ba9cc; + margin-bottom: 72px +} + +.row-3JcE14 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.thanksBadge-Buu2vJ { + -ms-flex-item-align: center; + align-self: center +} + +.usersWrapper-ES9TWY { + margin: 0 0 0 72px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.users-17gBjM:first-child { + margin-right: 16px +} + +.users-17gBjM:nth-child(2) { + margin-left: 16px +} + +.user-2O_QN6 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 8px 0 +} + +.profilePicture-2-rkId { + width: 22px; + height: 22px; + border-radius: 100%; + margin-right: 8px +} + +.username-2aAx-s { + font-size: 18px; + line-height: 24px; + color: rgba(255, 255, 255, 60%) +} + +.username-2aAx-s:hover { + color: #fff +} + +@media screen and (max-width:768px) { + .section-2LlqWO .row-3JcE14 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .section-2LlqWO .row-3JcE14 .usersWrapper-ES9TWY { + margin: 48px 0 0 + } +} + +.background-1UVfQx { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 100%; + overflow: hidden; + pointer-events: none +} + +.background-1UVfQx>* { + position: absolute; + top: 0 +} + +.stars-3MoCyb { + +leftp: 1440px 0; + top: auto; + bottom: 0; + -webkit-transform: scaleY(-1); + transform: scaleY(-1) +} + +.otherwise1-2b46W8 { + top: -3px; + +leftp: 418px -400px +} + +.otherwise2-EJ9Jp5 { + top: -3px; + +leftp: 508px 300px +} + +.content-3ZCjO6 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + height: 100% +} + +section { + font-weight: 400 +} + +section h1, +section h2, +section h3, +section h4, +section h5, +section h6 { + font-family: 'Rubik', sans-serif; + color: #4f545c +} + +section h1 { + font-weight: 700; + font-size: 36px; + line-height: 44px; + margin: 0 +} + +section h2 { + font-weight: 500; + font-size: 26px; + line-height: 34px; + margin: 52px 0 0 +} + +section h3 { + font-weight: 500; + font-size: 24px; + line-height: 30px; + margin: 48px 0 0 +} + +section h4 { + font-weight: 500; + font-size: 18px; + line-height: 23px; + margin: 36px 0 0 +} + +section h5 { + font-weight: 400; + font-size: 16px; + line-height: 20px; + margin: 32px 0 0 +} + +section h6 { + font-weight: 400; + font-size: 14px; + line-height: 17px; + margin: 28px 0 0 +} + +section p { + font-family: 'Rubik', sans-serif; + font-weight: 400; + color: #737f8d; + font-size: 16px; + line-height: 24px; + margin-top: 12px +} + +section p.blurb { + line-height: 20px; + text-align: center; + max-width: 740px; + margin-left: auto; + margin-right: auto +} + +section p a { + color: #fff +} + +section p a:hover { + color: #b3b3b3; + text-decoration: none +} + +.header-1jFZM3 { + position: absolute +} + +.iconWrap-3bcRRc { + border-bottom: none; + padding: 72px 0; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.icons-2NEElx, +.iconWrap-3bcRRc { + position: relative +} + +.icons-2NEElx { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 124px; + z-index: 6 +} + +.icon-HG-3Tu { + position: relative; + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0); + -webkit-animation: float-partner-server-circles-23Q8SF 4s ease-in-out infinite alternate; + animation: float-partner-server-circles-23Q8SF 4s ease-in-out infinite alternate; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.iconBottom-3ls3Tb { + -webkit-animation-delay: 1s; + animation-delay: 1s; + top: calc(100% - 100px) +} + +.iconMiddle-gr5ABs { + -webkit-animation-delay: .5s; + animation-delay: .5s; + top: calc(50% - 50px) +} + +.iconTop-2gFYFX { + top: 0 +} + +.live-28VQr9:after { + position: absolute; + right: -12px; + bottom: -4px; + content: "live"; + text-transform: uppercase; + padding: 7px 12px; + background-color: #f04747; + border: 4px solid #fff; + border-radius: 62px; + font-size: 16px; + font-weight: 500; + line-height: 16px; + color: #fff +} + +.image-aS6sCY { + position: relative; + width: 100%; + z-index: 6; + pointer-events: none +} + +.imageCircles-2-bT6S { + border-radius: 100%; + -webkit-transition: .2s ease-out; + transition: .2s ease-out; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + transition-property: opacity, transform; + transition-property: opacity, transform, -webkit-transform; + opacity: .8 +} + +.imageCircles-2-bT6S:hover { + -webkit-transform: scale3d(1.1, 1.1, 1); + transform: scale3d(1.1, 1.1, 1); + opacity: 1 +} + +.imageSquares-2bFNTa { + border-radius: 12px; + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1) +} + +@-webkit-keyframes float-partner-server-circles-23Q8SF { + 0% { + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) + } + to { + -webkit-transform: translate3d(0, 8px, 0); + transform: translate3d(0, 8px, 0) + } +} + +@keyframes float-partner-server-circles-23Q8SF { + 0% { + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) + } + to { + -webkit-transform: translate3d(0, 8px, 0); + transform: translate3d(0, 8px, 0) + } +} + +@media screen and (max-width:848px) { + .iconWrap-3bcRRc { + padding: 20px 0; + background-color: #f9f9f9 + } +} + +.sizeTiny-1PEBlb { + font-size: 14px +} + +.sizeSmall-7PUshr { + font-size: 16px +} + +.sizeMedium-2cmn1g { + font-size: 18px +} + +.sizeLarge-2ysLGu { + font-size: 20px +} + +.sizeHeading3-hRWP5k { + font-size: 24px +} + +.sizeHeading2-1lW9et { + font-size: 26px +} + +.sizeHeading1-3-OgKF { + font-size: 36px +} + +.sizeHero-2jLhXq { + font-size: 50px +} + +.lineTiny-20O15_ { + line-height: 1.2 +} + +.lineSmall-ToFpGB { + line-height: 1.3 +} + +.lineMedium-3GOePE { + line-height: 1.5 +} + +.lineLarge-2G0ms4 { + line-height: 1.6666666666666667 +} + +.headingDefault-1oVaTd { + color: #4f545c +} + +.headingDefault-1oVaTd, +.textDefault-1mTLiI { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif +} + +.textDefault-1mTLiI, +.textTiny-2fbTRN { + color: #2e3338 +} + +.textTiny-2fbTRN {} + +.textSmall-3oII1L { + color: #2e3338 +} + +.textMedium-2-4rKJ { + color: #2e3338 +} + +.textLarge-2qb8Sz { + color: #2e3338 +} + +.textHero-3Gtxa9 { + color: #4f545c +} + +.textH1-Zemj9P { + color: #4f545c +} + +.textH2-1Y_d0e { + color: #4f545c +} + +.textH3-2Dq1Um { + color: #4f545c +} + +.textH4-23WniQ { + color: #4f545c +} + +.textH5-zwHPb6 { + color: #4f545c +} + +.textH6-2TdcQm { + color: #4f545c +} + +.theme-blurple .headingDefault-1oVaTd, +.theme-blurple .textDefault-1mTLiI, +.theme-dark .headingDefault-1oVaTd { + color: #fff +} + +.theme-dark .textDefault-1mTLiI { + color: #c7ccd1 +} + +.theme-light .headingDefault-1oVaTd { + color: #4f545c +} + +.theme-light .textDefault-1mTLiI { + color: #9099a4 +} + +.pageSectionDefault-B71UBW { + color: #2e3338; + overflow: hidden +} + +.pageSectionWrapper-3-JP1O { + margin: 0 auto; + max-width: 1440px +} + +.widthDefault-1dErvg { + padding: 0 4.16666667% +} + +@media screen and (max-width:848px) { + .widthDefault-1dErvg { + padding: 0 30px + } +} + +.widthFull-3WtB1I { + padding: 0 +} + +.widthNarrow-1i_UBo { + padding: 0 15.27777777777778% +} + +@media screen and (max-width:848px) { + .widthNarrow-1i_UBo { + padding: 0 30px + } +} + +.widthHalf-O3EkLQ { + padding: 0; + margin-left: auto; + margin-right: auto; + width: 50% +} + +@media screen and (max-width:848px) { + .widthHalf-O3EkLQ { + width: auto; + padding: 0 30px + } +} + +.theme-blurple .pageSectionDefault-B71UBW, +.theme-dark .pageSectionDefault-B71UBW { + color: #fff +} + +.alignLeft-3QZIle { + text-align: left +} + +.alignCenter-29pAd5 { + text-align: center +} + +.alignRight-mq3zBU { + text-align: right +} + +.alignJustify-3ZUbO3 { + text-align: justify +} + +.sectionWrap-1qrhQ_ { + background-color: #18191c +} + +.flexWrap-3z8yjP { + height: 300px; + position: relative; + z-index: 5 +} + +.leftHalf-xn3yHR { + height: 100%; + background: no-repeat 0 100% url(/assets/8e4f65c07b3a983f6f1667fc75c03073.png); + background-size: contain +} + +.leftHalf-xn3yHR, +.rightHalf-3hvrwA { + -ms-flex-preferred-size: 50%; + flex-basis: 50% +} + +.rightHalf-3hvrwA { + padding-left: 50px; + text-align: left +} + +.text-2tsgAz { + opacity: .6 +} + +.grabButton-1MDfQS { + margin-top: 40px +} + +@media screen and (max-width:848px) { + .sectionWrap-1qrhQ_ { + background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #18191c), color-stop(70%, #738ef5)); + background: linear-gradient(180deg, #18191c 30%, #738ef5 70%); + padding-bottom: 10px + } + .flexWrap-3z8yjP { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .leftHalf-xn3yHR { + display: none + } + .rightHalf-3hvrwA { + text-align: center; + padding: 20px 5px 0 + } +} + +.textWrap-35XPD- { + z-index: 3; + text-align: left; + max-width: 430px +} + +.imageContainer-320gZu { + position: relative; + z-index: 3; + height: 800px; + width: 50% +} + +.imageCenterer-bN1XJv { + position: relative; + width: 80%; + height: 100%; + margin: 0 auto +} + +.sectionWrap-2TQf_I { + padding-bottom: 240px; + overflow: visible +} + +.innerWrap-3mhScC { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.genreTitle-8T6twh { + text-transform: uppercase; + margin: 20px 0 10px; + font-size: 14px; + font-weight: 400 +} + +.animation-3cAPRp, +.card-2Cvo1h { + position: absolute; + top: 0; + left: 0; + max-height: 100%; + max-width: 100% +} + +.animation-3cAPRp { + image-rendering: crisp-edges; + z-index: 5 +} + +.genreBase-1Yr_8d { + position: absolute; + opacity: 0; + left: 5%; + top: 45%; + max-width: 90%; + max-height: 25% +} + +.genre-2m5tFO { + z-index: 1; + -webkit-animation-name: popIn-37s6kK; + animation-name: popIn-37s6kK; + -webkit-animation-duration: .4s; + animation-duration: .4s; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-delay: .2s; + animation-delay: .2s; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both +} + +.genreHidden-2KUknT { + z-index: 0; + -webkit-animation-name: popOut-1wN1eQ; + animation-name: popOut-1wN1eQ; + -webkit-animation-duration: .3s; + animation-duration: .3s; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both +} + +.genreButton-YhfKZJ { + margin-right: 8px; + height: 25px; + font-weight: 400; + min-width: 68px; + border-radius: 3px; + cursor: pointer +} + +.genreButtonInactive-2U4Xn8 { + background-color: transparent; + color: #43b581; + border: 1px solid #d9f0e6; + -webkit-transition: all .1s; + transition: all .1s +} + +.genreButtonInactive-2U4Xn8:hover { + border: 1px solid #b4e1cd +} + +.genreButtonActive-3iLf4s { + background-color: #43b581; + color: #fff; + -webkit-box-shadow: 0 9px 30px 0 rgba(54, 57, 63, .1); + box-shadow: 0 9px 30px 0 rgba(54, 57, 63, .1); + position: relative; + z-index: 3 +} + +.gradientBg-2Hydm5 { + position: relative; + right: 0; + height: 850px; + width: 100%; + background: -webkit-gradient(linear, left top, right top, from(#f9f9f9)); + background: linear-gradient(90deg, #f9f9f9) +} + +@media screen and (max-width:848px) { + .textWrap-35XPD- { + position: relative + } + .sectionWrap-2TQf_I { + padding: 0 + } + .innerWrap-3mhScC { + -webkit-box-orient: vertical!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: column!important; + flex-direction: column!important; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .gradientBg-2Hydm5 { + display: none + } + .textWrap-35XPD- { + margin: 20px 0; + max-width: 90% + } + .imageContainer-320gZu { + min-width: 100%; + height: 460px + } + .genreButton-YhfKZJ { + min-width: 60px; + margin-right: 4px + } + .animation-3cAPRp, + .card-2Cvo1h { + max-width: 100%; + top: 0 + } +} + +@-webkit-keyframes popIn-37s6kK { + 0% { + -webkit-transform: translate3d(30px, 0, 0); + transform: translate3d(30px, 0, 0); + opacity: 0 + } + 20% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } +} + +@keyframes popIn-37s6kK { + 0% { + -webkit-transform: translate3d(30px, 0, 0); + transform: translate3d(30px, 0, 0); + opacity: 0 + } + 20% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } +} + +@-webkit-keyframes popOut-1wN1eQ { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + opacity: 0 + } +} + +@keyframes popOut-1wN1eQ { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + opacity: 0 + } +} + +.sectionWrap-2kXKAL { + background-image: url(/assets/999055db6ea536c96d2f1234536aa290.svg), -webkit-gradient(linear, left bottom, left top, from(#f9f9f9)); + background-image: url(/assets/999055db6ea536c96d2f1234536aa290.svg), linear-gradient(0deg, #f9f9f9); + background-repeat: no-repeat, no-repeat; + background-size: auto, 50% 850px; + background-position: top, 100% 0 +} + +.featuresWrap-Bkfv91 { + position: relative; + overflow: inherit +} + +.waveIntegration-qS2U0j { + position: absolute; + left: 0; + bottom: 0; + min-width: 100%; + height: 400px; + background: no-repeat top url(/assets/d58bb9d8b850501d81a1571d0c4123f2.svg); + background-size: cover; + -webkit-transform: translateY(15%); + transform: translateY(15%) +} + +@media screen and (max-width:848px) { + .sectionWrap-2kXKAL { + background: #f9f9f9 + } + .featuresWrap-Bkfv91 { + padding-bottom: 100px + } +} + +.sectionTitle-2qRKXT { + width: 760px +} + +.heroWrap-36GKhh { + padding-bottom: 200px +} + +.sectionText-2Ko-yX { + position: relative; + z-index: 5; + margin-top: 160px +} + +.sectionSubtitle-NPDVfR { + font-weight: 300; + text-shadow: 0 0 30px #7a90f0 +} + +@media screen and (max-width:848px) { + .sectionTitle-2qRKXT { + width: auto; + max-width: 760px + } + .heroWrap-36GKhh { + background: -webkit-gradient(linear, left top, left bottom, from(#8d92e0), to(#798ff1)); + background: linear-gradient(180deg, #8d92e0, #798ff1) + } + .sectionText-2Ko-yX { + margin: 100px 20px 0; + padding-bottom: 40px + } + .sectionSubtitle-NPDVfR { + opacity: .6; + font-size: 18px; + line-height: 30px + } +} + +.sectionWrap-3VZXCG { + background-color: #18191c; + position: relative; + overflow: visible +} + +.content-1DsvCt { + position: relative; + z-index: 4 +} + +.subtitle-3NK66y { + max-width: 720px +} + +.codeSnippet-Hc69wy { + -webkit-box-shadow: 0 9px 30px 0 rgba(24, 25, 28, .1); + box-shadow: 0 9px 30px 0 rgba(24, 25, 28, .1); + background: #202225; + border-radius: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 40px 0; + max-width: 100%; + padding: 8px; + position: relative; + text-align: left; + z-index: 3 +} + +.waveCta-j_fZv9 { + z-index: 3; + bottom: -70%; + height: 100%; + background: no-repeat 50% url(/assets/36a002c24cf5b75592ea1ff433faa364.svg); + background-size: cover +} + +.dots-ADMhJE, +.waveCta-j_fZv9 { + position: absolute; + left: 0; + width: 100% +} + +.dots-ADMhJE { + z-index: 2; + height: 1200px; + background-image: url(/assets/b94644a146addf0735ba5dddbc081ee5.svg), url(/assets/ebe7dc9c757c3374cfe6f43a9c3a36a4.svg), url(/assets/dd63d446545f69e65495c34725ae31a8.svg); + background-repeat: no-repeat, no-repeat, no-repeat; + background-position: 100%, top, 0 0 +} + +@media screen and (max-width:848px) { + .codeSnippet-Hc69wy { + display: none + } + .sectionWrap-3VZXCG { + padding-bottom: 200px + } + .dots-ADMhJE { + background: no-repeat top url(/assets/ebe7dc9c757c3374cfe6f43a9c3a36a4.svg) + } +} + +#rich-presence-code-block .hljs { + background: #040405; + color: #c7ccd1; + display: block; + font-family: monospace; + font-size: 16px; + line-height: 1.5; + overflow-x: auto; + padding: 20px; + text-align: left; + -webkit-text-size-adjust: none +} + +#rich-presence-code-block .hljs-built_in, +#rich-presence-code-block .hljs-class, +#rich-presence-code-block .hljs-keyword, +#rich-presence-code-block .hljs-literal, +#rich-presence-code-block .hljs-meta-string, +#rich-presence-code-block .hljs-name, +#rich-presence-code-block .hljs-number, +#rich-presence-code-block .hljs-string, +#rich-presence-code-block .hljs-symbol, +#rich-presence-code-block .hljs-type { + color: #7289da +} + +.testimonialSection-3TJFfg { + margin: 240px 0 40px; + padding: 10px 0; + position: relative; + z-index: 5 +} + +.cardWrap-1nt4dQ { + -ms-flex-preferred-size: 33.333333333%; + flex-basis: 33.333333333%; + max-width: 460px; + min-width: 400px +} + +.card-3ssKkp { + padding: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.text-YphMu8 { + margin-top: 0!important +} + +.game-3GxqZP { + text-transform: uppercase; + color: #4f545c; + text-align: left; + letter-spacing: .35px; + margin-top: 20px; + font-size: 14px; + font-weight: 500 +} + +@media screen and (max-width:848px) { + .testimonialSection-3TJFfg { + background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f9f9f9)); + background: linear-gradient(180deg, transparent, #f9f9f9); + margin: 0; + padding: 80px 0 20px + } + .game-3GxqZP { + font-size: 16px + } +} + +.header-2Z-guA { + position: absolute +} + +.footer-3syR0R { + position: relative; + z-index: 5 +} + +.imgWrapper-1PgGaj { + position: absolute; + top: 0; + width: 100%; + overflow: hidden +} + +.waveHeroBg-2jk94n { + width: calc(1500px + 50vw); + z-index: 4 +} + +.bgImage-2qIkw- { + position: relative; + left: 50%; + -webkit-transform: translate(-50%); + transform: translate(-50%); + z-index: 5; + margin-top: 140px; + overflow: hidden +} + +.backgroundDots-2SB-CR { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: no-repeat 0 url(/assets/b06efbace78ee100a468d49efce3a39b.svg); + background-size: contain +} + +@media screen and (max-width:848px) { + .backgroundDots-2SB-CR, + .gradientBg-1DQDQV, + .waveHeroBg-2jk94n { + display: none + } +} + +.container-_lCV17 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + color: #fff; + color: var(--white); + overflow: hidden +} + +.content-1SgXGN { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center +} + +.title-o2rsbN { + color: #fff; + color: var(--white) +} + +.subtitle-1osIcq { + margin-top: 16px +} + +.sparklesContainer-232vON { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-3Pt6hN { + margin-top: 40px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.cta-2wwLCC { + margin-top: -32px; + min-width: 280px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spinner-2dHvKx { + width: 24px; + height: 24px +} + +.spinnerItem-2G7biX { + background-color: #fff; + background-color: var(--white) +} + +.error-3FYCqH { + margin-top: 16px; + color: #c80000 +} + +.container-1XUK_U { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-2YnqSq { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.faq-3O2dEL { + margin-top: 40px; + row-gap: 16px +} + +.question-2pJ8jn { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.container-2q8jWI { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.row-CP0DJg { + row-gap: 24px +} + +.tile-1hEKDY { + grid-column: span 4 +} + +.oauthButton-ykEnYX { + margin: 6px +} + +.oauthButton-ykEnYX img { + height: 20px; + width: 20px +} + +.oauthButtonDisabled-3UTrY5 { + cursor: not-allowed; + opacity: .25 +} + +.oauthButtonTwitch-3XhY2a { + background-color: #593695 +} + +.oauthButtonTwitch-3XhY2a:hover { + background-color: #3d2565 +} + +.oauthButtonYoutube-3ofwBR { + background-color: #cb2120 +} + +.oauthButtonYoutube-3ofwBR:hover { + background-color: #8a1616 +} + +.oauthButtonReddit-jFgeSy { + background-color: #ff4500 +} + +.oauthButtonReddit-jFgeSy:hover { + background-color: #ad2f00 +} + +.oauthButtonFacebook-3K2Rby { + background-color: #355089 +} + +.oauthButtonFacebook-3K2Rby:hover { + background-color: #24365d +} + +.oauthButtonTwitter-JbQANI { + background-color: #1da1f2 +} + +.oauthButtonTwitter-JbQANI:hover { + background-color: #146da5 +} + +.oauthButtonGithub-CaF_cv { + background-color: #191717 +} + +.oauthButtonGithub-CaF_cv:hover { + background-color: #111010 +} + +.oauthButtonsWrapper-XNSMR5 { + margin: -6px +} + +.confirmTerms-2eJ0sD { + font-size: 12px +} + +.confirmTerms-2eJ0sD a { + color: #7289da +} + +.confirmTerms-2eJ0sD a:hover { + color: #677bc4 +} + +.userHeaderSection-JApf-9 { + padding-bottom: 0 +} + +.severSelectSection-2awgsP { + padding-top: 0 +} + +.submitStepWrapper-2-joYc { + height: 100%; + text-align: center +} + +.submitStepHeading-3ECxrh { + margin: 20px 0 +} + +.container-3ehh8p { + background-color: #5b90ff; + overflow: hidden +} + +.contentOuterContainer-1aowXi { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + z-index: 1; + margin-bottom: 60vw +} + +.contentContainer-VhSPiS { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.label-2cHdb0 { + color: #fff; + color: var(--white) +} + +.title-nlmKXS { + margin-top: 16px; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-3i7ivv { + color: #fff; + color: var(--white) +} + +.cta-1Yl6X0, +.subtitle-3i7ivv { + margin-top: 40px +} + +.cta-1Yl6X0 { + min-width: 280px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spinner-F2xW4c { + width: 24px; + height: 24px +} + +.error-Of3aqM { + margin-top: 16px; + color: #c80000 +} + +.imageContainer-3hApMZ { + position: relative; + z-index: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.heroImage-3vI7sc { + position: absolute; + bottom: 0; + left: 50% +} + +.animationPaused-2nvXEH .heroImage-3vI7sc, +.animationPaused-2nvXEH .sparkle1-3BKfJW, +.animationPaused-2nvXEH .sparkle2-g417BH, +.animationPaused-2nvXEH .sparkle3-amO1Jz { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.cloud1-2MPH3J { + margin-bottom: 107px; + margin-left: -80px; + display: none; + -webkit-animation: shift-right-WzwkAw 1200s linear forwards; + animation: shift-right-WzwkAw 1200s linear forwards +} + +.billboardContainer-Y4xPe5 { + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + font-size: 0 +} + +.billboard-1EptHr { + max-width: 80vw +} + +.sparkle1-3BKfJW, +.sparkle2-g417BH, +.sparkle3-amO1Jz { + opacity: 0 +} + +.sparkle1-3BKfJW { + top: 9.5%; + left: 64%; + max-width: 3.5vw +} + +.sparkle1-3BKfJW, +.sparkle2-g417BH { + position: absolute; + -webkit-animation: sparkle-2hBZg5 3s infinite; + animation: sparkle-2hBZg5 3s infinite +} + +.sparkle2-g417BH { + top: 18.6%; + left: 30.5%; + max-width: 3vw; + -webkit-animation-delay: 2.1s; + animation-delay: 2.1s +} + +.sparkle3-amO1Jz { + position: absolute; + top: 41%; + left: 40%; + max-width: 1.4vw; + -webkit-animation: sparkle-2hBZg5 3s infinite; + animation: sparkle-2hBZg5 3s infinite; + -webkit-animation-delay: 1.1s; + animation-delay: 1.1s +} + +.cloud2-3176e0 { + margin-bottom: 151px; + margin-left: 347px; + -webkit-animation: shift-right-WzwkAw 3200s linear forwards; + animation: shift-right-WzwkAw 3200s linear forwards +} + +.island-2ZURot { + margin-bottom: 152px; + margin-left: -256px; + -webkit-animation: shift-right-WzwkAw 3840s linear forwards; + animation: shift-right-WzwkAw 3840s linear forwards +} + +.cloud3-8a41Zp { + margin-bottom: 29px; + margin-left: 320px; + -webkit-animation: shift-right-WzwkAw 1920s linear forwards; + animation: shift-right-WzwkAw 1920s linear forwards +} + +.ship-dyDLz_ { + margin-bottom: 61px; + margin-left: 259px; + -webkit-animation: shift-right-WzwkAw 4800s linear forwards; + animation: shift-right-WzwkAw 4800s linear forwards +} + +.cloud5-2C5uLH { + margin-bottom: 205px; + margin-left: 529px; + -webkit-animation: shift-right-WzwkAw 3840s linear forwards; + animation: shift-right-WzwkAw 3840s linear forwards +} + +.cloud4-2T_jeh { + margin-left: 21px; + -webkit-animation: shift-right-WzwkAw 4800s linear forwards; + animation: shift-right-WzwkAw 4800s linear forwards +} + +@media screen and (min-width:768px) { + .contentOuterContainer-1aowXi { + margin-bottom: 480px + } +} + +@media screen and (min-width:1024px) { + .contentContainer-VhSPiS { + grid-column: span 5 + } + .contentOuterContainer-1aowXi { + margin-bottom: 0 + } + .billboardContainer-Y4xPe5 { + margin-left: -64px + } + .billboardContainer-Y4xPe5, + .imageContainer-3hApMZ { + -webkit-transform: none; + transform: none + } + .cloud1-2MPH3J { + display: block + } +} + +@-webkit-keyframes shift-right-WzwkAw { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@keyframes shift-right-WzwkAw { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@-webkit-keyframes sparkle-2hBZg5 { + 0% { + opacity: 0 + } + 30% { + opacity: 1 + } + to { + opacity: 0 + } +} + +@keyframes sparkle-2hBZg5 { + 0% { + opacity: 0 + } + 30% { + opacity: 1 + } + to { + opacity: 0 + } +} + +.card-gtAJTX { + background: #fff; + background: var(--white); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + padding: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.avatar-njyF9g { + width: 40px; + height: 40px; + border-radius: 50% +} + +.quote-1hDibB { + margin-top: 20px; + margin-bottom: 20px +} + +.author-3H3Goe { + color: #7289da; + color: var(--brand-primary); + margin-top: auto; + text-align: end +} + +.author-3H3Goe:before { + content: "\2014 " +} + +.container-308kMD { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-3AIKcD { + margin-bottom: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.testimonials-2RQLiC { + row-gap: 24px +} + +.testimonial-3IBvdf { + grid-column: span 4 +} + +.container-3anwj2 { + color: #23272a; + color: var(--not-quite-black) +} + +.header-33numU { + background-color: #5b90ff +} + +.modalBase-3U66zA { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 9999; + height: 100% +} + +.modal-xlppNm { + opacity: 0; + pointer-events: none +} + +.modal-xlppNm, +.modalOpen-7_ovSn {} + +.modalOpen-7_ovSn { + opacity: 1; + pointer-events: auto; + background-color: rgba(0, 0, 0, .75) +} + +.modalContent-15n7SZ { + -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5); + box-shadow: 0 0 20px rgba(0, 0, 0, .5); + background-color: #fff; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + border-radius: 5px; + max-width: 400px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.modalInner-dETL6- { + padding: 25px +} + +.modalHeaderBase-24hb5a { + text-transform: uppercase; + text-align: center; + font-weight: 700; + line-height: 1.3; + font-size: 18px +} + +.modalHeader-1AQ9j6 { + color: #7289da +} + +.modalHeaderDanger-6Wv1sz { + color: #f04747 +} + +.textBase-JxDA4k { + text-align: center; + line-height: 1.2; + margin-top: 16px; + font-size: 18px +} + +.modalText-M9z_I7 { + font-weight: 400; + color: #9099a4 +} + +.modalTextWarning-2YO4z7 { + font-weight: 500; + color: #c03939 +} + +.modalFooter-WY3c7a { + border-top: 1px solid #f2f2f2; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 15px 25px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + background-color: #f8f9f9 +} + +.footerButtonBase-1O2g9P { + cursor: pointer; + display: block; + font-weight: 500; + outline: none; + font-size: 16px; + border: 0 +} + +.modalFooterButton-XdS1ri { + background-color: #7289da; + margin: 0 0 0 15px; + color: #fff; + padding: 8px 15px; + border-radius: 5px +} + +.modalFooterButtonLame-2vzpKO { + height: 26px; + -ms-flex-item-align: center; + align-self: center; + margin: 0 10px; + padding: 0; + border-radius: 0; + background: none; + color: #949494; + border-bottom: 2px solid transparent +} + +.modalFooterButtonLame-2vzpKO:hover { + border-bottom: 2px solid #9099a4 +} + +.modalFooterButtonDanger-WgSR1g { + background: #f04747; + margin: 0 0 0 15px; + color: #fff; + padding: 8px 15px; + border-radius: 5px +} + +.modalFooterButtonDanger-WgSR1g:hover { + background: #a33030 +} + +.modalFooterButtonDanger-WgSR1g:disabled { + cursor: default; + background: #f9b5b5!important +} + +.promptContent-3SWkaU { + max-width: 500px +} + +.promptInput-k3A7ip { + width: 100%; + -webkit-box-sizing: border-box; + border: none; + border-bottom: 2px solid #4d4d4d; + font-size: 16px; + padding: 4px 5px; + margin: 15px 10px 10px; + outline: none; + box-sizing: border-box +} + +.promptInput-k3A7ip:focus, +.promptInput-k3A7ip:hover { + border-bottom: 2px solid #7289da +} + +.wrapper-2rcBnp { + color: #9099a4; + font-weight: 400; + font-size: 18px; + line-height: 30px; + width: 100% +} + +.wrapper-2rcBnp hr { + background: #e3e5e8; + border: none; + height: 1px; + margin: 30px 0 +} + +.wrapper-2rcBnp ol, +.wrapper-2rcBnp pre, +.wrapper-2rcBnp ul { + margin-bottom: 20px +} + +.wrapper-2rcBnp .link-1Sce9E, +.wrapper-2rcBnp a { + color: #7289da; + font-weight: 500; + text-decoration: underline; + -webkit-text-decoration-color: #e3e7f8; + text-decoration-color: #e3e7f8 +} + +.wrapper-2rcBnp .link-1Sce9E:active, +.wrapper-2rcBnp .link-1Sce9E:focus, +.wrapper-2rcBnp a:active, +.wrapper-2rcBnp a:focus { + color: #7289da; + text-decoration: underline; + -webkit-text-decoration-color: #7289da; + text-decoration-color: #7289da +} + +.wrapper-2rcBnp .link-1Sce9E:hover, +.wrapper-2rcBnp a:hover { + color: #7289da; + text-decoration: underline; + -webkit-text-decoration-color: #8ea1e1; + text-decoration-color: #8ea1e1 +} + +.wrapper-2rcBnp .paragraph-eSqr--, +.wrapper-2rcBnp p { + color: #9099a4; + display: block; + font-family: inherit; + font-size: 18px; + font-weight: inherit; + line-height: 1.6666666666666667; + margin-top: 20px +} + +.wrapper-2rcBnp .h1-2Z6ONX, +.wrapper-2rcBnp .h2-2O2CvA, +.wrapper-2rcBnp .h3-jzV9a8, +.wrapper-2rcBnp .h4-Ddxhiz, +.wrapper-2rcBnp .h5-1hqJe3, +.wrapper-2rcBnp .h6-2Qx3SU, +.wrapper-2rcBnp h1, +.wrapper-2rcBnp h2, +.wrapper-2rcBnp h3, +.wrapper-2rcBnp h4, +.wrapper-2rcBnp h5, +.wrapper-2rcBnp h6 { + color: #4f5660; + font-family: inherit; + letter-spacing: .05em; + text-transform: uppercase +} + +.wrapper-2rcBnp .h1-2Z6ONX, +.wrapper-2rcBnp h1 { + font-size: 26px; + font-weight: 600; + line-height: 1.2; + margin-top: 35px +} + +.wrapper-2rcBnp .h2-2O2CvA, +.wrapper-2rcBnp h2 { + font-size: 22px; + font-weight: 500; + line-height: 1.3; + margin-top: 35px +} + +.wrapper-2rcBnp .h3-jzV9a8, +.wrapper-2rcBnp h3 { + font-size: 20px; + font-weight: 500; + line-height: 24px; + margin-top: 1.3 +} + +.wrapper-2rcBnp .h4-Ddxhiz, +.wrapper-2rcBnp .h5-1hqJe3, +.wrapper-2rcBnp .h6-2Qx3SU, +.wrapper-2rcBnp h4, +.wrapper-2rcBnp h5, +.wrapper-2rcBnp h6 { + font-size: 18px; + font-weight: 700; + line-height: 1.3; + margin-top: 25px +} + +.wrapper-2rcBnp .bold-38bwmA, +.wrapper-2rcBnp strong { + color: #747f8d; + font-weight: 600 +} + +.wrapper-2rcBnp .italics-vnEi_U, +.wrapper-2rcBnp em, +.wrapper-2rcBnp i { + font-style: italic +} + +.wrapper-2rcBnp .underline-2VbD5h, +.wrapper-2rcBnp u { + text-decoration: underline +} + +.wrapper-2rcBnp .listWrap-iYeXf-, +.wrapper-2rcBnp ol, +.wrapper-2rcBnp ul { + margin: 10px 0 0 15px +} + +.wrapper-2rcBnp .li-Sp4698, +.wrapper-2rcBnp li { + margin-top: 10px; + position: relative; + font-size: 18px; + line-height: 30px; + color: #9099a4 +} + +.wrapper-2rcBnp .li-Sp4698:before, +.wrapper-2rcBnp li:before { + font-family: Menlo, Consolas, Monaco, monospace; + font-size: 14px; + content: "\2022"; + color: #7289da; + position: absolute; + top: 0; + left: -15px +} + +.wrapper-2rcBnp ol { + list-style-type: decimal +} + +.wrapper-2rcBnp ol .li-Sp4698:before, +.wrapper-2rcBnp ol li:before { + display: none +} + +.wrapper-2rcBnp ol ol { + list-style-type: lower-alpha +} + +.wrapper-2rcBnp ol ol ol { + list-style-type: lower-roman +} + +.wrapper-2rcBnp .pre-13a24l, +.wrapper-2rcBnp pre { + white-space: pre-wrap +} + +.projectListWrapper-CS5AO6 { + background: #000; + font-family: Press Start\ 2P, cursive; + padding: 0 60px +} + +.projectList-2Pox24 { + height: 900px; + margin: 0 auto; + max-height: 100vh; + max-width: 1150px; + padding: 40px; + position: relative +} + +.projectList-2Pox24:after, +.projectList-2Pox24:before { + content: ""; + background: url(/assets/6628202cf9a9ef667956aaf87c0edda0.svg) 50% repeat-y; + width: 27px; + height: 100%; + z-index: 2 +} + +.projectList-2Pox24:before { + position: absolute; + top: 0; + left: 0 +} + +.projectList-2Pox24:after { + position: absolute; + top: 0; + right: 0 +} + +.sectionTitle-kMLmp4 { + color: #fff; + font-family: inherit; + font-size: 18px; + font-weight: 400; + line-height: 34px; + text-align: center; + margin: 0 auto 25px; + max-width: 750px +} + +.listWrapper-1WYWOL { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + line-height: 1.6; + padding: 0 40px; + position: relative; + z-index: 0 +} + +.listWrapper-1WYWOL ul { + margin: 0 +} + +.listWrapper-1WYWOL li { + font-size: 15px; + margin-top: 5px; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.listWrapper-1WYWOL li:before { + display: none +} + +.listWrapper-1WYWOL a { + color: #7289da; + font-weight: 400; + text-decoration: none!important +} + +.listWrapper-1WYWOL a:focus, +.listWrapper-1WYWOL a:hover { + color: #c7d0f0!important +} + +.list-1QD_EP { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 1; + -ms-flex: 1 1 50%; + flex: 1 1 50%; + max-width: 50% +} + +.listColumnA-1pt105 { + padding-right: 15px; + text-align: right +} + +.listColumnB-1lp8dp { + padding-left: 15px +} + +.libraries-3wtL4B { + position: relative +} + +.librariesWrapperOuter-1wVCaY { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: 0 auto; + max-width: 1000px +} + +.librariesWrapperOuter-1wVCaY:after, +.librariesWrapperOuter-1wVCaY:before { + background: url(/assets/2eb1d6746b7f5df4fba98d67601c2814.png) top repeat-x; + content: ""; + height: 53px; + pointer-events: none; + width: calc(100% - 4px); + z-index: 1 +} + +.librariesWrapperOuter-1wVCaY:before { + position: absolute; + top: 0; + left: 0 +} + +.librariesWrapperOuter-1wVCaY:after { + position: absolute; + bottom: 0; + left: 0; + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +.librariesWrapperInner-BjkKPb { + -webkit-box-sizing: border-box; + box-sizing: border-box; + max-height: 100%; + overflow-x: hidden; + overflow-y: scroll; + padding-top: 53px +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar { + width: 4px +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar-thumb { + background-color: #fff; + background-clip: padding-box +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar-track-piece { + background-color: #23262a; + background-clip: padding-box +} + +.viewLicensesWrapper-2uFYzg { + margin-top: 20px; + position: relative; + text-align: center +} + +.viewLicensesLink-3RmypY { + color: #fff; + display: inline-block; + position: relative; + text-transform: uppercase; + -webkit-transition: color .125s; + transition: color .125s +} + +.viewLicensesLink-3RmypY:before { + position: absolute; + right: 100%; + top: 50%; + color: #faa61a; + display: block; + content: ">"; + opacity: 0; + padding-right: 10px; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: color .125s, opacity .125s; + transition: color .125s, opacity .125s +} + +.viewLicensesLink-3RmypY:hover { + color: #faa61a +} + +.viewLicensesLink-3RmypY:hover:before { + opacity: 1 +} + +.icon-ANVrKy { + position: absolute; + right: 0; + top: 50%; + width: 30px; + height: 30px; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -moz-crisp-edges; + image-rendering: -o-pixelated; + image-rendering: pixelated; + cursor: pointer; + -webkit-transform: translateY(-50%); + transform: translateY(-50%) +} + +.iconOn-LkRB-i { + background: no-repeat url(/assets/8f3177a8e12a316f7be67e26bd1d4364.png); + background-size: contain +} + +.iconOff-1Eemi1 { + background: no-repeat url(/assets/e5b02e7cbc941c10665af53aaefd13a8.png); + background-size: contain +} + +.footerImage-ZLsQER { + display: block; + margin: 0 auto; + max-width: 864px; + width: 100% +} + +@media screen and (max-width:848px) { + .projectListWrapper-CS5AO6 { + padding: 0 10px + } + .sectionTitle-kMLmp4 { + font-size: 14px + } + .viewLicensesLink-3RmypY { + font-size: 12px + } + .list-1QD_EP { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + padding-left: 0; + padding-right: 0; + text-align: center + } + .listWrapper-1WYWOL { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .listWrapper-1WYWOL li { + font-size: 12px + } + .icon-ANVrKy { + width: 20px; + height: 20px + } +} + +.content-fFwzZb { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + max-width: 1400px; + width: 100% +} + +@media (max-width:1480px) { + .content-fFwzZb { + padding: 0 40px + } +} + +@media (max-width:848px) { + .content-fFwzZb { + padding-left: 20px; + padding-right: 20px + } +} + +.wrapper-2mfXq1 { + color: #b9bbbe; + margin-bottom: 100px; + text-align: center +} + +.wrapper-2mfXq1 a { + color: #7289da; + text-decoration: underline; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.wrapper-2mfXq1 a:hover { + color: #8ea1e1 +} + +.wrapperInner-1XWjRC { + margin: 0 auto; + max-width: 1320px +} + +.cardWrapper-1JmEPQ { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0 20px; + width: 50% +} + +.cardWrapper-1JmEPQ:first-child { + padding-left: 0 +} + +.cardWrapper-1JmEPQ:last-child { + padding-right: 0 +} + +.card-3vHihm { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin-bottom: 0; + padding: 32px 32px 32px 0; + text-align: left +} + +.cardContent-36TDwU { + overflow: hidden +} + +.cardImage-35rP3m { + margin-left: -30px; + margin-right: 32px +} + +.cardHeading-1r4xNW { + font-size: 18px; + font-weight: 500; + margin-bottom: 8px +} + +.cardBody-aJ-bsI { + color: #9099a4; + font-size: 17px; + margin-top: 0 +} + +.cardBody-aJ-bsI strong { + color: #7289da; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.cardBody-aJ-bsI strong:hover { + color: #4e5d94 +} + +.copy-3L-073 { + margin-top: 0 +} + +.copy-3L-073+.copy-3L-073 { + margin-top: 8px +} + +.modalContent-2My7XO { + max-width: 1150px; + width: 100% +} + +@media (max-width:824px) { + .wrapper-2mfXq1 { + margin-bottom: 60px; + text-align: left + } + .cardWrapper-1JmEPQ { + padding: 20px 0; + width: 100% + } + .cardWrapper-1JmEPQ:first-child { + padding-top: 0 + } + .cardWrapper-1JmEPQ:last-child { + padding-bottom: 0 + } +} + +.carousel-ZD5jRz { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + overflow: hidden +} + +.carouselDesktop-ln7u_G { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none +} + +.desktopItem-ZpiEzd { + pointer-events: all +} + +.arrow-2bF2hn, +.arrows-1E6KkS, +.desktopItem-ZpiEzd { + position: absolute +} + +.arrow-2bF2hn { + top: calc(50% - 22px); + width: 32px; + height: 32px; + pointer-events: all; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 2 +} + +.mobileArrowRight-3zZunN { + right: 36px +} + +.mobileArrowLeft-FTgBdx { + -webkit-transform: rotateY(180deg); + transform: rotateY(180deg); + left: 36px +} + +.arrowBackground-2tFUUj { + cursor: pointer; + top: calc(50% - 30px); + background-color: rgba(0, 0, 0, .2); + height: 48px; + width: 48px; + border-radius: 50%; + pointer-events: all; + position: absolute; + -webkit-transition: background-color .125s; + transition: background-color .125s; + z-index: 1 +} + +.arrowBackground-2tFUUj:hover { + background-color: rgba(0, 0, 0, .6) +} + +.arrowBackgroundRight-38dyAQ { + right: 28px +} + +.arrowBackgroundLeft-ovVEPo { + left: 28px +} + +.desktopArrow-2diyv3 { + position: absolute; + top: 50%; + left: 50%; + pointer-events: all; + width: 32px; + height: 32px +} + +.desktopArrowLeft-22tqeg { + -webkit-transform: translate(-50%, -50%) rotate(180deg); + transform: translate(-50%, -50%) rotate(180deg) +} + +.desktopArrowRight-3Vbz86 { + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%) +} + +.carouselMobile-17r7L3 { + width: 100%; + position: relative; + white-space: nowrap +} + +.mobileArrows-3aM1sX { + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + width: 100% +} + +.mobileItems-28-0pe { + width: 100% +} + +.mobileItem-2HqD9a { + display: inline-block; + position: relative; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100% +} + +.mobileArrow-1AboUj { + pointer-events: all; + cursor: pointer +} + +.card-3A1H8E { + background-color: #202225; + border-radius: 5px; + -webkit-box-shadow: 0 9px 30px rgba(6, 6, 7, .3); + box-shadow: 0 9px 30px rgba(6, 6, 7, .3); + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #c7ccd1; + margin: 0 20px; + min-height: 494px; + padding: 40px 40px 32px; + pointer-events: all; + text-align: left; + -webkit-transition: -webkit-transform .2s ease; + transition: -webkit-transform .2s ease; + transition: transform .2s ease; + transition: transform .2s ease, -webkit-transform .2s ease; + white-space: normal +} + +.card-3A1H8E:hover .joinButton-3qPcB0 { + opacity: 1 +} + +.cardActive-1gPKQE { + -webkit-transform: translateY(-8px); + transform: translateY(-8px) +} + +.cardActive-1gPKQE .logoContainer-1oI7wo { + opacity: 1 +} + +.heading-2kbFMU { + text-align: center +} + +.logoContainer-1oI7wo { + margin: 0 auto 10px; + opacity: .6; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease; + width: 72px +} + +.logo-30yl6l { + display: block; + -webkit-filter: brightness(1000); + filter: brightness(1000); + margin: 0 auto; + width: 72px; + height: 72px +} + +.title-3c37lZ { + font-size: 18px; + margin: 0 auto 20px; + text-align: center +} + +.titleLink-2lSHEy { + display: inline-block +} + +.titleLink-2lSHEy:hover .titleCopy-3-kT9k { + color: hsla(0, 0%, 100%, .8) +} + +.titleLink-2lSHEy:hover .titleIcon-QtvSCj { + opacity: .6 +} + +.titleCopy-3-kT9k { + color: #fff; + display: inline-block; + position: relative; + -webkit-transition: color .2s ease; + transition: color .2s ease +} + +.titleIcon-QtvSCj { + position: absolute; + left: 100%; + top: 50%; + opacity: 0; + padding-left: 8px; + width: 16px; + height: 16px; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.body-2WPnDn { + font-size: 16px; + margin-bottom: 20px +} + +.readMoreLink-2d70hq { + color: #7289da; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.readMoreLink-2d70hq:hover { + color: #8ea1e1 +} + +.serverDetails-3hmBYD { + color: #c7ccd1; + font-size: 15px; + font-weight: 300; + margin-right: 12px; + -webkit-transition: color .2s ease, opacity .2s ease; + transition: color .2s ease, opacity .2s ease +} + +.serverDetailsItem-38e7Ux { + display: inline-block; + margin-right: 8px; + white-space: nowrap +} + +.serverDetailsItem-38e7Ux:last-child { + margin-right: 0 +} + +.serverDetailsItem-38e7Ux:after, +.serverDetailsItem-38e7Ux:before { + margin-top: -2px; + -webkit-transition: background-color .2s ease, border-color .2s ease, opacity .2s ease; + transition: background-color .2s ease, border-color .2s ease, opacity .2s ease; + vertical-align: middle +} + +.serverDetailsItem-38e7Ux:before { + border-radius: 8px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + content: ""; + display: inline-block; + margin-right: 4px; + width: 8px; + height: 8px +} + +.serverDetailsLoading-1za4Ow { + opacity: .15; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.serverDetailsLoading-1za4Ow .serverDetailsItem-38e7Ux:after { + background-color: #fff; + border-radius: 3px; + content: ""; + display: inline-block; + width: 60px; + height: 8px +} + +.serverDetailsLoading-1za4Ow .serverDetailsMemberCount-34t3f_:before { + border-color: #fff +} + +.serverDetailsLoading-1za4Ow .serverDetailsPresenceCount-2NNq8J:before { + background-color: #fff +} + +.joinButton-3qPcB0 { + opacity: 0; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.serverDetailsMemberCount-34t3f_ {} + +.serverDetailsMemberCount-34t3f_:before { + border: 2px solid #7289da +} + +.serverDetailsPresenceCount-2NNq8J {} + +.serverDetailsPresenceCount-2NNq8J:before { + background-color: #7289da +} + +@media (max-width:848px) { + .joinButton-3qPcB0 { + opacity: 1 + } + .card-3A1H8E { + padding: 40px + } +} + +@media (max-width:1000px) { + .cardActive-1gPKQE { + -webkit-transform: translateY(0); + transform: translateY(0) + } + .card-3A1H8E { + max-width: 600px; + margin-left: auto; + margin-right: auto; + width: 75% + } +} + +.wrapper-qtgGNp { + top: 0; + left: 0; + width: 100%; + height: 100% +} + +.bar-2vlSPR, +.wrapper-qtgGNp { + position: absolute +} + +.bar-2vlSPR { + bottom: -100px; + left: -300px +} + +.circle-1li_WB { + top: -200px; + left: -200px +} + +.circle-1li_WB, +.diamond-3BFdKz { + position: absolute +} + +.diamond-3BFdKz { + top: 50%; + left: 40%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%) +} + +.triangle-2ZWEZm { + position: absolute; + bottom: -50px; + right: 10px +} + +.wavyCorner-1QspFi { + position: absolute; + top: -60px; + right: -170px +} + +@media (max-width:848px) { + .bar-2vlSPR { + bottom: 10%; + left: -250px + } + .circle-1li_WB, + .diamond-3BFdKz { + display: none + } +} + +@media (max-width:640px) { + .bar-2vlSPR { + left: -350px + } + .triangle-2ZWEZm { + bottom: 0; + right: -2%; + width: 250px; + height: 250px + } + .wavyCorner-1QspFi { + right: -80px; + width: 300px; + height: 300px; + top: -60px + } +} + +@media (max-height:800px) { + .diamond-3BFdKz { + display: none + } +} + +.outerWrapper-32i7Qc { + background-color: #fff; + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #202225; + margin: 0 auto 40px; + max-width: 1320px; + padding: 100px; + position: relative; + z-index: 1 +} + +.innerWrapper-3kLTwM { + margin: 0 auto; + max-width: 930px +} + +.heading-2KxNqz { + color: #202225; + font-size: 26px; + font-weight: 400; + line-height: 1.6; + margin: 0 auto 60px; + max-width: 750px +} + +.projectsList-9H5XwA { + margin: 0 -60px -60px 0 +} + +.project-2P1mzT { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-bottom: 60px; + padding-right: 60px; + text-align: left; + width: 33.333% +} + +.projectImage-1RJ2Bj { + display: block; + margin-bottom: 24px +} + +.projectTitle-P3Qdeo { + color: #202225; + font-size: 24px; + font-weight: 400; + margin-bottom: 4px +} + +.projectLink-PxT6lB { + color: #202225; + display: inline-block; + position: relative; + white-space: nowrap; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.projectLink-PxT6lB:hover { + color: rgba(32, 34, 37, .8) +} + +.projectLink-PxT6lB:hover .projectLinkIcon-3jO-er { + opacity: .6 +} + +.projectLinkIcon-3jO-er { + margin-left: 8px; + opacity: 0; + width: 18px; + height: 18px; + -webkit-transform: translateY(2px); + transform: translateY(2px); + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease +} + +.projectDescription-1_zvib { + color: #9099a4; + font-size: 16px; + margin-top: 20px +} + +.stargazers-1wjPUr { + color: #4f545c; + font-size: 14px; + font-weight: 500; + letter-spacing: .9px; + text-transform: uppercase; + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease +} + +.stargazersLoading-KsPgra { + opacity: .2 +} + +.stargazersCopy-1A-HA- { + opacity: .6 +} + +.stargazersIcon-259VZx { + margin-right: 4px; + width: 12px; + height: 12px; + -webkit-transform: translateY(-1px); + transform: translateY(-1px) +} + +.stargazerLoadingPlaceholder-3WFTXO { + background-color: #b9bbbe; + border-radius: 2px; + width: 50px; + height: 8px +} + +.readBlogButtonWrapper-Hm7kCv { + margin-top: 20px +} + +.readBlogButton-3ln_4E { + border: 1px solid #e3e7f8; + border-radius: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #7289da; + font-size: 14px; + font-weight: 500; + padding: 6px 16px; + -webkit-transition: background-color .1s ease, border-color .1s ease, color .1s ease; + transition: background-color .1s ease, border-color .1s ease, color .1s ease +} + +.readBlogButton-3ln_4E:hover { + background-color: #7289da; + border-color: #7289da; + color: #fff +} + +@media (max-width:848px) { + .heading-2KxNqz { + font-size: 22px; + text-align: left + } + .projectsList-9H5XwA { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .project-2P1mzT { + width: 100% + } +} + +@media (max-width:1024px) { + .outerWrapper-32i7Qc { + padding: 40px + } +} + +.wrapper-q_vOqs { + position: relative; + text-align: center +} + +.heading-1QmQSm { + color: #fff; + font-size: 26px; + margin-bottom: 10px +} + +.subheading-2qj3EZ { + color: #fff; + font-size: 18px; + margin: 0 0 8px +} + +.carousel-3mlLZH { + padding: 30px 0; + position: relative; + z-index: 1 +} + +.moreCommunities-2E-7mU { + background-image: linear-gradient(125deg, #738ef5, #b3aeff); + color: #fff; + margin: -300px 0; + overflow: hidden; + padding: 270px 0 300px; + position: relative; + z-index: 0 +} + +.moreCommunitiesContentWrapper-3seMRH { + margin: 100px 0; + padding: 0 40px; + position: relative; + z-index: 1; + text-align: left +} + +.moreCommunitiesHeading-1C7eRg { + color: #fff; + font-weight: 400; + margin-bottom: 40px +} + +.waveDividerTop-156Usj { + top: -1px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +.waveDividerBottom-3qHeji, +.waveDividerTop-156Usj { + position: absolute; + left: 0; + color: #050809; + width: 100% +} + +.waveDividerBottom-3qHeji { + bottom: -1px +} + +.community-1Pvkc9 { + margin-bottom: 40px; + width: 25% +} + +.communityLogo-2Eh8Dw { + -webkit-filter: grayscale(100%) brightness(10000%); + filter: grayscale(100%) brightness(10000%); + margin-right: 12px; + width: 24px; + height: 24px +} + +.communityTitle-NKq1I2 { + padding-right: 20px +} + +.communityJoinLink-3A8ICU, +.communityTitleLink-36JE6z { + color: #fff +} + +.communityTitleLink-36JE6z { + display: inline-block; + font-size: 16px; + font-weight: 700; + line-height: 24px; + letter-spacing: 1px; + text-transform: uppercase; + -webkit-transition: color .2s ease; + transition: color .2s ease; + white-space: nowrap; + width: 100% +} + +.communityTitleLink-36JE6z:hover { + color: hsla(0, 0%, 100%, .8) +} + +.communityTitleLink-36JE6z:hover .communityTitleIcon-o3O8kF { + opacity: .6 +} + +.communityTitleCopy-124aaf { + overflow: hidden; + text-overflow: ellipsis +} + +.communityTitleIcon-o3O8kF { + display: inline-block; + margin-left: 8px; + opacity: 0; + width: 16px; + height: 16px; + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease; + will-change: opacity +} + +.communityJoinLink-3A8ICU { + display: inline-block; + margin-left: 36px +} + +.communityJoinLink-3A8ICU:hover { + color: hsla(0, 0%, 100%, .8) +} + +.communitiesList-3geP7U { + margin-bottom: -20px +} + +.moreCommunitiesCta-2HFc15 { + text-align: center +} + +.carouselWrapper-gMIOF7 { + opacity: 1; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.carouselWrapperHidden-2_IaHR { + opacity: 0 +} + +.toggleTruncateButtonWrapper-1JdkFN { + text-align: center; + margin-bottom: 20px +} + +.toggleTruncateButton-d_EdJw { + background-image: linear-gradient(0deg, transparent, transparent 1px, hsla(0, 0%, 100%, .25) 0, hsla(0, 0%, 100%, .25) 2px, transparent 0); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent; + border: 0; + color: hsla(0, 0%, 100%, .75); + cursor: pointer; + font-size: 14px; + outline: none; + padding: 0; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.toggleTruncateButton-d_EdJw:hover { + color: #fff +} + +@media (max-width:1024px) { + .communitiesList-3geP7U { + margin-bottom: -10px + } + .community-1Pvkc9 { + margin-bottom: 24px; + width: 50% + } + .moreCommunitiesContentWrapper-3seMRH { + margin: 60px 0; + padding: 0 20px + } +} + +@media (max-width:600px) { + .community-1Pvkc9 { + width: 100% + } +} + +.wrapper-1cuFdu { + position: relative; + width: 100%; + height: 491px +} + +.dotsLeft-2QKFnM { + position: absolute; + left: 0; + top: 0 +} + +.dotsRight-3uga3n { + position: absolute; + right: 0; + bottom: 0 +} + +.wrapper-1uJvmG { + overflow: hidden; + padding: 20px 0 640px +} + +.contentWrapper-1Ssf_W { + position: relative; + z-index: 1 +} + +.copyWrapper-ya9Hhg { + margin: 0 auto; + max-width: 500px; + text-align: center +} + +.headingPrimary-3nkbbr { + color: #fff; + margin-bottom: 20px +} + +.headingPrimary-3nkbbr img { + -webkit-transform: translateY(-4px); + transform: translateY(-4px); + vertical-align: middle +} + +.headingSecondary-1z3f_f { + color: #c7ccd1; + font-size: 18px; + margin-top: 36px; + margin-bottom: 40px +} + +@media (min-width:1300px) { + .copyWrapper-ya9Hhg { + margin: 0; + text-align: left + } + .wrapper-1uJvmG { + padding-bottom: 450px; + padding-top: 170px + } +} + +.wrapper-1NUpOW { + top: 0; + left: 0; + height: 100% +} + +.video-1qggq6, +.wrapper-1NUpOW { + position: absolute; + width: 100% +} + +.video-1qggq6 { + bottom: 0; + left: 50%; + max-width: 740px; + min-width: 640px; + -webkit-transform: translateX(-50%); + transform: translateX(-50%) +} + +@media (min-width:1300px) { + .video-1qggq6 { + bottom: auto; + position: absolute; + bottom: 0; + right: 0; + left: auto; + margin-right: -7%; + max-width: 1000px; + -webkit-transform: none; + transform: none; + width: 120% + } +} + +@media (min-width:1400px) { + .video-1qggq6 { + margin-right: -4% + } +} + +@media (min-width:1500px) { + .video-1qggq6 { + margin-right: 0 + } +} + +@media (min-width:1600px) { + .video-1qggq6 { + margin-right: 5% + } +} + +@media (min-width:1900px) { + .video-1qggq6 { + margin-right: 10% + } +} + +@media (min-width:2200px) { + .video-1qggq6 { + margin-right: 15% + } +} + +@media (min-width:2400px) { + .video-1qggq6 { + margin-right: 18% + } +} + +.wrapper-INUuyp { + margin-bottom: 20px; + text-align: center +} + +.copyPrimary-2PL_Op { + color: #fff; + font-size: 50px; + font-weight: 500; + margin-bottom: 20px +} + +@media (max-width:848px) { + .copyPrimary-2PL_Op { + font-size: 32px + } +} + +.pageWrapper-13xTGf { + overflow: hidden; + position: relative; + -webkit-transition: background-color .2s ease; + transition: background-color .2s ease +} + +.contentWrapper-pUmmXF { + line-height: 1.5; + padding-top: 100px; + padding-bottom: 100px +} + +.dotsWrapper-1nFO_C, +.headerWrapper-1pzGAE { + position: relative +} + +.dots-1dbrYn { + position: absolute; + bottom: 0; + left: 0; + z-index: 0 +} + +.dotsContentWrapper-398TFH { + position: relative; + z-index: 1 +} + +@media (max-width:848px) { + .contentWrapper-pUmmXF { + padding-top: 50px + } +} + +.content-2XT6cR { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + max-width: 1400px; + width: 100% +} + +@media (max-width:1480px) { + .content-2XT6cR { + padding: 0 40px + } +} + +@media (max-width:848px) { + .content-2XT6cR { + padding-left: 20px; + padding-right: 20px + } +} + +.wrapper-3GN0cn { + text-align: center +} + +.heading-3S0qTX { + color: #fff; + font-size: 32px; + font-weight: 600; + margin-bottom: 24px +} + +.secondaryAction-1_A_EN { + color: #f6f6f7; + font-size: 14px; + margin-top: 24px; + line-height: 1.5em +} + +.secondaryAction-1_A_EN a { + color: #00b0f4; + -webkit-transition: color .125s; + transition: color .125s +} + +.secondaryAction-1_A_EN a:hover { + color: #33c0f6; + text-decoration: underline; + -webkit-text-decoration-color: rgba(51, 192, 246, .5); + text-decoration-color: rgba(51, 192, 246, .5) +} + +.feature-IMkkM2 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 0 auto +} + +.feature-IMkkM2+.feature-IMkkM2 { + margin-top: 80px +} + +.featuresListHeading-185d0e { + color: #fff; + font-size: 32px; + margin: 0 auto 72px; + max-width: 750px; + text-align: center +} + +.featureCaptionWrapper-OF8Kv_, +.featureImage-20GZgC { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50% +} + +.featureCaption-120uaD { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: 440px; + width: 100% +} + +.featureImage-20GZgC { + text-align: right +} + +.image-2FnQ0t { + max-width: 100% +} + +.featureCaptionWrapper-OF8Kv_ { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.featureCaptionWrapperReverse-1u8DzY { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding-right: 40px +} + +.featureCaptionWrapperNormal-3pD49H { + padding-left: 40px +} + +.featureImageReverse-Q3cCdg { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + text-align: left +} + +.featureHeading-qWHDC3 { + color: #fff; + font-size: 24px; + font-weight: 600; + margin-bottom: 16px +} + +.featureSubheading-2BDcj8 { + font-size: 16px; + margin: 0; + line-height: 1.5em +} + +.featureSubheadingBrand-2bWx6K { + color: #c7d0f0 +} + +.featureSubheadingPrimary-2187Xs { + color: #b9bbbe +} + +.caveat-4uvd2- { + color: #4f545c; + font-size: 12px; + margin-top: 8px; + line-height: 1.5em +} + +@media screen and (max-width:962px) { + .feature-IMkkM2 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .featureCaptionWrapper-OF8Kv_, + .featureImage-20GZgC { + max-width: 600px; + text-align: center; + width: 100% + } + .featureImage-20GZgC { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-bottom: 16px + } + .featureCaptionWrapper-OF8Kv_ { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + padding-left: 0; + padding-right: 0 + } + .featureCaption-120uaD { + margin: 0 auto; + max-width: 500px + } +} + +.wrapper-1lI-zZ { + background: #18191c; + color: #fff; + margin-top: -30px; + padding: 0 0 170px; + position: relative +} + +.wrapper-1lI-zZ:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-image: url(/assets/57796309d31c3db2840b7444eac53945.svg); + background-position: 100% 100%; + background-repeat: no-repeat; + background-size: auto 100%; + content: ""; + z-index: 0; + width: 100% +} + +.content-2sztVZ { + position: relative; + z-index: 1 +} + +.waveOffset-1mRMMu { + height: 5vw +} + +.heading-2ApcGY { + max-width: 650px +} + +@media screen and (min-width:1920px) { + .wrapper-1lI-zZ { + margin-top: -80px + } +} + +@media screen and (min-width:2220px) { + .wrapper-1lI-zZ { + margin-top: -140px + } +} + +.wrapper-3VueAb { + background-color: #7289da; + position: relative; + color: #fff; + padding: 40px 0 170px +} + +.wrapper-3VueAb:after { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + background-image: url(/assets/3335d2c1008f390bd3874f83293199e3.svg); + background-position: bottom; + background-repeat: no-repeat; + background-size: 100% auto; + min-width: 1200px; + content: ""; + opacity: .5; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + z-index: 0; + width: 100% +} + +.content-3VKQcx { + position: relative; + z-index: 1 +} + +@media screen and (max-width:962px) { + .wrapper-3VueAb { + padding-bottom: 100px + } +} + +.wrapper-3AkEaL { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #fff; + max-width: 700px; + padding: 170px 0; + width: 100% +} + +.copyWrapper-326cP8 { + margin-left: 190px; + max-width: 470px +} + +.heading-3zwq_4 { + font-size: 40px; + font-weight: 700; + margin-bottom: 32px; + text-shadow: 0 3px 24px #8ab059, 0 1px 1px rgba(24, 25, 28, .3) +} + +.heading-3zwq_4 p { + color: inherit; + font-size: inherit; + font-weight: inherit; + line-height: inherit; + margin: 0 +} + +.subheading-1E011z { + color: inherit; + font-size: 20px; + margin: 0 0 24px; + text-shadow: 0 2px 18px #8ab059, 0 1px 1px rgba(24, 25, 28, .3); + line-height: 1.5em +} + +@media screen and (max-width:1280px) { + .wrapper-3AkEaL { + padding: 150px 0 90px + } + .copyWrapper-326cP8 { + margin-left: 90px + } +} + +@media screen and (max-width:1024px) { + .copyWrapper-326cP8 { + margin-left: 20px + } +} + +@media screen and (max-width:848px) { + .wrapper-3AkEaL { + padding: 20px 0 200px + } + .copyWrapper-326cP8 { + margin-left: 0 + } +} + +@media screen and (max-width:768px) { + .wrapper-3AkEaL { + padding-bottom: 340px + } +} + +.heading-1CDYLB, +.wrapper-1Gf9yg { + color: #fff +} + +.heading-1CDYLB { + font-size: 32px; + margin-bottom: 60px; + text-align: center +} + +.featuresWrapper-8_e_xR { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-bottom: 90px +} + +.featureWrapper-DkskHS { + background: #18191c; + border-radius: 4px; + -webkit-box-shadow: 0 8px 16px rgba(4, 4, 5, .2); + box-shadow: 0 8px 16px rgba(4, 4, 5, .2); + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin: 0 10px; + padding: 40px 30px; + text-align: center; + width: 310px +} + +.featureImage-3seSmb { + display: block; + margin: 0 auto 24px; + width: 160px; + height: auto +} + +.featureCopy-2zbZGi { + color: #dcddde; + margin: 0; + line-height: 1.5em; + font-size: 17px +} + +@media screen and (max-width:962px) { + .featuresWrapper-8_e_xR { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .featureWrapper-DkskHS { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + margin: 10px 0; + max-width: 420px; + width: 100% + } + .featureImage-3seSmb { + max-width: 150px; + width: 100%; + height: auto + } +} + +@media screen and (min-width:1281px) { + .featuresWrapper-8_e_xR { + margin-bottom: 120px + } +} + +.wrapper-fYp3vG { + background: #fff; + border-radius: 8px 8px 0 0; + -webkit-box-shadow: 0 8px 16px rgba(4, 4, 5, .24); + box-shadow: 0 8px 16px rgba(4, 4, 5, .24); + margin: 0 auto; + max-width: 1220px; + padding: 95px 20px +} + +.selfServeSteps-O0ER4B { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 0 auto; + max-width: 965px +} + +.selfServeStepWrapper-1qitEq { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding: 0 20px; + text-align: center; + width: 33.333% +} + +.selfServeStepImage-3dekCT { + display: block; + margin: 0 auto 12px; + width: 160px; + height: 160px +} + +.selfServeStepHeading-nCm_7q { + color: #7289da; + font-size: 20px; + font-weight: 600; + margin-bottom: 12px +} + +.selfServeStepCopy-1V-oP1 { + color: #18191c; + font-size: 16px; + margin: 0; + line-height: 1.5em +} + +.heading-RHSZsR { + font-size: 32px; + margin-bottom: 32px; + text-align: center +} + +.waveOffset-1UpYaS { + display: block; + height: 15vw; + min-height: 150px +} + +@media screen and (max-width:962px) { + .wrapper-fYp3vG { + padding-bottom: 40px; + padding-top: 40px + } + .selfServeStepWrapper-1qitEq { + padding: 0; + width: 100% + } + .selfServeStepWrapper-1qitEq+.selfServeStepWrapper-1qitEq { + margin-top: 40px + } + .selfServeSteps-O0ER4B { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .selfServeStepImage-3dekCT { + width: 150px; + height: 150px + } +} + +.pageWrapper-2SpU-Q { + background: #040405; + overflow: hidden +} + +.introWrapper-3qtTm0 { + background: #a9cd77; + position: relative +} + +.introWrapper-3qtTm0:after { + position: absolute; + top: 0; + right: 0; + left: 0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#8ab059), to(rgba(138, 176, 89, 0))); + background-image: linear-gradient(180deg, #8ab059, rgba(138, 176, 89, 0)); + background-repeat: no-repeat; + content: ""; + display: block; + pointer-events: none; + width: auto; + height: 200px; + z-index: 0 +} + +.closingCta-1tuDPP { + padding: 140px 0; + position: relative +} + +.closingCtaContent-2S0WYZ { + position: relative; + z-index: 1 +} + +.closingCtaImageWrapper-1EDrnV { + position: absolute; + right: 0; + bottom: 0; + left: 0; + height: 75%; + z-index: 0; + width: 100% +} + +.closingCtaImage-1F2sTo { + left: 50%; + background-image: url(/assets/dcf367432fe24b11a56fd6494873d880.jpg); + background-position: bottom; + background-size: cover; + min-width: 1200px; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + width: 100% +} + +.closingCtaImage-1F2sTo, +.closingCtaImage-1F2sTo:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat +} + +.closingCtaImage-1F2sTo:after { + left: 0; + content: ""; + display: block; + background-image: -webkit-gradient(linear, left top, left bottom, from(#040405), to(rgba(4, 4, 5, 0))); + background-image: linear-gradient(180deg, #040405, rgba(4, 4, 5, 0)); + background-position: top; + background-size: 100% 80% +} + +.contentWrapper-254vsm { + position: relative; + z-index: 1 +} + +.videoWrapper-2AKPfX { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + overflow: hidden; + z-index: 0; + width: 100%; + height: 100% +} + +.videoContainer-1Avnxc { + position: absolute; + top: 0; + left: 50%; + -webkit-transform: translate(-57%); + transform: translate(-57%); + width: 1920px; + height: auto +} + +.videoContainer-1Avnxc:before { + position: absolute; + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + background-image: -webkit-gradient(linear, left top, right top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, right top, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(90deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(270deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: 0 0, 100% 0; + background-size: 15% 100% +} + +.videoContainer-1Avnxc:after, +.videoContainer-1Avnxc:before { + background-repeat: no-repeat; + content: ""; + display: block; + z-index: 1 +} + +.videoContainer-1Avnxc:after { + background-image: -webkit-gradient(linear, left bottom, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(0deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: bottom; + background-size: 100% 20%; + padding-bottom: 56.25%; + position: relative +} + +.video-3AYa1c, +.videoPlaceholder-2LeM2G { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0 +} + +.featuresListAWrapper-3I0end { + position: relative +} + +.wave-38gW17 { + height: auto; + min-width: 980px; + pointer-events: none; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + width: calc(100% + 2px) +} + +.selfServeStepsWave-_t0iR4 { + bottom: -16px +} + +.featuresListAWave-3g7G9X, +.selfServeStepsWave-_t0iR4 { + position: absolute; + left: 50% +} + +.featuresListAWave-3g7G9X { + bottom: -1px; + z-index: 1 +} + +@media screen and (max-width:1920px) { + .closingCta-1tuDPP { + padding: 100px 0 + } +} + +@media screen and (max-width:962px) { + .closingCtaImageWrapper-1EDrnV { + height: 50% + } + .closingCtaImage-1F2sTo { + min-width: 600px + } +} + +@media screen and (min-width:1281px) { + .closingCta-1tuDPP { + padding: 160px 0 + } +} + +@media screen and (min-width:2040px) { + .closingCtaImage-1F2sTo { + background-position: center bottom 18% + } +} + +@media screen and (max-width:1280px) { + .videoContainer-1Avnxc { + width: 1440px + } +} + +@media screen and (max-width:848px) { + .videoContainer-1Avnxc { + top: 40px; + -webkit-transform: translate(-50%); + transform: translate(-50%); + width: 1220px + } + .videoContainer-1Avnxc:before { + background-image: -webkit-gradient(linear, left top, right top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, right top, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, left top, left bottom, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(90deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(270deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(180deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: 0 0, 100% 0, top; + background-size: 15% 100%, 15% 100%, 100% 15% + } +} + +@media screen and (max-width:768px) { + .videoContainer-1Avnxc { + background-image: url(/assets/ade7b5369293c0be0b0aa3795b16071f.jpg); + background-size: cover; + top: 200px; + -webkit-transform: translate(-70%); + transform: translate(-70%) + } +} + +@media screen and (max-width:510px) { + .videoContainer-1Avnxc { + top: 280px + } +} + +.logo-1U_ovC { + fill: #fff +} + +.clyde-2-VPBZ { + width: 33px +} + +.clyde-2-VPBZ, +.type-1G6S2n { + height: 36px +} + +.type-1G6S2n { + width: 98px +} + +@media screen and (max-width:1024px) { + .type-1G6S2n { + display: none + } +} + +.flex-21ywRf { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.flex-21ywRf, +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.flex-21ywRf.flexGutterSmall-qcUxro { + margin-left: -10px; + margin-right: -10px +} + +.flex-21ywRf.flexGutterSmall-qcUxro .flexChild-FMspoG { + padding: 0 10px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw { + margin-left: -30px; + margin-right: -30px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw .flexChild-FMspoG { + padding: 0 30px +} + +.flexVertical-3UlyGp { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.flexVertical-3UlyGp>.flexSpacer-GrNT7f { + min-height: 1px +} + +.flexHorizontal-2e8SIr { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.flexHorizontal-2e8SIr>.flexSpacer-GrNT7f { + min-width: 1px +} + +.flexHorizontalReverse-yA5GP2 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.flexHorizontalReverse-yA5GP2>.flexSpacer-GrNT7f { + min-width: 1px +} + +.flexSpacer-GrNT7f { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + overflow: hidden +} + +.flexCenter-OeefPj { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStart-2qRj5J { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start +} + +.flexAlignEnd-3h-_AZ { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end +} + +.flexAlignCenter-3u30b3 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStretch-2lwI1M { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch +} + +.flexJustifyStart-3Hopvt { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.flexJustifyEnd-39vIgk { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end +} + +.flexJustifyCenter-1QqCti { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.flexJustifyAround-duP4ew { + -ms-flex-pack: distribute; + justify-content: space-around +} + +.flexJustifyBetween-1E8--m { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.flexNowrap-2g1HIq { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +.flexWrap-2YuKQk { + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.flexWrapReverse-2yt1q9 { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse +} + +.starField-q6BkYp { + color: #fff; + background: #202225; + overflow: auto; + position: relative +} + +.starChildren-1Hs1El { + position: relative; + z-index: 1 +} + +.myGodItsFullOfStars-29KFFF { + overflow: hidden; + position: absolute; + width: 100%; + height: 100%; + z-index: 0 +} + +.star-3Afsk9 { + fill: #4f5660 +} + +.starsFar-2vv26w, +.starsMiddle-3JKoQa, +.starsNear-2zVFGJ { + position: absolute; + width: 200%; + height: 100%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%) +} + +.leftConstellation-OiQA13 { + left: 0 +} + +.leftConstellation-OiQA13, +.rightConstellation-2amr_t { + position: absolute; + top: 0; + width: 50%; + height: 100% +} + +.rightConstellation-2amr_t { + left: 50% +} + +.starsFar-2vv26w { + -webkit-animation: starFieldAnimation-B3knWv 600s linear infinite; + animation: starFieldAnimation-B3knWv 600s linear infinite +} + +.starsMiddle-3JKoQa { + -webkit-animation: starFieldAnimation-B3knWv 400s linear infinite; + animation: starFieldAnimation-B3knWv 400s linear infinite +} + +.starsNear-2zVFGJ { + -webkit-animation: starFieldAnimation-B3knWv 200s linear infinite; + animation: starFieldAnimation-B3knWv 200s linear infinite +} + +.animationPaused-RmnUH1 .starsFar-2vv26w, +.animationPaused-RmnUH1 .starsMiddle-3JKoQa, +.animationPaused-RmnUH1 .starsNear-2zVFGJ { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +@-webkit-keyframes starFieldAnimation-B3knWv { + 0% { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } + to { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes starFieldAnimation-B3knWv { + 0% { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } + to { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +.fullscreen-2Kw7nW { + background-color: #2f3136; + position: absolute; + height: 100vh; + width: 100vw; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-2Q8A7I { + position: absolute; + top: 60px; + left: 60px; + z-index: 1 +} + +.box-2BGXB- { + width: 480px; + padding: 40px; + font-size: 18px; + text-align: center; + color: #72767d; + background: #36393f; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.title-2R03d6 { + color: #fff; + font-size: 26px; + font-weight: 300; + line-height: 32px; + margin-bottom: 8px +} + +.subtitle-STtvLU { + font-size: 18px; + line-height: 22px; + margin-bottom: 40px +} + +.button-21k1F4 { + width: 100%; + font-size: 16px; + line-height: 24px; + font-weight: 500 +} + +.button-21k1F4:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0; + background-color: rgba(114, 137, 218, .8) +} + +.wrapperVisible-32LHiX { + opacity: 1 +} + +.wrapperHidden-2yTOg3 { + opacity: 0 +} + +.bgGreyDots-2QF6Cc { + background: url(/assets/5b9c936020276cfe4ecce1b838b6acf3.svg) 0 0 no-repeat, url(/assets/3fbd5ec742f7c1db0be2345cc71e51dc.svg) 100% 0 no-repeat, url(/assets/536d14f2e3b4dfe9638e16ba2dc14f51.svg) bottom right 220px no-repeat, url(/assets/382a8718a423f80997b767904f71e527.svg) 0 100% no-repeat +} + +@media screen and (max-width:848px) { + .bgGreyDots-2QF6Cc { + background-position: 0 0, 100% 0, 100% 100%, 0 100% + } +} + +.bgBlackBlobs-pWyUCy { + background: url(/assets/f35de8ceb4c7be0466509e067b5209a6.svg) top 100px left 0 no-repeat, url(/assets/5c8a0eea53ae23a427b61fdb1a2487b6.svg) 100% 100% no-repeat; + background-color: #18191c; + overflow: auto +} + +.blurpleGradient-2OWeah { + background-image: linear-gradient(45deg, #9295e2 11%, #738ef5 88%); + position: relative +} + +.blurpleGradient-2OWeah:before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background-image: url(/assets/8a6fb04a7de46f908adbb18c2b4b776b.svg); + opacity: .05; + pointer-events: none +} + +.section-3rAeRL { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0 20px; + margin: 0 auto; + text-align: center; + max-width: 960px +} + +@media screen and (min-width:1281px) { + .section-3rAeRL { + padding: 0 + } +} + +.tile-aRqovC { + border-radius: 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + text-align: start; + overflow: hidden; + -webkit-transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out +} + +a:hover .tile-aRqovC { + -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) +} + +.name-2J85bB { + font-weight: 700; + font-size: 16px; + line-height: 20px; + margin: 12px; + padding: 8px; + color: #2e3338; + background-color: #fff; + border-radius: 8px +} + +.illo-3iaPh8 { + width: 100% +} + +.tileSmall-bbV7Y0 .name-2J85bB { + display: none +} + +.tileSmall-bbV7Y0 .illo-3iaPh8 { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .name-2J85bB { + font-size: 20px; + line-height: 24px; + margin: 16px + } +} + +@media screen and (min-width:1281px) { + .name-2J85bB { + font-size: 24px; + line-height: 30px; + margin: 24px + } +} + +.gallery-2C97Fs { + --columns: 2; + --tileSpacing: 20px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.gallery-2C97Fs, +.tile-DdJ-z3 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.tile-DdJ-z3 { + width: calc((100% - var(--tileSpacing)*(var(--columns) - 1))/var(--columns)); + margin-bottom: var(--tileSpacing) +} + +.tileInner-1vx_QW { + width: 100% +} + +@media screen and (min-width:768px) { + .gallery-2C97Fs { + --columns: 3 + } +} + +.wrapper-1CWc2N { + padding-top: 40px; + padding-bottom: 40px +} + +.section--ZSO8k, +.wrapper-1CWc2N { + position: relative +} + +.heading-3ZWIqJ { + font-size: 32px; + line-height: 40px; + font-weight: 700; + color: #fff +} + +.subheading-2NxIHJ { + margin-top: 24px; + font-size: 16px; + line-height: 20px; + color: #fff +} + +@media screen and (min-width:768px) { + .wrapper-1CWc2N { + padding-top: 56px; + padding-bottom: 80px + } + .heading-3ZWIqJ { + font-size: 40px; + line-height: 44px + } + .subheading-2NxIHJ { + font-size: 24px; + line-height: 30px + } +} + +@media screen and (min-width:1281px) { + .wrapper-1CWc2N { + padding-top: 88px + } + .backgroundLeft-UBHuap { + height: 525px + } + .backgroundRight-y9AGkn { + height: 554px + } + .section--ZSO8k { + padding: 0 80px + } +} + +.invite-2mu2_V { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 343px; + margin: 2px 10px 18px; + padding: 16px; + border-radius: 12px; + background: #fff; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + -webkit-box-sizing: border-box; + box-sizing: border-box; + text-align: initial +} + +.inviteIcon-1sZodT { + width: 40px; + height: 40px; + border-radius: 50%; + margin-right: 16px; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.inviteText-1eZukW { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.inviteHeader-rrZxGE { + font-size: 14px; + line-height: 18px; + color: #4f5660 +} + +.inviteGuildName-2BxXWs { + font-size: 16px; + line-height: 20px; + font-weight: 600; + color: #060607 +} + +.wrapper-1baJxh { + margin-top: 30px +} + +.rowWrapper-3EuYoT { + max-width: 1800px +} + +@media screen and (min-width:1800px) { + .rowWrapper-3EuYoT:after, + .rowWrapper-3EuYoT:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + width: 100px; + z-index: 1 + } + .rowWrapper-3EuYoT:before { + left: 0; + background: -webkit-gradient(linear, left top, right top, from(#d1e1ff), to(rgba(209, 225, 255, 0))); + background: linear-gradient(90deg, #d1e1ff, rgba(209, 225, 255, 0)) + } + .rowWrapper-3EuYoT:after { + right: 0; + background: -webkit-gradient(linear, right top, left top, from(#d1e1ff), to(rgba(209, 225, 255, 0))); + background: linear-gradient(-90deg, #d1e1ff, rgba(209, 225, 255, 0)) + } +} + +.section-Jj8zlO { + margin-top: 80px; + color: #000 +} + +.header-2iD3rA { + font-size: 24px; + line-height: 30px; + font-weight: 700 +} + +.subheader-1P9z_K { + font-size: 16px; + line-height: 20px; + margin-top: 24px +} + +@media screen and (min-width:768px) { + .header-2iD3rA { + font-size: 32px; + line-height: 40px + } + .subheader-1P9z_K { + font-size: 24px; + line-height: 30px + } +} + +.carousel-2Vzmbg { + position: relative; + white-space: nowrap; + overflow: hidden +} + +.carousel-2Vzmbg, +.item-22mqO_, +.items-2UKQjK { + width: 100% +} + +.item-22mqO_ { + position: relative; + white-space: normal; + display: inline-block; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.arrows-LhGxAD { + top: 50%; + width: 100% +} + +.arrow-1Daa3p, +.arrows-LhGxAD { + position: absolute +} + +.arrow-1Daa3p { + top: -17.5px; + width: 25px; + height: 25px; + padding: 5px; + pointer-events: all; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 2 +} + +.arrowLeft-R4jzb4 { + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + left: 0 +} + +.arrowRight-2elTqs { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + right: 0 +} + +.wrapper-1PfLRn { + margin-bottom: 128px +} + +.header-3p9gDf { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center +} + +.tileSmall-2XaSlo { + margin-bottom: 18px; + min-width: 160px +} + +.heading-W7ynjn { + font-size: 24px; + line-height: 30px; + font-weight: 700; + color: #270813 +} + +.subheading-1X0tgS { + margin-top: 8px; + font-size: 16px; + line-height: 20px; + color: #270813 +} + +.layout-MAaKHk { + margin-top: 20px +} + +.carouselArrow-GFxaa_ { + background: #ebf0f7; + border-radius: 50%; + color: #4f5660 +} + +.columns-1cpigb { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.wrapper-1PfLRn:nth-child(2n) .columns-1cpigb { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.column-3DM9DR { + width: calc(33.33333% - 13.33333px) +} + +.card-2VDOzu, +.column-3DM9DR { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.card-2VDOzu { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background: #fff; + border: 1px solid rgba(6, 6, 7, .08); + border-radius: 8px; + color: #2e3338; + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid-column; + text-align: start; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: auto; + padding: 24px 32px; + width: calc(100% - 30px); + height: 284px +} + +.card-2VDOzu, +.quote-1pmwhD { + font-size: 16px; + line-height: 20px +} + +.quoteBold-2VFMSk { + font-weight: 600 +} + +.attribution-3jVzSh { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.avatar-3reYBM { + width: 40px; + height: 40px; + border-radius: 50%; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin-right: 16px +} + +.author-27vSEM { + font-size: 16px; + line-height: 20px; + font-weight: 700 +} + +.footer-3dsaOr { + margin-top: 32px; + font-size: 16px; + line-height: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.cta-1wMPt1 { + background-color: #fff; + border-width: 4px; + border-style: solid; + border-radius: 8px; + padding: 4px 12px; + font-weight: 600; + color: #000; + margin-top: 8px; + -webkit-transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out +} + +.cta-1wMPt1:hover { + -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0) +} + +.ctaArrow-3K3rJT { + width: 24px; + height: 24px; + margin-left: 8px; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + vertical-align: bottom +} + +@media screen and (min-width:768px) { + .tileSmall-2XaSlo { + display: none + } + .heading-W7ynjn { + font-size: 32px; + line-height: 40px + } + .subheading-1X0tgS { + margin-top: 16px; + font-size: 20px; + line-height: 24px + } + .layout-MAaKHk { + margin-top: 40px + } + .card-2VDOzu { + margin: 0 0 20px; + padding: 24px; + width: auto; + height: auto + } + .avatar-3reYBM { + margin-right: 8px + } + .author-27vSEM { + font-size: 14px; + line-height: 18px + } + .footer-3dsaOr { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row + } + .cta-1wMPt1 { + margin-top: 0; + margin-left: 8px + } +} + +@media screen and (min-width:1281px) { + .section-1lJZHa { + padding: 0 + } + .quote-1pmwhD { + font-size: 20px; + line-height: 24px + } + .avatar-3reYBM { + margin-right: 16px + } + .author-27vSEM { + font-size: 16px; + line-height: 20px + } + .footer-3dsaOr { + font-size: 20px + } +} + +@media screen and (min-width:1281px) { + .section-zIBOZi { + padding: 0 + } +} + +.header-2zdRgX { + background-color: #d1e1ff +} + +.heroBackground-30lBEh { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 500px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + background-color: #4788ff; + overflow: hidden +} + +.heroBackgroundLeft-2NkYFZ, +.heroBackgroundRight-3YdGa1 { + margin-bottom: -1px +} + +.heroBackgroundLeft-2NkYFZ { + height: 295px +} + +.heroBackgroundRight-3YdGa1 { + display: none +} + +.waveDivider-1Cqcm0 { + margin-top: -1px; + margin-bottom: 80px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + color: #d1e1ff +} + +.help-24MZWA { + background-color: #fff; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 8px; + padding: 40px; + color: #000; + max-width: 800px; + margin: 0 auto 120px +} + +.helpHeader-1TMGse { + font-size: 24px; + line-height: 30px; + font-weight: 700 +} + +.helpContent-35Oh_f { + font-size: 16px; + line-height: 20px; + color: #000; + margin-top: 16px +} + +@media screen and (min-width:768px) { + .heroBackground-30lBEh { + height: 600px + } + .heroBackgroundLeft-2NkYFZ { + height: 262px + } + .heroBackgroundRight-3YdGa1 { + display: block; + height: 373px + } + .helpHeader-1TMGse { + font-size: 32px; + line-height: 40px + } + .helpContent-35Oh_f { + font-size: 20px; + line-height: 24px + } +} + +@media screen and (min-width:1281px) { + .heroBackgroundLeft-2NkYFZ { + height: 525px + } + .heroBackgroundRight-3YdGa1 { + height: 554px + } + .helpContent-35Oh_f { + font-size: 24px; + line-height: 30px + } +} + +.container-3iEQmT { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + opacity: 0; + -webkit-transform: translateY(50px); + transform: translateY(50px); + -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease; + transition: opacity .6s .1s, -webkit-transform .6s ease; + transition: opacity .6s .1s, transform .6s ease; + transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease +} + +.description-1K7RzO { + color: #23272a; + color: var(--not-quite-black); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.imageLeft-1VXvAQ .description-1K7RzO, +.imageRight-2P6qcK .description-1K7RzO { + margin-top: 20px +} + +.image-1-kW64 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + width: 100%; + -o-object-fit: cover; + object-fit: cover; + margin-top: 24px +} + +.visible-hh3e_5 { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0) +} + +@media screen and (min-width:768px) { + .imageRight-2P6qcK .description-1K7RzO { + margin-top: 0; + grid-column: span 4; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } + .imageRight-2P6qcK .image-1-kW64 { + grid-column: span 4; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-top: auto; + margin-bottom: auto + } + .imageLeft-1VXvAQ .description-1K7RzO { + margin-top: 0; + grid-column: span 4 + } + .imageLeft-1VXvAQ .image-1-kW64 { + grid-column: span 4; + margin-top: auto; + margin-bottom: auto + } + .imageBottom-2ROCI6 .description-1K7RzO { + text-align: center + } + .description-1K7RzO { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } +} + +@media screen and (min-width:1024px) { + .imageRight-2P6qcK .description-1K7RzO { + grid-column: 1/span 4 + } + .imageRight-2P6qcK .image-1-kW64 { + grid-column: 6/span 7 + } + .imageLeft-1VXvAQ .description-1K7RzO { + grid-column: 9/span 4; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } + .imageLeft-1VXvAQ .image-1-kW64 { + grid-column: span 7; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } + .imageBottom-2ROCI6 .description-1K7RzO { + grid-column: 2/span 10 + } + .imageBottom-2ROCI6 .image-1-kW64 { + margin-top: 16px + } +} + +.subtitle-1ZS-lq { + margin-top: 24px +} + +.container-3fzHO2 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + position: relative +} + +.container-3fzHO2, +.sparklesContainer-3Fo_ua { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparklesContainer-3Fo_ua { + position: absolute; + top: 0; + width: 100%; + overflow: hidden +} + +.sparkles-QgcuS6 { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.title-2TUBQe { + margin-top: 30px; + z-index: 1 +} + +.downloadButton-1lMS1e { + margin-top: 40px; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@media screen and (min-width:768px) { + .downloadButton-1lMS1e { + width: auto + } +} + +.recaptchaError-Vu6LWB { + border: 1px solid #f04747; + width: 304px; + height: 78px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 4px +} + +.brandLight-5gl2MR .checkbox-1iCVPU { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.checkbox-1iCVPU { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 4px; + padding: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.container-23gjzD { + width: 20px; + height: 20px; + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.container-23gjzD .input-q9CZ9Q { + display: none +} + +.keyboardMode .container-23gjzD:focus .checkbox-1iCVPU { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.ctaContainer-3vWJHU { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.downloadButton-111eh6 { + margin-top: 24px +} + +.twoButtons-3Bk8eU { + margin-right: 24px +} + +.openButton-McADyK { + margin-top: 24px +} + +.formContainer-1p5okg { + margin-top: 32px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.form-me5tBZ, +.formContainer-1p5okg { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.form-me5tBZ { + max-width: 380px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 28px; + position: relative; + -webkit-animation: form-open-2FmvMl .35s cubic-bezier(.25, .25, .315, 1.35) forwards; + animation: form-open-2FmvMl .35s cubic-bezier(.25, .25, .315, 1.35) forwards +} + +.form-me5tBZ, +.username-27KRPU { + width: 100%; + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.username-27KRPU { + margin-left: 32px; + color: #23272a; + color: var(--not-quite-black) +} + +.username-27KRPU::-webkit-input-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU::-moz-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU:-ms-input-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU::placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.tryButton-3ls6xB { + margin: 9px; + padding: 7px 18px +} + +.arrow-2fF-rb, +.spinner-2Oxmvf { + width: 24px; + height: 24px +} + +.spinner-2Oxmvf { + -webkit-transform: scale(.5) translateX(-5px); + transform: scale(.5) translateX(-5px) +} + +.spinnerItem-1raGY9 { + background: #fff; + background: var(--white) +} + +.termsContainer-f1Cj9m { + margin-top: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.termsCheckbox-1vN0hh { + margin-right: 8px +} + +.termsText-2hMGL9, +.termsText-2hMGL9 a { + color: #fff; + color: var(--white) +} + +.termsText-2hMGL9 a { + text-decoration: underline +} + +.errorTooltip-1nFjEM { + position: absolute; + bottom: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; + margin-bottom: 10px +} + +.error-1iRHYa { + background-color: #fff; + background-color: var(--white); + border-radius: 4px; + color: #c80000; + padding: 12px 20px +} + +@media screen and (min-width:768px) { + .formContainer-1p5okg { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start + } +} + +@media screen and (min-width:1024px) { + .formContainer-1p5okg { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .ctaContainer-3vWJHU { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } +} + +@-webkit-keyframes form-open-2FmvMl { + 0% { + max-width: 100px + } + to { + max-width: 380px + } +} + +@keyframes form-open-2FmvMl { + 0% { + max-width: 100px + } + to { + max-width: 380px + } +} + +.heroBackground-3m0TRU { + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.45%, #7196ff), color-stop(71.18%, #2a5ee8)); + background: linear-gradient(0deg, #7196ff -.45%, #2a5ee8 71.18%); + position: relative; + overflow: hidden +} + +.heroImageContainer-36P5yd { + position: relative; + z-index: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.animationPaused-2jL0Tj .backgroundImages-2rUazg { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.backgroundImages-2rUazg { + display: none; + position: absolute; + top: 0; + left: 50% +} + +.backgroundBuildings-1dpPv_ { + display: block; + position: absolute; + bottom: 0; + left: 50%; + margin-left: 24px +} + +.cloud1-1oi7Jg { + display: block; + top: auto; + bottom: 0; + margin-left: -1100px; + height: 600px +} + +.foregroundLeft-oYeoOv { + display: block; + height: 368px; + position: relative; + z-index: 1; + -webkit-transform: translateX(-200px); + transform: translateX(-200px) +} + +.foregroundRight-31UKnq { + position: absolute; + bottom: 0; + display: none +} + +.heroContainer-3j1eQg { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + z-index: 1 +} + +.heroBody-3b6R3c { + grid-column: span 4 +} + +.heroSubtitle-32Iz6d { + margin-top: 24px +} + +.heroText-Sc7-zG { + color: #fff; + color: var(--white) +} + +@media screen and (min-width:768px) { + .heroBackground-3m0TRU { + min-height: 626px + } + .heroSubtitle-32Iz6d { + margin-top: 40px + } + .heroText-Sc7-zG { + margin-bottom: 8px + } + .heroBody-3b6R3c { + grid-column: span 5 + } + .heroImageContainer-36P5yd { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100% + } + .backgroundBuildings-1dpPv_ { + margin-left: -871px + } + .foregroundLeft-oYeoOv { + display: none + } + .foregroundRight-31UKnq { + display: block; + bottom: 0; + left: 50%; + margin-left: 25px + } + .backgroundImages-2rUazg { + display: block + } + .stripe1-3BXB_U { + margin-left: -706px + } + .stripe2-8Dj-R4 { + margin-left: -1074px + } + .stripe3-2NZ4zi { + margin-left: 46px + } + .stripeCute-2yWHX7 { + margin-top: 17px; + margin-left: 218px + } + .ship-2AEkqt { + margin-top: 87px; + margin-left: -460px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .island1-3TIhuh { + margin-top: 80px; + margin-left: -1168px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .island2-2Nb-g5 { + margin-top: 80px; + margin-left: 115px; + -webkit-animation: shift-right-3LU1WH 4800s linear forwards; + animation: shift-right-3LU1WH 4800s linear forwards + } + .cloud1-1oi7Jg { + top: auto; + bottom: 0; + margin-left: -1250px; + height: auto; + -webkit-animation: shift-right-3LU1WH 685s linear forwards; + animation: shift-right-3LU1WH 685s linear forwards + } + .cloud2-2ngq2N { + margin-left: 631px + } + .cloud2-2ngq2N, + .cloud2Second-Gbh2WA { + top: auto; + bottom: 0; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud2Second-Gbh2WA { + margin-left: -2000px + } + .cloud3-3IZheo { + margin-left: -166px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud3-3IZheo, + .cloud4-2BRRU2 { + top: auto; + bottom: 0 + } + .cloud4-2BRRU2 { + margin-left: -767px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .cloud5-34_2QW { + top: auto; + bottom: 0; + margin-left: 86px; + -webkit-animation: shift-right-3LU1WH 1600s linear forwards; + animation: shift-right-3LU1WH 1600s linear forwards + } + .cloud6-j2xFjt { + margin-top: 68px; + margin-left: 856px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud7-29FdT1 { + margin-top: 211px; + margin-left: 353px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .cloud8-3V2ZT2 { + top: auto; + bottom: 0; + margin-bottom: 16px; + margin-left: 4px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud9-16dNGB { + margin-top: 268px; + margin-left: -1200px; + -webkit-animation: shift-right-3LU1WH 960s linear forwards; + animation: shift-right-3LU1WH 960s linear forwards + } + .cloud10-3dZ5jP { + top: auto; + bottom: 0; + margin-left: -200px; + margin-bottom: -200px; + -webkit-animation: hello-2FR9NG 100s linear forwards; + animation: hello-2FR9NG 100s linear forwards; + -webkit-animation-delay: 180s; + animation-delay: 180s + } + .cloudCute-s1ak5z { + top: auto; + bottom: 0; + margin-bottom: 34px; + margin-left: -291px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .diamond-2IoVJv { + margin-top: 114px; + margin-left: 182px + } +} + +@media screen and (min-width:1024px) { + .heroSubtitle-32Iz6d { + margin-top: 40px + } + .heroBody-3b6R3c { + grid-column: 3/span 8; + text-align: center + } + .backgroundBuildings-1dpPv_ { + margin-left: -506px + } + .foregroundLeft-oYeoOv { + position: absolute; + bottom: 0; + left: 50%; + display: block; + height: auto; + margin-left: -1300px; + -webkit-transform: none; + transform: none + } + .foregroundRight-31UKnq { + display: block; + bottom: 0; + left: 50%; + margin-left: 368px + } + .ship-2AEkqt { + margin-top: 117px + } + .island2-2Nb-g5 { + margin-left: 215px + } +} + +@-webkit-keyframes shift-right-3LU1WH { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@keyframes shift-right-3LU1WH { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@-webkit-keyframes hello-2FR9NG { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0) + } + to { + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px) + } +} + +@keyframes hello-2FR9NG { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0) + } + to { + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px) + } +} + +.cta-3aOZq- { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.greyBackground-2ATEHg { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.wave-38scNw { + color: #f6f6f6; + color: var(--off-white) +} + +.invertedWave-2Uzmgv { + -webkit-transform: matrix(1, 0, 0, -1, 0, 0); + transform: matrix(1, 0, 0, -1, 0, 0) +} + +.featureImage-3J6LeD { + max-width: 678px; + max-height: 440px +} + +@media screen and (min-width:1024px) { + .lastFeatureTile-11EYAU { + padding-bottom: 80px + } +} + +.outerContainer-rs08tI { + overflow: hidden; + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.container-vvp1Mb { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-29X740 { + grid-column: span 4; + color: #fff; + color: var(--white) +} + +.imageContainer-R5qogz { + grid-column: span 4; + display: none +} + +.subtitle-2af6zm { + margin-top: 24px +} + +.buttonContainer-2o6EyV { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.downloadButton-3Q_9Ak { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.downloadButton-3Q_9Ak, +.infoText-2NpLxz { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: 24px; + width: 100% +} + +.infoText-2NpLxz { + text-align: center +} + +@media screen and (min-width:768px) { + .imageContainer-R5qogz { + display: block; + position: relative + } + .image-Zz9b9T { + height: 100%; + width: auto; + position: absolute; + top: 0; + down: 0; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto + } + .subtitle-2af6zm { + margin-top: 40px; + margin-bottom: 16px + } + .downloadButton-3Q_9Ak { + margin-right: 24px; + width: auto + } + .infoText-2NpLxz { + width: auto + } + .buttonContainer-2o6EyV { + -webkit-box-pack: normal; + -ms-flex-pack: normal; + justify-content: normal + } +} + +@media screen and (min-width:1024px) { + .imageContainer-R5qogz { + grid-column: 7/span 6 + } + .body-29X740 { + grid-column: span 6 + } +} + +.container-15JFVG { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + color: #23272a; + color: var(--not-quite-black) +} + +.card-1A48l7, +.ptbCard-29qjBX { + grid-column: span 1; + grid-row: span 2; + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.card-1A48l7 { + overflow: hidden; + height: 363px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 16px; + padding: 56px; + color: #23272a; + color: var(--not-quite-black) +} + +.cardTextContainer-2p4Ogr { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.platformButton-3OfxSZ { + margin-top: 16px +} + +.platformImage-2yFUKo { + margin-top: 24px; + width: 100% +} + +.cardContainer-2PiRQc { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: grid; + grid-template-columns: 1fr; + gap: 20px +} + +.ptbCard-29qjBX { + padding: 48px 40px +} + +.ptbSubtitle-14v6NL { + margin-top: 16px; + margin-bottom: 16px +} + +.dropdownArrow-1aNY8m { + margin-left: 8px; + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +@media screen and (min-width:768px) { + .card-1A48l7 { + height: 600px + } + .cardContainer-2PiRQc { + grid-template-columns: 1fr 1fr; + grid-template-rows: 156px auto 156px auto 156px + } + .card1-m1lK1k { + grid-column: 2; + grid-row: 2/span 2 + } +} + +@media screen and (min-width:768px) { + .platformImage-2yFUKo { + margin-top: 64px; + width: auto + } +} + +.document-3OCpS5 { + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + word-wrap: break-word; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 h1 { + margin-top: 40px; + font-weight: 500; + font-size: 32px; + line-height: 120% +} + +.document-3OCpS5 h2, +.document-3OCpS5 h3 { + margin-top: 40px; + font-size: 24px; + line-height: 140% +} + +.document-3OCpS5 h5 { + margin-top: 40px; + margin-bottom: 40px; + font-size: 24px; + line-height: 120% +} + +.document-3OCpS5 .paragraph-3O7Mt4, +.document-3OCpS5 p { + margin-top: 24px; + display: block; + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 li p, +.document-3OCpS5 li ul { + margin-top: 0 +} + +.document-3OCpS5 a { + color: #7289da; + color: var(--brand) +} + +.document-3OCpS5 a:hover { + text-decoration: underline +} + +.keyboardMode .document-3OCpS5 a:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.document-3OCpS5 ul { + margin-top: 24px; + margin-left: 15px +} + +.document-3OCpS5 ul li { + position: relative; + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 ul li:before { + position: absolute; + content: "\2022"; + top: 0; + left: -15px +} + +.document-3OCpS5 ol { + list-style: decimal; + margin: 10px 0 0 15px +} + +.document-3OCpS5 ol li { + margin-top: 10px +} + +.document-3OCpS5 strong { + font-weight: 700 +} + +.document-3OCpS5 u { + text-decoration: underline +} + +.document-3OCpS5 em { + font-style: italic +} + +.document-3OCpS5 .pre-AMONjO, +.document-3OCpS5 pre { + white-space: pre-wrap +} + +.document-3OCpS5 h1:first-of-type { + font-weight: 700; + font-size: 56px; + line-height: 120% +} + +.document-3OCpS5 h1:first-of-type+p { + font-size: 24px; + line-height: 140%; + color: #23272a; + color: var(--not-quite-black) +} + +.section-1fEpyv { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +@media screen and (min-width:1024px) { + .section-1fEpyv { + grid-column: 3/span 8 + } +} + +.newline-2DQ6It { + display: block +} + +.title-3Sjnrc { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 24px; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto +} + +.love-3tw_cX { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.loveImage-6ewqUG { + border-radius: 6px; + width: 100%; + height: auto +} + +.container-4JLRen { + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.18%, #7196ff), color-stop(97.44%, #2a5ee8)); + background: linear-gradient(0deg, #7196ff -.18%, #2a5ee8 97.44%); + position: relative; + padding-bottom: 412px +} + +.content-1GmHzK { + z-index: 1; + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.background-3_T1a9 { + z-index: 0; + position: absolute; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.backgroundImage-1UvUKZ { + height: 412px; + width: auto; + -webkit-transform: translateX(-250px); + transform: translateX(-250px) +} + +.heroBody-2wfZz_ { + z-index: 1; + grid-column: span 4; + color: #fff; + color: var(--white) +} + +.heroSubtitle-2FM66v { + margin-top: 40px +} + +@media screen and (min-width:768px) { + .container-4JLRen { + padding-bottom: 56px; + padding-bottom: var(--section-spacing) + } + .backgroundImage-1UvUKZ { + height: 658px; + -webkit-transform: translateX(50px) translateY(75px); + transform: translateX(50px) translateY(75px) + } +} + +@media screen and (min-width:1024px) { + .container-4JLRen { + padding-bottom: 300px + } + .heroBody-2wfZz_ { + grid-column: span 5 + } + .backgroundImage-1UvUKZ { + height: auto; + width: auto; + -webkit-transform: none; + transform: none + } +} + +.container-1sXFBj { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.subtitle-1kH2VA, +.title-3KM3C8 { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.panel-aS1oNe { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.panelImageContainer-3lZeW6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.panelImage-1yM6TH { + width: 100%; + height: auto +} + +.panelTextContainer-fgiy3h { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 32px +} + +.panelText-1LLVQr { + margin-top: 20px +} + +@media screen and (min-width:768px) { + .panelImageContainer-3lZeW6 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .panelImageContainer-3lZeW6, + .panelTextContainer-fgiy3h { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .panelTextContainer-fgiy3h { + margin-top: 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .panelFlip-3OcjlN .panelImageContainer-3lZeW6 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } + .panelFlip-3OcjlN .panelText-1LLVQr { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } +} + +@media screen and (min-width:1024px) { + .panelImageContainer-3lZeW6 { + grid-column: span 5 + } + .panelTextContainer-fgiy3h { + grid-column: span 7 + } +} + +.container-3W99fy { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-34UrRU { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.card-1SPPgp { + margin-top: 40px; + grid-column: span 4 +} + +.cardHeading-Ar637C { + color: #7289da; + color: var(--brand) +} + +.cardDescription-2ytmYx { + margin-top: 8px +} + +.card-IqwVQ8 { + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + background-color: #fff; + background-color: var(--white); + border-radius: 16px; + overflow: hidden; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(var(--num-grid-columns), 1fr); + gap: 0 20px +} + +.image-38Fgwr { + height: 100%; + width: 100%; + -o-object-fit: cover; + object-fit: cover; + position: absolute +} + +.imageContainer-W9vpmO { + display: none +} + +.imageContainerWithImage-1JZgjd { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 320px; + position: relative; + overflow: hidden +} + +.content-35oAHm, +.imageContainerWithImage-1JZgjd { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.content-35oAHm { + margin: 40px +} + +.header-1GSSk5 { + color: #7289da; + color: var(--brand) +} + +.button-_nyH9c, +.text-3UmRPD { + margin-top: 24px +} + +.button-_nyH9c { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@media screen and (min-width:768px) { + .button-_nyH9c { + width: auto + } +} + +@media screen and (min-width:1024px) { + .imageContainerWithImage-1JZgjd { + grid-column: span 5; + height: 100% + } + .content-35oAHm { + grid-column: 2/span 10; + margin: 75px 0 + } + .contentWithImage-aVLPO8 { + grid-column: 7/span 5 + } +} + +.container-1Y71kY { + width: 100%; + overflow: hidden; + position: relative +} + +.itemContainer-18n3TC { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.item-3rPEHJ { + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.container-s9lP1h { + position: absolute; + top: 0; + bottom: 0; + right: 0; + left: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.innerContainer-1iHqZI { + width: 100%; + height: 100%; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.arrowLeftBackground-1D-Ukt, +.arrowRightBackground-1Q_oX8, +.innerContainer-1iHqZI { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.arrowLeftBackground-1D-Ukt, +.arrowRightBackground-1Q_oX8 { + margin: 8px; + width: 40px; + height: 40px; + background-color: rgba(35, 39, 42, .3); + background-color: rgba(var(--not-quite-black-rgb), .3); + border-radius: 50%; + cursor: pointer; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.arrowLeft-16jVHC, +.arrowRight-1ayMR_ { + width: 20px; + height: 20px; + opacity: 1; + color: #fff; + color: var(--white) +} + +.arrowLeft-16jVHC { + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +@media screen and (min-width:768px) { + .arrowLeftBackground-1D-Ukt, + .arrowRightBackground-1Q_oX8 { + margin: 40px; + width: 64px; + height: 64px + } + .arrowLeft-16jVHC, + .arrowRight-1ayMR_ { + width: 32px; + height: 32px + } +} + +.container-2yF89Z { + width: 100% +} + +.carouselItemOuter-Y7J3EE { + padding: 0 4px +} + +.carouselItemContainer-3uScNU { + border-radius: 16px; + overflow: hidden; + width: 100%; + height: 0; + padding-bottom: 56.25% +} + +.carouselItemImage-dVRl3_ { + width: 100%; + height: auto +} + +@media screen and (min-width:768px) { + .carouselItemOuter-Y7J3EE { + padding: 0 20px + } +} + +.wave-1mdEK8 { + background-color: #f6f6f6; + background-color: var(--off-white); + color: #23272a; + color: var(--not-quite-black) +} + +.container-1xgUaW { + background-color: #23272a; + background-color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-1t1SJw { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.carousel-j6AFJe, +.hiringCard-2KWI0x { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.hiringCard-2KWI0x { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.section-sL1I0I { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.pageHeading-2uHZbf { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.heroSubtitle-1pcw1- { + margin-top: 24px +} + +.newsArticleMain-1ZVT3v { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.newsArticleLink-1pTwmh { + color: #23272a; + color: var(--not-quite-black) +} + +.newsArticleLink-1pTwmh:hover { + color: #7289da; + color: var(--brand) +} + +.newsArticleDate-2t2N52 { + margin-top: 8px; + color: #99aab5; + color: var(--greyple) +} + +.newsArticlePublication-2IdZam { + margin-top: 24px; + max-height: 32px +} + +.newsArticleSub-3zARcj { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.spacer-3Zu80P { + display: none +} + +.press-ryhlFM { + background: #23272a; + background: var(--not-quite-black); + color: #fff; + color: var(--white) +} + +.mediaKit-20pFA2 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.mediaKitTitle-79tBKx { + margin-top: 80px +} + +.button-2caxlv { + margin-top: 40px +} + +.contact-T0HY7R { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.socialIcons-3OMwBi { + margin-top: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.socialLink-pt1HO8 { + display: inline-block; + line-height: 0; + color: #7289da; + color: var(--brand) +} + +.socialLink-pt1HO8+.socialLink-pt1HO8 { + margin-left: 16px +} + +.stats-nxPrzI { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #fff; + color: var(--white) +} + +.statsHeader-1jrsuU { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.metric-3JILxN { + margin-top: 32px; + grid-column: span 4 +} + +.metricDescription-1Qm3LU { + margin-top: 8px +} + +.foundersHeader-Jf0tY_, +.metricDescription-1Qm3LU { + color: #23272a; + color: var(--not-quite-black) +} + +.foundersHeader-Jf0tY_ { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.foundersBig-3D_eWU { + display: none +} + +.founderImage-187eRi { + width: 100% +} + +.founder-3g2R8N, +.founderImage-187eRi { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.founder-3g2R8N { + margin-top: 56px; + color: #23272a; + color: var(--not-quite-black) +} + +.founderTitle-NGTBem { + margin-top: 40px +} + +.investorsDivider-189Vac { + color: #f6f6f6; + color: var(--off-white) +} + +.investorsBackground-1X_2Qk { + background: #f6f6f6; + background: var(--off-white) +} + +.investorsHeader-e6PIFT, +.investorsSubheader-3rwiur { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.investorsSubheader-3rwiur { + margin-top: 24px +} + +.investorLogoWrapper-1wdZIE { + grid-column: span 4; + text-align: center +} + +.investorLogo-P9dXRB { + max-width: 100% +} + +.footer-cWm4u4 { + --card-offset: 242px; + padding-top: var(--card-offset); + background-color: #f6f6f6; + background-color: var(--off-white); + position: relative +} + +.hiringCard-1vEWpA { + z-index: 1; + margin-top: calc(-1*var(--card-offset)); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.footerBackground-2MV2yf { + background-color: #23272a; + background-color: var(--not-quite-black); + position: absolute; + top: var(--card-offset); + left: 0; + bottom: 0; + right: 0 +} + +@media screen and (min-width:768px) { + .newsArticleSub-3zARcj { + grid-column: span 4 + } + .foundersSmall-1rzOUn { + display: none + } + .foundersBig-3D_eWU { + display: initial; + margin-top: 56px + } + .founder-3g2R8N, + .founderImage-187eRi { + grid-column: span 4 + } + .investorsSubheader-3rwiur { + margin-bottom: 80px + } + .statsHeader-1jrsuU { + margin-bottom: 48px + } +} + +@media screen and (min-width:1024px) { + .newsArticleSub-3zARcj { + grid-column: span 5 + } + .spacer-3Zu80P { + display: initial; + grid-column: span 2 + } + .contact-T0HY7R, + .mediaKit-20pFA2 { + grid-column: span 5 + } + .contact-T0HY7R { + margin-top: 0 + } + .foundersBig-3D_eWU { + margin-top: 80px + } + .founder-3g2R8N, + .founderImage-187eRi { + grid-column: span 6 + } + .founder-3g2R8N { + margin-top: 80px + } +} + +.errorCardWrapper-2FShsU { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0 +} + +@media screen and (max-width:848px) { + .errorCardWrapper-2FShsU { + -ms-flex-preferred-size: auto; + flex-basis: auto + } +} + +.errorCard-AVMZWy { + padding: 20px 30px +} + +@media screen and (max-width:848px) { + .errorCard-AVMZWy { + text-align: center + } +} + +.errorFlexWrapper-2RSrO6 { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + text-align: left +} + +@media screen and (max-width:848px) { + .errorFlexWrapper-2RSrO6 { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse + } +} + +.errorSweats-1BOPu8 { + -ms-flex-preferred-size: 0; + flex-basis: 0 +} + +@media screen and (max-width:848px) { + .errorSweats-1BOPu8 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + margin-bottom: 20px + } +} + +.loadingCard-2QPOHj { + padding: 20px 30px +} + +.messageText-2fQyAt { + margin-left: 12px; + text-align: left +} + +.wave-1Eb2P- { + color: #2c2f33; + color: var(--dark-not-black); + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.container-ZKQGGb { + background-color: #2c2f33; + background-color: var(--dark-not-black) +} + +.text-3Bq1-R { + color: #fff; + color: var(--white); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.text-3Bq1-R p+p { + margin-top: 34px; + text-align: center +} + +.carousel-2Ddkaq { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.background-1RHROS { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.content-3VXhFe { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-3080ZW, +.heading-3GwxHq { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white); + text-align: center +} + +.body-3080ZW { + margin-top: 40px +} + +.wave-2GeEVE { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #f6f6f6; + color: var(--off-white) +} + +.videoSection-2WlsGQ { + position: relative; + grid-column: span 4; + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.videoWrapper-2iS5kq { + position: relative; + z-index: 2; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + width: 100% +} + +.videoWrapper-2iS5kq:after { + content: ""; + display: block; + padding-bottom: 56.25% +} + +.video-2a956- { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + will-change: opacity +} + +.imageContainer-1gsKku { + position: relative; + width: 100%; + height: 500px +} + +.image-31cJAR { + width: 100%; + height: auto +} + +.imageBox-3JubpG { + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 16px; + position: absolute; + overflow: hidden +} + +.imageBox1-3f4bC1 { + height: 220px; + width: 380px; + top: 10%; + left: -20% +} + +.imageBox2-1EHSBm { + height: 103px; + width: 180px; + top: 70%; + left: -10% +} + +.imageBox3-1x9ts- { + height: 160px; + width: 280px; + top: 35%; + left: 60% +} + +.imageBox4-30kk4i { + height: 220px; + width: 380px; + top: 80%; + left: 50% +} + +@media screen and (min-width:768px) { + .videoSection-2WlsGQ { + grid-column: 2/span 6 + } +} + +@media screen and (min-width:1024px) { + .body-3080ZW, + .videoSection-2WlsGQ { + grid-column: 3/span 8 + } + .imageContainer-1gsKku { + display: contents + } + .imageBox1-3f4bC1 { + top: 10%; + left: -40% + } + .imageBox2-1EHSBm { + top: 90%; + left: -10% + } + .imageBox3-1x9ts- { + top: 15%; + left: 80% + } + .imageBox4-30kk4i { + top: 80%; + left: 80% + } +} + +.card-3CLPHw { + grid-column: span 4; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + background-color: #fff; + background-color: var(--white); + color: #000; + color: var(--black); + padding: 24px; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-transition: -webkit-box-shadow .2s ease-in-out; + transition: -webkit-box-shadow .2s ease-in-out; + transition: box-shadow .2s ease-in-out; + transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out +} + +.card-3CLPHw:hover { + -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2); + box-shadow: 0 8px 15px rgba(0, 0, 0, .2) +} + +.keyboardMode .card-3CLPHw:focus { + border: 3px solid #00b0f4; + border: 3px solid var(--focus-border); + margin: -3px +} + +.row-Ou-n1r { + row-gap: 24px +} + +.title-3TjlPZ { + width: 75%; + font-weight: 500 +} + +.icon-lRvU4f { + color: #7289da; + color: var(--brand) +} + +.details-1bIBBc { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.item-35CoAJ { + grid-column: span 4 +} + +.row-7YDX7x { + row-gap: 40px +} + +.icon-2GyljB, +.title-TNf-4b { + margin-bottom: 16px +} + +@media screen and (min-width:1024px) { + .item-35CoAJ { + padding-left: 30px; + padding-right: 30px + } +} + +.container-1migxl { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #fff; + color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.heading-27dCZS { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.container-1NQYPG { + width: 100%; + padding-right: 0 +} + +.filterButton-kestUG { + margin-right: 8px; + margin-bottom: 8px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1) +} + +.buttonWrapOuter-lfuIBM { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: 24px +} + +.buttonWrap-L1cnGD { + padding: 6px; + white-space: nowrap; + overflow-x: auto +} + +@media screen and (min-width:1024px) { + .container-1NQYPG { + padding: 0 24px; + padding: 0 var(--page-gutter) + } + .buttonWrap-L1cnGD { + padding: 0; + white-space: normal; + overflow-x: visible + } +} + +.content-1QJA9C { + background-color: #f6f6f6; + background-color: var(--off-white); + overflow: hidden +} + +.perkIcons-1B3TF_ { + color: #fff; + color: var(--white) +} + +.descriptionTitle-3zx2S2 { + margin-bottom: 24px +} + +.filterHeader-3mmXXU { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.descriptionBody-1eYgS2 p+p { + margin-top: 34px +} + +.jobsSection-15sn-6 { + text-align: left; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black); + margin-bottom: 24px +} + +.jobsSection-15sn-6, +.jobsSingleRow-3IT1sP { + margin-top: 80px +} + +.description-2qHvoo { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 80px +} + +.jobList-1kX--S { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.fileInput-D05COl { + position: absolute; + height: 1px; + width: 1px; + border: 0; + padding: 0; + clip: rect(0, 0, 0, 0); + overflow: hidden; + white-space: nowrap +} + +.fileInputButton-wJuGvZ:focus-within { + -webkit-box-shadow: 0 0 3px 3px #7289da; + box-shadow: 0 0 3px 3px #7289da +} + +.antiDiscriminationText-283xqW { + font-weight: 600; + color: #000; + border: 1px solid #333; + padding: 12px; + border-radius: 4px +} + +.uploader-2Kj0K_ { + height: 0; + overflow: hidden; + position: relative +} + +.deleteIcon-2siojd { + position: absolute; + top: 14px; + right: 20px; + border: 0; + cursor: pointer; + background: url(/assets/8307730f12369150034efedddaedb68b.svg) no-repeat 5px 5px; + background-size: 10px; + width: 20px; + height: 20px; + z-index: 9999 +} + +.deleteIcon-2siojd:hover { + top: 13px +} + +.success-1qCLtY { + text-align: center; + max-height: 50%; + position: relative; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%) +} + +.submitStepHeading-d18yO2 { + margin: 20px 0 +} + +.errorSection-GiNE1P { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 60px +} + +.errorSectionText-3hLbsE { + margin-top: 20px; + font-size: 20px; + text-align: center +} + +.errorSectionText-3hLbsE a { + color: #7289da; + -webkit-transition: color .25s ease; + transition: color .25s ease +} + +.errorSectionText-3hLbsE a:hover { + color: #4e5d94; + text-decoration: none +} + +.heroBackground-2ZzR0s { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.heroBody-2owWVP {} + +.heroTitle-2NqrmA { + color: #7289da; + color: var(--brand) +} + +.heroLocation-2sG3bR { + color: #23272a; + color: var(--not-quite-black); + margin-top: 4px +} + +.heroSubtitle-2LcVsa { + margin-top: 36px +} + +.body-6p4auF {} + +.body-6p4auF, +.body-6p4auF .paragraph-3Y-6hT, +.body-6p4auF p, +.body-6p4auF ul li { + font-size: 20px; + line-height: 30px +} + +.body-6p4auF>:first-child { + margin-top: 0 +} + +.perkIcons-1tej-5 { + color: #fff; + color: var(--white) +} + +.eeoc-33DVeX { + margin-top: 24px; + color: #7289da; + color: var(--brand) +} + +.ctaContainer-8FAW4b { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.cta-2073Fg { + margin-top: 40px +} + +.container-T4AWzV { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.dot-16qQRk { + border-radius: 50%; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-right: 8px +} + +.dot-16qQRk:last-of-type { + margin-right: 0 +} + +.unfilled-4KYEWk { + width: 16px; + height: 16px; + background: #f6f6f6; + background: var(--off-white); + opacity: .3; + border: 2px solid #23272a; + border: 2px solid var(--not-quite-black) +} + +.filled-2tn3cl { + width: 20px; + height: 20px; + background: #23272a; + background: var(--not-quite-black); + border: 4px solid #23272a; + border: 4px solid var(--not-quite-black); + margin-right: 6px; + margin-left: -2px +} + +.filled-2tn3cl:last-of-type { + margin-right: -2px +} + +.container-1s5Hw1 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-3FiZ72 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.cta-1oHKzY { + margin-top: 80px +} + +.bodyText-RVsvQY { + margin-top: 8px; + min-height: 96px +} + +.buttons-LwfcXT { + margin-top: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.carouselContainer-2aXv7X { + margin-top: 56px; + width: 100% +} + +.carouselContainer-2aXv7X, +.carouselContentContainer-3Nbavu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.carouselContentContainer-3Nbavu { + margin-top: 24px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.carouselText-3lbCwU { + max-width: 800px +} + +.carouselDots-2-RAxY { + margin-top: 8px +} + +.item-i3g8Kn { + padding-left: 4px; + padding-right: 4px +} + +.itemImage-1y59G_ { + width: 100%; + height: auto +} + +@media screen and (min-width:768px) { + .item-i3g8Kn { + padding-left: 10px; + padding-right: 10px + } +} + +.container-21SHbu { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-2cooEY {} + +.values-ylLP_g { + margin-top: 20px +} + +.value-1Iid94 { + margin-bottom: 20px +} + +.valueHeading-2FSFOX { + color: #7289da; + color: var(--brand) +} + +.valueText-3luHFZ { + margin-top: 8px +} + +@media screen and (min-width:1024px) { + .title-2cooEY { + grid-column: span 7 + } + .values-ylLP_g { + margin-top: 40px + } + .value-1Iid94 { + grid-column: span 4 + } +} + +.background-143nS8 { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.dividerBottom-28cD73, +.dividerTop-2wKacr { + color: #fff; + color: var(--white) +} + +.dividerTop-2wKacr { + -webkit-transform: rotate(180deg) translateY(1px); + transform: rotate(180deg) translateY(1px) +} + +.container-qTeDRf { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.header-2fVDKF { + color: #fff; + color: var(--white) +} + +.bodyText-3xyanz { + margin-top: 40px +} + +.testimonials-Qr_0hE { + margin: 80px auto 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + max-width: 1260px; + max-width: var(--page-max-width); + padding-left: 24px; + padding-left: var(--page-gutter); + padding-right: 24px; + padding-right: var(--page-gutter); + -webkit-columns: 1; + -moz-columns: 1; + column-count: 1; + -webkit-column-fill: balance; + -moz-column-fill: balance; + column-fill: balance +} + +.cardWrapper-12u0w3 { + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid; + margin-bottom: 20px +} + +@media screen and (min-width:768px) { + .testimonials-Qr_0hE { + -webkit-columns: 2; + -moz-columns: 2; + column-count: 2 + } +} + +@media screen and (min-width:1024px) { + .testimonials-Qr_0hE { + -webkit-columns: 3; + -moz-columns: 3; + column-count: 3 + } +} + +.pill-3WxLOY { + background-color: #7289da; + background-color: var(--brand-primary); + border-radius: 24px; + padding: 0 8px; + margin-left: 10px; + font-size: 12px; + line-height: 24px +} + +.wave-3708iR { + color: #7289da; + color: var(--brand-primary); + -webkit-transform: translateY(1px); + transform: translateY(1px) +} + +.container-5zrFh3 { + padding-top: 56px; + padding-top: var(--section-spacing); + background-color: #7289da; + background-color: var(--brand-primary); + padding-bottom: 260px; + position: relative; + overflow: hidden +} + +.body-2tiYWL { + grid-column: span 4; + z-index: 1 +} + +.title-3kVUsM { + width: 200px +} + +.subtitle-3u8Cw5 { + margin-top: 24px; + color: #fff; + color: var(--white) +} + +.ctaContainer-y2IFjj { + margin-top: 32px +} + +.ctaButton-aQUDyi { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 24px +} + +.animation-3nyC-B { + position: absolute; + bottom: 0; + left: 50%; + min-width: 1900px; + width: 100%; + height: auto; + z-index: 0; + -webkit-transform: translateX(-30%); + transform: translateX(-30%) +} + +@media screen and (min-width:768px) { + .body-2tiYWL { + grid-column: 1/span 6 + } + .ctaContainer-y2IFjj { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap + } + .ctaButton-aQUDyi { + width: auto + } + .ctaButton-aQUDyi:first-of-type { + margin-right: 42px + } + .container-5zrFh3 { + padding-bottom: 250px + } +} + +@media screen and (min-width:1024px) { + .body-2tiYWL { + grid-column: 7/span 6 + } + .container-5zrFh3 { + padding-bottom: 150px + } + .animation-3nyC-B { + left: 0; + width: 110%; + -webkit-transform: translateX(-5%); + transform: translateX(-5%) + } +} + +.background-3Fn7Nq { + background: -webkit-gradient(linear, left top, right top, from(#b473f5), to(#e292aa)); + background: linear-gradient(90deg, #b473f5, #e292aa); + overflow: hidden +} + +.container-1ICVx9 { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 112px; + margin-bottom: calc(var(--section-spacing) + 56px); + z-index: 2 +} + +.titleContainer-2eDrNW { + grid-column: span 4; + position: relative +} + +.staticWumpus-1xObST { + width: 250px; + height: auto; + position: absolute; + left: 50%; + display: block; + -webkit-transform: translateX(-24px); + transform: translateX(-24px) +} + +.title-1vp7ZU { + display: block; + width: 300px; + margin-left: auto; + margin-right: auto; + margin-top: 152px +} + +.subtitle-2Uzby2 { + text-align: center; + color: #fff; + color: var(--white) +} + +.ctaContainer-3TTv5b, +.subtitle-2Uzby2 { + grid-column: span 4; + margin-top: 40px +} + +.ctaButton-3QOc8e { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-bottom: 24px +} + +.videoWrapper-2JhFEf { + position: absolute; + top: 0; + left: 0; + overflow: hidden; + z-index: 0; + width: 100%; + height: 100% +} + +.video-9--6_I { + position: absolute; + top: 65%; + left: 50%; + min-height: 135%; + min-width: 130%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + width: auto; + height: auto +} + +.outerContainer-3pI76d { + position: relative +} + +.wave-3CQqLw { + position: absolute; + bottom: -1px; + width: 100%; + color: #fff; + color: var(--white); + z-index: 3 +} + +@media screen and (min-width:768px) { + .titleContainer-2eDrNW { + grid-column: span 8 + } + .subtitle-2Uzby2 { + grid-column: 2/span 6 + } + .ctaContainer-3TTv5b { + grid-column: span 8; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .ctaButton-3QOc8e { + width: auto + } + .ctaButton-3QOc8e:first-of-type { + margin-right: 40px + } +} + +@media screen and (min-width:1024px) { + .titleContainer-2eDrNW { + grid-column: 1/span 6 + } + .staticWumpus-1xObST { + display: none + } + .title-1vp7ZU { + margin-left: 0; + margin-right: 0; + margin-top: 0 + } + .subtitle-2Uzby2 { + grid-column: 1/span 6; + text-align: left + } + .ctaContainer-3TTv5b { + grid-column: 1/span 6; + -webkit-box-pack: left; + -ms-flex-pack: left; + justify-content: left + } +} + +.container-wWFiq8 { + color: #23272a; + color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.subtitle-hpSL5k, +.title-2eulZa { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.subtitle-hpSL5k { + margin-top: 24px +} + +.perksContainer-34_gSo { + margin-top: 56px; + margin-top: var(--section-spacing); + gap: 20px +} + +.perkTile-JTecO9 { + grid-column: span 4; + border-radius: 8px; + padding: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + color: #fff; + color: var(--white); + text-align: center +} + +.perkSubtitle-vVL1iZ { + margin-top: 12px +} + +.perkImage-26sxbu { + margin-top: 20px; + margin-left: auto; + margin-right: auto +} + +.perkBetterEmoji-3e-E_y { + background: linear-gradient(142.53deg, #00a295, #26e8f4 98.75%), #3dcda7 +} + +.perkPersonalProfile-1fqbF6 { + background: linear-gradient(321.82deg, #21f2ff, #4181ff 59.22%, #4475ff 98.02%), #7196ff +} + +.perkSupportServer-2ks6fJ { + background: linear-gradient(138.46deg, #3e70ff 1.48%, #9a98ff 98.75%), #ff73fa +} + +.perkRepSupport-23SGg_ { + background: linear-gradient(141.85deg, #7e7bff, #ff73fa) +} + +.perkBiggerMemes-to0n_A { + background: linear-gradient(141.48deg, #f837ee 1.35%, #ffcd4b) +} + +.perkBiggerMemes-to0n_A .perkImage-26sxbu { + width: 177px; + height: 112px +} + +.perkHDVideo-_Pn-en { + background: linear-gradient(321.73deg, #ffcd4b -1.09%, #ee6315 100.65%) +} + +.perkHDVideo-_Pn-en .perkImage-26sxbu { + width: 177px; + height: 116px +} + +.ctaContainer-2a7MUV { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + overflow: hidden +} + +.ctaTitle-1Z93AH { + text-align: center; + color: #23272a; + color: var(--not-quite-black); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.ctaButton-10SPnA { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + grid-column: span 4; + margin-top: 20px +} + +.ctaButton-10SPnA:first-of-type { + margin-top: 40px +} + +@media screen and (min-width:768px) { + .ctaButton-10SPnA { + margin-top: 40px + } +} + +@media screen and (min-width:1024px) { + .ctaButton-10SPnA:first-of-type { + grid-column: 3/span 4 + } +} + +.card-actHXy { + border: 2px solid hsla(0, 0%, 100%, .05); + border-radius: 8px; + padding: 20px; + overflow: hidden; + background-clip: padding-box +} + +.cardLight-190DIX { + color: #fff; + color: var(--white) +} + +.cardDark-2bLMBf { + color: #23272a; + color: var(--not-quite-black) +} + +.colorCodes-10DdUd { + margin-top: 80px; + opacity: .6 +} + +.imageBox-1LW2Yl { + border-radius: 8px; + border: 2px solid hsla(0, 0%, 100%, .05); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); + box-shadow: 0 1px 1px rgba(0, 0, 0, .2); + position: relative; + overflow: hidden; + background-clip: padding-box; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.image-Nz_wRf { + height: 120px +} + +.checkerLight-3nBjiP { + background-color: #fff; + background-color: var(--white); + background-image: linear-gradient(45deg, #f6f6f6 25%, transparent 0, transparent 75%, #f6f6f6 0, #f6f6f6), linear-gradient(45deg, #f6f6f6 25%, transparent 0, transparent 75%, #f6f6f6 0, #f6f6f6) +} + +.checkerDark-1e-AY2, +.checkerLight-3nBjiP { + background-size: 30px 30px; + background-position: 0 0, 45px 45px +} + +.checkerDark-1e-AY2 { + background-color: transparent; + background-image: linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427), linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427) +} + +.linkContainer-20_-HW { + position: absolute; + bottom: 0; + right: 0 +} + +.link-XtwhJG { + margin-right: 16px +} + +.wave-TcrHrq { + color: #7289da; + color: var(--brand) +} + +.container-1kLi6_, +.wave-TcrHrq { + background-color: #2c2f33; + background-color: var(--dark-not-black) +} + +.container-1kLi6_ { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.sectionSpacing-1JLnvz { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.textContainer-3xdHkq { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.note-155huJ, +.subtitle-I0ed66 { + margin-top: 40px +} + +.subtitle-I0ed66 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.logoImage-3W-9Hy { + max-height: 104px +} + +.logoImageWordmark-3UpDLP { + max-height: 64px +} + +.logoImageBox-3e3-Ka { + margin-top: 40px; + height: 160px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.mediaKitDownload-1xICpm { + margin-top: 80px +} + +.spacingLogo-1Tp7-J, +.spacingLogoWordmark-2UYt26, +.spacingWordmark-IthoBq { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spacingImage-Xzve9K { + max-width: 100% +} + +.colorRow-1VDakm { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + gap: 20px; + margin-top: 40px; + padding: 0 +} + +.colorCard-1HS1H7 { + grid-column: span 4 +} + +@media screen and (min-width:1024px) { + .logoImageBox-3e3-Ka { + grid-column: span 4 + } + .spacingLogoWordmark-2UYt26 { + grid-column: span 7 + } + .spacingLogo-1Tp7-J { + grid-column: span 2 + } + .spacingWordmark-IthoBq { + grid-column: span 3 + } +} + +.container-3Z7U5r { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.wave-3TIwfs { + color: #2c2f33; + color: var(--dark-not-black) +} + +.textContainer-lj0_W_ { + grid-column: span 4 +} + +.title-Nn03Wu { + color: #7289da; + color: var(--brand) +} + +.subtitle-3_q6Rp { + margin-top: 40px; + color: #23272a; + color: var(--not-quite-black) +} + +.imageContainer-nZ_dtt { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.image-3PbJ5P { + width: 192px; + height: 218px +} + +@media screen and (min-width:1024px) { + .textContainer-lj0_W_ { + grid-column: span 7 + } + .imageContainer-nZ_dtt { + grid-column: span 5 + } +} + +.card-nFAqf3 { + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + color: #23272a; + color: var(--not-quite-black); + background-color: #fff; + background-color: var(--white); + padding: 40px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.card-nFAqf3, +.ctaContainer-1nTBE3, +.headerContainer-2mwbHk { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.ctaContainer-1nTBE3, +.headerContainer-2mwbHk { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center +} + +.button-1MnTvL, +.description-l1RxDL, +.features-30A_74, +.linkContainer-2WVTwU, +.name-175Svm { + margin-top: 20px +} + +.feature-2D6N-j { + margin-bottom: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.feature-2D6N-j:last-child { + margin-bottom: 0 +} + +.check-1qK_lg { + color: #43b581; + color: var(--status-green); + margin-top: 2px; + margin-right: 11px; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.link-GXQhQv { + margin-left: 16px +} + +.link-GXQhQv:first-child { + margin-left: 0 +} + +.container-FXbeFk { + display: grid; + grid-template-columns: 1fr; + gap: 20px +} + +@media screen and (min-width:768px) { + .container-FXbeFk { + grid-template-columns: 1fr 1fr + } +} + +@media screen and (min-width:1024px) { + .card-nFAqf3 { + padding: 80px 100px + } +} + +.container-1Hi6cG { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2DvdC_ { + color: #23272a; + color: var(--not-quite-black); + text-align: center; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.addonContainer-2TEA7_ { + margin-bottom: 80px +} + +.addonContainer-2TEA7_, +.communityAddonContainer-qSe5Ie { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 80px +} + +.subtitle-1vqEk6 { + margin-top: 24px +} + +.wave-3qH7rz { + background-color: #f6f6f6; + background-color: var(--off-white); + color: #23272a; + color: var(--not-quite-black) +} + +.container-1wRlgr { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.content-b1mfkd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2erSHl { + color: #fff; + color: var(--white); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.subtitle-KuiX1H { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .textContainer-2erSHl { + grid-column: span 6 + } +} + +.container-2GGyZM { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-1bSnPn { + color: #23272a; + color: var(--not-quite-black); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-bottom: 40px +} + +.subtitle-2HWdRf { + margin-top: 28px +} + +.step-3TaGXa { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 20px +} + +.step-3TaGXa:first-of-type { + margin-top: 0 +} + +.stepTitle-3HeNDe { + margin-top: 8px; + color: #7289da; + color: var(--brand) +} + +.stepSubtitle-3KzXR2 { + margin-top: 8px; + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:768px) { + .step-3TaGXa { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + text-align: left + } + .stepImage-1JC45b { + margin-left: 8px; + margin-right: 8px + } +} + +@media screen and (min-width:1024px) { + .textContainer-1bSnPn { + margin-bottom: 80px + } + .step-3TaGXa { + margin-top: 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + grid-column: span 4; + text-align: center + } + .stepImage-1JC45b { + margin-left: 0; + margin-right: 0 + } +} + +.category-apZT2w { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.category-apZT2w:nth-of-type(2n) { + background-color: #fff; + background-color: var(--white) +} + +.categoryArticles-dACXAg, +.categoryTitle-12IZg1 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.categoryArticle-1tDwl-+.categoryArticle-1tDwl-, +.categoryArticles-dACXAg, +.categorySubtitle-3YX9k4 { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .categoryTitle-12IZg1 { + grid-column: span 4 + } + .categoryArticles-dACXAg { + margin-top: 0; + grid-column: 6/span 7 + } +} + +.background-3r8V3n { + background-color: #fff; + background-color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.content-2NuJHT {} + +.heading-Dhbhva { + color: #23272a; + color: var(--not-quite-black) +} + +.body-2PFEyP p { + margin-top: 30px +} + +.body-2PFEyP p:first-child { + margin-top: 16px +} + +.body-2PFEyP strong { + font-style: italic +} + +.list-9A7nOA { + position: absolute; + top: 42px; + left: 16px; + z-index: 1; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 356px; + padding: 16px; + border-radius: 8px; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + background-color: #fff; + background-color: var(--white); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + -webkit-transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, transform .125s, visibility .125s; + transition: opacity .125s, transform .125s, visibility .125s, -webkit-transform .125s; + opacity: 0; + pointer-events: none; + -webkit-transform: scale(.9) translateY(-10px); + transform: scale(.9) translateY(-10px); + visibility: hidden +} + +.list-9A7nOA.listOpen-3LsJ1S { + opacity: 1; + pointer-events: auto; + -webkit-transform: scale(1) translateY(0); + transform: scale(1) translateY(0); + visibility: visible +} + +.listItem-qeeGHJ { + display: block; + border-radius: 4px +} + +.listItem-qeeGHJ:hover { + background: #f2f3f4 +} + +.link-ZN_UuK { + display: block; + padding: 8px +} + +.listItem-qeeGHJ .link-ZN_UuK { + color: #23272a; + color: var(--not-quite-black) +} + +.listItemActive-2LQcf6 .link-ZN_UuK { + color: #00b0f4 +} + +.themeBrand-CtfDzy { + --color-inactive: #747f8d; + --color-active: var(--brand-primary); + --color-divider: rgba(79, 84, 92, 0.16) +} + +.themeWhite-2bWI0G { + --color-inactive: var(--white); + --color-active: var(--white); + --color-divider: hsla(0, 0%, 100%, 0.06) +} + +.container-2S_Xol { + display: none; + border-bottom: 2px solid var(--color-divider) +} + +.item-1hykPL { + position: relative; + margin-bottom: -2px; + cursor: default +} + +.item-1hykPL.itemSelected-2eJfto { + border-bottom: 2px solid var(--color-active) +} + +.itemInner-2HgEtc { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0 16px 10px +} + +.itemClickable-3jGFsC .itemInner-2HgEtc { + cursor: pointer +} + +.iconCaret-Ar8XMB, +.itemName-1-q1EN { + color: var(--color-inactive) +} + +.itemSelected-2eJfto .iconCaret-Ar8XMB, +.itemSelected-2eJfto .itemName-1-q1EN { + color: var(--color-active) +} + +@media screen and (min-width:1024px) { + .container-2S_Xol { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.background-3JUUKW { + background: -webkit-gradient(linear, left top, right top, from(#8ea1e1), to(#7289da)); + background: linear-gradient(90deg, #8ea1e1, #7289da) +} + +.content-1tfMe3 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-1NA6-J { + color: #fff; + color: var(--white) +} + +.title-18YG4T {} + +.illo-1xrGPL { + justify-self: center; + width: 413px; + max-width: 100% +} + +.illo-1xrGPL, +.subtitle-23mTJl { + margin-top: 24px +} + +.subtitle-23mTJl { + white-space: break-spaces +} + +.waveDivider-12Qwux { + color: #f6f6f6; + color: var(--off-white) +} + +@media screen and (min-width:1024px) { + .background-3JUUKW { + overflow: hidden + } + .navbar-39JIKV { + margin-bottom: 40px + } + .title-18YG4T { + grid-row: 1; + grid-column: span 6 + } + .illo-1xrGPL { + margin-top: 0; + grid-row: span 2; + grid-column: 7/span 6; + -ms-flex-item-align: center; + align-self: center; + justify-self: auto; + width: auto; + max-width: 630px + } + .subtitle-23mTJl { + margin-top: 56px; + grid-row: 2; + grid-column: span 6 + } +} + +.background-2pjxWx { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-1Fzl5H {} + +.heading-w9WBQe { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-IDX9wb { + margin-top: 16px +} + +.cards-1b24iM { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.card-2C89Mq { + margin-top: 56px +} + +.card-2C89Mq strong { + font-style: italic +} + +.cardHeading-1qhqbv { + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:1024px) { + .cards-1b24iM { + grid-column: 3/span 8 + } +} + +.body-2iInDb { + color: #4f5660 +} + +.body-2iInDb a { + color: #00b0f4; + color: var(--text-link) +} + +.body-2iInDb a:hover { + text-decoration: underline +} + +.container-3_XGn_ { + position: -webkit-sticky; + position: sticky; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 8px; + padding: 24px; + top: 20px +} + +.title-2hYIpo { + font-size: 14px; + line-height: 20px; + font-weight: 700; + text-transform: uppercase; + color: #23272a; + color: var(--not-quite-black) +} + +.list-1SvxYm { + list-style: none +} + +.item-3QDAjL { + margin-top: 26px +} + +.link-3QL--8 { + display: block; + font-size: 16px; + line-height: 26px; + color: #23272a; + color: var(--not-quite-black) +} + +.link-3QL--8:hover { + text-decoration: underline +} + +.itemActive-1rq5tt .link-3QL--8 { + color: #00b0f4; + color: var(--text-link) +} + +.content-1_xzrM { + color: #4f5660 +} + +.content-1_xzrM .heading-3DTkGA { + margin-top: 48px; + margin-bottom: 16px +} + +.content-1_xzrM .heading-3DTkGA, +.content-1_xzrM .subheading-3xkA1t { + color: #23272a; + color: var(--not-quite-black) +} + +.content-1_xzrM ul { + margin-top: 16px; + margin-left: 1em; + list-style: disc +} + +.content-1_xzrM p, +.content-1_xzrM ul { + margin-bottom: 16px +} + +.content-1_xzrM strong { + font-weight: 700 +} + +.content-1_xzrM em { + font-style: italic +} + +.content-1_xzrM img { + max-width: 100% +} + +.content-1_xzrM>:first-child { + margin-top: 0 +} + +.wysiwyg-color-black-3ZB4sP { + color: #000 +} + +.wysiwyg-color-black70-2bInXQ { + color: #4d4d4d +} + +.wysiwyg-color-black60-3IhGVo { + color: #666 +} + +.wysiwyg-color-black50-21sQCN { + color: grey +} + +.wysiwyg-color-black40-1rZ9ap { + color: #999 +} + +.wysiwyg-color-black30-2kKHvp { + color: #b3b3b3 +} + +.wysiwyg-color-black20-11RMNr { + color: #ccc +} + +.wysiwyg-color-black10-1zwp69 { + color: #e6e6e6 +} + +.wysiwyg-color-red-2YQLZl { + color: red +} + +.wysiwyg-color-orange-3EW2Yq { + color: #f90 +} + +.wysiwyg-color-yellow-3tYVQ9 { + color: #ff0 +} + +.wysiwyg-color-green-3MCCEu { + color: #0f0 +} + +.wysiwyg-color-cyan-2n920P { + color: #0ff +} + +.wysiwyg-color-blue-2cHKmm { + color: #00f +} + +.wysiwyg-color-purple-dY2vyh { + color: #90f +} + +.wysiwyg-color-pink-2HWeRQ { + color: #f0f +} + +.wysiwyg-color-red90-2l00Aj { + color: #f33 +} + +.wysiwyg-color-red80-1Hfypg { + color: #f66 +} + +.wysiwyg-color-red70-3-n38d { + color: #f99 +} + +.wysiwyg-color-red110-1so7A3 { + color: #c00 +} + +.wysiwyg-color-red120-3AU8oF { + color: #900 +} + +.wysiwyg-color-red130-1erbaJ { + color: #600 +} + +.wysiwyg-color-orange90-1KiaJQ { + color: #ffad33 +} + +.wysiwyg-color-orange80-kk0f3m { + color: #ffc266 +} + +.wysiwyg-color-orange70-3AyE6P { + color: #ffd699 +} + +.wysiwyg-color-orange110-2p2uV4 { + color: #cc7a00 +} + +.wysiwyg-color-orange120-12IuBC { + color: #995c00 +} + +.wysiwyg-color-orange130-2Nnssj { + color: #663d00 +} + +.wysiwyg-color-yellow90-1B4B7A { + color: #ff3 +} + +.wysiwyg-color-yellow80-3qWgad { + color: #ff6 +} + +.wysiwyg-color-yellow70-3RcJeW { + color: #ff9 +} + +.wysiwyg-color-yellow110-2-DHLb { + color: #cc0 +} + +.wysiwyg-color-yellow120-1-WQoU { + color: #990 +} + +.wysiwyg-color-yellow130-3SznMZ { + color: #660 +} + +.wysiwyg-color-green90-X9yPDE { + color: #3f3 +} + +.wysiwyg-color-green80-17PZIF { + color: #6f6 +} + +.wysiwyg-color-green70-2-Tb8e { + color: #9f9 +} + +.wysiwyg-color-green110-3ieXoz { + color: #0c0 +} + +.wysiwyg-color-green120-2RXK04 { + color: #090 +} + +.wysiwyg-color-green130-2drGzx { + color: #060 +} + +.wysiwyg-color-cyan90-rpWDi0 { + color: #3ff +} + +.wysiwyg-color-cyan80-3mvdKN { + color: #6ff +} + +.wysiwyg-color-cyan70-1zrqxe { + color: #9ff +} + +.wysiwyg-color-cyan110-1Nhlby { + color: #0cc +} + +.wysiwyg-color-cyan120-2nxXho { + color: #099 +} + +.wysiwyg-color-cyan130-19fhe3 { + color: #066 +} + +.wysiwyg-color-blue90-298pw6 { + color: #33f +} + +.wysiwyg-color-blue80-Vz5dH8 { + color: #66f +} + +.wysiwyg-color-blue70-1kft-f { + color: #99f +} + +.wysiwyg-color-blue110-2_fPmN { + color: #00c +} + +.wysiwyg-color-blue120-1OCzfW { + color: #009 +} + +.wysiwyg-color-blue130-CnHiIl { + color: #006 +} + +.wysiwyg-color-purple90-2wDSQV { + color: #ad33ff +} + +.wysiwyg-color-purple80-1U1Qtp { + color: #c266ff +} + +.wysiwyg-color-purple70-3SeNKW { + color: #d699ff +} + +.wysiwyg-color-purple110-cCxSnc { + color: #7a00cc +} + +.wysiwyg-color-purple120-1NGaRx { + color: #5c0099 +} + +.wysiwyg-color-purple130-1iSHlF { + color: #3d0066 +} + +.wysiwyg-color-pink90-21ew00 { + color: #f3f +} + +.wysiwyg-color-pink80-1P_4ZB { + color: #f6f +} + +.wysiwyg-color-pink70-2s3MAW { + color: #f9f +} + +.wysiwyg-color-pink110-4xZw9A { + color: #c0c +} + +.wysiwyg-color-pink120-xblb-d { + color: #909 +} + +.wysiwyg-color-pink130-3ofOfL { + color: #606 +} + +.wysiwyg-underline--aW0Fk { + text-decoration: underline +} + +.wysiwyg-text-align-right-x23UWj { + text-align: right +} + +.wysiwyg-text-align-center-2ltAUJ { + text-align: center +} + +.wysiwyg-text-align-left-1Zux7n { + text-align: left +} + +.wysiwyg-text-align-justify-3Zm2QZ { + text-align: justify +} + +.container-3XEslf { + margin-top: 40px +} + +.body-1Mbrik a, +.heading-2M6XCK a { + color: #00b0f4 +} + +.body-1Mbrik a:hover, +.heading-2M6XCK a:hover { + text-decoration: underline +} + +.heading-2M6XCK { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-2zjx6s { + margin-top: 24px +} + +.subheading-2zjx6s p+p { + margin-top: 34px +} + +.subheading-2zjx6s img { + max-width: 100% +} + +.content-2Z-ane { + margin-top: 24px; + margin-bottom: 40px +} + +.body-1Mbrik, +.toc-30jM4Z { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.body-1Mbrik { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .container-3XEslf { + margin-top: 120px + } + .heading-2M6XCK, + .subheading-2zjx6s { + margin-top: 40px + } + .content-2Z-ane { + margin-top: 56px; + margin-bottom: 96px + } + .toc-30jM4Z { + grid-column: 10/span 3 + } + .body-1Mbrik { + margin-top: 0; + grid-column: 1/span 9; + grid-row: 1 + } +} + +.outerContainer-20KZ9K { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.subtitle-1lf_3d, +.title-1YNr7e { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-1lf_3d { + margin-top: 24px +} + +.testimonials-uZTeZU { + margin-top: 56px; + row-gap: 24px +} + +.testimonial-pqbWiE { + grid-column: span 4 +} + +.ctaContainer-2ql2V2 { + margin-top: 56px; + position: relative; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.ctaContainer-2ql2V2, +.sparklesContainer-3mRWFa { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.sparklesContainer-3mRWFa { + position: absolute; + top: 0; + width: 100%; + overflow: hidden; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-1jwQsH { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.ctaTitle-1kDBff { + margin-top: 30px; + z-index: 1 +} + +.ctaButtons-1_VmZZ { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.ctaButtons-1_VmZZ, +.download-3rx_Nc, +.templateCTA-2wZVuz { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100% +} + +.download-3rx_Nc, +.templateCTA-2wZVuz { + margin-top: 24px +} + +@media screen and (min-width:768px) { + .download-3rx_Nc, + .templateCTA-2wZVuz { + width: auto + } + .download-3rx_Nc { + margin-right: 24px + } +} + +@media screen and (min-width:1024px) { + .ctaContainer-2ql2V2, + .testimonials-uZTeZU { + margin-top: 80px + } +} + +.container-x6C5V9 { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.image-1s_4Sq { + margin: auto; + max-width: 100% +} + +.contentContainer-3B1iG9, +.image-1s_4Sq { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.contentContainer-3B1iG9 { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px +} + +.subtitle-3SPywH { + margin-top: 16px +} + +.featuresContainer-1dTB9A { + margin-top: 48px; + display: grid; + grid-template-columns: repeat(1, 1fr); + gap: 32px 20px +} + +.featureTitle-sv_Y_e { + font-weight: 600 +} + +.featureSubtitle-2a6s3C, +.featureTitle-sv_Y_e { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .contentContainer-3B1iG9 { + grid-column: 2/span 6 + } + .featuresContainer-1dTB9A { + grid-template-columns: repeat(2, 1fr) + } +} + +@media screen and (min-width:1024px) { + .image-1s_4Sq { + grid-column: span 5; + width: 100% + } + .contentContainer-3B1iG9 { + margin-top: 0; + grid-column: 6/span 6 + } +} + +.container-1PUNPS { + position: relative; + padding-bottom: 300px +} + +.background-2mUlVz { + z-index: -1; + left: 0; + right: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: -webkit-gradient(linear, left top, left bottom, color-stop(-.01%, #fff), color-stop(99.99%, #d4e4ff)); + background: linear-gradient(180deg, #fff -.01%, #d4e4ff 99.99%) +} + +.background-2mUlVz, +.clouds-1m2eFE { + position: absolute; + bottom: 0 +} + +.clouds-1m2eFE { + -webkit-animation: floaty-3I0pta 5s ease-in-out infinite alternate; + animation: floaty-3I0pta 5s ease-in-out infinite alternate +} + +.backgroundImage-2fEcsS, +.clouds-1m2eFE { + height: 284px; + width: auto; + -webkit-transform: translateX(-40px); + transform: translateX(-40px) +} + +.textContainer-xUOvYL { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px; + margin-top: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.experimentTitle-2B32cI strong { + color: #7289da; + color: var(--brand) +} + +.subtitle-y3d3rb { + margin-top: 24px +} + +.ctaContainer-3VeMNQ { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.download-2sBtnv, +.templateLink-2OVnao { + margin-top: 24px; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(-40px) translateY(0); + transform: translateX(-40px) translateY(0) + } + to { + -webkit-transform: translateX(-40px) translateY(10px); + transform: translateX(-40px) translateY(10px) + } +} + +@keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(-40px) translateY(0); + transform: translateX(-40px) translateY(0) + } + to { + -webkit-transform: translateX(-40px) translateY(10px); + transform: translateX(-40px) translateY(10px) + } +} + +@media screen and (min-width:768px) { + .container-1PUNPS { + padding-bottom: 133px; + min-height: 626px + } + .backgroundImage-2fEcsS, + .clouds-1m2eFE { + height: auto; + -webkit-transform: translateX(440px); + transform: translateX(440px) + } + .textContainer-xUOvYL { + grid-column: span 5 + } + .subtitle-y3d3rb { + margin-right: 10% + } + .download-2sBtnv, + .templateLink-2OVnao { + width: auto + } + .download-2sBtnv { + margin-right: 24px + } + .ctaContainer-3VeMNQ { + grid-column: span 6 + } + @-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(440px) translateY(0); + transform: translateX(440px) translateY(0) + } + to { + -webkit-transform: translateX(440px) translateY(10px); + transform: translateX(440px) translateY(10px) + } + } + @keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(440px) translateY(0); + transform: translateX(440px) translateY(0) + } + to { + -webkit-transform: translateX(440px) translateY(10px); + transform: translateX(440px) translateY(10px) + } + } +} + +@media screen and (min-width:1024px) { + .container-1PUNPS { + min-height: 595px + } + .backgroundImage-2fEcsS, + .clouds-1m2eFE { + -webkit-transform: translateX(230px); + transform: translateX(230px) + } + .subtitle-y3d3rb { + margin-right: 20% + } + @-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(230px) translateY(0); + transform: translateX(230px) translateY(0) + } + to { + -webkit-transform: translateX(230px) translateY(10px); + transform: translateX(230px) translateY(10px) + } + } + @keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(230px) translateY(0); + transform: translateX(230px) translateY(0) + } + to { + -webkit-transform: translateX(230px) translateY(10px); + transform: translateX(230px) translateY(10px) + } + } +} + +.paused-1KTdEt { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.container-3KbLLF { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.subtitle-21t_x5, +.title-2B9LWz { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-21t_x5 { + margin-top: 24px +} + +.videoOuterContainer-3x2_n9 { + margin-top: 56px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.videoMiddleContainer-2yUOUz { + max-width: 875px; + width: 100% +} + +.videoInnerContainer-2IHZcN { + position: relative; + width: 100%; + height: 0; + padding-bottom: 56.25% +} + +.video-3DYbjh { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 24px +} + +.button-3Slocr { + background-color: #de2761; + background-color: var(--ekko-red) +} + +.button-3Slocr:hover { + background-color: #ee4178 +} + +.container-1XdPmd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.ctaContainer-1mAFQ3 { + position: relative; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.ctaContainer-1mAFQ3, +.sparklesContainer-1lu10d { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.sparklesContainer-1lu10d { + position: absolute; + top: 0; + width: 100%; + overflow: hidden; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-z6dsUS { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.ctaTitle-1CU-0o { + margin-top: 30px; + z-index: 1; + text-align: center +} + +.ctaButtons-vXU1RC { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.ctaButtons-vXU1RC, +.download-hjKQGh, +.templateCTA-IQobHj { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100% +} + +.download-hjKQGh, +.templateCTA-IQobHj { + margin-top: 24px +} + +@media screen and (min-width:768px) { + .download-hjKQGh, + .templateCTA-IQobHj { + width: auto + } + .download-hjKQGh { + margin-right: 24px + } +} + +.outerContainer-1gyLcC { + position: relative +} + +.container-2hAKvU { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + border-bottom: 1px solid #ccc +} + +.imageScroller-3dk_Bq { + display: none +} + +.textRowImageContainer-8kvp9U { + margin-top: 200px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.textRowImage-1I8WVU { + max-width: 100% +} + +.textRowTextContainer-1EuZtX { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.textRowTitle-2P7gT1 { + margin-top: 56px +} + +.textRowSubtitle-29D64O { + margin-top: 24px +} + +.streamingImageContainer-1TDJ9n { + display: inline-block; + position: relative; + line-height: 0 +} + +.streamingImageBackground-RbQPMI { + width: 100% +} + +.streamingImageForeground-2AZ2s8 { + position: absolute; + left: 2.6076336%; + top: 15.8825%; + width: 67.3770992%; + border-radius: 8px +} + +.placeVideo-2OL46v { + width: 655px +} + +@media screen and (min-width:768px) { + .textRowTextContainer-1EuZtX { + grid-column: 3/span 4 + } +} + +@media screen and (min-width:1024px) { + .outerContainer-1gyLcC:after { + content: ""; + position: absolute; + z-index: -1; + top: 0; + bottom: 0; + left: 50%; + border-left: 1px solid #ccc + } + .imageScroller-3dk_Bq { + margin-top: 100px; + height: 400px; + grid-column: span 7; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: -webkit-sticky; + position: sticky; + top: 25% + } + .imageScrollerInnerContainer-ULPrA6 { + position: relative; + width: 100% + } + .imageScrollerImage-1vo67g { + position: absolute; + right: 0; + max-width: 100% + } + .textRowImageContainer-8kvp9U { + display: none + } + .textRowTextContainer-1EuZtX { + margin-top: 200px; + margin-bottom: 200px; + grid-column: 9/span 4; + text-align: left + } +} + +.container-1bxyP9 { + position: relative +} + +.textContainer-1kRG-4 { + margin-top: 56px; + margin-top: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #fff; + color: var(--white); + z-index: 1 +} + +.subtitle-1zo-5t { + margin-top: 40px +} + +.ctaContainer-1CUK5w { + margin-bottom: 250px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + z-index: 1 +} + +.ctaContainer-1CUK5w, +.download-1NUGrQ, +.templateLink-3l12Ih { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.download-1NUGrQ, +.templateLink-3l12Ih { + margin-top: 24px +} + +.heroImageContainer-3sCsef { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.45%, #a8d8ff), color-stop(10.29%, #84b0f3), color-stop(23.9%, #5f87e6), color-stop(36.79%, #4267dc), color-stop(48.97%, #2e50d5), color-stop(61.15%, #2143d0), color-stop(71.18%, #1d3ecf)); + background: linear-gradient(0deg, #a8d8ff -.45%, #84b0f3 10.29%, #5f87e6 23.9%, #4267dc 36.79%, #2e50d5 48.97%, #2143d0 61.15%, #1d3ecf 71.18%); + overflow: hidden +} + +.heroImageBackground-385vTU, +.heroImageForeground-8l8n8T, +.heroImageMiddleground-heWCwq { + position: absolute; + bottom: 0; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-user-drag: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + height: 400px; + width: auto +} + +.heroImageMiddleground-heWCwq { + display: none +} + +@media screen and (min-width:768px) { + .ctaContainer-1CUK5w { + margin-bottom: 490px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row + } + .download-1NUGrQ { + margin-right: 24px + } + .heroImageBackground-385vTU, + .heroImageForeground-8l8n8T, + .heroImageMiddleground-heWCwq { + height: 1000px + } +} + +@media screen and (min-width:1024px) { + .textContainer-1kRG-4 { + grid-column: 4/span 6 + } + .heroImageMiddleground-heWCwq { + display: block + } +} + +.container-36Rayy { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 4px; + padding: 24px 26px +} + +.keyboardMode .container-36Rayy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.container-36Rayy+.container-36Rayy { + margin-top: 24px +} + +.iconContainer-JyFQHA { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.iconContainer-JyFQHA, +.textContainer-3PNE20 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.textContainer-3PNE20 { + margin-left: 16px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.textContainer-3PNE20 a { + color: #de2761; + color: var(--ekko-red) +} + +.title-wfOx_E { + font-weight: 600 +} + +@media screen and (min-width:1024px) { + .notSelected-shp4Nc { + opacity: .5 + } +} + +.container-25fU58 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-1ZLIwN { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.subtitle-3w_csb { + margin-top: 30px +} + +.stepsContainer-3EpKoN { + margin-top: 40px +} + +.stepsList-2eLstF { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.stepImageContainer-1ftPWC { + display: none +} + +.stepImage-wroOBh { + max-width: 100% +} + +.extrasContainer-3pBF68 { + margin-top: 48px +} + +.extras-3z_yM8 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.extrasDescription-1t_q__ { + margin-top: 32px; + margin-bottom: 8px +} + +.extrasLink-1uzA5z { + color: #de2761; + color: var(--ekko-red) +} + +.extrasLinkArrow-1q7a3i { + margin-left: 12px +} + +@media screen and (min-width:768px) { + .stepsList-2eLstF { + grid-column: 2/span 6 + } +} + +@media screen and (min-width:1024px) { + .stepsContainer-3EpKoN { + margin-top: 80px + } + .stepsList-2eLstF { + grid-column: span 6 + } + .stepImageContainer-1ftPWC { + grid-column: span 6; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .extrasContainer-3pBF68 { + margin-top: 64px + } +} + +.page-yI_sfo { + color: #23272a; + color: var(--not-quite-black) +} + +.category-OIYGuT { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.category-OIYGuT:nth-of-type(2n) { + background-color: #fff; + background-color: var(--white) +} + +.categoryArticles-1cnJFq, +.categoryTitle-1iVS48 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.categoryArticle-34Ge_O+.categoryArticle-34Ge_O, +.categoryArticles-1cnJFq, +.categorySubtitle-12qByk { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .categoryTitle-1iVS48 { + grid-column: span 4 + } + .categoryArticles-1cnJFq { + margin-top: 0; + grid-column: 6/span 7 + } +} + +.background-L2qSp0 { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.content-OAdPr7 {} + +.heading-1eAJcO { + color: #23272a; + color: var(--not-quite-black) +} + +.body-1H6XHb { + margin-top: 16px +} + +.list-1BbIb4 { + position: absolute; + top: 42px; + left: 16px; + z-index: 1; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 356px; + padding: 16px; + border-radius: 8px; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + background-color: #fff; + background-color: var(--white); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + -webkit-transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, transform .125s, visibility .125s; + transition: opacity .125s, transform .125s, visibility .125s, -webkit-transform .125s; + opacity: 0; + pointer-events: none; + -webkit-transform: scale(.9) translateY(-10px); + transform: scale(.9) translateY(-10px); + visibility: hidden +} + +.list-1BbIb4.listOpen-1N9oHz { + opacity: 1; + pointer-events: auto; + -webkit-transform: scale(1) translateY(0); + transform: scale(1) translateY(0); + visibility: visible +} + +.listItem-3jNsPF { + display: block; + border-radius: 4px +} + +.listItem-3jNsPF:hover { + background: #f2f3f4 +} + +.link-2BTclA { + display: block; + padding: 8px +} + +.listItem-3jNsPF .link-2BTclA { + color: #23272a; + color: var(--not-quite-black) +} + +.listItemActive-1NGGG1 .link-2BTclA { + color: #00b0f4 +} + +.themeBrand-1m7kv6 { + --color-inactive: #747f8d; + --color-active: var(--brand-primary); + --color-divider: rgba(79, 84, 92, 0.16) +} + +.themeWhite-HiGHLd { + --color-inactive: var(--white); + --color-active: var(--white); + --color-divider: hsla(0, 0%, 100%, 0.06) +} + +.container-1dpSUl { + display: none; + border-bottom: 2px solid var(--color-divider) +} + +.item-2Kp7gw { + position: relative; + margin-bottom: -2px; + cursor: default +} + +.item-2Kp7gw.itemSelected-1__PTW { + border-bottom: 2px solid var(--color-active) +} + +.itemInner-2XZnq4 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0 16px 10px +} + +.itemClickable-1t5OFi .itemInner-2XZnq4 { + cursor: pointer +} + +.iconCaret-3tbbMX, +.itemName-3WnKsg { + color: var(--color-inactive) +} + +.itemSelected-1__PTW .iconCaret-3tbbMX, +.itemSelected-1__PTW .itemName-3WnKsg { + color: var(--color-active) +} + +@media screen and (min-width:1024px) { + .container-1dpSUl { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.background-1o4qcc { + background: -webkit-gradient(linear, left top, right top, from(#8ea1e1), to(#7289da)); + background: linear-gradient(90deg, #8ea1e1, #7289da) +} + +.content-2oVbCx { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-2zx_wX { + color: #fff; + color: var(--white) +} + +.title-2_U0fS {} + +.illo-1wC_ei { + justify-self: center; + width: 413px; + max-width: 100% +} + +.illo-1wC_ei, +.subtitle-1s9iNr { + margin-top: 24px +} + +.subtitle-1s9iNr { + white-space: break-spaces +} + +.waveDivider-273uCD { + color: #f6f6f6; + color: var(--off-white) +} + +@media screen and (min-width:1024px) { + .background-1o4qcc { + overflow: hidden + } + .navbar-17zwW9 { + margin-bottom: 40px + } + .title-2_U0fS { + grid-row: 1; + grid-column: span 6 + } + .illo-1wC_ei { + margin-top: 0; + grid-row: span 2; + grid-column: 7/span 6; + -ms-flex-item-align: center; + align-self: center; + justify-self: auto; + width: auto; + max-width: 630px + } + .subtitle-1s9iNr { + margin-top: 56px; + grid-row: 2; + grid-column: span 6 + } +} + +.body-9SCr8n { + color: #4f5660 +} + +.body-9SCr8n a { + color: #00b0f4; + color: var(--text-link) +} + +.body-9SCr8n a:hover { + text-decoration: underline +} + +.container-1C6OeX { + position: -webkit-sticky; + position: sticky; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 8px; + padding: 24px; + top: 20px +} + +.title-3kOeDZ { + font-size: 14px; + line-height: 20px; + font-weight: 700; + text-transform: uppercase; + color: #23272a; + color: var(--not-quite-black) +} + +.list-1X3Jns { + list-style: none +} + +.item-1Ma1IQ { + margin-top: 26px +} + +.link-1HINbW { + display: block; + font-size: 16px; + line-height: 26px; + color: #23272a; + color: var(--not-quite-black) +} + +.link-1HINbW:hover { + text-decoration: underline +} + +.itemActive-3Hjf8n .link-1HINbW { + color: #00b0f4; + color: var(--text-link) +} + +.content-3jztFg { + color: #4f5660 +} + +.content-3jztFg .heading-31uRtc { + margin-top: 48px; + margin-bottom: 16px +} + +.content-3jztFg .heading-31uRtc, +.content-3jztFg .subheading-1k1CjP { + color: #23272a; + color: var(--not-quite-black) +} + +.content-3jztFg ul { + margin-top: 16px; + margin-left: 1em; + list-style: disc +} + +.content-3jztFg p, +.content-3jztFg ul { + margin-bottom: 16px +} + +.content-3jztFg strong { + font-weight: 700 +} + +.content-3jztFg em { + font-style: italic +} + +.content-3jztFg img { + max-width: 100% +} + +.content-3jztFg>:first-child { + margin-top: 0 +} + +.content-3jztFg table { + border-collapse: collapse +} + +.content-3jztFg table td { + border: 1px solid #23272a; + border: 1px solid var(--not-quite-black); + padding: 4px +} + +.wysiwyg-color-black-2i2GBX { + color: #000 +} + +.wysiwyg-color-black70-3oMOBM { + color: #4d4d4d +} + +.wysiwyg-color-black60-18UrDU { + color: #666 +} + +.wysiwyg-color-black50-17LRXn { + color: grey +} + +.wysiwyg-color-black40-1eMxRN { + color: #999 +} + +.wysiwyg-color-black30-OtOfB8 { + color: #b3b3b3 +} + +.wysiwyg-color-black20-1GQ7QW { + color: #ccc +} + +.wysiwyg-color-black10-1ZhkL8 { + color: #e6e6e6 +} + +.wysiwyg-color-red-57cNyN { + color: red +} + +.wysiwyg-color-orange-306TOQ { + color: #f90 +} + +.wysiwyg-color-yellow-38lwe7 { + color: #ff0 +} + +.wysiwyg-color-green-3wIC_h { + color: #0f0 +} + +.wysiwyg-color-cyan-3WBVpo { + color: #0ff +} + +.wysiwyg-color-blue-17updo { + color: #00f +} + +.wysiwyg-color-purple-h_n47i { + color: #90f +} + +.wysiwyg-color-pink-2tAWJK { + color: #f0f +} + +.wysiwyg-color-red90-2LoqHU { + color: #f33 +} + +.wysiwyg-color-red80-1PzPbK { + color: #f66 +} + +.wysiwyg-color-red70-ckC4Tv { + color: #f99 +} + +.wysiwyg-color-red110-1T9H4t { + color: #c00 +} + +.wysiwyg-color-red120-kxNDcU { + color: #900 +} + +.wysiwyg-color-red130-J7Sgxs { + color: #600 +} + +.wysiwyg-color-orange90-1JU1DS { + color: #ffad33 +} + +.wysiwyg-color-orange80-T2WDlg { + color: #ffc266 +} + +.wysiwyg-color-orange70-1epYtl { + color: #ffd699 +} + +.wysiwyg-color-orange110-1ZmAOe { + color: #cc7a00 +} + +.wysiwyg-color-orange120-310fG_ { + color: #995c00 +} + +.wysiwyg-color-orange130-2RYodH { + color: #663d00 +} + +.wysiwyg-color-yellow90-1RW-JK { + color: #ff3 +} + +.wysiwyg-color-yellow80-1YAJVQ { + color: #ff6 +} + +.wysiwyg-color-yellow70-2kCPFv { + color: #ff9 +} + +.wysiwyg-color-yellow110-36DRx- { + color: #cc0 +} + +.wysiwyg-color-yellow120-2rBCPJ { + color: #990 +} + +.wysiwyg-color-yellow130-3aSyCG { + color: #660 +} + +.wysiwyg-color-green90-Jehnsp { + color: #3f3 +} + +.wysiwyg-color-green80-3AaKZz { + color: #6f6 +} + +.wysiwyg-color-green70-2Bs_VQ { + color: #9f9 +} + +.wysiwyg-color-green110-ZTH9xv { + color: #0c0 +} + +.wysiwyg-color-green120-3LiRBk { + color: #090 +} + +.wysiwyg-color-green130-3sGoJi { + color: #060 +} + +.wysiwyg-color-cyan90-3S-FBQ { + color: #3ff +} + +.wysiwyg-color-cyan80-2s2ky9 { + color: #6ff +} + +.wysiwyg-color-cyan70-1aU3JC { + color: #9ff +} + +.wysiwyg-color-cyan110-2dyVB7 { + color: #0cc +} + +.wysiwyg-color-cyan120-1-4qsq { + color: #099 +} + +.wysiwyg-color-cyan130-2locCN { + color: #066 +} + +.wysiwyg-color-blue90-2mClLk { + color: #33f +} + +.wysiwyg-color-blue80-3vHK0v { + color: #66f +} + +.wysiwyg-color-blue70-bMpCkH { + color: #99f +} + +.wysiwyg-color-blue110-2SRQXr { + color: #00c +} + +.wysiwyg-color-blue120-2Pr0qc { + color: #009 +} + +.wysiwyg-color-blue130-2WY9Al { + color: #006 +} + +.wysiwyg-color-purple90-1S5pjV { + color: #ad33ff +} + +.wysiwyg-color-purple80-1KQ6SP { + color: #c266ff +} + +.wysiwyg-color-purple70-mMLT__ { + color: #d699ff +} + +.wysiwyg-color-purple110-18g4j4 { + color: #7a00cc +} + +.wysiwyg-color-purple120-36ulQ7 { + color: #5c0099 +} + +.wysiwyg-color-purple130-25iby0 { + color: #3d0066 +} + +.wysiwyg-color-pink90-dPg72O { + color: #f3f +} + +.wysiwyg-color-pink80-355DCQ { + color: #f6f +} + +.wysiwyg-color-pink70-1VbhYl { + color: #f9f +} + +.wysiwyg-color-pink110-2TTsAr { + color: #c0c +} + +.wysiwyg-color-pink120-yJgCFF { + color: #909 +} + +.wysiwyg-color-pink130-p-maHP { + color: #606 +} + +.wysiwyg-underline-V4on_V { + text-decoration: underline +} + +.wysiwyg-text-align-right-2zncrM { + text-align: right +} + +.wysiwyg-text-align-center-vBOnEu { + text-align: center +} + +.wysiwyg-text-align-left-Jp6LhD { + text-align: left +} + +.wysiwyg-text-align-justify-2eiZhE { + text-align: justify +} + +.container-2acNqc { + margin-top: 40px +} + +.body-2ckQ-z a, +.heading-27NtaP a { + color: #00b0f4 +} + +.body-2ckQ-z a:hover, +.heading-27NtaP a:hover { + text-decoration: underline +} + +.heading-27NtaP { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-2Vu6x_ { + margin-top: 24px +} + +.subheading-2Vu6x_ p+p { + margin-top: 34px +} + +.subheading-2Vu6x_ img { + max-width: 100% +} + +.content-1UZT8W { + margin-top: 24px; + margin-bottom: 40px +} + +.body-2ckQ-z, +.toc-1Jg8Xt { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.body-2ckQ-z { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .container-2acNqc { + margin-top: 120px + } + .heading-27NtaP, + .subheading-2Vu6x_ { + margin-top: 40px + } + .content-1UZT8W { + margin-top: 56px; + margin-bottom: 96px + } + .toc-1Jg8Xt { + grid-column: 10/span 3 + } + .body-2ckQ-z { + margin-top: 0; + grid-column: 1/span 9; + grid-row: 1 + } +} \ No newline at end of file diff --git a/css/fonts.css b/css/fonts.css new file mode 100644 index 0000000..2366edc --- /dev/null +++ b/css/fonts.css @@ -0,0 +1,24 @@ +@font-face { + font-family: 'PyroLight'; + src: url('/fonts/light.woff'); +} + +@font-face { + font-family: 'Rubik'; + src: url('/fonts/regular.woff'); +} + +@font-face { + font-family: 'PyroSemiBold'; + src: url('/fonts/semibold.woff'); +} + +@font-face { + font-family: 'PyroBold'; + src: url('/fonts/bold.woff'); +} + +@font-face { + font-family: 'PyroBlack'; + src: url('/fonts/black.woff'); +} \ No newline at end of file diff --git a/css/home.css b/css/home.css new file mode 100644 index 0000000..0451c57 --- /dev/null +++ b/css/home.css @@ -0,0 +1,17991 @@ +@import url(https://fonts.googleapis.com/css?family=Press+Start+2P); +@import url(https://fonts.googleapis.com/css?family=Press+Start+2P); +@import url(https://fonts.googleapis.com/css?family=Press+Start+2P); +.flexVertical-3EM43- { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.flexVertical-3EM43->.flexSpacer-3j6d8P { + min-height: 1px +} + +.flexHorizontal-1YWL8b { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.flexHorizontal-1YWL8b>.flexSpacer-3j6d8P { + min-width: 1px +} + +.flexHorizontalReverse-3_uOJm { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.flexHorizontalReverse-3_uOJm>.flexSpacer-3j6d8P { + min-width: 1px +} + +.flexSpacer-3j6d8P { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + overflow: hidden +} + +.flexCenter-XktJBG { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStart-3UtIv4 { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start +} + +.flexAlignEnd-yVpsR0 { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end +} + +.flexAlignCenter-2tn6as { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStretch-1aueRm { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch +} + +.flexJustifyStart-1R2n-N { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.flexJustifyEnd-3r2IxL { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end +} + +.flexJustifyCenter-XyJP9E { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.flexJustifyAround-2QPIfp { + -ms-flex-pack: distribute; + justify-content: space-around +} + +.flexJustifyBetween-3VlONq { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.flexNowrap-1pGMyf { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +.flexWrap-1K8nA- { + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.flexWrapReverse-3mQUZg { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse +} + +.flex-1xMQg5 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.flex-1xMQg5, +.flex-1xMQg5 .flexChild-faoVW3 { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.flex-1xMQg5 .flexChild-faoVW3 { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.flex-1xMQg5.flexGutterSmall-2SdCRr { + margin-left: -10px; + margin-right: -10px +} + +.flex-1xMQg5.flexGutterSmall-2SdCRr .flexChild-faoVW3 { + padding: 0 10px +} + +.flex-1xMQg5.flexGutterLarge-3jJDfF { + margin-left: -30px; + margin-right: -30px +} + +.flex-1xMQg5.flexGutterLarge-3jJDfF .flexChild-faoVW3 { + padding: 0 30px +} + +.boardWrapper-33wB9K { + position: relative; + height: 20vh; + width: 100vw; + max-height: 180px +} + +.canvas-1y8cYs { + position: absolute; + left: 0; + right: 0; + margin: 0 auto; + height: 100%; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated; + font-smooth: never; + z-index: 1 +} + +.score-2BlIQs { + position: relative; + padding: 20px; + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-size: 20px; + color: #fff; + text-align: left; + z-index: 10 +} + +.container-3wZ6Gq { + position: relative; + width: 100%; + height: 100% +} + +.container-3wZ6Gq:before { + display: block; + position: absolute; + content: ""; + padding-top: 7.8125% +} + +.gameOverText-JfDmua { + text-align: center; + width: 100vw; + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-size: 20px; + color: #fff; + line-height: 60px; + z-index: 1000 +} + +.gameOverCanvas-21YKE6, +.gameOverText-JfDmua { + position: absolute; + height: 900px; + max-height: 100vh +} + +.gameOverCanvas-21YKE6 { + left: 0; + right: 0; + margin: 0 auto; + z-index: 500 +} + +.gameWrap-3UQ0tp { + height: 80vh; + width: 100vw; + max-height: 720px; + position: relative +} + +.gameCanvas-1BSjyr { + position: absolute; + left: 0; + right: 0; + margin: 0 auto; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated; + height: 100%; + z-index: 1 +} + +.winner-lnwCs9 { + font-size: 30px; + margin: 30px auto; + -webkit-animation: blink-lZhL7- 1s step-start infinite; + animation: blink-lZhL7- 1s step-start infinite +} + +@-webkit-keyframes blink-lZhL7- { + 0% { + color: #fff + } + 50% { + color: #7289da + } +} + +@keyframes blink-lZhL7- { + 0% { + color: #fff + } + 50% { + color: #7289da + } +} + +.titleCard-3cbLN2 { + height: 900px; + width: 1152px; + max-height: 100%; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-crisp-edges; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -o-pixelated; + image-rendering: pixelated +} + +@media screen and (max-height:900px) { + .titleCard-3cbLN2 { + width: auto + } +} + +.titleCardAnimated-3cww-w { + -webkit-animation: fade-in-2vJ596 .5s ease-in; + animation: fade-in-2vJ596 .5s ease-in +} + +.container-2dyi-M { + position: relative; + width: 100%; + height: 100% +} + +.container-2dyi-M:before { + display: block; + position: absolute; + content: ""; + padding-top: 7.8125% +} + +@-webkit-keyframes fade-in-2vJ596 { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes fade-in-2vJ596 { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.overlay-4WLqe2 { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 10; + background-color: rgba(0, 0, 0, .5); + overflow: hidden +} + +.glitchWrapper-209Ebg { + height: 150px; + padding: 20px 0; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 +} + +.glitch-1ZnYvx { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 700; + color: rgba(246, 246, 247, .3); + font-size: 150px; + position: relative; + display: inline-block +} + +.glitch-1ZnYvx:after, +.glitch-1ZnYvx:before { + content: attr(data-text); + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #f6f6f7 +} + +.glitch-1ZnYvx:before { + left: 2px; + text-shadow: -2px 0 #e3e7f8; + clip: rect(24px, 550px, 90px, 0); + -webkit-animation: glitch-anim-2-3Jj1Wz 4s linear infinite alternate-reverse; + animation: glitch-anim-2-3Jj1Wz 4s linear infinite alternate-reverse +} + +.glitch-1ZnYvx:after { + left: -2px; + text-shadow: -2px 0 rgba(114, 137, 218, .3); + clip: rect(85px, 550px, 140px, 0); + -webkit-animation: glitch-anim-n2MEks 2s linear infinite alternate-reverse; + animation: glitch-anim-n2MEks 2s linear infinite alternate-reverse +} + +@-webkit-keyframes glitch-anim-n2MEks { + 0% { + clip: rect(3px, 9999px, 86px, 0) + } + 6.66666667% { + clip: rect(27px, 9999px, 128px, 0) + } + 13.33333333% { + clip: rect(35px, 9999px, 71px, 0) + } + 20% { + clip: rect(10px, 9999px, 134px, 0) + } + 26.66666667% { + clip: rect(23px, 9999px, 145px, 0) + } + 33.33333333% { + clip: rect(40px, 9999px, 80px, 0) + } + 40% { + clip: rect(33px, 9999px, 153px, 0) + } + 46.66666667% { + clip: rect(50px, 9999px, 84px, 0) + } + 53.33333333% { + clip: rect(57px, 9999px, 188px, 0) + } + 60% { + clip: rect(79px, 9999px, 65px, 0) + } + 66.66666667% { + clip: rect(21px, 9999px, 168px, 0) + } + 73.33333333% { + clip: rect(62px, 9999px, 119px, 0) + } + 80% { + clip: rect(4px, 9999px, 126px, 0) + } + 86.66666667% { + clip: rect(10px, 9999px, 133px, 0) + } + 93.33333333% { + clip: rect(51px, 9999px, 196px, 0) + } + to { + clip: rect(77px, 9999px, 73px, 0) + } +} + +@keyframes glitch-anim-n2MEks { + 0% { + clip: rect(3px, 9999px, 86px, 0) + } + 6.66666667% { + clip: rect(27px, 9999px, 128px, 0) + } + 13.33333333% { + clip: rect(35px, 9999px, 71px, 0) + } + 20% { + clip: rect(10px, 9999px, 134px, 0) + } + 26.66666667% { + clip: rect(23px, 9999px, 145px, 0) + } + 33.33333333% { + clip: rect(40px, 9999px, 80px, 0) + } + 40% { + clip: rect(33px, 9999px, 153px, 0) + } + 46.66666667% { + clip: rect(50px, 9999px, 84px, 0) + } + 53.33333333% { + clip: rect(57px, 9999px, 188px, 0) + } + 60% { + clip: rect(79px, 9999px, 65px, 0) + } + 66.66666667% { + clip: rect(21px, 9999px, 168px, 0) + } + 73.33333333% { + clip: rect(62px, 9999px, 119px, 0) + } + 80% { + clip: rect(4px, 9999px, 126px, 0) + } + 86.66666667% { + clip: rect(10px, 9999px, 133px, 0) + } + 93.33333333% { + clip: rect(51px, 9999px, 196px, 0) + } + to { + clip: rect(77px, 9999px, 73px, 0) + } +} + +@-webkit-keyframes glitch-anim-2-3Jj1Wz { + 10.52631579% { + clip: rect(65px, 9999px, 200px, 0) + } + 15.78947368% { + clip: rect(8px, 9999px, 200px, 0) + } + 21.05263158% { + clip: rect(51px, 9999px, 159px, 0) + } + 26.31578947% { + clip: rect(6px, 9999px, 82px, 0) + } + 31.57894737% { + clip: rect(1px, 9999px, 106px, 0) + } + 36.84210526% { + clip: rect(17px, 9999px, 69px, 0) + } + 42.10526316% { + clip: rect(65px, 9999px, 144px, 0) + } + 47.36842105% { + clip: rect(1px, 9999px, 91px, 0) + } + 52.63157895% { + clip: rect(18px, 9999px, 209px, 0) + } + 57.89473684% { + clip: rect(14px, 9999px, 175px, 0) + } + 63.15789474% { + clip: rect(61px, 9999px, 107px, 0) + } + 68.42105263% { + clip: rect(73px, 9999px, 178px, 0) + } + 73.68421053% { + clip: rect(53px, 9999px, 207px, 0) + } + 78.94736842% { + clip: rect(33px, 9999px, 199px, 0) + } + 84.21052632% { + clip: rect(73px, 9999px, 144px, 0) + } + 89.47368421% { + clip: rect(79px, 9999px, 163px, 0) + } + 94.73684211% { + clip: rect(1px, 9999px, 76px, 0) + } + to { + clip: rect(64px, 9999px, 117px, 0) + } +} + +@keyframes glitch-anim-2-3Jj1Wz { + 10.52631579% { + clip: rect(65px, 9999px, 200px, 0) + } + 15.78947368% { + clip: rect(8px, 9999px, 200px, 0) + } + 21.05263158% { + clip: rect(51px, 9999px, 159px, 0) + } + 26.31578947% { + clip: rect(6px, 9999px, 82px, 0) + } + 31.57894737% { + clip: rect(1px, 9999px, 106px, 0) + } + 36.84210526% { + clip: rect(17px, 9999px, 69px, 0) + } + 42.10526316% { + clip: rect(65px, 9999px, 144px, 0) + } + 47.36842105% { + clip: rect(1px, 9999px, 91px, 0) + } + 52.63157895% { + clip: rect(18px, 9999px, 209px, 0) + } + 57.89473684% { + clip: rect(14px, 9999px, 175px, 0) + } + 63.15789474% { + clip: rect(61px, 9999px, 107px, 0) + } + 68.42105263% { + clip: rect(73px, 9999px, 178px, 0) + } + 73.68421053% { + clip: rect(53px, 9999px, 207px, 0) + } + 78.94736842% { + clip: rect(33px, 9999px, 199px, 0) + } + 84.21052632% { + clip: rect(73px, 9999px, 144px, 0) + } + 89.47368421% { + clip: rect(79px, 9999px, 163px, 0) + } + 94.73684211% { + clip: rect(1px, 9999px, 76px, 0) + } + to { + clip: rect(64px, 9999px, 117px, 0) + } +} + +.animationWrapper-1yY3HG { + position: relative; + width: 768px; + max-width: 40%; + overflow: hidden; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 +} + +@media screen and (max-width:848px) { + .animationWrapper-1yY3HG { + max-width: 95% + } +} + +.button-3NdtpP { + position: absolute; + width: 100%; + height: 100%; + z-index: 2 +} + +.weightLight-1eftia { + font-weight: 300 +} + +.weightNormal-3CX1dN { + font-weight: 400 +} + +.weightMedium-3xlxJi { + font-weight: 500 +} + +.weightSemiBold-tctXJ7 { + font-weight: 600 +} + +.weightBold-13i9Oz { + font-weight: 700 +} + +.pageWrap-3Cdu2c { + background-color: #f6f6f7; + width: 100%; + height: 100vh; + overflow: auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +@media screen and (max-width:848px) { + .pageWrap-3Cdu2c { + overflow: auto; + -ms-flex-wrap: wrap; + flex-wrap: wrap + } +} + +.textSection-VxrDfG { + max-width: 500px; + margin-right: 10%; + padding-left: 20px +} + +@media screen and (max-width:848px) { + .textSection-VxrDfG { + text-align: center; + margin: 10px; + padding: 0 5px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } +} + +.wizards-3zNz6o { + font-size: 25px; + line-height: 40px; + text-transform: uppercase; + color: #72767d +} + +.suggestionText-WBoeJA { + font-size: 20px; + color: #b9bbbe; + line-height: 35px; + text-align: left +} + +.linksSection-rDqBb7 { + margin-top: 20px +} + +.links-1CveUN { + font-size: 18px; + line-height: 35px; + text-transform: uppercase; + text-decoration: none; + -webkit-transition: .1s ease-in-out; + transition: .1s ease-in-out; + position: relative +} + +.links-1CveUN, +.links-1CveUN:visited { + color: #c7d0f0 +} + +.links-1CveUN:hover { + color: #7289da +} + +.links-1CveUN:hover:before { + position: absolute; + top: -2px; + left: -35px; + content: url(/assets/bf1f2f2c35099b2054e76d97587ac658.svg) +} + +.logoWrap-3RJf9q { + position: fixed; + left: 0; + bottom: 15px; + text-align: center; + width: 100% +} + +@media screen and (max-width:848px) { + .logoWrap-3RJf9q { + position: relative; + margin-top: 30px; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3 + } +} + +.logo-2xgWxt { + width: 200px +} + +a, +abbr, +acronym, +address, +applet, +big, +blockquote, +body, +button, +caption, +cite, +code, +dd, +del, +dfn, +div, +dl, +dt, +em, +fieldset, +form, +h1, +h2, +h3, +h4, +h5, +h6, +html, +iframe, +img, +input, +ins, +kbd, +label, +legend, +li, +object, +ol, +p, +pre, +q, +s, +samp, +small, +span, +strike, +strong, +sub, +sup, +table, +tbody, +td, +tfoot, +th, +thead, +tr, +tt, +ul, +var { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-weight: inherit; + font-style: inherit; + font-family: inherit; + font-size: 100%; + vertical-align: baseline +} + +table { + border-collapse: separate; + border-spacing: 0; + vertical-align: middle +} + +caption, +td, +th { + text-align: left; + font-weight: 400; + vertical-align: middle +} + +ol, +ul { + list-style: none +} + +a img { + border: none +} + +button { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent +} + +.margin-reset { + margin-top: 0; + margin-bottom: 0 +} + +.margin-top-4 { + margin-top: 4px +} + +.margin-bottom-4 { + margin-bottom: 4px +} + +.margin-top-8 { + margin-top: 8px +} + +.margin-bottom-8 { + margin-bottom: 8px +} + +.margin-top-20 { + margin-top: 20px +} + +.margin-bottom-20 { + margin-bottom: 20px +} + +.margin-top-30 { + margin-top: 30px +} + +.margin-bottom-30 { + margin-bottom: 30px +} + +.margin-top-40 { + margin-top: 40px +} + +.margin-bottom-40 { + margin-bottom: 40px +} + +.margin-top-60 { + margin-top: 60px +} + +.margin-bottom-60 { + margin-bottom: 60px +} + +.margin-horizontal-40 { + margin-left: 40px; + margin-right: 40px +} + +.margin-top-80 { + margin-top: 80px +} + +.margin-bottom-80 { + margin-bottom: 80px +} + +.margin-top-100 { + margin-top: 100px +} + +.margin-bottom-100 { + margin-bottom: 100px +} + +.margin-top-200 { + margin-top: 200px +} + +@media screen and (max-width:848px) { + .margin-top-200 { + margin-top: 50px + } +} + +.margin-bottom-200 { + margin-bottom: 200px +} + +@media screen and (max-width:848px) { + .margin-bottom-200 { + margin-bottom: 50px + } +} + +html { + overflow-scrolling: touch; + height: 100% +} + +body { + min-width: 1000px +} + +#app-mount { + height: 100% +} + +.content { + width: 1000px; + position: relative; + margin: 0 auto +} + +.section { + overflow: hidden +} + +.grid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.grid .content { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 72px 50px 0; + max-width: 1200px +} + +.grid .content.full { + width: 100%; + max-width: 100%; + padding: 0 +} + +.grid .content-text { + max-width: 660px +} + +@media screen and (max-width:848px) { + .grid .content { + max-width: 740px; + width: calc(100% - 30px) + } +} + +@media screen and (max-width:1024px) { + body, + html { + min-width: 824px + } + .content { + width: 824px + } +} + +@media screen and (max-width:848px) { + body, + html { + min-width: 320px + } + .content { + width: 320px + } +} + +body { + background: #1a1a23; + color: #E2E2E2 +} + +a { + text-decoration: none +} + +body { + text-rendering: optimizeLegibility; + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400; + line-height: 1.15 +} + +section .button { + background-color: #747f8d; + border-radius: 3px; + border: none; + outline: none; + font-size: 15px; + padding: 15px 25px; + position: relative; + -webkit-transition: all .12s ease-out; + transition: all .12s ease-out; + top: 0; + cursor: pointer; + color: #fff +} + +section .button.disabled { + cursor: not-allowed +} + +section .button.disabled:hover { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button:hover { + top: -1px; + -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .4); + box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .4) +} + +section .button:active { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button.success { + background-color: #43b581 +} + +section .button.warning { + background-color: #faa61a +} + +section .button.error { + background-color: #f04747 +} + +section .button.brand { + background-color: #7289da +} + +section .button.light { + background-color: #fff; + color: #7289da +} + +section .button.light:hover { + color: #677bc4 +} + +section .button.link { + border: none; + outline: none; + background: none; + font-size: inherit; + padding: 0; + font-weight: inherit; + cursor: pointer; + color: #00aff7 +} + +section .button.link:hover { + text-decoration: underline +} + +section .button.flat:hover, +section .button.link:hover { + top: 0; + -webkit-box-shadow: none; + box-shadow: none +} + +section .button.flat:hover.brand { + background-color: #697ec4 +} + +section .button.flat-bordered { + border: 1px solid #7289da +} + +section .button.flat-bordered:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0 +} + +.checkbox { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.checkbox.disabled { + opacity: .3; + pointer-events: none +} + +.checkbox .checkbox-inner { + width: 18px; + height: 18px; + position: relative; + vertical-align: top; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.checkbox .checkbox-inner:after, +.checkbox .checkbox-inner:before { + content: "" +} + +.checkbox .checkbox-inner span { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 2px solid #cdcdcd; + -webkit-transition: .24s; + transition: .24s; + border-radius: 2px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.checkbox .checkbox-inner+span { + margin-left: 8px +} + +.checkbox .checkbox-inner input[type=checkbox] { + display: none +} + +.checkbox .checkbox-inner input[type=checkbox]:checked+span { + background-color: #7289da; + border-color: #7289da +} + +.checkbox .checkbox-inner input[type=checkbox]:checked+span:after { + content: ""; + position: absolute; + top: 0; + left: 4px; + display: table; + width: 4px; + height: 10px; + border-color: #fff; + border-style: solid; + border-width: 0 2px 2px 0; + -webkit-transform: rotate(45deg); + transform: rotate(45deg) +} + +.checkbox .checkbox-inner input[type=checkbox]:disabled+span { + border-color: #cdcdcd; + background-color: #f3f3f3; + cursor: not-allowed +} + +.checkbox .checkbox-inner input[type=checkbox]:checked:disabled+span { + background-color: #c9d2f0; + border-color: #c9d2f0 +} + +.checkbox .checkbox-inner.alt input[type=checkbox]+span { + background: #fff; + border-color: #fff +} + +.checkbox .checkbox-inner.alt input[type=checkbox]:checked+span:after { + border-color: #7289da +} + +.theme-dark .checkbox .checkbox-inner span { + border-color: hsla(0, 0%, 100%, .2) +} + +.form { + width: 100%; + max-width: 1100px +} + +.form .row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center +} + +.form .form-inputWrapper { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 200px; + flex-basis: 200px; + margin: 10px; + position: relative +} + +.form .form-inputWrapper .Input { + color: #36393e; + background: #f3f3f3; + width: 100%; + border-radius: 7px; + font-size: 18px; + font-weight: 500; + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: solid transparent; + border-width: 1px 1px 3px +} + +.form .form-inputWrapper .Input:focus { + border-color: #7289da +} + +.form .form-inputWrapper .Input.hasError { + border-color: #f04747 +} + +.form .form-inputWrapper .Input.isValid { + border-color: #43b581 +} + +.form .form-inputWrapper .isRequired { + position: absolute; + top: 20px; + left: -13px; + color: #f04747 +} + +.form .form-inputWrapper .isRequired.label { + top: 4px +} + +.form .form-inputWrapper .error { + color: #f04747 +} + +.form .form-inputWrapper .error a { + color: #00aff7 +} + +.form .form-inputWrapper .error a:hover { + color: #009ede +} + +.form .form-label { + font-size: 18px; + color: #7289da; + line-height: 21px; + font-weight: 500; + text-align: left; + margin: 25px 0 5px 10px; + width: 100%; + position: relative +} + +.form .form-label a { + color: #00aff7; + cursor: pointer +} + +.form .form-label a:hover { + color: #009ede +} + +.form .TextInput { + height: 54px; + padding: 10px 20px +} + +.form .TextInput.prefixed { + padding-left: 0; + border-radius: 0 7px 7px 0 +} + +.form .TextInput.prefixed:focus { + border-left: 0 solid #7289da +} + +.form .TextInput.prefixed.hasError { + border-left: 0 solid #f04747 +} + +.form .TextInput.prefixed.isValid { + border-left: 0 solid #43b581 +} + +.form .form-input-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.form .text-input-prefix { + border-color: transparent; + border-style: solid; + border-width: 1px 0 3px 1px; + padding-left: 20px; + height: 54px; + line-height: 52px; + background-color: #f3f3f3; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #8a8e94; + border-radius: 7px 0 0 7px; + font-size: 18px +} + +.form .text-input-prefix.focus { + border-color: #7289da +} + +.form .text-input-prefix.hasError { + border-color: #f04747 +} + +.form .text-input-prefix.isValid { + border-color: #43b581 +} + +.form .TextArea { + min-height: 85px; + resize: none; + font-weight: 400; + padding: 10px 20px +} + +.form .Checkbox-wrapper { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + justifycontent: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + max-width: 130px +} + +.form .Checkbox-input { + display: none +} + +.form .Checkbox-box { + display: inline-block; + width: 40px; + height: 40px; + border-radius: 4px; + margin-right: 12px; + background-size: 80px 40px +} + +.form .Checkbox-input:checked+.Checkbox-box { + background-position: 40px 0 +} + +.form .Radio-wrapper { + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + justifycontent: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + max-width: 130px +} + +.form .Radio-input { + display: none +} + +.form .Radio-box { + display: inline-block; + width: 40px; + height: 40px; + border-radius: 4px; + margin-right: 12px; + background-size: 80px 40px +} + +.form :gobla(.Radio-input):checked+.Radio-box { + background-position: 40px 0 +} + +.form .SingleSelect { + width: 100% +} + +.form .SingleSelect .Select-control { + height: 54px; + color: #36393e; + background: #f3f3f3; + width: 100%; + border: 0; + border-radius: 7px; + font-size: 18px; + font-weight: 500; + outline: none; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.form .SingleSelect .Select-placeholder { + color: #afafaf; + padding: 10px 20px +} + +.form .SingleSelect.has-value .Select-placeholder { + color: #36393e +} + +.form .SingleSelect .Select-input { + padding: 8px 18px +} + +.form .SingleSelect.is-focused .Select-control { + border: solid #7289da; + border-width: 1px 1px 3px +} + +.form .SingleSelect.is-open .Select-control { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0 +} + +.form .SingleSelect.is-disabled .Select-placeholder { + color: #afafaf +} + +.form .SingleSelect .Select-option { + color: #36393e +} + +.form .SingleSelect .Select-option.is-focused { + background: #f7f7f7; + color: #36393e +} + +.form .SingleSelect * { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif +} + +.form .submit-btn { + position: relative; + width: 394px; + height: 64px; + margin-top: 30px; + border-radius: 60px; + border: 2px solid #ebebeb; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 4px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + cursor: pointer +} + +.form .submit-btn.Error { + cursor: not-allowed +} + +.form .submit-btn.Error .submit-btn-fill { + background: #8a8e94 +} + +.form .submit-btn-fill { + width: 100%; + height: 100%; + border-radius: 60px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background: #30c6a3; + -webkit-transition: all .2s linear; + transition: all .2s linear +} + +.form .submit-btn-text { + color: #fff; + font-size: 18px; + font-weight: 400 +} + +.form .multi-text-input .SingleSelect { + margin-bottom: 10px +} + +.form .multi-text-input .SingleSelect.is-focused .Select-control { + border: 1px solid #cdcdcd; + border-bottom: none +} + +.form .multi-text-input .SingleSelect.is-focused .Select-menu-outer { + border: 1px solid #cdcdcd; + border-top: none +} + +.form .multi-text-input .form-label { + display: block +} + +.form .multi-text-input .multi-text-input-value { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.form .multi-text-input .multi-text-input-value .text-input { + margin-left: 40px +} + +.form .multi-text-input .multi-text-input-value .remove-btn { + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + color: #f04747 +} + +.forms-form { + width: 100%; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.forms-form, +.forms-form .row { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.forms-form .row { + margin: 8px 0 +} + +.forms-form .row>* { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin-left: 8px; + margin-right: 8px +} + +.forms-form>:not(.row) { + margin: 8px 4px +} + +.forms-form .forms-required-label-wrapper { + padding-left: 4px; + margin-bottom: 4px +} + +.forms-form .forms-error, +.forms-form .forms-required-label-wrapper .forms-required-star { + color: #f04747 +} + +.forms-form input, +.forms-form textarea { + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + font-size: 16px; + color: #36393e +} + +.forms-form input::-webkit-input-placeholder, +.forms-form textarea::-webkit-input-placeholder { + color: #dadddf +} + +.forms-form input::-moz-placeholder, +.forms-form textarea::-moz-placeholder { + color: #dadddf +} + +.forms-form input:-ms-input-placeholder, +.forms-form textarea:-ms-input-placeholder { + color: #dadddf +} + +.forms-form input::placeholder, +.forms-form textarea::placeholder { + color: #dadddf +} + +.forms-form .forms-submit-button { + margin-top: 16px; + text-align: center; + -ms-flex-item-align: center; + align-self: center; + color: #fff; + width: 300px; + cursor: pointer +} + +.forms-form .forms-submit-button.forms-cannot-submit { + background-color: #747f8d; + cursor: not-allowed +} + +.forms-form .forms-submit-button.forms-submitting { + cursor: not-allowed +} + +.forms-form .forms-submit-button .loader { + margin: 0 auto; + top: -1.25em +} + +.forms-form .forms-text-area-input, +.forms-form .forms-text-input-input { + border: none; + border-bottom: 2px solid #f0f0f0; + margin-bottom: 4px; + outline: none; + -webkit-transition: border-bottom .2s ease; + transition: border-bottom .2s ease; + -webkit-appearance: none; + border-radius: 0 +} + +.forms-form .forms-text-area-input:focus, +.forms-form .forms-text-input-input:focus { + border-bottom: 2px solid #7289da +} + +.forms-form a { + color: #00aff7 +} + +.forms-form a:hover { + color: #009ede +} + +@media screen and (max-width:848px) { + .hypesquad-form .form-inputWrapper { + margin: 4 + } + .hypesquad-form .form-inputWrapper .Input { + font-size: 16px; + border-radius: 3 + } + .hypesquad-form .form-inputWrapper .isRequired { + top: 11px; + left: -10px + } + .hypesquad-form .form-inputWrapper .TextInput { + height: 34px + } + .hypesquad-form .form-inputWrapper .TextArea { + padding: 10px + } + .hypesquad-form .form-inputWrapper .SingleSelect .Select-control { + height: 34px + } + .hypesquad-form .form-inputWrapper .SingleSelect .Select-input, + .hypesquad-form .form-inputWrapper .SingleSelect .Select-placeholder { + padding: 2px 10px + } + .hypesquad-form .SubmitBtn { + height: 55px; + width: 325px + } +} + +:root { + --brand-primary: #dfa60b; + --brand-hover: #dbbe5c; + --brand-gradient: linear-gradient(90deg, #8ea1e1, #7289da); + --greyple: #99aab5; + --dark-not-black: #1a1a23; + --focus-border: #00b0f4; + --status-green: #43b581; + --text-link: #00b0f4; + --off-white: #f6f6f6; + --white: #fff; + --not-quite-black: #101015; + --not-quite-black-rgb: 35, 39, 42; + --black: #000; + --ekko-red: #de2761; + --page-max-width: 1260px; + --num-grid-columns: 4; + --page-gutter: 24px; + --section-spacing: 56px +} +::-webkit-scrollbar { + width: 8px; + height: 3px; +} + +::-webkit-scrollbar-track { + background-color: #101015; +} + +::-webkit-scrollbar-track-piece { + background-color: #1a1a23; +} + +::-webkit-scrollbar-thumb { + height: 50px; + background-color: #101015; + border-radius: 3px; +} +@media screen and (min-width:768px) { + :root { + --num-grid-columns: 8; + --page-gutter: 40px; + --section-spacing: 80px + } +} + +@media screen and (min-width:1024px) { + :root { + --num-grid-columns: 12; + --section-spacing: 120px + } +} + +@font-face { + font-family: Ginto Nord; + font-weight: 500; + src: url(/assets/85c380039f5f613aaff384d31f138bd0.woff2) format("woff2"), url(/assets/153dd2e469cd5378bdfc5e18b5c7bcaf.woff) format("woff") +} + +@font-face { + font-family: Ginto Nord; + font-weight: 700; + src: url(/assets/99619b37363d58b09a12ac0a1e4fdc02.woff2) format("woff2"), url(/assets/22ac6368e782d5fd36c1d737845dd231.woff) format("woff") +} + +@font-face { + font-family: Ginto Normal; + src: url(/assets/95cd098b428b50acb7ddd9c75f425a4a.woff2) format("woff2"), url(/assets/0b0102d4268051804f46ef1d8e2403e0.woff) format("woff") +} + +.Select { + position: relative +} + +.Select, +.Select div, +.Select input, +.Select span { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.Select.is-disabled>.Select-control { + background-color: #f9f9f9 +} + +.Select.is-disabled>.Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.Select.is-disabled .Select-arrow-zone { + cursor: default; + pointer-events: none; + opacity: .35 +} + +.Select-control { + background-color: #fff; + border-radius: 4px; + border: 1px solid #ccc; + color: #333; + cursor: default; + display: table; + border-spacing: 0; + border-collapse: separate; + height: 36px; + outline: none; + overflow: hidden; + position: relative; + width: 100% +} + +.Select-control:hover { + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06) +} + +.Select-control .Select-input:focus { + outline: none +} + +.is-searchable.is-open>.Select-control { + cursor: text +} + +.is-open>.Select-control { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + background: #fff; + border-color: #b3b3b3 #ccc #d9d9d9 +} + +.is-open>.Select-control .Select-arrow { + top: -2px; + border-color: transparent transparent #999; + border-width: 0 5px 5px +} + +.is-searchable.is-focused:not(.is-open)>.Select-control { + cursor: text +} + +.is-focused:not(.is-open)>.Select-control { + border-color: #007eff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1) +} + +.Select--single>.Select-control .Select-value, +.Select-placeholder { + bottom: 0; + color: #aaa; + left: 0; + line-height: 34px; + padding-left: 10px; + padding-right: 10px; + position: absolute; + right: 0; + top: 0; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.has-value.is-clearable.Select--single>.Select-control .Select-value { + padding-right: 42px +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label, +.has-value.Select--single>.Select-control .Select-value .Select-value-label { + color: #333 +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label { + cursor: pointer; + text-decoration: none +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover { + color: #007eff; + outline: none; + text-decoration: underline +} + +.Select-input { + height: 34px; + padding-left: 10px; + padding-right: 10px; + vertical-align: middle +} + +.Select-input>input { + width: 100%; + background: none transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + cursor: default; + display: inline-block; + font-family: inherit; + font-size: inherit; + margin: 0; + outline: none; + line-height: 14px; + padding: 8px 0 12px; + -webkit-appearance: none +} + +.is-focused .Select-input>input { + cursor: text +} + +.has-value.is-pseudo-focused .Select-input { + opacity: 0 +} + +.Select-control:not(.is-searchable)>.Select-input { + outline: none +} + +.Select-loading-zone { + cursor: pointer; + display: table-cell; + text-align: center +} + +.Select-loading, +.Select-loading-zone { + position: relative; + vertical-align: middle; + width: 16px +} + +.Select-loading { + -webkit-animation: Select-animation-spin .4s linear infinite; + animation: Select-animation-spin .4s linear infinite; + height: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 50%; + border: 2px solid #ccc; + border-right-color: #333; + display: inline-block +} + +.Select-clear-zone { + -webkit-animation: Select-animation-fadeIn .2s; + animation: Select-animation-fadeIn .2s; + color: #999; + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 17px +} + +.Select-clear-zone:hover { + color: #d0021b +} + +.Select-clear { + display: inline-block; + font-size: 18px; + line-height: 1 +} + +.Select--multi .Select-clear-zone { + width: 17px +} + +.Select-arrow-zone { + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 25px; + padding-right: 5px +} + +.Select-arrow { + border-color: #999 transparent transparent; + border-style: solid; + border-width: 5px 5px 2.5px; + display: inline-block; + height: 0; + width: 0; + position: relative +} + +.is-open .Select-arrow, +.Select-arrow-zone:hover>.Select-arrow { + border-top-color: #666 +} + +.Select--multi .Select-multi-value-wrapper { + display: inline-block +} + +.Select .Select-aria-only { + display: inline-block; + height: 1px; + width: 1px; + margin: -1px; + clip: rect(0, 0, 0, 0); + overflow: hidden; + float: left +} + +@-webkit-keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.Select-menu-outer { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + background-color: #fff; + border: 1px solid #ccc; + border-top-color: #e6e6e6; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: -1px; + max-height: 200px; + position: absolute; + top: 100%; + width: 100%; + z-index: 1; + -webkit-overflow-scrolling: touch +} + +.Select-menu { + max-height: 198px; + overflow-y: auto +} + +.Select-option { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: #fff; + color: #666; + cursor: pointer; + display: block; + padding: 8px 10px +} + +.Select-option:last-child { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px +} + +.Select-option.is-selected { + background-color: #f5faff; + background-color: rgba(0, 126, 255, .04); + color: #333 +} + +.Select-option.is-focused { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + color: #333 +} + +.Select-option.is-disabled { + color: #ccc; + cursor: default +} + +.Select-noresults { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #999; + cursor: default; + display: block; + padding: 8px 10px +} + +.Select--multi .Select-input { + vertical-align: middle; + margin-left: 10px; + padding: 0 +} + +.Select--multi.has-value .Select-input { + margin-left: 5px +} + +.Select--multi .Select-value { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + border-radius: 2px; + border: 1px solid #c2e0ff; + border: 1px solid rgba(0, 126, 255, .24); + color: #007eff; + display: inline-block; + font-size: .9em; + line-height: 1.4; + margin-left: 5px; + margin-top: 5px; + vertical-align: top +} + +.Select--multi .Select-value-icon, +.Select--multi .Select-value-label { + display: inline-block; + vertical-align: middle +} + +.Select--multi .Select-value-label { + border-bottom-right-radius: 2px; + border-top-right-radius: 2px; + cursor: default; + padding: 2px 5px +} + +.Select--multi a.Select-value-label { + color: #007eff; + cursor: pointer; + text-decoration: none +} + +.Select--multi a.Select-value-label:hover { + text-decoration: underline +} + +.Select--multi .Select-value-icon { + cursor: pointer; + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; + border-right: 1px solid #c2e0ff; + border-right: 1px solid rgba(0, 126, 255, .24); + padding: 1px 5px 3px +} + +.Select--multi .Select-value-icon:focus, +.Select--multi .Select-value-icon:hover { + background-color: #d8eafd; + background-color: rgba(0, 113, 230, .08); + color: #0071e6 +} + +.Select--multi .Select-value-icon:active { + background-color: #c2e0ff; + background-color: rgba(0, 126, 255, .24) +} + +.Select--multi.is-disabled .Select-value { + background-color: #fcfcfc; + border: 1px solid #e3e3e3; + color: #333 +} + +.Select--multi.is-disabled .Select-value-icon { + cursor: not-allowed; + border-right: 1px solid #e3e3e3 +} + +.Select--multi.is-disabled .Select-value-icon:active, +.Select--multi.is-disabled .Select-value-icon:focus, +.Select--multi.is-disabled .Select-value-icon:hover { + background-color: #fcfcfc +} + +@keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn) + } +} + +.wave-1hkxOo { + display: block +} + +.wavePath-haxJK1 { + -webkit-animation: waveDividerAnimation-2m2aau 15s linear infinite alternate; + animation: waveDividerAnimation-2m2aau 15s linear infinite alternate +} + +/*.animationPaused-2hZ4IO {*/ +/* -webkit-animation-play-state: paused;*/ +/* animation-play-state: paused*/ +/*}*/ + +@-webkit-keyframes waveDividerAnimation-2m2aau { + 0% { + d: path("M826.337463,25.5396311 C670.970254,58.655965 603.696181,68.7870267 447.802481,35.1443383 C293.342778,1.81111414 137.33377,1.81111414 0,1.81111414 L0,150 L1920,150 L1920,1.81111414 C1739.53523,-16.6853983 1679.86404,73.1607868 1389.7826,37.4859505 C1099.70117,1.81111414 981.704672,-7.57670281 826.337463,25.5396311 Z") + } + 50% { + d: path("M655.558582,28.4898877 C500.191373,61.6062216 422.833785,83.5422763 266.940085,49.8995879 C112.480383,16.5663637 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,49.8995879 C1580.91676,-34.8808285 1438.10804,73.6768193 1148.0266,38.0019829 C857.945166,2.32714659 810.925791,-4.62644617 655.558582,28.4898877 Z") + } + to { + d: path("M842.322034,38.0019829 C686.954825,71.1183168 623.386282,53.08497 467.492582,19.4422816 C313.032879,-13.8909426 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,76.8685643 C1512.23604,-35.3595639 1568.70222,67.4289432 1278.62078,31.7541069 C988.539347,-3.92072949 997.689243,4.88564905 842.322034,38.0019829 Z") + } +} + +@keyframes waveDividerAnimation-2m2aau { + 0% { + d: path("M826.337463,25.5396311 C670.970254,58.655965 603.696181,68.7870267 447.802481,35.1443383 C293.342778,1.81111414 137.33377,1.81111414 0,1.81111414 L0,150 L1920,150 L1920,1.81111414 C1739.53523,-16.6853983 1679.86404,73.1607868 1389.7826,37.4859505 C1099.70117,1.81111414 981.704672,-7.57670281 826.337463,25.5396311 Z") + } + 50% { + d: path("M655.558582,28.4898877 C500.191373,61.6062216 422.833785,83.5422763 266.940085,49.8995879 C112.480383,16.5663637 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,49.8995879 C1580.91676,-34.8808285 1438.10804,73.6768193 1148.0266,38.0019829 C857.945166,2.32714659 810.925791,-4.62644617 655.558582,28.4898877 Z") + } + to { + d: path("M842.322034,38.0019829 C686.954825,71.1183168 623.386282,53.08497 467.492582,19.4422816 C313.032879,-13.8909426 84.0992497,8.02840272 0,44.7243294 L0,150.727527 L1920,150.727527 L1920,76.8685643 C1512.23604,-35.3595639 1568.70222,67.4289432 1278.62078,31.7541069 C988.539347,-3.92072949 997.689243,4.88564905 842.322034,38.0019829 Z") + } +} + +.grid-3Ykf_K { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.row-3wW-Fx { + width: 100%; + max-width: 1260px; + max-width: var(--page-max-width); + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(var(--num-grid-columns), 1fr); + gap: 0 20px; + padding: 0 24px; + padding: 0 var(--page-gutter) +} + +.fullRow-2MnOjL { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.button-195cDm { + border-radius: 50%; + line-height: 24px; + cursor: pointer; + font-weight: 500; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition-property: background-color, color, -webkit-box-shadow; + transition-property: background-color, color, -webkit-box-shadow; + transition-property: background-color, color, box-shadow; + transition-property: background-color, color, box-shadow, -webkit-box-shadow; + -webkit-transition-duration: .2s; + transition-duration: .2s; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out +} + +.button-195cDm:hover { + color: var(--dark-not-black); + -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2); + box-shadow: 0 8px 15px rgba(0, 0, 0, .2) +} + +.keyboardMode .button-195cDm:focus { + -webkit-transition-property: background-color, color; + transition-property: background-color, color; + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.buttonBrand-33cvhX { + background-color: #7289da; + background-color: var(--brand-primary); + color: #fff; + color: var(--white) +} + +.buttonBrand-33cvhX:hover { + background-color: var(--brand-hover); + color: var(--dark-not-black); +} + +.buttonWhite-18r1SC { + background-color: #fff; + background-color: var(--brand-primary); + color: #23272a; + color: var(--not-quite-black) +} +.wavePath-haxJK1 +.buttonWhite-18r1SC:hover { + color: #7289da; + color: var(--brand-primary) +} + +.buttonDark-1kG4vN { + background-color: var(--brand-primary); + color: #fff; + color: var(--not-quite-black); + transition: all 0.4s ease; +} + +.buttonDark-1kG4vN:hover { + background-color: var(--brand-hover); + letter-spacing: 1px; +} + +.buttonLarge-2j8B-n { + border-radius: 28px; + font-size: 20px; + padding: 16px 32px; + margin: 24px +} + +.buttonSmall-2bnF7I { + border-radius: 40px; + font-size: 14px; + padding: 7px 16px +} + +.buttonSmallNested-3U4J2z { + font-size: 20px; + padding: 0 8px +} + +:root { + --page-max-width: 1260px; + --num-grid-columns: 4; + --page-gutter: 24px; + --section-spacing: 56px +} + +@media screen and (min-width:768px) { + :root { + --num-grid-columns: 8; + --page-gutter: 40px; + --section-spacing: 80px + } +} + +@media screen and (min-width:1024px) { + :root { + --num-grid-columns: 12; + --section-spacing: 120px + } +} + +.h1-1JG5Bw { + font-size: 48px +} + +.h1-1JG5Bw, +.h2-25VyWe { + font-weight: 700; + line-height: 120% +} + +.h2-25VyWe, +.h3-2SAStx { + font-size: 40px +} + +.h3-2SAStx { + font-weight: 500 +} + +.h3-2SAStx, +.h4-1gN70b { + line-height: 120% +} + +.h4-1gN70b { + font-weight: 600; + font-size: 32px +} + +.h5-2BAJXL { + font-weight: 700; + font-size: 24px; + line-height: 120% +} + +@media screen and (min-width:768px) { + .h1-1JG5Bw { + font-size: 56px + } + .h2-25VyWe { + font-size: 48px + } +} + +.link-1bIkeG { + cursor: pointer +} + +.link-1bIkeG:hover { + text-decoration: underline +} + +.keyboardMode .link-1bIkeG:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.linkDefault-1Ca2JP { + color: #00b0f4; + color: var(--text-link) +} + +.text-3U-SDd a { + color: #00b0f4; + color: var(--text-link) +} + +.text-3U-SDd a:hover { + text-decoration: underline +} + +.keyboardMode .text-3U-SDd a:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.text-3U-SDd strong { + font-weight: 700 +} + +.textLarge-2G66er { + font-size: 24px; + line-height: 140% +} + +.textMedium-1DcD2z { + font-size: 20px; + line-height: 32px +} + +.textSmall-2bq_Bu { + font-size: 16px; + line-height: 24px +} + +.textExtraSmall-JZhbhQ { + font-size: 14px; + line-height: 18px +} + +.textLabel-37q9i_ { + font-size: 14px; + line-height: 120%; + letter-spacing: 3px; + text-transform: uppercase +} + +.dropdown-2LV9x6 { + position: absolute; + background-color: #fff; + background-color: var(--white); + border-radius: 8px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + overflow: hidden +} + +.orientationBottom-1ttMZd { + top: 100%; + margin-top: 8px +} + +.orientationTop-2UIBBb { + bottom: 100%; + margin-bottom: 8px +} + +.container-3lBl7m { + position: relative +} + +.dropdown-ykCC0L { + text-align: left; + padding: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100% +} + +.dropdownText-itvqbn { + padding: 4px 8px +} + +.dropdownLink-3UZw53 { + color: #23272a; + color: var(--not-quite-black) +} + +.dropdownLink-3UZw53:hover { + color: #7289da; + color: var(--brand-primary); + text-decoration: underline +} + +.focused-zcl1EW { + background-color: rgba(79, 84, 92, .16); + border-radius: 4px +} + +.icon-nuGd5b { + margin-right: 8px +} + +.container-39M5NE { + position: relative +} + +.selectorContainer-1V6WCy { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer +} + +.keyboardMode .selectorContainer-1V6WCy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.flag-1DqYaK { + width: 24px; + height: 16px; + margin-right: 8px +} + +.localeContainer-3-LqgX { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.selectorlanguageName-2UyByn { + color: #fff; + color: var(--white) +} + +.dropdownContainer-1cP_uR { + z-index: 10 +} + +.dropdown-1rPRGV { + max-height: 320px; + min-width: 150px; + overflow-x: hidden; + overflow-y: auto; + overscroll-behavior: contain +} + +.dropdownItem-3ZySJD { + padding: 8px +} + +.dropdownClickable-2phlcr { + cursor: pointer +} + +.focused-3fbCs4 { + background-color: rgba(79, 84, 92, .16); + border-radius: 4px +} + +.dropdownLanguageName-yrEdC1 { + color: #23272a; + color: var(--not-quite-black) +} + +.arrowIcon-3ZvdFr { + padding-left: 8px +} + +.footer-2JjWU3 { + padding-top: 80px; + padding-bottom: 64px; + color: #fff; + color: var(--white) +} + +.infoBox-2VU2Db { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + margin-bottom: 56px +} + +.spacer-1syQkv { + grid-column: 0; + display: none +} + +.routeSection-3thsqR { + grid-column: span 2; + margin-bottom: 40px +} + +@media screen and (min-width:768px) { + .infoBox-2VU2Db { + grid-column: span 3; + grid-row-end: span 2 + } + .spacer-1syQkv { + grid-column: span 1; + grid-row-end: span 2; + display: initial + } +} + +.language-22KUGc, +.social-3JNwIn { + margin-top: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.languageName-3wrO2R { + margin-left: 8px +} + +.socialIcon-32i0_n { + display: block +} + +.socialLink-31Zbhj { + color: inherit +} + +.socialLink-31Zbhj+.socialLink-31Zbhj { + margin-left: 24px +} + +.colHeader-2ikURV { + padding-top: 8px +} + +.navLink-2UfL05 { + color: inherit; + margin-top: 8px; + display: block +} + +.ctaSeparator-ARE9P3 { + width: 100%; + height: 1px; + margin-bottom: 32px +} + +.ctaContainer-1_2pP4 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.cta-3cmhBa { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.cta-3cmhBa, +.logoLink-2GlawA { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.logoLink-2GlawA { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-1qRccC { + color: #fff; + color: var(--white); + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.brand-2EpRQL.footer-2JjWU3 { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.brand-2EpRQL .colHeader-2ikURV, +.brand-2EpRQL .tagline-1MAOjD { + color: #7289da; + color: var(--brand-primary) +} + +.brand-2EpRQL .ctaSeparator-ARE9P3, +.brandInverted-25Umzs.footer-2JjWU3 { + background-color: #7289da; + background-color: var(--brand-primary) +} + +.brandInverted-25Umzs .colHeader-2ikURV, +.brandInverted-25Umzs .tagline-1MAOjD { + color: #23272a; + color: var(--not-quite-black) +} + +.brandInverted-25Umzs .ctaSeparator-ARE9P3 { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.backdrop-z4oXio { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, .3); + z-index: 9999 +} + +.backdropClosing-1WnBTL { + pointer-events: none +} + +.closeButton-dcQ2U_ { + position: absolute; + top: 24px; + right: 24px; + margin: -8px; + padding: 8px; + line-height: 0; + z-index: 10000; + pointer-events: auto; + cursor: pointer +} + +.keyboardMode .closeButton-dcQ2U_:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.closeIcon-2dbyjK { + width: 24px; + height: 24px; + color: #23272a; + color: var(--not-quite-black) +} + +.footer-OwBdOx { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 120px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(25%, #fff)); + background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 25%); + border-bottom-left-radius: 8px; + z-index: 10000; + pointer-events: none +} + +.downloadButtonWrapper-1s568H { + padding: 24px; + pointer-events: auto +} + +.downloadButton-2K0nCP { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 14px +} + +.panel-1okTg9 { + position: fixed; + top: 0; + right: 0; + bottom: 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 330px; + z-index: 9999; + overflow: hidden +} + +.panelThemed-2Wsr1K { + background: #fff; + background: var(--white); + border-top-left-radius: 8px; + border-bottom-left-radius: 8px; + padding: 24px 48px 120px 24px; + overflow-y: scroll +} + +.panelTransparent-3sPNB3 { + pointer-events: none +} + +.panelTransparent-3sPNB3>* { + pointer-events: auto +} + +.panelClosing-11ESYY { + pointer-events: none +} + +.logoWrapper-ntgVv0 { + display: inline-block; + line-height: 0 +} + +.logo-1vogHc { + color: #23272a; + color: var(--not-quite-black) +} + +.spacer-1PCYsf { + width: 100%; + height: 1px; + background: #ebedef; + margin-top: 24px; + margin-bottom: 16px +} + +.link-3XMvoR { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 8px 16px; + color: #23272a; + color: var(--not-quite-black) +} + +.linkActive-LhgXW1 { + background: #f6f6f6; + background: var(--off-white); + color: #00b0f4; + color: var(--text-link); + border-radius: 8px +} + +.caret-28iQeh { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); + margin-left: 4px +} + +.header-2AkUg9 { + height: 24px; + margin-bottom: 40px +} + +.backButton-2aTvEm { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: #23272a; + color: var(--not-quite-black); + cursor: pointer; + margin: -8px; + padding: 8px +} + +.keyboardMode .backButton-2aTvEm:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.backIcon-3EAZ01 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +.backText-2X_s-y { + font-size: 16px; + line-height: 20px +} + +.sectionName-2rqdev { + color: #000; + color: var(--black); + font-size: 20px; + line-height: 140%; + font-weight: 500 +} + +.list-1pxPz_ { + margin-top: 8px +} + +.articleLink-34FxMV { + display: block; + padding: 8px 16px; + margin-right: -16px; + color: #4f5660 +} + +.itemSelected-71-1uE { + background: #f6f6f6; + background: var(--off-white); + color: #00b0f4; + color: var(--text-link); + border-radius: 8px +} + +.groupSpacer-1E3B7K { + height: 1px; + width: 100%; + background: #ebedef; + margin-top: 16px; + margin-bottom: 24px +} + +.button-1x6X9g { + white-space: nowrap +} + +.header-Y5-yn4 { + z-index: 9998 +} + +.wrapper-vInhSw { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.nav-IGyg0q { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + height: 80px +} + +.logoLink-38lqtu, +.nav-IGyg0q { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.logoLink-38lqtu { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-3LF899 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.mobileButtonContainer-3I8xXw { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.mobileAppButton-2dMGaq { + margin-right: 16px +} + +.menuIcon-3UgAfy { + cursor: pointer; + line-height: 0 +} + +.keyboardMode .menuIcon-3UgAfy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.links-10hR8L { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + text-align: center; + font-size: 16px; + line-height: 140%; + font-weight: 600 +} + +.link-oDO0Ir { + margin: 10px; + padding: 10px +} + +.appButton-2wSXh- { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 124px; + text-align: end; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse; + flex-flow: row-reverse +} + +.wrapperDesktop-1VrZRb { + display: none +} + +.colorSchemeWhite-33VuSr .link-oDO0Ir, +.colorSchemeWhite-33VuSr .logo-3LF899, +.colorSchemeWhite-33VuSr .menuIcon-3UgAfy { + color: #fff; + color: var(--white) +} + +.colorSchemeNotQuiteBlack-19Jo0H .link-oDO0Ir, +.colorSchemeNotQuiteBlack-19Jo0H .logo-3LF899, +.colorSchemeNotQuiteBlack-19Jo0H .menuIcon-3UgAfy { + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:1024px) { + .wrapperMobile-3gWL2X { + display: none + } + .wrapperDesktop-1VrZRb { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.icon-26nifv { + display: block +} + +.title-8JtfdU { + font-weight: 600 +} + +.subtitle-1mjn7m, +.title-8JtfdU { + margin-top: 8px +} + +.outerContainer-2E-LK- { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.container-25dlWn { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.image-SpOgEp { + max-width: 100%; + margin-bottom: auto; + margin-left: auto; + margin-right: auto +} + +.contentContainer-1kTnzF, +.image-SpOgEp { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.contentContainer-1kTnzF { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px +} + +.subtitle-1WLCxH { + margin-top: 16px +} + +.featuresContainer-dqN_Qq { + margin-top: 48px; + display: grid; + grid-template-columns: repeat(1, 1fr); + gap: 32px 20px +} + +.featureTitle-3njzPj { + font-weight: 600 +} + +.featureSubtitle-9k6l4L, +.featureTitle-3njzPj { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .contentContainer-1kTnzF { + grid-column: 2/span 6 + } + .featuresContainer-dqN_Qq { + grid-template-columns: repeat(2, 1fr) + } +} + +@media screen and (min-width:1024px) { + .image-SpOgEp { + grid-column: span 5; + margin-top: 20px + } + .contentContainer-1kTnzF { + margin-top: 0; + grid-column: 6/span 6 + } +} + +.container-3sceg7 { + background-color: #23272a; + background-color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + color: #fff; + color: var(--white) +} + +.stepsContainer-2DrB8- { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.step1-2UKcD3 { + margin-top: 48px; + color: #7289da; + color: var(--brand-primary) +} + +.stepText-2UjNsA { + margin-top: 8 +} + +.step2-2LG3rj { + margin-top: 32px; + color: #7289da; + color: var(--brand-primary) +} + +.imageContainer-2VsYUJ { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.image-17HWOK { + max-width: 100%; + margin-left: auto; + margin-right: auto +} + +.nextContainer-15sxSm { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.divider-1yNRf1 { + width: 100%; + height: 1px; + background-color: #7289da; + background-color: var(--brand-primary) +} + +.divider-1yNRf1, +.nextTitle-3MzX8t { + margin-top: 64px +} + +.nextSubtitle-1m0zhV { + margin-top: 32px +} + +@media screen and (min-width:1024px) { + .stepsContainer-2DrB8- { + grid-column: span 5 + } + .imageContainer-2VsYUJ { + margin-top: 10px; + grid-column: 7/span 6 + } +} + +.container-3CtyLz { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + color: #fff; + color: var(--white); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + overflow: hidden +} + +.contentContainer-N7m__q { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + position: relative +} + +.sparklesContainer-2APDjU { + position: absolute; + top: 0; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-3QBxnW { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.title-14yufv { + margin-top: 30px; + z-index: 1 +} + +.button-3BBs3s { + margin-top: 40px +} + +.interactable-Nz8-D6 { + cursor: pointer +} + +.keyboardMode .interactable-Nz8-D6:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.container-DsVUTU { + padding: 8px; + border-radius: 16px; + background-color: #f6f6f6; + background-color: var(--off-white); + overflow: hidden +} + +.questionContainer-DzD0FW { + min-height: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; + padding: 12px 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.question-2uW4ry { + margin-top: auto; + margin-bottom: auto; + font-weight: 600 +} + +.answer-1HNllr { + margin-right: 32px; + padding-left: 16px; + padding-right: 16px; + padding-bottom: 12px; + opacity: 0; + visibility: hidden; + -webkit-transition: opacity .2s ease-in-out, visibility 0s .2s; + transition: opacity .2s ease-in-out, visibility 0s .2s +} + +.open-1w9E3r .answer-1HNllr { + opacity: 1; + visibility: visible; + -webkit-transition: opacity .2s ease-in-out; + transition: opacity .2s ease-in-out +} + +@media (prefers-reduced-motion) { + .answer-1HNllr { + -webkit-transition: none; + transition: none + } +} + +.arrow-Z_O-CJ { + margin-left: auto; + margin-bottom: auto; + -ms-flex-negative: 0; + flex-shrink: 0; + color: #7289da; + color: var(--brand-primary); + -webkit-transition: -webkit-transform .2s ease-in-out; + transition: -webkit-transform .2s ease-in-out; + transition: transform .2s ease-in-out; + transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg) +} + +.open-1w9E3r .arrow-Z_O-CJ { + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +.container-tTcERd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2c3Ob6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.subtitle-ZRt6K8 { + margin-top: 16px +} + +.faq-2N0iDw { + margin-top: 40px; + row-gap: 16px +} + +.question-38_6ag { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +@media screen and (min-width:768px) { + .container-tTcERd { + padding-top: 40px + } +} + +@media screen and (min-width:1024px) { + .container-tTcERd { + padding-top: 80px + } +} + +@-webkit-keyframes scrollLeft-3Hw6uS { + to { + -webkit-transform: translateX(50%); + transform: translateX(50%) + } +} + +@keyframes scrollLeft-3Hw6uS { + to { + -webkit-transform: translateX(50%); + transform: translateX(50%) + } +} + +@-webkit-keyframes scrollRight-dfS69k { + to { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } +} + +@keyframes scrollRight-dfS69k { + to { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } +} + +.scrollLeft-3Hw6uS, +.scrollRight-dfS69k { + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite +} + +.scrollLeft-3Hw6uS { + float: right; + -webkit-animation-name: scrollLeft-3Hw6uS; + animation-name: scrollLeft-3Hw6uS +} + +.scrollRight-dfS69k { + float: left; + -webkit-animation-name: scrollRight-dfS69k; + animation-name: scrollRight-dfS69k +} + +.rowWrapper-NYuf4M { + margin: auto; + position: relative; + overflow: hidden +} + +.rowScroller-NQYTIz { + white-space: nowrap +} + +.paused-3mGrZ4 { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.container-3WKP9P { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 343px; + margin-left: 10px; + margin-right: 10px; + padding: 16px; + border-radius: 12px; + background: #fff; + background: var(--white); + -webkit-box-sizing: border-box; + box-sizing: border-box; + text-align: initial +} + +.icon-1lW2Ee { + width: 40px; + height: 40px; + margin-right: 16px; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.textContainer-mTPAIw { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.name-3T7FKQ { + font-size: 16px; + line-height: 20px; + font-weight: 600; + color: #23272a; + color: var(--not-quite-black) +} + +.category-1AFH8P { + font-size: 14px; + line-height: 18px; + color: #99aab5; + color: var(--greyple) +} + +.secondRow-1oCkgO { + margin-top: 20px +} + +.container-2jAMrA, +.wrapper-1b1-5U { + background-color: #7289da; + background-color: var(--brand-primary) +} + +.wrapper-1b1-5U { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + border-radius: 16px; + text-align: center; + width: 100% +} + +.contentContainer-5CQ--2 { + color: #fff; + color: var(--white); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.title-1XXsyi { + margin-top: 56px +} + +.subtitle-Mz5JmQ { + margin-top: 16px; + margin-bottom: 48px +} + +.cardRow-28EgCe { + width: 100%; + display: grid; + grid-template-columns: 1fr 1fr; + gap: 40px 20px +} + +.cardContainer-3UvYI2 { + grid-column: span 2 +} + +.cardImage-3rpoSD { + display: block; + width: 100% +} + +.cardTitle-3BDcRP { + font-weight: 600; + margin-top: 20px +} + +.guildContainer-2obpCS { + margin-top: 40px; + margin-bottom: 56px; + margin-bottom: var(--section-spacing); + margin-left: -24px; + margin-left: calc(var(--page-gutter)*-1); + margin-right: -24px; + margin-right: calc(var(--page-gutter)*-1) +} + +@media screen and (min-width:768px) { + .container-2jAMrA { + background-color: #fff; + background-color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing) + } + .contentContainer-5CQ--2 { + margin-left: 40px; + margin-right: 40px + } + .cardRow-28EgCe { + max-width: 680px; + grid-template-columns: repeat(4, 1fr) + } + .lastCard-L4dxLy { + grid-column: 2/span 2 + } + .guildContainer-2obpCS { + margin-bottom: 40px; + margin-left: 0; + margin-right: 0 + } +} + +@media screen and (min-width:1024px) { + .container-2jAMrA { + background-color: #fff; + background-color: var(--white) + } + .contentContainer-5CQ--2 { + margin-left: 48px; + margin-right: 48px + } + .cardRow-28EgCe { + max-width: none; + grid-template-columns: repeat(6, 1fr) + } + .lastCard-L4dxLy { + grid-column: span 2 + } + .guildContainer-2obpCS { + margin-top: 48px; + margin-bottom: 48px + } +} + +.container-2zeI6g { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + position: relative; + overflow: hidden +} + +.contentContainer-2DHnXw { + margin-bottom: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.label-GW9Scd { + color: #7289da; + color: var(--brand-primary) +} + +.title-2XkIaU { + margin-top: 16px +} + +.subtitle-2jDD9c, +.title-2XkIaU { + color: #fff; + color: var(--white) +} + +.cta-2dZ6BM, +.subtitle-2jDD9c { + margin-top: 40px +} + +.cta-2dZ6BM { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.outerImageContainer-11LZM6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: auto; + margin-bottom: auto +} + +.imageContainer-1e9ZHd { + overflow-y: hidden; + margin: -20px -20px 0; + padding: 20px 20px 0 +} + +.innerImageContainer-2XokKp { + position: relative +} + +.clouds-1i3tcG, +.ship-39gEUF, +.wave-Uip1p_ { + display: block; + left: 0; + right: 0; + width: 100% +} + +.clouds-1i3tcG { + top: 0; + -webkit-animation: floaty-2LMk9X 10s ease-in-out infinite alternate; + animation: floaty-2LMk9X 10s ease-in-out infinite alternate +} + +.clouds-1i3tcG, +.wave-Uip1p_ { + position: absolute +} + +.wave-Uip1p_ { + bottom: 0 +} + +.ship-39gEUF { + -webkit-animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + margin-bottom: -1px +} + +@media (prefers-reduced-motion:reduce) { + .ship-39gEUF { + -webkit-animation: none; + animation: none + } +} + +.sleepyContainer-1mjVQ0 { + position: absolute; + bottom: 28px; + bottom: calc(var(--section-spacing)/2); + -webkit-animation: shift-right-2E0UgF 120s linear 60s forwards; + animation: shift-right-2E0UgF 120s linear 60s forwards; + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)); + overflow: hidden; + padding: 10px 10px 0 +} + +.sleepy-27ng5c { + -webkit-animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + animation: wobble-3E82nJ 4s ease-in-out infinite alternate; + display: block +} + +.paused-2RGli1 { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +@media screen and (min-width:1024px) { + .contentContainer-2DHnXw { + margin-bottom: 0; + grid-column: span 5 + } + .outerImageContainer-11LZM6 { + grid-column: 6/span 7 + } +} + +@-webkit-keyframes wobble-3E82nJ { + 0% { + -webkit-transform: rotate(-2deg); + transform: rotate(-2deg) + } + to { + -webkit-transform: rotate(2deg); + transform: rotate(2deg) + } +} + +@keyframes wobble-3E82nJ { + 0% { + -webkit-transform: rotate(-2deg); + transform: rotate(-2deg) + } + to { + -webkit-transform: rotate(2deg); + transform: rotate(2deg) + } +} + +@-webkit-keyframes floaty-2LMk9X { + 0% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px) + } + to { + -webkit-transform: translateX(10px); + transform: translateX(10px) + } +} + +@keyframes floaty-2LMk9X { + 0% { + -webkit-transform: translateX(-10px); + transform: translateX(-10px) + } + to { + -webkit-transform: translateX(10px); + transform: translateX(10px) + } +} + +@-webkit-keyframes shift-right-2E0UgF { + 0% { + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)) + } + to { + -webkit-transform: translateX(calc(50vw + 100%)); + transform: translateX(calc(50vw + 100%)) + } +} + +@keyframes shift-right-2E0UgF { + 0% { + -webkit-transform: translateX(calc(-50vw - 100%)); + transform: translateX(calc(-50vw - 100%)) + } + to { + -webkit-transform: translateX(calc(50vw + 100%)); + transform: translateX(calc(50vw + 100%)) + } +} + +.header-3uXfgM { + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.wave-1kWYo9 { + color: #23272a; + color: var(--not-quite-black) +} + +.footer-tD378F { + position: relative +} + +.section-hypesquad-about { + background: url(/assets/8a6fb04a7de46f908adbb18c2b4b776b.svg), #fff url(/assets/008e2c37d3b89c444d451cd305fb3e14.svg) no-repeat bottom/contain; + padding: 100px 0 +} + +@media screen and (max-width:848px) { + .section-hypesquad-about { + padding: 50px 0 + } +} + +.section-hypesquad-about .about-duties { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: 0 auto; + max-width: 1180px +} + +.section-hypesquad-about .about-duties .about-duty { + background: #fff; + border-radius: 3px; + -webkit-box-shadow: 0 9px 20px 0 rgba(153, 170, 181, .1); + box-shadow: 0 9px 20px 0 rgba(153, 170, 181, .1); + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + -ms-flex-preferred-size: 345px; + flex-basis: 345px; + margin: 0 2% 50px; + max-width: 345px; + padding: 120px 20px 30px; + text-align: center; + -webkit-transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: transform .2s cubic-bezier(.175, .885, .32, 1.275); + transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .2s cubic-bezier(.175, .885, .32, 1.275) +} + +.section-hypesquad-about .about-duties .about-duty:hover { + -webkit-box-shadow: 0 12px 30px 0 rgba(153, 170, 181, .1); + box-shadow: 0 12px 30px 0 rgba(153, 170, 181, .1); + -webkit-transform: translateY(-10px); + transform: translateY(-10px) +} + +.section-hypesquad-about .about-duties .about-duty.become-hype { + background: #fff url(/assets/19654c38399b0e75c351d6fc960fe0ca.svg) no-repeat 50% 45px; + background-size: 92px 102px +} + +.section-hypesquad-about .about-duties .about-duty.receive-goods { + background: #fff url(/assets/84d4951c6eb1f90d3cc51c8a696cc1a0.png) no-repeat 50% 46px; + background-size: 98px 91px +} + +.section-hypesquad-about .about-duties .about-duty.spread-word { + background: #fff url(/assets/1fd30dc5922029b453afe4c78e10873b.svg) no-repeat 50% 52px; + background-size: 94px 86px +} + +.section-hypesquad-about .about-duties .about-duty h3 { + font-size: 18px; + font-weight: 700 +} + +.section-hypesquad-about .about-duties .about-duty p { + font-size: 20px; + line-height: 1.5 +} + +.section-hypesquad-about em { + font-style: italic +} + +@-webkit-keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } +} + +@keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } +} + +@-webkit-keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, + to { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } +} + +@keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, + to { + -webkit-transform: scale(0); + transform: scale(0) + } + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } +} + +@-webkit-keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } +} + +@keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } +} + +@-webkit-keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + 50% { + stroke-dasharray: 130, 200 + } + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } +} + +@keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + 50% { + stroke-dasharray: 130, 200 + } + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } +} + +.spinner-2enMB9 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.inner-1gJC7_ { + position: relative; + display: inline-block; + width: 32px; + height: 32px +} + +.wanderingCubesItem-WPXqao { + background-color: #7289da; + width: 10px; + height: 10px; + position: absolute; + top: 0; + left: 0; + -webkit-animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite; + animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite +} + +.wanderingCubesItem-WPXqao:last-child { + -webkit-animation-delay: -.9s; + animation-delay: -.9s +} + +.chasingDots-OdvUfk { + -webkit-animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite; + animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite +} + +.chasingDotsItem-2DVNUn { + width: 60%; + height: 60%; + display: inline-block; + position: absolute; + top: 0; + background-color: #7289da; + border-radius: 100%; + -webkit-animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite; + animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite +} + +.chasingDotsItem-2DVNUn:last-child { + top: auto; + bottom: 0; + -webkit-animation-delay: -1s; + animation-delay: -1s +} + +.pulsingEllipsis-3YiXRF { + height: auto; + width: 28px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: relative +} + +.pulsingEllipsisItem-32hhWL { + -webkit-animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + width: 6px; + height: 6px; + margin-right: 2px; + background-color: #f8f9f9; + border-radius: 3px; + display: inline-block; + opacity: .3 +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(2) { + -webkit-animation-delay: .2s; + animation-delay: .2s +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(3) { + -webkit-animation-delay: .4s; + animation-delay: .4s +} + +.stop-animation .pulsingEllipsisItem-32hhWL { + -webkit-animation: none; + animation: none +} + +.spinningCircle-2NAjGW { + width: 100% +} + +.spinningCircleInner-mbM5zM { + -webkit-transform: rotate(280deg); + transform: rotate(280deg) +} + +.circular-2NaZOq { + -webkit-animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + height: 100%; + width: 100% +} + +.path-92Hmty { + -webkit-animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + fill: none; + stroke-width: 6; + stroke-miterlimit: 10; + stroke-linecap: round +} + +.path2-1q7bG_ { + -webkit-animation-delay: .15s; + animation-delay: .15s +} + +.path3-2l9TIX { + -webkit-animation-delay: .23s; + animation-delay: .23s +} + +.theme-light .path-92Hmty { + stroke: #7289da +} + +.theme-light .path2-1q7bG_ { + stroke: #c7d0f0; + opacity: .6 +} + +.theme-light .path3-2l9TIX { + stroke: #f8f9fd; + opacity: .3 +} + +.theme-dark .path-92Hmty { + stroke: #7289da +} + +.theme-dark .path2-1q7bG_ { + stroke: #7289da; + opacity: .6 +} + +.theme-dark .path3-2l9TIX { + stroke: #222941 +} + +.button-38aScr { + position: relative; + display: inline-block; + background: none; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: none; + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 500; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + text-align: center; + -webkit-transition: all .17s ease-out; + transition: all .17s ease-out +} + +.button-38aScr:focus { + -webkit-box-shadow: 0 0 3px 3px #7289da; + box-shadow: 0 0 3px 3px #7289da +} + +.buttonHeightShort-2qJiZC { + height: 24px +} + +.buttonHeightMediumShort-2xmM5y { + height: 32px +} + +.buttonHeightMedium-2WWoR- { + height: 38px +} + +.buttonHeightMediumTall-2j9Gc8 { + height: 44px +} + +.buttonHeightTall-35JAaW { + height: 50px +} + +.button-38aScr:disabled, +.disabled-9aF2ug { + opacity: .5; + cursor: not-allowed; + pointer-events: none; + outline: none +} + +.button-38aScr:disabled:hover, +.disabled-9aF2ug:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0 +} + +.grow-q77ONN { + width: 100% +} + +.unpaired-31HHvP { + border-radius: 3px +} + +.unpaired-31HHvP:hover { + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 38, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 38, 42, .1); + top: -1px +} + +.unpaired-31HHvP:hover:after { + position: absolute; + top: 100%; + right: 0; + bottom: -1px; + left: 0; + content: "" +} + +.filledDefault-eAvIdC { + font-size: 14px; + padding: 0 20px +} + +.filledBlack-2B5Fmj { + background: #000 +} + +.filledBlack-2B5Fmj, +.filledBrand-pyfKOu { + color: #fff +} + +.filledBrand-pyfKOu { + background: #7289da +} + +.filledWhite-35QGck { + background: #fff; + color: #000 +} + +.filledGreen-3E574O { + background: #43b581; + color: #fff +} + +.outlinedDefault-2Hy2PB { + font-size: 14px; + letter-spacing: .3px; + padding: 0 8px +} + +.outlinedBlack-3lt8Qx { + border: 1px solid rgba(0, 0, 0, .3); + color: #000 +} + +.outlinedBlack-3lt8Qx:active { + border-color: #000 +} + +.outlinedBlack-3lt8Qx:hover { + border-color: rgba(0, 0, 0, .6) +} + +.outlinedBlack-3lt8Qx.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #000; + border-color: #000; + color: #fff +} + +.outlinedBrand-3Lr9x3 { + border: 1px solid rgba(114, 137, 218, .3); + color: #7289da +} + +.outlinedBrand-3Lr9x3:active { + border-color: #7289da +} + +.outlinedBrand-3Lr9x3:hover { + border-color: rgba(114, 137, 218, .6) +} + +.outlinedBrand-3Lr9x3.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #7289da; + border-color: #7289da; + color: #fff +} + +.outlinedWhite-1asq79 { + border: 1px solid hsla(0, 0%, 100%, .3); + color: #fff +} + +.outlinedWhite-1asq79:active { + border-color: #fff +} + +.outlinedWhite-1asq79:hover { + border-color: hsla(0, 0%, 100%, .6) +} + +.outlinedWhite-1asq79.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #fff; + border-color: #fff; + color: #000 +} + +.outlinedGreen-1AM6NH { + border: 1px solid rgba(67, 181, 129, .3); + color: #43b581 +} + +.outlinedGreen-1AM6NH:active { + border-color: #43b581 +} + +.outlinedGreen-1AM6NH:hover { + border-color: rgba(67, 181, 129, .6) +} + +.outlinedGreen-1AM6NH.buttonHoverStyleFilled-1TZqSg:hover { + background-color: #43b581; + border-color: #43b581; + color: #fff +} + +.buttonContent-IUG71x { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.buttonHorizontalPaddingMedium-20i12O { + padding-left: 16px; + padding-right: 16px +} + +.disabledNotice-1z-GY5 { + color: #737f8d; + line-height: 1.4; + margin: 48px auto 0; + max-width: 600px; + text-align: center +} + +.disabledNotice-1z-GY5 a { + color: inherit; + text-decoration: underline; + -webkit-transition: color .125s; + transition: color .125s +} + +.disabledNotice-1z-GY5 a:hover { + color: #fff +} + +.section-hypesquad-cta { + background: #f8f9fd url(/assets/610918cd61367c50cb80bb1b56032cd4.svg) no-repeat 0 0/cover; + color: #4f545c; + padding: 100px 30px; + position: relative; + text-align: center +} + +@media screen and (max-width:848px) { + .section-hypesquad-cta { + padding: 60px 30px 100px + } +} + +.section-hypesquad-cta div.apply-button-wrapper div.age-disclaimer { + color: #4f545c +} + +.section-hypesquad-cta .cta-text { + font-size: 50px; + font-weight: 700; + margin: 80px 0 30px +} + +@media screen and (max-width:848px) { + .section-hypesquad-cta .cta-text { + margin: 0 0 30px + } +} + +.section-hypesquad-cta .partner-link { + position: absolute; + bottom: 20px; + left: 0; + border-top: 1px solid #dcddde; + padding-top: 20px; + text-align: center; + width: 100% +} + +.section-hypesquad-cta .partner-link a { + color: #7289da +} + +.section-hypesquad-cta .partner-link a:hover { + text-decoration: underline +} + +.section-hypesquad-cta .ui-button { + margin: auto +} + +.modalAnimationWrapper--sdfQC { + position: fixed; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 9999 +} + +.modalAnimationShade-2JE6IQ { + background-color: #7289da +} + +.modalAnimationContent-2JbT8D, +.modalAnimationShade-2JE6IQ { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0 +} + +.modalAnimationContent-2JbT8D { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.formModalWrapper-laOefm, +.modalAnimationContent-2JbT8D { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.formModalWrapper-laOefm { + -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + border-radius: 0 8px 8px 0; + max-height: 90%; + position: relative; + width: 800px; + height: 680px +} + +.buttonWrapper-3mNzKm { + position: absolute; + right: 0; + text-align: center; + width: 50%; + z-index: 1 +} + +.buttonWrapperNext-298TSL { + bottom: -24px +} + +.buttonWrapperPrev-1x0thu { + top: -24px +} + +.button-3IsBrq { + -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + box-shadow: 0 9px 20px 0 rgba(0, 0, 0, .2); + margin: 0 auto; + min-width: auto; + padding-right: 75px +} + +.buttonNext-1Uu971 { + background: #000 url(/assets/df437cab29c27e81e9ffaab036bd7aa2.svg) no-repeat right 20px center +} + +.buttonPrev-25KGnH { + background: #000 url(/assets/03385fc1d38dabb4865f24eab0ccbfe0.svg) no-repeat right 20px center +} + +.close-2Wzb4e { + position: absolute; + top: 20px; + right: 20px; + border: 0; + cursor: pointer; + background: url(/assets/8307730f12369150034efedddaedb68b.svg) no-repeat 5px 5px; + background-size: 10px; + width: 20px; + height: 20px; + z-index: 9999 +} + +.close-2Wzb4e:hover { + top: 19px +} + +.formModalContent-2t3ZP9 { + border-radius: 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + height: 100%; + position: relative; + background: #fff +} + +.noScroll-3SLW2D { + overflow: hidden +} + +.animationWrapper-2suFNB { + position: absolute; + height: 100%; + max-height: 100%; + overflow-y: auto; + width: 100% +} + +.animationWrapper-2suFNB::-webkit-scrollbar { + width: 10px +} + +.animationWrapper-2suFNB::-webkit-scrollbar-thumb { + background-color: rgba(114, 137, 218, .5); + background-clip: padding-box; + border: 1px solid transparent; + border-radius: 5px +} + +.animationWrapper-2suFNB::-webkit-scrollbar-track-piece { + background-color: transparent; + background-clip: padding-box; + border-radius: 5px +} + +@media screen and (max-width:848px) { + .formModalWrapper-laOefm { + background: #fff; + border-radius: 0; + height: 100%; + max-height: 100% + } + .buttonWrapper-3mNzKm { + padding: 8px 0; + width: 100% + } + .buttonWrapperNext-298TSL { + bottom: 0 + } + .buttonWrapperPrev-1x0thu { + top: 0 + } + .formModalContent-2t3ZP9 { + margin: 0 + } + .hasNextButton-a8dwft { + padding-bottom: 66px + } +} + +.errorMessage-2-13om { + font-size: 14px; + font-weight: 400; + line-height: 20px; + color: #f04747 +} + +.errorMessage-2gJHf4 { + margin-top: 8px +} + +.theme-light .errorMessage-2gJHf4 { + color: #f36c6c +} + +.input-cIJ7To { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 40px; + padding: 10px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + outline: none; + font-size: 15px; + font-weight: 400; + -webkit-transition: background-color .15s ease, border .15s ease; + transition: background-color .15s ease, border .15s ease +} + +.input-cIJ7To.mini-ZOvnCd { + padding: 4px 7px; + height: 26px; + line-height: 16px +} + +.input-cIJ7To.editable-2UkCu4 { + background-color: transparent; + border-color: transparent +} + +.input-cIJ7To, +.input-cIJ7To.editable-2UkCu4:focus, +.input-cIJ7To.editable-2UkCu4:hover { + color: #2e3338; + background-color: #fff; + border-color: rgba(79, 84, 92, .3) +} + +.input-cIJ7To.editable-2UkCu4:focus::-webkit-input-placeholder, +.input-cIJ7To.editable-2UkCu4:hover::-webkit-input-placeholder, +.input-cIJ7To::-webkit-input-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus::-moz-placeholder, +.input-cIJ7To.editable-2UkCu4:hover::-moz-placeholder, +.input-cIJ7To::-moz-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus:-ms-input-placeholder, +.input-cIJ7To.editable-2UkCu4:hover:-ms-input-placeholder, +.input-cIJ7To:-ms-input-placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus::placeholder, +.input-cIJ7To.editable-2UkCu4:hover::placeholder, +.input-cIJ7To::placeholder { + color: #b9bbbe +} + +.input-cIJ7To.editable-2UkCu4:focus:hover, +.input-cIJ7To.editable-2UkCu4:hover:hover, +.input-cIJ7To:hover { + border-color: #7289da +} + +.input-cIJ7To.editable-2UkCu4:focus:focus, +.input-cIJ7To.editable-2UkCu4:hover:focus, +.input-cIJ7To:focus { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.input-cIJ7To.editable-2UkCu4:focus.error-2O5WFJ, +.input-cIJ7To.editable-2UkCu4:hover.error-2O5WFJ, +.input-cIJ7To.error-2O5WFJ { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.input-cIJ7To.disabled-2BKQFm, +.input-cIJ7To.editable-2UkCu4:focus.disabled-2BKQFm, +.input-cIJ7To.editable-2UkCu4:hover.disabled-2BKQFm { + border-color: #dcddde +} + +.input-cIJ7To.editable-2UkCu4:focus.primaryColorText-OHpYNP, +.input-cIJ7To.editable-2UkCu4:hover.primaryColorText-OHpYNP, +.input-cIJ7To.primaryColorText-OHpYNP { + color: #4f545c +} + +.disabled-2BKQFm { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: not-allowed; + opacity: .5 +} + +.formDivider-3rhKMJ { + width: 100%; + height: 1px +} + +.theme-light .formDivider-3rhKMJ { + background-color: rgba(185, 187, 190, .3) +} + +.theme-dark .formDivider-3rhKMJ { + background-color: rgba(114, 118, 125, .3) +} + +.formTitle-1buAh4 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + cursor: default; + margin-top: 0; + margin-bottom: 0 +} + +.formTitle-1buAh4.h2-2gWE-o { + font-size: 16px; + font-weight: 700; + line-height: 20px; + text-transform: uppercase +} + +.formTitle-1buAh4.h3-3PDeKG { + font-size: 16px; + line-height: 24px; + font-weight: 500 +} + +.formTitle-1buAh4.h5-18_1nd { + font-size: 12px; + line-height: 16px; + font-weight: 500; + letter-spacing: .5px; + text-transform: uppercase +} + +.formTitle-1buAh4.disabled-2Dh7SK { + opacity: .3; + cursor: not-allowed +} + +.formTitle-1buAh4 .isRequired-o9Zuw4 { + color: #f04747; + padding-left: 4px +} + +.theme-light .formTitle-1buAh4 { + color: #4f545c +} + +.theme-light .formTitle-1buAh4.h5-18_1nd { + color: #72767d +} + +.theme-dark .formTitle-1buAh4 { + color: #f6f6f7 +} + +.theme-dark .formTitle-1buAh4.h5-18_1nd { + color: #b9bbbe +} + +.theme-blurple .formTitle-1buAh4.h5-18_1nd { + font-size: 14px; + color: #36393f; + margin-bottom: 8px +} + +.card-3Qj_Yx { + background: #fff; + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: block; + margin-bottom: 30px; + width: 100%; + height: 100% +} + +.card-3Qj_Yx, +.cardHover-2LH3jI { + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + position: relative; + -webkit-transform: translateY(0); + transform: translateY(0) +} + +.cardHover-2LH3jI { + -webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275); + transition: all .2s cubic-bezier(.175, .885, .32, 1.275) +} + +.cardHover-2LH3jI:hover { + -webkit-transform: translateY(-10px); + transform: translateY(-10px) +} + +.cardHover-2LH3jI:hover:after { + position: absolute; + top: 100%; + right: 0; + bottom: -11px; + left: 0; + content: "" +} + +.cardHover-2LH3jI:hover { + -webkit-box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 12px 30px 0 rgba(35, 39, 42, .1) +} + +.theme-blurple .card-3Qj_Yx { + color: #4f545c +} + +.theme-dark .card-3Qj_Yx { + color: #fff; + background-color: #202225 +} + +.formText-3fs7AJ { + font-size: 16px; + font-weight: 400; + line-height: 20px; + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + cursor: default +} + +.formText-3fs7AJ.labelBold-1PKEeD, +.formText-3fs7AJ.labelSelected-1I1cDg, +.formText-3fs7AJ strong { + font-weight: 500 +} + +.formText-3fs7AJ.description-3_Ncsb { + font-size: 14px; + font-weight: 500 +} + +.formText-3fs7AJ a:hover { + text-decoration: underline +} + +.formText-3fs7AJ.selectable-3WlYcX { + cursor: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.formText-3fs7AJ.disabled-30aPDW { + cursor: not-allowed; + opacity: .3 +} + +.theme-light .formText-3fs7AJ { + color: #4f545c +} + +.theme-light .formText-3fs7AJ.inputPlaceholder-2FMtGv { + color: rgba(79, 84, 92, .3) +} + +.theme-light .formText-3fs7AJ.description-3_Ncsb, +.theme-light .formText-3fs7AJ.labelDescriptor-1PqHgD { + color: rgba(114, 118, 125, .6) +} + +.theme-dark .formText-3fs7AJ { + color: #f6f6f7 +} + +.theme-dark .formText-3fs7AJ.inputPlaceholder-2FMtGv { + color: rgba(246, 246, 247, .3) +} + +.theme-dark .formText-3fs7AJ.description-3_Ncsb, +.theme-dark .formText-3fs7AJ.labelDescriptor-1PqHgD { + color: #72767d +} + +.formNotice-2_hHWR { + padding: 20px; + cursor: default +} + +.formTitle-3a13JV { + margin-bottom: 4px +} + +.formNoticeBody-M4JFHP p { + letter-spacing: -.39px; + margin: 0 0 12px +} + +.formNoticeBody-M4JFHP p:last-child { + margin-bottom: 0 +} + +.formNoticeBody-M4JFHP u { + text-decoration: none; + font-style: italic +} + +.formRow-21nx0g { + width: 100%; + padding-bottom: 20px +} + +.formRow-21nx0g.horizontal-2auqC1>div, +.formRow-21nx0g .horizontal-2auqC1>div, +.formRow-21nx0g.horizontal-2auqC1>h3, +.formRow-21nx0g .horizontal-2auqC1>h3 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin-left: 10px; + margin-right: 10px +} + +.formRow-21nx0g.horizontal-2auqC1>div:first-child, +.formRow-21nx0g .horizontal-2auqC1>div:first-child, +.formRow-21nx0g.horizontal-2auqC1>h3:first-child, +.formRow-21nx0g .horizontal-2auqC1>h3:first-child { + margin-left: 0 +} + +.formRow-21nx0g.horizontal-2auqC1>div:last-child, +.formRow-21nx0g .horizontal-2auqC1>div:last-child, +.formRow-21nx0g.horizontal-2auqC1>h3:last-child, +.formRow-21nx0g .horizontal-2auqC1>h3:last-child { + margin-right: 0 +} + +.formRow-21nx0g .formItem-1WA0xj.shrink-1Q377I { + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto +} + +.formRow-21nx0g.inlined-1UQ0Ui, +.formRow-21nx0g .inlined-1UQ0Ui { + display: block +} + +.formRow-21nx0g.inlined-1UQ0Ui>div, +.formRow-21nx0g .inlined-1UQ0Ui>div { + display: inline-block +} + +.formSection-HZBw0s { + -webkit-box-sizing: border-box; + box-sizing: border-box; + min-height: 100%; + margin: 0; + padding: 40px +} + +.formSection-HZBw0s h1 { + font-size: 50px; + font-weight: 700; + margin-bottom: 8px +} + +.formSection-HZBw0s h2 { + font-size: 26px; + font-weight: 400; + line-height: 1.3; + text-transform: none +} + +@media screen and (max-width:848px) { + .formSection-HZBw0s { + padding: 80px 20px 60px + } +} + +.checkboxWrapper-SkhIWG { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + height: 24px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy { + opacity: .5 +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy .input-3ITkQf { + cursor: not-allowed +} + +.checkboxWrapper-SkhIWG.disabled-35Duwy .input-3ITkQf:focus+.ui-checkbox-2ybLal { + -webkit-box-shadow: none; + box-shadow: none +} + +.checkboxWrapper-SkhIWG.readOnly-UOQxpt .input-3ITkQf { + cursor: default; + width: 0; + height: 0; + z-index: -1 +} + +.checkboxWrapper-SkhIWG.readOnly-UOQxpt .input-3ITkQf:focus+.ui-checkbox-2ybLal { + -webkit-box-shadow: none; + box-shadow: none +} + +.input-3ITkQf { + position: absolute; + top: 0; + left: 0; + opacity: 0; + cursor: pointer; + width: 100%; + height: 100%; + z-index: 1 +} + +.label-cywgfr { + padding-left: 8px; + line-height: 24px +} + +.checkbox-1ix_J3 { + width: 24px; + height: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: transparent; + border-radius: 3px; + border: 1px solid #b9bbbe +} + +.checkbox-1ix_J3.round-2jCFai { + border-radius: 50% +} + +.checkbox-1ix_J3.checked-3_4uQ9 { + background-color: #7289da +} + +.checkbox-1ix_J3.checked-3_4uQ9 polyline { + stroke: #fff +} + +.checkbox-1ix_J3.checked-3_4uQ9.inverted-fNjmNA { + background-color: #7289da +} + +.checkbox-1ix_J3.checked-3_4uQ9.inverted-fNjmNA polyline { + stroke: #fff +} + +.checkbox-1ix_J3.error-1JQJK7 { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.radioGroup-1GBvlr { + color: #4f545c; + border: 1px solid transparent +} + +.radioGroup-1GBvlr.error-xFEE-n { + background: #fff; + border: 1px solid #f36c6c; + border-radius: 3px; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.radioGroup-1GBvlr.error-xFEE-n checkbox { + border-color: #f36c6c +} + +.radio-2cCc0Z { + --bottomMargin: 8px; + background: none; + border: none; + cursor: pointer; + border-radius: 3px; + -webkit-box-shadow: none; + box-shadow: none; + padding: 10px; + margin-bottom: var(--bottomMargin) +} + +.radio-2cCc0Z:last-child { + margin: 0 +} + +.radio-2cCc0Z.checked-3kwPyT { + background: none; + border-color: #fff +} + +.radio-2cCc0Z.checked-3kwPyT .desc-2Dttbk, +.radio-2cCc0Z.checked-3kwPyT .title-3BE6m5 { + color: inherit +} + +.radio-2cCc0Z:hover { + border-color: #b9bbbe; + background-color: rgba(248, 249, 249, .6) +} + +.radio-2cCc0Z:focus-within { + --borderWidth: 1px; + border: var(--borderWidth) solid #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + margin: calc(-1*var(--borderWidth)) +} + +.radio-2cCc0Z:focus-within:not(:last-child) { + margin-bottom: calc(var(--bottomMargin) - var(--borderWidth)) +} + +.info-3LOr12 { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + margin: 0 8px +} + +.title-3BE6m5 { + font-weight: 400; + line-height: 24px +} + +.desc-2Dttbk, +.title-3BE6m5 { + color: inherit +} + +.desc-2Dttbk { + font-size: 14px; + margin-top: 40px +} + +.optionDesc-20fglw { + margin-top: 4px +} + +.Select { + position: relative +} + +.Select, +.Select div, +.Select input, +.Select span { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.Select.is-disabled>.Select-control { + background-color: #f9f9f9 +} + +.Select.is-disabled>.Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.Select.is-disabled .Select-arrow-zone { + cursor: default; + pointer-events: none; + opacity: .35 +} + +.Select-control { + background-color: #fff; + border-radius: 4px; + border: 1px solid #ccc; + color: #333; + cursor: default; + display: table; + border-spacing: 0; + border-collapse: separate; + height: 36px; + outline: none; + overflow: hidden; + position: relative; + width: 100% +} + +.Select-control:hover { + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06) +} + +.Select-control .Select-input:focus { + outline: none +} + +.is-searchable.is-open>.Select-control { + cursor: text +} + +.is-open>.Select-control { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + background: #fff; + border-color: #b3b3b3 #ccc #d9d9d9 +} + +.is-open>.Select-control .Select-arrow { + top: -3px; + border-color: transparent transparent #999; + border-width: 0 5px 5px +} + +.is-searchable.is-focused:not(.is-open)>.Select-control { + cursor: text +} + +.is-focused:not(.is-open)>.Select-control { + border-color: #007eff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1) +} + +.Select--single>.Select-control .Select-value, +.Select-placeholder { + bottom: 0; + color: #aaa; + left: 0; + line-height: 34px; + padding-left: 10px; + padding-right: 10px; + position: absolute; + right: 0; + top: 0; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.has-value.is-clearable.Select--single>.Select-control .Select-value { + padding-right: 42px +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label, +.has-value.Select--single>.Select-control .Select-value .Select-value-label { + color: #333 +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label { + cursor: pointer; + text-decoration: none +} + +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus, +.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover { + color: #007eff; + outline: none; + text-decoration: underline +} + +.Select-input { + height: 34px; + padding-left: 10px; + padding-right: 10px; + vertical-align: middle +} + +.Select-input>input { + width: 100%; + background: none transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + cursor: default; + display: inline-block; + font-family: inherit; + font-size: inherit; + margin: 0; + outline: none; + line-height: 14px; + padding: 8px 0 12px; + -webkit-appearance: none +} + +.is-focused .Select-input>input { + cursor: text +} + +.has-value.is-pseudo-focused .Select-input { + opacity: 0 +} + +.Select-control:not(.is-searchable)>.Select-input { + outline: none +} + +.Select-loading-zone { + cursor: pointer; + display: table-cell; + text-align: center +} + +.Select-loading, +.Select-loading-zone { + position: relative; + vertical-align: middle; + width: 16px +} + +.Select-loading { + -webkit-animation: Select-animation-spin .4s linear infinite; + animation: Select-animation-spin .4s linear infinite; + height: 16px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 50%; + border: 2px solid #ccc; + border-right-color: #333; + display: inline-block +} + +.Select-clear-zone { + -webkit-animation: Select-animation-fadeIn .2s; + animation: Select-animation-fadeIn .2s; + color: #999; + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 17px +} + +.Select-clear-zone:hover { + color: #d0021b +} + +.Select-clear { + display: inline-block; + font-size: 18px; + line-height: 1 +} + +.Select--multi .Select-clear-zone { + width: 17px +} + +.Select-arrow-zone { + cursor: pointer; + display: table-cell; + position: relative; + text-align: center; + vertical-align: middle; + width: 25px; + padding-right: 5px +} + +.Select-arrow { + border-color: #999 transparent transparent; + border-style: solid; + border-width: 5px 5px 2.5px; + display: inline-block; + height: 0; + width: 0; + position: relative +} + +.is-open .Select-arrow, +.Select-arrow-zone:hover>.Select-arrow { + border-top-color: #666 +} + +.Select--multi .Select-multi-value-wrapper { + display: inline-block +} + +.Select .Select-aria-only { + display: inline-block; + height: 1px; + width: 1px; + margin: -1px; + clip: rect(0, 0, 0, 0); + overflow: hidden; + float: left +} + +@-webkit-keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +@keyframes Select-animation-fadeIn { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} + +.Select-menu-outer { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + background-color: #fff; + border: 1px solid #ccc; + border-top-color: #e6e6e6; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + box-shadow: 0 1px 0 rgba(0, 0, 0, .06); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: -1px; + max-height: 200px; + position: absolute; + top: 100%; + width: 100%; + z-index: 1; + -webkit-overflow-scrolling: touch +} + +.Select-menu { + max-height: 198px; + overflow-y: auto +} + +.Select-option { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background-color: #fff; + color: #666; + cursor: pointer; + display: block; + padding: 8px 10px +} + +.Select-option:last-child { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px +} + +.Select-option.is-selected { + background-color: #f5faff; + background-color: rgba(0, 126, 255, .04); + color: #333 +} + +.Select-option.is-focused { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + color: #333 +} + +.Select-option.is-disabled { + color: #ccc; + cursor: default +} + +.Select-noresults { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #999; + cursor: default; + display: block; + padding: 8px 10px +} + +.Select--multi .Select-input { + vertical-align: middle; + margin-left: 10px; + padding: 0 +} + +.Select--multi.has-value .Select-input { + margin-left: 5px +} + +.Select--multi .Select-value { + background-color: #ebf5ff; + background-color: rgba(0, 126, 255, .08); + border-radius: 2px; + border: 1px solid #c2e0ff; + border: 1px solid rgba(0, 126, 255, .24); + color: #007eff; + display: inline-block; + font-size: .9em; + line-height: 1.4; + margin-left: 5px; + margin-top: 5px; + vertical-align: top +} + +.Select--multi .Select-value-icon, +.Select--multi .Select-value-label { + display: inline-block; + vertical-align: middle +} + +.Select--multi .Select-value-label { + border-bottom-right-radius: 2px; + border-top-right-radius: 2px; + cursor: default; + padding: 2px 5px +} + +.Select--multi a.Select-value-label { + color: #007eff; + cursor: pointer; + text-decoration: none +} + +.Select--multi a.Select-value-label:hover { + text-decoration: underline +} + +.Select--multi .Select-value-icon { + cursor: pointer; + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; + border-right: 1px solid #c2e0ff; + border-right: 1px solid rgba(0, 126, 255, .24); + padding: 1px 5px 3px +} + +.Select--multi .Select-value-icon:focus, +.Select--multi .Select-value-icon:hover { + background-color: #d8eafd; + background-color: rgba(0, 113, 230, .08); + color: #0071e6 +} + +.Select--multi .Select-value-icon:active { + background-color: #c2e0ff; + background-color: rgba(0, 126, 255, .24) +} + +.Select--multi.is-disabled .Select-value { + background-color: #fcfcfc; + border: 1px solid #e3e3e3; + color: #333 +} + +.Select--multi.is-disabled .Select-value-icon { + cursor: not-allowed; + border-right: 1px solid #e3e3e3 +} + +.Select--multi.is-disabled .Select-value-icon:active, +.Select--multi.is-disabled .Select-value-icon:focus, +.Select--multi.is-disabled .Select-value-icon:hover { + background-color: #fcfcfc +} + +@keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } +} + +@-webkit-keyframes Select-animation-spin { + to { + -webkit-transform: rotate(1turn) + } +} + +.theme-light .Select-value-label { + color: #7289da +} + +.theme-light .Select-control { + background: #fff; + border: 1px solid rgba(79, 84, 92, .3); + -webkit-box-shadow: none; + box-shadow: none +} + +.theme-light .Select-control .Select-placeholder { + color: #b9bbbe +} + +.theme-light .Select-control .Select-arrow { + border-color: #dcddde transparent transparent +} + +.theme-light .Select-control:hover { + border-color: #b9bbbe +} + +.theme-light .Select-control:hover .Select-arrow { + border-color: #4f545c transparent transparent +} + +.theme-light .is-open .Select-control { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-color: #7289da; + background: rgba(246, 246, 247, .3) +} + +.theme-light .is-focused .Select-control { + border-color: #b9bbbe +} + +.theme-light .is-focused .Select-control .Select-arrow { + border-color: #4f545c transparent transparent +} + +.theme-light .is-disabled .Select-control { + border-color: #dcddde +} + +.theme-light .is-disabled .Select-control:hover .Select-arrow { + border-color: #dcddde transparent transparent +} + +.theme-light .Select-menu-outer { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.theme-light .Select-menu-outer .Select-option { + color: #7289da +} + +.theme-light .Select-menu-outer .Select-option:hover { + background: rgba(114, 137, 218, .3) +} + +.theme-light .Select-option { + background: rgba(246, 246, 247, .3) +} + +.theme-light .Select-option.is-focused, +.theme-light .Select-option:hover { + background: #f6f6f7 +} + +.theme-light .Select-option.is-selected { + background: #dcddde +} + +.select-2TCrqx { + font-size: 16px; + font-weight: 400 +} + +.select-2TCrqx.error-3S-7y9 .Select .Select-control { + border-color: #f04747 +} + +.select-2TCrqx .Select-value-label { + font-weight: 400 +} + +.select-2TCrqx .Select-control { + outline: none; + border-radius: 3px; + -webkit-transition: border .15s ease; + transition: border .15s ease +} + +.select-2TCrqx .Select-control .Select-placeholder { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.select-2TCrqx .Select-control .Select-arrow { + -webkit-transition: border .15s ease; + transition: border .15s ease +} + +.select-2TCrqx .Select-control .Select-clear { + font-family: sans-serif; + opacity: .5 +} + +.select-2TCrqx .Select-control:hover .Select-clear { + opacity: 1 +} + +.select-2TCrqx .is-open .Select-control { + border-radius: 3px 3px 0 0 +} + +.select-2TCrqx .is-focused .Select-control { + -webkit-box-shadow: none; + box-shadow: none +} + +.select-2TCrqx .is-focused .Select-control .Select-clear { + opacity: 1 +} + +.select-2TCrqx .is-disabled .Select-control { + opacity: .3; + cursor: not-allowed +} + +.select-2TCrqx .is-disabled .Select-control:hover { + -webkit-box-shadow: none; + box-shadow: none +} + +.select-2TCrqx .Select-menu-outer { + outline: none +} + +.select-2TCrqx .Select-menu { + border-radius: 0 0 3px 3px +} + +.select-2TCrqx .Select-option.is-selected { + border-radius: 0 +} + +.select-2TCrqx .Select-control, +.select-2TCrqx .Select-option { + min-height: 40px!important +} + +.select-2TCrqx .Select-option { + padding-top: 12px +} + +.select-2TCrqx .Select .Select-control .Select-placeholder, +.select-2TCrqx .Select .Select-control .Select-value { + line-height: 40px!important +} + +.theme-light .select-2TCrqx .Select.has-value .Select-control, +.theme-light .select-2TCrqx:hover .Select .Select-control { + border-color: #7289da +} + +.theme-light .select-2TCrqx .Select.has-value .Select-control .Select-arrow, +.theme-light .select-2TCrqx:hover .Select .Select-control .Select-arrow { + border-color: #7289da transparent transparent +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select .Select-control { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select .Select-control .Select-arrow { + border-color: #f36c6c transparent transparent +} + +.theme-light .select-2TCrqx.error-3S-7y9 .Select-placeholder { + color: #f36c6c +} + +.input-2xha8d { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: 40px; + padding: 10px; + border-width: 1px; + border-style: solid; + border-radius: 3px; + outline: none; + font-size: 16px; + font-weight: 400; + -webkit-transition: background-color .15s ease, border .15s ease; + transition: background-color .15s ease, border .15s ease +} + +.input-2xha8d.mini-2tqwfF { + padding: 4px 7px; + height: 26px; + line-height: 16px +} + +.input-2xha8d.editable-34tRcF { + background-color: transparent; + border-color: transparent +} + +.input-2xha8d, +.input-2xha8d.editable-34tRcF:focus, +.input-2xha8d.editable-34tRcF:hover { + color: #2e3338; + background-color: #fff; + border-color: rgba(79, 84, 92, .3) +} + +.input-2xha8d.editable-34tRcF:focus::-webkit-input-placeholder, +.input-2xha8d.editable-34tRcF:hover::-webkit-input-placeholder, +.input-2xha8d::-webkit-input-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus::-moz-placeholder, +.input-2xha8d.editable-34tRcF:hover::-moz-placeholder, +.input-2xha8d::-moz-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus:-ms-input-placeholder, +.input-2xha8d.editable-34tRcF:hover:-ms-input-placeholder, +.input-2xha8d:-ms-input-placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus::placeholder, +.input-2xha8d.editable-34tRcF:hover::placeholder, +.input-2xha8d::placeholder { + color: #b9bbbe +} + +.input-2xha8d.editable-34tRcF:focus:hover, +.input-2xha8d.editable-34tRcF:hover:hover, +.input-2xha8d:hover { + border-color: #7289da +} + +.input-2xha8d.editable-34tRcF:focus:focus, +.input-2xha8d.editable-34tRcF:hover:focus, +.input-2xha8d:focus { + border-color: #7289da; + -webkit-box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5); + box-shadow: 0 0 6px 0 rgba(114, 137, 218, .5) +} + +.input-2xha8d.editable-34tRcF:focus.error-2lq_Vp, +.input-2xha8d.editable-34tRcF:hover.error-2lq_Vp, +.input-2xha8d.error-2lq_Vp { + border-color: #f36c6c; + -webkit-box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5); + box-shadow: 0 0 6px 0 rgba(243, 108, 108, .5) +} + +.input-2xha8d.disabled-6b5MQx, +.input-2xha8d.editable-34tRcF:focus.disabled-6b5MQx, +.input-2xha8d.editable-34tRcF:hover.disabled-6b5MQx { + border-color: #dcddde +} + +.input-2xha8d.editable-34tRcF:focus.primaryColorText-2BXLlA, +.input-2xha8d.editable-34tRcF:hover.primaryColorText-2BXLlA, +.input-2xha8d.primaryColorText-2BXLlA { + color: #4f545c +} + +.disabled-6b5MQx { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: not-allowed; + opacity: .5 +} + +.input-2xha8d { + height: 120px; + resize: none; + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif +} + +.input-2xha8d.resizeable-3Dlqvo { + resize: auto +} + +.error-3-mFlU, +.error-3-mFlU a { + color: #f36c6c +} + +.error-3-mFlU a { + font-weight: 700 +} + +.error-3-mFlU a:hover { + color: #f04747; + text-decoration: underline +} + +.error-3-mFlU p { + color: inherit; + font-size: inherit; + margin-top: 0 +} + +.error-3-mFlU p+p { + margin-top: 12px +} + +.error-3-mFlU strong { + font-weight: 700 +} + +.userGreeting-2JeMIN { + color: #4f545c; + background: #fff; + padding: 20px; + border: 1px solid #e3e5e8; + border-radius: 3px 3px 0 0 +} + +.userGreetingAvatar-17PNey { + margin-right: 12px; + border-radius: 50%; + width: 40px; + height: 40px; + vertical-align: middle +} + +.userGreetingText-34Jwad { + font-size: 24px +} + +.userGreetingLogoutCaption-2SZBJa { + font-size: 12px; + color: #b9bbbe +} + +.userGreetingLogoutButton-QvS4Xh { + height: 32px; + font-size: 14px; + line-height: 16px; + margin-top: 4px +} + +.userDetails-xbbD7p { + background: #fff; + color: #4f545c; + margin-bottom: 35px; + border: 1px solid #e3e5e8; + border-top: none; + border-radius: 0 0 3px 3px +} + +.detailsBlock-18YUDo { + padding: 12px; + font-size: 16px; + font-weight: 500; + color: #4f545c; + overflow-x: hidden; + text-overflow: ellipsis +} + +.detailsBlock-18YUDo:not(:first-of-type) { + border-left: 1px solid #e3e5e8 +} + +.detailsBlock-18YUDo label { + display: block; + font-size: 12px; + color: #b9bbbe; + font-weight: 500; + text-transform: uppercase; + margin-bottom: 4px +} + +.discriminator-7Oe2X1 { + color: rgba(0, 0, 0, .3); + font-size: 12px +} + +@media screen and (max-width:848px) { + .userGreeting-2JeMIN { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .userGreetingLogoutWrapper-3wLW0x { + margin-top: 10px + } +} + +.wumpusProcessing-1vNlvA, +.wumpusSubmit-2pa1aO, +.wumpusSubmitted-Fl2FYL { + display: inline-block; + margin-bottom: 40px; + max-width: 100% +} + +.wumpusProcessing-1vNlvA, +.wumpusSubmit-2pa1aO { + padding-right: 20px +} + +.wumpusSubmit-2pa1aO, +.wumpusWrapper-l_uJHP { + position: relative +} + +.wumpusSubmit-2pa1aO { + z-index: 1 +} + +.wumpusError-_g-XdL { + position: absolute; + top: 0; + left: 0; + z-index: 0 +} + +.wumpusErrorTop-34XqLj { + z-index: 2 +} + +.bold-2Nkt3h { + font-weight: 500 +} + +.submitHeading-1R1O4c { + margin-bottom: 12px +} + +.errorsWrapper-d9l9Ll { + margin-top: 20px +} + +.formRowCompact-12sxjw { + padding-top: 0 +} + +.orderedList-ZKJB6Y { + counter-reset: list-counter; + font-weight: lighter; + list-style: none; + padding-left: 16px +} + +.orderedListItem-1FpRHF { + line-height: 24px; + padding-left: 20px; + position: relative; + margin: 0 0 16px +} + +.orderedListItem-1FpRHF:before { + position: absolute; + top: 0; + left: -10px; + color: #7289da; + content: counter(list-counter); + counter-increment: list-counter; + font-size: 18px; + font-weight: 700 +} + +.submitStepWrapper-1uKczT { + height: 100% +} + +.disabled-32DQfE { + color: #b9bbbe +} + +.onlineTitle-394y7q { + color: #4f545c +} + +.settingsLink-knP5RS { + color: #7289da; + -webkit-transition: color .25s ease; + transition: color .25s ease +} + +.settingsLink-knP5RS:hover { + color: #c7d0f0 +} + +.wrapper-17w65l { + height: 100% +} + +.dateFields-6Po8Fw { + padding-bottom: 0 +} + +.eventLinkError-3WzXFK { + margin-top: 0 +} + +.sideImage-1_lV13 { + background: #fff url(/assets/37756a066ca6a6628ad8962ccfd5ac50.png) no-repeat 0 100%; + background-size: 100% auto; + border-radius: 8px 0 0 8px; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1 +} + +.formModalWrapper-37OxKy { + width: 1120px +} + +.formModalContent-dlyI8u { + background: #fff url(/assets/31dc2cf4c0db6b4d16d5b308acb23593.png) no-repeat 0 100%; + background-size: cover; + border-bottom-left-radius: 0; + border-top-left-radius: 0 +} + +@media screen and (max-width:848px) { + .sideImage-1_lV13 { + display: none + } +} + +.disabledNotice-Z63nty { + color: hsla(0, 0%, 100%, .6); + line-height: 1.4; + margin: 48px auto 0; + max-width: 600px +} + +.disabledNotice-Z63nty a { + color: inherit; + text-decoration: underline; + -webkit-transition: color .125s; + transition: color .125s +} + +.disabledNotice-Z63nty a:hover { + color: #fff +} + +.section-hypesquad-hero .hypesquad-hero-wrapper { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + height: 660px; + position: relative +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero { + margin: 0 53% 0 7%; + max-width: 575px; + width: 40% +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero h1 { + color: #fff; + font-size: 50px; + line-height: 60px +} + +.section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero .hero-copy { + color: hsla(0, 0%, 95.3%, .8); + font-size: 20px; + line-height: 30px; + margin-top: 30px +} + +@media screen and (max-width:848px) { + .section-hypesquad-hero .hypesquad-hero-wrapper { + -webkit-box-align: initial; + -ms-flex-align: initial; + align-items: normal; + height: 562px + } + .section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero { + margin: 40px; + width: auto + } + .section-hypesquad-hero .hypesquad-hero-wrapper .hypesquad-hero .hero-copy { + margin-bottom: 55px + } +} + +.sectionHypesquadPerks-1nbGDZ { + margin: 0 auto; + max-width: 1600px; + padding-top: 90px; + position: relative; + bottom: -10px +} + +.sectionHeadingWrapper-3b5hlP { + width: 100% +} + +.lanAnimationWrapper-lAWrOC { + direction: rtl; + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + max-width: 50% +} + +.lanAnimation-13uUSK { + width: 1377px; + height: 660px +} + +.lanAnimation-13uUSK svg { + -webkit-transform: translateZ(0); + transform: translateZ(0) +} + +.perksList-1qmGm1 { + max-width: 500px; + margin-bottom: 40px +} + +.perk-3jekJO { + margin: 25px; + padding-top: 17px; + width: 200px; + background: no-repeat 0 0/45px 45px +} + +.perkBadge-1Dz0Ty { + background-image: url(/assets/104aed05aa971c3f6ec263c6d0314927.png) +} + +.perkServer-3Ljf_w { + background-image: url(/assets/2e972c97c3483bf0bee8fc011a77044d.png) +} + +.perkShirt-3V0efi { + background-image: url(/assets/2402224b8957788a59a1bed474d77d6e.png) +} + +.perkSwag-2lpcGs { + background-image: url(/assets/5d0876ba7f8b081321655a7fc5c60aa2.png) +} + +.perkTitle-1Sx4d- { + color: #7289da +} + +@media screen and (max-width:848px) { + .sectionHypesquadPerks-1nbGDZ { + padding-top: 20px; + bottom: 0 + } + .lanAnimationWrapper-lAWrOC { + display: none + } + .perksList-1qmGm1 { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .perk-3jekJO { + background-position-x: center; + text-align: center + } +} + +section { + font-weight: 400 +} + +section h1, +section h2, +section h3, +section h4, +section h5, +section h6 { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + color: #4f545c +} + +section h1 { + font-weight: 700; + font-size: 36px; + line-height: 44px; + margin: 0 +} + +section h2 { + font-weight: 500; + font-size: 26px; + line-height: 34px; + margin: 52px 0 0 +} + +section h3 { + font-weight: 500; + font-size: 24px; + line-height: 30px; + margin: 48px 0 0 +} + +section h4 { + font-weight: 500; + font-size: 18px; + line-height: 23px; + margin: 36px 0 0 +} + +section h5 { + font-weight: 400; + font-size: 16px; + line-height: 20px; + margin: 32px 0 0 +} + +section h6 { + font-weight: 400; + font-size: 14px; + line-height: 17px; + margin: 28px 0 0 +} + +section p { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400; + color: #737f8d; + font-size: 16px; + line-height: 24px; + margin-top: 12px +} + +section p.blurb { + line-height: 20px; + text-align: center; + max-width: 740px; + margin-left: auto; + margin-right: auto +} + +section p a { + color: #fff +} + +section p a:hover { + color: #b3b3b3; + text-decoration: none +} + +.page-hypesquad, +.page-hypesquad input, +.page-hypesquad option { + font-weight: 400 +} + +.page-hypesquad textarea { + font-weight: 300 +} + +.page-hypesquad .apply-button-wrapper { + display: inline-block; + margin-top: 30px; + min-width: 190px +} + +.page-hypesquad .apply-button-wrapper .age-disclaimer { + color: hsla(0, 0%, 95.3%, .6); + font-size: 12px; + font-style: italic; + margin-top: 8px +} + +.page-hypesquad .hero-bg-wrapper { + position: absolute; + top: 0; + left: 0; + background: #f9f9f9 url(/assets/909c987e9e8c30d8509752464753e7f6.svg) no-repeat 0 0/cover; + width: 100%; + height: 732px +} + +.page-hypesquad .hero-bg-wrapper .human-animation { + bottom: 0; + height: 100%; + position: absolute; + right: 0; + width: 50% +} + +.page-hypesquad .hero-bg-wrapper .human-animation svg { + -webkit-transform: translateZ(0); + transform: translateZ(0) +} + +@media screen and (max-width:848px) { + .page-hypesquad .hero-bg-wrapper { + height: 600px + } + .page-hypesquad .hero-bg-wrapper .human-animation { + height: 50% + } +} + +.page-hypesquad .section-heading { + color: #dcddde; + margin: 0 auto 50px; + max-width: 55%; + text-align: center +} + +@media screen and (max-width:848px) { + .page-hypesquad .section-heading { + max-width: 75% + } +} + +.page-hypesquad .section-heading p { + font-size: 18px; + line-height: 30px +} + +.page-hypesquad .section-hypesquad-hero { + margin: 0 auto; + max-width: 1600px +} + +.page-hypesquad .ui-button .ui-button-contents { + margin: 0 auto +} + +.hidden { + display: none +} + +.modalShade-307P1w { + background-color: #161a29 +} + +.modalWrapper-3yiaPN { + border-radius: 8px +} + +.modalContent-2vqC6t div, +.modalWrapper-3yiaPN { + overflow: hidden +} + +.iframe-72NZhw { + width: 100%; + height: 100%; + border: none +} + +.section-HoRaku { + border-bottom: none; + text-align: center; + padding-bottom: 160px +} + +.section-HoRaku h1 { + color: #fff; + margin-bottom: 32px +} + +.section-3doj2D { + background: -webkit-gradient(linear, left top, left bottom, from(#161a29), to(#1b2138)); + background: linear-gradient(180deg, #161a29 0, #1b2138); + border-bottom: none +} + +.content-3yrO7g { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + font-weight: 400; + padding-bottom: 192px; + max-width: 660px; + margin: 0 auto +} + +.content-3yrO7g a { + color: #7289da +} + +.content-3yrO7g a:hover { + text-decoration: underline +} + +.content-3yrO7g, +.content-3yrO7g h2, +.content-3yrO7g li, +.content-3yrO7g p { + color: rgba(255, 255, 255, 50%) +} + +.content-3yrO7g ul { + margin: 12px 40px 0 +} + +.content-3yrO7g ul li { + font-size: 16px; + line-height: 24px; + margin-bottom: 8px; + list-style: disc +} + +.content-3yrO7g h2 { + margin-top: 72px; + font-family: Menlo, Consolas, Monaco, monospace +} + +.content-3yrO7g .intro-3zo6w8 { + color: #65d6ad +} + +.content-3yrO7g .approach-2eyJZe { + color: #f98e70 +} + +.content-3yrO7g .rules-1mDuQK { + color: #ff7878 +} + +.content-3yrO7g .rulesSubtitle-YwyctS { + color: rgba(255, 255, 255, 50%); + font-size: 16px; + font-weight: 400 +} + +.content-3yrO7g .line-38FHcn { + margin-top: 72px; + -ms-flex-item-align: center; + align-self: center; + background-color: rgba(255, 255, 255, 10%); + width: 330px; + height: 1px +} + +.section-2wHuwI { + padding-top: 72px; + background-color: #161a29; + position: relative; + height: calc(100vh - 72px); + max-height: 828px; + min-height: 568px; + border-bottom: none; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.background-H3OV_c { + left: 0; + right: 0; + height: 100%; + overflow: hidden +} + +.background-H3OV_c, +.background-H3OV_c>* { + position: absolute; + bottom: 0 +} + +.background-H3OV_c>* { + overflow: visible +} + +.background-H3OV_c svg, +.background-H3OV_c svg * { + -webkit-transform-origin: center; + transform-origin: center +} + +.stars-2yAw-5 { + left: 50%; + margin-left: -720px; + top: 0; + bottom: auto +} + +.treeLargeRepeatLefter-3UeNx_ { + left: 50%; + margin-left: -1381px +} + +.treeSmallLefter-2xnXI1 { + left: 50%; + margin-left: -1386px; + -webkit-transform: scaleX(-1); + transform: scaleX(-1) +} + +.treeLargeHoleLeft-7gVQrF { + left: 50%; + margin-left: -770px +} + +.treeSmallLeft-I9_gny { + left: 50%; + margin-left: -758px +} + +.treeLargeRepeatRight-23VEJs { + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + left: 50%; + margin-left: 119px +} + +.treeSmallRight-1VRcpj { + left: 50%; + margin-left: 114px +} + +.treeLargeRepeatRighter-2cibiZ { + left: 50%; + margin-left: 819px +} + +.treeSmallRighter-2Grgeq { + left: 50%; + margin-left: 714px; + -webkit-transform: scaleX(-1); + transform: scaleX(-1) +} + +.fire-2gC23H { + left: 50%; + margin-left: -200px +} + +.bugSmall-2oCrJF { + left: 50%; + margin-left: 603px; + bottom: 280px +} + +.bugMedium-2_Q_Oe { + left: 50%; + margin-left: -140px; + bottom: 720px; + -webkit-transform: rotate(120deg); + transform: rotate(120deg) +} + +.bugLarge-2sdbxI { + left: 50%; + margin-left: 182px; + bottom: 8px +} + +.content-13wICY { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 100% +} + +.logo-2piLCv { + z-index: 1 +} + +.button-1e11ba { + pointer-events: all; + margin-top: 72px +} + +.section-2LlqWO { + position: relative; + padding: 120px 0; + background-color: #161a29 +} + +.title-3rBzpA { + color: #9ba9cc; + margin-bottom: 72px +} + +.row-3JcE14 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.thanksBadge-Buu2vJ { + -ms-flex-item-align: center; + align-self: center +} + +.usersWrapper-ES9TWY { + margin: 0 0 0 72px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.users-17gBjM:first-child { + margin-right: 16px +} + +.users-17gBjM:nth-child(2) { + margin-left: 16px +} + +.user-2O_QN6 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 8px 0 +} + +.profilePicture-2-rkId { + width: 22px; + height: 22px; + border-radius: 100%; + margin-right: 8px +} + +.username-2aAx-s { + font-size: 18px; + line-height: 24px; + color: rgba(255, 255, 255, 60%) +} + +.username-2aAx-s:hover { + color: #fff +} + +@media screen and (max-width:768px) { + .section-2LlqWO .row-3JcE14 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .section-2LlqWO .row-3JcE14 .usersWrapper-ES9TWY { + margin: 48px 0 0 + } +} + +.background-1UVfQx { + position: absolute; + left: 0; + right: 0; + bottom: 0; + height: 100%; + overflow: hidden; + pointer-events: none +} + +.background-1UVfQx>* { + position: absolute; + top: 0 +} + +.stars-3MoCyb { + +leftp: 1440px 0; + top: auto; + bottom: 0; + -webkit-transform: scaleY(-1); + transform: scaleY(-1) +} + +.otherwise1-2b46W8 { + top: -3px; + + leftp: 418px -400px +} + +.otherwise2-EJ9Jp5 { + top: -3px; + +leftp: 508px 300px +} + +.content-3ZCjO6 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + height: 100% +} + +section { + font-weight: 400 +} + +section h1, +section h2, +section h3, +section h4, +section h5, +section h6 { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + color: #4f545c +} + +section h1 { + font-weight: 700; + font-size: 36px; + line-height: 44px; + margin: 0 +} + +section h2 { + font-weight: 500; + font-size: 26px; + line-height: 34px; + margin: 52px 0 0 +} + +section h3 { + font-weight: 500; + font-size: 24px; + line-height: 30px; + margin: 48px 0 0 +} + +section h4 { + font-weight: 500; + font-size: 18px; + line-height: 23px; + margin: 36px 0 0 +} + +section h5 { + font-weight: 400; + font-size: 16px; + line-height: 20px; + margin: 32px 0 0 +} + +section h6 { + font-weight: 400; + font-size: 14px; + line-height: 17px; + margin: 28px 0 0 +} + +section p { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400; + color: #737f8d; + font-size: 16px; + line-height: 24px; + margin-top: 12px +} + +section p.blurb { + line-height: 20px; + text-align: center; + max-width: 740px; + margin-left: auto; + margin-right: auto +} + +section p a { + color: #fff +} + +section p a:hover { + color: #b3b3b3; + text-decoration: none +} + +.header-1jFZM3 { + position: absolute +} + +.iconWrap-3bcRRc { + border-bottom: none; + padding: 72px 0; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.icons-2NEElx, +.iconWrap-3bcRRc { + position: relative +} + +.icons-2NEElx { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 124px; + z-index: 6 +} + +.icon-HG-3Tu { + position: relative; + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0); + -webkit-animation: float-partner-server-circles-23Q8SF 4s ease-in-out infinite alternate; + animation: float-partner-server-circles-23Q8SF 4s ease-in-out infinite alternate; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.iconBottom-3ls3Tb { + -webkit-animation-delay: 1s; + animation-delay: 1s; + top: calc(100% - 100px) +} + +.iconMiddle-gr5ABs { + -webkit-animation-delay: .5s; + animation-delay: .5s; + top: calc(50% - 50px) +} + +.iconTop-2gFYFX { + top: 0 +} + +.live-28VQr9:after { + position: absolute; + right: -12px; + bottom: -4px; + content: "live"; + text-transform: uppercase; + padding: 7px 12px; + background-color: #f04747; + border: 4px solid #fff; + border-radius: 62px; + font-size: 16px; + font-weight: 500; + line-height: 16px; + color: #fff +} + +.image-aS6sCY { + position: relative; + width: 100%; + z-index: 6; + pointer-events: none +} + +.imageCircles-2-bT6S { + border-radius: 100%; + -webkit-transition: .2s ease-out; + transition: .2s ease-out; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + transition-property: opacity, transform; + transition-property: opacity, transform, -webkit-transform; + opacity: .8 +} + +.imageCircles-2-bT6S:hover { + -webkit-transform: scale3d(1.1, 1.1, 1); + transform: scale3d(1.1, 1.1, 1); + opacity: 1 +} + +.imageSquares-2bFNTa { + border-radius: 12px; + -webkit-box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1); + box-shadow: 0 9px 30px 0 rgba(35, 39, 42, .1) +} + +@-webkit-keyframes float-partner-server-circles-23Q8SF { + 0% { + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) + } + to { + -webkit-transform: translate3d(0, 8px, 0); + transform: translate3d(0, 8px, 0) + } +} + +@keyframes float-partner-server-circles-23Q8SF { + 0% { + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) + } + to { + -webkit-transform: translate3d(0, 8px, 0); + transform: translate3d(0, 8px, 0) + } +} + +@media screen and (max-width:848px) { + .iconWrap-3bcRRc { + padding: 20px 0; + background-color: #f9f9f9 + } +} + +.sizeTiny-1PEBlb { + font-size: 14px +} + +.sizeSmall-7PUshr { + font-size: 16px +} + +.sizeMedium-2cmn1g { + font-size: 18px +} + +.sizeLarge-2ysLGu { + font-size: 20px +} + +.sizeHeading3-hRWP5k { + font-size: 24px +} + +.sizeHeading2-1lW9et { + font-size: 26px +} + +.sizeHeading1-3-OgKF { + font-size: 36px +} + +.sizeHero-2jLhXq { + font-size: 50px +} + +.lineTiny-20O15_ { + line-height: 1.2 +} + +.lineSmall-ToFpGB { + line-height: 1.3 +} + +.lineMedium-3GOePE { + line-height: 1.5 +} + +.lineLarge-2G0ms4 { + line-height: 1.6666666666666667 +} + +.headingDefault-1oVaTd { + color: #4f545c +} + +.headingDefault-1oVaTd, +.textDefault-1mTLiI { + font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif +} + +.textDefault-1mTLiI, +.textTiny-2fbTRN { + color: #2e3338 +} + +.textTiny-2fbTRN {} + +.textSmall-3oII1L { + color: #2e3338 +} + +.textMedium-2-4rKJ { + color: #2e3338 +} + +.textLarge-2qb8Sz { + color: #2e3338 +} + +.textHero-3Gtxa9 { + color: #4f545c +} + +.textH1-Zemj9P { + color: #4f545c +} + +.textH2-1Y_d0e { + color: #4f545c +} + +.textH3-2Dq1Um { + color: #4f545c +} + +.textH4-23WniQ { + color: #4f545c +} + +.textH5-zwHPb6 { + color: #4f545c +} + +.textH6-2TdcQm { + color: #4f545c +} + +.theme-blurple .headingDefault-1oVaTd, +.theme-blurple .textDefault-1mTLiI, +.theme-dark .headingDefault-1oVaTd { + color: #fff +} + +.theme-dark .textDefault-1mTLiI { + color: #c7ccd1 +} + +.theme-light .headingDefault-1oVaTd { + color: #4f545c +} + +.theme-light .textDefault-1mTLiI { + color: #9099a4 +} + +.pageSectionDefault-B71UBW { + color: #2e3338; + overflow: hidden +} + +.pageSectionWrapper-3-JP1O { + margin: 0 auto; + max-width: 1440px +} + +.widthDefault-1dErvg { + padding: 0 4.16666667% +} + +@media screen and (max-width:848px) { + .widthDefault-1dErvg { + padding: 0 30px + } +} + +.widthFull-3WtB1I { + padding: 0 +} + +.widthNarrow-1i_UBo { + padding: 0 15.27777777777778% +} + +@media screen and (max-width:848px) { + .widthNarrow-1i_UBo { + padding: 0 30px + } +} + +.widthHalf-O3EkLQ { + padding: 0; + margin-left: auto; + margin-right: auto; + width: 50% +} + +@media screen and (max-width:848px) { + .widthHalf-O3EkLQ { + width: auto; + padding: 0 30px + } +} + +.theme-blurple .pageSectionDefault-B71UBW, +.theme-dark .pageSectionDefault-B71UBW { + color: #fff +} + +.alignLeft-3QZIle { + text-align: left +} + +.alignCenter-29pAd5 { + text-align: center +} + +.alignRight-mq3zBU { + text-align: right +} + +.alignJustify-3ZUbO3 { + text-align: justify +} + +.sectionWrap-1qrhQ_ { + background-color: #18191c +} + +.flexWrap-3z8yjP { + height: 300px; + position: relative; + z-index: 5 +} + +.leftHalf-xn3yHR { + height: 100%; + background: no-repeat 0 100% url(/assets/8e4f65c07b3a983f6f1667fc75c03073.png); + background-size: contain +} + +.leftHalf-xn3yHR, +.rightHalf-3hvrwA { + -ms-flex-preferred-size: 50%; + flex-basis: 50% +} + +.rightHalf-3hvrwA { + padding-left: 50px; + text-align: left +} + +.text-2tsgAz { + opacity: .6 +} + +.grabButton-1MDfQS { + margin-top: 40px +} + +@media screen and (max-width:848px) { + .sectionWrap-1qrhQ_ { + background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #18191c), color-stop(70%, #738ef5)); + background: linear-gradient(180deg, #18191c 30%, #738ef5 70%); + padding-bottom: 10px + } + .flexWrap-3z8yjP { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .leftHalf-xn3yHR { + display: none + } + .rightHalf-3hvrwA { + text-align: center; + padding: 20px 5px 0 + } +} + +.textWrap-35XPD- { + z-index: 3; + text-align: left; + max-width: 430px +} + +.imageContainer-320gZu { + position: relative; + z-index: 3; + height: 800px; + width: 50% +} + +.imageCenterer-bN1XJv { + position: relative; + width: 80%; + height: 100%; + margin: 0 auto +} + +.sectionWrap-2TQf_I { + padding-bottom: 240px; + overflow: visible +} + +.innerWrap-3mhScC { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.genreTitle-8T6twh { + text-transform: uppercase; + margin: 20px 0 10px; + font-size: 14px; + font-weight: 400 +} + +.animation-3cAPRp, +.card-2Cvo1h { + position: absolute; + top: 0; + left: 0; + max-height: 100%; + max-width: 100% +} + +.animation-3cAPRp { + image-rendering: crisp-edges; + z-index: 5 +} + +.genreBase-1Yr_8d { + position: absolute; + opacity: 0; + left: 5%; + top: 45%; + max-width: 90%; + max-height: 25% +} + +.genre-2m5tFO { + z-index: 1; + -webkit-animation-name: popIn-37s6kK; + animation-name: popIn-37s6kK; + -webkit-animation-duration: .4s; + animation-duration: .4s; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-delay: .2s; + animation-delay: .2s; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both +} + +.genreHidden-2KUknT { + z-index: 0; + -webkit-animation-name: popOut-1wN1eQ; + animation-name: popOut-1wN1eQ; + -webkit-animation-duration: .3s; + animation-duration: .3s; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + -webkit-animation-fill-mode: both; + animation-fill-mode: both +} + +.genreButton-YhfKZJ { + margin-right: 8px; + height: 25px; + font-weight: 400; + min-width: 68px; + border-radius: 3px; + cursor: pointer +} + +.genreButtonInactive-2U4Xn8 { + background-color: transparent; + color: #43b581; + border: 1px solid #d9f0e6; + -webkit-transition: all .1s; + transition: all .1s +} + +.genreButtonInactive-2U4Xn8:hover { + border: 1px solid #b4e1cd +} + +.genreButtonActive-3iLf4s { + background-color: #43b581; + color: #fff; + -webkit-box-shadow: 0 9px 30px 0 rgba(54, 57, 63, .1); + box-shadow: 0 9px 30px 0 rgba(54, 57, 63, .1); + position: relative; + z-index: 3 +} + +.gradientBg-2Hydm5 { + position: relative; + right: 0; + height: 850px; + width: 100%; + background: -webkit-gradient(linear, left top, right top, from(#f9f9f9)); + background: linear-gradient(90deg, #f9f9f9) +} + +@media screen and (max-width:848px) { + .textWrap-35XPD- { + position: relative + } + .sectionWrap-2TQf_I { + padding: 0 + } + .innerWrap-3mhScC { + -webkit-box-orient: vertical!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: column!important; + flex-direction: column!important; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .gradientBg-2Hydm5 { + display: none + } + .textWrap-35XPD- { + margin: 20px 0; + max-width: 90% + } + .imageContainer-320gZu { + min-width: 100%; + height: 460px + } + .genreButton-YhfKZJ { + min-width: 60px; + margin-right: 4px + } + .animation-3cAPRp, + .card-2Cvo1h { + max-width: 100%; + top: 0 + } +} + +@-webkit-keyframes popIn-37s6kK { + 0% { + -webkit-transform: translate3d(30px, 0, 0); + transform: translate3d(30px, 0, 0); + opacity: 0 + } + 20% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } +} + +@keyframes popIn-37s6kK { + 0% { + -webkit-transform: translate3d(30px, 0, 0); + transform: translate3d(30px, 0, 0); + opacity: 0 + } + 20% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } +} + +@-webkit-keyframes popOut-1wN1eQ { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + opacity: 0 + } +} + +@keyframes popOut-1wN1eQ { + 0% { + -webkit-transform: translateZ(0); + transform: translateZ(0); + opacity: 1 + } + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + opacity: 1 + } + to { + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + opacity: 0 + } +} + +.sectionWrap-2kXKAL { + background-image: url(/assets/999055db6ea536c96d2f1234536aa290.svg), -webkit-gradient(linear, left bottom, left top, from(#f9f9f9)); + background-image: url(/assets/999055db6ea536c96d2f1234536aa290.svg), linear-gradient(0deg, #f9f9f9); + background-repeat: no-repeat, no-repeat; + background-size: auto, 50% 850px; + background-position: top, 100% 0 +} + +.featuresWrap-Bkfv91 { + position: relative; + overflow: inherit +} + +.waveIntegration-qS2U0j { + position: absolute; + left: 0; + bottom: 0; + min-width: 100%; + height: 400px; + background: no-repeat top url(/assets/d58bb9d8b850501d81a1571d0c4123f2.svg); + background-size: cover; + -webkit-transform: translateY(15%); + transform: translateY(15%) +} + +@media screen and (max-width:848px) { + .sectionWrap-2kXKAL { + background: #f9f9f9 + } + .featuresWrap-Bkfv91 { + padding-bottom: 100px + } +} + +.sectionTitle-2qRKXT { + width: 760px +} + +.heroWrap-36GKhh { + padding-bottom: 200px +} + +.sectionText-2Ko-yX { + position: relative; + z-index: 5; + margin-top: 160px +} + +.sectionSubtitle-NPDVfR { + font-weight: 300; + text-shadow: 0 0 30px #7a90f0 +} + +@media screen and (max-width:848px) { + .sectionTitle-2qRKXT { + width: auto; + max-width: 760px + } + .heroWrap-36GKhh { + background: -webkit-gradient(linear, left top, left bottom, from(#8d92e0), to(#798ff1)); + background: linear-gradient(180deg, #8d92e0, #798ff1) + } + .sectionText-2Ko-yX { + margin: 100px 20px 0; + padding-bottom: 40px + } + .sectionSubtitle-NPDVfR { + opacity: .6; + font-size: 18px; + line-height: 30px + } +} + +.sectionWrap-3VZXCG { + background-color: #18191c; + position: relative; + overflow: visible +} + +.content-1DsvCt { + position: relative; + z-index: 4 +} + +.subtitle-3NK66y { + max-width: 720px +} + +.codeSnippet-Hc69wy { + -webkit-box-shadow: 0 9px 30px 0 rgba(24, 25, 28, .1); + box-shadow: 0 9px 30px 0 rgba(24, 25, 28, .1); + background: #202225; + border-radius: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 40px 0; + max-width: 100%; + padding: 8px; + position: relative; + text-align: left; + z-index: 3 +} + +.waveCta-j_fZv9 { + z-index: 3; + bottom: -70%; + height: 100%; + background: no-repeat 50% url(/assets/36a002c24cf5b75592ea1ff433faa364.svg); + background-size: cover +} + +.dots-ADMhJE, +.waveCta-j_fZv9 { + position: absolute; + left: 0; + width: 100% +} + +.dots-ADMhJE { + z-index: 2; + height: 1200px; + background-image: url(/assets/b94644a146addf0735ba5dddbc081ee5.svg), url(/assets/ebe7dc9c757c3374cfe6f43a9c3a36a4.svg), url(/assets/dd63d446545f69e65495c34725ae31a8.svg); + background-repeat: no-repeat, no-repeat, no-repeat; + background-position: 100%, top, 0 0 +} + +@media screen and (max-width:848px) { + .codeSnippet-Hc69wy { + display: none + } + .sectionWrap-3VZXCG { + padding-bottom: 200px + } + .dots-ADMhJE { + background: no-repeat top url(/assets/ebe7dc9c757c3374cfe6f43a9c3a36a4.svg) + } +} + +#rich-presence-code-block .hljs { + background: #040405; + color: #c7ccd1; + display: block; + font-family: monospace; + font-size: 16px; + line-height: 1.5; + overflow-x: auto; + padding: 20px; + text-align: left; + -webkit-text-size-adjust: none +} + +#rich-presence-code-block .hljs-built_in, +#rich-presence-code-block .hljs-class, +#rich-presence-code-block .hljs-keyword, +#rich-presence-code-block .hljs-literal, +#rich-presence-code-block .hljs-meta-string, +#rich-presence-code-block .hljs-name, +#rich-presence-code-block .hljs-number, +#rich-presence-code-block .hljs-string, +#rich-presence-code-block .hljs-symbol, +#rich-presence-code-block .hljs-type { + color: #7289da +} + +.testimonialSection-3TJFfg { + margin: 240px 0 40px; + padding: 10px 0; + position: relative; + z-index: 5 +} + +.cardWrap-1nt4dQ { + -ms-flex-preferred-size: 33.333333333%; + flex-basis: 33.333333333%; + max-width: 460px; + min-width: 400px +} + +.card-3ssKkp { + padding: 40px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.text-YphMu8 { + margin-top: 0!important +} + +.game-3GxqZP { + text-transform: uppercase; + color: #4f545c; + text-align: left; + letter-spacing: .35px; + margin-top: 20px; + font-size: 14px; + font-weight: 500 +} + +@media screen and (max-width:848px) { + .testimonialSection-3TJFfg { + background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f9f9f9)); + background: linear-gradient(180deg, transparent, #f9f9f9); + margin: 0; + padding: 80px 0 20px + } + .game-3GxqZP { + font-size: 16px + } +} + +.header-2Z-guA { + position: absolute +} + +.footer-3syR0R { + position: relative; + z-index: 5 +} + +.imgWrapper-1PgGaj { + position: absolute; + top: 0; + width: 100%; + overflow: hidden +} + +.waveHeroBg-2jk94n { + width: calc(1500px + 50vw); + z-index: 4 +} + +.bgImage-2qIkw- { + position: relative; + left: 50%; + -webkit-transform: translate(-50%); + transform: translate(-50%); + z-index: 5; + margin-top: 140px; + overflow: hidden +} + +.backgroundDots-2SB-CR { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: no-repeat 0 url(/assets/b06efbace78ee100a468d49efce3a39b.svg); + background-size: contain +} + +@media screen and (max-width:848px) { + .backgroundDots-2SB-CR, + .gradientBg-1DQDQV, + .waveHeroBg-2jk94n { + display: none + } +} + +.container-_lCV17 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #23272a; + background-color: var(--not-quite-black); + color: #fff; + color: var(--white); + overflow: hidden +} + +.content-1SgXGN { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center +} + +.title-o2rsbN { + color: #fff; + color: var(--white) +} + +.subtitle-1osIcq { + margin-top: 16px +} + +.sparklesContainer-232vON { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-3Pt6hN { + margin-top: 40px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.cta-2wwLCC { + margin-top: -32px; + min-width: 280px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spinner-2dHvKx { + width: 24px; + height: 24px +} + +.spinnerItem-2G7biX { + background-color: #fff; + background-color: var(--white) +} + +.error-3FYCqH { + margin-top: 16px; + color: #c80000 +} + +.container-1XUK_U { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-2YnqSq { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.faq-3O2dEL { + margin-top: 40px; + row-gap: 16px +} + +.question-2pJ8jn { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.container-2q8jWI { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.row-CP0DJg { + row-gap: 24px +} + +.tile-1hEKDY { + grid-column: span 4 +} + +.oauthButton-ykEnYX { + margin: 6px +} + +.oauthButton-ykEnYX img { + height: 20px; + width: 20px +} + +.oauthButtonDisabled-3UTrY5 { + cursor: not-allowed; + opacity: .25 +} + +.oauthButtonTwitch-3XhY2a { + background-color: #593695 +} + +.oauthButtonTwitch-3XhY2a:hover { + background-color: #3d2565 +} + +.oauthButtonYoutube-3ofwBR { + background-color: #cb2120 +} + +.oauthButtonYoutube-3ofwBR:hover { + background-color: #8a1616 +} + +.oauthButtonReddit-jFgeSy { + background-color: #ff4500 +} + +.oauthButtonReddit-jFgeSy:hover { + background-color: #ad2f00 +} + +.oauthButtonFacebook-3K2Rby { + background-color: #355089 +} + +.oauthButtonFacebook-3K2Rby:hover { + background-color: #24365d +} + +.oauthButtonTwitter-JbQANI { + background-color: #1da1f2 +} + +.oauthButtonTwitter-JbQANI:hover { + background-color: #146da5 +} + +.oauthButtonGithub-CaF_cv { + background-color: #191717 +} + +.oauthButtonGithub-CaF_cv:hover { + background-color: #111010 +} + +.oauthButtonsWrapper-XNSMR5 { + margin: -6px +} + +.confirmTerms-2eJ0sD { + font-size: 12px +} + +.confirmTerms-2eJ0sD a { + color: #7289da +} + +.confirmTerms-2eJ0sD a:hover { + color: #677bc4 +} + +.userHeaderSection-JApf-9 { + padding-bottom: 0 +} + +.severSelectSection-2awgsP { + padding-top: 0 +} + +.submitStepWrapper-2-joYc { + height: 100%; + text-align: center +} + +.submitStepHeading-3ECxrh { + margin: 20px 0 +} + +.container-3ehh8p { + background-color: #5b90ff; + overflow: hidden +} + +.contentOuterContainer-1aowXi { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + z-index: 1; + margin-bottom: 60vw +} + +.contentContainer-VhSPiS { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.label-2cHdb0 { + color: #fff; + color: var(--white) +} + +.title-nlmKXS { + margin-top: 16px; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-3i7ivv { + color: #fff; + color: var(--white) +} + +.cta-1Yl6X0, +.subtitle-3i7ivv { + margin-top: 40px +} + +.cta-1Yl6X0 { + min-width: 280px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spinner-F2xW4c { + width: 24px; + height: 24px +} + +.error-Of3aqM { + margin-top: 16px; + color: #c80000 +} + +.imageContainer-3hApMZ { + position: relative; + z-index: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.heroImage-3vI7sc { + position: absolute; + bottom: 0; + left: 50% +} + +.animationPaused-2nvXEH .heroImage-3vI7sc, +.animationPaused-2nvXEH .sparkle1-3BKfJW, +.animationPaused-2nvXEH .sparkle2-g417BH, +.animationPaused-2nvXEH .sparkle3-amO1Jz { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.cloud1-2MPH3J { + margin-bottom: 107px; + margin-left: -80px; + display: none; + -webkit-animation: shift-right-WzwkAw 1200s linear forwards; + animation: shift-right-WzwkAw 1200s linear forwards +} + +.billboardContainer-Y4xPe5 { + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + font-size: 0 +} + +.billboard-1EptHr { + max-width: 80vw +} + +.sparkle1-3BKfJW, +.sparkle2-g417BH, +.sparkle3-amO1Jz { + opacity: 0 +} + +.sparkle1-3BKfJW { + top: 9.5%; + left: 64%; + max-width: 3.5vw +} + +.sparkle1-3BKfJW, +.sparkle2-g417BH { + position: absolute; + -webkit-animation: sparkle-2hBZg5 3s infinite; + animation: sparkle-2hBZg5 3s infinite +} + +.sparkle2-g417BH { + top: 18.6%; + left: 30.5%; + max-width: 3vw; + -webkit-animation-delay: 2.1s; + animation-delay: 2.1s +} + +.sparkle3-amO1Jz { + position: absolute; + top: 41%; + left: 40%; + max-width: 1.4vw; + -webkit-animation: sparkle-2hBZg5 3s infinite; + animation: sparkle-2hBZg5 3s infinite; + -webkit-animation-delay: 1.1s; + animation-delay: 1.1s +} + +.cloud2-3176e0 { + margin-bottom: 151px; + margin-left: 347px; + -webkit-animation: shift-right-WzwkAw 3200s linear forwards; + animation: shift-right-WzwkAw 3200s linear forwards +} + +.island-2ZURot { + margin-bottom: 152px; + margin-left: -256px; + -webkit-animation: shift-right-WzwkAw 3840s linear forwards; + animation: shift-right-WzwkAw 3840s linear forwards +} + +.cloud3-8a41Zp { + margin-bottom: 29px; + margin-left: 320px; + -webkit-animation: shift-right-WzwkAw 1920s linear forwards; + animation: shift-right-WzwkAw 1920s linear forwards +} + +.ship-dyDLz_ { + margin-bottom: 61px; + margin-left: 259px; + -webkit-animation: shift-right-WzwkAw 4800s linear forwards; + animation: shift-right-WzwkAw 4800s linear forwards +} + +.cloud5-2C5uLH { + margin-bottom: 205px; + margin-left: 529px; + -webkit-animation: shift-right-WzwkAw 3840s linear forwards; + animation: shift-right-WzwkAw 3840s linear forwards +} + +.cloud4-2T_jeh { + margin-left: 21px; + -webkit-animation: shift-right-WzwkAw 4800s linear forwards; + animation: shift-right-WzwkAw 4800s linear forwards +} + +@media screen and (min-width:768px) { + .contentOuterContainer-1aowXi { + margin-bottom: 480px + } +} + +@media screen and (min-width:1024px) { + .contentContainer-VhSPiS { + grid-column: span 5 + } + .contentOuterContainer-1aowXi { + margin-bottom: 0 + } + .billboardContainer-Y4xPe5 { + margin-left: -64px + } + .billboardContainer-Y4xPe5, + .imageContainer-3hApMZ { + -webkit-transform: none; + transform: none + } + .cloud1-2MPH3J { + display: block + } +} + +@-webkit-keyframes shift-right-WzwkAw { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@keyframes shift-right-WzwkAw { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@-webkit-keyframes sparkle-2hBZg5 { + 0% { + opacity: 0 + } + 30% { + opacity: 1 + } + to { + opacity: 0 + } +} + +@keyframes sparkle-2hBZg5 { + 0% { + opacity: 0 + } + 30% { + opacity: 1 + } + to { + opacity: 0 + } +} + +.card-gtAJTX { + background: #fff; + background: var(--white); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + padding: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.avatar-njyF9g { + width: 40px; + height: 40px; + border-radius: 50% +} + +.quote-1hDibB { + margin-top: 20px; + margin-bottom: 20px +} + +.author-3H3Goe { + color: #7289da; + color: var(--brand-primary); + margin-top: auto; + text-align: end +} + +.author-3H3Goe:before { + content: "\2014 " +} + +.container-308kMD { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-3AIKcD { + margin-bottom: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.testimonials-2RQLiC { + row-gap: 24px +} + +.testimonial-3IBvdf { + grid-column: span 4 +} + +.container-3anwj2 { + color: #23272a; + color: var(--not-quite-black) +} + +.header-33numU { + background-color: #5b90ff +} + +.modalBase-3U66zA { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 9999; + height: 100% +} + +.modal-xlppNm { + opacity: 0; + pointer-events: none +} + +.modal-xlppNm, +.modalOpen-7_ovSn {} + +.modalOpen-7_ovSn { + opacity: 1; + pointer-events: auto; + background-color: rgba(0, 0, 0, .75) +} + +.modalContent-15n7SZ { + -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5); + box-shadow: 0 0 20px rgba(0, 0, 0, .5); + background-color: #fff; + -webkit-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + border-radius: 5px; + max-width: 400px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.modalInner-dETL6- { + padding: 25px +} + +.modalHeaderBase-24hb5a { + text-transform: uppercase; + text-align: center; + font-weight: 700; + line-height: 1.3; + font-size: 18px +} + +.modalHeader-1AQ9j6 { + color: #7289da +} + +.modalHeaderDanger-6Wv1sz { + color: #f04747 +} + +.textBase-JxDA4k { + text-align: center; + line-height: 1.2; + margin-top: 16px; + font-size: 18px +} + +.modalText-M9z_I7 { + font-weight: 400; + color: #9099a4 +} + +.modalTextWarning-2YO4z7 { + font-weight: 500; + color: #c03939 +} + +.modalFooter-WY3c7a { + border-top: 1px solid #f2f2f2; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 15px 25px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + background-color: #f8f9f9 +} + +.footerButtonBase-1O2g9P { + cursor: pointer; + display: block; + font-weight: 500; + outline: none; + font-size: 16px; + border: 0 +} + +.modalFooterButton-XdS1ri { + background-color: #7289da; + margin: 0 0 0 15px; + color: #fff; + padding: 8px 15px; + border-radius: 5px +} + +.modalFooterButtonLame-2vzpKO { + height: 26px; + -ms-flex-item-align: center; + align-self: center; + margin: 0 10px; + padding: 0; + border-radius: 0; + background: none; + color: #949494; + border-bottom: 2px solid transparent +} + +.modalFooterButtonLame-2vzpKO:hover { + border-bottom: 2px solid #9099a4 +} + +.modalFooterButtonDanger-WgSR1g { + background: #f04747; + margin: 0 0 0 15px; + color: #fff; + padding: 8px 15px; + border-radius: 5px +} + +.modalFooterButtonDanger-WgSR1g:hover { + background: #a33030 +} + +.modalFooterButtonDanger-WgSR1g:disabled { + cursor: default; + background: #f9b5b5!important +} + +.promptContent-3SWkaU { + max-width: 500px +} + +.promptInput-k3A7ip { + width: 100%; + -webkit-box-sizing: border-box; + border: none; + border-bottom: 2px solid #4d4d4d; + font-size: 16px; + padding: 4px 5px; + margin: 15px 10px 10px; + outline: none; + box-sizing: border-box +} + +.promptInput-k3A7ip:focus, +.promptInput-k3A7ip:hover { + border-bottom: 2px solid #7289da +} + +.wrapper-2rcBnp { + color: #9099a4; + font-weight: 400; + font-size: 18px; + line-height: 30px; + width: 100% +} + +.wrapper-2rcBnp hr { + background: #e3e5e8; + border: none; + height: 1px; + margin: 30px 0 +} + +.wrapper-2rcBnp ol, +.wrapper-2rcBnp pre, +.wrapper-2rcBnp ul { + margin-bottom: 20px +} + +.wrapper-2rcBnp .link-1Sce9E, +.wrapper-2rcBnp a { + color: #7289da; + font-weight: 500; + text-decoration: underline; + -webkit-text-decoration-color: #e3e7f8; + text-decoration-color: #e3e7f8 +} + +.wrapper-2rcBnp .link-1Sce9E:active, +.wrapper-2rcBnp .link-1Sce9E:focus, +.wrapper-2rcBnp a:active, +.wrapper-2rcBnp a:focus { + color: #7289da; + text-decoration: underline; + -webkit-text-decoration-color: #7289da; + text-decoration-color: #7289da +} + +.wrapper-2rcBnp .link-1Sce9E:hover, +.wrapper-2rcBnp a:hover { + color: #7289da; + text-decoration: underline; + -webkit-text-decoration-color: #8ea1e1; + text-decoration-color: #8ea1e1 +} + +.wrapper-2rcBnp .paragraph-eSqr--, +.wrapper-2rcBnp p { + color: #9099a4; + display: block; + font-family: inherit; + font-size: 18px; + font-weight: inherit; + line-height: 1.6666666666666667; + margin-top: 20px +} + +.wrapper-2rcBnp .h1-2Z6ONX, +.wrapper-2rcBnp .h2-2O2CvA, +.wrapper-2rcBnp .h3-jzV9a8, +.wrapper-2rcBnp .h4-Ddxhiz, +.wrapper-2rcBnp .h5-1hqJe3, +.wrapper-2rcBnp .h6-2Qx3SU, +.wrapper-2rcBnp h1, +.wrapper-2rcBnp h2, +.wrapper-2rcBnp h3, +.wrapper-2rcBnp h4, +.wrapper-2rcBnp h5, +.wrapper-2rcBnp h6 { + color: #4f5660; + font-family: inherit; + letter-spacing: .05em; + text-transform: uppercase +} + +.wrapper-2rcBnp .h1-2Z6ONX, +.wrapper-2rcBnp h1 { + font-size: 26px; + font-weight: 600; + line-height: 1.2; + margin-top: 35px +} + +.wrapper-2rcBnp .h2-2O2CvA, +.wrapper-2rcBnp h2 { + font-size: 22px; + font-weight: 500; + line-height: 1.3; + margin-top: 35px +} + +.wrapper-2rcBnp .h3-jzV9a8, +.wrapper-2rcBnp h3 { + font-size: 20px; + font-weight: 500; + line-height: 24px; + margin-top: 1.3 +} + +.wrapper-2rcBnp .h4-Ddxhiz, +.wrapper-2rcBnp .h5-1hqJe3, +.wrapper-2rcBnp .h6-2Qx3SU, +.wrapper-2rcBnp h4, +.wrapper-2rcBnp h5, +.wrapper-2rcBnp h6 { + font-size: 18px; + font-weight: 700; + line-height: 1.3; + margin-top: 25px +} + +.wrapper-2rcBnp .bold-38bwmA, +.wrapper-2rcBnp strong { + color: #747f8d; + font-weight: 600 +} + +.wrapper-2rcBnp .italics-vnEi_U, +.wrapper-2rcBnp em, +.wrapper-2rcBnp i { + font-style: italic +} + +.wrapper-2rcBnp .underline-2VbD5h, +.wrapper-2rcBnp u { + text-decoration: underline +} + +.wrapper-2rcBnp .listWrap-iYeXf-, +.wrapper-2rcBnp ol, +.wrapper-2rcBnp ul { + margin: 10px 0 0 15px +} + +.wrapper-2rcBnp .li-Sp4698, +.wrapper-2rcBnp li { + margin-top: 10px; + position: relative; + font-size: 18px; + line-height: 30px; + color: #9099a4 +} + +.wrapper-2rcBnp .li-Sp4698:before, +.wrapper-2rcBnp li:before { + font-family: Menlo, Consolas, Monaco, monospace; + font-size: 14px; + content: "\2022"; + color: #7289da; + position: absolute; + top: 0; + left: -15px +} + +.wrapper-2rcBnp ol { + list-style-type: decimal +} + +.wrapper-2rcBnp ol .li-Sp4698:before, +.wrapper-2rcBnp ol li:before { + display: none +} + +.wrapper-2rcBnp ol ol { + list-style-type: lower-alpha +} + +.wrapper-2rcBnp ol ol ol { + list-style-type: lower-roman +} + +.wrapper-2rcBnp .pre-13a24l, +.wrapper-2rcBnp pre { + white-space: pre-wrap +} + +.projectListWrapper-CS5AO6 { + background: #000; + font-family: Press Start\ 2P, cursive; + padding: 0 60px +} + +.projectList-2Pox24 { + height: 900px; + margin: 0 auto; + max-height: 100vh; + max-width: 1150px; + padding: 40px; + position: relative +} + +.projectList-2Pox24:after, +.projectList-2Pox24:before { + content: ""; + background: url(/assets/6628202cf9a9ef667956aaf87c0edda0.svg) 50% repeat-y; + width: 27px; + height: 100%; + z-index: 2 +} + +.projectList-2Pox24:before { + position: absolute; + top: 0; + left: 0 +} + +.projectList-2Pox24:after { + position: absolute; + top: 0; + right: 0 +} + +.sectionTitle-kMLmp4 { + color: #fff; + font-family: inherit; + font-size: 18px; + font-weight: 400; + line-height: 34px; + text-align: center; + margin: 0 auto 25px; + max-width: 750px +} + +.listWrapper-1WYWOL { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + line-height: 1.6; + padding: 0 40px; + position: relative; + z-index: 0 +} + +.listWrapper-1WYWOL ul { + margin: 0 +} + +.listWrapper-1WYWOL li { + font-size: 15px; + margin-top: 5px; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap +} + +.listWrapper-1WYWOL li:before { + display: none +} + +.listWrapper-1WYWOL a { + color: #7289da; + font-weight: 400; + text-decoration: none!important +} + +.listWrapper-1WYWOL a:focus, +.listWrapper-1WYWOL a:hover { + color: #c7d0f0!important +} + +.list-1QD_EP { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 1; + -ms-flex: 1 1 50%; + flex: 1 1 50%; + max-width: 50% +} + +.listColumnA-1pt105 { + padding-right: 15px; + text-align: right +} + +.listColumnB-1lp8dp { + padding-left: 15px +} + +.libraries-3wtL4B { + position: relative +} + +.librariesWrapperOuter-1wVCaY { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: 0 auto; + max-width: 1000px +} + +.librariesWrapperOuter-1wVCaY:after, +.librariesWrapperOuter-1wVCaY:before { + background: url(/assets/2eb1d6746b7f5df4fba98d67601c2814.png) top repeat-x; + content: ""; + height: 53px; + pointer-events: none; + width: calc(100% - 4px); + z-index: 1 +} + +.librariesWrapperOuter-1wVCaY:before { + position: absolute; + top: 0; + left: 0 +} + +.librariesWrapperOuter-1wVCaY:after { + position: absolute; + bottom: 0; + left: 0; + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +.librariesWrapperInner-BjkKPb { + -webkit-box-sizing: border-box; + box-sizing: border-box; + max-height: 100%; + overflow-x: hidden; + overflow-y: scroll; + padding-top: 53px +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar { + width: 4px +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar-thumb { + background-color: #fff; + background-clip: padding-box +} + +.librariesWrapperInner-BjkKPb::-webkit-scrollbar-track-piece { + background-color: #23262a; + background-clip: padding-box +} + +.viewLicensesWrapper-2uFYzg { + margin-top: 20px; + position: relative; + text-align: center +} + +.viewLicensesLink-3RmypY { + color: #fff; + display: inline-block; + position: relative; + text-transform: uppercase; + -webkit-transition: color .125s; + transition: color .125s +} + +.viewLicensesLink-3RmypY:before { + position: absolute; + right: 100%; + top: 50%; + color: #faa61a; + display: block; + content: ">"; + opacity: 0; + padding-right: 10px; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: color .125s, opacity .125s; + transition: color .125s, opacity .125s +} + +.viewLicensesLink-3RmypY:hover { + color: #faa61a +} + +.viewLicensesLink-3RmypY:hover:before { + opacity: 1 +} + +.icon-ANVrKy { + position: absolute; + right: 0; + top: 50%; + width: 30px; + height: 30px; + -ms-interpolation-mode: nearest-neighbor; + image-rendering: -webkit-optimize-contrast; + image-rendering: -moz-crisp-edges; + image-rendering: -o-pixelated; + image-rendering: pixelated; + cursor: pointer; + -webkit-transform: translateY(-50%); + transform: translateY(-50%) +} + +.iconOn-LkRB-i { + background: no-repeat url(/assets/8f3177a8e12a316f7be67e26bd1d4364.png); + background-size: contain +} + +.iconOff-1Eemi1 { + background: no-repeat url(/assets/e5b02e7cbc941c10665af53aaefd13a8.png); + background-size: contain +} + +.footerImage-ZLsQER { + display: block; + margin: 0 auto; + max-width: 864px; + width: 100% +} + +@media screen and (max-width:848px) { + .projectListWrapper-CS5AO6 { + padding: 0 10px + } + .sectionTitle-kMLmp4 { + font-size: 14px + } + .viewLicensesLink-3RmypY { + font-size: 12px + } + .list-1QD_EP { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + padding-left: 0; + padding-right: 0; + text-align: center + } + .listWrapper-1WYWOL { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .listWrapper-1WYWOL li { + font-size: 12px + } + .icon-ANVrKy { + width: 20px; + height: 20px + } +} + +.content-fFwzZb { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + max-width: 1400px; + width: 100% +} + +@media (max-width:1480px) { + .content-fFwzZb { + padding: 0 40px + } +} + +@media (max-width:848px) { + .content-fFwzZb { + padding-left: 20px; + padding-right: 20px + } +} + +.wrapper-2mfXq1 { + color: #b9bbbe; + margin-bottom: 100px; + text-align: center +} + +.wrapper-2mfXq1 a { + color: #7289da; + text-decoration: underline; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.wrapper-2mfXq1 a:hover { + color: #8ea1e1 +} + +.wrapperInner-1XWjRC { + margin: 0 auto; + max-width: 1320px +} + +.cardWrapper-1JmEPQ { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0 20px; + width: 50% +} + +.cardWrapper-1JmEPQ:first-child { + padding-left: 0 +} + +.cardWrapper-1JmEPQ:last-child { + padding-right: 0 +} + +.card-3vHihm { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + margin-bottom: 0; + padding: 32px 32px 32px 0; + text-align: left +} + +.cardContent-36TDwU { + overflow: hidden +} + +.cardImage-35rP3m { + margin-left: -30px; + margin-right: 32px +} + +.cardHeading-1r4xNW { + font-size: 18px; + font-weight: 500; + margin-bottom: 8px +} + +.cardBody-aJ-bsI { + color: #9099a4; + font-size: 17px; + margin-top: 0 +} + +.cardBody-aJ-bsI strong { + color: #7289da; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.cardBody-aJ-bsI strong:hover { + color: #4e5d94 +} + +.copy-3L-073 { + margin-top: 0 +} + +.copy-3L-073+.copy-3L-073 { + margin-top: 8px +} + +.modalContent-2My7XO { + max-width: 1150px; + width: 100% +} + +@media (max-width:824px) { + .wrapper-2mfXq1 { + margin-bottom: 60px; + text-align: left + } + .cardWrapper-1JmEPQ { + padding: 20px 0; + width: 100% + } + .cardWrapper-1JmEPQ:first-child { + padding-top: 0 + } + .cardWrapper-1JmEPQ:last-child { + padding-bottom: 0 + } +} + +.carousel-ZD5jRz { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + overflow: hidden +} + +.carouselDesktop-ln7u_G { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none +} + +.desktopItem-ZpiEzd { + pointer-events: all +} + +.arrow-2bF2hn, +.arrows-1E6KkS, +.desktopItem-ZpiEzd { + position: absolute +} + +.arrow-2bF2hn { + top: calc(50% - 22px); + width: 32px; + height: 32px; + pointer-events: all; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 2 +} + +.mobileArrowRight-3zZunN { + right: 36px +} + +.mobileArrowLeft-FTgBdx { + -webkit-transform: rotateY(180deg); + transform: rotateY(180deg); + left: 36px +} + +.arrowBackground-2tFUUj { + cursor: pointer; + top: calc(50% - 30px); + background-color: rgba(0, 0, 0, .2); + height: 48px; + width: 48px; + border-radius: 50%; + pointer-events: all; + position: absolute; + -webkit-transition: background-color .125s; + transition: background-color .125s; + z-index: 1 +} + +.arrowBackground-2tFUUj:hover { + background-color: rgba(0, 0, 0, .6) +} + +.arrowBackgroundRight-38dyAQ { + right: 28px +} + +.arrowBackgroundLeft-ovVEPo { + left: 28px +} + +.desktopArrow-2diyv3 { + position: absolute; + top: 50%; + left: 50%; + pointer-events: all; + width: 32px; + height: 32px +} + +.desktopArrowLeft-22tqeg { + -webkit-transform: translate(-50%, -50%) rotate(180deg); + transform: translate(-50%, -50%) rotate(180deg) +} + +.desktopArrowRight-3Vbz86 { + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%) +} + +.carouselMobile-17r7L3 { + width: 100%; + position: relative; + white-space: nowrap +} + +.mobileArrows-3aM1sX { + position: absolute; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + width: 100% +} + +.mobileItems-28-0pe { + width: 100% +} + +.mobileItem-2HqD9a { + display: inline-block; + position: relative; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100% +} + +.mobileArrow-1AboUj { + pointer-events: all; + cursor: pointer +} + +.card-3A1H8E { + background-color: #202225; + border-radius: 5px; + -webkit-box-shadow: 0 9px 30px rgba(6, 6, 7, .3); + box-shadow: 0 9px 30px rgba(6, 6, 7, .3); + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #c7ccd1; + margin: 0 20px; + min-height: 494px; + padding: 40px 40px 32px; + pointer-events: all; + text-align: left; + -webkit-transition: -webkit-transform .2s ease; + transition: -webkit-transform .2s ease; + transition: transform .2s ease; + transition: transform .2s ease, -webkit-transform .2s ease; + white-space: normal +} + +.card-3A1H8E:hover .joinButton-3qPcB0 { + opacity: 1 +} + +.cardActive-1gPKQE { + -webkit-transform: translateY(-8px); + transform: translateY(-8px) +} + +.cardActive-1gPKQE .logoContainer-1oI7wo { + opacity: 1 +} + +.heading-2kbFMU { + text-align: center +} + +.logoContainer-1oI7wo { + margin: 0 auto 10px; + opacity: .6; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease; + width: 72px +} + +.logo-30yl6l { + display: block; + -webkit-filter: brightness(1000); + filter: brightness(1000); + margin: 0 auto; + width: 72px; + height: 72px +} + +.title-3c37lZ { + font-size: 18px; + margin: 0 auto 20px; + text-align: center +} + +.titleLink-2lSHEy { + display: inline-block +} + +.titleLink-2lSHEy:hover .titleCopy-3-kT9k { + color: hsla(0, 0%, 100%, .8) +} + +.titleLink-2lSHEy:hover .titleIcon-QtvSCj { + opacity: .6 +} + +.titleCopy-3-kT9k { + color: #fff; + display: inline-block; + position: relative; + -webkit-transition: color .2s ease; + transition: color .2s ease +} + +.titleIcon-QtvSCj { + position: absolute; + left: 100%; + top: 50%; + opacity: 0; + padding-left: 8px; + width: 16px; + height: 16px; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.body-2WPnDn { + font-size: 16px; + margin-bottom: 20px +} + +.readMoreLink-2d70hq { + color: #7289da; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.readMoreLink-2d70hq:hover { + color: #8ea1e1 +} + +.serverDetails-3hmBYD { + color: #c7ccd1; + font-size: 15px; + font-weight: 300; + margin-right: 12px; + -webkit-transition: color .2s ease, opacity .2s ease; + transition: color .2s ease, opacity .2s ease +} + +.serverDetailsItem-38e7Ux { + display: inline-block; + margin-right: 8px; + white-space: nowrap +} + +.serverDetailsItem-38e7Ux:last-child { + margin-right: 0 +} + +.serverDetailsItem-38e7Ux:after, +.serverDetailsItem-38e7Ux:before { + margin-top: -2px; + -webkit-transition: background-color .2s ease, border-color .2s ease, opacity .2s ease; + transition: background-color .2s ease, border-color .2s ease, opacity .2s ease; + vertical-align: middle +} + +.serverDetailsItem-38e7Ux:before { + border-radius: 8px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + content: ""; + display: inline-block; + margin-right: 4px; + width: 8px; + height: 8px +} + +.serverDetailsLoading-1za4Ow { + opacity: .15; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.serverDetailsLoading-1za4Ow .serverDetailsItem-38e7Ux:after { + background-color: #fff; + border-radius: 3px; + content: ""; + display: inline-block; + width: 60px; + height: 8px +} + +.serverDetailsLoading-1za4Ow .serverDetailsMemberCount-34t3f_:before { + border-color: #fff +} + +.serverDetailsLoading-1za4Ow .serverDetailsPresenceCount-2NNq8J:before { + background-color: #fff +} + +.joinButton-3qPcB0 { + opacity: 0; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.serverDetailsMemberCount-34t3f_ {} + +.serverDetailsMemberCount-34t3f_:before { + border: 2px solid #7289da +} + +.serverDetailsPresenceCount-2NNq8J {} + +.serverDetailsPresenceCount-2NNq8J:before { + background-color: #7289da +} + +@media (max-width:848px) { + .joinButton-3qPcB0 { + opacity: 1 + } + .card-3A1H8E { + padding: 40px + } +} + +@media (max-width:1000px) { + .cardActive-1gPKQE { + -webkit-transform: translateY(0); + transform: translateY(0) + } + .card-3A1H8E { + max-width: 600px; + margin-left: auto; + margin-right: auto; + width: 75% + } +} + +.wrapper-qtgGNp { + top: 0; + left: 0; + width: 100%; + height: 100% +} + +.bar-2vlSPR, +.wrapper-qtgGNp { + position: absolute +} + +.bar-2vlSPR { + bottom: -100px; + left: -300px +} + +.circle-1li_WB { + top: -200px; + left: -200px +} + +.circle-1li_WB, +.diamond-3BFdKz { + position: absolute +} + +.diamond-3BFdKz { + top: 50%; + left: 40%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%) +} + +.triangle-2ZWEZm { + position: absolute; + bottom: -50px; + right: 10px +} + +.wavyCorner-1QspFi { + position: absolute; + top: -60px; + right: -170px +} + +@media (max-width:848px) { + .bar-2vlSPR { + bottom: 10%; + left: -250px + } + .circle-1li_WB, + .diamond-3BFdKz { + display: none + } +} + +@media (max-width:640px) { + .bar-2vlSPR { + left: -350px + } + .triangle-2ZWEZm { + bottom: 0; + right: -2%; + width: 250px; + height: 250px + } + .wavyCorner-1QspFi { + right: -80px; + width: 300px; + height: 300px; + top: -60px + } +} + +@media (max-height:800px) { + .diamond-3BFdKz { + display: none + } +} + +.outerWrapper-32i7Qc { + background-color: #fff; + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #202225; + margin: 0 auto 40px; + max-width: 1320px; + padding: 100px; + position: relative; + z-index: 1 +} + +.innerWrapper-3kLTwM { + margin: 0 auto; + max-width: 930px +} + +.heading-2KxNqz { + color: #202225; + font-size: 26px; + font-weight: 400; + line-height: 1.6; + margin: 0 auto 60px; + max-width: 750px +} + +.projectsList-9H5XwA { + margin: 0 -60px -60px 0 +} + +.project-2P1mzT { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-bottom: 60px; + padding-right: 60px; + text-align: left; + width: 33.333% +} + +.projectImage-1RJ2Bj { + display: block; + margin-bottom: 24px +} + +.projectTitle-P3Qdeo { + color: #202225; + font-size: 24px; + font-weight: 400; + margin-bottom: 4px +} + +.projectLink-PxT6lB { + color: #202225; + display: inline-block; + position: relative; + white-space: nowrap; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.projectLink-PxT6lB:hover { + color: rgba(32, 34, 37, .8) +} + +.projectLink-PxT6lB:hover .projectLinkIcon-3jO-er { + opacity: .6 +} + +.projectLinkIcon-3jO-er { + margin-left: 8px; + opacity: 0; + width: 18px; + height: 18px; + -webkit-transform: translateY(2px); + transform: translateY(2px); + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease +} + +.projectDescription-1_zvib { + color: #9099a4; + font-size: 16px; + margin-top: 20px +} + +.stargazers-1wjPUr { + color: #4f545c; + font-size: 14px; + font-weight: 500; + letter-spacing: .9px; + text-transform: uppercase; + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease +} + +.stargazersLoading-KsPgra { + opacity: .2 +} + +.stargazersCopy-1A-HA- { + opacity: .6 +} + +.stargazersIcon-259VZx { + margin-right: 4px; + width: 12px; + height: 12px; + -webkit-transform: translateY(-1px); + transform: translateY(-1px) +} + +.stargazerLoadingPlaceholder-3WFTXO { + background-color: #b9bbbe; + border-radius: 2px; + width: 50px; + height: 8px +} + +.readBlogButtonWrapper-Hm7kCv { + margin-top: 20px +} + +.readBlogButton-3ln_4E { + border: 1px solid #e3e7f8; + border-radius: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #7289da; + font-size: 14px; + font-weight: 500; + padding: 6px 16px; + -webkit-transition: background-color .1s ease, border-color .1s ease, color .1s ease; + transition: background-color .1s ease, border-color .1s ease, color .1s ease +} + +.readBlogButton-3ln_4E:hover { + background-color: #7289da; + border-color: #7289da; + color: #fff +} + +@media (max-width:848px) { + .heading-2KxNqz { + font-size: 22px; + text-align: left + } + .projectsList-9H5XwA { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .project-2P1mzT { + width: 100% + } +} + +@media (max-width:1024px) { + .outerWrapper-32i7Qc { + padding: 40px + } +} + +.wrapper-q_vOqs { + position: relative; + text-align: center +} + +.heading-1QmQSm { + color: #fff; + font-size: 26px; + margin-bottom: 10px +} + +.subheading-2qj3EZ { + color: #fff; + font-size: 18px; + margin: 0 0 8px +} + +.carousel-3mlLZH { + padding: 30px 0; + position: relative; + z-index: 1 +} + +.moreCommunities-2E-7mU { + background-image: linear-gradient(125deg, #738ef5, #b3aeff); + color: #fff; + margin: -300px 0; + overflow: hidden; + padding: 270px 0 300px; + position: relative; + z-index: 0 +} + +.moreCommunitiesContentWrapper-3seMRH { + margin: 100px 0; + padding: 0 40px; + position: relative; + z-index: 1; + text-align: left +} + +.moreCommunitiesHeading-1C7eRg { + color: #fff; + font-weight: 400; + margin-bottom: 40px +} + +.waveDividerTop-156Usj { + top: -1px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +.waveDividerBottom-3qHeji, +.waveDividerTop-156Usj { + position: absolute; + left: 0; + color: #050809; + width: 100% +} + +.waveDividerBottom-3qHeji { + bottom: -1px +} + +.community-1Pvkc9 { + margin-bottom: 40px; + width: 25% +} + +.communityLogo-2Eh8Dw { + -webkit-filter: grayscale(100%) brightness(10000%); + filter: grayscale(100%) brightness(10000%); + margin-right: 12px; + width: 24px; + height: 24px +} + +.communityTitle-NKq1I2 { + padding-right: 20px +} + +.communityJoinLink-3A8ICU, +.communityTitleLink-36JE6z { + color: #fff +} + +.communityTitleLink-36JE6z { + display: inline-block; + font-size: 16px; + font-weight: 700; + line-height: 24px; + letter-spacing: 1px; + text-transform: uppercase; + -webkit-transition: color .2s ease; + transition: color .2s ease; + white-space: nowrap; + width: 100% +} + +.communityTitleLink-36JE6z:hover { + color: hsla(0, 0%, 100%, .8) +} + +.communityTitleLink-36JE6z:hover .communityTitleIcon-o3O8kF { + opacity: .6 +} + +.communityTitleCopy-124aaf { + overflow: hidden; + text-overflow: ellipsis +} + +.communityTitleIcon-o3O8kF { + display: inline-block; + margin-left: 8px; + opacity: 0; + width: 16px; + height: 16px; + -webkit-transition: opacity .1s ease; + transition: opacity .1s ease; + will-change: opacity +} + +.communityJoinLink-3A8ICU { + display: inline-block; + margin-left: 36px +} + +.communityJoinLink-3A8ICU:hover { + color: hsla(0, 0%, 100%, .8) +} + +.communitiesList-3geP7U { + margin-bottom: -20px +} + +.moreCommunitiesCta-2HFc15 { + text-align: center +} + +.carouselWrapper-gMIOF7 { + opacity: 1; + -webkit-transition: opacity .2s ease; + transition: opacity .2s ease +} + +.carouselWrapperHidden-2_IaHR { + opacity: 0 +} + +.toggleTruncateButtonWrapper-1JdkFN { + text-align: center; + margin-bottom: 20px +} + +.toggleTruncateButton-d_EdJw { + background-image: linear-gradient(0deg, transparent, transparent 1px, hsla(0, 0%, 100%, .25) 0, hsla(0, 0%, 100%, .25) 2px, transparent 0); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background-color: transparent; + border: 0; + color: hsla(0, 0%, 100%, .75); + cursor: pointer; + font-size: 14px; + outline: none; + padding: 0; + -webkit-transition: color .1s ease; + transition: color .1s ease +} + +.toggleTruncateButton-d_EdJw:hover { + color: #fff +} + +@media (max-width:1024px) { + .communitiesList-3geP7U { + margin-bottom: -10px + } + .community-1Pvkc9 { + margin-bottom: 24px; + width: 50% + } + .moreCommunitiesContentWrapper-3seMRH { + margin: 60px 0; + padding: 0 20px + } +} + +@media (max-width:600px) { + .community-1Pvkc9 { + width: 100% + } +} + +.wrapper-1cuFdu { + position: relative; + width: 100%; + height: 491px +} + +.dotsLeft-2QKFnM { + position: absolute; + left: 0; + top: 0 +} + +.dotsRight-3uga3n { + position: absolute; + right: 0; + bottom: 0 +} + +.wrapper-1uJvmG { + overflow: hidden; + padding: 20px 0 640px +} + +.contentWrapper-1Ssf_W { + position: relative; + z-index: 1 +} + +.copyWrapper-ya9Hhg { + margin: 0 auto; + max-width: 500px; + text-align: center +} + +.headingPrimary-3nkbbr { + color: #fff; + margin-bottom: 20px +} + +.headingPrimary-3nkbbr img { + -webkit-transform: translateY(-4px); + transform: translateY(-4px); + vertical-align: middle +} + +.headingSecondary-1z3f_f { + color: #c7ccd1; + font-size: 18px; + margin-top: 36px; + margin-bottom: 40px +} + +@media (min-width:1300px) { + .copyWrapper-ya9Hhg { + margin: 0; + text-align: left + } + .wrapper-1uJvmG { + padding-bottom: 450px; + padding-top: 170px + } +} + +.wrapper-1NUpOW { + top: 0; + left: 0; + height: 100% +} + +.video-1qggq6, +.wrapper-1NUpOW { + position: absolute; + width: 100% +} + +.video-1qggq6 { + bottom: 0; + left: 50%; + max-width: 740px; + min-width: 640px; + -webkit-transform: translateX(-50%); + transform: translateX(-50%) +} + +@media (min-width:1300px) { + .video-1qggq6 { + bottom: auto; + position: absolute; + bottom: 0; + right: 0; + left: auto; + margin-right: -7%; + max-width: 1000px; + -webkit-transform: none; + transform: none; + width: 120% + } +} + +@media (min-width:1400px) { + .video-1qggq6 { + margin-right: -4% + } +} + +@media (min-width:1500px) { + .video-1qggq6 { + margin-right: 0 + } +} + +@media (min-width:1600px) { + .video-1qggq6 { + margin-right: 5% + } +} + +@media (min-width:1900px) { + .video-1qggq6 { + margin-right: 10% + } +} + +@media (min-width:2200px) { + .video-1qggq6 { + margin-right: 15% + } +} + +@media (min-width:2400px) { + .video-1qggq6 { + margin-right: 18% + } +} + +.wrapper-INUuyp { + margin-bottom: 20px; + text-align: center +} + +.copyPrimary-2PL_Op { + color: #fff; + font-size: 50px; + font-weight: 500; + margin-bottom: 20px +} + +@media (max-width:848px) { + .copyPrimary-2PL_Op { + font-size: 32px + } +} + +.pageWrapper-13xTGf { + overflow: hidden; + position: relative; + -webkit-transition: background-color .2s ease; + transition: background-color .2s ease +} + +.contentWrapper-pUmmXF { + line-height: 1.5; + padding-top: 100px; + padding-bottom: 100px +} + +.dotsWrapper-1nFO_C, +.headerWrapper-1pzGAE { + position: relative +} + +.dots-1dbrYn { + position: absolute; + bottom: 0; + left: 0; + z-index: 0 +} + +.dotsContentWrapper-398TFH { + position: relative; + z-index: 1 +} + +@media (max-width:848px) { + .contentWrapper-pUmmXF { + padding-top: 50px + } +} + +.content-2XT6cR { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 auto; + max-width: 1400px; + width: 100% +} + +@media (max-width:1480px) { + .content-2XT6cR { + padding: 0 40px + } +} + +@media (max-width:848px) { + .content-2XT6cR { + padding-left: 20px; + padding-right: 20px + } +} + +.wrapper-3GN0cn { + text-align: center +} + +.heading-3S0qTX { + color: #fff; + font-size: 32px; + font-weight: 600; + margin-bottom: 24px +} + +.secondaryAction-1_A_EN { + color: #f6f6f7; + font-size: 14px; + margin-top: 24px; + line-height: 1.5em +} + +.secondaryAction-1_A_EN a { + color: #00b0f4; + -webkit-transition: color .125s; + transition: color .125s +} + +.secondaryAction-1_A_EN a:hover { + color: #33c0f6; + text-decoration: underline; + -webkit-text-decoration-color: rgba(51, 192, 246, .5); + text-decoration-color: rgba(51, 192, 246, .5) +} + +.feature-IMkkM2 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 0 auto +} + +.feature-IMkkM2+.feature-IMkkM2 { + margin-top: 80px +} + +.featuresListHeading-185d0e { + color: #fff; + font-size: 32px; + margin: 0 auto 72px; + max-width: 750px; + text-align: center +} + +.featureCaptionWrapper-OF8Kv_, +.featureImage-20GZgC { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 50% +} + +.featureCaption-120uaD { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: 440px; + width: 100% +} + +.featureImage-20GZgC { + text-align: right +} + +.image-2FnQ0t { + max-width: 100% +} + +.featureCaptionWrapper-OF8Kv_ { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.featureCaptionWrapperReverse-1u8DzY { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding-right: 40px +} + +.featureCaptionWrapperNormal-3pD49H { + padding-left: 40px +} + +.featureImageReverse-Q3cCdg { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + text-align: left +} + +.featureHeading-qWHDC3 { + color: #fff; + font-size: 24px; + font-weight: 600; + margin-bottom: 16px +} + +.featureSubheading-2BDcj8 { + font-size: 16px; + margin: 0; + line-height: 1.5em +} + +.featureSubheadingBrand-2bWx6K { + color: #c7d0f0 +} + +.featureSubheadingPrimary-2187Xs { + color: #b9bbbe +} + +.caveat-4uvd2- { + color: #4f545c; + font-size: 12px; + margin-top: 8px; + line-height: 1.5em +} + +@media screen and (max-width:962px) { + .feature-IMkkM2 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .featureCaptionWrapper-OF8Kv_, + .featureImage-20GZgC { + max-width: 600px; + text-align: center; + width: 100% + } + .featureImage-20GZgC { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-bottom: 16px + } + .featureCaptionWrapper-OF8Kv_ { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + padding-left: 0; + padding-right: 0 + } + .featureCaption-120uaD { + margin: 0 auto; + max-width: 500px + } +} + +.wrapper-1lI-zZ { + background: #18191c; + color: #fff; + margin-top: -30px; + padding: 0 0 170px; + position: relative +} + +.wrapper-1lI-zZ:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-image: url(/assets/57796309d31c3db2840b7444eac53945.svg); + background-position: 100% 100%; + background-repeat: no-repeat; + background-size: auto 100%; + content: ""; + z-index: 0; + width: 100% +} + +.content-2sztVZ { + position: relative; + z-index: 1 +} + +.waveOffset-1mRMMu { + height: 5vw +} + +.heading-2ApcGY { + max-width: 650px +} + +@media screen and (min-width:1920px) { + .wrapper-1lI-zZ { + margin-top: -80px + } +} + +@media screen and (min-width:2220px) { + .wrapper-1lI-zZ { + margin-top: -140px + } +} + +.wrapper-3VueAb { + background-color: #7289da; + position: relative; + color: #fff; + padding: 40px 0 170px +} + +.wrapper-3VueAb:after { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + background-image: url(/assets/3335d2c1008f390bd3874f83293199e3.svg); + background-position: bottom; + background-repeat: no-repeat; + background-size: 100% auto; + min-width: 1200px; + content: ""; + opacity: .5; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + z-index: 0; + width: 100% +} + +.content-3VKQcx { + position: relative; + z-index: 1 +} + +@media screen and (max-width:962px) { + .wrapper-3VueAb { + padding-bottom: 100px + } +} + +.wrapper-3AkEaL { + -webkit-box-sizing: border-box; + box-sizing: border-box; + color: #fff; + max-width: 700px; + padding: 170px 0; + width: 100% +} + +.copyWrapper-326cP8 { + margin-left: 190px; + max-width: 470px +} + +.heading-3zwq_4 { + font-size: 40px; + font-weight: 700; + margin-bottom: 32px; + text-shadow: 0 3px 24px #8ab059, 0 1px 1px rgba(24, 25, 28, .3) +} + +.heading-3zwq_4 p { + color: inherit; + font-size: inherit; + font-weight: inherit; + line-height: inherit; + margin: 0 +} + +.subheading-1E011z { + color: inherit; + font-size: 20px; + margin: 0 0 24px; + text-shadow: 0 2px 18px #8ab059, 0 1px 1px rgba(24, 25, 28, .3); + line-height: 1.5em +} + +@media screen and (max-width:1280px) { + .wrapper-3AkEaL { + padding: 150px 0 90px + } + .copyWrapper-326cP8 { + margin-left: 90px + } +} + +@media screen and (max-width:1024px) { + .copyWrapper-326cP8 { + margin-left: 20px + } +} + +@media screen and (max-width:848px) { + .wrapper-3AkEaL { + padding: 20px 0 200px + } + .copyWrapper-326cP8 { + margin-left: 0 + } +} + +@media screen and (max-width:768px) { + .wrapper-3AkEaL { + padding-bottom: 340px + } +} + +.heading-1CDYLB, +.wrapper-1Gf9yg { + color: #fff +} + +.heading-1CDYLB { + font-size: 32px; + margin-bottom: 60px; + text-align: center +} + +.featuresWrapper-8_e_xR { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-bottom: 90px +} + +.featureWrapper-DkskHS { + background: #18191c; + border-radius: 4px; + -webkit-box-shadow: 0 8px 16px rgba(4, 4, 5, .2); + box-shadow: 0 8px 16px rgba(4, 4, 5, .2); + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin: 0 10px; + padding: 40px 30px; + text-align: center; + width: 310px +} + +.featureImage-3seSmb { + display: block; + margin: 0 auto 24px; + width: 160px; + height: auto +} + +.featureCopy-2zbZGi { + color: #dcddde; + margin: 0; + line-height: 1.5em; + font-size: 17px +} + +@media screen and (max-width:962px) { + .featuresWrapper-8_e_xR { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .featureWrapper-DkskHS { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + margin: 10px 0; + max-width: 420px; + width: 100% + } + .featureImage-3seSmb { + max-width: 150px; + width: 100%; + height: auto + } +} + +@media screen and (min-width:1281px) { + .featuresWrapper-8_e_xR { + margin-bottom: 120px + } +} + +.wrapper-fYp3vG { + background: #fff; + border-radius: 8px 8px 0 0; + -webkit-box-shadow: 0 8px 16px rgba(4, 4, 5, .24); + box-shadow: 0 8px 16px rgba(4, 4, 5, .24); + margin: 0 auto; + max-width: 1220px; + padding: 95px 20px +} + +.selfServeSteps-O0ER4B { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 0 auto; + max-width: 965px +} + +.selfServeStepWrapper-1qitEq { + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding: 0 20px; + text-align: center; + width: 33.333% +} + +.selfServeStepImage-3dekCT { + display: block; + margin: 0 auto 12px; + width: 160px; + height: 160px +} + +.selfServeStepHeading-nCm_7q { + color: #7289da; + font-size: 20px; + font-weight: 600; + margin-bottom: 12px +} + +.selfServeStepCopy-1V-oP1 { + color: #18191c; + font-size: 16px; + margin: 0; + line-height: 1.5em +} + +.heading-RHSZsR { + font-size: 32px; + margin-bottom: 32px; + text-align: center +} + +.waveOffset-1UpYaS { + display: block; + height: 15vw; + min-height: 150px +} + +@media screen and (max-width:962px) { + .wrapper-fYp3vG { + padding-bottom: 40px; + padding-top: 40px + } + .selfServeStepWrapper-1qitEq { + padding: 0; + width: 100% + } + .selfServeStepWrapper-1qitEq+.selfServeStepWrapper-1qitEq { + margin-top: 40px + } + .selfServeSteps-O0ER4B { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .selfServeStepImage-3dekCT { + width: 150px; + height: 150px + } +} + +.pageWrapper-2SpU-Q { + background: #040405; + overflow: hidden +} + +.introWrapper-3qtTm0 { + background: #a9cd77; + position: relative +} + +.introWrapper-3qtTm0:after { + position: absolute; + top: 0; + right: 0; + left: 0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#8ab059), to(rgba(138, 176, 89, 0))); + background-image: linear-gradient(180deg, #8ab059, rgba(138, 176, 89, 0)); + background-repeat: no-repeat; + content: ""; + display: block; + pointer-events: none; + width: auto; + height: 200px; + z-index: 0 +} + +.closingCta-1tuDPP { + padding: 140px 0; + position: relative +} + +.closingCtaContent-2S0WYZ { + position: relative; + z-index: 1 +} + +.closingCtaImageWrapper-1EDrnV { + position: absolute; + right: 0; + bottom: 0; + left: 0; + height: 75%; + z-index: 0; + width: 100% +} + +.closingCtaImage-1F2sTo { + left: 50%; + background-image: url(/assets/dcf367432fe24b11a56fd6494873d880.jpg); + background-position: bottom; + background-size: cover; + min-width: 1200px; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + width: 100% +} + +.closingCtaImage-1F2sTo, +.closingCtaImage-1F2sTo:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat +} + +.closingCtaImage-1F2sTo:after { + left: 0; + content: ""; + display: block; + background-image: -webkit-gradient(linear, left top, left bottom, from(#040405), to(rgba(4, 4, 5, 0))); + background-image: linear-gradient(180deg, #040405, rgba(4, 4, 5, 0)); + background-position: top; + background-size: 100% 80% +} + +.contentWrapper-254vsm { + position: relative; + z-index: 1 +} + +.videoWrapper-2AKPfX { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + overflow: hidden; + z-index: 0; + width: 100%; + height: 100% +} + +.videoContainer-1Avnxc { + position: absolute; + top: 0; + left: 50%; + -webkit-transform: translate(-57%); + transform: translate(-57%); + width: 1920px; + height: auto +} + +.videoContainer-1Avnxc:before { + position: absolute; + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + background-image: -webkit-gradient(linear, left top, right top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, right top, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(90deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(270deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: 0 0, 100% 0; + background-size: 15% 100% +} + +.videoContainer-1Avnxc:after, +.videoContainer-1Avnxc:before { + background-repeat: no-repeat; + content: ""; + display: block; + z-index: 1 +} + +.videoContainer-1Avnxc:after { + background-image: -webkit-gradient(linear, left bottom, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(0deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: bottom; + background-size: 100% 20%; + padding-bottom: 56.25%; + position: relative +} + +.video-3AYa1c, +.videoPlaceholder-2LeM2G { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 0 +} + +.featuresListAWrapper-3I0end { + position: relative +} + +.wave-38gW17 { + height: auto; + min-width: 980px; + pointer-events: none; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + width: calc(100% + 2px) +} + +.selfServeStepsWave-_t0iR4 { + bottom: -16px +} + +.featuresListAWave-3g7G9X, +.selfServeStepsWave-_t0iR4 { + position: absolute; + left: 50% +} + +.featuresListAWave-3g7G9X { + bottom: -1px; + z-index: 1 +} + +@media screen and (max-width:1920px) { + .closingCta-1tuDPP { + padding: 100px 0 + } +} + +@media screen and (max-width:962px) { + .closingCtaImageWrapper-1EDrnV { + height: 50% + } + .closingCtaImage-1F2sTo { + min-width: 600px + } +} + +@media screen and (min-width:1281px) { + .closingCta-1tuDPP { + padding: 160px 0 + } +} + +@media screen and (min-width:2040px) { + .closingCtaImage-1F2sTo { + background-position: center bottom 18% + } +} + +@media screen and (max-width:1280px) { + .videoContainer-1Avnxc { + width: 1440px + } +} + +@media screen and (max-width:848px) { + .videoContainer-1Avnxc { + top: 40px; + -webkit-transform: translate(-50%); + transform: translate(-50%); + width: 1220px + } + .videoContainer-1Avnxc:before { + background-image: -webkit-gradient(linear, left top, right top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, right top, left top, from(#a9cd77), to(rgba(169, 205, 119, 0))), -webkit-gradient(linear, left top, left bottom, from(#a9cd77), to(rgba(169, 205, 119, 0))); + background-image: linear-gradient(90deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(270deg, #a9cd77, rgba(169, 205, 119, 0)), linear-gradient(180deg, #a9cd77, rgba(169, 205, 119, 0)); + background-position: 0 0, 100% 0, top; + background-size: 15% 100%, 15% 100%, 100% 15% + } +} + +@media screen and (max-width:768px) { + .videoContainer-1Avnxc { + background-image: url(/assets/ade7b5369293c0be0b0aa3795b16071f.jpg); + background-size: cover; + top: 200px; + -webkit-transform: translate(-70%); + transform: translate(-70%) + } +} + +@media screen and (max-width:510px) { + .videoContainer-1Avnxc { + top: 280px + } +} + +.logo-1U_ovC { + fill: #fff +} + +.clyde-2-VPBZ { + width: 33px +} + +.clyde-2-VPBZ, +.type-1G6S2n { + height: 36px +} + +.type-1G6S2n { + width: 98px +} + +@media screen and (max-width:1024px) { + .type-1G6S2n { + display: none + } +} + +.flex-21ywRf { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.flex-21ywRf, +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1 +} + +.flex-21ywRf.flexGutterSmall-qcUxro { + margin-left: -10px; + margin-right: -10px +} + +.flex-21ywRf.flexGutterSmall-qcUxro .flexChild-FMspoG { + padding: 0 10px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw { + margin-left: -30px; + margin-right: -30px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw .flexChild-FMspoG { + padding: 0 30px +} + +.flexVertical-3UlyGp { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.flexVertical-3UlyGp>.flexSpacer-GrNT7f { + min-height: 1px +} + +.flexHorizontal-2e8SIr { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.flexHorizontal-2e8SIr>.flexSpacer-GrNT7f { + min-width: 1px +} + +.flexHorizontalReverse-yA5GP2 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.flexHorizontalReverse-yA5GP2>.flexSpacer-GrNT7f { + min-width: 1px +} + +.flexSpacer-GrNT7f { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + overflow: hidden +} + +.flexCenter-OeefPj { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStart-2qRj5J { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start +} + +.flexAlignEnd-3h-_AZ { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end +} + +.flexAlignCenter-3u30b3 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.flexAlignStretch-2lwI1M { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch +} + +.flexJustifyStart-3Hopvt { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.flexJustifyEnd-39vIgk { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end +} + +.flexJustifyCenter-1QqCti { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.flexJustifyAround-duP4ew { + -ms-flex-pack: distribute; + justify-content: space-around +} + +.flexJustifyBetween-1E8--m { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.flexNowrap-2g1HIq { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +.flexWrap-2YuKQk { + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.flexWrapReverse-2yt1q9 { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse +} + +.starField-q6BkYp { + color: #fff; + background: #202225; + overflow: auto; + position: relative +} + +.starChildren-1Hs1El { + position: relative; + z-index: 1 +} + +.myGodItsFullOfStars-29KFFF { + overflow: hidden; + position: absolute; + width: 100%; + height: 100%; + z-index: 0 +} + +.star-3Afsk9 { + fill: #4f5660 +} + +.starsFar-2vv26w, +.starsMiddle-3JKoQa, +.starsNear-2zVFGJ { + position: absolute; + width: 200%; + height: 100%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%) +} + +.leftConstellation-OiQA13 { + left: 0 +} + +.leftConstellation-OiQA13, +.rightConstellation-2amr_t { + position: absolute; + top: 0; + width: 50%; + height: 100% +} + +.rightConstellation-2amr_t { + left: 50% +} + +.starsFar-2vv26w { + -webkit-animation: starFieldAnimation-B3knWv 600s linear infinite; + animation: starFieldAnimation-B3knWv 600s linear infinite +} + +.starsMiddle-3JKoQa { + -webkit-animation: starFieldAnimation-B3knWv 400s linear infinite; + animation: starFieldAnimation-B3knWv 400s linear infinite +} + +.starsNear-2zVFGJ { + -webkit-animation: starFieldAnimation-B3knWv 200s linear infinite; + animation: starFieldAnimation-B3knWv 200s linear infinite +} + +.animationPaused-RmnUH1 .starsFar-2vv26w, +.animationPaused-RmnUH1 .starsMiddle-3JKoQa, +.animationPaused-RmnUH1 .starsNear-2zVFGJ { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +@-webkit-keyframes starFieldAnimation-B3knWv { + 0% { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } + to { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes starFieldAnimation-B3knWv { + 0% { + -webkit-transform: translateX(-50%); + transform: translateX(-50%) + } + to { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +.fullscreen-2Kw7nW { + background-color: #2f3136; + position: absolute; + height: 100vh; + width: 100vw; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.logo-2Q8A7I { + position: absolute; + top: 60px; + left: 60px; + z-index: 1 +} + +.box-2BGXB- { + width: 480px; + padding: 40px; + font-size: 18px; + text-align: center; + color: #72767d; + background: #36393f; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); + border-radius: 5px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.title-2R03d6 { + color: #fff; + font-size: 26px; + font-weight: 300; + line-height: 32px; + margin-bottom: 8px +} + +.subtitle-STtvLU { + font-size: 18px; + line-height: 22px; + margin-bottom: 40px +} + +.button-21k1F4 { + width: 100%; + font-size: 16px; + line-height: 24px; + font-weight: 500 +} + +.button-21k1F4:hover { + -webkit-box-shadow: none; + box-shadow: none; + top: 0; + background-color: rgba(114, 137, 218, .8) +} + +.wrapperVisible-32LHiX { + opacity: 1 +} + +.wrapperHidden-2yTOg3 { + opacity: 0 +} + +.bgGreyDots-2QF6Cc { + background: url(/assets/5b9c936020276cfe4ecce1b838b6acf3.svg) 0 0 no-repeat, url(/assets/3fbd5ec742f7c1db0be2345cc71e51dc.svg) 100% 0 no-repeat, url(/assets/536d14f2e3b4dfe9638e16ba2dc14f51.svg) bottom right 220px no-repeat, url(/assets/382a8718a423f80997b767904f71e527.svg) 0 100% no-repeat +} + +@media screen and (max-width:848px) { + .bgGreyDots-2QF6Cc { + background-position: 0 0, 100% 0, 100% 100%, 0 100% + } +} + +.bgBlackBlobs-pWyUCy { + background: url(/assets/f35de8ceb4c7be0466509e067b5209a6.svg) top 100px left 0 no-repeat, url(/assets/5c8a0eea53ae23a427b61fdb1a2487b6.svg) 100% 100% no-repeat; + background-color: #18191c; + overflow: auto +} + +.blurpleGradient-2OWeah { + background-image: linear-gradient(45deg, #9295e2 11%, #738ef5 88%); + position: relative +} + +.blurpleGradient-2OWeah:before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background-image: url(/assets/8a6fb04a7de46f908adbb18c2b4b776b.svg); + opacity: .05; + pointer-events: none +} + +.section-3rAeRL { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 0 20px; + margin: 0 auto; + text-align: center; + max-width: 960px +} + +@media screen and (min-width:1281px) { + .section-3rAeRL { + padding: 0 + } +} + +.tile-aRqovC { + border-radius: 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + text-align: start; + overflow: hidden; + -webkit-transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out +} + +a:hover .tile-aRqovC { + -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + -webkit-transform: translate3d(0, -8px, 0); + transform: translate3d(0, -8px, 0) +} + +.name-2J85bB { + font-weight: 700; + font-size: 16px; + line-height: 20px; + margin: 12px; + padding: 8px; + color: #2e3338; + background-color: #fff; + border-radius: 8px +} + +.illo-3iaPh8 { + width: 100% +} + +.tileSmall-bbV7Y0 .name-2J85bB { + display: none +} + +.tileSmall-bbV7Y0 .illo-3iaPh8 { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .name-2J85bB { + font-size: 20px; + line-height: 24px; + margin: 16px + } +} + +@media screen and (min-width:1281px) { + .name-2J85bB { + font-size: 24px; + line-height: 30px; + margin: 24px + } +} + +.gallery-2C97Fs { + --columns: 2; + --tileSpacing: 20px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.gallery-2C97Fs, +.tile-DdJ-z3 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.tile-DdJ-z3 { + width: calc((100% - var(--tileSpacing)*(var(--columns) - 1))/var(--columns)); + margin-bottom: var(--tileSpacing) +} + +.tileInner-1vx_QW { + width: 100% +} + +@media screen and (min-width:768px) { + .gallery-2C97Fs { + --columns: 3 + } +} + +.wrapper-1CWc2N { + padding-top: 40px; + padding-bottom: 40px +} + +.section--ZSO8k, +.wrapper-1CWc2N { + position: relative +} + +.heading-3ZWIqJ { + font-size: 32px; + line-height: 40px; + font-weight: 700; + color: #fff +} + +.subheading-2NxIHJ { + margin-top: 24px; + font-size: 16px; + line-height: 20px; + color: #fff +} + +@media screen and (min-width:768px) { + .wrapper-1CWc2N { + padding-top: 56px; + padding-bottom: 80px + } + .heading-3ZWIqJ { + font-size: 40px; + line-height: 44px + } + .subheading-2NxIHJ { + font-size: 24px; + line-height: 30px + } +} + +@media screen and (min-width:1281px) { + .wrapper-1CWc2N { + padding-top: 88px + } + .backgroundLeft-UBHuap { + height: 525px + } + .backgroundRight-y9AGkn { + height: 554px + } + .section--ZSO8k { + padding: 0 80px + } +} + +.invite-2mu2_V { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + width: 343px; + margin: 2px 10px 18px; + padding: 16px; + border-radius: 12px; + background: #fff; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + -webkit-box-sizing: border-box; + box-sizing: border-box; + text-align: initial +} + +.inviteIcon-1sZodT { + width: 40px; + height: 40px; + border-radius: 50%; + margin-right: 16px; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.inviteText-1eZukW { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.inviteHeader-rrZxGE { + font-size: 14px; + line-height: 18px; + color: #4f5660 +} + +.inviteGuildName-2BxXWs { + font-size: 16px; + line-height: 20px; + font-weight: 600; + color: #060607 +} + +.wrapper-1baJxh { + margin-top: 30px +} + +.rowWrapper-3EuYoT { + max-width: 1800px +} + +@media screen and (min-width:1800px) { + .rowWrapper-3EuYoT:after, + .rowWrapper-3EuYoT:before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + width: 100px; + z-index: 1 + } + .rowWrapper-3EuYoT:before { + left: 0; + background: -webkit-gradient(linear, left top, right top, from(#d1e1ff), to(rgba(209, 225, 255, 0))); + background: linear-gradient(90deg, #d1e1ff, rgba(209, 225, 255, 0)) + } + .rowWrapper-3EuYoT:after { + right: 0; + background: -webkit-gradient(linear, right top, left top, from(#d1e1ff), to(rgba(209, 225, 255, 0))); + background: linear-gradient(-90deg, #d1e1ff, rgba(209, 225, 255, 0)) + } +} + +.section-Jj8zlO { + margin-top: 80px; + color: #000 +} + +.header-2iD3rA { + font-size: 24px; + line-height: 30px; + font-weight: 700 +} + +.subheader-1P9z_K { + font-size: 16px; + line-height: 20px; + margin-top: 24px +} + +@media screen and (min-width:768px) { + .header-2iD3rA { + font-size: 32px; + line-height: 40px + } + .subheader-1P9z_K { + font-size: 24px; + line-height: 30px + } +} + +.carousel-2Vzmbg { + position: relative; + white-space: nowrap; + overflow: hidden +} + +.carousel-2Vzmbg, +.item-22mqO_, +.items-2UKQjK { + width: 100% +} + +.item-22mqO_ { + position: relative; + white-space: normal; + display: inline-block; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.arrows-LhGxAD { + top: 50%; + width: 100% +} + +.arrow-1Daa3p, +.arrows-LhGxAD { + position: absolute +} + +.arrow-1Daa3p { + top: -17.5px; + width: 25px; + height: 25px; + padding: 5px; + pointer-events: all; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 2 +} + +.arrowLeft-R4jzb4 { + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg); + left: 0 +} + +.arrowRight-2elTqs { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + right: 0 +} + +.wrapper-1PfLRn { + margin-bottom: 128px +} + +.header-3p9gDf { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center +} + +.tileSmall-2XaSlo { + margin-bottom: 18px; + min-width: 160px +} + +.heading-W7ynjn { + font-size: 24px; + line-height: 30px; + font-weight: 700; + color: #270813 +} + +.subheading-1X0tgS { + margin-top: 8px; + font-size: 16px; + line-height: 20px; + color: #270813 +} + +.layout-MAaKHk { + margin-top: 20px +} + +.carouselArrow-GFxaa_ { + background: #ebf0f7; + border-radius: 50%; + color: #4f5660 +} + +.columns-1cpigb { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.wrapper-1PfLRn:nth-child(2n) .columns-1cpigb { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.column-3DM9DR { + width: calc(33.33333% - 13.33333px) +} + +.card-2VDOzu, +.column-3DM9DR { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.card-2VDOzu { + -webkit-box-sizing: border-box; + box-sizing: border-box; + background: #fff; + border: 1px solid rgba(6, 6, 7, .08); + border-radius: 8px; + color: #2e3338; + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid-column; + text-align: start; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: auto; + padding: 24px 32px; + width: calc(100% - 30px); + height: 284px +} + +.card-2VDOzu, +.quote-1pmwhD { + font-size: 16px; + line-height: 20px +} + +.quoteBold-2VFMSk { + font-weight: 600 +} + +.attribution-3jVzSh { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.avatar-3reYBM { + width: 40px; + height: 40px; + border-radius: 50%; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin-right: 16px +} + +.author-27vSEM { + font-size: 16px; + line-height: 20px; + font-weight: 700 +} + +.footer-3dsaOr { + margin-top: 32px; + font-size: 16px; + line-height: 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.cta-1wMPt1 { + background-color: #fff; + border-width: 4px; + border-style: solid; + border-radius: 8px; + padding: 4px 12px; + font-weight: 600; + color: #000; + margin-top: 8px; + -webkit-transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out; + transition: box-shadow .3s ease-out, transform .3s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out +} + +.cta-1wMPt1:hover { + -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + box-shadow: 0 4px 8px rgba(0, 0, 0, .2); + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0) +} + +.ctaArrow-3K3rJT { + width: 24px; + height: 24px; + margin-left: 8px; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); + vertical-align: bottom +} + +@media screen and (min-width:768px) { + .tileSmall-2XaSlo { + display: none + } + .heading-W7ynjn { + font-size: 32px; + line-height: 40px + } + .subheading-1X0tgS { + margin-top: 16px; + font-size: 20px; + line-height: 24px + } + .layout-MAaKHk { + margin-top: 40px + } + .card-2VDOzu { + margin: 0 0 20px; + padding: 24px; + width: auto; + height: auto + } + .avatar-3reYBM { + margin-right: 8px + } + .author-27vSEM { + font-size: 14px; + line-height: 18px + } + .footer-3dsaOr { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row + } + .cta-1wMPt1 { + margin-top: 0; + margin-left: 8px + } +} + +@media screen and (min-width:1281px) { + .section-1lJZHa { + padding: 0 + } + .quote-1pmwhD { + font-size: 20px; + line-height: 24px + } + .avatar-3reYBM { + margin-right: 16px + } + .author-27vSEM { + font-size: 16px; + line-height: 20px + } + .footer-3dsaOr { + font-size: 20px + } +} + +@media screen and (min-width:1281px) { + .section-zIBOZi { + padding: 0 + } +} + +.header-2zdRgX { + background-color: #d1e1ff +} + +.heroBackground-30lBEh { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 500px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + background-color: #4788ff; + overflow: hidden +} + +.heroBackgroundLeft-2NkYFZ, +.heroBackgroundRight-3YdGa1 { + margin-bottom: -1px +} + +.heroBackgroundLeft-2NkYFZ { + height: 295px +} + +.heroBackgroundRight-3YdGa1 { + display: none +} + +.waveDivider-1Cqcm0 { + margin-top: -1px; + margin-bottom: 80px; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); + color: #d1e1ff +} + +.help-24MZWA { + background-color: #fff; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 8px; + padding: 40px; + color: #000; + max-width: 800px; + margin: 0 auto 120px +} + +.helpHeader-1TMGse { + font-size: 24px; + line-height: 30px; + font-weight: 700 +} + +.helpContent-35Oh_f { + font-size: 16px; + line-height: 20px; + color: #000; + margin-top: 16px +} + +@media screen and (min-width:768px) { + .heroBackground-30lBEh { + height: 600px + } + .heroBackgroundLeft-2NkYFZ { + height: 262px + } + .heroBackgroundRight-3YdGa1 { + display: block; + height: 373px + } + .helpHeader-1TMGse { + font-size: 32px; + line-height: 40px + } + .helpContent-35Oh_f { + font-size: 20px; + line-height: 24px + } +} + +@media screen and (min-width:1281px) { + .heroBackgroundLeft-2NkYFZ { + height: 525px + } + .heroBackgroundRight-3YdGa1 { + height: 554px + } + .helpContent-35Oh_f { + font-size: 24px; + line-height: 30px + } +} + +.container-3iEQmT { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + opacity: 0; + -webkit-transform: translateY(50px); + transform: translateY(50px); + -webkit-transition: opacity .6s .1s, -webkit-transform .6s ease; + transition: opacity .6s .1s, -webkit-transform .6s ease; + transition: opacity .6s .1s, transform .6s ease; + transition: opacity .6s .1s, transform .6s ease, -webkit-transform .6s ease +} + +.description-1K7RzO { + color: #E2E2E2; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.imageLeft-1VXvAQ .description-1K7RzO, +.imageRight-2P6qcK .description-1K7RzO { + margin-top: 20px +} + +.image-1-kW64 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + width: 100%; + -o-object-fit: cover; + object-fit: cover; + margin-top: 24px +} + +.visible-hh3e_5 { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0) +} + +@media screen and (min-width:768px) { + .imageRight-2P6qcK .description-1K7RzO { + margin-top: 0; + grid-column: span 4; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } + .imageRight-2P6qcK .image-1-kW64 { + grid-column: span 4; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-top: auto; + margin-bottom: auto + } + .imageLeft-1VXvAQ .description-1K7RzO { + margin-top: 0; + grid-column: span 4 + } + .imageLeft-1VXvAQ .image-1-kW64 { + grid-column: span 4; + margin-top: auto; + margin-bottom: auto + } + .imageBottom-2ROCI6 .description-1K7RzO { + text-align: center + } + .description-1K7RzO { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } +} + +@media screen and (min-width:1024px) { + .imageRight-2P6qcK .description-1K7RzO { + grid-column: 1/span 4 + } + .imageRight-2P6qcK .image-1-kW64 { + grid-column: 6/span 7 + } + .imageLeft-1VXvAQ .description-1K7RzO { + grid-column: 9/span 4; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } + .imageLeft-1VXvAQ .image-1-kW64 { + grid-column: span 7; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } + .imageBottom-2ROCI6 .description-1K7RzO { + grid-column: 2/span 10 + } + .imageBottom-2ROCI6 .image-1-kW64 { + margin-top: 16px + } +} + +.subtitle-1ZS-lq { + margin-top: 24px +} + +.container-3fzHO2 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + position: relative +} + +.container-3fzHO2, +.sparklesContainer-3Fo_ua { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparklesContainer-3Fo_ua { + position: absolute; + top: 0; + width: 100%; + overflow: hidden +} + +.sparkles-QgcuS6 { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.title-2TUBQe { + margin-top: 30px; + z-index: 1 +} + +.downloadButton-1lMS1e { + margin-top: 40px; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@media screen and (min-width:768px) { + .downloadButton-1lMS1e { + width: auto + } +} + +.recaptchaError-Vu6LWB { + border: 1px solid #f04747; + width: 304px; + height: 78px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 4px +} + +.brandLight-5gl2MR .checkbox-1iCVPU { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.checkbox-1iCVPU { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 4px; + padding: 3px; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.container-23gjzD { + width: 20px; + height: 20px; + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.container-23gjzD .input-q9CZ9Q { + display: none +} + +.keyboardMode .container-23gjzD:focus .checkbox-1iCVPU { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.ctaContainer-3vWJHU { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.downloadButton-111eh6 { + margin-top: 24px +} + +.twoButtons-3Bk8eU { + margin-right: 24px +} + +.openButton-McADyK { + margin-top: 24px +} + +.formContainer-1p5okg { + margin-top: 32px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.form-me5tBZ, +.formContainer-1p5okg { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.form-me5tBZ { + max-width: 380px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 28px; + position: relative; + -webkit-animation: form-open-2FmvMl .35s cubic-bezier(.25, .25, .315, 1.35) forwards; + animation: form-open-2FmvMl .35s cubic-bezier(.25, .25, .315, 1.35) forwards +} + +.form-me5tBZ, +.username-27KRPU { + width: 100%; + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.username-27KRPU { + margin-left: 32px; + color: #23272a; + color: var(--not-quite-black) +} + +.username-27KRPU::-webkit-input-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU::-moz-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU:-ms-input-placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.username-27KRPU::placeholder { + text-color: #99aab5; + text-color: var(--greyple) +} + +.tryButton-3ls6xB { + margin: 9px; + padding: 7px 18px +} + +.arrow-2fF-rb, +.spinner-2Oxmvf { + width: 24px; + height: 24px +} + +.spinner-2Oxmvf { + -webkit-transform: scale(.5) translateX(-5px); + transform: scale(.5) translateX(-5px) +} + +.spinnerItem-1raGY9 { + background: #fff; + background: var(--white) +} + +.termsContainer-f1Cj9m { + margin-top: 20px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.termsCheckbox-1vN0hh { + margin-right: 8px +} + +.termsText-2hMGL9, +.termsText-2hMGL9 a { + color: #fff; + color: var(--white) +} + +.termsText-2hMGL9 a { + text-decoration: underline +} + +.errorTooltip-1nFjEM { + position: absolute; + bottom: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; + margin-bottom: 10px +} + +.error-1iRHYa { + background-color: #fff; + background-color: var(--white); + border-radius: 4px; + color: #c80000; + padding: 12px 20px +} + +@media screen and (min-width:768px) { + .formContainer-1p5okg { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start + } +} + +@media screen and (min-width:1024px) { + .formContainer-1p5okg { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .ctaContainer-3vWJHU { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } +} + +@-webkit-keyframes form-open-2FmvMl { + 0% { + max-width: 100px + } + to { + max-width: 380px + } +} + +@keyframes form-open-2FmvMl { + 0% { + max-width: 100px + } + to { + max-width: 380px + } +} + +.heroBackground-3m0TRU { + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.45%, #17171f), color-stop(71.18%, #101015)); + background: linear-gradient(0deg, #17171f -.45%, #101015 71.18%); + position: relative; + overflow: hidden +} + +.heroImageContainer-36P5yd { + position: relative; + z-index: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.animationPaused-2jL0Tj .backgroundImages-2rUazg { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.backgroundImages-2rUazg { + display: none; + position: absolute; + top: 0; + left: 50% +} + +.backgroundBuildings-1dpPv_ { + display: block; + position: absolute; + bottom: 0; + left: 50%; + margin-left: 24px +} + +.cloud1-1oi7Jg { + display: block; + top: auto; + bottom: 0; + margin-left: -1100px; + height: 600px +} + +.foregroundLeft-oYeoOv { + display: block; + height: 368px; + position: relative; + z-index: 1; + -webkit-transform: translateX(-200px); + transform: translateX(-200px) +} + +.foregroundRight-31UKnq { + position: absolute; + bottom: 0; + display: none +} + +.heroContainer-3j1eQg { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + z-index: 1 +} + +.heroBody-3b6R3c { + grid-column: span 4 +} + +.heroSubtitle-32Iz6d { + margin-top: 24px +} + +.heroText-Sc7-zG { + color: #fff; + color: var(--white) +} + +@media screen and (min-width:768px) { + .heroBackground-3m0TRU { + min-height: 626px + } + .heroSubtitle-32Iz6d { + margin-top: 40px + } + .heroText-Sc7-zG { + margin-bottom: 8px + } + .heroBody-3b6R3c { + grid-column: span 5 + } + .heroImageContainer-36P5yd { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100% + } + .backgroundBuildings-1dpPv_ { + margin-left: -871px + } + .foregroundLeft-oYeoOv { + display: none + } + .foregroundRight-31UKnq { + display: block; + bottom: 0; + left: 50%; + margin-left: 25px + } + .backgroundImages-2rUazg { + display: block + } + .stripe1-3BXB_U { + margin-left: -706px + } + .stripe2-8Dj-R4 { + margin-left: -1074px + } + .stripe3-2NZ4zi { + margin-left: 46px + } + .stripeCute-2yWHX7 { + margin-top: 17px; + margin-left: 218px + } + .ship-2AEkqt { + margin-top: 87px; + margin-left: -460px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .island1-3TIhuh { + margin-top: 80px; + margin-left: -1168px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .island2-2Nb-g5 { + margin-top: 80px; + margin-left: 115px; + -webkit-animation: shift-right-3LU1WH 4800s linear forwards; + animation: shift-right-3LU1WH 4800s linear forwards + } + .cloud1-1oi7Jg { + top: auto; + bottom: 0; + margin-left: -1250px; + height: auto; + -webkit-animation: shift-right-3LU1WH 685s linear forwards; + animation: shift-right-3LU1WH 685s linear forwards + } + .cloud2-2ngq2N { + margin-left: 631px + } + .cloud2-2ngq2N, + .cloud2Second-Gbh2WA { + top: auto; + bottom: 0; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud2Second-Gbh2WA { + margin-left: -2000px + } + .cloud3-3IZheo { + margin-left: -166px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud3-3IZheo, + .cloud4-2BRRU2 { + top: auto; + bottom: 0 + } + .cloud4-2BRRU2 { + margin-left: -767px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .cloud5-34_2QW { + top: auto; + bottom: 0; + margin-left: 86px; + -webkit-animation: shift-right-3LU1WH 1600s linear forwards; + animation: shift-right-3LU1WH 1600s linear forwards + } + .cloud6-j2xFjt { + margin-top: 68px; + margin-left: 856px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud7-29FdT1 { + margin-top: 211px; + margin-left: 353px; + -webkit-animation: shift-right-3LU1WH 2400s linear forwards; + animation: shift-right-3LU1WH 2400s linear forwards + } + .cloud8-3V2ZT2 { + top: auto; + bottom: 0; + margin-bottom: 16px; + margin-left: 4px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .cloud9-16dNGB { + margin-top: 268px; + margin-left: -1200px; + -webkit-animation: shift-right-3LU1WH 960s linear forwards; + animation: shift-right-3LU1WH 960s linear forwards + } + .cloud10-3dZ5jP { + top: auto; + bottom: 0; + margin-left: -200px; + margin-bottom: -200px; + -webkit-animation: hello-2FR9NG 100s linear forwards; + animation: hello-2FR9NG 100s linear forwards; + -webkit-animation-delay: 180s; + animation-delay: 180s + } + .cloudCute-s1ak5z { + top: auto; + bottom: 0; + margin-bottom: 34px; + margin-left: -291px; + -webkit-animation: shift-right-3LU1WH 1200s linear forwards; + animation: shift-right-3LU1WH 1200s linear forwards + } + .diamond-2IoVJv { + margin-top: 114px; + margin-left: 182px + } +} + +@media screen and (min-width:1024px) { + .heroSubtitle-32Iz6d { + margin-top: 40px + } + .heroBody-3b6R3c { + grid-column: 3/span 8; + text-align: center + } + .backgroundBuildings-1dpPv_ { + margin-left: -506px + } + .foregroundLeft-oYeoOv { + position: absolute; + bottom: 0; + left: 50%; + display: block; + height: auto; + margin-left: -1300px; + -webkit-transform: none; + transform: none + } + .foregroundRight-31UKnq { + display: block; + bottom: 0; + left: 50%; + margin-left: 368px + } + .ship-2AEkqt { + margin-top: 117px + } + .island2-2Nb-g5 { + margin-left: 215px + } +} + +@-webkit-keyframes shift-right-3LU1WH { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@keyframes shift-right-3LU1WH { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0) + } + to { + -webkit-transform: translateX(8000px); + transform: translateX(8000px) + } +} + +@-webkit-keyframes hello-2FR9NG { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0) + } + to { + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px) + } +} + +@keyframes hello-2FR9NG { + 0% { + -webkit-transform: translateY(0); + transform: translateY(0) + } + to { + -webkit-transform: translateY(-2000px); + transform: translateY(-2000px) + } +} + +.cta-3aOZq- { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.greyBackground-2ATEHg { + background-color: #101015; +} + +.wave-38scNw { + color: #101015; +} + +.invertedWave-2Uzmgv { + -webkit-transform: matrix(1, 0, 0, -1, 0, 0); + transform: matrix(1, 0, 0, -1, 0, 0) +} + +.featureImage-3J6LeD { + max-width: 678px; + max-height: 440px +} + +@media screen and (min-width:1024px) { + .lastFeatureTile-11EYAU { + padding-bottom: 80px + } +} + +.outerContainer-rs08tI { + overflow: hidden; + background-color: #23272a; + background-color: var(--not-quite-black) +} + +.container-vvp1Mb { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-29X740 { + grid-column: span 4; + color: #fff; + color: var(--white) +} + +.imageContainer-R5qogz { + grid-column: span 4; + display: none +} + +.subtitle-2af6zm { + margin-top: 24px +} + +.buttonContainer-2o6EyV { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.downloadButton-3Q_9Ak { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.downloadButton-3Q_9Ak, +.infoText-2NpLxz { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: 24px; + width: 100% +} + +.infoText-2NpLxz { + text-align: center +} + +@media screen and (min-width:768px) { + .imageContainer-R5qogz { + display: block; + position: relative + } + .image-Zz9b9T { + height: 100%; + width: auto; + position: absolute; + top: 0; + down: 0; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto + } + .subtitle-2af6zm { + margin-top: 40px; + margin-bottom: 16px + } + .downloadButton-3Q_9Ak { + margin-right: 24px; + width: auto + } + .infoText-2NpLxz { + width: auto + } + .buttonContainer-2o6EyV { + -webkit-box-pack: normal; + -ms-flex-pack: normal; + justify-content: normal + } +} + +@media screen and (min-width:1024px) { + .imageContainer-R5qogz { + grid-column: 7/span 6 + } + .body-29X740 { + grid-column: span 6 + } +} + +.container-15JFVG { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + color: #23272a; + color: var(--not-quite-black) +} + +.card-1A48l7, +.ptbCard-29qjBX { + grid-column: span 1; + grid-row: span 2; + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.card-1A48l7 { + overflow: hidden; + height: 363px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 16px; + padding: 56px; + color: #23272a; + color: var(--not-quite-black) +} + +.cardTextContainer-2p4Ogr { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.platformButton-3OfxSZ { + margin-top: 16px +} + +.platformImage-2yFUKo { + margin-top: 24px; + width: 100% +} + +.cardContainer-2PiRQc { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: grid; + grid-template-columns: 1fr; + gap: 20px +} + +.ptbCard-29qjBX { + padding: 48px 40px +} + +.ptbSubtitle-14v6NL { + margin-top: 16px; + margin-bottom: 16px +} + +.dropdownArrow-1aNY8m { + margin-left: 8px; + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +@media screen and (min-width:768px) { + .card-1A48l7 { + height: 600px + } + .cardContainer-2PiRQc { + grid-template-columns: 1fr 1fr; + grid-template-rows: 156px auto 156px auto 156px + } + .card1-m1lK1k { + grid-column: 2; + grid-row: 2/span 2 + } +} + +@media screen and (min-width:768px) { + .platformImage-2yFUKo { + margin-top: 64px; + width: auto + } +} + +.document-3OCpS5 { + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + word-wrap: break-word; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 h1 { + margin-top: 40px; + font-weight: 500; + font-size: 32px; + line-height: 120% +} + +.document-3OCpS5 h2, +.document-3OCpS5 h3 { + margin-top: 40px; + font-size: 24px; + line-height: 140% +} + +.document-3OCpS5 h5 { + margin-top: 40px; + margin-bottom: 40px; + font-size: 24px; + line-height: 120% +} + +.document-3OCpS5 .paragraph-3O7Mt4, +.document-3OCpS5 p { + margin-top: 24px; + display: block; + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 li p, +.document-3OCpS5 li ul { + margin-top: 0 +} + +.document-3OCpS5 a { + color: #7289da; + color: var(--brand-primary) +} + +.document-3OCpS5 a:hover { + text-decoration: underline +} + +.keyboardMode .document-3OCpS5 a:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border); + border-radius: 4px +} + +.document-3OCpS5 ul { + margin-top: 24px; + margin-left: 15px +} + +.document-3OCpS5 ul li { + position: relative; + font-family: Whitney; + font-weight: 350; + font-size: 16px; + line-height: 28px; + color: #23272a; + color: var(--not-quite-black) +} + +.document-3OCpS5 ul li:before { + position: absolute; + content: "\2022"; + top: 0; + left: -15px +} + +.document-3OCpS5 ol { + list-style: decimal; + margin: 10px 0 0 15px +} + +.document-3OCpS5 ol li { + margin-top: 10px +} + +.document-3OCpS5 strong { + font-weight: 700 +} + +.document-3OCpS5 u { + text-decoration: underline +} + +.document-3OCpS5 em { + font-style: italic +} + +.document-3OCpS5 .pre-AMONjO, +.document-3OCpS5 pre { + white-space: pre-wrap +} + +.document-3OCpS5 h1:first-of-type { + font-weight: 700; + font-size: 56px; + line-height: 120% +} + +.document-3OCpS5 h1:first-of-type+p { + font-size: 24px; + line-height: 140%; + color: #23272a; + color: var(--not-quite-black) +} + +.section-1fEpyv { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +@media screen and (min-width:1024px) { + .section-1fEpyv { + grid-column: 3/span 8 + } +} + +.newline-2DQ6It { + display: block +} + +.title-3Sjnrc { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 24px; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto +} + +.love-3tw_cX { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.loveImage-6ewqUG { + border-radius: 6px; + width: 100%; + height: auto +} + +.container-4JLRen { + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.18%, #7196ff), color-stop(97.44%, #2a5ee8)); + background: linear-gradient(0deg, #7196ff -.18%, #2a5ee8 97.44%); + position: relative; + padding-bottom: 412px +} + +.content-1GmHzK { + z-index: 1; + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.background-3_T1a9 { + z-index: 0; + position: absolute; + left: 0; + right: 0; + bottom: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.backgroundImage-1UvUKZ { + height: 412px; + width: auto; + -webkit-transform: translateX(-250px); + transform: translateX(-250px) +} + +.heroBody-2wfZz_ { + z-index: 1; + grid-column: span 4; + color: #fff; + color: var(--white) +} + +.heroSubtitle-2FM66v { + margin-top: 40px +} + +@media screen and (min-width:768px) { + .container-4JLRen { + padding-bottom: 56px; + padding-bottom: var(--section-spacing) + } + .backgroundImage-1UvUKZ { + height: 658px; + -webkit-transform: translateX(50px) translateY(75px); + transform: translateX(50px) translateY(75px) + } +} + +@media screen and (min-width:1024px) { + .container-4JLRen { + padding-bottom: 300px + } + .heroBody-2wfZz_ { + grid-column: span 5 + } + .backgroundImage-1UvUKZ { + height: auto; + width: auto; + -webkit-transform: none; + transform: none + } +} + +.container-1sXFBj { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.subtitle-1kH2VA, +.title-3KM3C8 { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.panel-aS1oNe { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.panelImageContainer-3lZeW6 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.panelImage-1yM6TH { + width: 100%; + height: auto +} + +.panelTextContainer-fgiy3h { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 32px +} + +.panelText-1LLVQr { + margin-top: 20px +} + +@media screen and (min-width:768px) { + .panelImageContainer-3lZeW6 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .panelImageContainer-3lZeW6, + .panelTextContainer-fgiy3h { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .panelTextContainer-fgiy3h { + margin-top: 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column + } + .panelFlip-3OcjlN .panelImageContainer-3lZeW6 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2 + } + .panelFlip-3OcjlN .panelText-1LLVQr { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1 + } +} + +@media screen and (min-width:1024px) { + .panelImageContainer-3lZeW6 { + grid-column: span 5 + } + .panelTextContainer-fgiy3h { + grid-column: span 7 + } +} + +.container-3W99fy { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-34UrRU { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.card-1SPPgp { + margin-top: 40px; + grid-column: span 4 +} + +.cardHeading-Ar637C { + color: #7289da; + color: var(--brand-primary) +} + +.cardDescription-2ytmYx { + margin-top: 8px +} + +.card-IqwVQ8 { + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + background-color: #fff; + background-color: var(--white); + border-radius: 16px; + overflow: hidden; + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(var(--num-grid-columns), 1fr); + gap: 0 20px +} + +.image-38Fgwr { + height: 100%; + width: 100%; + -o-object-fit: cover; + object-fit: cover; + position: absolute +} + +.imageContainer-W9vpmO { + display: none +} + +.imageContainerWithImage-1JZgjd { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 320px; + position: relative; + overflow: hidden +} + +.content-35oAHm, +.imageContainerWithImage-1JZgjd { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.content-35oAHm { + margin: 40px +} + +.header-1GSSk5 { + color: #7289da; + color: var(--brand-primary) +} + +.button-_nyH9c, +.text-3UmRPD { + margin-top: 24px +} + +.button-_nyH9c { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@media screen and (min-width:768px) { + .button-_nyH9c { + width: auto + } +} + +@media screen and (min-width:1024px) { + .imageContainerWithImage-1JZgjd { + grid-column: span 5; + height: 100% + } + .content-35oAHm { + grid-column: 2/span 10; + margin: 75px 0 + } + .contentWithImage-aVLPO8 { + grid-column: 7/span 5 + } +} + +.container-1Y71kY { + width: 100%; + overflow: hidden; + position: relative +} + +.itemContainer-18n3TC { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.item-3rPEHJ { + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.container-s9lP1h { + position: absolute; + top: 0; + bottom: 0; + right: 0; + left: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.innerContainer-1iHqZI { + width: 100%; + height: 100%; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.arrowLeftBackground-1D-Ukt, +.arrowRightBackground-1Q_oX8, +.innerContainer-1iHqZI { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.arrowLeftBackground-1D-Ukt, +.arrowRightBackground-1Q_oX8 { + margin: 8px; + width: 40px; + height: 40px; + background-color: rgba(35, 39, 42, .3); + background-color: rgba(var(--not-quite-black-rgb), .3); + border-radius: 50%; + cursor: pointer; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.arrowLeft-16jVHC, +.arrowRight-1ayMR_ { + width: 20px; + height: 20px; + opacity: 1; + color: #fff; + color: var(--white) +} + +.arrowLeft-16jVHC { + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +@media screen and (min-width:768px) { + .arrowLeftBackground-1D-Ukt, + .arrowRightBackground-1Q_oX8 { + margin: 40px; + width: 64px; + height: 64px + } + .arrowLeft-16jVHC, + .arrowRight-1ayMR_ { + width: 32px; + height: 32px + } +} + +.container-2yF89Z { + width: 100% +} + +.carouselItemOuter-Y7J3EE { + padding: 0 4px +} + +.carouselItemContainer-3uScNU { + border-radius: 16px; + overflow: hidden; + width: 100%; + height: 0; + padding-bottom: 56.25% +} + +.carouselItemImage-dVRl3_ { + width: 100%; + height: auto +} + +@media screen and (min-width:768px) { + .carouselItemOuter-Y7J3EE { + padding: 0 20px + } +} + +.wave-1mdEK8 { + background-color: #f6f6f6; + background-color: var(--off-white); + color: #23272a; + color: var(--not-quite-black) +} + +.container-1xgUaW { + background-color: #23272a; + background-color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-1t1SJw { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.carousel-j6AFJe, +.hiringCard-2KWI0x { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.hiringCard-2KWI0x { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.section-sL1I0I { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.pageHeading-2uHZbf { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.heroSubtitle-1pcw1- { + margin-top: 24px +} + +.newsArticleMain-1ZVT3v { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.newsArticleLink-1pTwmh { + color: #23272a; + color: var(--not-quite-black) +} + +.newsArticleLink-1pTwmh:hover { + color: #7289da; + color: var(--brand-primary) +} + +.newsArticleDate-2t2N52 { + margin-top: 8px; + color: #99aab5; + color: var(--greyple) +} + +.newsArticlePublication-2IdZam { + margin-top: 24px; + max-height: 32px +} + +.newsArticleSub-3zARcj { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.spacer-3Zu80P { + display: none +} + +.press-ryhlFM { + background: #23272a; + background: var(--not-quite-black); + color: #fff; + color: var(--white) +} + +.mediaKit-20pFA2 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.mediaKitTitle-79tBKx { + margin-top: 80px +} + +.button-2caxlv { + margin-top: 40px +} + +.contact-T0HY7R { + margin-top: 80px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.socialIcons-3OMwBi { + margin-top: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.socialLink-pt1HO8 { + display: inline-block; + line-height: 0; + color: #7289da; + color: var(--brand-primary) +} + +.socialLink-pt1HO8+.socialLink-pt1HO8 { + margin-left: 16px +} + +.stats-nxPrzI { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #fff; + color: var(--white) +} + +.statsHeader-1jrsuU { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.metric-3JILxN { + margin-top: 32px; + grid-column: span 4 +} + +.metricDescription-1Qm3LU { + margin-top: 8px +} + +.foundersHeader-Jf0tY_, +.metricDescription-1Qm3LU { + color: #23272a; + color: var(--not-quite-black) +} + +.foundersHeader-Jf0tY_ { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.foundersBig-3D_eWU { + display: none +} + +.founderImage-187eRi { + width: 100% +} + +.founder-3g2R8N, +.founderImage-187eRi { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.founder-3g2R8N { + margin-top: 56px; + color: #23272a; + color: var(--not-quite-black) +} + +.founderTitle-NGTBem { + margin-top: 40px +} + +.investorsDivider-189Vac { + color: #f6f6f6; + color: var(--off-white) +} + +.investorsBackground-1X_2Qk { + background: #f6f6f6; + background: var(--off-white) +} + +.investorsHeader-e6PIFT, +.investorsSubheader-3rwiur { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black) +} + +.investorsSubheader-3rwiur { + margin-top: 24px +} + +.investorLogoWrapper-1wdZIE { + grid-column: span 4; + text-align: center +} + +.investorLogo-P9dXRB { + max-width: 100% +} + +.footer-cWm4u4 { + --card-offset: 242px; + padding-top: var(--card-offset); + background-color: #f6f6f6; + background-color: var(--off-white); + position: relative +} + +.hiringCard-1vEWpA { + z-index: 1; + margin-top: calc(-1*var(--card-offset)); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.footerBackground-2MV2yf { + background-color: #23272a; + background-color: var(--not-quite-black); + position: absolute; + top: var(--card-offset); + left: 0; + bottom: 0; + right: 0 +} + +@media screen and (min-width:768px) { + .newsArticleSub-3zARcj { + grid-column: span 4 + } + .foundersSmall-1rzOUn { + display: none + } + .foundersBig-3D_eWU { + display: initial; + margin-top: 56px + } + .founder-3g2R8N, + .founderImage-187eRi { + grid-column: span 4 + } + .investorsSubheader-3rwiur { + margin-bottom: 80px + } + .statsHeader-1jrsuU { + margin-bottom: 48px + } +} + +@media screen and (min-width:1024px) { + .newsArticleSub-3zARcj { + grid-column: span 5 + } + .spacer-3Zu80P { + display: initial; + grid-column: span 2 + } + .contact-T0HY7R, + .mediaKit-20pFA2 { + grid-column: span 5 + } + .contact-T0HY7R { + margin-top: 0 + } + .foundersBig-3D_eWU { + margin-top: 80px + } + .founder-3g2R8N, + .founderImage-187eRi { + grid-column: span 6 + } + .founder-3g2R8N { + margin-top: 80px + } +} + +.errorCardWrapper-2FShsU { + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0 +} + +@media screen and (max-width:848px) { + .errorCardWrapper-2FShsU { + -ms-flex-preferred-size: auto; + flex-basis: auto + } +} + +.errorCard-AVMZWy { + padding: 20px 30px +} + +@media screen and (max-width:848px) { + .errorCard-AVMZWy { + text-align: center + } +} + +.errorFlexWrapper-2RSrO6 { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + text-align: left +} + +@media screen and (max-width:848px) { + .errorFlexWrapper-2RSrO6 { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse + } +} + +.errorSweats-1BOPu8 { + -ms-flex-preferred-size: 0; + flex-basis: 0 +} + +@media screen and (max-width:848px) { + .errorSweats-1BOPu8 { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + margin-bottom: 20px + } +} + +.loadingCard-2QPOHj { + padding: 20px 30px +} + +.messageText-2fQyAt { + margin-left: 12px; + text-align: left +} + +.wave-1Eb2P- { + color: #2c2f33; + color: var(--dark-not-black); + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.container-ZKQGGb { + background-color: #2c2f33; + background-color: var(--dark-not-black) +} + +.text-3Bq1-R { + color: #fff; + color: var(--white); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.text-3Bq1-R p+p { + margin-top: 34px; + text-align: center +} + +.carousel-2Ddkaq { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.background-1RHROS { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.content-3VXhFe { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-3080ZW, +.heading-3GwxHq { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white); + text-align: center +} + +.body-3080ZW { + margin-top: 40px +} + +.wave-2GeEVE { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #f6f6f6; + color: var(--off-white) +} + +.videoSection-2WlsGQ { + position: relative; + grid-column: span 4; + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.videoWrapper-2iS5kq { + position: relative; + z-index: 2; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + width: 100% +} + +.videoWrapper-2iS5kq:after { + content: ""; + display: block; + padding-bottom: 56.25% +} + +.video-2a956- { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + will-change: opacity +} + +.imageContainer-1gsKku { + position: relative; + width: 100%; + height: 500px +} + +.image-31cJAR { + width: 100%; + height: auto +} + +.imageBox-3JubpG { + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + box-shadow: 0 8px 16px rgba(0, 0, 0, .1); + border-radius: 16px; + position: absolute; + overflow: hidden +} + +.imageBox1-3f4bC1 { + height: 220px; + width: 380px; + top: 10%; + left: -20% +} + +.imageBox2-1EHSBm { + height: 103px; + width: 180px; + top: 70%; + left: -10% +} + +.imageBox3-1x9ts- { + height: 160px; + width: 280px; + top: 35%; + left: 60% +} + +.imageBox4-30kk4i { + height: 220px; + width: 380px; + top: 80%; + left: 50% +} + +@media screen and (min-width:768px) { + .videoSection-2WlsGQ { + grid-column: 2/span 6 + } +} + +@media screen and (min-width:1024px) { + .body-3080ZW, + .videoSection-2WlsGQ { + grid-column: 3/span 8 + } + .imageContainer-1gsKku { + display: contents + } + .imageBox1-3f4bC1 { + top: 10%; + left: -40% + } + .imageBox2-1EHSBm { + top: 90%; + left: -10% + } + .imageBox3-1x9ts- { + top: 15%; + left: 80% + } + .imageBox4-30kk4i { + top: 80%; + left: 80% + } +} + +.card-3CLPHw { + grid-column: span 4; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + background-color: #fff; + background-color: var(--white); + color: #000; + color: var(--black); + padding: 24px; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-transition: -webkit-box-shadow .2s ease-in-out; + transition: -webkit-box-shadow .2s ease-in-out; + transition: box-shadow .2s ease-in-out; + transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out +} + +.card-3CLPHw:hover { + -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2); + box-shadow: 0 8px 15px rgba(0, 0, 0, .2) +} + +.keyboardMode .card-3CLPHw:focus { + border: 3px solid #00b0f4; + border: 3px solid var(--focus-border); + margin: -3px +} + +.row-Ou-n1r { + row-gap: 24px +} + +.title-3TjlPZ { + width: 75%; + font-weight: 500 +} + +.icon-lRvU4f { + color: #7289da; + color: var(--brand-primary) +} + +.details-1bIBBc { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.item-35CoAJ { + grid-column: span 4 +} + +.row-7YDX7x { + row-gap: 40px +} + +.icon-2GyljB, +.title-TNf-4b { + margin-bottom: 16px +} + +@media screen and (min-width:1024px) { + .item-35CoAJ { + padding-left: 30px; + padding-right: 30px + } +} + +.container-1migxl { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient); + color: #fff; + color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.heading-27dCZS { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.container-1NQYPG { + width: 100%; + padding-right: 0 +} + +.filterButton-kestUG { + margin-right: 8px; + margin-bottom: 8px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1) +} + +.buttonWrapOuter-lfuIBM { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: 24px +} + +.buttonWrap-L1cnGD { + padding: 6px; + white-space: nowrap; + overflow-x: auto +} + +@media screen and (min-width:1024px) { + .container-1NQYPG { + padding: 0 24px; + padding: 0 var(--page-gutter) + } + .buttonWrap-L1cnGD { + padding: 0; + white-space: normal; + overflow-x: visible + } +} + +.content-1QJA9C { + background-color: #f6f6f6; + background-color: var(--off-white); + overflow: hidden +} + +.perkIcons-1B3TF_ { + color: #fff; + color: var(--white) +} + +.descriptionTitle-3zx2S2 { + margin-bottom: 24px +} + +.filterHeader-3mmXXU { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.descriptionBody-1eYgS2 p+p { + margin-top: 34px +} + +.jobsSection-15sn-6 { + text-align: left; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #23272a; + color: var(--not-quite-black); + margin-bottom: 24px +} + +.jobsSection-15sn-6, +.jobsSingleRow-3IT1sP { + margin-top: 80px +} + +.description-2qHvoo { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 80px +} + +.jobList-1kX--S { + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.fileInput-D05COl { + position: absolute; + height: 1px; + width: 1px; + border: 0; + padding: 0; + clip: rect(0, 0, 0, 0); + overflow: hidden; + white-space: nowrap +} + +.fileInputButton-wJuGvZ:focus-within { + -webkit-box-shadow: 0 0 3px 3px #7289da; + box-shadow: 0 0 3px 3px #7289da +} + +.antiDiscriminationText-283xqW { + font-weight: 600; + color: #000; + border: 1px solid #333; + padding: 12px; + border-radius: 4px +} + +.uploader-2Kj0K_ { + height: 0; + overflow: hidden; + position: relative +} + +.deleteIcon-2siojd { + position: absolute; + top: 14px; + right: 20px; + border: 0; + cursor: pointer; + background: url(/assets/8307730f12369150034efedddaedb68b.svg) no-repeat 5px 5px; + background-size: 10px; + width: 20px; + height: 20px; + z-index: 9999 +} + +.deleteIcon-2siojd:hover { + top: 13px +} + +.success-1qCLtY { + text-align: center; + max-height: 50%; + position: relative; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%) +} + +.submitStepHeading-d18yO2 { + margin: 20px 0 +} + +.errorSection-GiNE1P { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 60px +} + +.errorSectionText-3hLbsE { + margin-top: 20px; + font-size: 20px; + text-align: center +} + +.errorSectionText-3hLbsE a { + color: #7289da; + -webkit-transition: color .25s ease; + transition: color .25s ease +} + +.errorSectionText-3hLbsE a:hover { + color: #4e5d94; + text-decoration: none +} + +.heroBackground-2ZzR0s { + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.heroBody-2owWVP {} + +.heroTitle-2NqrmA { + color: #7289da; + color: var(--brand-primary) +} + +.heroLocation-2sG3bR { + color: #23272a; + color: var(--not-quite-black); + margin-top: 4px +} + +.heroSubtitle-2LcVsa { + margin-top: 36px +} + +.body-6p4auF {} + +.body-6p4auF, +.body-6p4auF .paragraph-3Y-6hT, +.body-6p4auF p, +.body-6p4auF ul li { + font-size: 20px; + line-height: 30px +} + +.body-6p4auF>:first-child { + margin-top: 0 +} + +.perkIcons-1tej-5 { + color: #fff; + color: var(--white) +} + +.eeoc-33DVeX { + margin-top: 24px; + color: #7289da; + color: var(--brand-primary) +} + +.ctaContainer-8FAW4b { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.cta-2073Fg { + margin-top: 40px +} + +.container-T4AWzV { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.dot-16qQRk { + border-radius: 50%; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-right: 8px +} + +.dot-16qQRk:last-of-type { + margin-right: 0 +} + +.unfilled-4KYEWk { + width: 16px; + height: 16px; + background: #f6f6f6; + background: var(--off-white); + opacity: .3; + border: 2px solid #23272a; + border: 2px solid var(--not-quite-black) +} + +.filled-2tn3cl { + width: 20px; + height: 20px; + background: #23272a; + background: var(--not-quite-black); + border: 4px solid #23272a; + border: 4px solid var(--not-quite-black); + margin-right: 6px; + margin-left: -2px +} + +.filled-2tn3cl:last-of-type { + margin-right: -2px +} + +.container-1s5Hw1 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-3FiZ72 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.cta-1oHKzY { + margin-top: 80px +} + +.bodyText-RVsvQY { + margin-top: 8px; + min-height: 96px +} + +.buttons-LwfcXT { + margin-top: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.carouselContainer-2aXv7X { + margin-top: 56px; + width: 100% +} + +.carouselContainer-2aXv7X, +.carouselContentContainer-3Nbavu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.carouselContentContainer-3Nbavu { + margin-top: 24px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.carouselText-3lbCwU { + max-width: 800px +} + +.carouselDots-2-RAxY { + margin-top: 8px +} + +.item-i3g8Kn { + padding-left: 4px; + padding-right: 4px +} + +.itemImage-1y59G_ { + width: 100%; + height: auto +} + +@media screen and (min-width:768px) { + .item-i3g8Kn { + padding-left: 10px; + padding-right: 10px + } +} + +.container-21SHbu { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.title-2cooEY {} + +.values-ylLP_g { + margin-top: 20px +} + +.value-1Iid94 { + margin-bottom: 20px +} + +.valueHeading-2FSFOX { + color: #7289da; + color: var(--brand-primary) +} + +.valueText-3luHFZ { + margin-top: 8px +} + +@media screen and (min-width:1024px) { + .title-2cooEY { + grid-column: span 7 + } + .values-ylLP_g { + margin-top: 40px + } + .value-1Iid94 { + grid-column: span 4 + } +} + +.background-143nS8 { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.dividerBottom-28cD73, +.dividerTop-2wKacr { + color: #fff; + color: var(--white) +} + +.dividerTop-2wKacr { + -webkit-transform: rotate(180deg) translateY(1px); + transform: rotate(180deg) translateY(1px) +} + +.container-qTeDRf { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.header-2fVDKF { + color: #fff; + color: var(--white) +} + +.bodyText-3xyanz { + margin-top: 40px +} + +.testimonials-Qr_0hE { + margin: 80px auto 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + max-width: 1260px; + max-width: var(--page-max-width); + padding-left: 24px; + padding-left: var(--page-gutter); + padding-right: 24px; + padding-right: var(--page-gutter); + -webkit-columns: 1; + -moz-columns: 1; + column-count: 1; + -webkit-column-fill: balance; + -moz-column-fill: balance; + column-fill: balance +} + +.cardWrapper-12u0w3 { + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid; + margin-bottom: 20px +} + +@media screen and (min-width:768px) { + .testimonials-Qr_0hE { + -webkit-columns: 2; + -moz-columns: 2; + column-count: 2 + } +} + +@media screen and (min-width:1024px) { + .testimonials-Qr_0hE { + -webkit-columns: 3; + -moz-columns: 3; + column-count: 3 + } +} + +.pill-3WxLOY { + background-color: #7289da; + background-color: var(--brand-primary); + border-radius: 24px; + padding: 0 8px; + margin-left: 10px; + font-size: 12px; + line-height: 24px +} + +.wave-3708iR { + color: #7289da; + color: var(--brand-primary); + -webkit-transform: translateY(1px); + transform: translateY(1px) +} + +.container-5zrFh3 { + padding-top: 56px; + padding-top: var(--section-spacing); + background-color: #7289da; + background-color: var(--brand-primary); + padding-bottom: 260px; + position: relative; + overflow: hidden +} + +.body-2tiYWL { + grid-column: span 4; + z-index: 1 +} + +.title-3kVUsM { + width: 200px +} + +.subtitle-3u8Cw5 { + margin-top: 24px; + color: #fff; + color: var(--white) +} + +.ctaContainer-y2IFjj { + margin-top: 32px +} + +.ctaButton-aQUDyi { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 24px +} + +.animation-3nyC-B { + position: absolute; + bottom: 0; + left: 50%; + min-width: 1900px; + width: 100%; + height: auto; + z-index: 0; + -webkit-transform: translateX(-30%); + transform: translateX(-30%) +} + +@media screen and (min-width:768px) { + .body-2tiYWL { + grid-column: 1/span 6 + } + .ctaContainer-y2IFjj { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap + } + .ctaButton-aQUDyi { + width: auto + } + .ctaButton-aQUDyi:first-of-type { + margin-right: 42px + } + .container-5zrFh3 { + padding-bottom: 250px + } +} + +@media screen and (min-width:1024px) { + .body-2tiYWL { + grid-column: 7/span 6 + } + .container-5zrFh3 { + padding-bottom: 150px + } + .animation-3nyC-B { + left: 0; + width: 110%; + -webkit-transform: translateX(-5%); + transform: translateX(-5%) + } +} + +.background-3Fn7Nq { + background: -webkit-gradient(linear, left top, right top, from(#b473f5), to(#e292aa)); + background: linear-gradient(90deg, #b473f5, #e292aa); + overflow: hidden +} + +.container-1ICVx9 { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 112px; + margin-bottom: calc(var(--section-spacing) + 56px); + z-index: 2 +} + +.titleContainer-2eDrNW { + grid-column: span 4; + position: relative +} + +.staticWumpus-1xObST { + width: 250px; + height: auto; + position: absolute; + left: 50%; + display: block; + -webkit-transform: translateX(-24px); + transform: translateX(-24px) +} + +.title-1vp7ZU { + display: block; + width: 300px; + margin-left: auto; + margin-right: auto; + margin-top: 152px +} + +.subtitle-2Uzby2 { + text-align: center; + color: #fff; + color: var(--white) +} + +.ctaContainer-3TTv5b, +.subtitle-2Uzby2 { + grid-column: span 4; + margin-top: 40px +} + +.ctaButton-3QOc8e { + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-bottom: 24px +} + +.videoWrapper-2JhFEf { + position: absolute; + top: 0; + left: 0; + overflow: hidden; + z-index: 0; + width: 100%; + height: 100% +} + +.video-9--6_I { + position: absolute; + top: 65%; + left: 50%; + min-height: 135%; + min-width: 130%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + width: auto; + height: auto +} + +.outerContainer-3pI76d { + position: relative +} + +.wave-3CQqLw { + position: absolute; + bottom: -1px; + width: 100%; + color: #fff; + color: var(--white); + z-index: 3 +} + +@media screen and (min-width:768px) { + .titleContainer-2eDrNW { + grid-column: span 8 + } + .subtitle-2Uzby2 { + grid-column: 2/span 6 + } + .ctaContainer-3TTv5b { + grid-column: span 8; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center + } + .ctaButton-3QOc8e { + width: auto + } + .ctaButton-3QOc8e:first-of-type { + margin-right: 40px + } +} + +@media screen and (min-width:1024px) { + .titleContainer-2eDrNW { + grid-column: 1/span 6 + } + .staticWumpus-1xObST { + display: none + } + .title-1vp7ZU { + margin-left: 0; + margin-right: 0; + margin-top: 0 + } + .subtitle-2Uzby2 { + grid-column: 1/span 6; + text-align: left + } + .ctaContainer-3TTv5b { + grid-column: 1/span 6; + -webkit-box-pack: left; + -ms-flex-pack: left; + justify-content: left + } +} + +.container-wWFiq8 { + color: #23272a; + color: var(--not-quite-black); + padding-top: 56px; + padding-top: var(--section-spacing) +} + +.subtitle-hpSL5k, +.title-2eulZa { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.subtitle-hpSL5k { + margin-top: 24px +} + +.perksContainer-34_gSo { + margin-top: 56px; + margin-top: var(--section-spacing); + gap: 20px +} + +.perkTile-JTecO9 { + grid-column: span 4; + border-radius: 8px; + padding: 32px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + color: #fff; + color: var(--white); + text-align: center +} + +.perkSubtitle-vVL1iZ { + margin-top: 12px +} + +.perkImage-26sxbu { + margin-top: 20px; + margin-left: auto; + margin-right: auto +} + +.perkBetterEmoji-3e-E_y { + background: linear-gradient(142.53deg, #00a295, #26e8f4 98.75%), #3dcda7 +} + +.perkPersonalProfile-1fqbF6 { + background: linear-gradient(321.82deg, #21f2ff, #4181ff 59.22%, #4475ff 98.02%), #7196ff +} + +.perkSupportServer-2ks6fJ { + background: linear-gradient(138.46deg, #3e70ff 1.48%, #9a98ff 98.75%), #ff73fa +} + +.perkRepSupport-23SGg_ { + background: linear-gradient(141.85deg, #7e7bff, #ff73fa) +} + +.perkBiggerMemes-to0n_A { + background: linear-gradient(141.48deg, #f837ee 1.35%, #ffcd4b) +} + +.perkBiggerMemes-to0n_A .perkImage-26sxbu { + width: 177px; + height: 112px +} + +.perkHDVideo-_Pn-en { + background: linear-gradient(321.73deg, #ffcd4b -1.09%, #ee6315 100.65%) +} + +.perkHDVideo-_Pn-en .perkImage-26sxbu { + width: 177px; + height: 116px +} + +.ctaContainer-2a7MUV { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + overflow: hidden +} + +.ctaTitle-1Z93AH { + text-align: center; + color: #23272a; + color: var(--not-quite-black); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.ctaButton-10SPnA { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + grid-column: span 4; + margin-top: 20px +} + +.ctaButton-10SPnA:first-of-type { + margin-top: 40px +} + +@media screen and (min-width:768px) { + .ctaButton-10SPnA { + margin-top: 40px + } +} + +@media screen and (min-width:1024px) { + .ctaButton-10SPnA:first-of-type { + grid-column: 3/span 4 + } +} + +.card-actHXy { + border: 2px solid hsla(0, 0%, 100%, .05); + border-radius: 8px; + padding: 20px; + overflow: hidden; + background-clip: padding-box +} + +.cardLight-190DIX { + color: #fff; + color: var(--white) +} + +.cardDark-2bLMBf { + color: #23272a; + color: var(--not-quite-black) +} + +.colorCodes-10DdUd { + margin-top: 80px; + opacity: .6 +} + +.imageBox-1LW2Yl { + border-radius: 8px; + border: 2px solid hsla(0, 0%, 100%, .05); + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2); + box-shadow: 0 1px 1px rgba(0, 0, 0, .2); + position: relative; + overflow: hidden; + background-clip: padding-box; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.image-Nz_wRf { + height: 120px +} + +.checkerLight-3nBjiP { + background-color: #fff; + background-color: var(--white); + background-image: linear-gradient(45deg, #f6f6f6 25%, transparent 0, transparent 75%, #f6f6f6 0, #f6f6f6), linear-gradient(45deg, #f6f6f6 25%, transparent 0, transparent 75%, #f6f6f6 0, #f6f6f6) +} + +.checkerDark-1e-AY2, +.checkerLight-3nBjiP { + background-size: 30px 30px; + background-position: 0 0, 45px 45px +} + +.checkerDark-1e-AY2 { + background-color: transparent; + background-image: linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427), linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427) +} + +.linkContainer-20_-HW { + position: absolute; + bottom: 0; + right: 0 +} + +.link-XtwhJG { + margin-right: 16px +} + +.wave-TcrHrq { + color: #7289da; + color: var(--brand-primary) +} + +.container-1kLi6_, +.wave-TcrHrq { + background-color: #2c2f33; + background-color: var(--dark-not-black) +} + +.container-1kLi6_ { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.sectionSpacing-1JLnvz { + margin-top: 56px; + margin-top: var(--section-spacing) +} + +.textContainer-3xdHkq { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.note-155huJ, +.subtitle-I0ed66 { + margin-top: 40px +} + +.subtitle-I0ed66 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + color: #fff; + color: var(--white) +} + +.logoImage-3W-9Hy { + max-height: 104px +} + +.logoImageWordmark-3UpDLP { + max-height: 64px +} + +.logoImageBox-3e3-Ka { + margin-top: 40px; + height: 160px; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.mediaKitDownload-1xICpm { + margin-top: 80px +} + +.spacingLogo-1Tp7-J, +.spacingLogoWordmark-2UYt26, +.spacingWordmark-IthoBq { + margin-top: 40px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.spacingImage-Xzve9K { + max-width: 100% +} + +.colorRow-1VDakm { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + gap: 20px; + margin-top: 40px; + padding: 0 +} + +.colorCard-1HS1H7 { + grid-column: span 4 +} + +@media screen and (min-width:1024px) { + .logoImageBox-3e3-Ka { + grid-column: span 4 + } + .spacingLogoWordmark-2UYt26 { + grid-column: span 7 + } + .spacingLogo-1Tp7-J { + grid-column: span 2 + } + .spacingWordmark-IthoBq { + grid-column: span 3 + } +} + +.container-3Z7U5r { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.wave-3TIwfs { + color: #2c2f33; + color: var(--dark-not-black) +} + +.textContainer-lj0_W_ { + grid-column: span 4 +} + +.title-Nn03Wu { + color: #7289da; + color: var(--brand-primary) +} + +.subtitle-3_q6Rp { + margin-top: 40px; + color: #23272a; + color: var(--not-quite-black) +} + +.imageContainer-nZ_dtt { + grid-column: span 4; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.image-3PbJ5P { + width: 192px; + height: 218px +} + +@media screen and (min-width:1024px) { + .textContainer-lj0_W_ { + grid-column: span 7 + } + .imageContainer-nZ_dtt { + grid-column: span 5 + } +} + +.card-nFAqf3 { + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + box-shadow: 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 16px; + overflow: hidden; + color: #23272a; + color: var(--not-quite-black); + background-color: #fff; + background-color: var(--white); + padding: 40px; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.card-nFAqf3, +.ctaContainer-1nTBE3, +.headerContainer-2mwbHk { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.ctaContainer-1nTBE3, +.headerContainer-2mwbHk { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center +} + +.button-1MnTvL, +.description-l1RxDL, +.features-30A_74, +.linkContainer-2WVTwU, +.name-175Svm { + margin-top: 20px +} + +.feature-2D6N-j { + margin-bottom: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.feature-2D6N-j:last-child { + margin-bottom: 0 +} + +.check-1qK_lg { + color: #43b581; + color: var(--status-green); + margin-top: 2px; + margin-right: 11px; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.link-GXQhQv { + margin-left: 16px +} + +.link-GXQhQv:first-child { + margin-left: 0 +} + +.container-FXbeFk { + display: grid; + grid-template-columns: 1fr; + gap: 20px +} + +@media screen and (min-width:768px) { + .container-FXbeFk { + grid-template-columns: 1fr 1fr + } +} + +@media screen and (min-width:1024px) { + .card-nFAqf3 { + padding: 80px 100px + } +} + +.container-1Hi6cG { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2DvdC_ { + color: #23272a; + color: var(--not-quite-black); + text-align: center; + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.addonContainer-2TEA7_ { + margin-bottom: 80px +} + +.addonContainer-2TEA7_, +.communityAddonContainer-qSe5Ie { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 80px +} + +.subtitle-1vqEk6 { + margin-top: 24px +} + +.wave-3qH7rz { + background-color: #f6f6f6; + background-color: var(--off-white); + color: #23272a; + color: var(--not-quite-black) +} + +.container-1wRlgr { + background: linear-gradient(90deg, #8ea1e1, #7289da); + background: var(--brand-gradient) +} + +.content-b1mfkd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-2erSHl { + color: #fff; + color: var(--white); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.subtitle-KuiX1H { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .textContainer-2erSHl { + grid-column: span 6 + } +} + +.container-2GGyZM { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-1bSnPn { + color: #23272a; + color: var(--not-quite-black); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-bottom: 40px +} + +.subtitle-2HWdRf { + margin-top: 28px +} + +.step-3TaGXa { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + margin-top: 20px +} + +.step-3TaGXa:first-of-type { + margin-top: 0 +} + +.stepTitle-3HeNDe { + margin-top: 8px; + color: #7289da; + color: var(--brand-primary) +} + +.stepSubtitle-3KzXR2 { + margin-top: 8px; + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:768px) { + .step-3TaGXa { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + text-align: left + } + .stepImage-1JC45b { + margin-left: 8px; + margin-right: 8px + } +} + +@media screen and (min-width:1024px) { + .textContainer-1bSnPn { + margin-bottom: 80px + } + .step-3TaGXa { + margin-top: 0; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + grid-column: span 4; + text-align: center + } + .stepImage-1JC45b { + margin-left: 0; + margin-right: 0 + } +} + +.category-apZT2w { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.category-apZT2w:nth-of-type(2n) { + background-color: #fff; + background-color: var(--white) +} + +.categoryArticles-dACXAg, +.categoryTitle-12IZg1 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.categoryArticle-1tDwl-+.categoryArticle-1tDwl-, +.categoryArticles-dACXAg, +.categorySubtitle-3YX9k4 { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .categoryTitle-12IZg1 { + grid-column: span 4 + } + .categoryArticles-dACXAg { + margin-top: 0; + grid-column: 6/span 7 + } +} + +.background-3r8V3n { + background-color: #fff; + background-color: var(--white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.content-2NuJHT {} + +.heading-Dhbhva { + color: #23272a; + color: var(--not-quite-black) +} + +.body-2PFEyP p { + margin-top: 30px +} + +.body-2PFEyP p:first-child { + margin-top: 16px +} + +.body-2PFEyP strong { + font-style: italic +} + +.list-9A7nOA { + position: absolute; + top: 42px; + left: 16px; + z-index: 1; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 356px; + padding: 16px; + border-radius: 8px; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + background-color: #fff; + background-color: var(--white); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + -webkit-transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, transform .125s, visibility .125s; + transition: opacity .125s, transform .125s, visibility .125s, -webkit-transform .125s; + opacity: 0; + pointer-events: none; + -webkit-transform: scale(.9) translateY(-10px); + transform: scale(.9) translateY(-10px); + visibility: hidden +} + +.list-9A7nOA.listOpen-3LsJ1S { + opacity: 1; + pointer-events: auto; + -webkit-transform: scale(1) translateY(0); + transform: scale(1) translateY(0); + visibility: visible +} + +.listItem-qeeGHJ { + display: block; + border-radius: 4px +} + +.listItem-qeeGHJ:hover { + background: #f2f3f4 +} + +.link-ZN_UuK { + display: block; + padding: 8px +} + +.listItem-qeeGHJ .link-ZN_UuK { + color: #23272a; + color: var(--not-quite-black) +} + +.listItemActive-2LQcf6 .link-ZN_UuK { + color: #00b0f4 +} + +.themeBrand-CtfDzy { + --color-inactive: #747f8d; + --color-active: var(--brand-primary); + --color-divider: rgba(79, 84, 92, 0.16) +} + +.themeWhite-2bWI0G { + --color-inactive: var(--white); + --color-active: var(--white); + --color-divider: hsla(0, 0%, 100%, 0.06) +} + +.container-2S_Xol { + display: none; + border-bottom: 2px solid var(--color-divider) +} + +.item-1hykPL { + position: relative; + margin-bottom: -2px; + cursor: default +} + +.item-1hykPL.itemSelected-2eJfto { + border-bottom: 2px solid var(--color-active) +} + +.itemInner-2HgEtc { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0 16px 10px +} + +.itemClickable-3jGFsC .itemInner-2HgEtc { + cursor: pointer +} + +.iconCaret-Ar8XMB, +.itemName-1-q1EN { + color: var(--color-inactive) +} + +.itemSelected-2eJfto .iconCaret-Ar8XMB, +.itemSelected-2eJfto .itemName-1-q1EN { + color: var(--color-active) +} + +@media screen and (min-width:1024px) { + .container-2S_Xol { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.background-3JUUKW { + background: -webkit-gradient(linear, left top, right top, from(#8ea1e1), to(#7289da)); + background: linear-gradient(90deg, #8ea1e1, #7289da) +} + +.content-1tfMe3 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-1NA6-J { + color: #fff; + color: var(--white) +} + +.title-18YG4T {} + +.illo-1xrGPL { + justify-self: center; + width: 413px; + max-width: 100% +} + +.illo-1xrGPL, +.subtitle-23mTJl { + margin-top: 24px +} + +.subtitle-23mTJl { + white-space: break-spaces +} + +.waveDivider-12Qwux { + color: #f6f6f6; + color: var(--off-white) +} + +@media screen and (min-width:1024px) { + .background-3JUUKW { + overflow: hidden + } + .navbar-39JIKV { + margin-bottom: 40px + } + .title-18YG4T { + grid-row: 1; + grid-column: span 6 + } + .illo-1xrGPL { + margin-top: 0; + grid-row: span 2; + grid-column: 7/span 6; + -ms-flex-item-align: center; + align-self: center; + justify-self: auto; + width: auto; + max-width: 630px + } + .subtitle-23mTJl { + margin-top: 56px; + grid-row: 2; + grid-column: span 6 + } +} + +.background-2pjxWx { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-1Fzl5H {} + +.heading-w9WBQe { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-IDX9wb { + margin-top: 16px +} + +.cards-1b24iM { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.card-2C89Mq { + margin-top: 56px +} + +.card-2C89Mq strong { + font-style: italic +} + +.cardHeading-1qhqbv { + color: #23272a; + color: var(--not-quite-black) +} + +@media screen and (min-width:1024px) { + .cards-1b24iM { + grid-column: 3/span 8 + } +} + +.body-2iInDb { + color: #4f5660 +} + +.body-2iInDb a { + color: #00b0f4; + color: var(--text-link) +} + +.body-2iInDb a:hover { + text-decoration: underline +} + +.container-3_XGn_ { + position: -webkit-sticky; + position: sticky; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 8px; + padding: 24px; + top: 20px +} + +.title-2hYIpo { + font-size: 14px; + line-height: 20px; + font-weight: 700; + text-transform: uppercase; + color: #23272a; + color: var(--not-quite-black) +} + +.list-1SvxYm { + list-style: none +} + +.item-3QDAjL { + margin-top: 26px +} + +.link-3QL--8 { + display: block; + font-size: 16px; + line-height: 26px; + color: #23272a; + color: var(--not-quite-black) +} + +.link-3QL--8:hover { + text-decoration: underline +} + +.itemActive-1rq5tt .link-3QL--8 { + color: #00b0f4; + color: var(--text-link) +} + +.content-1_xzrM { + color: #4f5660 +} + +.content-1_xzrM .heading-3DTkGA { + margin-top: 48px; + margin-bottom: 16px +} + +.content-1_xzrM .heading-3DTkGA, +.content-1_xzrM .subheading-3xkA1t { + color: #23272a; + color: var(--not-quite-black) +} + +.content-1_xzrM ul { + margin-top: 16px; + margin-left: 1em; + list-style: disc +} + +.content-1_xzrM p, +.content-1_xzrM ul { + margin-bottom: 16px +} + +.content-1_xzrM strong { + font-weight: 700 +} + +.content-1_xzrM em { + font-style: italic +} + +.content-1_xzrM img { + max-width: 100% +} + +.content-1_xzrM>:first-child { + margin-top: 0 +} + +.wysiwyg-color-black-3ZB4sP { + color: #000 +} + +.wysiwyg-color-black70-2bInXQ { + color: #4d4d4d +} + +.wysiwyg-color-black60-3IhGVo { + color: #666 +} + +.wysiwyg-color-black50-21sQCN { + color: grey +} + +.wysiwyg-color-black40-1rZ9ap { + color: #999 +} + +.wysiwyg-color-black30-2kKHvp { + color: #b3b3b3 +} + +.wysiwyg-color-black20-11RMNr { + color: #ccc +} + +.wysiwyg-color-black10-1zwp69 { + color: #e6e6e6 +} + +.wysiwyg-color-red-2YQLZl { + color: red +} + +.wysiwyg-color-orange-3EW2Yq { + color: #f90 +} + +.wysiwyg-color-yellow-3tYVQ9 { + color: #ff0 +} + +.wysiwyg-color-green-3MCCEu { + color: #0f0 +} + +.wysiwyg-color-cyan-2n920P { + color: #0ff +} + +.wysiwyg-color-blue-2cHKmm { + color: #00f +} + +.wysiwyg-color-purple-dY2vyh { + color: #90f +} + +.wysiwyg-color-pink-2HWeRQ { + color: #f0f +} + +.wysiwyg-color-red90-2l00Aj { + color: #f33 +} + +.wysiwyg-color-red80-1Hfypg { + color: #f66 +} + +.wysiwyg-color-red70-3-n38d { + color: #f99 +} + +.wysiwyg-color-red110-1so7A3 { + color: #c00 +} + +.wysiwyg-color-red120-3AU8oF { + color: #900 +} + +.wysiwyg-color-red130-1erbaJ { + color: #600 +} + +.wysiwyg-color-orange90-1KiaJQ { + color: #ffad33 +} + +.wysiwyg-color-orange80-kk0f3m { + color: #ffc266 +} + +.wysiwyg-color-orange70-3AyE6P { + color: #ffd699 +} + +.wysiwyg-color-orange110-2p2uV4 { + color: #cc7a00 +} + +.wysiwyg-color-orange120-12IuBC { + color: #995c00 +} + +.wysiwyg-color-orange130-2Nnssj { + color: #663d00 +} + +.wysiwyg-color-yellow90-1B4B7A { + color: #ff3 +} + +.wysiwyg-color-yellow80-3qWgad { + color: #ff6 +} + +.wysiwyg-color-yellow70-3RcJeW { + color: #ff9 +} + +.wysiwyg-color-yellow110-2-DHLb { + color: #cc0 +} + +.wysiwyg-color-yellow120-1-WQoU { + color: #990 +} + +.wysiwyg-color-yellow130-3SznMZ { + color: #660 +} + +.wysiwyg-color-green90-X9yPDE { + color: #3f3 +} + +.wysiwyg-color-green80-17PZIF { + color: #6f6 +} + +.wysiwyg-color-green70-2-Tb8e { + color: #9f9 +} + +.wysiwyg-color-green110-3ieXoz { + color: #0c0 +} + +.wysiwyg-color-green120-2RXK04 { + color: #090 +} + +.wysiwyg-color-green130-2drGzx { + color: #060 +} + +.wysiwyg-color-cyan90-rpWDi0 { + color: #3ff +} + +.wysiwyg-color-cyan80-3mvdKN { + color: #6ff +} + +.wysiwyg-color-cyan70-1zrqxe { + color: #9ff +} + +.wysiwyg-color-cyan110-1Nhlby { + color: #0cc +} + +.wysiwyg-color-cyan120-2nxXho { + color: #099 +} + +.wysiwyg-color-cyan130-19fhe3 { + color: #066 +} + +.wysiwyg-color-blue90-298pw6 { + color: #33f +} + +.wysiwyg-color-blue80-Vz5dH8 { + color: #66f +} + +.wysiwyg-color-blue70-1kft-f { + color: #99f +} + +.wysiwyg-color-blue110-2_fPmN { + color: #00c +} + +.wysiwyg-color-blue120-1OCzfW { + color: #009 +} + +.wysiwyg-color-blue130-CnHiIl { + color: #006 +} + +.wysiwyg-color-purple90-2wDSQV { + color: #ad33ff +} + +.wysiwyg-color-purple80-1U1Qtp { + color: #c266ff +} + +.wysiwyg-color-purple70-3SeNKW { + color: #d699ff +} + +.wysiwyg-color-purple110-cCxSnc { + color: #7a00cc +} + +.wysiwyg-color-purple120-1NGaRx { + color: #5c0099 +} + +.wysiwyg-color-purple130-1iSHlF { + color: #3d0066 +} + +.wysiwyg-color-pink90-21ew00 { + color: #f3f +} + +.wysiwyg-color-pink80-1P_4ZB { + color: #f6f +} + +.wysiwyg-color-pink70-2s3MAW { + color: #f9f +} + +.wysiwyg-color-pink110-4xZw9A { + color: #c0c +} + +.wysiwyg-color-pink120-xblb-d { + color: #909 +} + +.wysiwyg-color-pink130-3ofOfL { + color: #606 +} + +.wysiwyg-underline--aW0Fk { + text-decoration: underline +} + +.wysiwyg-text-align-right-x23UWj { + text-align: right +} + +.wysiwyg-text-align-center-2ltAUJ { + text-align: center +} + +.wysiwyg-text-align-left-1Zux7n { + text-align: left +} + +.wysiwyg-text-align-justify-3Zm2QZ { + text-align: justify +} + +.container-3XEslf { + margin-top: 40px +} + +.body-1Mbrik a, +.heading-2M6XCK a { + color: #00b0f4 +} + +.body-1Mbrik a:hover, +.heading-2M6XCK a:hover { + text-decoration: underline +} + +.heading-2M6XCK { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-2zjx6s { + margin-top: 24px +} + +.subheading-2zjx6s p+p { + margin-top: 34px +} + +.subheading-2zjx6s img { + max-width: 100% +} + +.content-2Z-ane { + margin-top: 24px; + margin-bottom: 40px +} + +.body-1Mbrik, +.toc-30jM4Z { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.body-1Mbrik { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .container-3XEslf { + margin-top: 120px + } + .heading-2M6XCK, + .subheading-2zjx6s { + margin-top: 40px + } + .content-2Z-ane { + margin-top: 56px; + margin-bottom: 96px + } + .toc-30jM4Z { + grid-column: 10/span 3 + } + .body-1Mbrik { + margin-top: 0; + grid-column: 1/span 9; + grid-row: 1 + } +} + +.outerContainer-20KZ9K { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.subtitle-1lf_3d, +.title-1YNr7e { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-1lf_3d { + margin-top: 24px +} + +.testimonials-uZTeZU { + margin-top: 56px; + row-gap: 24px +} + +.testimonial-pqbWiE { + grid-column: span 4 +} + +.ctaContainer-2ql2V2 { + margin-top: 56px; + position: relative; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.ctaContainer-2ql2V2, +.sparklesContainer-3mRWFa { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.sparklesContainer-3mRWFa { + position: absolute; + top: 0; + width: 100%; + overflow: hidden; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-1jwQsH { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.ctaTitle-1kDBff { + margin-top: 30px; + z-index: 1 +} + +.ctaButtons-1_VmZZ { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.ctaButtons-1_VmZZ, +.download-3rx_Nc, +.templateCTA-2wZVuz { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100% +} + +.download-3rx_Nc, +.templateCTA-2wZVuz { + margin-top: 24px +} + +@media screen and (min-width:768px) { + .download-3rx_Nc, + .templateCTA-2wZVuz { + width: auto + } + .download-3rx_Nc { + margin-right: 24px + } +} + +@media screen and (min-width:1024px) { + .ctaContainer-2ql2V2, + .testimonials-uZTeZU { + margin-top: 80px + } +} + +.container-x6C5V9 { + margin-top: 56px; + margin-top: var(--section-spacing); + margin-bottom: 56px; + margin-bottom: var(--section-spacing) +} + +.image-1s_4Sq { + margin: auto; + max-width: 100% +} + +.contentContainer-3B1iG9, +.image-1s_4Sq { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.contentContainer-3B1iG9 { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px +} + +.subtitle-3SPywH { + margin-top: 16px +} + +.featuresContainer-1dTB9A { + margin-top: 48px; + display: grid; + grid-template-columns: repeat(1, 1fr); + gap: 32px 20px +} + +.featureTitle-sv_Y_e { + font-weight: 600 +} + +.featureSubtitle-2a6s3C, +.featureTitle-sv_Y_e { + margin-top: 8px +} + +@media screen and (min-width:768px) { + .contentContainer-3B1iG9 { + grid-column: 2/span 6 + } + .featuresContainer-1dTB9A { + grid-template-columns: repeat(2, 1fr) + } +} + +@media screen and (min-width:1024px) { + .image-1s_4Sq { + grid-column: span 5; + width: 100% + } + .contentContainer-3B1iG9 { + margin-top: 0; + grid-column: 6/span 6 + } +} + +.container-1PUNPS { + position: relative; + padding-bottom: 300px +} + +.background-2mUlVz { + z-index: -1; + left: 0; + right: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: -webkit-gradient(linear, left top, left bottom, color-stop(-.01%, #fff), color-stop(99.99%, #d4e4ff)); + background: linear-gradient(180deg, #fff -.01%, #d4e4ff 99.99%) +} + +.background-2mUlVz, +.clouds-1m2eFE { + position: absolute; + bottom: 0 +} + +.clouds-1m2eFE { + -webkit-animation: floaty-3I0pta 5s ease-in-out infinite alternate; + animation: floaty-3I0pta 5s ease-in-out infinite alternate +} + +.backgroundImage-2fEcsS, +.clouds-1m2eFE { + height: 284px; + width: auto; + -webkit-transform: translateX(-40px); + transform: translateX(-40px) +} + +.textContainer-xUOvYL { + color: #23272a; + color: var(--not-quite-black); + margin-top: 56px; + margin-top: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.experimentTitle-2B32cI strong { + color: #7289da; + color: var(--brand-primary) +} + +.subtitle-y3d3rb { + margin-top: 24px +} + +.ctaContainer-3VeMNQ { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.download-2sBtnv, +.templateLink-2OVnao { + margin-top: 24px; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +@-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(-40px) translateY(0); + transform: translateX(-40px) translateY(0) + } + to { + -webkit-transform: translateX(-40px) translateY(10px); + transform: translateX(-40px) translateY(10px) + } +} + +@keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(-40px) translateY(0); + transform: translateX(-40px) translateY(0) + } + to { + -webkit-transform: translateX(-40px) translateY(10px); + transform: translateX(-40px) translateY(10px) + } +} + +@media screen and (min-width:768px) { + .container-1PUNPS { + padding-bottom: 133px; + min-height: 626px + } + .backgroundImage-2fEcsS, + .clouds-1m2eFE { + height: auto; + -webkit-transform: translateX(440px); + transform: translateX(440px) + } + .textContainer-xUOvYL { + grid-column: span 5 + } + .subtitle-y3d3rb { + margin-right: 10% + } + .download-2sBtnv, + .templateLink-2OVnao { + width: auto + } + .download-2sBtnv { + margin-right: 24px + } + .ctaContainer-3VeMNQ { + grid-column: span 6 + } + @-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(440px) translateY(0); + transform: translateX(440px) translateY(0) + } + to { + -webkit-transform: translateX(440px) translateY(10px); + transform: translateX(440px) translateY(10px) + } + } + @keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(440px) translateY(0); + transform: translateX(440px) translateY(0) + } + to { + -webkit-transform: translateX(440px) translateY(10px); + transform: translateX(440px) translateY(10px) + } + } +} + +@media screen and (min-width:1024px) { + .container-1PUNPS { + min-height: 595px + } + .backgroundImage-2fEcsS, + .clouds-1m2eFE { + -webkit-transform: translateX(230px); + transform: translateX(230px) + } + .subtitle-y3d3rb { + margin-right: 20% + } + @-webkit-keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(230px) translateY(0); + transform: translateX(230px) translateY(0) + } + to { + -webkit-transform: translateX(230px) translateY(10px); + transform: translateX(230px) translateY(10px) + } + } + @keyframes floaty-3I0pta { + 0% { + -webkit-transform: translateX(230px) translateY(0); + transform: translateX(230px) translateY(0) + } + to { + -webkit-transform: translateX(230px) translateY(10px); + transform: translateX(230px) translateY(10px) + } + } +} + +.paused-1KTdEt { + -webkit-animation-play-state: paused; + animation-play-state: paused +} + +.container-3KbLLF { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.subtitle-21t_x5, +.title-2B9LWz { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #23272a; + color: var(--not-quite-black) +} + +.subtitle-21t_x5 { + margin-top: 24px +} + +.videoOuterContainer-3x2_n9 { + margin-top: 56px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.videoMiddleContainer-2yUOUz { + max-width: 875px; + width: 100% +} + +.videoInnerContainer-2IHZcN { + position: relative; + width: 100%; + height: 0; + padding-bottom: 56.25% +} + +.video-3DYbjh { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border-radius: 24px +} + +.button-3Slocr { + background-color: #de2761; + background-color: var(--ekko-red) +} + +.button-3Slocr:hover { + background-color: #ee4178 +} + +.container-1XdPmd { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.ctaContainer-1mAFQ3 { + position: relative; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.ctaContainer-1mAFQ3, +.sparklesContainer-1lu10d { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.sparklesContainer-1lu10d { + position: absolute; + top: 0; + width: 100%; + overflow: hidden; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.sparkles-z6dsUS { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-user-drag: none +} + +.ctaTitle-1CU-0o { + margin-top: 30px; + z-index: 1; + text-align: center +} + +.ctaButtons-vXU1RC { + margin-top: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.ctaButtons-vXU1RC, +.download-hjKQGh, +.templateCTA-IQobHj { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + width: 100% +} + +.download-hjKQGh, +.templateCTA-IQobHj { + margin-top: 24px +} + +@media screen and (min-width:768px) { + .download-hjKQGh, + .templateCTA-IQobHj { + width: auto + } + .download-hjKQGh { + margin-right: 24px + } +} + +.outerContainer-1gyLcC { + position: relative +} + +.container-2hAKvU { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + border-bottom: 1px solid #ccc +} + +.imageScroller-3dk_Bq { + display: none +} + +.textRowImageContainer-8kvp9U { + margin-top: 200px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.textRowImage-1I8WVU { + max-width: 100% +} + +.textRowTextContainer-1EuZtX { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.textRowTitle-2P7gT1 { + margin-top: 56px +} + +.textRowSubtitle-29D64O { + margin-top: 24px +} + +.streamingImageContainer-1TDJ9n { + display: inline-block; + position: relative; + line-height: 0 +} + +.streamingImageBackground-RbQPMI { + width: 100% +} + +.streamingImageForeground-2AZ2s8 { + position: absolute; + left: 2.6076336%; + top: 15.8825%; + width: 67.3770992%; + border-radius: 8px +} + +.placeVideo-2OL46v { + width: 655px +} + +@media screen and (min-width:768px) { + .textRowTextContainer-1EuZtX { + grid-column: 3/span 4 + } +} + +@media screen and (min-width:1024px) { + .outerContainer-1gyLcC:after { + content: ""; + position: absolute; + z-index: -1; + top: 0; + bottom: 0; + left: 50%; + border-left: 1px solid #ccc + } + .imageScroller-3dk_Bq { + margin-top: 100px; + height: 400px; + grid-column: span 7; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: -webkit-sticky; + position: sticky; + top: 25% + } + .imageScrollerInnerContainer-ULPrA6 { + position: relative; + width: 100% + } + .imageScrollerImage-1vo67g { + position: absolute; + right: 0; + max-width: 100% + } + .textRowImageContainer-8kvp9U { + display: none + } + .textRowTextContainer-1EuZtX { + margin-top: 200px; + margin-bottom: 200px; + grid-column: 9/span 4; + text-align: left + } +} + +.container-1bxyP9 { + position: relative +} + +.textContainer-1kRG-4 { + margin-top: 56px; + margin-top: var(--section-spacing); + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center; + color: #fff; + color: var(--white); + z-index: 1 +} + +.subtitle-1zo-5t { + margin-top: 40px +} + +.ctaContainer-1CUK5w { + margin-bottom: 250px; + grid-column: span 4; + grid-column: span var(--num-grid-columns); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + z-index: 1 +} + +.ctaContainer-1CUK5w, +.download-1NUGrQ, +.templateLink-3l12Ih { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.download-1NUGrQ, +.templateLink-3l12Ih { + margin-top: 24px +} + +.heroImageContainer-3sCsef { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: -webkit-gradient(linear, left bottom, left top, color-stop(-.45%, #a8d8ff), color-stop(10.29%, #84b0f3), color-stop(23.9%, #5f87e6), color-stop(36.79%, #4267dc), color-stop(48.97%, #2e50d5), color-stop(61.15%, #2143d0), color-stop(71.18%, #1d3ecf)); + background: linear-gradient(0deg, #a8d8ff -.45%, #84b0f3 10.29%, #5f87e6 23.9%, #4267dc 36.79%, #2e50d5 48.97%, #2143d0 61.15%, #1d3ecf 71.18%); + overflow: hidden +} + +.heroImageBackground-385vTU, +.heroImageForeground-8l8n8T, +.heroImageMiddleground-heWCwq { + position: absolute; + bottom: 0; + left: 50%; + -webkit-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-user-drag: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + height: 400px; + width: auto +} + +.heroImageMiddleground-heWCwq { + display: none +} + +@media screen and (min-width:768px) { + .ctaContainer-1CUK5w { + margin-bottom: 490px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row + } + .download-1NUGrQ { + margin-right: 24px + } + .heroImageBackground-385vTU, + .heroImageForeground-8l8n8T, + .heroImageMiddleground-heWCwq { + height: 1000px + } +} + +@media screen and (min-width:1024px) { + .textContainer-1kRG-4 { + grid-column: 4/span 6 + } + .heroImageMiddleground-heWCwq { + display: block + } +} + +.container-36Rayy { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 4px; + padding: 24px 26px +} + +.keyboardMode .container-36Rayy:focus { + -webkit-box-shadow: 0 0 0 3px #00b0f4; + -webkit-box-shadow: 0 0 0 3px var(--focus-border); + box-shadow: 0 0 0 3px #00b0f4; + box-shadow: 0 0 0 3px var(--focus-border) +} + +.container-36Rayy+.container-36Rayy { + margin-top: 24px +} + +.iconContainer-JyFQHA { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.iconContainer-JyFQHA, +.textContainer-3PNE20 { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.textContainer-3PNE20 { + margin-left: 16px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.textContainer-3PNE20 a { + color: #de2761; + color: var(--ekko-red) +} + +.title-wfOx_E { + font-weight: 600 +} + +@media screen and (min-width:1024px) { + .notSelected-shp4Nc { + opacity: .5 + } +} + +.container-25fU58 { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.textContainer-1ZLIwN { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.subtitle-3w_csb { + margin-top: 30px +} + +.stepsContainer-3EpKoN { + margin-top: 40px +} + +.stepsList-2eLstF { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.stepImageContainer-1ftPWC { + display: none +} + +.stepImage-wroOBh { + max-width: 100% +} + +.extrasContainer-3pBF68 { + margin-top: 48px +} + +.extras-3z_yM8 { + grid-column: span 4; + grid-column: span var(--num-grid-columns); + text-align: center +} + +.extrasDescription-1t_q__ { + margin-top: 32px; + margin-bottom: 8px +} + +.extrasLink-1uzA5z { + color: #de2761; + color: var(--ekko-red) +} + +.extrasLinkArrow-1q7a3i { + margin-left: 12px +} + +@media screen and (min-width:768px) { + .stepsList-2eLstF { + grid-column: 2/span 6 + } +} + +@media screen and (min-width:1024px) { + .stepsContainer-3EpKoN { + margin-top: 80px + } + .stepsList-2eLstF { + grid-column: span 6 + } + .stepImageContainer-1ftPWC { + grid-column: span 6; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center + } + .extrasContainer-3pBF68 { + margin-top: 64px + } +} + +.page-yI_sfo { + color: #23272a; + color: var(--not-quite-black) +} + +.category-OIYGuT { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing); + background-color: #f6f6f6; + background-color: var(--off-white) +} + +.category-OIYGuT:nth-of-type(2n) { + background-color: #fff; + background-color: var(--white) +} + +.categoryArticles-1cnJFq, +.categoryTitle-1iVS48 { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.categoryArticle-34Ge_O+.categoryArticle-34Ge_O, +.categoryArticles-1cnJFq, +.categorySubtitle-12qByk { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .categoryTitle-1iVS48 { + grid-column: span 4 + } + .categoryArticles-1cnJFq { + margin-top: 0; + grid-column: 6/span 7 + } +} + +.background-L2qSp0 { + background-color: #f6f6f6; + background-color: var(--off-white); + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.content-OAdPr7 {} + +.heading-1eAJcO { + color: #23272a; + color: var(--not-quite-black) +} + +.body-1H6XHb { + margin-top: 16px +} + +.list-1BbIb4 { + position: absolute; + top: 42px; + left: 16px; + z-index: 1; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 356px; + padding: 16px; + border-radius: 8px; + -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + box-shadow: 0 8px 16px rgba(0, 0, 0, .2); + background-color: #fff; + background-color: var(--white); + -webkit-transform-origin: 50% 0; + transform-origin: 50% 0; + -webkit-transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, visibility .125s, -webkit-transform .125s; + transition: opacity .125s, transform .125s, visibility .125s; + transition: opacity .125s, transform .125s, visibility .125s, -webkit-transform .125s; + opacity: 0; + pointer-events: none; + -webkit-transform: scale(.9) translateY(-10px); + transform: scale(.9) translateY(-10px); + visibility: hidden +} + +.list-1BbIb4.listOpen-1N9oHz { + opacity: 1; + pointer-events: auto; + -webkit-transform: scale(1) translateY(0); + transform: scale(1) translateY(0); + visibility: visible +} + +.listItem-3jNsPF { + display: block; + border-radius: 4px +} + +.listItem-3jNsPF:hover { + background: #f2f3f4 +} + +.link-2BTclA { + display: block; + padding: 8px +} + +.listItem-3jNsPF .link-2BTclA { + color: #23272a; + color: var(--not-quite-black) +} + +.listItemActive-1NGGG1 .link-2BTclA { + color: #00b0f4 +} + +.themeBrand-1m7kv6 { + --color-inactive: #747f8d; + --color-active: var(--brand-primary); + --color-divider: rgba(79, 84, 92, 0.16) +} + +.themeWhite-HiGHLd { + --color-inactive: var(--white); + --color-active: var(--white); + --color-divider: hsla(0, 0%, 100%, 0.06) +} + +.container-1dpSUl { + display: none; + border-bottom: 2px solid var(--color-divider) +} + +.item-2Kp7gw { + position: relative; + margin-bottom: -2px; + cursor: default +} + +.item-2Kp7gw.itemSelected-1__PTW { + border-bottom: 2px solid var(--color-active) +} + +.itemInner-2XZnq4 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0 16px 10px +} + +.itemClickable-1t5OFi .itemInner-2XZnq4 { + cursor: pointer +} + +.iconCaret-3tbbMX, +.itemName-3WnKsg { + color: var(--color-inactive) +} + +.itemSelected-1__PTW .iconCaret-3tbbMX, +.itemSelected-1__PTW .itemName-3WnKsg { + color: var(--color-active) +} + +@media screen and (min-width:1024px) { + .container-1dpSUl { + display: -webkit-box; + display: -ms-flexbox; + display: flex + } +} + +.background-1o4qcc { + background: -webkit-gradient(linear, left top, right top, from(#8ea1e1), to(#7289da)); + background: linear-gradient(90deg, #8ea1e1, #7289da) +} + +.content-2oVbCx { + padding-top: 56px; + padding-top: var(--section-spacing); + padding-bottom: 56px; + padding-bottom: var(--section-spacing) +} + +.body-2zx_wX { + color: #fff; + color: var(--white) +} + +.title-2_U0fS {} + +.illo-1wC_ei { + justify-self: center; + width: 413px; + max-width: 100% +} + +.illo-1wC_ei, +.subtitle-1s9iNr { + margin-top: 24px +} + +.subtitle-1s9iNr { + white-space: break-spaces +} + +.waveDivider-273uCD { + color: #f6f6f6; + color: var(--off-white) +} + +@media screen and (min-width:1024px) { + .background-1o4qcc { + overflow: hidden + } + .navbar-17zwW9 { + margin-bottom: 40px + } + .title-2_U0fS { + grid-row: 1; + grid-column: span 6 + } + .illo-1wC_ei { + margin-top: 0; + grid-row: span 2; + grid-column: 7/span 6; + -ms-flex-item-align: center; + align-self: center; + justify-self: auto; + width: auto; + max-width: 630px + } + .subtitle-1s9iNr { + margin-top: 56px; + grid-row: 2; + grid-column: span 6 + } +} + +.body-9SCr8n { + color: #4f5660 +} + +.body-9SCr8n a { + color: #00b0f4; + color: var(--text-link) +} + +.body-9SCr8n a:hover { + text-decoration: underline +} + +.container-1C6OeX { + position: -webkit-sticky; + position: sticky; + background-color: #f6f6f6; + background-color: var(--off-white); + border-radius: 8px; + padding: 24px; + top: 20px +} + +.title-3kOeDZ { + font-size: 14px; + line-height: 20px; + font-weight: 700; + text-transform: uppercase; + color: #23272a; + color: var(--not-quite-black) +} + +.list-1X3Jns { + list-style: none +} + +.item-1Ma1IQ { + margin-top: 26px +} + +.link-1HINbW { + display: block; + font-size: 16px; + line-height: 26px; + color: #23272a; + color: var(--not-quite-black) +} + +.link-1HINbW:hover { + text-decoration: underline +} + +.itemActive-3Hjf8n .link-1HINbW { + color: #00b0f4; + color: var(--text-link) +} + +.content-3jztFg { + color: #4f5660 +} + +.content-3jztFg .heading-31uRtc { + margin-top: 48px; + margin-bottom: 16px +} + +.content-3jztFg .heading-31uRtc, +.content-3jztFg .subheading-1k1CjP { + color: #23272a; + color: var(--not-quite-black) +} + +.content-3jztFg ul { + margin-top: 16px; + margin-left: 1em; + list-style: disc +} + +.content-3jztFg p, +.content-3jztFg ul { + margin-bottom: 16px +} + +.content-3jztFg strong { + font-weight: 700 +} + +.content-3jztFg em { + font-style: italic +} + +.content-3jztFg img { + max-width: 100% +} + +.content-3jztFg>:first-child { + margin-top: 0 +} + +.content-3jztFg table { + border-collapse: collapse +} + +.content-3jztFg table td { + border: 1px solid #23272a; + border: 1px solid var(--not-quite-black); + padding: 4px +} + +.wysiwyg-color-black-2i2GBX { + color: #000 +} + +.wysiwyg-color-black70-3oMOBM { + color: #4d4d4d +} + +.wysiwyg-color-black60-18UrDU { + color: #666 +} + +.wysiwyg-color-black50-17LRXn { + color: grey +} + +.wysiwyg-color-black40-1eMxRN { + color: #999 +} + +.wysiwyg-color-black30-OtOfB8 { + color: #b3b3b3 +} + +.wysiwyg-color-black20-1GQ7QW { + color: #ccc +} + +.wysiwyg-color-black10-1ZhkL8 { + color: #e6e6e6 +} + +.wysiwyg-color-red-57cNyN { + color: red +} + +.wysiwyg-color-orange-306TOQ { + color: #f90 +} + +.wysiwyg-color-yellow-38lwe7 { + color: #ff0 +} + +.wysiwyg-color-green-3wIC_h { + color: #0f0 +} + +.wysiwyg-color-cyan-3WBVpo { + color: #0ff +} + +.wysiwyg-color-blue-17updo { + color: #00f +} + +.wysiwyg-color-purple-h_n47i { + color: #90f +} + +.wysiwyg-color-pink-2tAWJK { + color: #f0f +} + +.wysiwyg-color-red90-2LoqHU { + color: #f33 +} + +.wysiwyg-color-red80-1PzPbK { + color: #f66 +} + +.wysiwyg-color-red70-ckC4Tv { + color: #f99 +} + +.wysiwyg-color-red110-1T9H4t { + color: #c00 +} + +.wysiwyg-color-red120-kxNDcU { + color: #900 +} + +.wysiwyg-color-red130-J7Sgxs { + color: #600 +} + +.wysiwyg-color-orange90-1JU1DS { + color: #ffad33 +} + +.wysiwyg-color-orange80-T2WDlg { + color: #ffc266 +} + +.wysiwyg-color-orange70-1epYtl { + color: #ffd699 +} + +.wysiwyg-color-orange110-1ZmAOe { + color: #cc7a00 +} + +.wysiwyg-color-orange120-310fG_ { + color: #995c00 +} + +.wysiwyg-color-orange130-2RYodH { + color: #663d00 +} + +.wysiwyg-color-yellow90-1RW-JK { + color: #ff3 +} + +.wysiwyg-color-yellow80-1YAJVQ { + color: #ff6 +} + +.wysiwyg-color-yellow70-2kCPFv { + color: #ff9 +} + +.wysiwyg-color-yellow110-36DRx- { + color: #cc0 +} + +.wysiwyg-color-yellow120-2rBCPJ { + color: #990 +} + +.wysiwyg-color-yellow130-3aSyCG { + color: #660 +} + +.wysiwyg-color-green90-Jehnsp { + color: #3f3 +} + +.wysiwyg-color-green80-3AaKZz { + color: #6f6 +} + +.wysiwyg-color-green70-2Bs_VQ { + color: #9f9 +} + +.wysiwyg-color-green110-ZTH9xv { + color: #0c0 +} + +.wysiwyg-color-green120-3LiRBk { + color: #090 +} + +.wysiwyg-color-green130-3sGoJi { + color: #060 +} + +.wysiwyg-color-cyan90-3S-FBQ { + color: #3ff +} + +.wysiwyg-color-cyan80-2s2ky9 { + color: #6ff +} + +.wysiwyg-color-cyan70-1aU3JC { + color: #9ff +} + +.wysiwyg-color-cyan110-2dyVB7 { + color: #0cc +} + +.wysiwyg-color-cyan120-1-4qsq { + color: #099 +} + +.wysiwyg-color-cyan130-2locCN { + color: #066 +} + +.wysiwyg-color-blue90-2mClLk { + color: #33f +} + +.wysiwyg-color-blue80-3vHK0v { + color: #66f +} + +.wysiwyg-color-blue70-bMpCkH { + color: #99f +} + +.wysiwyg-color-blue110-2SRQXr { + color: #00c +} + +.wysiwyg-color-blue120-2Pr0qc { + color: #009 +} + +.wysiwyg-color-blue130-2WY9Al { + color: #006 +} + +.wysiwyg-color-purple90-1S5pjV { + color: #ad33ff +} + +.wysiwyg-color-purple80-1KQ6SP { + color: #c266ff +} + +.wysiwyg-color-purple70-mMLT__ { + color: #d699ff +} + +.wysiwyg-color-purple110-18g4j4 { + color: #7a00cc +} + +.wysiwyg-color-purple120-36ulQ7 { + color: #5c0099 +} + +.wysiwyg-color-purple130-25iby0 { + color: #3d0066 +} + +.wysiwyg-color-pink90-dPg72O { + color: #f3f +} + +.wysiwyg-color-pink80-355DCQ { + color: #f6f +} + +.wysiwyg-color-pink70-1VbhYl { + color: #f9f +} + +.wysiwyg-color-pink110-2TTsAr { + color: #c0c +} + +.wysiwyg-color-pink120-yJgCFF { + color: #909 +} + +.wysiwyg-color-pink130-p-maHP { + color: #606 +} + +.wysiwyg-underline-V4on_V { + text-decoration: underline +} + +.wysiwyg-text-align-right-2zncrM { + text-align: right +} + +.wysiwyg-text-align-center-vBOnEu { + text-align: center +} + +.wysiwyg-text-align-left-Jp6LhD { + text-align: left +} + +.wysiwyg-text-align-justify-2eiZhE { + text-align: justify +} + +.container-2acNqc { + margin-top: 40px +} + +.body-2ckQ-z a, +.heading-27NtaP a { + color: #00b0f4 +} + +.body-2ckQ-z a:hover, +.heading-27NtaP a:hover { + text-decoration: underline +} + +.heading-27NtaP { + color: #23272a; + color: var(--not-quite-black) +} + +.subheading-2Vu6x_ { + margin-top: 24px +} + +.subheading-2Vu6x_ p+p { + margin-top: 34px +} + +.subheading-2Vu6x_ img { + max-width: 100% +} + +.content-1UZT8W { + margin-top: 24px; + margin-bottom: 40px +} + +.body-2ckQ-z, +.toc-1Jg8Xt { + grid-column: span 4; + grid-column: span var(--num-grid-columns) +} + +.body-2ckQ-z { + margin-top: 24px +} + +@media screen and (min-width:1024px) { + .container-2acNqc { + margin-top: 120px + } + .heading-27NtaP, + .subheading-2Vu6x_ { + margin-top: 40px + } + .content-1UZT8W { + margin-top: 56px; + margin-bottom: 96px + } + .toc-1Jg8Xt { + grid-column: 10/span 3 + } + .body-2ckQ-z { + margin-top: 0; + grid-column: 1/span 9; + grid-row: 1 + } +} \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..83f0c58 --- /dev/null +++ b/css/main.css @@ -0,0 +1,79201 @@ +.ring-13rgEW { + position: absolute; + display: none; + pointer-events: none; + background: none; + --__adaptive-radius: 4px; + border-radius: var(--__adaptive-radius); + --__adaptive-focus-color: var(--focus-primary); + -webkit-box-shadow: 0 0 0 4px var(--__adaptive-focus-color); + box-shadow: 0 0 0 4px var(--__adaptive-focus-color) +} + +.keyboard-mode .ring-13rgEW { + display: block; + background: none; + margin: 0; + padding: 0 +} + +.anchor-3Z-8Bb { + color: var(--text-link); + text-decoration: none +} + +.anchorUnderlineOnHover-2ESHQB:hover { + text-decoration: underline +} + +@-webkit-keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } + +} + +@keyframes spinner-wandering-cubes-1eyF3t { + 25% { + -webkit-transform: translateX(22px) rotate(-90deg) scale(.5); + transform: translateX(22px) rotate(-90deg) scale(.5) + } + + 50% { + -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg); + transform: translateX(22px) translateY(22px) rotate(-180deg) + } + + 75% { + -webkit-transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5) + } + + to { + -webkit-transform: rotate(-1turn); + transform: rotate(-1turn) + } + +} + +@-webkit-keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + +} + +@keyframes spinner-chasing-dots-rotate-1WX_VU { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + +} + +@-webkit-keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, to { + -webkit-transform: scale(0); + transform: scale(0) + } + + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } + +} + +@keyframes spinner-chasing-dots-bounce-39u8Kf { + 0%, to { + -webkit-transform: scale(0); + transform: scale(0) + } + + 50% { + -webkit-transform: scale(1); + transform: scale(1) + } + +} + +@-webkit-keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + +} + +@keyframes spinner-pulsing-ellipsis-1qRxRG { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + + 50% { + -webkit-transform: scale(.8); + transform: scale(.8); + opacity: .3 + } + + to { + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 + } + +} + +@-webkit-keyframes spinner-low-motion-kHWo1a { + 0% { + opacity: 1 + } + + 50% { + opacity: .6 + } + + to { + opacity: 1 + } + +} + +@keyframes spinner-low-motion-kHWo1a { + 0% { + opacity: 1 + } + + 50% { + opacity: .6 + } + + to { + opacity: 1 + } + +} + +@-webkit-keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + +} + +@keyframes spinner-spinning-circle-rotate-1-ejtM { + to { + -webkit-transform: rotate(1turn); + transform: rotate(1turn) + } + +} + +@-webkit-keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + + 50% { + stroke-dasharray: 130, 200 + } + + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } + +} + +@keyframes spinner-spinning-circle-dash-3G9Wwf { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0 + } + + 50% { + stroke-dasharray: 130, 200 + } + + to { + stroke-dasharray: 130, 200; + stroke-dashoffset: -124 + } + +} + +.spinner-2enMB9 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.inner-1gJC7_ { + position: relative; + display: inline-block; + width: 32px; + height: 32px; + contain: paint +} + +.wanderingCubesItem-WPXqao { + background-color: #7289da; + width: 10px; + height: 10px; + position: absolute; + top: 0; + left: 0; + -webkit-animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite; + animation: spinner-wandering-cubes-1eyF3t 1.8s ease-in-out infinite +} + +.wanderingCubesItem-WPXqao:last-child { + -webkit-animation-delay: -.9s; + animation-delay: -.9s +} + +.chasingDots-OdvUfk { + -webkit-animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite; + animation: spinner-chasing-dots-rotate-1WX_VU 2s linear infinite +} + +.chasingDotsItem-2DVNUn { + width: 60%; + height: 60%; + display: inline-block; + position: absolute; + top: 0; + background-color: #7289da; + border-radius: 100%; + -webkit-animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite; + animation: spinner-chasing-dots-bounce-39u8Kf 2s ease-in-out infinite +} + +.chasingDotsItem-2DVNUn:last-child { + top: auto; + bottom: 0; + -webkit-animation-delay: -1s; + animation-delay: -1s +} + +.pulsingEllipsis-3YiXRF { + height: auto; + width: 28px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: relative +} + +.pulsingEllipsisItem-32hhWL { + -webkit-animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + animation: spinner-pulsing-ellipsis-1qRxRG 1.4s ease-in-out infinite; + width: 6px; + height: 6px; + margin-right: 2px; + background-color: #f8f9f9; + border-radius: 3px; + display: inline-block; + opacity: .3 +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(2) { + -webkit-animation-delay: .2s; + animation-delay: .2s +} + +.pulsingEllipsisItem-32hhWL:nth-of-type(3) { + -webkit-animation-delay: .4s; + animation-delay: .4s +} + +.lowMotionItem-1DvHia { + -webkit-animation: spinner-low-motion-kHWo1a 1.4s ease-in-out infinite; + animation: spinner-low-motion-kHWo1a 1.4s ease-in-out infinite; + width: 6px; + height: 6px; + margin-right: 2px; + background-color: var(--interactive-normal); + border-radius: 3px; + display: inline-block; + opacity: .3 +} + +.lowMotionItem-1DvHia:nth-of-type(2) { + -webkit-animation-delay: .2s; + animation-delay: .2s +} + +.lowMotionItem-1DvHia:nth-of-type(3) { + -webkit-animation-delay: .4s; + animation-delay: .4s +} + +.stopAnimation-1XE1FK .chasingDots-OdvUfk, +.stopAnimation-1XE1FK .chasingDotsItem-2DVNUn, +.stopAnimation-1XE1FK .circular-2NaZOq, +.stopAnimation-1XE1FK .path-92Hmty, +.stopAnimation-1XE1FK .pulsingEllipsisItem-32hhWL, +.stopAnimation-1XE1FK .wanderingCubesItem-WPXqao, +.stop-animation .pulsingEllipsisItem-32hhWL { + -webkit-animation: none; + animation: none +} + +.spinningCircle-2NAjGW { + width: 100% +} + +.spinningCircleInner-mbM5zM { + -webkit-transform: rotate(280deg); + transform: rotate(280deg) +} + +.circular-2NaZOq { + -webkit-animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + animation: spinner-spinning-circle-rotate-1-ejtM 2s linear infinite; + height: 100%; + width: 100% +} + +.path-92Hmty { + -webkit-animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + animation: spinner-spinning-circle-dash-3G9Wwf 2s ease-in-out infinite; + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + fill: none; + stroke-width: 6; + stroke-miterlimit: 10; + stroke-linecap: round +} + +.path2-1q7bG_ { + -webkit-animation-delay: .15s; + animation-delay: .15s +} + +.path3-2l9TIX { + -webkit-animation-delay: .23s; + animation-delay: .23s +} + +.theme-light .path-92Hmty { + stroke: #7289da +} + +.theme-light .path2-1q7bG_ { + stroke: #c7d0f0; + opacity: .6 +} + +.theme-light .path3-2l9TIX { + stroke: #f8f9fd; + opacity: .3 +} + +.theme-dark .path-92Hmty { + stroke: #7289da +} + +.theme-dark .path2-1q7bG_ { + stroke: #7289da; + opacity: .6 +} + +.theme-dark .path3-2l9TIX { + stroke: #222941 +} + +.button-38aScr { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background: none; + border: none; + border-radius: 3px; + font-size: 14px; + font-weight: 500; + line-height: 16px; + padding: 2px 16px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.button-38aScr:disabled { + cursor: not-allowed; + opacity: .5 +} + +.lookFilled-1Gx00P.colorBrand-3pXr91 { + color: #fff; + background-color: var(--brand-primary); + transition: ease 0.15s; +} + +.lookFilled-1Gx00P.colorBrand-3pXr91:hover { + background-color: var(--brand-primary-hover); +} + +.lookFilled-1Gx00P.colorBrand-3pXr91:active { + background-color: var(--brand-primary-active); +} + +.lookFilled-1Gx00P.colorBrand-3pXr91 .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorBrand-3pXr91:disabled { + background-color: var(--brand-primary); +} + +.lookInverted-2D7oAl.colorBrand-3pXr91 { + color: #7289da; + background-color: #fff +} + +.lookInverted-2D7oAl.colorBrand-3pXr91:hover { + background-color: #f8f9fd +} + +.lookInverted-2D7oAl.colorBrand-3pXr91:active { + background-color: #e3e7f8 +} + +.lookInverted-2D7oAl.colorBrand-3pXr91:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorBrand-3pXr91 .spinnerItem-3GlVyU { + background-color: #7289da +} + +.lookOutlined-3sRXeN.colorBrand-3pXr91 { + color: #7289da; + border-color: #7289da +} + +.lookOutlined-3sRXeN.colorBrand-3pXr91:active { + background-color: rgba(114, 137, 218, .1) +} + +.lookOutlined-3sRXeN.colorBrand-3pXr91:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorBrand-3pXr91 .spinnerItem-3GlVyU { + background-color: #7289da +} + +.lookGhost-2Fn_0-.colorBrand-3pXr91 { + color: #7289da; + background-color: rgba(114, 137, 218, .1) +} + +.lookGhost-2Fn_0-.colorBrand-3pXr91:active { + background-color: rgba(114, 137, 218, .15) +} + +.lookGhost-2Fn_0-.colorBrand-3pXr91:disabled { + background-color: rgba(114, 137, 218, .1) +} + +.lookGhost-2Fn_0-.colorBrand-3pXr91 .spinnerItem-3GlVyU { + background-color: #7289da +} + +.lookLink-9FtZy-.colorBrand-3pXr91 { + color: #7289da +} + +.lookLink-9FtZy-.colorBrand-3pXr91:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #7289da 0, #7289da 2px, transparent 0) +} + +.lookLink-9FtZy-.colorBrand-3pXr91:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorBrand-3pXr91 .spinnerItem-3GlVyU { + background-color: #7289da +} + +.theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover { + background-color: #7289da; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverBrand-1_Fxlk.hasHover-3X1-zV:active { + background-color: #677bc4; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover { + color: #7289da; + background-color: #f8f9fd +} + +.theme-dark .lookInverted-2D7oAl.hoverBrand-1_Fxlk.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverBrand-1_Fxlk.hasHover-3X1-zV:active { + color: #7289da; + background-color: #e3e7f8 +} + +.theme-dark .lookOutlined-3sRXeN.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover { + color: #7289da; + border-color: #7289da +} + +.theme-dark .lookOutlined-3sRXeN.hoverBrand-1_Fxlk.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverBrand-1_Fxlk.hasHover-3X1-zV:active { + color: #7289da; + background-color: rgba(114, 137, 218, .1); + border-color: #7289da +} + +.theme-dark .lookGhost-2Fn_0-.hoverBrand-1_Fxlk.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverBrand-1_Fxlk.hasHover-3X1-zV:active { + color: #7289da; + background-color: rgba(114, 137, 218, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverBrand-1_Fxlk.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #7289da; + background-image: linear-gradient(0deg, transparent, transparent 1px, #7289da 0, #7289da 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorGrey-2DXtkV { + color: #fff; + background-color: #747f8d +} + +.lookFilled-1Gx00P.colorGrey-2DXtkV:hover { + background-color: #68727f +} + +.lookFilled-1Gx00P.colorGrey-2DXtkV:active { + background-color: #5d6671 +} + +.lookFilled-1Gx00P.colorGrey-2DXtkV .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorGrey-2DXtkV:disabled { + background-color: #747f8d +} + +.lookInverted-2D7oAl.colorGrey-2DXtkV { + color: #747f8d; + background-color: #fff +} + +.lookInverted-2D7oAl.colorGrey-2DXtkV:hover { + background-color: #f8f9f9 +} + +.lookInverted-2D7oAl.colorGrey-2DXtkV:active { + background-color: #e3e5e8 +} + +.lookInverted-2D7oAl.colorGrey-2DXtkV:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorGrey-2DXtkV .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.lookOutlined-3sRXeN.colorGrey-2DXtkV { + color: #747f8d; + border-color: #747f8d +} + +.lookOutlined-3sRXeN.colorGrey-2DXtkV:active { + background-color: rgba(116, 127, 141, .1) +} + +.lookOutlined-3sRXeN.colorGrey-2DXtkV:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorGrey-2DXtkV .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.lookGhost-2Fn_0-.colorGrey-2DXtkV { + color: #747f8d; + background-color: rgba(116, 127, 141, .1) +} + +.lookGhost-2Fn_0-.colorGrey-2DXtkV:active { + background-color: rgba(116, 127, 141, .15) +} + +.lookGhost-2Fn_0-.colorGrey-2DXtkV:disabled { + background-color: rgba(116, 127, 141, .1) +} + +.lookGhost-2Fn_0-.colorGrey-2DXtkV .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.lookLink-9FtZy-.colorGrey-2DXtkV { + color: #747f8d +} + +.lookLink-9FtZy-.colorGrey-2DXtkV:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.lookLink-9FtZy-.colorGrey-2DXtkV:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorGrey-2DXtkV .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-dark .lookFilled-1Gx00P.hoverGrey-2CBXu0.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverGrey-2CBXu0.hasHover-3X1-zV:hover { + background-color: #747f8d; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverGrey-2CBXu0.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverGrey-2CBXu0.hasHover-3X1-zV:active { + background-color: #68727f; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverGrey-2CBXu0.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverGrey-2CBXu0.hasHover-3X1-zV:hover { + color: #747f8d; + background-color: #f8f9f9 +} + +.theme-dark .lookInverted-2D7oAl.hoverGrey-2CBXu0.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverGrey-2CBXu0.hasHover-3X1-zV:active { + color: #747f8d; + background-color: #e3e5e8 +} + +.theme-dark .lookOutlined-3sRXeN.hoverGrey-2CBXu0.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverGrey-2CBXu0.hasHover-3X1-zV:hover { + color: #747f8d; + border-color: #747f8d +} + +.theme-dark .lookOutlined-3sRXeN.hoverGrey-2CBXu0.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverGrey-2CBXu0.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .1); + border-color: #747f8d +} + +.theme-dark .lookGhost-2Fn_0-.hoverGrey-2CBXu0.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverGrey-2CBXu0.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverGrey-2CBXu0.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverGrey-2CBXu0.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #747f8d; + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorRed-1TFJan { + color: #fff; + background-color: #f04747 +} + +.lookFilled-1Gx00P.colorRed-1TFJan:hover { + background-color: #d84040 +} + +.lookFilled-1Gx00P.colorRed-1TFJan:active { + background-color: #c03939 +} + +.lookFilled-1Gx00P.colorRed-1TFJan .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorRed-1TFJan:disabled { + background-color: #f04747 +} + +.lookInverted-2D7oAl.colorRed-1TFJan { + color: #f04747; + background-color: #fff +} + +.lookInverted-2D7oAl.colorRed-1TFJan:hover { + background-color: #fef6f6 +} + +.lookInverted-2D7oAl.colorRed-1TFJan:active { + background-color: #fcdada +} + +.lookInverted-2D7oAl.colorRed-1TFJan:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorRed-1TFJan .spinnerItem-3GlVyU { + background-color: #f04747 +} + +.lookOutlined-3sRXeN.colorRed-1TFJan { + color: #f04747; + border-color: #f04747 +} + +.lookOutlined-3sRXeN.colorRed-1TFJan:active { + background-color: rgba(240, 71, 71, .1) +} + +.lookOutlined-3sRXeN.colorRed-1TFJan:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorRed-1TFJan .spinnerItem-3GlVyU { + background-color: #f04747 +} + +.lookGhost-2Fn_0-.colorRed-1TFJan { + color: #f04747; + background-color: rgba(240, 71, 71, .1) +} + +.lookGhost-2Fn_0-.colorRed-1TFJan:active { + background-color: rgba(240, 71, 71, .15) +} + +.lookGhost-2Fn_0-.colorRed-1TFJan:disabled { + background-color: rgba(240, 71, 71, .1) +} + +.lookGhost-2Fn_0-.colorRed-1TFJan .spinnerItem-3GlVyU { + background-color: #f04747 +} + +.lookLink-9FtZy-.colorRed-1TFJan { + color: #f04747 +} + +.lookLink-9FtZy-.colorRed-1TFJan:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #f04747 0, #f04747 2px, transparent 0) +} + +.lookLink-9FtZy-.colorRed-1TFJan:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorRed-1TFJan .spinnerItem-3GlVyU { + background-color: #f04747 +} + +.theme-dark .lookFilled-1Gx00P.hoverRed-2NoOXI.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverRed-2NoOXI.hasHover-3X1-zV:hover { + background-color: #f04747; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverRed-2NoOXI.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverRed-2NoOXI.hasHover-3X1-zV:active { + background-color: #d84040; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverRed-2NoOXI.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverRed-2NoOXI.hasHover-3X1-zV:hover { + color: #f04747; + background-color: #fef6f6 +} + +.theme-dark .lookInverted-2D7oAl.hoverRed-2NoOXI.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverRed-2NoOXI.hasHover-3X1-zV:active { + color: #f04747; + background-color: #fcdada +} + +.theme-dark .lookOutlined-3sRXeN.hoverRed-2NoOXI.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverRed-2NoOXI.hasHover-3X1-zV:hover { + color: #f04747; + border-color: #f04747 +} + +.theme-dark .lookOutlined-3sRXeN.hoverRed-2NoOXI.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverRed-2NoOXI.hasHover-3X1-zV:active { + color: #f04747; + background-color: rgba(240, 71, 71, .1); + border-color: #f04747 +} + +.theme-dark .lookGhost-2Fn_0-.hoverRed-2NoOXI.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverRed-2NoOXI.hasHover-3X1-zV:active { + color: #f04747; + background-color: rgba(240, 71, 71, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverRed-2NoOXI.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverRed-2NoOXI.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #f04747; + background-image: linear-gradient(0deg, transparent, transparent 1px, #f04747 0, #f04747 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorGreen-29iAKY { + color: #fff; + background-color: #43b581 +} + +.lookFilled-1Gx00P.colorGreen-29iAKY:hover { + background-color: #3ca374 +} + +.lookFilled-1Gx00P.colorGreen-29iAKY:active { + background-color: #369167 +} + +.lookFilled-1Gx00P.colorGreen-29iAKY .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorGreen-29iAKY:disabled { + background-color: #43b581 +} + +.lookInverted-2D7oAl.colorGreen-29iAKY { + color: #43b581; + background-color: #fff +} + +.lookInverted-2D7oAl.colorGreen-29iAKY:hover { + background-color: #f6fbf9 +} + +.lookInverted-2D7oAl.colorGreen-29iAKY:active { + background-color: #d9f0e6 +} + +.lookInverted-2D7oAl.colorGreen-29iAKY:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorGreen-29iAKY .spinnerItem-3GlVyU { + background-color: #43b581 +} + +.lookOutlined-3sRXeN.colorGreen-29iAKY { + color: #43b581; + border-color: #43b581 +} + +.lookOutlined-3sRXeN.colorGreen-29iAKY:active { + background-color: rgba(67, 181, 129, .1) +} + +.lookOutlined-3sRXeN.colorGreen-29iAKY:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorGreen-29iAKY .spinnerItem-3GlVyU { + background-color: #43b581 +} + +.lookGhost-2Fn_0-.colorGreen-29iAKY { + color: #43b581; + background-color: rgba(67, 181, 129, .1) +} + +.lookGhost-2Fn_0-.colorGreen-29iAKY:active { + background-color: rgba(67, 181, 129, .15) +} + +.lookGhost-2Fn_0-.colorGreen-29iAKY:disabled { + background-color: rgba(67, 181, 129, .1) +} + +.lookGhost-2Fn_0-.colorGreen-29iAKY .spinnerItem-3GlVyU { + background-color: #43b581 +} + +.lookLink-9FtZy-.colorGreen-29iAKY { + color: #43b581 +} + +.lookLink-9FtZy-.colorGreen-29iAKY:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #43b581 0, #43b581 2px, transparent 0) +} + +.lookLink-9FtZy-.colorGreen-29iAKY:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorGreen-29iAKY .spinnerItem-3GlVyU { + background-color: #43b581 +} + +.theme-dark .lookFilled-1Gx00P.hoverGreen-1gjdJc.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverGreen-1gjdJc.hasHover-3X1-zV:hover { + background-color: #43b581; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverGreen-1gjdJc.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverGreen-1gjdJc.hasHover-3X1-zV:active { + background-color: #3ca374; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverGreen-1gjdJc.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverGreen-1gjdJc.hasHover-3X1-zV:hover { + color: #43b581; + background-color: #f6fbf9 +} + +.theme-dark .lookInverted-2D7oAl.hoverGreen-1gjdJc.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverGreen-1gjdJc.hasHover-3X1-zV:active { + color: #43b581; + background-color: #d9f0e6 +} + +.theme-dark .lookOutlined-3sRXeN.hoverGreen-1gjdJc.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverGreen-1gjdJc.hasHover-3X1-zV:hover { + color: #43b581; + border-color: #43b581 +} + +.theme-dark .lookOutlined-3sRXeN.hoverGreen-1gjdJc.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverGreen-1gjdJc.hasHover-3X1-zV:active { + color: #43b581; + background-color: rgba(67, 181, 129, .1); + border-color: #43b581 +} + +.theme-dark .lookGhost-2Fn_0-.hoverGreen-1gjdJc.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverGreen-1gjdJc.hasHover-3X1-zV:active { + color: #43b581; + background-color: rgba(67, 181, 129, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverGreen-1gjdJc.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverGreen-1gjdJc.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #43b581; + background-image: linear-gradient(0deg, transparent, transparent 1px, #43b581 0, #43b581 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorYellow-2JqYwt { + color: #fff; + background-color: #faa61a +} + +.lookFilled-1Gx00P.colorYellow-2JqYwt:hover { + background-color: #e19517 +} + +.lookFilled-1Gx00P.colorYellow-2JqYwt:active { + background-color: #c88515 +} + +.lookFilled-1Gx00P.colorYellow-2JqYwt .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorYellow-2JqYwt:disabled { + background-color: #faa61a +} + +.lookInverted-2D7oAl.colorYellow-2JqYwt { + color: #faa61a; + background-color: #fff +} + +.lookInverted-2D7oAl.colorYellow-2JqYwt:hover { + background-color: #fffbf4 +} + +.lookInverted-2D7oAl.colorYellow-2JqYwt:active { + background-color: #feedd1 +} + +.lookInverted-2D7oAl.colorYellow-2JqYwt:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorYellow-2JqYwt .spinnerItem-3GlVyU { + background-color: #faa61a +} + +.lookOutlined-3sRXeN.colorYellow-2JqYwt { + color: #faa61a; + border-color: #faa61a +} + +.lookOutlined-3sRXeN.colorYellow-2JqYwt:active { + background-color: rgba(250, 166, 26, .1) +} + +.lookOutlined-3sRXeN.colorYellow-2JqYwt:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorYellow-2JqYwt .spinnerItem-3GlVyU { + background-color: #faa61a +} + +.lookGhost-2Fn_0-.colorYellow-2JqYwt { + color: #faa61a; + background-color: rgba(250, 166, 26, .1) +} + +.lookGhost-2Fn_0-.colorYellow-2JqYwt:active { + background-color: rgba(250, 166, 26, .15) +} + +.lookGhost-2Fn_0-.colorYellow-2JqYwt:disabled { + background-color: rgba(250, 166, 26, .1) +} + +.lookGhost-2Fn_0-.colorYellow-2JqYwt .spinnerItem-3GlVyU { + background-color: #faa61a +} + +.lookLink-9FtZy-.colorYellow-2JqYwt { + color: #faa61a +} + +.lookLink-9FtZy-.colorYellow-2JqYwt:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #faa61a 0, #faa61a 2px, transparent 0) +} + +.lookLink-9FtZy-.colorYellow-2JqYwt:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorYellow-2JqYwt .spinnerItem-3GlVyU { + background-color: #faa61a +} + +.theme-dark .lookFilled-1Gx00P.hoverYellow-171chs.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverYellow-171chs.hasHover-3X1-zV:hover { + background-color: #faa61a; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverYellow-171chs.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverYellow-171chs.hasHover-3X1-zV:active { + background-color: #e19517; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverYellow-171chs.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverYellow-171chs.hasHover-3X1-zV:hover { + color: #faa61a; + background-color: #fffbf4 +} + +.theme-dark .lookInverted-2D7oAl.hoverYellow-171chs.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverYellow-171chs.hasHover-3X1-zV:active { + color: #faa61a; + background-color: #feedd1 +} + +.theme-dark .lookOutlined-3sRXeN.hoverYellow-171chs.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverYellow-171chs.hasHover-3X1-zV:hover { + color: #faa61a; + border-color: #faa61a +} + +.theme-dark .lookOutlined-3sRXeN.hoverYellow-171chs.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverYellow-171chs.hasHover-3X1-zV:active { + color: #faa61a; + background-color: rgba(250, 166, 26, .1); + border-color: #faa61a +} + +.theme-dark .lookGhost-2Fn_0-.hoverYellow-171chs.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverYellow-171chs.hasHover-3X1-zV:active { + color: #faa61a; + background-color: rgba(250, 166, 26, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverYellow-171chs.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverYellow-171chs.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #faa61a; + background-image: linear-gradient(0deg, transparent, transparent 1px, #faa61a 0, #faa61a 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorLink-35jkBc { + color: #fff; + background-color: var(--text-link) +} + +.lookFilled-1Gx00P.colorLink-35jkBc:active, +.lookFilled-1Gx00P.colorLink-35jkBc:hover { + background-color: null +} + +.lookFilled-1Gx00P.colorLink-35jkBc .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorLink-35jkBc:disabled { + background-color: var(--text-link) +} + +.lookInverted-2D7oAl.colorLink-35jkBc { + color: var(--text-link); + background-color: #fff +} + +.lookInverted-2D7oAl.colorLink-35jkBc:hover { + background-color: var(--text-link)-100 +} + +.lookInverted-2D7oAl.colorLink-35jkBc:active { + background-color: var(--text-link)-200 +} + +.lookInverted-2D7oAl.colorLink-35jkBc:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorLink-35jkBc .spinnerItem-3GlVyU { + background-color: var(--text-link) +} + +.lookOutlined-3sRXeN.colorLink-35jkBc { + color: var(--text-link); + border-color: var(--text-link) +} + +.lookOutlined-3sRXeN.colorLink-35jkBc:active { + background-color: rgba(var(--text-link), .1) +} + +.lookOutlined-3sRXeN.colorLink-35jkBc:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorLink-35jkBc .spinnerItem-3GlVyU { + background-color: var(--text-link) +} + +.lookGhost-2Fn_0-.colorLink-35jkBc { + color: var(--text-link); + background-color: rgba(var(--text-link), .1) +} + +.lookGhost-2Fn_0-.colorLink-35jkBc:active { + background-color: rgba(var(--text-link), .15) +} + +.lookGhost-2Fn_0-.colorLink-35jkBc:disabled { + background-color: rgba(var(--text-link), .1) +} + +.lookGhost-2Fn_0-.colorLink-35jkBc .spinnerItem-3GlVyU { + background-color: var(--text-link) +} + +.lookLink-9FtZy-.colorLink-35jkBc { + color: var(--text-link) +} + +.lookLink-9FtZy-.colorLink-35jkBc:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, var(--text-link) 0, var(--text-link) 2px, transparent 0) +} + +.lookLink-9FtZy-.colorLink-35jkBc:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorLink-35jkBc .spinnerItem-3GlVyU { + background-color: var(--text-link) +} + +.theme-dark .lookFilled-1Gx00P.hoverLink-i1fEKS.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverLink-i1fEKS.hasHover-3X1-zV:hover { + background-color: var(--text-link); + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverLink-i1fEKS.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverLink-i1fEKS.hasHover-3X1-zV:active { + background-color: null; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverLink-i1fEKS.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverLink-i1fEKS.hasHover-3X1-zV:hover { + color: var(--text-link); + background-color: var(--text-link)-100 +} + +.theme-dark .lookInverted-2D7oAl.hoverLink-i1fEKS.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverLink-i1fEKS.hasHover-3X1-zV:active { + color: var(--text-link); + background-color: var(--text-link)-200 +} + +.theme-dark .lookOutlined-3sRXeN.hoverLink-i1fEKS.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverLink-i1fEKS.hasHover-3X1-zV:hover { + color: var(--text-link); + border-color: var(--text-link) +} + +.theme-dark .lookOutlined-3sRXeN.hoverLink-i1fEKS.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverLink-i1fEKS.hasHover-3X1-zV:active { + color: var(--text-link); + background-color: rgba(var(--text-link), .1); + border-color: var(--text-link) +} + +.theme-dark .lookGhost-2Fn_0-.hoverLink-i1fEKS.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverLink-i1fEKS.hasHover-3X1-zV:active { + color: var(--text-link); + background-color: rgba(var(--text-link), .15) +} + +.theme-dark .lookLink-9FtZy-.hoverLink-i1fEKS.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverLink-i1fEKS.hasHover-3X1-zV:hover .contents-18-Yxp { + color: var(--text-link); + background-image: linear-gradient(0deg, transparent, transparent 1px, var(--text-link) 0, var(--text-link) 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorWhite-rEQuAQ { + color: #4f545c; + background-color: #fff +} + +.lookFilled-1Gx00P.colorWhite-rEQuAQ:hover { + background-color: #e6e6e6 +} + +.lookFilled-1Gx00P.colorWhite-rEQuAQ:active { + background-color: #ccc +} + +.lookFilled-1Gx00P.colorWhite-rEQuAQ .spinnerItem-3GlVyU { + background-color: #4f545c +} + +.lookFilled-1Gx00P.colorWhite-rEQuAQ:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorWhite-rEQuAQ { + color: #fff; + background-color: #4f545c +} + +.lookInverted-2D7oAl.colorWhite-rEQuAQ:active, +.lookInverted-2D7oAl.colorWhite-rEQuAQ:hover { + background-color: #fff +} + +.lookInverted-2D7oAl.colorWhite-rEQuAQ:disabled { + background-color: #4f545c +} + +.lookInverted-2D7oAl.colorWhite-rEQuAQ .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookOutlined-3sRXeN.colorWhite-rEQuAQ { + color: #fff; + border-color: #fff +} + +.lookOutlined-3sRXeN.colorWhite-rEQuAQ:active { + background-color: hsla(0, 0%, 100%, .1) +} + +.lookOutlined-3sRXeN.colorWhite-rEQuAQ:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorWhite-rEQuAQ .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookGhost-2Fn_0-.colorWhite-rEQuAQ { + color: #fff; + background-color: hsla(0, 0%, 100%, .1) +} + +.lookGhost-2Fn_0-.colorWhite-rEQuAQ:active { + background-color: hsla(0, 0%, 100%, .15) +} + +.lookGhost-2Fn_0-.colorWhite-rEQuAQ:disabled { + background-color: hsla(0, 0%, 100%, .1) +} + +.lookGhost-2Fn_0-.colorWhite-rEQuAQ .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookLink-9FtZy-.colorWhite-rEQuAQ { + color: #fff +} + +.lookLink-9FtZy-.colorWhite-rEQuAQ:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #fff 0, #fff 2px, transparent 0) +} + +.lookLink-9FtZy-.colorWhite-rEQuAQ:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorWhite-rEQuAQ .spinnerItem-3GlVyU { + background-color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverWhite-2uUmXw.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverWhite-2uUmXw.hasHover-3X1-zV:hover { + background-color: #fff; + color: #4f545c +} + +.theme-dark .lookFilled-1Gx00P.hoverWhite-2uUmXw.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverWhite-2uUmXw.hasHover-3X1-zV:active { + background-color: #e6e6e6; + color: #4f545c +} + +.theme-dark .lookInverted-2D7oAl.hoverWhite-2uUmXw.hasHover-3X1-zV:active, +.theme-dark .lookInverted-2D7oAl.hoverWhite-2uUmXw.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverWhite-2uUmXw.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverWhite-2uUmXw.hasHover-3X1-zV:hover { + color: #fff; + background-color: #fff +} + +.theme-dark .lookOutlined-3sRXeN.hoverWhite-2uUmXw.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverWhite-2uUmXw.hasHover-3X1-zV:hover { + color: #fff; + border-color: #fff +} + +.theme-dark .lookOutlined-3sRXeN.hoverWhite-2uUmXw.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverWhite-2uUmXw.hasHover-3X1-zV:active { + color: #fff; + background-color: hsla(0, 0%, 100%, .1); + border-color: #fff +} + +.theme-dark .lookGhost-2Fn_0-.hoverWhite-2uUmXw.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverWhite-2uUmXw.hasHover-3X1-zV:active { + color: #fff; + background-color: hsla(0, 0%, 100%, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverWhite-2uUmXw.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverWhite-2uUmXw.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #fff; + background-image: linear-gradient(0deg, transparent, transparent 1px, #fff 0, #fff 2px, transparent 0) +} + +.lookFilled-1Gx00P.colorBlack-1jwPVL { + color: #fff; + background-color: #040405 +} + +.lookFilled-1Gx00P.colorBlack-1jwPVL:hover { + background-color: #18191c +} + +.lookFilled-1Gx00P.colorBlack-1jwPVL:active { + background-color: #202225 +} + +.lookFilled-1Gx00P.colorBlack-1jwPVL .spinnerItem-3GlVyU { + background-color: #fff +} + +.lookFilled-1Gx00P.colorBlack-1jwPVL:disabled { + background-color: #040405 +} + +.lookInverted-2D7oAl.colorBlack-1jwPVL { + color: #040405; + background-color: #fff +} + +.lookInverted-2D7oAl.colorBlack-1jwPVL:hover { + background-color: #18191c +} + +.lookInverted-2D7oAl.colorBlack-1jwPVL:active { + background-color: #202225 +} + +.lookInverted-2D7oAl.colorBlack-1jwPVL:disabled { + background-color: #fff +} + +.lookInverted-2D7oAl.colorBlack-1jwPVL .spinnerItem-3GlVyU { + background-color: #040405 +} + +.lookOutlined-3sRXeN.colorBlack-1jwPVL { + color: #040405; + border-color: #040405 +} + +.lookOutlined-3sRXeN.colorBlack-1jwPVL:active { + background-color: rgba(4, 4, 5, .1) +} + +.lookOutlined-3sRXeN.colorBlack-1jwPVL:disabled { + background-color: transparent +} + +.lookOutlined-3sRXeN.colorBlack-1jwPVL .spinnerItem-3GlVyU { + background-color: #040405 +} + +.lookGhost-2Fn_0-.colorBlack-1jwPVL { + color: #040405; + background-color: rgba(4, 4, 5, .1) +} + +.lookGhost-2Fn_0-.colorBlack-1jwPVL:active { + background-color: rgba(4, 4, 5, .15) +} + +.lookGhost-2Fn_0-.colorBlack-1jwPVL:disabled { + background-color: rgba(4, 4, 5, .1) +} + +.lookGhost-2Fn_0-.colorBlack-1jwPVL .spinnerItem-3GlVyU { + background-color: #040405 +} + +.lookLink-9FtZy-.colorBlack-1jwPVL { + color: #040405 +} + +.lookLink-9FtZy-.colorBlack-1jwPVL:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #040405 0, #040405 2px, transparent 0) +} + +.lookLink-9FtZy-.colorBlack-1jwPVL:disabled .contents-18-Yxp { + background-image: none +} + +.lookLink-9FtZy-.colorBlack-1jwPVL .spinnerItem-3GlVyU { + background-color: #040405 +} + +.theme-dark .lookFilled-1Gx00P.hoverBlack-3jULb8.hasHover-3X1-zV:hover, +.theme-light .lookFilled-1Gx00P.hoverBlack-3jULb8.hasHover-3X1-zV:hover { + background-color: #040405; + color: #fff +} + +.theme-dark .lookFilled-1Gx00P.hoverBlack-3jULb8.hasHover-3X1-zV:active, +.theme-light .lookFilled-1Gx00P.hoverBlack-3jULb8.hasHover-3X1-zV:active { + background-color: #18191c; + color: #fff +} + +.theme-dark .lookInverted-2D7oAl.hoverBlack-3jULb8.hasHover-3X1-zV:hover, +.theme-light .lookInverted-2D7oAl.hoverBlack-3jULb8.hasHover-3X1-zV:hover { + color: #040405; + background-color: #18191c +} + +.theme-dark .lookInverted-2D7oAl.hoverBlack-3jULb8.hasHover-3X1-zV:active, +.theme-light .lookInverted-2D7oAl.hoverBlack-3jULb8.hasHover-3X1-zV:active { + color: #040405; + background-color: #202225 +} + +.theme-dark .lookOutlined-3sRXeN.hoverBlack-3jULb8.hasHover-3X1-zV:hover, +.theme-light .lookOutlined-3sRXeN.hoverBlack-3jULb8.hasHover-3X1-zV:hover { + color: #040405; + border-color: #040405 +} + +.theme-dark .lookOutlined-3sRXeN.hoverBlack-3jULb8.hasHover-3X1-zV:active, +.theme-light .lookOutlined-3sRXeN.hoverBlack-3jULb8.hasHover-3X1-zV:active { + color: #040405; + background-color: rgba(4, 4, 5, .1); + border-color: #040405 +} + +.theme-dark .lookGhost-2Fn_0-.hoverBlack-3jULb8.hasHover-3X1-zV:active, +.theme-light .lookGhost-2Fn_0-.hoverBlack-3jULb8.hasHover-3X1-zV:active { + color: #040405; + background-color: rgba(4, 4, 5, .15) +} + +.theme-dark .lookLink-9FtZy-.hoverBlack-3jULb8.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .lookLink-9FtZy-.hoverBlack-3jULb8.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #040405; + background-image: linear-gradient(0deg, transparent, transparent 1px, #040405 0, #040405 2px, transparent 0) +} + +.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 { + color: #f6f6f7; + background-color: #4f545c +} + +.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:active, +.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover { + background-color: #72767d +} + +.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #f6f6f7 +} + +.theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:disabled { + background-color: #4f545c +} + +.theme-dark .lookInverted-2D7oAl.colorPrimary-3b3xI6 { + color: #4f545c; + background-color: #f6f6f7 +} + +.theme-dark .lookInverted-2D7oAl.colorPrimary-3b3xI6:hover { + background-color: #f6f6f7 +} + +.theme-dark .lookInverted-2D7oAl.colorPrimary-3b3xI6:active { + background-color: #dcddde +} + +.theme-dark .lookInverted-2D7oAl.colorPrimary-3b3xI6:disabled { + background-color: #f6f6f7 +} + +.theme-dark .lookInverted-2D7oAl.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #4f545c +} + +.theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6 { + color: #fff; + border-color: #fff +} + +.theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6:active { + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6:disabled { + background-color: transparent +} + +.theme-dark .lookOutlined-3sRXeN.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #fff +} + +.theme-dark .lookGhost-2Fn_0-.colorPrimary-3b3xI6 { + color: #fff; + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookGhost-2Fn_0-.colorPrimary-3b3xI6:active { + background-color: hsla(0, 0%, 100%, .15) +} + +.theme-dark .lookGhost-2Fn_0-.colorPrimary-3b3xI6:disabled { + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookGhost-2Fn_0-.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #fff +} + +.theme-dark .lookLink-9FtZy-.colorPrimary-3b3xI6 { + color: #fff +} + +.theme-dark .lookLink-9FtZy-.colorPrimary-3b3xI6:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #fff 0, #fff 2px, transparent 0) +} + +.theme-dark .lookLink-9FtZy-.colorPrimary-3b3xI6:disabled .contents-18-Yxp { + background-image: none +} + +.theme-dark .lookLink-9FtZy-.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #fff +} + +.theme-dark .theme-dark .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + background-color: #4f545c; + color: #f6f6f7 +} + +.theme-dark .theme-dark .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + background-color: #72767d; + color: #f6f6f7 +} + +.theme-dark .theme-dark .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + color: #4f545c; + background-color: #f6f6f7 +} + +.theme-dark .theme-dark .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #4f545c; + background-color: #dcddde +} + +.theme-dark .theme-dark .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + color: #fff; + border-color: #fff +} + +.theme-dark .theme-dark .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #fff; + background-color: hsla(0, 0%, 100%, .1); + border-color: #4f545c +} + +.theme-dark .theme-dark .lookGhost-2Fn_0-.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookGhost-2Fn_0-.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #fff; + background-color: hsla(0, 0%, 100%, .15) +} + +.theme-dark .theme-dark .lookLink-9FtZy-.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-dark .theme-light .lookLink-9FtZy-.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #fff; + background-image: linear-gradient(0deg, transparent, transparent 1px, #fff 0, #fff 2px, transparent 0) +} + +.theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9 { + color: #f6f6f7; + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9:hover { + background-color: hsla(0, 0%, 100%, .05) +} + +.theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9:active { + background-color: hsla(0, 0%, 100%, .01) +} + +.theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #f6f6f7 +} + +.theme-dark .lookFilled-1Gx00P.colorTransparent-1ewNp9:disabled { + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookInverted-2D7oAl.colorTransparent-1ewNp9 { + color: hsla(0, 0%, 100%, .1); + background-color: #f6f6f7 +} + +.theme-dark .lookInverted-2D7oAl.colorTransparent-1ewNp9:hover { + background-color: hsla(0, 0%, 100%, .05) +} + +.theme-dark .lookInverted-2D7oAl.colorTransparent-1ewNp9:active { + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookInverted-2D7oAl.colorTransparent-1ewNp9:disabled { + background-color: #f6f6f7 +} + +.theme-dark .lookInverted-2D7oAl.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .lookOutlined-3sRXeN.colorTransparent-1ewNp9 { + color: #dcddde; + border-color: #dcddde +} + +.theme-dark .lookOutlined-3sRXeN.colorTransparent-1ewNp9:active { + background-color: rgba(220, 221, 222, .1) +} + +.theme-dark .lookOutlined-3sRXeN.colorTransparent-1ewNp9:disabled { + background-color: transparent +} + +.theme-dark .lookOutlined-3sRXeN.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #dcddde +} + +.theme-dark .lookGhost-2Fn_0-.colorTransparent-1ewNp9 { + color: #dcddde; + background-color: rgba(220, 221, 222, .1) +} + +.theme-dark .lookGhost-2Fn_0-.colorTransparent-1ewNp9:active { + background-color: rgba(220, 221, 222, .15) +} + +.theme-dark .lookGhost-2Fn_0-.colorTransparent-1ewNp9:disabled { + background-color: rgba(220, 221, 222, .1) +} + +.theme-dark .lookGhost-2Fn_0-.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #dcddde +} + +.theme-dark .lookLink-9FtZy-.colorTransparent-1ewNp9 { + color: #dcddde +} + +.theme-dark .lookLink-9FtZy-.colorTransparent-1ewNp9:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #dcddde 0, #dcddde 2px, transparent 0) +} + +.theme-dark .lookLink-9FtZy-.colorTransparent-1ewNp9:disabled .contents-18-Yxp { + background-image: none +} + +.theme-dark .lookLink-9FtZy-.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #dcddde +} + +.theme-dark .theme-dark .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + background-color: hsla(0, 0%, 100%, .1); + color: #f6f6f7 +} + +.theme-dark .theme-dark .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + background-color: hsla(0, 0%, 100%, .05); + color: #f6f6f7 +} + +.theme-dark .theme-dark .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + color: hsla(0, 0%, 100%, .1); + background-color: hsla(0, 0%, 100%, .05) +} + +.theme-dark .theme-dark .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: hsla(0, 0%, 100%, .1); + background-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .theme-dark .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-dark .theme-light .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + color: #dcddde; + border-color: #dcddde +} + +.theme-dark .theme-dark .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: #dcddde; + background-color: rgba(220, 221, 222, .1); + border-color: hsla(0, 0%, 100%, .1) +} + +.theme-dark .theme-dark .lookGhost-2Fn_0-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-dark .theme-light .lookGhost-2Fn_0-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: #dcddde; + background-color: rgba(220, 221, 222, .15) +} + +.theme-dark .theme-dark .lookLink-9FtZy-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-dark .theme-light .lookLink-9FtZy-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #dcddde; + background-image: linear-gradient(0deg, transparent, transparent 1px, #dcddde 0, #dcddde 2px, transparent 0) +} + +.theme-light .lookFilled-1Gx00P.colorPrimary-3b3xI6 { + color: #fff; + background-color: #747f8d +} + +.theme-light .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover { + background-color: #9099a4 +} + +.theme-light .lookFilled-1Gx00P.colorPrimary-3b3xI6:active { + background-color: #e3e5e8 +} + +.theme-light .lookFilled-1Gx00P.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #fff +} + +.theme-light .lookFilled-1Gx00P.colorPrimary-3b3xI6:disabled { + background-color: #747f8d +} + +.theme-light .lookInverted-2D7oAl.colorPrimary-3b3xI6 { + color: #747f8d; + background-color: #fff +} + +.theme-light .lookInverted-2D7oAl.colorPrimary-3b3xI6:hover { + background-color: #4f5660 +} + +.theme-light .lookInverted-2D7oAl.colorPrimary-3b3xI6:active { + background-color: #2e3338 +} + +.theme-light .lookInverted-2D7oAl.colorPrimary-3b3xI6:disabled { + background-color: #fff +} + +.theme-light .lookInverted-2D7oAl.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookOutlined-3sRXeN.colorPrimary-3b3xI6 { + color: #747f8d; + border-color: #747f8d +} + +.theme-light .lookOutlined-3sRXeN.colorPrimary-3b3xI6:active { + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookOutlined-3sRXeN.colorPrimary-3b3xI6:disabled { + background-color: transparent +} + +.theme-light .lookOutlined-3sRXeN.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookGhost-2Fn_0-.colorPrimary-3b3xI6 { + color: #747f8d; + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookGhost-2Fn_0-.colorPrimary-3b3xI6:active { + background-color: rgba(116, 127, 141, .15) +} + +.theme-light .lookGhost-2Fn_0-.colorPrimary-3b3xI6:disabled { + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookGhost-2Fn_0-.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookLink-9FtZy-.colorPrimary-3b3xI6 { + color: #747f8d +} + +.theme-light .lookLink-9FtZy-.colorPrimary-3b3xI6:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.theme-light .lookLink-9FtZy-.colorPrimary-3b3xI6:disabled .contents-18-Yxp { + background-image: none +} + +.theme-light .lookLink-9FtZy-.colorPrimary-3b3xI6 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .theme-dark .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + background-color: #747f8d; + color: #fff +} + +.theme-light .theme-dark .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-light .theme-light .lookFilled-1Gx00P.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + background-color: #9099a4; + color: #fff +} + +.theme-light .theme-dark .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + color: #747f8d; + background-color: #4f5660 +} + +.theme-light .theme-dark .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-light .theme-light .lookInverted-2D7oAl.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #747f8d; + background-color: #2e3338 +} + +.theme-light .theme-dark .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover { + color: #747f8d; + border-color: #747f8d +} + +.theme-light .theme-dark .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-light .theme-light .lookOutlined-3sRXeN.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .1); + border-color: #747f8d +} + +.theme-light .theme-dark .lookGhost-2Fn_0-.hoverPrimary-2D1j2r.hasHover-3X1-zV:active, +.theme-light .theme-light .lookGhost-2Fn_0-.hoverPrimary-2D1j2r.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .15) +} + +.theme-light .theme-dark .lookLink-9FtZy-.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .theme-light .lookLink-9FtZy-.hoverPrimary-2D1j2r.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #747f8d; + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.theme-light .lookFilled-1Gx00P.colorTransparent-1ewNp9 { + color: #747f8d; + background-color: rgba(116, 127, 141, .01) +} + +.theme-light .lookFilled-1Gx00P.colorTransparent-1ewNp9:hover { + background-color: rgba(116, 127, 141, .2) +} + +.theme-light .lookFilled-1Gx00P.colorTransparent-1ewNp9:active { + background-color: rgba(116, 127, 141, .25) +} + +.theme-light .lookFilled-1Gx00P.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookFilled-1Gx00P.colorTransparent-1ewNp9:disabled { + background-color: rgba(116, 127, 141, .01) +} + +.theme-light .lookInverted-2D7oAl.colorTransparent-1ewNp9 { + color: rgba(116, 127, 141, .01); + background-color: #747f8d +} + +.theme-light .lookInverted-2D7oAl.colorTransparent-1ewNp9:hover { + background-color: rgba(116, 127, 141, .2) +} + +.theme-light .lookInverted-2D7oAl.colorTransparent-1ewNp9:active { + background-color: rgba(116, 127, 141, .25) +} + +.theme-light .lookInverted-2D7oAl.colorTransparent-1ewNp9:disabled { + background-color: #747f8d +} + +.theme-light .lookInverted-2D7oAl.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: rgba(116, 127, 141, .01) +} + +.theme-light .lookOutlined-3sRXeN.colorTransparent-1ewNp9 { + color: #747f8d; + border-color: #747f8d +} + +.theme-light .lookOutlined-3sRXeN.colorTransparent-1ewNp9:active { + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookOutlined-3sRXeN.colorTransparent-1ewNp9:disabled { + background-color: transparent +} + +.theme-light .lookOutlined-3sRXeN.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookGhost-2Fn_0-.colorTransparent-1ewNp9 { + color: #747f8d; + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookGhost-2Fn_0-.colorTransparent-1ewNp9:active { + background-color: rgba(116, 127, 141, .15) +} + +.theme-light .lookGhost-2Fn_0-.colorTransparent-1ewNp9:disabled { + background-color: rgba(116, 127, 141, .1) +} + +.theme-light .lookGhost-2Fn_0-.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .lookLink-9FtZy-.colorTransparent-1ewNp9 { + color: #747f8d +} + +.theme-light .lookLink-9FtZy-.colorTransparent-1ewNp9:hover .contents-18-Yxp { + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.theme-light .lookLink-9FtZy-.colorTransparent-1ewNp9:disabled .contents-18-Yxp { + background-image: none +} + +.theme-light .lookLink-9FtZy-.colorTransparent-1ewNp9 .spinnerItem-3GlVyU { + background-color: #747f8d +} + +.theme-light .theme-dark .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + background-color: rgba(116, 127, 141, .01); + color: #747f8d +} + +.theme-light .theme-dark .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-light .theme-light .lookFilled-1Gx00P.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + background-color: rgba(116, 127, 141, .2); + color: #747f8d +} + +.theme-light .theme-dark .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + color: rgba(116, 127, 141, .01); + background-color: rgba(116, 127, 141, .2) +} + +.theme-light .theme-dark .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-light .theme-light .lookInverted-2D7oAl.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: rgba(116, 127, 141, .01); + background-color: rgba(116, 127, 141, .25) +} + +.theme-light .theme-dark .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover, +.theme-light .theme-light .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover { + color: #747f8d; + border-color: #747f8d +} + +.theme-light .theme-dark .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-light .theme-light .lookOutlined-3sRXeN.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .1); + border-color: rgba(116, 127, 141, .01) +} + +.theme-light .theme-dark .lookGhost-2Fn_0-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active, +.theme-light .theme-light .lookGhost-2Fn_0-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:active { + color: #747f8d; + background-color: rgba(116, 127, 141, .15) +} + +.theme-light .theme-dark .lookLink-9FtZy-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover .contents-18-Yxp, +.theme-light .theme-light .lookLink-9FtZy-.hoverTransparent-2Lz5CN.hasHover-3X1-zV:hover .contents-18-Yxp { + color: #747f8d; + background-image: linear-gradient(0deg, transparent, transparent 1px, #747f8d 0, #747f8d 2px, transparent 0) +} + +.lookFilled-1Gx00P, +.lookInverted-2D7oAl { + -webkit-transition: background-color .17s ease, color .17s ease; + transition: background-color .17s ease, color .17s ease +} + +.lookOutlined-3sRXeN { + -webkit-transition: color .17s ease, background-color .17s ease, border-color .17s ease; + transition: color .17s ease, background-color .17s ease, border-color .17s ease; + border-width: 1px; + border-style: solid +} + +.lookGhost-2Fn_0- { + -webkit-transition: background-color .17s ease, color .17s ease, -webkit-transform .17s ease; + transition: background-color .17s ease, color .17s ease, -webkit-transform .17s ease; + transition: transform .17s ease, background-color .17s ease, color .17s ease; + transition: transform .17s ease, background-color .17s ease, color .17s ease, -webkit-transform .17s ease +} + +.lookBlank-3eh9lL { + background: transparent; + color: currentColor; + border: 0; + padding: 0; + margin: 0 +} + +.sizeTiny-EgeIrh { + width: 52px; + height: 24px; + min-width: 52px; + min-height: 24px; + padding-top: 4px; +} + +.sizeSmall-2cSMqn { + width: 60px; + height: 32px; + min-width: 60px; + min-height: 32px +} + +.sizeMedium-1AC_Sl { + width: 96px; + height: 38px; + min-width: 96px; + min-height: 38px +} + +.sizeLarge-1vSeWK { + width: 130px; + height: 44px; + min-width: 130px; + min-height: 44px +} + +.sizeXlarge-2yFAlZ { + width: 148px; + height: 50px; + min-width: 148px; + min-height: 50px; + font-size: 16px; + line-height: normal; + padding: 2px 20px +} + +.sizeMin-1mJd1x { + display: inline; + width: auto; + height: auto; + padding: 2px 4px +} + +.sizeMax-1Mj0eU { + width: 100%; + height: 100%; + min-width: 100%; + min-height: 100%; + font-size: 16px +} + +.sizeIcon-1-kvKI { + height: auto; + padding: 4px +} + +.grow-q77ONN, +.sizeIcon-1-kvKI { + width: auto +} + +.fullWidth-1orjjo { + width: 100% +} + +.submitting-3qlO9O { + pointer-events: none +} + +.lookFilled-1Gx00P .contents-18-Yxp, +.lookInverted-2D7oAl .contents-18-Yxp, +.lookLink-9FtZy- .contents-18-Yxp, +.lookOutlined-3sRXeN .contents-18-Yxp { + margin: 0 auto; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden +} + +@media (-ms-high-contrast: active), +(-ms-high-contrast: none) { + .lookFilled-1Gx00P .contents-18-Yxp, + .lookInverted-2D7oAl .contents-18-Yxp, + .lookLink-9FtZy- .contents-18-Yxp, + .lookOutlined-3sRXeN .contents-18-Yxp { + margin: 0 + } + +} + +.submitting-3qlO9O .contents-18-Yxp { + visibility: hidden +} + +.lookGhost-2Fn_0- .contents-18-Yxp { + pointer-events: none; + line-height: 20px +} + +.spinner-3a9zLT { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin: 0; + padding-top: 1px; +} + +.disabledButtonWrapper-3wH6-b { + display: inline-block; + position: relative +} + +.noButtonUnderline-k039df:hover { + text-decoration: none !important; +} + +.disabledButtonOverlay-2DA5FI { + cursor: not-allowed; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9 +} + +.flex-1O1GKY { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.alignStart-H-X2h- { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start +} + +.alignEnd-1D6PQi { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end +} + +.alignCenter-1dQNNs { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.alignStretch-DpGPf3 { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch +} + +.alignBaseline-LAQbso { + -webkit-box-align: baseline; + -ms-flex-align: baseline; + align-items: baseline +} + +.justifyStart-2NDFzi { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.justifyEnd-2E6vba { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end +} + +.justifyCenter-3D2jYp { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center +} + +.justifyAround-1n1pnI { + -ms-flex-pack: distribute; + justify-content: space-around +} + +.justifyBetween-2tTqYu { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between +} + +.noWrap-3jynv6 { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap +} + +.wrap-ZIn9Iy { + -ms-flex-wrap: wrap; + flex-wrap: wrap +} + +.wrapReverse-3ssEE3 { + -ms-flex-wrap: wrap-reverse; + flex-wrap: wrap-reverse +} + +.directionRow-3v3tfG { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row +} + +.directionRowReverse-m8IjIq { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse +} + +.directionColumn-35P_nr { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.spacer-1fA9zc { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + overflow: hidden +} + +.horizontal-2EEEnY>.spacer-1fA9zc, +.horizontalReverse-3tRjY7>.spacer-1fA9zc, +.vertical-V37hAW>.spacer-1fA9zc { + min-height: 1px +} + +.horizontal-1ae9ci>.flex-1xMQg5, +.horizontal-1ae9ci>.flexChild-faoVW3 { + margin-left: 10px; + margin-right: 10px +} + +.horizontal-1ae9ci>.flex-1xMQg5:first-child, +.horizontal-1ae9ci>.flexChild-faoVW3:first-child { + margin-left: 0 +} + +.horizontal-1ae9ci>.flex-1xMQg5:last-child, +.horizontal-1ae9ci>.flexChild-faoVW3:last-child { + margin-right: 0 +} + +.horizontalReverse-2eTKWD>.flex-1xMQg5, +.horizontalReverse-2eTKWD>.flexChild-faoVW3 { + margin-left: 10px; + margin-right: 10px +} + +.horizontalReverse-2eTKWD>.flex-1xMQg5:first-child, +.horizontalReverse-2eTKWD>.flexChild-faoVW3:first-child { + margin-right: 0 +} + +.horizontalReverse-2eTKWD>.flex-1xMQg5:last-child, +.horizontalReverse-2eTKWD>.flexChild-faoVW3:last-child { + margin-left: 0 +} + +.horizontal-1ae9ci>.flexMarginReset-26Y2-5 { + margin: 0 +} + +.scrollerBase-289Jih { + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; + min-height: 0; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto +} + +.thin-1ybCId { + scrollbar-width: thin +} + +.thin-1ybCId, +.thin-1ybCId.fade-2kXiP2:hover, +.thin-1ybCId.scrolling-1Cdwk- { + scrollbar-color: var(--scrollbar-thin-thumb) var(--scrollbar-thin-track) +} + +.thin-1ybCId::-webkit-scrollbar { + width: 8px; + height: 8px +} + +.thin-1ybCId::-webkit-scrollbar-track { + border-color: var(--scrollbar-thin-track); + background-color: var(--scrollbar-thin-track); + border: 2px solid var(--scrollbar-thin-track) +} + +.thin-1ybCId::-webkit-scrollbar-thumb { + background-clip: padding-box; + border: 2px solid transparent; + border-radius: 4px; + background-color: var(--scrollbar-thin-thumb); + min-height: 40px +} + +.thin-1ybCId::-webkit-scrollbar-corner { + background-color: transparent +} + +.auto-Ge5KZx { + scrollbar-width: auto +} + +.auto-Ge5KZx, +.auto-Ge5KZx.fade-2kXiP2:hover, +.auto-Ge5KZx.scrolling-1Cdwk- { + scrollbar-color: var(--scrollbar-auto-scrollbar-color-thumb) var(--scrollbar-auto-scrollbar-color-track) +} + +.auto-Ge5KZx::-webkit-scrollbar { + width: 16px; + height: 16px +} + +.auto-Ge5KZx::-webkit-scrollbar-track { + background-color: var(--scrollbar-auto-track) +} + +.auto-Ge5KZx::-webkit-scrollbar-thumb, +.auto-Ge5KZx::-webkit-scrollbar-track { + border: 4px solid transparent; + background-clip: padding-box; + border-radius: 8px +} + +.auto-Ge5KZx::-webkit-scrollbar-thumb { + background-color: var(--scrollbar-auto-thumb); + min-height: 40px +} + +.auto-Ge5KZx::-webkit-scrollbar-corner { + background-color: transparent +} + +.none-2Eo-qx { + scrollbar-width: none +} + +.none-2Eo-qx::-webkit-scrollbar { + width: 0; + height: 0 +} + +.fade-2kXiP2 { + scrollbar-color: transparent transparent +} + +.fade-2kXiP2::-webkit-scrollbar-thumb, +.fade-2kXiP2::-webkit-scrollbar-track { + visibility: hidden +} + +.fade-2kXiP2:hover::-webkit-scrollbar-thumb, +.fade-2kXiP2:hover::-webkit-scrollbar-track { + visibility: visible +} + +.content-3YMskv { + position: relative +} + +.scrolling-1Cdwk- .content-3YMskv { + pointer-events: none +} + +.scrolling-1Cdwk-.fade-2kXiP2::-webkit-scrollbar-thumb, +.scrolling-1Cdwk-.fade-2kXiP2::-webkit-scrollbar-track { + visibility: visible +} + +.disableScrollAnchor-3V9UtP { + overflow-anchor: none +} + +.layerContainer-yqaFcK { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: none!important; + pointer-events: none; + z-index: 1002 +} + +.layer-v9HyYc { + position: absolute; + pointer-events: auto +} + +.layerHidden-293Ou1 { + visibility: hidden +} + +.disabledPointerEvents-1ptgTB { + pointer-events: none +} + +.backdrop-1wrmKB { + z-index: 1000; + opacity: 0 +} + +.backdrop-1wrmKB, +.backdropWithLayer-3_uhz4 { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0 +} + +.backdropWithLayer-3_uhz4 { + pointer-events: all +} + +.backdrop-29yll0 { + background-color: #000 +} + +.backdrop-29yll0, +.layer-2KE1M9 { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0 +} + +.layer-2KE1M9 { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-height: 0; + padding-top: 40px; + padding-bottom: 40px +} + +.scrollbar-3dvm_9::-webkit-scrollbar-corner { + border: none; + background: none +} + +.scrollbarDefault-3COgCQ::-webkit-scrollbar { + width: 14px; + height: 14px +} + +.scrollbarDefault-3COgCQ::-webkit-scrollbar-thumb, +.scrollbarDefault-3COgCQ::-webkit-scrollbar-track { + border-width: 3px; + border-radius: 7px; + background-clip: padding-box; + border-style: solid +} + +.scrollbarDefault-3COgCQ::-webkit-scrollbar-track { + border-width: initial +} + +.scrollbarGhost-2F9Zj2::-webkit-scrollbar { + width: 14px; + height: 14px +} + +.scrollbarGhost-2F9Zj2::-webkit-scrollbar-thumb, +.scrollbarGhost-2F9Zj2::-webkit-scrollbar-track { + border-width: 3px; + border-radius: 7px; + background-clip: padding-box; + border-style: solid +} + +.scrollbarGhost-2F9Zj2::-webkit-scrollbar-thumb { + background-color: rgba(0, 0, 0, .4); + border-color: transparent +} + +.scrollbarGhost-2F9Zj2::-webkit-scrollbar-track { + border-width: initial; + border-color: transparent; + background-color: rgba(0, 0, 0, .1) +} + +.scrollbarGhostHairline-1mSOM1::-webkit-scrollbar { + width: 4px; + height: 4px +} + +.scrollbarGhostHairline-1mSOM1::-webkit-scrollbar-thumb { + background-color: rgba(24, 25, 28, .6); + border-radius: 2px; + cursor: move +} + +.scrollbarGhostHairline-1mSOM1::-webkit-scrollbar-track { + background-color: transparent; + border: none +} + +.theme-light .scrollbarDefault-3COgCQ::-webkit-scrollbar-thumb { + background-color: #7289da; + border-color: transparent +} + +.theme-light .scrollbarDefault-3COgCQ::-webkit-scrollbar-track { + background-color: #f2f2f2; + border-color: transparent +} + +.theme-dark .scrollbarDefault-3COgCQ::-webkit-scrollbar-thumb { + background-color: #202225; + border-color: transparent +} + +.theme-dark .scrollbarDefault-3COgCQ::-webkit-scrollbar-track { + background-color: rgba(0, 0, 0, .1); + border-color: transparent +} + +.wrapper-3Q5DdO { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + z-index: 1 +} + +.rightSplit-2US0xy { + position: fixed; + bottom: 0; + right: 0; + width: auto; + -webkit-transition: opacity .4s ease; + transition: opacity .4s ease; + opacity: 1; + pointer-events: none +} + +.embedded-19g94k { + position: absolute +} + +.leftSplit-1qOwnR { + position: relative; + width: 100vw; + min-height: 100vh; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + + + +.mobileWave-1vJwyR { + position: fixed; + left: 0; + top: 0; + width: 100vh; + height: 100vh; + background: url(img/f0c3d9e5c14fde34b3832e9279d156f0.png) 0 0/cover no-repeat fixed; + z-index: -1; + pointer-events: none +} + +.logo-2niOmb { + position: relative; + margin: 24px auto 0 +} + +@media (min-width: 830px) { + .logo-2niOmb { + position: fixed; + top: 24px; + left: 24px; + margin: 0 + } + +} + +.focusLock-Ns3yie { + min-height: 0; + max-width: 100% +} + +.focusLock-Ns3yie, +.root-1gCeng { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.root-1gCeng { + background-color: #fff; + border-radius: 5px; + margin: 0 auto; + pointer-events: all; + position: relative +} + +.small-3iVZYw { + width: 440px; + max-height: 660px; + min-height: 200px +} + +.medium-2RE1hE { + width: 600px; + max-height: 800px +} + +.large-3lXhLH, +.medium-2RE1hE { + min-height: 400px +} + +.large-3lXhLH { + min-width: 800px; + max-width: 960px +} + +@media (max-width: 485px) { + .root-1gCeng { + min-width: auto; + width: 100% + } + + .fullscreenOnMobile-1bD22y { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border-radius: 0; + max-height: none; + overflow-y: auto; + width: 100% + } + + .fullscreenOnMobile-1bD22y .footer-2gL1pp, + .fullscreenOnMobile-1bD22y .header-1TKi98 { + border-radius: 0 + } + +} + +.theme-dark .root-1gCeng { + background-color: #36393f; + -webkit-box-shadow: 0 0 0 1px rgba(32, 34, 37, .6), 0 2px 10px 0 rgba(0, 0, 0, .2); + box-shadow: 0 0 0 1px rgba(32, 34, 37, .6), 0 2px 10px 0 rgba(0, 0, 0, .2) +} + +.theme-light .root-1gCeng { + background: #fff; + -webkit-box-shadow: 0 0 0 1px rgba(185, 187, 190, .3), 0 2px 10px 0 rgba(0, 0, 0, .1); + box-shadow: 0 0 0 1px rgba(185, 187, 190, .3), 0 2px 10px 0 rgba(0, 0, 0, .1) +} + +.footer-2gL1pp, +.header-1TKi98 { + position: relative; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + padding: 16px; + z-index: 1; + overflow-x: hidden +} + +.header-1TKi98 { + border-radius: 5px 5px 0 0; + -webkit-transition: -webkit-box-shadow .1s ease-out; + transition: -webkit-box-shadow .1s ease-out; + transition: box-shadow .1s ease-out; + transition: box-shadow .1s ease-out, -webkit-box-shadow .1s ease-out; + word-wrap: break-word +} + +.footer-2gL1pp { + border-radius: 0 0 5px 5px +} + +.theme-dark .separator-2-RRj_ { + -webkit-box-shadow: 0 1px 0 0 rgba(24, 25, 28, .3), 0 1px 2px 0 rgba(24, 25, 28, .3); + box-shadow: 0 1px 0 0 rgba(24, 25, 28, .3), 0 1px 2px 0 rgba(24, 25, 28, .3) +} + +.theme-dark .footer-2gL1pp { + background-color: #2f3136; + -webkit-box-shadow: inset 0 1px 0 rgba(47, 49, 54, .6); + box-shadow: inset 0 1px 0 rgba(47, 49, 54, .6) +} + +.theme-light .separator-2-RRj_ { + -webkit-box-shadow: 0 1px 0 0 rgba(185, 187, 190, .3); + box-shadow: 0 1px 0 0 rgba(185, 187, 190, .3) +} + +.theme-light .footer-2gL1pp { + background-color: #f6f6f7; + -webkit-box-shadow: inset 0 1px 0 rgba(246, 246, 247, .6); + box-shadow: inset 0 1px 0 rgba(246, 246, 247, .6) +} + +.content-1LAB8Z { + position: relative; + z-index: 0; + border-radius: 5px 5px 0 0; + padding-left: 16px; + padding-right: 16px; + overflow-x: hidden +} + +.close-hZ94c6 { + height: 26px; + padding: 4px; + -webkit-transition: opacity .2s ease-in-out; + transition: opacity .2s ease-in-out; + opacity: .5; + cursor: pointer; + border-radius: 3px; + color: var(--interactive-normal); + -webkit-box-sizing: content-box; + box-sizing: content-box +} + +.close-hZ94c6:hover { + opacity: 1; + color: var(--interactive-hover) +} + +@media (max-width: 485px) { + .hideOnFullscreen-9ibOM4 { + display: none + } + +} + +.wrapper-1sSZUt { + margin: 0 +} + +.base-1x0h_U { + font-weight: 600; + color: var(--header-primary) +} + +.selectable-3oBWf0 { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.base-1x0h_U.muted-3-7c5L { + color: var(--header-secondary) +} + +.size10-tblYdA { + font-size: 10px; + line-height: 12px +} + +.size12-3cLvbJ { + font-size: 12px; + line-height: 16px +} + +.size14-e6ZScH { + font-size: 14px; + line-height: 18px +} + +.size16-1P40sf { + font-size: 16px; + line-height: 20px +} + +.size20-17Iy80 { + font-size: 20px; + line-height: 24px +} + +.size24-RIRrxO { + font-size: 24px; + line-height: 30px +} + +.size32-o_H79z { + font-size: 32px; + line-height: 40px +} + +.selectable-2GY4I1 { + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.colorStandard-2KCXvj { + color: var(--text-normal) +} + +.colorMuted-HdFt4q { + color: var(--text-muted) +} + +.colorError-3RX-d6 { + color: #f04747 +} + +.colorBrand-2tjs5J { + color: #7289da +} + +.colorHeaderPrimary-26Jzh- { + color: var(--header-primary) +} + +.colorHeaderSecondary-3Sp3Ft { + color: var(--header-secondary) +} + +.colorStatusYellow-3sKKh2 { + color: #faa61a +} + +.colorStatusGreen-2saF4_ { + color: #43b581 +} + +.colorStatusRed-1YV2rj { + color: #f04747 +} + +.colorInteractiveActive-3Ip9Eu { + color: var(--interactive-active) +} + +.colorInteractiveNormal-PB7JN3 { + color: var(--interactive-normal) +} + +.title-3sZWYQ { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + cursor: default +} + +.h1-1qdNzo { + font-size: 18px; + line-height: 24px; + font-weight: 500 +} + +.h2-2gWE-o { + line-height: 20px; + font-weight: 600; +} + +.h2-2gWE-o, +.h3-3PDeKG { + font-size: 16px +} + +.h3-3PDeKG { + line-height: 24px; + font-weight: 500 +} + +.h4-AQvcAz { + font-size: 16px; + line-height: 20px; + letter-spacing: .3px +} + +.h4-AQvcAz, +.h5-18_1nd { + font-weight: 600; +} + +.h5-18_1nd { + font-size: 12px; + line-height: 16px +} + +.defaultMarginh1-peT3GC, +.defaultMarginh4-2vWMG5 { + margin-top: 0; + margin-bottom: 0 +} + +.defaultMarginh2-2LTaUL { + margin-bottom: 20px +} + +.defaultMarginh3-2iptLs, +.defaultMarginh5-2mL-bP { + margin-bottom: 8px +} + +.disabled-2Dh7SK { + opacity: .3; + cursor: not-allowed +} + +.required-7sPBq3 { + color: #f04747; + padding-left: 4px +} + +.errorMessage-3Guw2R { + font-size: 12px; + font-weight: 500; + font-style: italic; + text-transform: none +} + +.errorSeparator-30Q6aR { + padding-left: 4px; + padding-right: 4px +} + +.defaultColor-1_ajX0 { + color: var(--header-primary) +} + +.h5-18_1nd { + color: var(--channels-default) +} + +.faded-3bns_w { + opacity: .8 +} + +.error-25JxNp { + color: #f04747 +} + +.marginReset-236NPn { + margin-top: 0; + margin-bottom: 0 +} + +.marginTop4-2BNfKC { + margin-top: 4px +} + +.marginBottom4-2qk4Hy { + margin-bottom: 4px +} + +.marginTop8-1DLZ1n { + margin-top: 8px +} + +.marginBottom8-AtZOdT { + margin-bottom: 8px +} + +.marginTop20-3TxNs6 { + margin-top: 20px +} + +.marginBottom20-32qID7 { + margin-bottom: 20px +} + +.marginTop40-i-78cZ { + margin-top: 40px +} + +.marginBottom40-2vIwTv { + margin-bottom: 40px +} + +.marginTop60-3PGbtK { + margin-top: 60px +} + +.marginBottom60-Gs8NBA { + margin-bottom: 60px +} + +.marginCenterHorz-1s41rg { + margin-left: auto; + margin-right: auto +} + +.container-14fypd { + word-wrap: break-word +} + +.form-26zE04 { + height: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.modalContent-1T1Tix { + padding-top: 20px; + padding-bottom: 20px +} + +.content-dfabe7 { + height: 100% +} + +.title-18-Ds0 { + text-align: center +} + +.minorContainer-Oi4S_y { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + margin-top: 8px; + margin-bottom: -10px; + width: 100%; + cursor: pointer +} + +.minorAction-OVxOke { + text-align: center; + opacity: .6 +} + +.minorAction-OVxOke:hover { + text-decoration: underline +} + +.body-Mj9Oxz { + text-align: center +} + +.primaryButton-2BsGPp, +.secondaryButton-BIo-2g { + -webkit-box-flex: 1; + -ms-flex: 1 1 45%; + flex: 1 1 45% +} + +.gutter-15v0rO { + margin-left: 10px +} + +.modal-1630pA { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + text-align: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 400px; + padding: 24px; + overflow: visible +} + +.header-2cDml2 { + margin-bottom: 16px +} + +.button-32WdHP { + -webkit-box-flex: 1; + -ms-flex: 1 1 50%; + flex: 1 1 50% +} + +.button-32WdHP:first-child { + margin-left: 8px +} + +.keybindShortcut-1BD6Z1 { + font-size: 12px; + line-height: 12px; + font-weight: 600; + margin-bottom: 8px; + margin-right: 10px; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.keybindShortcut-1BD6Z1, +.keybindShortcut-1BD6Z1 span { + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; + height: 23px +} + +.keybindShortcut-1BD6Z1 span { + background-color: var(--background-accent); + border: 1px solid var(--background-primary); + display: block; + padding: 3px 6px 4px; + margin-right: 3px; + border-radius: 4px; + cursor: default; + min-width: 14px; + min-height: 14px; + text-align: center +} + +.keybindShortcut-1BD6Z1 span .bindArrow-2X3Aom { + width: 10px; + height: 10px +} + +.keybindShortcut-1BD6Z1 span .bindArrow-2X3Aom.up-2cOsD2 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg) +} + +.keybindShortcut-1BD6Z1 span .bindArrow-2X3Aom.left-3u1rVI { + -webkit-transform: rotate(90deg); + transform: rotate(90deg) +} + +.keybindShortcut-1BD6Z1 span .bindArrow-2X3Aom.right-CbUyiH { + -webkit-transform: rotate(-90deg); + transform: rotate(-90deg) +} + +.keybindShortcut-1BD6Z1 span:active { + -webkit-transform: translateY(2px); + transform: translateY(2px); + height: 21px; + padding-bottom: 2px +} + +.keybindShortcutQuickSwitcher-1-Xs5c { + display: inline-block; + margin-right: 5px; + margin-bottom: 0 +} + +.keybindShortcutQuickSwitcher-1-Xs5c span { + margin-right: 0 +} + +.keybindShortcutQuickSwitcher-1-Xs5c.up { + margin-left: 5px +} + +.keybindShortcutTipsNav-1mb0yH { + margin-left: 4px; + margin-right: 0 +} + +.keybindShortcutTipsNav-1mb0yH:first-of-type { + margin-left: 0; + margin-right: 4px +} + +.keybindShortcutTipsNav-1mb0yH:last-of-type { + margin-right: 4px +} + +.keybindShortcutTipsSelect-HDyfe8:last-of-type { + margin-left: 16px; + position: relative +} + +.keybindShortcutTipsSelect-HDyfe8:last-of-type:before { + content: ""; + position: absolute; + top: 0; + left: -8px; + width: 1px; + height: 20px +} + +.theme-light .keybindShortcut-1BD6Z1 { + color: #fff +} + +.theme-light .keybindShortcut-1BD6Z1 span { + border: 1px solid #95989d; + -webkit-box-shadow: inset 0 -4px 0 #2e3338; + box-shadow: inset 0 -4px 0 #2e3338 +} + +.theme-light .keybindShortcut-1BD6Z1 span:active { + -webkit-box-shadow: inset 0 -2px 0 #4f5660; + box-shadow: inset 0 -2px 0 #4f5660; + border: 1px solid #2e3338; + color: #adadad +} + +.theme-light .keybindShortcut-1BD6Z1 span:active g { + fill: #adadad +} + +.theme-light .dim-1l4L4y span { + background-color: #fff; + color: #95989d +} + +.theme-light .dim-1l4L4y span .bindArrow-2X3Aom g { + fill: #95989d +} + +.theme-light .dim-1l4L4y span:active { + color: #777a7e +} + +.theme-light .dim-1l4L4y span:active .bindArrow-2X3Aom g { + fill: #777a7e +} + +.theme-light .dark-2P8byF span { + color: #95989d; + -webkit-box-shadow: inset 0 -4px 0 #202225; + box-shadow: inset 0 -4px 0 #202225; + border-color: #202225; + background-color: #4f545c +} + +.theme-light .dark-2P8byF span .bindArrow-2X3Aom g { + fill: #95989d +} + +.theme-light .dark-2P8byF span:active { + color: #777a7e; + -webkit-box-shadow: inset 0 -2px 0 #242629; + box-shadow: inset 0 -2px 0 #242629 +} + +.theme-light .dark-2P8byF span:active .bindArrow-2X3Aom g { + fill: #777a7e +} + +.theme-light .keybindShortcutTipsSelect-HDyfe8:last-of-type:before { + background-color: #dfe0e2 +} + +.theme-dark .keybindShortcut-1BD6Z1 { + color: #f6f6f7 +} + +.theme-dark .keybindShortcut-1BD6Z1 span { + color: #f6f6f7; + -webkit-box-shadow: inset 0 -4px 0 #202225; + box-shadow: inset 0 -4px 0 #202225 +} + +.theme-dark .keybindShortcut-1BD6Z1 span .bindArrow-2X3Aom g { + fill: #f6f6f7 +} + +.theme-dark .keybindShortcut-1BD6Z1 span:active { + color: #b9bbbe; + -webkit-box-shadow: inset 0 -2px 0 #36393f; + box-shadow: inset 0 -2px 0 #36393f; + border: 1px solid #202225 +} + +.theme-dark .keybindShortcut-1BD6Z1 span:active .bindArrow-2X3Aom g { + fill: #b9bbbe +} + +.theme-dark .dim-1l4L4y span { + background-color: #72767d; + color: #b9bbbe +} + +.theme-dark .dim-1l4L4y span .bindArrow-2X3Aom g { + fill: #b9bbbe +} + +.theme-dark .dim-1l4L4y span:active { + color: #949698 +} + +.theme-dark .dim-1l4L4y span:active .bindArrow-2X3Aom g { + fill: #c5c5c6 +} + +.theme-dark .keybindShortcutTipsSelect-HDyfe8:last-of-type:before { + background-color: #4f545c +} + +.keybindShortcutSearchPopout-1MAfqq { + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + margin: 0 +} + +.keyboardShortcuts-1s_yPt { + margin: 0 +} + +.closeButton-3oHzMa { + position: absolute; + -webkit-box-sizing: content-box; + box-sizing: content-box; + top: 12px; + right: 4px +} + +.content-2TX59W { + text-align: center +} + +.image-2568Gg { + margin-top: 24px; + height: 90px; + width: auto +} + +.title-1X2dN- { + margin-top: 16px; + font-weight: 700 +} + +.subtitle-2ljJ8H { + margin-top: 8px; + margin-bottom: 32px +} + +.button-2rjtHF { + width: 100% +} + +.select-2TCrqx.error-3S-7y9 .errorMessage-1Y9q-X { + font-size: 14px; + line-height: 20px; + margin-top: 8px; + color: #f04747 +} + +.divider-3573oO { + width: 100%; + height: 1px; + border-top: thin solid var(--background-modifier-accent) +} + +.card-3Qj_Yx { + position: relative; + border-width: 1px; + border-style: solid; + border-radius: 5px +} + +.card-3Qj_Yx a:hover { + text-decoration: underline +} + +.cardBrand-39zmMQ a, +.cardDanger-ZurOv3 a, +.cardSuccess-3uEYjj a, +.cardWarning-2yPNAa a { + font-weight: 700 +} + +.cardDanger-ZurOv3 { + background-color: #f04747 +} + +.cardDanger-ZurOv3, +.cardDangerOutline-3t0Do9 { + border-color: #f04747 +} + +.cardWarning-2yPNAa { + background-color: #e19517; + border-color: #e19517 +} + +.cardWarningOutline-1cs56O { + border-color: #faa61a +} + +.cardSuccess-3uEYjj { + background-color: #43b581 +} + +.cardSuccess-3uEYjj, +.cardSuccessOutline-1Su_ab { + border-color: #43b581 +} + +.cardBrand-39zmMQ { + background-color: #7289da +} + +.cardBrand-39zmMQ, +.cardBrandOutline-3jvFfo { + border-color: #7289da +} + +.card-3Qj_Yx a { + color: var(--text-link) +} + +.cardBrand-39zmMQ a, +.cardDanger-ZurOv3 a, +.cardSuccess-3uEYjj a, +.cardWarning-2yPNAa a { + color: #fff +} + +.cardPrimary-1Hv-to { + background: var(--deprecated-card-bg) +} + +.cardPrimary-1Hv-to, +.cardPrimaryEditable-3KtE4g { + border-color: var(--background-tertiary) +} + +.cardPrimaryEditable-3KtE4g { + background: var(--deprecated-card-editable-bg) +} + +.cardPrimaryOutline-29Ujqw { + border-color: var(--background-tertiary) +} + +.formText-3fs7AJ a:hover { + text-decoration: underline +} + +.formText-3fs7AJ strong { + font-weight: 600 +} + +.labelSelected-1I1cDg { + font-weight: 400 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .labelSelected-1I1cDg { + font-weight: 500 + } + +} + +.labelBold-1PKEeD { + font-weight: 600 +} + +.description-3_Ncsb { + font-size: 14px; + line-height: 20px; + font-weight: 400 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .description-3_Ncsb { + font-weight: 500 + } + +} + +.modeDefault-3a2Ph1 { + cursor: default +} + +.modeSelectable-k2b2pa { + cursor: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.modeDisabled-33Av8D { + cursor: not-allowed; + opacity: .3 +} + +.description-3_Ncsb, +.labelDescriptor-1PqHgD { + color: var(--header-secondary) +} + +.placeholder-1lCpWK { + color: var(--text-muted) +} + +.formNotice-2_hHWR { + padding: 20px; + cursor: default +} + +.formNoticeTitle-2KGjDe { + margin-bottom: 4px +} + +.formNoticeBody-M4JFHP p { + letter-spacing: -.39px; + margin: 0 0 12px +} + +.formNoticeBody-M4JFHP p:last-child { + margin-bottom: 0 +} + +.formNoticeBody-M4JFHP u { + text-decoration: none; + font-style: italic +} + +.icon-4lJsMQ { + -webkit-user-drag: none +} + +.whiteText-2PPsRK, +.whiteText-2PPsRK a { + color: #fff +} + +.children-rWhLdy { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.container-3bTSed { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.title-3Tw-c1 { + margin-bottom: 8px; + font-weight: 700; + color: var(--interactive-normal) +} + +.inputs-14Hc7m { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin-bottom: 4px +} + +.inputDay-18OXiE { + width: 100px +} + +.inputMonth-IGgn-0 { + width: 154px +} + +.inputYear-2J502p { + width: 120px +} + +.errors-ArjaXz { + color: #f04747 +} + +.modal-20TEfh { + width: 432px +} + +.content-2Kd1kH { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 16px +} + +.image-3wnQf5 { + width: 148px; + height: 82px; + background-image: url(img/f16e718b735205e20139e634cf5bd7de.svg); + -ms-flex-item-align: center; + align-self: center +} + +.title-2SfZSl { + margin-top: 20px; + text-align: center +} + +.description-24oYBj { + margin-top: 8px; + text-align: center +} + +.description-24oYBj, +.formItem-21QgGZ { + margin-bottom: 16px +} + +.inputWrapper-31_8H8 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.input-cIJ7To { + font-size: 15px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + border-radius: 3px; + color: var(--text-normal); + background-color: var(--deprecated-text-input-bg); + border: 1px solid var(--deprecated-text-input-border); + -webkit-transition: border-color .2s ease-in-out; + transition: border-color .2s ease-in-out +} + +.input-cIJ7To::-webkit-input-placeholder { + -webkit-user-select: none; + user-select: none; + color: var(--text-muted) +} + +.input-cIJ7To::-moz-placeholder { + -moz-user-select: none; + user-select: none; + color: var(--text-muted) +} + +.input-cIJ7To:-ms-input-placeholder { + -ms-user-select: none; + user-select: none; + color: var(--text-muted) +} + +.input-cIJ7To::placeholder { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + color: var(--text-muted) +} + +.input-cIJ7To:hover { + border-color: var(--deprecated-text-input-border-hover) +} + +.input-cIJ7To.focused-1mmYsC, +.input-cIJ7To:focus { + border-color: #FEBE10; +} + +.input-cIJ7To.error-2O5WFJ { + border-color: #f04747 +} + +.input-cIJ7To.success-2-F980 { + border-color: #43b581 +} + +.input-cIJ7To.disabled-2BKQFm { + border-color: var(--deprecated-text-input-border-disabled) +} + +.input-cIJ7To.editable-2UkCu4 { + background-color: transparent; + border-color: transparent +} + +.inputDefault-_djjkz { + padding: 10px; + height: 40px +} + +.inputMini-2xQV9P { + line-height: 16px; + padding: 4px 7px; + height: 26px +} + +.disabled-2BKQFm { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: not-allowed; + opacity: .5 +} + +.focused-1mmYsC { + border-color: #7289da; + opacity: 1 +} + +.inputPrefix-2VAOGg { + font-size: 20px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + position: absolute; + height: 40px; + padding-top: 2px; + padding-left: 16px; + line-height: normal; + color: var(--text-muted); +} + +.theme-dark .inputPrefix-2VAOGg { + opacity: .5 +} + +.card-30dMrN { + padding: 10px +} + +.warning-3KupJ6 { + color: #fff +} + +.formHeader-3ntgeL { + overflow: visible; + padding: 16px 16px 0 +} + +.formContent-1vWZEJ { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + justify-items: center; + padding-bottom: 16px +} + +.formImage-km1xqE { + position: absolute; + top: -60px; + width: 400px; + height: 155px; + background-image: url(img/b11534acfa213d55a7e8b4c79fb59ccd.svg) +} + +.formTitle-29Lcxo { + margin-bottom: 8px; + margin-top: 95px +} + +.formBody-3pY2Cl { + text-align: center +} + +.formBody-3pY2Cl, +.formItem-9Gey9h { + margin-bottom: 16px +} + +.logoutButton-20GYNZ { + margin: 4px auto auto; + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content +} + +.closeButton-3DtzaH { + position: absolute; + -webkit-box-sizing: content-box; + box-sizing: content-box; + top: 12px; + right: 4px +} + +.successContent-3b2Ig4 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.successTitle-2wbpkm { + margin-bottom: 40px; + text-align: center; + color: var(--header-primary) +} + +.successPromotion-3OUqFK { + margin-bottom: 20px; + text-align: center; + color: var(--header-secondary) +} + +.successImage-2Tgulb { + margin-top: 48px; + margin-bottom: 20px; + width: 98px; + height: 58px; + background-size: 100%; + background-repeat: no-repeat; + background-position: 50% +} + +.theme-light .successImage-2Tgulb { + background-image: url(img/7c6b9649a101a9d3e28044d66ee65730.svg) +} + +.theme-dark .successImage-2Tgulb { + background-image: url(img/15bc6312ff83991a86d4eb9be19094d6.svg) +} + +.fullArt-2zAZvG { + margin: 38px 64px 20px; + background: url(img/5cead3f236ff233c59ebbf9caeda1b84.svg); + width: 272px; + height: 93px; + background-position: 50%; + background-repeat: no-repeat +} + +.header-1X3-pa { +} + +.headerContainer-3HZzq8 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.close-3K265x { + width: 18px; + height: 18px; + color: var(--interactive-normal) +} + +.close-3K265x:hover { + color: var(--interactive-hover) +} + +.close-3K265x:active { + color: var(--interactive-active) +} + +.closeButton-kcmOnx { + position: absolute; + top: 14px; + right: 14px +} + +.art-1zbbdz { + background-size: contain; + background-repeat: no-repeat; + background-position: 50% +} + +.description-1cm6EO { + line-height: 1.44; + margin-bottom: 20px +} + +.conflictButton-2TEeJu { + height: 100px; + width: 100%; + border: 1px solid; + padding: 20px; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start +} + +.linkButtonSize-228MG- { + height: 38px; + width: auto +} + +.linkButton-26G8CZ { + padding: 0 +} + +.linkButton-26G8CZ:hover { + text-decoration: underline +} + +.retryButton-2AYLXs { + margin-right: 8px +} + +.conflictButtonInner-XZrTV7 { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.title-1ao9Am { + font-size: 12px; + font-weight: 700; + letter-spacing: .5px +} + +.buttonBody-3cgCL5 { + line-height: 1.25; + text-align: left; + font-size: 16px +} + +.timestamp-2Ur99a { + font-weight: 700 +} + +.choiceWrapper-1m68jk { + margin-top: 20px; + margin-bottom: 20px +} + +.choiceLine-BbJN0b { + height: 1px; + width: 100% +} + +.choiceTitle-3e5g_W { + margin: 0 8px +} + +.conflictTitle-201X8O { + margin-bottom: 4px +} + +.conflictArt-2Lr21j { + width: 60px; + height: 60px; + margin-right: 20px +} + +.errorArt-3qzArg { + width: 220px; + height: 123px; + margin-top: 20px; + margin-bottom: 40px +} + +.theme-dark .modal-1XR4nE { + color: #dcddde +} + +.theme-dark .conflictButton-2TEeJu { + background-color: #2f3136; + border-color: #202225 +} + +.theme-dark .conflictButton-2TEeJu:hover { + background-color: #4f545c +} + +.theme-dark .title-1ao9Am { + color: #b9bbbe +} + +.theme-dark .conflictUploadArt-3V4Em_ { + background-image: url(img/9fefebe24085efe085629513732efd08.svg) +} + +.theme-dark .conflictDownloadArt-36cpxM { + background-image: url(img/ec92991091f67ad3984517478f7a16e4.svg) +} + +.theme-dark .errorArt-3qzArg { + background-image: url(img/5ad409a997b726652a95dba012336127.svg) +} + +.theme-dark .buttonBody-3cgCL5 { + color: #fff +} + +.theme-dark .choiceLine-BbJN0b { + background-color: rgba(79, 84, 92, .6) +} + +.theme-light .modal-1XR4nE { + color: #72767d +} + +.theme-light .conflictButton-2TEeJu { + background-color: #f8f9f9; + border-color: rgba(220, 221, 222, .6) +} + +.theme-light .conflictButton-2TEeJu:hover { + border-color: rgba(185, 187, 190, .6); + background-color: rgba(220, 221, 222, .3) +} + +.theme-light .title-1ao9Am { + color: #b9bbbe +} + +.theme-light .conflictUploadArt-3V4Em_ { + background-image: url(img/13bb78e752946d8de8634202877a82c2.svg) +} + +.theme-light .conflictDownloadArt-36cpxM { + background-image: url(img/35bdb177438e5bcf42c06716e31b113b.svg) +} + +.theme-light .errorArt-3qzArg { + background-image: url(img/2905486d806407b27588a4121422308b.svg) +} + +.theme-light .buttonBody-3cgCL5 { + color: #4f545c +} + +.theme-light .choiceLine-BbJN0b { + background-color: rgba(220, 221, 222, .6) +} + +.theme-dark .svgContentRight-VRT04v { + fill: #4f545c +} + +.theme-dark .svgContentLeft-i3sITr { + fill: #40444b +} + +.theme-dark .svgContentLines-3hGvN4, +.theme-dark .svgDots-2tp4yT { + fill: #72767d +} + +.theme-dark .svgTag-3iksEu { + fill: #dcddde +} + +.theme-light .svgContentRight-VRT04v { + fill: #fff +} + +.theme-light .svgContentLeft-i3sITr, +.theme-light .svgContentLines-3hGvN4 { + fill: #c7ccd1 +} + +.theme-light .svgDots-2tp4yT { + fill: #ebedef +} + +.theme-light .svgTag-3iksEu { + fill: #9099a4 +} + +.wrapper-3o7UcG { + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-radius: 4px; + padding: 16px; + width: 432px; + height: 104px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + text-indent: 0; + background-color: var(--background-secondary) +} + +.titleRegion-1Npsrb, +.wrapper-3o7UcG { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.titleRegion-1Npsrb { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin-bottom: 16px; +} + +.infoIcon-1WLE3n, +.title-159n91 { + display: block; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.infoIcon-1WLE3n { + width: 16px; + height: 16px; + margin-left: 4px +} + +.copyLink-2thG89 { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-weight: 600; + padding-right: 8px; + margin-left: 16px; + cursor: pointer +} + +.copyLink-2thG89:before { + content: ""; + position: absolute; + top: 2px; + left: -8px; + display: block; + height: 12px; + width: 1px; + margin-right: 8px; + pointer-events: none +} + +.copyLink-2thG89.copied-1nnTOy { + cursor: default +} + +.copyLinkIcon-3vb9Gr { + display: block; + width: 16px; + height: 16px; + margin-right: 4px +} + +.content-K0fyfa { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.infoLink-3363PK { + cursor: pointer +} + +.buildInfo-2w4mAE { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + overflow: hidden; + padding-right: 8px; + height: 40px +} + +.button-9dbsAI { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto +} + +.buttonSize-15cg_j { + width: 80px; + height: 40px +} + +.subHead-2hL6ji { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + font-weight: 500 +} + +.icon-3aYPfm { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + display: block; + margin-right: 16px +} + +.buildDetails-2mYzfS { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + font-weight: 500; + font-size: 16px; + line-height: 20px +} + +.barLoader-2pDp68 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: 84%; + height: 16px; + border-radius: 8px +} + +.barTitle-1RhSSH { + width: 45%; + margin-top: 2px; + margin-bottom: 4px +} + +.buttonLoader-2kPem2 { + width: 80px; + height: 40px; + border-radius: 4px +} + +.theme-dark .infoLink-3363PK { + color: #b9bbbe!important +} + +.theme-dark .copyLink-2thG89:before { + background-color: #40444b +} + +.theme-dark .buildDetails-2mYzfS, +.theme-dark .copyLink-2thG89:hover, +.theme-dark .infoLink-3363PK:hover { + color: #f6f6f7!important +} + +.theme-dark .copyLink-2thG89.copied-1nnTOy, +.theme-dark .copyLink-2thG89.copied-1nnTOy:hover { + color: #43b581 +} + +.theme-dark .barLoader-2pDp68, +.theme-dark .buttonLoader-2kPem2 { + background-color: #40444b +} + +.theme-light .infoLink-3363PK { + color: #4f5660!important +} + +.theme-light .copyLink-2thG89:before { + background-color: #4f5660 +} + +.theme-light .buildDetails-2mYzfS, +.theme-light .copyLink-2thG89:hover, +.theme-light .infoLink-3363PK:hover { + color: #23262a!important +} + +.theme-light .copyLink-2thG89.copied-1nnTOy, +.theme-light .copyLink-2thG89.copied-1nnTOy:hover { + color: #43b581 +} + +.theme-light .barLoader-2pDp68, +.theme-light .buttonLoader-2kPem2 { + background-color: #d2d6da +} + +.theme-light .disabledButtonOverride-3Ntxjs { + background-color: #c7ccd1!important +} + +.title-3KTIjF { + margin-bottom: 8px +} + +h1.title-3KTIjF { + font-size: 20px; + line-height: 1.2; + font-weight: 500 +} + +h2.title-3KTIjF { + font-size: 16px; + line-height: 1.25; + font-weight: 600 +} + +h3.title-3KTIjF { + font-size: 14px; + line-height: 1.14 +} + +h3.title-3KTIjF, +h4.title-3KTIjF, +h5.title-3KTIjF, +h6.title-3KTIjF { + font-weight: 600; +} + +h4.title-3KTIjF, +h5.title-3KTIjF, +h6.title-3KTIjF { + font-size: 12px; + line-height: 1.33 +} + +.theme-dark h1.title-3KTIjF, +.theme-dark h2.title-3KTIjF { + color: #fff +} + +.theme-dark h3.title-3KTIjF { + color: #dcddde +} + +.theme-dark h4.title-3KTIjF, +.theme-dark h5.title-3KTIjF, +.theme-dark h6.title-3KTIjF { + color: #b9bbbe +} + +.theme-light h1.title-3KTIjF, +.theme-light h2.title-3KTIjF { + color: #36393f +} + +.theme-light h3.title-3KTIjF, +.theme-light h4.title-3KTIjF, +.theme-light h5.title-3KTIjF, +.theme-light h6.title-3KTIjF { + color: #72767d +} + +.hljs { + display: block; + overflow-x: auto; + padding: .5em; + border-radius: 4px; + color: var(--header-secondary); + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; + -ms-text-size-adjust: none; + text-size-adjust: none +} + +.hljs-comment, +.hljs-quote { + color: var(--interactive-muted) +} + +.hljs-addition, +.hljs-keyword, +.hljs-selector-tag { + color: #859900 +} + +.hljs-doctag, +.hljs-literal, +.hljs-meta .hljs-meta-string, +.hljs-number, +.hljs-regexp, +.hljs-string { + color: #2aa198 +} + +.hljs-name, +.hljs-section, +.hljs-selector-class, +.hljs-selector-id, +.hljs-title { + color: #268bd2 +} + +.hljs-attr, +.hljs-attribute, +.hljs-class .hljs-title, +.hljs-template-variable, +.hljs-type, +.hljs-variable { + color: #b58900 +} + +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-subst, +.hljs-symbol { + color: #cb4b16 +} + +.hljs-built_in, +.hljs-deletion { + color: #dc322f +} + +.hljs-formula { + background: #073642 +} + +.hljs-emphasis { + font-style: italic +} + +.hljs-strong { + font-weight: 700 +} + +.markdown-11q6EU { + font-size: 16px; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text +} + +.markdown-11q6EU h1, +.markdown-11q6EU h2, +.markdown-11q6EU h3, +.markdown-11q6EU h4, +.markdown-11q6EU h5, +.markdown-11q6EU h6, +.markdown-11q6EU hr { + margin: 20px 0 8px +} + +.markdown-11q6EU .blockquote-2-nEPK, +.markdown-11q6EU ol, +.markdown-11q6EU p, +.markdown-11q6EU pre, +.markdown-11q6EU table, +.markdown-11q6EU ul { + margin-top: 8px +} + +.markdown-11q6EU:first-child { + margin-top: 0 +} + +.markdown-11q6EU hr, +.markdown-11q6EU p { + margin-bottom: 0 +} + +.markdown-11q6EU strong { + font-weight: 600 +} + +.markdown-11q6EU em { + font-style: italic +} + +.markdown-11q6EU ol li { + list-style-type: decimal; + margin-left: 20px +} + +.markdown-11q6EU ul { + margin: 0 0 12px +} + +.markdown-11q6EU ul li { + list-style-type: disc; + margin: 8px 0 0 20px +} + +.markdown-11q6EU ul li:first-child { + margin-top: 0 +} + +.markdown-11q6EU table { + border-collapse: collapse +} + +.markdown-11q6EU th { + font-weight: 600 +} + +.markdown-11q6EU td, +.markdown-11q6EU th { + padding: 8px; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + text-align: left +} + +.markdown-11q6EU tr { + border: 1px solid transparent +} + +.markdown-11q6EU img { + border-radius: 3px +} + +.markdown-11q6EU .blockquote-2-nEPK { + display: block; + padding-left: 8px; + border-left: 4px solid transparent +} + +.markdown-11q6EU .blockquote-2-nEPK p { + margin: 0 +} + +.markdown-11q6EU .codeInline-1FHKS7 { + padding: .2em +} + +.markdown-11q6EU .paragraph-3Ejjt0 { + margin-bottom: 8px +} + +.theme-dark .markdown-11q6EU { + color: #b9bbbe +} + +.theme-dark .markdown-11q6EU th { + color: #fff; + background-color: #202225; + border-color: #4f545c +} + +.theme-dark .markdown-11q6EU td { + border-color: #4f545c +} + +.theme-dark .markdown-11q6EU tr { + color: #b9bbbe; + border-color: #4f545c +} + +.theme-dark .markdown-11q6EU tr:nth-child(2n) { + background-color: #2f3136 +} + +.theme-dark .markdown-11q6EU .blockquote-2-nEPK { + border-left-color: #4f545c +} + +.theme-dark .markdown-11q6EU code { + background-color: #2f3136 +} + +.theme-dark .markdown-11q6EU .codeInline-1FHKS7 { + color: #dcddde +} + +.spinner-2Ubxu6 { + margin-top: 20px +} + +.markdown-38ZvHn { + font-size: 12px; + line-height: 16px; + padding-bottom: 30px +} + +.checkboxWrapper-SkhIWG { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 16px; + max-width: 24px; +} + +.checkboxWrapper-SkhIWG.row-3QHy4I { + background-color: var(--background-secondary); + padding: 10px; + border-radius: 3px +} + +.checkboxWrapper-SkhIWG.row-3QHy4I.checked-3_4uQ9 { + background-color: var(--background-tertiary); + color: var(--interactive-active) +} + +.checkboxWrapper-SkhIWG.row-3QHy4I:hover:not(.checked-3_4uQ9) { + background-color: var(--background-modifier-hover); + color: var(--interactive-hover) +} + +.checkboxWrapper-SkhIWG.row-3QHy4I:active:not(.checked-3_4uQ9) { + background-color: var(--background-modifier-active); + color: var(--interactive-active) +} + +.checkboxWrapperDisabled-36r8NK { + opacity: .6 +} + +.checkboxWrapperDisabled-36r8NK.row-3QHy4I { + opacity: .3 +} + +.alignTop-1ntJ4- { + -webkit-box-align: top; + -ms-flex-align: top; + align-items: top +} + +.alignCenter-MrlN6q { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.input-3ITkQf { + opacity: 0; + margin: 0; + padding: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none +} + +.inputDefault-3JxKJ2, +.inputDisabled-110Jqx { + width: 100%; + height: 100%; + z-index: 1 +} + +.inputDefault-3JxKJ2 { + cursor: pointer +} + +.inputDisabled-110Jqx { + cursor: not-allowed +} + +.inputReadonly-rYU97L { + cursor: default; + width: 0; + height: 0; + z-index: -1 +} + +.box-mmYMsp { + border-radius: 3px +} + +.round-2jCFai { + border-radius: 50% +} + +.checkbox-1ix_J3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + border-width: 1px; + border-style: solid; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.label-cywgfr { + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + min-width: 0 +} + +.labelClickable-11AuB8 { + cursor: pointer +} + +.labelDisabled-G7bjji { + cursor: not-allowed +} + +.labelForward-1wfipV { + padding-left: 8px +} + +.labelReversed-1RI8G7 { + padding-right: 8px +} + +.theme-light .checkbox-1ix_J3 { + border-color: #b9bbbe +} + +.theme-light.checked-3_4uQ9 { + background: #fff +} + +.theme-dark .checkbox-1ix_J3 { + border-color: #72767d +} + +.theme-dark.checked-3_4uQ9 { + border-color: #fff; + background-color: #fff +} + +.formTitle-2sqUuS { + margin-bottom: 8px +} + +.checkbox-2Yh6o3 { + margin-bottom: 10px +} + +.checked-3_4uQ9 { + background-color: var(--brand-primary); + border-color: var(--brand-primary-active); +} + +.checked-3_4uQ9 > svg { + display: block; +} + +.checkbox-2Yh6o3:last-child { + margin-bottom: 0 +} + +.checkboxLabel-1zn0UC { + color: var(--interactive-normal) +} + +.finePrint-RDL9Gx { + color: var(--channels-default); + font-size: 12px; + line-height: 14px; + margin-top: 8px +} + +.gameIcon-gg34Dz { + -webkit-user-drag: none; + background-size: 100%; + border-radius: 3px; + color: var(--header-primary) +} + +.large-1DtyYQ, +.medium-2wqF9d, +.small-xOVx-r { + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.xsmall-18LM5r { + width: 24px; + height: 24px +} + +.small-xOVx-r { + width: 30px; + height: 30px +} + +.medium-2wqF9d { + width: 40px; + height: 40px +} + +.large-1DtyYQ { + width: 60px; + height: 60px +} + +.eighty-1Bli46 { + width: 80px; + height: 80px +} + +.full-motion .translate-2dAEQ6.animatorTop-2Y7x2r { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0) +} + +.full-motion .translate-2dAEQ6.animatorBottom-fS5rNO { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0) +} + +.full-motion .translate-2dAEQ6.animatorLeft-1EQxU0 { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0) +} + +.full-motion .translate-2dAEQ6.animatorRight-3i_YPs { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0) +} + +.full-motion .translate-2dAEQ6.didRender-33z1u8 { + -webkit-transition: -webkit-transform .2s ease-out; + transition: -webkit-transform .2s ease-out; + transition: transform .2s ease-out; + transition: transform .2s ease-out, -webkit-transform .2s ease-out; + -webkit-transform: translateZ(0); + transform: translateZ(0) +} + +.full-motion .scale-3iLZhb { + -webkit-transform: scale(.01); + transform: scale(.01); + opacity: 0 +} + +.full-motion .scale-3iLZhb.animatorTop-2Y7x2r { + -webkit-transform-origin: bottom center; + transform-origin: bottom center +} + +.full-motion .scale-3iLZhb.animatorBottom-fS5rNO { + -webkit-transform-origin: top center; + transform-origin: top center +} + +.full-motion .scale-3iLZhb.animatorLeft-1EQxU0 { + -webkit-transform-origin: top right; + transform-origin: top right +} + +.full-motion .scale-3iLZhb.animatorRight-3i_YPs { + -webkit-transform-origin: top left; + transform-origin: top left +} + +.full-motion .scale-3iLZhb.didRender-33z1u8 { + -webkit-transition: opacity .12s ease-out, -webkit-transform .12s ease-out; + transition: opacity .12s ease-out, -webkit-transform .12s ease-out; + transition: transform .12s ease-out, opacity .12s ease-out; + transition: transform .12s ease-out, opacity .12s ease-out, -webkit-transform .12s ease-out; + -webkit-transform: scale(1); + transform: scale(1); + opacity: 1 +} + +.fade-18lLrh { + opacity: 0 +} + +.fade-18lLrh.didRender-33z1u8 { + -webkit-transition: opacity .08s ease-out; + transition: opacity .08s ease-out; + opacity: 1 +} + +.select-2fjwPw { + border: 1px solid transparent; + padding: 12px; + cursor: pointer; + color: var(--text-normal); + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: grid; + grid-template-columns: 1fr auto; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-radius: 4px; + font-weight: 500 +} + +.searchable-1Zl-ns { + padding-top: 8px; + padding-bottom: 8px +} + +.searchInput-5YMkDH { + cursor: pointer; + background: inherit; + color: inherit; + border: none; + font-size: 16px; + padding: 0; + font-weight: 500 +} + +.editing-p4oIUO { + font-weight: 400 +} + +.label-2lO3Xi { + position: absolute; + top: 0; + bottom: 0; + margin: auto; + height: 16px; + left: 12px +} + +.open-kZ53_U { + border-radius: 4px 4px 0 0; + border-bottom-color: transparent +} + +.disabled-9453HS { + cursor: not-allowed; + opacity: .6 +} + +.placeholder-ffQ18M { + color: var(--text-muted) +} + +.measurement-1lxjFG { + position: absolute; + visibility: hidden; + pointer-events: none; + border: 1px solid transparent; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.lookFilled-22uAsw.select-2fjwPw { + background-color: var(--background-secondary); + border-color: var(--background-tertiary) +} + +.popout-VcNcHB { + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 1px solid var(--background-tertiary); + background: var(--background-secondary) +} + +.lookFilled-22uAsw.popout-VcNcHB { + border-radius: 0 0 3px 3px +} + +.lookFilled-22uAsw.option-3KoAJB, +.lookFilled-22uAsw.select-2fjwPw:hover.option-3KoAJB { + border-color: #7289da; + border-bottom-color: var(--background-tertiary) +} + +.option-3KoAJB { + padding: 12px; + cursor: pointer; + color: var(--interactive-normal); + display: grid; + grid-template-columns: 1fr auto; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + font-weight: 500; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.option-3KoAJB.focused-1T6PE5, +.option-3KoAJB:focus, +.option-3KoAJB:hover { + background-color: var(--background-secondary-alt); + color: var(--interactive-hover) +} + +.option-3KoAJB[aria-selected=true] { + color: var(--interactive-active); + background-color: var(--background-tertiary) +} + +.selectedIcon-3uS11H { + color: #7289da +} + +.error-3iVqOt { + color: #f04747; + font-size: 14px; + font-weight: 500; + margin-top: 4px +} + +.splash-9yPB5w { + position: absolute; + top: 0; + left: 0; + right: 0; + background-position: 50%; + background-size: cover; + height: 120px; + -webkit-filter: grayscale(100%); + filter: grayscale(100%); + opacity: .1; + -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); + -webkit-mask: linear-gradient(#000, transparent); + mask: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); + mask: linear-gradient(#000, transparent) +} + +.gameIcon-ZGZ9aM { + margin-right: 20px +} + +.gameName-3S4nBI { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + font-size: 16px; + font-weight: 600 +} + +.installSize-1eXbBX { + border-radius: 3px; + font-size: 14px; + font-weight: 600; + padding: 5px 8px; + white-space: nowrap +} + +.divider-38zUJA { + height: 1px; + margin: 20px 0 +} + +.selector-3yEc8N { + margin-bottom: 20px +} + +.installButton-2kMnvZ { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center +} + +.premiumIcon-3GPLjg { + margin-right: 4px +} + +.terms-1QAfrU { + margin-bottom: 20px +} + +.theme-dark .gameName-3S4nBI { + color: #dcddde +} + +.theme-dark .installSize-1eXbBX { + background-color: #4f545c; + color: #f6f6f7 +} + +.theme-dark .divider-38zUJA { + background-color: rgba(47, 49, 54, .6) +} + +.theme-dark .premiumTerms-QoMVGx { + color: #dcddde +} + +.content-O7cZt5 { + padding: 32px 16px +} + +.header-2MZwao { + margin-bottom: 8px; + text-align: center +} + +.headerShortcut-3Je8yd { + display: inline-block; + margin: 0 4px; + -webkit-transform: translateY(-4px); + transform: translateY(-4px) +} + +.tips-2V51be { + background-color: var(--background-secondary-alt); + border-radius: 8px; + padding: 16px; + margin: 16px 0 +} + +.tips-2V51be li { + display: grid; + grid-template-columns: auto 1fr +} + +.wrapper-1prNyd { + overflow: hidden; + min-height: 100vh; + background-size: cover; + color: var(--text-normal); + background-color: var(--background-secondary); + background-position: 50% 0 +} + +.flexWrapper-2EgxO2 { + height: 100vh +} + +.image-3zK3Wt { + width: 254px; + height: 154px; + margin-bottom: 40px; + background-size: 100% 100% +} + +.text-NLHgOm { + width: 440px; + margin-bottom: 20px +} + +.note-450gs3 { + font-size: 16px; + color: var(--text-muted) +} + +.note-450gs3, +.title-3trS3_ { + text-align: center +} + +.title-3trS3_ { + font-size: 24px; + line-height: 8px; + margin-bottom: 24px; + font-weight: 600; + color: var(--header-primary) +} + +.theme-light .wrapper-1prNyd { + background-image: url(img/da840b1a6c5d073ca1c6710f8967502a.svg) +} + +.theme-light .image-3zK3Wt { + background-image: url(img/9c3d15a94528df326eb741af39b9f0a9.svg) +} + +.theme-dark .wrapper-1prNyd { + background-image: url(img/da840b1a6c5d073ca1c6710f8967502a.svg) +} + +.theme-dark .image-3zK3Wt { + background-image: url(img/e9baf4b505eb54129f832556ea16538e.svg) +} + +.titleBar-AC4pGV { + z-index: 3001; + -webkit-app-region: drag; + -ms-flex-negative: 0; + flex-shrink: 0 +} + +.withFrame-haYltI { + height: 18px; + margin-top: 4px +} + +.typeMacOS-3EmCyP { + position: absolute; + width: 72px +} + +.typeMacOSWithFrame-3R_i5S .macButtons-2MuSAC { + margin-top: -2px; + margin-right: -70px +} + +.wordmark-2iDDfm { + pointer-events: none; + font-size: 0 +} + +.wordmarkWindows-1v0lYD { + position: absolute; + top: 0; + left: 0; + padding: 4px 9px 3px; + color: var(--text-muted) +} + +.wordmarkMacOS-1Ch9T0 { + margin: 0 auto +} + +.winButton-iRh8-Z { + position: relative; + top: -4px; + cursor: pointer; + width: 28px; + height: 22px; + pointer-events: auto; + -webkit-app-region: no-drag +} + +.winButtonMinMax-PBQ2gm:hover { + background-color: var(--background-modifier-hover); + color: var(--interactive-hover) +} + +.winButtonMinMax-PBQ2gm:active { + background-color: var(--background-modifier-active); + color: var(--interactive-active) +} + +.winButtonClose-1HsbF-:hover { + color: #fff; + background-color: #f04747 +} + +.winButton-iRh8-Z { + color: var(--interactive-normal) +} + +.macButtons-2MuSAC { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 70px; + padding: 10px +} + +.macButtons-2MuSAC svg { + display: block; + visibility: hidden +} + +.focused-3B0xkw .macButtons-2MuSAC:hover svg { + visibility: visible +} + +.macButton-c_Adir { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 12px; + height: 12px; + border-radius: 50%; + -webkit-app-region: no-drag +} + +.macButtonMaximize-2FMHAO { + background-color: #34c749 +} + +.macButtonMaximize-2FMHAO:active { + background-color: #2a9f3a +} + +.macButtonMinimize-3EJ6wo { + background-color: #fdbc40 +} + +.macButtonMinimize-3EJ6wo:active { + background-color: #ca9633 +} + +.macButtonClose-MwZ2nf { + background-color: #fc615d +} + +.macButtonClose-MwZ2nf:active { + background-color: #ca4e4a +} + +.unfocused-1QsMU3 .macButtonClose-MwZ2nf, +.unfocused-1QsMU3 .macButtonMaximize-2FMHAO, +.unfocused-1QsMU3 .macButtonMinimize-3EJ6wo { + background-color: var(--background-modifier-accent) +} + +.downloadApps-wbBFdZ { + border-radius: 5px; + min-width: 880px; + min-height: 387px +} + +.downloadApps-wbBFdZ, +.downloadApps-wbBFdZ .contentWrapper-37w9gg { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.downloadApps-wbBFdZ .contentWrapper-37w9gg { + text-decoration: none!important +} + +.downloadApps-wbBFdZ .inner-2LETmR { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 10px +} + +.downloadApps-wbBFdZ .header-nJMe-Q { + text-align: center; + font-weight: 700; + font-size: 22px; + padding: 20px 0; + margin: 0; + color: #737f8d +} + +.downloadApps-wbBFdZ .footer-1nkeBm { + text-align: center; + font-size: 14px; + margin-top: 6px; + color: #99aab5 +} + +.downloadApps-wbBFdZ .footer-1nkeBm a { + font-weight: 700; + color: #7289da; + text-decoration: none; + cursor: pointer +} + +.downloadApps-wbBFdZ .footer-1nkeBm a:hover { + text-decoration: underline +} + +.downloadApps-wbBFdZ .platformsWrap-m7IVu3 { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin: 24px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 { + -webkit-transition: all .3s ease-in-out; + transition: all .3s ease-in-out; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + border: 2px solid #99aab5; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-negative: 0; + flex-shrink: 0; + border-radius: 3px; + margin-left: 15px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .iconWrap-1pnF3w { + position: relative; + -ms-flex-item-align: center; + align-self: center; + margin: 25px 0; + width: 100px; + height: 100px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb { + -webkit-transition: opacity .3s ease-in-out; + transition: opacity .3s ease-in-out; + background-repeat: no-repeat; + position: absolute; + -ms-flex-item-align: center; + align-self: center; + width: 100%; + height: 100% +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.active-iLSdWQ { + opacity: 0 +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.apple-1fKN59 { + background-image: url(img/57568e1cfc37c81cf56db9498b4f128a.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.apple-1fKN59.active-iLSdWQ { + background-image: url(img/7ddab19e24325212299490c2f413b122.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.android-gGrHJu { + background-image: url(img/d73fd4014c02b360d9529a720ecb7c44.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.android-gGrHJu.active-iLSdWQ { + background-image: url(img/676bfec9f4343f6fcdf0a12ae313a3de.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.windows-29yOum { + background-image: url(img/d6221c5e88f5cb89f125868c077e9859.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.windows-29yOum.active-iLSdWQ { + background-image: url(img/37ce528f3abf4d735a624309e990acc6.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.linux-15cW1y { + background-image: url(img/a3bee2061afed80c5bd76ff38cd18f0e.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.linux-15cW1y.active-iLSdWQ { + background-image: url(img/f8e3f6e7b2cf5f10aed43243560a1b91.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.ios-Z7K-rr { + background-image: url(img/0c460e9b848f5c4cc964ae9c62c0f9b9.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .icon-2Pk7pb.ios-Z7K-rr.active-iLSdWQ { + background-image: url(img/00a1b0447f0474ecaa767a4bc09fe2ed.svg) +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236:first-child { + margin-left: 0 +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 p { + font-size: 13px; + margin: 5px 0; + text-align: center; + font-weight: 500; + color: #99aab5 +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .downloadButtons-3H1BTc { + display: -webkit-box; + display: -ms-flexbox; + display: flex +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .downloadButtons-3H1BTc.list-3wJ7Rg { + padding: 0 20px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .downloadButtons-3H1BTc.list-3wJ7Rg .downloadButton-1bWXpg { + margin: 20px 5px; + width: 65px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236 .downloadButton-1bWXpg { + -webkit-transition: background-color .3s ease-in-out; + transition: background-color .3s ease-in-out; + background-color: #99aab5; + text-decoration: none; + text-align: center; + border-radius: 3px; + font-weight: 500; + font-size: 16px; + padding: 12px 0; + color: #fff; + width: 150px; + margin: 20px +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ { + -webkit-transform: scale(1.025); + transform: scale(1.025); + border-color: #7289da +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb { + opacity: 0 +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .icon-2Pk7pb.active-iLSdWQ { + opacity: 1 +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ p { + color: #7289da +} + +.downloadApps-wbBFdZ .platforms-28Rb-3 .platform-iik236.active-iLSdWQ .downloadButton-1bWXpg { + background-color: #7289da +} + +.content-mK72R6 { + padding-bottom: 20px +} + +.root-3R2ngo { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + contain: strict; + pointer-events: all +} + +.enter-1qIQaf, +.exit-1xyzxd { + -webkit-transition-duration: .15s; + transition-duration: .15s; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + transition-property: transform, opacity; + transition-property: transform, opacity, -webkit-transform; + -webkit-transition-timing-function: ease-in-out; + transition-timing-function: ease-in-out +} + +.enter-1qIQaf { + opacity: 0; + -webkit-transform: scale(1.1); + transform: scale(1.1) +} + +.enterActive-14DLLh, +.enterDone-2zvtsK, +.exit-1xyzxd { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1) +} + +.exitActive-JZFsGn, +.exitDone-2Q591Q { + opacity: 0; + -webkit-transform: scale(1.1); + transform: scale(1.1) +} + +.errorPage-u8SYh4 { + width: 100% +} + +.emoji { + -o-object-fit: contain; + object-fit: contain; + width: 1.375em; + height: 1.375em; + vertical-align: bottom +} + +.emoji.jumboable { + width: 3rem; + height: 3rem; + min-height: 3rem +} + +.loading-Ags1CY { + position: absolute; + width: 100%; + height: 100vh; + background: var(--background-secondary); + color: var(--text-normal) +} + +.modal-3c3bKg { + position: fixed; + top: 0; + left: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + height: 100%; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-line-pack: distribute; + align-content: space-around; + padding-top: 60px; + padding-bottom: 60px; + z-index: 1000; + opacity: 0; + pointer-events: none; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +@media (max-height: 600px) { + .modal-3c3bKg { + padding-top: 20px; + padding-bottom: 20px + } + +} + +.inner-1ilYF7 { + position: relative; + pointer-events: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-height: 0 +} + +.app-1q1i1E { + position: relative; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + z-index: auto +} + +.modal-yWgWj- { + border-radius: 5px; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + min-height: 0 +} + +.theme-dark .modal-yWgWj- { + background-color: #36393f; + -webkit-box-shadow: 0 0 0 1px rgba(32, 34, 37, .6), 0 2px 10px 0 rgba(0, 0, 0, .2); + box-shadow: 0 0 0 1px rgba(32, 34, 37, .6), 0 2px 10px 0 rgba(0, 0, 0, .2) +} + +.theme-light .modal-yWgWj- { + background: #fff; + -webkit-box-shadow: 0 0 0 1px rgba(185, 187, 190, .3), 0 2px 10px 0 rgba(0, 0, 0, .1); + box-shadow: 0 0 0 1px rgba(185, 187, 190, .3), 0 2px 10px 0 rgba(0, 0, 0, .1) +} + +.sizeSmall-1jtLQy { + width: 440px; + max-height: 660px; + min-height: 200px +} + +.sizeMedium-df47zS { + width: 600px; + max-height: 800px; + min-height: 400px +} + +.sizeLarge-2yOtf1 { + min-width: 800px; + max-width: 960px; + min-height: 400px +} + +@media (max-width: 485px) { + .sizeLarge-2yOtf1, + .sizeMedium-df47zS, + .sizeSmall-1jtLQy { + min-width: auto; + width: 96%; + -ms-flex-item-align: center; + align-self: center; + max-height: 100vh + } + + .fullscreenOnMobile-1aglG_ { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + border-radius: 0; + overflow-y: auto + } + + .fullscreenOnMobile-1aglG_ .footer-3rDWdC, + .fullscreenOnMobile-1aglG_ .header-2tA9Os { + border-radius: 0 + } + + .hideOnFullscreen-2tpqvf { + display: none + } + +} + +.app-2rEoOp { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background-color: var(--background-tertiary); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column +} + +.app-2rEoOp button { + cursor: pointer +} + +.layers-3q14ss { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + overflow: hidden; + min-width: 0; + min-height: 0 +} + +.art-RyCKMR { + width: 220px; + height: 110px; + background-position: 50%; + background-repeat: no-repeat; + background-size: contain; + margin: 16px auto +} + +.theme-dark .art-RyCKMR { + background-image: url(img/9f670a7821c663913c393f5df62e63d7.svg) +} + +.theme-light .art-RyCKMR { + background-image: url(img/baf3bb2ef44dd152825ced96e0c8ae3e.svg) +} + +a, +abbr, +acronym, +address, +applet, +big, +blockquote, +body, +caption, +cite, +code, +dd, +del, +dfn, +div, +dl, +dt, +em, +fieldset, +form, +h1, +h2, +h3, +h4, +h5, +h6, +html, +iframe, +img, +ins, +kbd, +label, +legend, +li, +object, +ol, +p, +pre, +q, +s, +samp, +small, +span, +strike, +strong, +table, +tbody, +td, +tfoot, +th, +thead, +tr, +tt, +ul, +var { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-family: inherit; + font-size: 100%; + vertical-align: baseline +} + +a { + color: var(--text-link); + text-decoration: none; + cursor: pointer +} + +a img { + border: none +} + +body { + line-height: 1; + margin: 0; + padding: 0; + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: transparent; +} + +p { + margin: 14px 0 +} + +ol, +ul { + list-style: none +} + +::-webkit-input-placeholder, +input, +select, +textarea { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400 +} + +::-moz-placeholder, +input, +select, +textarea { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400 +} + +:-ms-input-placeholder, +input, +select, +textarea { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400 +} + +::placeholder, +input, +select, +textarea { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 400 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light::-webkit-input-placeholder, + .theme-light input, + .theme-light select, + .theme-light textarea { + font-weight: 500 + } + + .theme-light::-moz-placeholder, + .theme-light input, + .theme-light select, + .theme-light textarea { + font-weight: 500 + } + + .theme-light:-ms-input-placeholder, + .theme-light input, + .theme-light select, + .theme-light textarea { + font-weight: 500 + } + + .theme-light::placeholder, + .theme-light input, + .theme-light select, + .theme-light textarea { + font-weight: 500 + } + +} + +strong { + font-weight: 600 +} + +button { + font-family: 'Rubik', Helvetica Neue, Helvetica, Arial, sans-serif; + font-weight: 500; + border: 0; + cursor: pointer +} + +code { + font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; + font-size: 14px; + line-height: 16px +} + +.theme-dark { + --header-primary:#fff; + --header-secondary:#b9bbbe; + --text-normal:#E2E2E2; + --text-muted:#858D95; + --text-link:#00b0f4; + --channels-default:#858D95; + --interactive-normal:#b9bbbe; + --interactive-hover:#dcddde; + --interactive-active:#fff; + --interactive-muted:#4f545c; + --background-primary:#1a1a23; + --background-secondary:#17171f; + --background-secondary-alt:#101015; + --background-tertiary:#101015; + --background-accent:#4f545c; + --background-floating:#18191c; + --background-mobile-primary:#1a1a23; + --background-mobile-secondary:#17171f; + --background-modifier-hover:rgba(79, 84, 92, 0.16); + --background-modifier-active:rgba(79, 84, 92,0.24); + --background-modifier-selected:rgba(79, 84, 92, 0.32); + --background-modifier-accent:hsla(0, 0%, 100%, 0.06); + --background-mentioned:rgba(250, 166, 26, 0.05); + --background-mentioned-hover:rgba(250, 166, 26, 0.08); + --background-message-hover:rgba(4, 4, 5, 0.07); + --background-help-warning:rgba(250,166, 26, 0.1); + --background-help-info:rgba(0, 176, 244, 0.1); + --scrollbar-thin-thumb:#101015; + --scrollbar-thin-track:transparent; + --scrollbar-auto-thumb:#101015; + --scrollbar-auto-track: #23232d; + --scrollbar-auto-scrollbar-color-thumb:#101015; + --scrollbar-auto-scrollbar-color-track: #23232d; + --elevation-stroke:0 0 0 1px rgba(4, 4, 5, 0.15); + --elevation-low:0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05); + --elevation-medium:0 4px 4px rgba(0, 0, 0, 0.16); + --elevation-high:0 8px 16px rgba(0, 0, 0, 0.24); + --logo-primary:#fff; + --focus-primary:#00b0f4; + --radio-group-dot-foreground:#8ea1e1; + --guild-header-text-shadow:0 1px 1px rgba(0, 0, 0, 0.4); + --channeltextarea-background:#101015; + --activity-card-background:#202225; + --textbox-markdown-syntax:#8e9297; + --deprecated-card-bg:rgba(32, 34, 37, 0.6); + --deprecated-card-editable-bg:rgba(32, 34, 37, 0.3); + --deprecated-store-bg:#36393f; + --deprecated-quickswitcher-input-background:#72767d; + --deprecated-quickswitcher-input-placeholder:hsla(0, 0%, 100%, 0.3); + --deprecated-text-input-bg:rgba(0, 0, 0, 0.1); + --deprecated-text-input-border:rgba(0, 0, 0, 0.3); + --deprecated-text-input-border-hover:#040405; + --deprecated-text-input-border-disabled:#202225; + --deprecated-text-input-prefix:#dcddde; + --brand-primary: #FEBE10; + --brand-primary-hover: #eeb310; + --brand-primary-active: #d6a00c; +} + +.theme-light { + --header-primary:#060607; + --header-secondary:#4f5660; + --text-normal:#2e3338; + --text-muted:#747f8d; + --text-link:#0067e0; + --channels-default:#6a7480; + --interactive-normal:#4f5660; + --interactive-hover:#2e3338; + --interactive-active:#060607; + --interactive-muted:#c7ccd1; + --background-primary:#fff; + --background-secondary:#f2f3f5; + --background-secondary-alt:#ebedef; + --background-tertiary:#e3e5e8; + --background-accent:#747f8d; + --background-floating:#fff; + --background-mobile-primary:#f8f9f9; + --background-mobile-secondary:#fff; + --background-modifier-hover:rgba(116, + 127, + 141, + 0.08); + --background-modifier-active:rgba(116, + 127, + 141, + 0.16); + --background-modifier-selected:rgba(116, + 127, + 141, + 0.24); + --background-modifier-accent:rgba(6, + 6, + 7, + 0.08); + --background-mentioned:rgba(250, + 166, + 26, + 0.1); + --background-mentioned-hover:rgba(250, + 166, + 26, + 0.2); + --background-message-hover:rgba(6, + 6, + 7, + 0.02); + --background-help-warning:rgba(250, + 166, + 26, + 0.1); + --background-help-info:rgba(0, + 103, + 224, + 0.1); + --scrollbar-thin-thumb:rgba(79, + 84, + 92, + 0.3); + --scrollbar-thin-track:transparent; + --scrollbar-auto-thumb:#ccc; + --scrollbar-auto-track:#f2f2f2; + --scrollbar-auto-scrollbar-color-thumb:#e3e5e8; + --scrollbar-auto-scrollbar-color-track:#f2f3f5; + --elevation-stroke:0 0 0 1px rgba(6, + 6, + 7, + 0.08); + --elevation-low:0 1px 0 rgba(6, + 6, + 7, + 0.1), + 0 1.5px 0 rgba(6, + 6, + 7, + 0.025), + 0 2px 0 rgba(6, + 6, + 7, + 0.025); + --elevation-medium:0 4px 4px rgba(0, + 0, + 0, + 0.08); + --elevation-high:0 8px 16px rgba(0, + 0, + 0, + 0.16); + --logo-primary:#7289da; + --focus-primary:#00b0f4; + --radio-group-dot-foreground:#4e5d94; + --guild-header-text-shadow:0 1px 1px hsla(0, + 0%, + 100%, + 0.4); + --channeltextarea-background:#ebedef; + --activity-card-background:#fff; + --textbox-markdown-syntax:#6a7480; + --deprecated-card-bg:#f8f9f9; + --deprecated-card-editable-bg:rgba(246, + 246, + 247, + 0.6); + --deprecated-store-bg:#f8f9f9; + --deprecated-quickswitcher-input-background:#fff; + --deprecated-quickswitcher-input-placeholder:rgba(79, + 84, + 92, + 0.3); + --deprecated-text-input-bg:rgba(79, + 84, + 92, + 0.02); + --deprecated-text-input-border:rgba(79, + 84, + 92, + 0.3); + --deprecated-text-input-border-hover:#b9bbbe; + --deprecated-text-input-border-disabled:#dcddde; + --deprecated-text-input-prefix:#b9bbbe +} + +.appMount-3lHmkl, +body, +html { + height:100%; + width:100% +} + +.appMount-3lHmkl { + position:absolute; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.appMount-3lHmkl, +body { + background-color:var(--background-tertiary); + text-rendering:optimizeLegibility +} + +.overlay .appMount-3lHmkl, +.overlay body { + background:transparent +} + +::-webkit-input-placeholder, +body, +button, +input, +select, +textarea { + font-family:'Rubik', + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + text-rendering:optimizeLegibility +} + +::-moz-placeholder, +body, +button, +input, +select, +textarea { + font-family:'Rubik', + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + text-rendering:optimizeLegibility +} + +:-ms-input-placeholder, +body, +button, +input, +select, +textarea { + font-family:'Rubik', + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + text-rendering:optimizeLegibility +} + +::placeholder, +body, +button, +input, +select, +textarea { + font-family:'Rubik', + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + text-rendering:optimizeLegibility +} + +html:lang(ja)::-webkit-input-placeholder, +html:lang(ja) body, +html:lang(ja) button, +html:lang(ja) input, +html:lang(ja) select, +html:lang(ja) textarea, +html:lang(ja-JP)::-webkit-input-placeholder, +html:lang(ja-JP) body, +html:lang(ja-JP) button, +html:lang(ja-JP) input, +html:lang(ja-JP) select, +html:lang(ja-JP) textarea { + font-family:'Rubik', + Hiragino Sans, + ヒラギノ角ゴ ProN W3, + Hiragino Kaku Gothic ProN, + メイリオ, + Meiryo, + Osaka, + MS PGothic, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ja)::-moz-placeholder, +html:lang(ja) body, +html:lang(ja) button, +html:lang(ja) input, +html:lang(ja) select, +html:lang(ja) textarea, +html:lang(ja-JP)::-moz-placeholder, +html:lang(ja-JP) body, +html:lang(ja-JP) button, +html:lang(ja-JP) input, +html:lang(ja-JP) select, +html:lang(ja-JP) textarea { + font-family:'Rubik', + Hiragino Sans, + ヒラギノ角ゴ ProN W3, + Hiragino Kaku Gothic ProN, + メイリオ, + Meiryo, + Osaka, + MS PGothic, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ja):-ms-input-placeholder, +html:lang(ja) body, +html:lang(ja) button, +html:lang(ja) input, +html:lang(ja) select, +html:lang(ja) textarea, +html:lang(ja-JP):-ms-input-placeholder, +html:lang(ja-JP) body, +html:lang(ja-JP) button, +html:lang(ja-JP) input, +html:lang(ja-JP) select, +html:lang(ja-JP) textarea { + font-family:'Rubik', + Hiragino Sans, + ヒラギノ角ゴ ProN W3, + Hiragino Kaku Gothic ProN, + メイリオ, + Meiryo, + Osaka, + MS PGothic, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ja)::placeholder, +html:lang(ja) body, +html:lang(ja) button, +html:lang(ja) input, +html:lang(ja) select, +html:lang(ja) textarea, +html:lang(ja-JP)::placeholder, +html:lang(ja-JP) body, +html:lang(ja-JP) button, +html:lang(ja-JP) input, +html:lang(ja-JP) select, +html:lang(ja-JP) textarea { + font-family:'Rubik', + Hiragino Sans, + ヒラギノ角ゴ ProN W3, + Hiragino Kaku Gothic ProN, + メイリオ, + Meiryo, + Osaka, + MS PGothic, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ko)::-webkit-input-placeholder, +html:lang(ko) body, +html:lang(ko) button, +html:lang(ko) input, +html:lang(ko) select, +html:lang(ko) textarea { + font-family:'Rubik', + Apple SD Gothic Neo, + NanumBarunGothic, + 맑은 고딕, + Malgun Gothic, + Gulim, + 굴림, + Dotum, + 돋움, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ko)::-moz-placeholder, +html:lang(ko) body, +html:lang(ko) button, +html:lang(ko) input, +html:lang(ko) select, +html:lang(ko) textarea { + font-family:'Rubik', + Apple SD Gothic Neo, + NanumBarunGothic, + 맑은 고딕, + Malgun Gothic, + Gulim, + 굴림, + Dotum, + 돋움, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ko):-ms-input-placeholder, +html:lang(ko) body, +html:lang(ko) button, +html:lang(ko) input, +html:lang(ko) select, +html:lang(ko) textarea { + font-family:'Rubik', + Apple SD Gothic Neo, + NanumBarunGothic, + 맑은 고딕, + Malgun Gothic, + Gulim, + 굴림, + Dotum, + 돋움, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(ko)::placeholder, +html:lang(ko) body, +html:lang(ko) button, +html:lang(ko) input, +html:lang(ko) select, +html:lang(ko) textarea { + font-family:'Rubik', + Apple SD Gothic Neo, + NanumBarunGothic, + 맑은 고딕, + Malgun Gothic, + Gulim, + 굴림, + Dotum, + 돋움, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-CN)::-webkit-input-placeholder, +html:lang(zh-CN) body, +html:lang(zh-CN) button, +html:lang(zh-CN) input, +html:lang(zh-CN) select, +html:lang(zh-CN) textarea { + font-family:'Rubik', + Microsoft YaHei New, + 微软雅黑, + Microsoft Yahei, + Microsoft JhengHei, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-CN)::-moz-placeholder, +html:lang(zh-CN) body, +html:lang(zh-CN) button, +html:lang(zh-CN) input, +html:lang(zh-CN) select, +html:lang(zh-CN) textarea { + font-family:'Rubik', + Microsoft YaHei New, + 微软雅黑, + Microsoft Yahei, + Microsoft JhengHei, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-CN):-ms-input-placeholder, +html:lang(zh-CN) body, +html:lang(zh-CN) button, +html:lang(zh-CN) input, +html:lang(zh-CN) select, +html:lang(zh-CN) textarea { + font-family:'Rubik', + Microsoft YaHei New, + 微软雅黑, + Microsoft Yahei, + Microsoft JhengHei, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-CN)::placeholder, +html:lang(zh-CN) body, +html:lang(zh-CN) button, +html:lang(zh-CN) input, +html:lang(zh-CN) select, +html:lang(zh-CN) textarea { + font-family:'Rubik', + Microsoft YaHei New, + 微软雅黑, + Microsoft Yahei, + Microsoft JhengHei, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-HK)::-webkit-input-placeholder, +html:lang(zh-HK) body, +html:lang(zh-HK) button, +html:lang(zh-HK) input, +html:lang(zh-HK) select, +html:lang(zh-HK) textarea, +html:lang(zh-TW)::-webkit-input-placeholder, +html:lang(zh-TW) body, +html:lang(zh-TW) button, +html:lang(zh-TW) input, +html:lang(zh-TW) select, +html:lang(zh-TW) textarea { + font-family:'Rubik', + Microsoft JhengHei, + 微軟正黑體, + Microsoft JhengHei UI, + Microsoft YaHei, + 微軟雅黑, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-HK)::-moz-placeholder, +html:lang(zh-HK) body, +html:lang(zh-HK) button, +html:lang(zh-HK) input, +html:lang(zh-HK) select, +html:lang(zh-HK) textarea, +html:lang(zh-TW)::-moz-placeholder, +html:lang(zh-TW) body, +html:lang(zh-TW) button, +html:lang(zh-TW) input, +html:lang(zh-TW) select, +html:lang(zh-TW) textarea { + font-family:'Rubik', + Microsoft JhengHei, + 微軟正黑體, + Microsoft JhengHei UI, + Microsoft YaHei, + 微軟雅黑, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-HK):-ms-input-placeholder, +html:lang(zh-HK) body, +html:lang(zh-HK) button, +html:lang(zh-HK) input, +html:lang(zh-HK) select, +html:lang(zh-HK) textarea, +html:lang(zh-TW):-ms-input-placeholder, +html:lang(zh-TW) body, +html:lang(zh-TW) button, +html:lang(zh-TW) input, +html:lang(zh-TW) select, +html:lang(zh-TW) textarea { + font-family:'Rubik', + Microsoft JhengHei, + 微軟正黑體, + Microsoft JhengHei UI, + Microsoft YaHei, + 微軟雅黑, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +html:lang(zh-HK)::placeholder, +html:lang(zh-HK) body, +html:lang(zh-HK) button, +html:lang(zh-HK) input, +html:lang(zh-HK) select, +html:lang(zh-HK) textarea, +html:lang(zh-TW)::placeholder, +html:lang(zh-TW) body, +html:lang(zh-TW) button, +html:lang(zh-TW) input, +html:lang(zh-TW) select, +html:lang(zh-TW) textarea { + font-family:'Rubik', + Microsoft JhengHei, + 微軟正黑體, + Microsoft JhengHei UI, + Microsoft YaHei, + 微軟雅黑, + 宋体, + SimSun, + Helvetica Neue, + Helvetica, + Arial, + sans-serif +} + +a, +button, +div, +input, +label, +select, +span, +strong, +textarea { + outline:0 +} + +img[alt] { + text-indent:-9999px +} + +.wrapper-6URcxg { + width:100%; + height:100% +} + +@media (min-width: 486px) { + .wrapper-6URcxg { + position:absolute; + top:0; + left:0; + min-height:580px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center + } + +} + +.image-2jyRAK { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: url(../img/login_bg.jpg) no-repeat; + background-size: cover; +} + +.image-2jyRAK.loaded-3PtF_J { + opacity:1 +} + +.logo-2iEHEq { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:130px; + height:36px; + background:url(img/logo.svg) no-repeat +} + +.canvas-3XuBXe { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.canvas-3XuBXe, +.fallbackImage-31Sk4m { + position:fixed; + top:0; + left:0; + pointer-events:none +} + +.fallbackImage-31Sk4m { + width:100%; + height:85%; + min-width:780px; + min-height:780px; + max-width:1000px; + max-height:1000px; + background:url(img/c5c565a8b7cb84db7409e4052ead36fe.png) 0 0/contain no-repeat; + border:none; + opacity:0; + -webkit-transition:opacity .4s ease; + transition:opacity .4s ease +} + +.visible-JD5pR1 { + opacity:1 +} + +.embedded-30DdwH { + position:absolute +} + +.platform-osx .splashBackground-1FRCko:before { + content:""; + position:fixed; + top:0; + left:0; + right:0; + height:32px; + z-index:1; + -webkit-app-region:drag +} + +.platform-win .splashBackground-1FRCko:before { + content:""; + position:fixed; + top:0; + right:0; + width:84px; + height:22px; + background:rgba(0, + 0, + 0, + .3); + border-bottom-left-radius:3px; + z-index:1; + -webkit-transition:background .4s ease .4s; + transition:background .4s ease .4s +} + +.platform-win .theme-dark .splashBackground-1FRCko.loggingIn-3Hi-BU:before, +.platform-win .theme-light .splashBackground-1FRCko.loggingIn-3Hi-BU:before { + background:transparent +} + +.splashBackground-1FRCko .logo-1-AbdC { + position:fixed; + top:24px; + left:50%; + margin-left:-65px; + margin-top:0 +} + +@media (min-width: 830px) { + .splashBackground-1FRCko .logo-1-AbdC { + position:fixed; + top:24px; + left:24px; + margin:0 + } + + .platform-osx .splashBackground-1FRCko .logo-1-AbdC { + top:40px + } + +} + +.spacer-2b8O1V { + width:8px +} + +.input-3yHnCz { + width:44px; + height:44px; + border-radius:5px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border:none; + font-size:17px; + text-align:center; + margin-left:4px; + margin-right:4px +} + +.theme-light .input-3yHnCz { + background-color:#e3e5e8; + color:#36393f +} + +.theme-dark .input-3yHnCz { + background-color:#4f545c; + color:#f6f6f7 +} + +.flowerStarContainer-3zDVtj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + position:relative +} + +.flowerStar-1GeTsn { + width:100%; + height:100% +} + +.childContainer-1wxZNh { + position:absolute; + top:-.05px; + left:.05px; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + pointer-events:none +} + +.tooltip-2QfLtc { + border-radius:5px; + font-weight:500; + font-size:14px; + line-height:16px; + max-width:190px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + word-wrap:break-word; + z-index:1002; + will-change:opacity, + transform +} + +.tooltipDisablePointerEvents-3eaBGN, +.tooltipPointer-3ZfirK { + pointer-events:none +} + +.tooltipPointer-3ZfirK { + width:0; + height:0; + border:5px solid transparent +} + +.tooltipContent-bqVLWK { + padding:8px 12px; + overflow:hidden +} + +.tooltipContentAllowOverflow-fFbpe9 { + overflow:visible +} + +.tooltipTop-XDDSxx { + -webkit-transform-origin:50% 100%; + transform-origin:50% 100% +} + +.tooltipTop-XDDSxx .tooltipPointer-3ZfirK { + position:absolute; + top:100%; + left:50%; + margin-left:-5px +} + +.tooltipBottom-3ARrEK { + -webkit-transform-origin:50% 0; + transform-origin:50% 0 +} + +.tooltipBottom-3ARrEK .tooltipPointer-3ZfirK { + position:absolute; + bottom:100%; + left:50%; + margin-left:-5px; + border-top-width:5px; + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.tooltipLeft-3EDOk1 { + -webkit-transform-origin:100% 50%; + transform-origin:100% 50% +} + +.tooltipLeft-3EDOk1 .tooltipPointer-3ZfirK { + position:absolute; + left:100%; + top:50%; + margin-top:-5px; + border-right-width:5px; + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.tooltipRight-2JM5PQ { + -webkit-transform-origin:0 50%; + transform-origin:0 50% +} + +.tooltipRight-2JM5PQ .tooltipPointer-3ZfirK { + position:absolute; + right:100%; + top:50%; + margin-top:-5px; + border-left-width:5px; + -webkit-transform:rotate(90deg); + transform:rotate(90deg) +} + +.theme-dark .tooltip-2QfLtc, +.theme-light .tooltip-2QfLtc { + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + color:var(--text-normal) +} + +.theme-dark .tooltipPrimary-1d1ph4, +.theme-light .tooltipPrimary-1d1ph4 { + background-color:var(--background-floating) +} + +.theme-dark .tooltipPrimary-1d1ph4 .tooltipPointer-3ZfirK, +.theme-light .tooltipPrimary-1d1ph4 .tooltipPointer-3ZfirK { + border-top-color:var(--background-floating) +} + +.theme-dark .tooltipBlack-PPG47z, +.theme-light .tooltipBlack-PPG47z { + background-color:#000; + color:#dcddde +} + +.theme-dark .tooltipBlack-PPG47z .tooltipPointer-3ZfirK, +.theme-light .tooltipBlack-PPG47z .tooltipPointer-3ZfirK { + border-top-color:#000 +} + +.theme-dark .tooltipGrey-1hnvTt, +.theme-light .tooltipGrey-1hnvTt { + background-color:#202225; + color:#fff +} + +.theme-dark .tooltipGrey-1hnvTt .tooltipPointer-3ZfirK, +.theme-light .tooltipGrey-1hnvTt .tooltipPointer-3ZfirK { + border-top-color:#202225 +} + +.theme-dark .tooltipBrand-g03Nz8, +.theme-light .tooltipBrand-g03Nz8 { + color:#f8f9fd; + background-color:#7289da +} + +.theme-dark .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK, +.theme-light .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK { + border-top-color:#7289da +} + +.theme-dark .tooltipRed-8-9NeP, +.theme-light .tooltipRed-8-9NeP { + color:#fef6f6; + background-color:#f04747 +} + +.theme-dark .tooltipRed-8-9NeP .tooltipPointer-3ZfirK, +.theme-light .tooltipRed-8-9NeP .tooltipPointer-3ZfirK { + border-top-color:#f04747 +} + +.theme-dark .tooltipGreen-WdeQwd, +.theme-light .tooltipGreen-WdeQwd { + color:#f6fbf9; + background-color:#43b581 +} + +.theme-dark .tooltipGreen-WdeQwd .tooltipPointer-3ZfirK, +.theme-light .tooltipGreen-WdeQwd .tooltipPointer-3ZfirK { + border-top-color:#43b581 +} + +.theme-dark .tooltipYellow-E7eIBE, +.theme-light .tooltipYellow-E7eIBE { + color:#fffbf4; + background-color:#faa61a +} + +.theme-dark .tooltipYellow-E7eIBE .tooltipPointer-3ZfirK, +.theme-light .tooltipYellow-E7eIBE .tooltipPointer-3ZfirK { + border-top-color:#faa61a +} + +.background-2uufRq { + width:16px; + height:16px +} + +.verified-1eC5dy { + color:#43b581 +} + +.partnered-3nJayh { + color:#7289da +} + +.icon-1ihkOt { + width:100%; + height:100%; + color:#fff +} + +.icon-3o6xvg { + position:relative; + background-clip:padding-box; + background-color:none; + background-position:50%; + background-size:100% 100% +} + +.icon-3o6xvg .guildIconBadge-1PJHeq { + position:absolute; + right:-2px; + bottom:-2px; + width:14px; + height:14px +} + +.iconInactive-98JN5i { + border-radius:50% +} + +.iconActiveMini-3PzjMn { + border-radius:6px +} + +.iconActiveSmall-3IUUtn { + border-radius:9px +} + +.iconActiveMedium-1UaEIR { + border-radius:12px +} + +.iconActiveLarge-2nzn9z { + border-radius:15px +} + +.iconActiveLarger-1L4Joi { + border-radius:16px +} + +.iconActiveXLarge-_qKvKn { + border-radius:30px +} + +.iconSizeSmol-2Dw61G { + width:16px; + height:16px +} + +.iconSizeMini-3dKErj { + width:20px; + height:20px +} + +.iconSizeSmaller-2whVAO { + width:24px; + height:24px +} + +.iconSizeSmall-3aWgx9 { + width:30px; + height:30px +} + +.iconSizeMedium-2OqPjI { + width:40px; + height:40px +} + +.iconSizeLarge-161qtT { + width:50px; + height:50px +} + +.iconSizeLarger-2MnpN2 { + width:64px; + height:64px +} + +.iconSizeXLarge-1AvWOw { + width:100px; + height:100px +} + +.acronym-1e2Mdt { + overflow:hidden; + white-space:nowrap; + width:100% +} + +.noIcon-1a_FrS { + background-color:var(--background-secondary); + color:var(--text-normal); + text-align:center +} + +.noIcon-1a_FrS.iconSizeSmol-2Dw61G { + line-height:16px +} + +.noIcon-1a_FrS.iconSizeMini-3dKErj { + line-height:20px +} + +.noIcon-1a_FrS.iconSizeSmaller-2whVAO { + line-height:24px +} + +.noIcon-1a_FrS.iconSizeSmall-3aWgx9 { + line-height:30px +} + +.noIcon-1a_FrS.iconSizeMedium-2OqPjI { + line-height:40px +} + +.noIcon-1a_FrS.iconSizeLarge-161qtT { + line-height:50px +} + +.noIcon-1a_FrS.iconSizeLarger-2MnpN2 { + line-height:64px +} + +.noIcon-1a_FrS.iconSizeXLarge-1AvWOw { + line-height:100px +} + +.noAcronym-pYLF4V { + background-color:var(--background-modifier-accent) +} + +.dots-3Bkt3k { + -webkit-transform:translateZ(0); + transform:translateZ(0); + pointer-events:none; + color:#fff +} + +.dots-3Bkt3k.themed-IQiCm3 { + color:var(--text-normal) +} + +.mask-1qbNWk { + display:block +} + +.status-1AY8sU { + width:100%; + height:100% +} + +.wrapper-3t9DeA { + position:relative; + border-radius:50% +} + +.pointer-2zj-Tb { + cursor:pointer +} + +.mask-1l8v16 { + pointer-events:none; + position:relative; + display:block; + height:100%; + width:auto +} + +.status-1eOIMS, +.svg-2V3M55 { + position:absolute +} + +.status-1eOIMS { + bottom:0; + right:0; + height:auto +} + +.cursorDefault-dsQJ1n { + cursor:default +} + +.avatar-VxgULZ { + -o-object-fit:cover; + object-fit:cover; + pointer-events:none +} + +.avatar-VxgULZ, +.avatar-VxgULZ:before { + display:block; + width:100%; + height:100% +} + +.avatar-VxgULZ:before { + content:""; + background-color:var(--background-modifier-accent) +} + +.pointerEvents-2zdfdO { + pointer-events:auto +} + +.authBox-hW6HRx { + width:480px; + padding:32px; + font-size:18px; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + border-radius:5px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.authBox-hW6HRx a { + color:#FEBE10 +} + +.authBox-hW6HRx a:hover { + text-decoration:underline +} + +.authBoxExpanded-2jqaBe { + width:784px +} + +.centeringWrapper-2Rs1dR { + width:100%; + text-align:center +} + +@media (max-width: 485px) { + .authBox-hW6HRx { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + padding:70px 16px 40px; + width:100%; + height:100%; + min-height:500px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background:linear-gradient(to left bottom, + #3d4046, + #1e1e23); + border-radius:0; + overflow:scroll + } + + .authBox-hW6HRx:before { + content:""; + position:absolute; + top:20px; + height:36px; + width:112px; + background:url(img/4f004ac9be168ac6ee18fc442a52ab53.svg) no-repeat + } + + @media (max-width: 830px) { + .authBox-hW6HRx.authBoxExpanded-2jqaBe { + max-width:unset + } + + } + + .authBox-hW6HRx .centeringWrapper-2Rs1dR { + position:relative; + min-height:540px + } + +} + +@media (max-width: 830px) { + .authBoxExpanded-2jqaBe { + max-width:480px + } + +} + +.is-mobile .authBox-hW6HRx { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + padding:70px 16px 20px; + width:100%; + height:100%; + min-height:500px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background:linear-gradient(to left bottom, + #3d4046, + #1e1e23); + border-radius:0; + overflow:scroll +} + +.is-mobile .authBox-hW6HRx:before { + content:""; + position:absolute; + top:20px; + height:36px; + width:112px; + background:url(img/4f004ac9be168ac6ee18fc442a52ab53.svg) no-repeat +} + +@media (max-width: 830px) { + .is-mobile .authBox-hW6HRx.authBoxExpanded-2jqaBe { + max-width:unset + } + +} + +.is-mobile .authBox-hW6HRx .centeringWrapper-2Rs1dR { + position:relative; + min-height:540px +} + +.theme-light.authBox-hW6HRx { + color:#c7ccd1; + background:#f8f9f9 +} + +.theme-light.authBox-hW6HRx:before { + background:url(img/2dc2e17d6902f055c7c4ca5bb70de37b.svg) no-repeat +} + +.theme-dark.authBox-hW6HRx { + color:#72767d; + background:var(--background-mobile-primary) +} + +.theme-dark.authBox-hW6HRx:before { + background:url(img/4f004ac9be168ac6ee18fc442a52ab53.svg) no-repeat +} + +.title-jXR8lp { + font-weight:600 +} + +.subText-1XkjIB { + color:var(--text-muted) +} + +.subText-1XkjIB strong { + color:rgba(185, + 187, + 190, + .9); + font-weight:600 +} + +.pill-1dHPfk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:5px 16px 4px; + border-radius:100px; + background-color:var(--background-tertiary) +} + +.pillOnline-35Y-7N { + margin-right:8px +} + +.pillMessage-1btqlx { + font-size:14px; + white-space:nowrap; + color:var(--header-secondary) +} + +@media (min-height: 640px) { + .pillMessage-1btqlx { + font-size:16px + } + +} + +.pillIcon-BaqtHs { + display:inline-block; + width:10px; + height:10px; + border-radius:50%; + margin-right:4px +} + +.pillIconTotal-1BqTcA { + background-color:var(--header-secondary) +} + +.pillIconOnline-2JGlqR { + background-color:#43b581 +} + +.pillFlat-1xkgQH { + background:transparent +} + +.pillFlat-1xkgQH .pillIconTotal-1BqTcA { + background-color:var(--text-muted) +} + +.spinnerVideo-4cbMvj { + width:200px; + height:200px +} + +.spinnerText-lNRnYJ { + font-weight:500; + font-size:16px; + font-style:italic; + color:#fff +} + +.image-2dZWJQ { + width:100%; + max-width:186px; + height:auto; + max-height:120px; + pointer-events:none +} + +.block-egJnc0 { + width:100%; + text-align:left +} + +.button-3k0cO7 { + font-size:16px; + line-height:24px; + padding-top: 5px; +} + +.linkButton-wzh5kV { + display:block; + padding-left:0; + padding-right:0 +} + +.inviteIcon-DSd8cG { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.inviteLargeIcon-HrAH61 { + margin-right:0 +} + +.inviteSmallIcon-1-yydW { + margin-right:8px; + margin-top:0; + -ms-flex-negative:0; + flex-shrink:0 +} + +.downloadButtonSubtext-2DRDta { + margin-top:8px; + text-align:center +} + +.inputError-1PrjdI, +.inputError-1PrjdI:focus, +.inputError-1PrjdI:hover { + border-color:#f04747 +} + +.authBoxWithMobileBanner-1Iy9y7 { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + padding:0 16px 40px; + height:100vh; + overflow:auto +} + +.theme-dark .authBoxWithMobileBanner-1Iy9y7, +.theme-light .authBoxWithMobileBanner-1Iy9y7 { + color:#72767d; + background:#36393f +} + +.mobileBannerLogo-2Kb4rf { + position:absolute; + top:20px; + height:36px; + width:112px; + background:url(img/4f004ac9be168ac6ee18fc442a52ab53.svg) no-repeat +} + +.mobileBanner-3st25I { + -ms-flex-negative:0; + flex-shrink:0; + width:calc(100% + 32px); + margin:0 -16px -32px; + max-height:100px; + overflow:hidden +} + +.mobileBanner-3st25I img { + width:100% +} + +@media (min-height: 720px) { + .mobileBanner-3st25I { + margin-bottom:-50px; + max-height:none + } + +} + +.description-3iuMrd { + margin-top:8px; + font-size:12px +} + +.error-36J3A_ { + margin-top:8px; + color:#f04747 +} + +.subTitle-1-bIFL { + margin-bottom:24px +} + +.button-3xPjNA { + margin-top:24px +} + +.theme-dark .codeInput-2cYD0k, +.theme-light .codeInput-2cYD0k { + background-color:var(--deprecated-text-input-bg); + border:1px solid var(--deprecated-text-input-border) +} + +.theme-dark .codeInput-2cYD0k:focus, +.theme-light .codeInput-2cYD0k:focus { + border:1px solid #7289da +} + +.avatar-1Mj8bY, +.guildIcon-1k02sK { + margin-bottom:20px +} + +.container-QZKkpR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.title-10HEtO { + margin-top:2px; + color:var(--header-primary); + font-size:24px; + font-weight:600; + line-height:30px +} + +.subtitle-1izn1t { + font-size:16px; + line-height:20px; + text-align:center +} + +.subtitle-1izn1t strong { + color:var(--header-primary) +} + +.userText-53oh7E { + word-break:break-word +} + +.templateIcon-3f-SZb { + vertical-align:middle +} + +.templateIcon-3f-SZb, +.usagePill-2WGS4A { + color:var(--header-secondary) +} + +.usagePill-2WGS4A { + background-color:var(--background-secondary); + border-radius:16px; + font-size:14px; + padding:8px 16px; + margin-top:16px +} + +.verifiedIcon-2zGt44, +.verifiedNameContainer-HWD4YK { + display:inline-block +} + +.verifiedIcon-2zGt44 { + color:#43b581; + margin:-8px 4px 0 2px; + top:3px +} + +.verifiedCheckContainer-3VSuK8 { + position:relative; + top:1px +} + +.verifiedCheck-2Ze-9s { + color:#fff +} + +.image-1ecFZy { + margin-bottom:16px; + border-radius:8px +} + +.header-a5HgW3 { + margin-bottom:8px +} + +.usagePill-_nSrnP { + background-color:var(--background-primary); + display:inline-block +} + +.container-cMG81i { + border-radius:4px; + overflow:hidden; + background-color:var(--background-tertiary) +} + +.container-cMG81i, +.inner-2P4tQO { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.inner-2P4tQO { + position:relative; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + padding:1px; + min-width:0 +} + +.disabled-1ytYrN .inner-2P4tQO { + opacity:.3 +} + +.input-3Xdcic { + -webkit-box-sizing:border-box; + box-sizing:border-box; + background:transparent; + border:none; + resize:none; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:48px; + margin:1px; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + color:var(--text-normal) +} + +.input-3Xdcic::-webkit-input-placeholder { + color:var(--text-muted); + opacity:1 +} + +.disabled-1ytYrN .input-3Xdcic { + cursor:not-allowed +} + +.tag-2gZFdE { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:2px; + text-align:center; + margin:1px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + cursor:pointer; + -webkit-transition:none; + transition:none; + background-color:var(--background-primary) +} + +.tag-2gZFdE:hover { + text-decoration:none +} + +.small-2oHLgT .input-3Xdcic, +.small-2oHLgT .tag-2gZFdE { + font-size:14px; + font-weight:500; + line-height:20px; + height:20px; + padding:0 4px +} + +.medium-1LLV3p .input-3Xdcic, +.medium-1LLV3p .tag-2gZFdE { + font-size:16px; + line-height:32px; + height:30px; + padding:0 8px +} + +.large-laZJpW .input-3Xdcic, +.large-laZJpW .tag-2gZFdE { + font-size:20px; + line-height:40px; + height:38px; + padding:0 16px +} + +.close-365pYL { + width:12px; + height:12px; + margin-left:4px +} + +.close-365pYL, +.iconLayout-3OgqU3 { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.iconLayout-3OgqU3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:22px; + height:22px; + cursor:text +} + +.pointer-aRJXzd { + cursor:pointer +} + +.medium-1LLV3p.iconLayout-3OgqU3 { + width:32px; + height:32px +} + +.large-laZJpW.iconLayout-3OgqU3 { + width:40px; + height:40px +} + +.iconContainer-2wXvy1 { + position:relative; + width:16px; + height:16px +} + +.medium-1LLV3p .iconContainer-2wXvy1 { + width:20px; + height:20px +} + +.large-laZJpW .iconContainer-2wXvy1 { + width:24px; + height:24px +} + +.icon-1S6UIr { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:absolute; + top:0; + left:0; + opacity:0; + width:100%; + height:100%; + z-index:2; + -webkit-transition:opacity .1s ease-out, + -webkit-transform .1s ease-out; + transition:opacity .1s ease-out, + -webkit-transform .1s ease-out; + transition:transform .1s ease-out, + opacity .1s ease-out; + transition:transform .1s ease-out, + opacity .1s ease-out, + -webkit-transform .1s ease-out; + -webkit-transform:rotate(90deg); + transform:rotate(90deg); + color:var(--interactive-normal) +} + +.icon-1S6UIr.visible-3bFCH- { + -webkit-transform:rotate(0deg); + transform:rotate(0deg); + opacity:1 +} + +.iconLayout-3OgqU3:hover .clear--Eywng { + color:var(--interactive-hover) +} + +.iconLayout-3OgqU3:active .clear--Eywng { + color:var(--interactive-active) +} + +.selectableItem-1MP3MQ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + height:34px; + padding:8px 10px; + margin:2px 4px 2px 0; + cursor:pointer +} + +.selectableItem-1MP3MQ.selected-31soGA { + cursor:default +} + +.selectableItemLabel-1RKQjD { + font-size:16px; + position:relative; + top:1px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.theme-light .selectableItem-1MP3MQ { + color:#4f545c +} + +.theme-light .selectableItem-1MP3MQ:hover { + background-color:#dcddde +} + +.theme-dark .selectableItem-1MP3MQ { + color:#f6f6f7 +} + +.theme-dark .selectableItem-1MP3MQ:hover { + background-color:rgba(32, + 34, + 37, + .6) +} + +.size10-39i14u { + font-size:10px +} + +.size12-3R0845 { + font-size:12px +} + +.size14-3iUx6q { + font-size:14px +} + +.size16-14cGz5 { + font-size:16px +} + +.size18-3EXdSj { + font-size:18px +} + +.size20-2QkeeC { + font-size:20px +} + +.size22-3iBPR6 { + font-size:22px +} + +.size24-1ONE4K { + font-size:24px +} + +.size26-3MdnUv { + font-size:26px +} + +.size36-3O_2zN { + font-size:36px +} + +.popoutList-T9CKZQ { + border-radius:5px; + padding:10px 10px 0 +} + +.popoutListInput-1l9TUI { + width:100% +} + +.popoutListEmpty-voOEBJ { + cursor:default; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:8px 10px 0; + margin:2px 4px 2px 0 +} + +.theme-light .popoutList-T9CKZQ { + background:#fff +} + +.theme-light .popoutListEmpty-voOEBJ { + color:#4f545c +} + +.theme-dark .popoutList-T9CKZQ { + background:#36393f +} + +.theme-dark .popoutListEmpty-voOEBJ { + color:#f6f6f7 +} + +.phoneFieldPopout-7PzjOO { + width:220px; + height:240px; + position:absolute; + top:40px; + left:0 +} + +.phoneFieldPopout-7PzjOO .phoneFieldScroller-1rORCK { + height:196px; + padding-bottom:10px +} + +.phoneFieldPopout-7PzjOO .countryItem-2OHkzd { + width:100% +} + +.phoneFieldPopout-7PzjOO .countryName-1Qmnov { + font-size:13px; + line-height:18px; + margin-right:8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.phoneFieldPopout-7PzjOO .countryCode-1zrlUB { + font-weight:600; + font-size:13px; + text-align:right +} + +.theme-light .phoneFieldPopout-7PzjOO .countryName-1Qmnov { + color:#72767d +} + +.theme-light .phoneFieldPopout-7PzjOO .countryCode-1zrlUB { + color:#4f545c +} + +.theme-dark .phoneFieldPopout-7PzjOO .countryName-1Qmnov { + color:#b9bbbe +} + +.theme-dark .phoneFieldPopout-7PzjOO .countryCode-1zrlUB { + color:#f6f6f7 +} + +.darkElevationLow-DABD7i { + -webkit-box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.darkElevationHigh-6iWpWi { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.darkElevationBorderLow-39dDV7 { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.darkElevationBorderHigh-2U1nXW { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.lightElevationLow-3_Ybxi { + -webkit-box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.lightElevationHigh-3usmGv { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.lightElevationBorderLow-3APXjz { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.lightElevationBorderHigh-2T98IF { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .elevationLow-2lY09M { + -webkit-box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.theme-light .elevationHigh-3A9Xbf { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .elevationBorderLow-2qgTRQ { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.theme-light .elevationBorderHigh-2WYJ09 { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-dark .elevationLow-2lY09M { + -webkit-box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .elevationHigh-3A9Xbf { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .elevationBorderLow-2qgTRQ { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .elevationBorderHigh-2WYJ09 { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.outerContainer-2pDY4c { + position:relative +} + +.container-1uOKxa { + overflow:hidden +} + +.container-1uOKxa, +.innerContainer-20_g0H { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.countryCode-2YakYv { + padding:9px 8px; + line-height:normal; + white-space:nowrap +} + +.separator-39gxf1 { + width:1px; + background-color:var(--background-modifier-accent); + margin:8px 4px +} + +.popout-NCeqAn { + z-index:1 +} + +.hidden-2l9u-8 { + display:none +} + +.input-1CjGeR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.inputWrapper-3aw2Sf { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.inputField-4g7rSQ { + border:none; + background-color:transparent +} + +.applicationIcon-28iDrP { + margin-right:8px +} + +.guildBadge-3vRjwA { + position:relative; + margin-right:6px; + -ms-flex-negative:0; + flex-shrink:0; + width:25px; + height:25px +} + +.appIcon-lZGJcM { + display:inline-block +} + +.appIconSize-2ugydl { + width:100px; + height:100px +} + +.appIcon-lZGJcM, +.avatar-2Gi7sV, +.guildIcon-1PRDp6 { + margin-bottom:20px +} + +@media (max-height: 720px) { + .appIcon-lZGJcM, + .avatar-2Gi7sV, + .guildIcon-1PRDp6 { + margin-bottom:0; + width:64px; + height:64px + } + +} + +.inviteResolvingGuildName-bQULNl { + margin-top:8px +} + +.inviteResolvingGuildName-bQULNl, +.title-2_aCTw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.title-2_aCTw { + margin-top:4px; + color:var(--header-primary); + font-weight:600 +} + +@media (min-height: 640px) { + .title-2_aCTw { + margin-top:8px + } + +} + +.activityCount-2GgGMq { + margin-top:4px +} + +@media (min-height: 640px) { + .activityCount-2GgGMq { + margin-top:8px + } + +} + +.description-1u9Qui { + margin:4px 0; + color:#b9bbbe; + font-size:14px; + line-height:18px +} + +@media (min-height: 640px) { + .description-1u9Qui { + margin:8px 0 + } + +} + +.guildContainer-3vevW1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.appIn-_bj_p1 { + margin:4px 0 +} + +.appGuildName-2aGDAZ { + color:var(--header-primary) +} + +.transitionGroup-aR7y1d { + overflow:hidden; + position:relative +} + +.measurement-DMxQp7 { + overflow:hidden +} + +.measurementFill-31KKmO { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:100% +} + +.measurementFillStatic-MZ1pNY { + height:100% +} + +.animatedNode-5VAmrN { + width:100% +} + +.qrLogin-1AOZMt { + position:relative; + overflow:hidden; + width:240px; + height:344px +} + +.qrLogin-1AOZMt, +.qrLoginInner-c_7ePj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.qrLoginInner-c_7ePj { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:100% +} + +.qrCode-wG6ZgU { + -ms-interpolation-mode:nearest-neighbor; + image-rendering:-webkit-optimize-contrast; + image-rendering:-moz-crisp-edges; + image-rendering:-o-pixelated; + image-rendering:pixelated; + position:absolute; + padding: 8px; + border-radius: 4px; + background: rgb(255, 255, 255); +} + +.qrCodeContainer-3sXarj { + width:176px; + height:176px; + position:relative; + margin-bottom:32px +} + +.qrCodeContainer-3sXarj, +.qrCodeOverlay-qgtlTP { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.qrCodeOverlay-qgtlTP { + width:100%; + height:100%; + position:absolute; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.qrCodeOverlay-qgtlTP img { + width:50px; + height:50px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + image-rendering:crisp-edges +} + +.qrAvatar-8_WYAf { + margin-bottom:32px +} + +.startOverButton-3q0wUV { + color:#7289da; + margin-top:16px +} + +.verticalSeparator-3huAjp { + margin:0 32px; + border:1px solid var(--background-modifier-accent) +} + +@media (max-width: 830px) { + .qrLogin-1AOZMt, + .verticalSeparator-3huAjp { + display:none + } + +} + +.column-3OSB2u { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding:32px +} + +.column-3OSB2u:nth-child(odd) { + background-color:var(--background-secondary) +} + +.column-3OSB2u:nth-child(2n) { + background-color:var(--background-primary) +} + +.column-3OSB2u:first-child { + padding-left:32px +} + +.column-3OSB2u:last-child { + padding-right:32px +} + +.container-1WbC0Y { + padding:0; + overflow:hidden +} + +.content-3vcdXQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.horizontalAuthBox-18f_tk { + width:960px +} + +.needAccount-23l_Wh { + font-size:14px; + line-height:16px +} + +.smallRegisterLink-2LCrMe { + display:inline-block; + margin-left:4px; + margin-bottom:0; + vertical-align:bottom; + padding:0 +} + +.mainLoginContainer-1ddwnR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.mobile-1ryxso { + width:100% +} + +.transition-27fFQS { + -webkit-transition:-webkit-transform .2s ease; + transition:-webkit-transform .2s ease; + transition:transform .2s ease; + transition:transform .2s ease, + -webkit-transform .2s ease +} + +.directionDown-26e7eE { + -webkit-transform:rotate3d(0, + 0, + -1, + 0deg); + transform:rotate3d(0, + 0, + -1, + 0deg) +} + +.directionRight-O8AY4M { + -webkit-transform:rotate3d(0, + 0, + -1, + 90deg); + transform:rotate3d(0, + 0, + -1, + 90deg) +} + +.directionLeft-O8iqia { + -webkit-transform:rotate3d(0, + 0, + -1, + -90deg); + transform:rotate3d(0, + 0, + -1, + -90deg) +} + +.directionUp-ZEk-_J { + -webkit-transform:rotate3d(0, + 0, + -1, + 180deg); + transform:rotate3d(0, + 0, + -1, + 180deg) +} + +.breadcrumbs-SOzMJD { + overflow:hidden +} + +.breadcrumbWrapper-WmDjgG { + font-weight:600; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.breadcrumbClickWrapper-TpEb92, +.breadcrumbFinalWrapper-3WqsGi { + overflow:hidden +} + +.breadcrumb-OALf_a { + font-size:14px +} + +.breadcrumbArrow-1bJVKv { + width:18px; + height:18px +} + +.interactiveBreadcrumb-3qFng9 { + cursor:pointer +} + +.theme-light .breadcrumbWrapper-WmDjgG { + color:#b9bbbe +} + +.theme-light .activeBreadcrumb-p6aw-F { + color:#4f545c +} + +.theme-dark .breadcrumbWrapper-WmDjgG { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .activeBreadcrumb-p6aw-F { + color:hsla(0, + 0%, + 100%, + .6) +} + +.error-20ZZpF { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:8px; + font-size:14px; + line-height:1.3; + font-weight:500; + padding:8px; + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.error-20ZZpF a { + color:#fff; + font-weight:600 +} + +.error-20ZZpF a:hover { + text-decoration:underline +} + +.icon-25oV0D { + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.text-1ebFA_ { + margin-left:10px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.backgroundRed-2jrPZy { + background-color:#f04747; + color:#fff +} + +.errorClose-19Dwss { + cursor:pointer; + -ms-flex-item-align:flex-center; + align-self:flex-center +} + +.errorClose-19Dwss, +.errorCloseIcon-3y2VHJ { + width:16px; + height:16px +} + +.backgroundTertiary-3PbXb3 { + background-color:var(--background-tertiary); + color:var(--interactive-active) +} + +.backgroundAccent-349kuI { + background-color:var(--background-accent); + color:#fff +} + +.row-2grg9k { + padding-top:20px +} + +.row-2grg9k:first-child { + padding-top:0 +} + +.section-1Hw6N9 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding-left:20px; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.section-1Hw6N9:first-child { + padding-left:0 +} + +.width100-2aXN2H { + width:100% +} + +.width75-3anqmd { + width:75% +} + +.width60-1v9DeU { + width:60% +} + +.width40-1Gna7C { + width:40% +} + +.width30-2P1hBi { + width:30% +} + +.width50-23-miv { + width:50% +} + +.width25-3DEhbv { + width:25% +} + +.cardIcon-3U4mwZ { + position:relative; + text-indent:-9999em; + -webkit-box-shadow:0 1px 3px rgba(0, + 0, + 0, + .1); + box-shadow:0 1px 3px rgba(0, + 0, + 0, + .1); + -webkit-transform-origin:50% 50%; + transform-origin:50% 50%; + -webkit-transform-style:preserve-3d; + transform-style:preserve-3d; + -webkit-transition:-webkit-transform .3s ease-in-out; + transition:-webkit-transform .3s ease-in-out; + transition:transform .3s ease-in-out; + transition:transform .3s ease-in-out, + -webkit-transform .3s ease-in-out +} + +.cardIcon-3U4mwZ:after, +.cardIcon-3U4mwZ:before { + -webkit-backface-visibility:hidden; + backface-visibility:hidden +} + +.cardIcon-3U4mwZ:before { + background-image:url(img/cd0d0b191b8251c1351a5747038011af.svg); + background-size:100% 100%; + border-radius:2px; + -webkit-backface-visibility:hidden; + backface-visibility:hidden; + -webkit-transform:rotateY(0deg); + transform:rotateY(0deg) +} + +.cardIcon-3U4mwZ:after, +.cardIcon-3U4mwZ:before { + content:""; + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + display:block +} + +.cardIcon-3U4mwZ:after { + background:url(img/7d1147d903beea4a0654d2b60837a1d6.svg); + background-size:100% 100%; + -webkit-transform:rotateY(180deg); + transform:rotateY(180deg) +} + +.cardIcon-3U4mwZ.visa-wmEUYN:before { + background-image:url(img/b614d13eb16fbcdbeacd6bad8b63460f.svg) +} + +.cardIcon-3U4mwZ.american-express-2JYHQz:before, +.cardIcon-3U4mwZ.amex-34lhch:before { + background-image:url(img/c1dcb16867925c58352de56605ee348d.svg) +} + +.cardIcon-3U4mwZ.discover-380k9c:before { + background-image:url(img/f88725d12c605f4875d3d57151c6f691.svg) +} + +.cardIcon-3U4mwZ.master-card-1eMGLE:before, +.cardIcon-3U4mwZ.mastercard-2PR9Wc:before { + background-image:url(img/9a3ebeaac711b37a91b7de9b3ae55b21.svg) +} + +.cardIcon-3U4mwZ.paypal-1_sEH-:before { + background-image:url(img/b5f7a9a2a7229d09a35be506bac28cfc.svg) +} + +.cardIcon-3U4mwZ.paymentRequest-7yBZCi:before { + background-image:url(img/cc937e858e11c0efe2457537c21c26c5.svg) +} + +.cardIcon-3U4mwZ.gPay-23y16H:before { + background-image:url(img/063c20d352db432fe0b7afa317cf40dc.svg) +} + +.cardIconSmall-2gJ6xX { + width:32px; + height:22px +} + +.cardIconMedium-1N98Bu { + width:64px; + height:44px +} + +.cardIconLarge-2Hh3T0 { + width:96px; + height:66px +} + +.cardIconXLarge-1hyB-0 { + width:128px; + height:88px +} + +.flipped-26DCUA { + -webkit-transform:rotateY(180deg); + transform:rotateY(180deg) +} + +.cardNumberWrapper-3YhV1H { + position:relative +} + +.cardIcon-8A8yRg { + position:absolute; + top:9px; + left:10px +} + +.cardNumberInput-3vDUEy { + padding-left:55px +} + +.buttonIcon-1BKzBu { + margin-right:8px +} + +.button-1vm4ZO { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.vertical-2oj55j .button-1vm4ZO { + margin-bottom:10px +} + +.vertical-2oj55j .button-1vm4ZO:last-child { + margin-bottom:0 +} + +.horizonal-2R4X-v .button-1vm4ZO { + margin-right:10px +} + +.horizonal-2R4X-v .button-1vm4ZO:last-child { + margin-right:0 +} + +.inputWrapper-2YCfto { + position:relative +} + +.paypalIcon-2dBx_b { + position:absolute; + top:9px; + left:8px; + z-index:1 +} + +.paypalInput-3MddcM { + padding-left:48px; + cursor:default +} + +.theme-dark .paypalInput-3MddcM, +.theme-dark .paypalInput-3MddcM:focus, +.theme-dark .paypalInput-3MddcM:hover, +.theme-light .paypalInput-3MddcM, +.theme-light .paypalInput-3MddcM:focus, +.theme-light .paypalInput-3MddcM:hover { + border-color:rgba(0, + 0, + 0, + .3) +} + +.cardNumberWrapper-3fnAdq { + position:relative +} + +.cardIcon-22ZAZn { + position:absolute; + top:9px; + left:10px +} + +.cardIcon-22ZAZn.submitting-1dY48P { + -webkit-animation:pulse-2sZk7o .75s ease-in-out infinite alternate; + animation:pulse-2sZk7o .75s ease-in-out infinite alternate +} + +.cardNumberInput-1EkDl_ { + padding-left:55px +} + +@-webkit-keyframes pulse-2sZk7o { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + to { + -webkit-transform:scale(.9); + transform:scale(.9); + opacity:.6 + } + +} + +@keyframes pulse-2sZk7o { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + to { + -webkit-transform:scale(.9); + transform:scale(.9); + opacity:.6 + } + +} + +.modal-1qeMox { + overflow-x:hidden; + min-height:180px +} + +.form-77IDep { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +.content-sp-7A3 { + padding-bottom:20px +} + +.modalTitle-3qb2Mp { + margin-bottom:10px +} + +.divider-3WKGWk { + border-top:1px solid; + margin:0 20px 12px +} + +.errorBlock-3se5QO { + margin-bottom:20px +} + +@media (max-width: 485px) and (max-height: 450px) { + .form-77IDep { + display:block + } + + .content-sp-7A3 { + height:auto + } + +} + +.theme-light .divider-3WKGWk { + border-color:rgba(220, + 221, + 222, + .6) +} + +.theme-dark .divider-3WKGWk { + border-color:#2f3136 +} + +.pageActions-1SVAnA { + border-radius:3px; + padding:20px 0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.pageButtonNext-V2kUq0, +.pageButtonPrev-1Y-47D { + padding:14px; + cursor:pointer; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:42px; + height:42px; + -webkit-transition:all .2s ease; + transition:all .2s ease; + border:1px solid var(--interactive-normal); + color:var(--interactive-normal) +} + +.pageButtonNext-V2kUq0:hover, +.pageButtonPrev-1Y-47D:hover { + border-color:var(--interactive-hover); + color:var(--interactive-hover) +} + +.pageButtonNext-V2kUq0.disabled-BrLY9Y, +.pageButtonPrev-1Y-47D.disabled-BrLY9Y { + cursor:not-allowed; + border-color:var(--interactive-muted); + color:var(--interactive-muted) +} + +.pageButtonIcon-27P-7s { + width:14px; + height:14px +} + +.pageButtonPrev-1Y-47D { + border-radius:3px 0 0 3px +} + +.pageButtonNext-V2kUq0 { + border-radius:0 3px 3px 0 +} + +.pageIndicator-1gAbyA { + padding:12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:14px; + border-color:var(--interactive-muted); + border-style:solid; + border-width:1px 0 +} + +.assetWrapper-3GNt0z { + position:relative; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.lottieCanvas-1W7L-f { + height:100%; + left:0; + position:absolute; + top:0; + width:100% +} + +.pngImage-33yLRP, +.roundedMask-3rB_-f { + display:block; + height:100%; + width:100% +} + +.roundedMask-3rB_-f { + position:absolute; + left:0; + top:0 +} + +.errorContent-2z-hpw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.shape-2kfO2v { + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:default; + display:block +} + +.error-3sSo0R, +.shape-2kfO2v { + width:100%; + height:100%; + background-color:var(--background-modifier-active) +} + +.error-3sSo0R { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + font-weight:600; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.errorIcon-16FWDW { + color:var(--header-secondary) +} + +.errorText-2KbYvF { + margin-top:4px +} + +.descriptionWrapper-1YBY_J { + margin-left:14px +} + +.subText-V8PTt8 { + font-size:14px; + margin-top:4px +} + +.indicator-2Qs3-E { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:11px; + height:14px; + padding:0 4px; + margin-left:8px; + letter-spacing:.4px; + text-align:center; + border-radius:3px; + font-weight:700 +} + +.theme-light .description-HxwDO4, +.theme-light .descriptionWrapper-1YBY_J { + color:#72767d +} + +.theme-light .defaultIndicator-G3c16x { + background-color:#4f545c; + color:#fff +} + +.theme-light .premiumIndicator-1XvbfM { + background-color:#7289da; + color:#fff +} + +.theme-light .invalidIndicator-3Buq_- { + background-color:#f04747; + color:#fff +} + +.theme-dark .description-HxwDO4 { + color:#dcddde +} + +.theme-dark .descriptionWrapper-1YBY_J { + color:#72767d +} + +.theme-dark .defaultIndicator-G3c16x { + background-color:#4f545c; + color:#fff +} + +.theme-dark .premiumIndicator-1XvbfM { + background-color:#7289da; + color:#fff +} + +.theme-dark .invalidIndicator-3Buq_- { + background-color:#f04747; + color:#fff +} + +.payment-xT17Mq { + width:100% +} + +.hoverablePayment-Yc6mK7 { + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease +} + +.expandInfo-2ApsVK { + padding:20px +} + +.summaryInfo-2QFKUg { + cursor:pointer; + padding:20px +} + +.expandedInfo-3kfShd { + margin:0 20px 20px; + padding:20px; + border-radius:5px +} + +.paymentHeader-3QlZQi { + font-size:16px; + font-weight:600; + margin-bottom:8px; + padding-top:20px; + border-top:1px solid; + margin-top:20px +} + +.paymentHeader-3QlZQi:first-child { + border-top:none; + padding-top:0; + margin-top:0 +} + +.paymentText-2vaF7U { + font-size:14px; + line-height:1.4 +} + +.paymentBreakdown-28CAO8 { + padding-top:10px +} + +.paymentDetail-aFXa-m { + margin-top:12px +} + +.paymentDetail-aFXa-m:first-child, +.paymentDetail-aFXa-m:last-child { + margin-top:20px +} + +.date-2Qr15l { + width:20% +} + +.amount-ukM6w- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-line-pack:center; + align-content:center; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.statusTag-22YO6d { + border-radius:3px; + display:block; + margin-right:20px; + padding:0 4px; + overflow:hidden; + height:14px; + max-width:180px; + color:#fff; + font-size:11px; + font-weight:500; + letter-spacing:.4px; + line-height:14px; + text-overflow:ellipsis; + white-space:nowrap +} + +.statusTagGreen-1YzpdX { + background-color:#43b581 +} + +.statusTagRed-2Xg3v3 { + background-color:#f04747 +} + +.statusTagGrey-2_qq8q { + background-color:#747f8d +} + +.price-2pVkRt { + white-space:nowrap +} + +.description-RQzS-K { + -webkit-box-flex:1; + -ms-flex:1 1 50%; + flex:1 1 50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-right:8px +} + +.descriptionIcon-1UHIIr { + margin-right:10px; + -ms-flex-negative:0; + flex-shrink:0; + background-repeat:no-repeat; + background-position:50% +} + +.expand-1g95ZR { + margin-left:20px; + width:24px; + height:24px +} + +.refundSubHeader-3hp-GM { + margin:20px 0 8px; + font-size:12px; + font-weight:600 +} + +.refundSelect-JoPzvz { + margin-right:12px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.refundCriteria-o9V-c2 { + margin-right:32px +} + +.refundCriteriaIcon-Ta3gtw { + width:16px; + height:16px; + margin-right:8px +} + +.giftIcon-3DRGI6 { + margin-left:10px; + width:16px; + height:16px +} + +@media (max-width: 800px) { + .refundCriteria-o9V-c2 { + margin-right:16px + } + +} + +.compact-3q6200 .amount-ukM6w- { + -webkit-box-orient:vertical; + -webkit-box-direction:reverse; + -ms-flex-direction:column-reverse; + flex-direction:column-reverse; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + width:20% +} + +.compact-3q6200 .summaryInfo-2QFKUg { + padding:16px 20px +} + +.compact-3q6200 .amount-ukM6w-, +.compact-3q6200 .date-2Qr15l, +.compact-3q6200 .description-RQzS-K { + text-transform:unset +} + +.compact-3q6200 .date-2Qr15l { + opacity:.6 +} + +.compact-3q6200 .descriptionIcon-1UHIIr { + width:40px; + height:40px +} + +.compact-3q6200 .statusTag-22YO6d { + margin:8px 0 0 +} + +.compact-3q6200 .expand-1g95ZR { + margin-left:8px +} + +.compact-3q6200 .date-2Qr15l { + width:unset; + font-size:12px; + line-height:16px +} + +.compact-3q6200 .description-RQzS-K { + text-transform:unset; + width:unset; + -webkit-box-flex:1; + -ms-flex:1 1 55%; + flex:1 1 55% +} + +.theme-light .summaryInfo-2QFKUg { + color:#4f545c +} + +.theme-light .payment-xT17Mq { + background-color:#f6f6f7 +} + +.theme-light .paymentHeader-3QlZQi { + border-color:#4f545c +} + +.theme-light .expandedInfo-3kfShd { + background-color:#dcddde +} + +.theme-light .paymentText-2vaF7U { + color:#36393f +} + +.theme-light .giftIcon-3DRGI6 { + color:#4f545c +} + +.theme-dark .summaryInfo-2QFKUg { + color:#f6f6f7 +} + +.theme-dark .payment-xT17Mq { + background-color:#2f3136; + color:#b9bbbe +} + +.theme-dark .hoverablePayment-Yc6mK7:hover { + background-color:#23262a +} + +.theme-dark .paymentHeader-3QlZQi { + color:#fff; + border-color:#4f545c +} + +.theme-dark .expandedInfo-3kfShd { + background-color:#36393f +} + +.theme-dark .paymentText-2vaF7U { + color:#b9bbbe +} + +.theme-dark .giftIcon-3DRGI6 { + color:#fff; + opacity:.6 +} + +.paymentPane-3bwJ6A { + border-radius:5px; + overflow:hidden +} + +.paymentRow-2e7VM6 { + cursor:default +} + +.paymentRowHeader-2sfDdN { + font-size:12px; + font-weight:600; + margin-right:44px; + padding:20px +} + +.paymentRowHeaderDescription-4bm8wL { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 50%; + flex:1 1 50%; + margin-left:8px +} + +.tab-1kx2RU { + padding-bottom:12px; + margin-left:12px; + font-size:14px; + font-weight:600 +} + +.tab-1kx2RU:first-child { + margin-left:0 +} + +.externalRow-EXU9l7 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:5px; + margin-bottom:20px; + padding:20px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.externalRowHeader-2-8cG6 { + font-size:16px +} + +.externalRowBody-3PrFmM { + font-size:14px; + line-height:18px; + margin-top:8px; + color:var(--text-muted) +} + +.bottomDivider-1K9Gao { + border-bottom-width:1px; + border-bottom-style:solid +} + +.bottomDivider-1K9Gao:last-child { + border-bottom:none +} + +.verticalFit-waKLYN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.theme-light .paymentPane-3bwJ6A { + background-color:#f6f6f7; + color:#4f545c +} + +.theme-light .paginator-166-09 { + background:#f6f6f7; + border-top:0; + color:#4f545c +} + +.theme-light .bottomDivider-1K9Gao { + border-bottom-color:#dcddde +} + +.theme-light .externalRowHeader-2-8cG6 { + color:#4f545c +} + +.theme-dark .paymentPane-3bwJ6A { + background-color:#2f3136; + color:#f6f6f7 +} + +.theme-dark .paginator-166-09 { + background:#2f3136 +} + +.theme-dark .bottomDivider-1K9Gao { + border-bottom-color:#36393f +} + +.theme-dark .tab-1kx2RU { + color:#72767d +} + +.theme-dark .externalRowHeader-2-8cG6 { + color:#dcddde +} + +.card-19w55y { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + background:#36393f; + border-color:#36393f; + height:100vh; + max-height:100vh +} + +.title-3TRLpl { + display:none +} + +@media (min-width: 486px) { + .card-19w55y { + margin:16px; + padding:20px; + max-width:720px; + height:auto + } + + .title-3TRLpl { + display:block; + margin:20px 0 16px + } + +} + +.wrapper-1P_m9K svg { + display:block +} + +.tier2Animation-M5D31n { + position:relative +} + +.panningAnimation-38NjY9 { + position:absolute; + top:0; + left:0; + bottom:20px; + right:0; + overflow:hidden +} + +.panningAnimationInner-2-99fl { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-size:100% 100% +} + +.tier2Background-gCUPNQ { + opacity:.2; + background-image:url(img/8d2cc61d9f06d4b1fb0e3b15b36b2817.svg) +} + +.tier2Foreground-2tYn8P { + background-image:url(img/88635b43b1f70f094f034b1cce8ab329.svg) +} + +.guildWrapper-13lnzT { + position:relative +} + +.guildBackground-3UtSZ2 { + top:0; + left:0; + bottom:0; + right:0 +} + +.guildBackground-3UtSZ2, +.guildStar-35l026 { + position:absolute +} + +.header-1F6gxU { + background-image:url(img/013c5f80926ca992c0d708af8ff334ea.svg); + background-position:top; + background-repeat:no-repeat; + background-size:cover; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:132px +} + +.animation-3YKWGa { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.headerTitle-1_9Kor { + background-image:url(img/bb0498a0c697a956f54f2b26216d6a2e.svg); + height:28px; + width:60px +} + +.header-1F6gxU .closeButton-23VgYF { + position:absolute; + right:12px; + top:12px; + color:#fff; + opacity:.8 +} + +.header-1F6gxU .closeButton-23VgYF:hover { + opacity:1 +} + +.modal-3Msmb3 { + overflow-x:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.planSelector-2xxBP_ { + margin-top:20px +} + +.form-2d3M9m { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + max-height:660px +} + +.divider-1que2t { + position:relative; + border-top:1px solid; + margin:0 20px +} + +.content-PS26MV { + margin-bottom:20px +} + +.giftToggle-3G-6sw { + margin-top:16px +} + +.formTitle-1_5gw4 { + margin:20px 0 10px +} + +.errorBlock-1yXil7, +.purchaseTerms-1aF7k1 { + margin-top:20px +} + +.invalidIcon-1uHQWY { + width:18px; + height:18px; + padding:0 1px +} + +.choosePaymentSourceType-2Q_3qs { + margin-top:20px +} + +.buyButtonTooltipWrapper-3ISTfu { + position:relative +} + +.buyButtonTooltipTarget-2JtpkN { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + z-index:1; + cursor:not-allowed +} + +.backButtonSize-4hJ3lM { + height:38px; + width:auto +} + +.backButton-14DZbs { + padding:0 +} + +.backButton-14DZbs:hover { + text-decoration:underline +} + +.modalContent-3rVa23 { + -webkit-overflow-scrolling:touch +} + +@media (max-width: 485px) and (max-height: 550px) { + .form-2d3M9m { + display:block + } + + .modalContent-3rVa23 { + height:auto + } + +} + +.theme-dark .divider-1que2t { + border-color:#2f3136 +} + +.theme-dark .backButtonColor-N09dXJ { + color:#fff +} + +.theme-dark .checkboxLabel-3WoD3k { + color:#b9bbbe +} + +.theme-light .divider-1que2t { + border-color:rgba(220, + 221, + 222, + .6) +} + +.theme-light .backButtonColor-N09dXJ { + color:#4f545c +} + +.theme-light .checkboxLabel-3WoD3k { + color:#b9bbbe +} + +.awaitingAuthenticationStep-3mW1JG, +.body-31Cs__ { + padding-top:16px +} + +.paymentSourceLabel-1lo4Ca { + margin-left:8px; + line-height:22px +} + +.paymentSourceLabel-1lo4Ca:first-child { + margin-left:0 +} + +.theme-dark .error-tDF6fl, +.theme-light .error-tDF6fl { + color:#f04747 +} + +.copyInput-2rOSt7 { + overflow:hidden; + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + border:1px solid; + cursor:pointer; + border-radius:3px; + height:40px +} + +.copyInputError-WlP8ke { + border-color:#f04747 +} + +.copyInputSuccess-XZc7BO { + border-color:#43b581 +} + +.layout-17VGBm { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.inputWrapper-2YT_dU { + position:relative +} + +.button-38qaLQ { + margin:4px 4px 4px 0; + padding:2px 20px!important; + border-radius:2px; + -webkit-transition:background-color .2s ease-in-out, + color .2s ease-in-out; + transition:background-color .2s ease-in-out, + color .2s ease-in-out +} + +.hiddenMessage-1iiFV5, +.input-31cgnL { + position:relative; + font-size:16px; + line-height:20px; + background-color:transparent; + padding:10px 0 10px 10px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.input-31cgnL { + width:100%; + min-width:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + border:none; + -webkit-transition:color .15s ease; + transition:color .15s ease; + cursor:text +} + +.inputError-reIyaS { + color:#f04747 +} + +.inputSuccess-3U9sNd { + color:#43b581 +} + +.hiddenMessage-1iiFV5 { + z-index:0; + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.inputHidden-1K-bD4 { + visibility:hidden +} + +.theme-light .copyInput-2rOSt7 { + background-color:rgba(79, + 84, + 92, + .02) +} + +.theme-light .copyInputDefault-21sXtF { + border-color:rgba(79, + 84, + 92, + .3) +} + +.theme-light .hiddenMessage-1iiFV5, +.theme-light .inputDefault-A2ud2y { + color:#4f545c +} + +.theme-light .hiddenMessage-1iiFV5::-webkit-input-placeholder, +.theme-light .inputDefault-A2ud2y::-webkit-input-placeholder { + color:rgba(79, + 84, + 92, + .3) +} + +.theme-light .hiddenMessage-1iiFV5::-moz-placeholder, +.theme-light .inputDefault-A2ud2y::-moz-placeholder { + color:rgba(79, + 84, + 92, + .3) +} + +.theme-light .hiddenMessage-1iiFV5:-ms-input-placeholder, +.theme-light .inputDefault-A2ud2y:-ms-input-placeholder { + color:rgba(79, + 84, + 92, + .3) +} + +.theme-light .hiddenMessage-1iiFV5::placeholder, +.theme-light .inputDefault-A2ud2y::placeholder { + color:rgba(79, + 84, + 92, + .3) +} + +.theme-dark .copyInput-2rOSt7 { + background-color:rgba(0, + 0, + 0, + .1) +} + +.theme-dark .copyInputDefault-21sXtF { + border-color:rgba(0, + 0, + 0, + .3) +} + +.theme-dark .hiddenMessage-1iiFV5, +.theme-dark .inputDefault-A2ud2y { + color:#f6f6f7 +} + +.theme-dark .hiddenMessage-1iiFV5::-webkit-input-placeholder, +.theme-dark .inputDefault-A2ud2y::-webkit-input-placeholder { + color:rgba(246, + 246, + 247, + .3) +} + +.theme-dark .hiddenMessage-1iiFV5::-moz-placeholder, +.theme-dark .inputDefault-A2ud2y::-moz-placeholder { + color:rgba(246, + 246, + 247, + .3) +} + +.theme-dark .hiddenMessage-1iiFV5:-ms-input-placeholder, +.theme-dark .inputDefault-A2ud2y:-ms-input-placeholder { + color:rgba(246, + 246, + 247, + .3) +} + +.theme-dark .hiddenMessage-1iiFV5::placeholder, +.theme-dark .inputDefault-A2ud2y::placeholder { + color:rgba(246, + 246, + 247, + .3) +} + +.blurb-143skT { + margin-top:10px; + font-size:16px; + line-height:1.44; + text-align:center; + max-width:360px +} + +.divider-2rujXH { + width:100%; + height:1px; + margin:20px 0 +} + +.subtext-2QfZHv { + font-size:12px; + line-height:14px; + margin-top:8px +} + +.installSelector-1OcF6d, +.storeTerms-3G4Jo7 { + width:100% +} + +.confirmButton-1ktpa8, +.header-1fmANI, +.icon-3w4Cq1, +.storeTerms-3G4Jo7 { + margin-top:20px +} + +.termsCheckbox-3YWF9A { + margin-bottom:10px +} + +.termsCheckbox-3YWF9A:last-child { + margin-bottom:0 +} + +.header-1fmANI { + font-size:20px +} + +.theme-dark .header-1fmANI { + color:#fff +} + +.theme-dark .blurb-143skT, +.theme-dark .storeTerms-3G4Jo7, +.theme-dark .subtext-2QfZHv { + color:#b9bbbe +} + +.theme-dark .divider-2rujXH { + background-color:rgba(47, + 49, + 54, + .6) +} + +.theme-light .header-1fmANI { + color:#36393f +} + +.theme-light .blurb-143skT, +.theme-light .storeTerms-3G4Jo7, +.theme-light .subtext-2QfZHv { + color:#72767d +} + +.theme-light .divider-2rujXH { + background-color:rgba(220, + 221, + 222, + .6) +} + +.radioBar-bMNUI- { + border-left:3px solid var(--radio-bar-accent-color); + border-radius:4px; + display:grid; + grid-template-columns:auto 1fr; + grid-gap:8px +} + +.item-26Dhrx[aria-checked=true] { + background-color:var(--background-tertiary); + color:var(--interactive-active) +} + +.radioIconForeground-XwlXQN { + color:var(--radio-group-dot-foreground) +} + +.item-26Dhrx { + background-color:var(--background-secondary); + color:var(--interactive-normal); + cursor:pointer; + border-radius:3px; + display:block +} + +.item-26Dhrx:hover:not([aria-checked=true]) { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.item-26Dhrx:active:not([aria-checked=true]) { + background-color:var(--background-modifier-active); + color:var(--interactive-active) +} + +.tooltipWrapper-3VcaN6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.tooltipWrapper-3VcaN6:last-child { + margin:0 +} + +.disabled-1FsPTr { + opacity:.3; + cursor:not-allowed +} + +.info-3LOr12 { + margin-right:8px; + width:100%; + display:grid; + grid-gap:4px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.title-3BE6m5 { + font-weight:600 +} + +.table-39R0Oe { + background-color:var(--background-secondary); + border-radius:4px; + padding:16px +} + +.header-2fYolP { + color:var(--interactive-active); + font-weight:600; + margin-bottom:8px +} + +.header-2fYolP, +.rowBase-19ReVc { + font-size:16px; + line-height:20px +} + +.rowBase-19ReVc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-weight:500 +} + +.rowBase-19ReVc:not(:last-child) { + margin-bottom:8px +} + +.row-gSQ6pC { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + color:var(--interactive-normal) +} + +.row-gSQ6pC, +.rowAmount-2vWhGc { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.rowAmount-2vWhGc { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.rowPercentDiscount-1Ip6TE { + margin-left:8px; + background-color:#43b581; + color:#fff; + padding:2px 4px; + border-radius:2px; + font-size:12px; + line-height:16px +} + +.rowDiscountOriginalPrice-3ZHMbT { + color:var(--text-muted); + font-size:14px; + font-weight:500; + line-height:16px; + margin:-4px 0 4px; + text-align:right; + text-decoration:line-through +} + +.entitlementDiscountRow-1PWKPc { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + color:#43b581 +} + +.divider-35lQBz { + background-color:var(--background-modifier-accent); + height:1px; + margin:16px 0 +} + +.dividerExtended-3N_mcn { + height:4px; + margin-left:-16px; + margin-right:-16px +} + +.totalRow-br_EPR { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.totalLabel-kW8CA9 { + color:var(--interactive-normal); + font-size:16px; + font-weight:500; + line-height:20px +} + +.totalAmount-QMwGZT, +.totalLabel-kW8CA9 strong { + color:var(--interactive-active); + font-weight:600 +} + +.finePrint-aNvLWf { + color:var(--text-normal); + font-size:12px; + line-height:16px; + font-weight:500; + margin:16px 0 +} + +.pricePerInterval-WZc5oR { + color:var(--interactive-normal); + font-size:16px; + font-weight:400; + line-height:20px +} + +.pricePerInterval-WZc5oR strong { + color:var(--interactive-active); + font-size:24px; + font-weight:600; + line-height:30px +} + +.wrapper-3xYGNM { + border-radius:4px; + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease +} + +.wrapperActive-1eM2cQ { + background-color:var(--background-modifier-accent) +} + +.link-3dHnkW { + color:var(--interactive-active); + font-size:14px; + font-weight:600; + line-height:18px +} + +.note-3f9OXN { + margin-top:20px; + position:relative; + font-size:12px +} + +.note-3f9OXN~.note-3f9OXN { + margin-top:8px +} + +.icon-gt7KBA { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.large-2kb0Cr { + width:20px; + height:20px +} + +.small-1Htrse { + width:14px; + height:14px +} + +.colorWarning-2efEE- { + color:#faa61a +} + +.colorError-2vGbJj { + color:#f04747 +} + +.colorPrimary-3hws2f { + color:var(--text-muted) +} + +.content-1YdlXf { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +.breadcrumbsWrapper-3avBWN { + border-bottom:1px solid var(--background-modifier-accent); + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin:0 16px; + padding:16px 0 +} + +.bodyWrapper-3GGwfp { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:100%; + min-height:0; + position:relative +} + +.scroller-3tPHw0 { + height:100%; + padding:0 16px 16px +} + +.errorBlockWrapper-1ZfYVz { + padding:16px 16px 0 +} + +.paymentNote-3NUaTF { + padding:0 16px +} + +.loadingBlock-2I2zJI { + height:192px +} + +.sequencer-2GXxB2 { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.sequencerInner-3_gwOO { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.skuButtons-3KnDcG { + padding:0 8px 0 16px +} + +.button-3Wn6-1 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:#fff; + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:258px; + border-radius:8px; + padding:24px; + position:relative; + margin-bottom:16px +} + +.tier2-3pW_6T { + background-image:linear-gradient(32deg, + #b473f5, + #e292aa) +} + +.tier1-UUxEBG { + background-image:linear-gradient(32deg, + #738ef5, + #b3aeff 75.25%) +} + +.tier2Image-1_9GtA { + background-image:url(img/27ed7eb4a867f79c70615b9e9e68fe5b.svg); + height:237px; + width:297px +} + +.tier1Image-3ShgQH, +.tier2Image-1_9GtA { + position:absolute; + bottom:0; + right:0 +} + +.tier1Image-3ShgQH { + background-image:url(img/fd8340095bf2e0c2b9bf4d5912c02c63.svg); + height:234px; + width:279px +} + +.tierTitle-24KvK4 { + margin-bottom:16px +} + +.text-1AMsjB { + width:160px; + font-size:16px; + line-height:20px; + font-weight:500 +} + +.description-1XiJ8P { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-bottom:16px +} + +.priceWrapper-3ug9CZ { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.price-3ihUyv, +.price-3ihUyv strong { + color:#fff +} + +.subscriptionCostRowAmount-15tMYg { + font-weight:500 +} + +.subscriptionCostRow-3imIke { + color:var(--header-primary) +} + +.invoiceItemLabelWithIcon-1wBD7Y { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.invoiceItemLabelIcon-2DH7qm { + color:var(--interactive-normal); + margin-left:8px; + height:14px; + width:14px +} + +.invoiceItemTooltip-2dMGk8 { + max-width:240px +} + +.invoiceItemTooltip-2dMGk8 p { + margin:0 +} + +.invoiceItemTooltip-2dMGk8 strong { + font-weight:700 +} + +.subscriptionDetailsToggle-3dzjj6 { + color:var(--text-normal); + font-size:12px; + line-height:16px; + font-weight:500; + margin:-16px 0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding:16px 0; + cursor:pointer +} + +.subscriptionDetailsToggleCaret-vbWnyU { + margin-left:6px; + height:16px; + width:16px +} + +.subscriptionPeriodResetNotice-b5C4Ac { + color:var(--text-normal); + font-size:16px; + line-height:20px; + font-weight:500; + margin-bottom:16px +} + +.subscriptionAddedInvoiceItem-2V_n7J { + color:#43b581 +} + +.headerBackground-23gIwK { + position:relative; + top:-20px; + left:-20px; + right:-20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:20px; + min-height:77px; + width:100% +} + +.tier1HeaderBackground-3LjWgU { + background-color:#7289da +} + +.tier2HeaderBackground-2BUqcl { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#b473f5), + to(#e292aa)); + background-image:linear-gradient(90deg, + #b473f5, + #e292aa) +} + +.closeIcon-1Te9hO { + opacity:1 +} + +.headerTop-Bg0929 { + position:relative; + width:100% +} + +.headerIcon-1OW_re { + width:auto; + height:22px +} + +.headerIcon-1OW_re.tier1-ObWVGJ { + height:35px +} + +.price-1rEl-z { + position:relative; + margin-top:20px; + padding:2px 12px; + font-weight:500; + font-size:14px; + line-height:1.71; + color:#7289da; + background-color:#fff; + border-radius:3px; + -ms-flex-item-align:end; + align-self:flex-end +} + +.closeButton-2PEpYG { + color:#fff!important +} + +.closeButton-2PEpYG:hover { + background-color:hsla(0, + 0%, + 100%, + .04)!important +} + +.theme-dark .closeIcon-1Te9hO { + color:#f6f6f7 +} + +.theme-dark .headerIcon-1OW_re, +.theme-light .closeIcon-1Te9hO, +.theme-light .headerIcon-1OW_re { + color:#fff +} + +.modalHeader-1a6oWz { + margin-bottom:-20px; + padding-bottom:0 +} + +.header-jiLdx9 { + -ms-flex-negative:0; + flex-shrink:0 +} + +.headerAnimation-pQYQcu { + position:absolute; + top:0; + right:0; + bottom:-20px; + left:50%; + min-width:440px; + overflow:hidden; + -webkit-transform:translateX(-50%); + transform:translateX(-50%); + width:100% +} + +.header-RSCE0X { + color:#fff; + overflow-x:visible; + position:relative; + min-height:77px; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.headerTier1-2Ckjmd { + background-color:#7289da +} + +.headerTier2-3FKMxd { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#b473f5), + to(#e292aa)); + background-image:linear-gradient(90deg, + #b473f5, + #e292aa) +} + +.header-RSCE0X .closeButton-52_sX- { + position:absolute; + top:16px; + right:16px; + color:#fff; + opacity:.8 +} + +.header-RSCE0X .closeButton-52_sX-:hover { + opacity:1 +} + +.headerLogo-3yYMKQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + position:relative; + z-index:1 +} + +.headerLogoWordmark-3s0bFX { + width:auto; + height:15px +} + +.headerLogoTier2-K7zsGB { + width:auto; + height:22px +} + +.headerLogoTier1-tgveOB { + width:auto; + height:35px +} + +.headerAnimationWrapper-1W2JzL { + bottom:-20px; + overflow:hidden; + z-index:0 +} + +.headerAnimation-3SJLN4, +.headerAnimationWrapper-1W2JzL { + position:absolute; + top:0; + right:0; + width:100% +} + +.headerAnimation-3SJLN4 { + bottom:0; + left:50%; + min-width:440px; + -webkit-transform:translateX(-50%); + transform:translateX(-50%) +} + +.reviewLoader-3EALfL { + margin-top:16px +} + +.invoiceHeader-3VOJTm { + margin:16px 0 8px +} + +.invoice-28DmWy { + margin-bottom:16px +} + +.paymentSourceWrapper-2dIzE4 { + margin:16px 0 +} + +.paymentSourceOptionalWarning-bonA40 { + margin-top:16px; + color:var(--text-normal) +} + +.contentWrapper-2H52F3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +@media (max-width: 485px) { + .shaker-35cz7E { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex + } + + .root-1ANs48 { + width:100vw; + border-radius:0 + } + +} + +.trialCheckbox-2rz9Q1 { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.trialCheckboxLabel-3DxtAL { + font-size:14px; + line-height:18px +} + +.shinyButton-3uFlM- { + overflow:hidden +} + +.buttonShine-1CSUM8 { + -webkit-animation-delay:.75s; + animation-delay:.75s; + -webkit-animation-duration:2s; + animation-duration:2s; + -webkit-animation-name:Shine-2sIJ1p; + animation-name:Shine-2sIJ1p; + -webkit-animation-iteration-count:infinite; + animation-iteration-count:infinite; + -webkit-animation-timing-function:ease-in-out; + animation-timing-function:ease-in-out; + color:hsla(0, + 0%, + 100%, + .1) +} + +.shineContainer-1HHuZ1 { + position:absolute; + top:-50%; + bottom:0; + right:0 +} + +.shineContainerDefault-2bbFgu { + left:-50% +} + +.shineContainerSmall-1MIVgq { + left:-100% +} + +.shine-2f1uEU { + background-color:currentColor; + height:300%; + position:relative; + top:-100%; + -webkit-transform:rotate(30deg); + transform:rotate(30deg); + width:56px +} + +.shinePaused-1D7eIe { + -webkit-animation-play-state:paused; + animation-play-state:paused +} + +.shineInner-fWUhvE { + background-color:currentColor; + height:100%; + width:16px +} + +@-webkit-keyframes Shine-2sIJ1p { + 0% { + -webkit-transform:translate3d(-50%, + 0, + 0); + transform:translate3d(-50%, + 0, + 0) + } + + to { + -webkit-transform:translate3d(200%, + 0, + 0); + transform:translate3d(200%, + 0, + 0) + } + +} + +@keyframes Shine-2sIJ1p { + 0% { + -webkit-transform:translate3d(-50%, + 0, + 0); + transform:translate3d(-50%, + 0, + 0) + } + + to { + -webkit-transform:translate3d(200%, + 0, + 0); + transform:translate3d(200%, + 0, + 0) + } + +} + +.animationContainer-cNePAf, +.container-2mdxGH { + position:relative; + z-index:0 +} + +.animationContainer-cNePAf { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:8px; + overflow:hidden +} + +.svgBorder-1CQ67m { + position:absolute; + top:-1px; + left:-1px; + height:calc(100% + 2px); + width:calc(100% + 2px); + z-index:1 +} + +.svgCopy-3RgiTa { + display:block +} + +.animationContainer-cNePAf { + color:var(--header-primary) +} + +.shine-KMI5j7 { + color:hsla(0, + 0%, + 100%, + .5) +} + +.confirmation-NXinYV { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:64px +} + +.banner-2TeZN0, +.text-1F94k4 { + margin-bottom:16px +} + +.text-1F94k4 { + color:var(--interactive-normal); + font-size:16px; + font-weight:500; + line-height:20px; + text-align:center +} + +.shaker-1QVc6p { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + max-height:660px +} + +.modalHeader-3heSN8 { + margin-bottom:-20px; + padding-bottom:0 +} + +.header-2jljXY { + -ms-flex-negative:0; + flex-shrink:0 +} + +.headerAnimation-2ipCWU { + position:absolute; + top:0; + bottom:-20px; + left:calc(50% - 220px); + width:440px +} + +.spinner-2UYkNB { + position:relative; + top:calc(50% - 16px) +} + +.stepBody-1cR8n4 { + padding-top:16px +} + +.bodyText-1uGqIv { + color:var(--interactive-normal); + font-size:16px; + line-height:20px; + font-weight:500; + margin-bottom:16px +} + +.selectPlanChooseSubtitle-2QNzXl, +.selectPlanChooseTitle-2ClZSL { + color:var(--interactive-active); + font-size:16px; + line-height:20px; + margin-bottom:8px +} + +.selectPlanChooseTitle-2ClZSL { + font-weight:600 +} + +.selectPlanChooseSubtitle-2QNzXl { + margin-bottom:18px +} + +.planOption-3m2svN { + color:var(--interactive-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + padding:8px 0; + cursor:pointer +} + +.planOptionDisabled-JiB80K { + opacity:.6 +} + +.planOptionClickable-2m4lfF { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.planOptionDisabled-JiB80K .planOptionClickable-2m4lfF { + cursor:not-allowed +} + +.planOptionCheckbox-3ik8cg { + margin-right:10px +} + +.planOptionInterval-2idEhf { + color:var(--interactive-normal); + font-weight:500 +} + +.optionSelected-1d91jC { + color:var(--interactive-active) +} + +.planOptionCurrentPlan-1NIWWm, +.planOptionMonthsFree-d4pf3C { + margin-left:4px +} + +.planOptionDiscount-cS8uaO { + color:#fff; + border-radius:16px; + background-color:#43b581; + font-size:12px; + line-height:16px; + padding:2px 8px; + font-weight:500; + margin-left:8px +} + +.selectPlanDivider-1mx_6q { + background-color:var(--background-modifier-accent); + height:1px; + margin:8px 0 16px +} + +.selectPlanTotalRow-Coq3OB { + margin-top:8px +} + +.taxInclusiveNote-2PeWCh { + margin-bottom:16px +} + +.renewalInvoiceDate-2NNrkM { + color:var(--text-normal); + margin-bottom:16px +} + +.invoice-3GWhNe { + margin-bottom:16px +} + +.grandfatheredUpgradeNote-3hxZHm, +.paymentSourceWrapper-RY23yY { + margin:16px 0 +} + +@media (max-width: 485px) { + .shaker-1QVc6p { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + max-height:none + } + + .root-2k49pR { + width:100vw; + border-radius:0 + } + +} + +.header-3bB_GQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-top:24px; + padding-bottom:24px +} + +.title-2HFmAi { + font-weight:700 +} + +.subtitle-8DQCLU, +.title-2HFmAi { + text-align:center +} + +.subtitle-8DQCLU { + margin-top:8px +} + +.modalCloseButton-nA1JXv { + position:absolute; + top:16px; + right:16px +} + +.content-2Cyhe6 { + padding-bottom:16px +} + +.password-3REpJO { + margin-top:16px +} + +.cancel-204y04 { + margin-right:8px +} + +.message-3rf57R { + margin-top:20px; + margin-bottom:20px +} + +.imageUnverified-1QCPtJ { + background-repeat:no-repeat; + background-size:cover; + height:100px; + margin:20px auto; + width:162px +} + +.theme-dark .imageUnverified-1QCPtJ { + background-image:url(img/e260177e5165e6789e30b9592df75424.svg) +} + +.theme-light .imageUnverified-1QCPtJ { + background-image:url(img/a83463d9763516332570b37731572733.svg) +} + +.perkRow-4H5Kvz { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-bottom:1px solid var(--channeltextarea-background); + margin:0 16px; + padding:16px 0 +} + +.perkRow-4H5Kvz:last-child { + border-bottom:none +} + +.perkIconContainer-Pf29_D { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-right:16px +} + +.perkIcon-XjImOD, +.perkIconContainer-Pf29_D { + height:24px; + width:24px +} + +.perkDescription-2-1vIq { + color:var(--interactive-active); + font-size:16px; + font-weight:500; + line-height:20px +} + +.content-1tUOTl { + padding-top:32px +} + +.closeButton-27-8oX { + position:absolute; + right:4px; + top:12px +} + +.upsellImage-1IzAr4 { + background-image:url(img/a873f632f0c10166704d70d7fb966565.svg); + background-size:cover; + height:120px; + width:265px; + margin:0 auto 32px +} + +.bodyText-GzTXXM { + color:var(--interactive-normal); + font-size:16px; + font-weight:500; + line-height:20px +} + +.perksList-1vtwXn { + background-color:var(--background-secondary); + border-radius:8px; + margin:16px 0 +} + +.perkIconGuild-KLNhuR { + color:#ff80f4 +} + +.perkIconUpload-1KAE-g { + color:#ffe83d +} + +.perkIconStream-7wqAvn { + color:#4173da +} + +.perkIconChatPerks-BnKNFh { + color:#8ea1e1 +} + +.backStep-vJugKI { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-left:-16px +} + +.footerRight-3XUHKU { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.value-IR9osW { + width:48px +} + +.actions-6rRvry { + border-radius:4px; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.value-IR9osW { + text-align:center; + height:32px; + background:var(--background-secondary); + border:none; + border-radius:0 +} + +.iconWrapper-3LVgIo { + cursor:pointer +} + +.icon-TYbVk4 { + display:block; + padding:8px; + width:32px; + height:32px; + -webkit-transition:all .2s ease; + transition:all .2s ease; + color:var(--interactive-normal); + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.icon-TYbVk4:active { + color:var(--interactive-active) +} + +.icon-TYbVk4:hover { + color:var(--interactive-hover); + background:var(--background-modifier-hover) +} + +.icon-TYbVk4.disabled-24YXy-, +.icon-TYbVk4.disabled-24YXy-:hover { + color:var(--interactive-muted); + cursor:not-allowed; + background:none +} + +.theme-dark .iconWrapper-3LVgIo { + background:#72767d +} + +.theme-light .iconWrapper-3LVgIo { + background:#e3e5e8 +} + +.upsellFooter-3coAfO { + background-color:var(--background-secondary); + border-radius:8px; + color:var(--text-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:14px; + line-height:18px; + margin-top:16px; + padding:8px +} + +.upsellFooterIcon-wRsqlH { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px; + height:24px; + width:24px +} + +.bodyText-2BAgX2 { + color:var(--text-normal); + font-size:16px; + line-height:20px +} + +.planSelectStep-siOMix { + padding:16px 0 +} + +.planSelectText-27NxQV { + margin-bottom:16px +} + +.planSelectRow-2YPEKQ { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + margin:8px auto +} + +.planSelectorWrapper-26xZEm, +.planSelectRow-2YPEKQ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.planSelectorLabel-1aEsuE { + color:var(--text-normal); + font-size:16px; + line-height:20px; + margin-left:16px +} + +.planSelectorPreviewPrice-2xDAwc { + color:var(--interactive-normal); + font-size:16px; + line-height:20px +} + +.planSelectDivider-3KU5-l { + background-color:var(--background-modifier-accent); + height:1px; + margin:16px 0 +} + +.planSelectorSubtotal-Ze7sIQ { + color:var(--interactive-active); + font-size:16px; + font-weight:600; + line-height:20px +} + +.reviewStep-1bHb2j { + padding:16px 0 +} + +.invoiceTableBottom-ZfxfOm, +.paymentSourceWrapper-1k4xvS { + margin:16px 0 +} + +.taxInclusiveNote-1609LC { + margin-top:12px +} + +.confirmationContainer-1TiG5F { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:56px 32px 64px +} + +.confirmationAnimation-23ieIm { + width:400px; + height:140px; + margin-bottom:32px +} + +.confirmationText-1CakOE, +.confirmationUpgradedBanner-3CRRar { + margin-bottom:16px +} + +.confirmationText-1CakOE { + color:var(--interactive-normal); + font-size:16px; + font-weight:500; + line-height:20px; + text-align:center +} + +.confirmationText-1CakOE p { + margin:0 +} + +.confirmationText-1CakOE p+p { + margin-top:8px +} + +.existingSlotNotice-1KvWSb { + background-color:var(--background-secondary); + border-radius:8px; + color:var(--text-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:14px; + line-height:18px; + margin-top:16px; + padding:8px; + margin-bottom:16px +} + +.existingSlotIcon-zCzuDM { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px; + height:24px; + width:24px +} + +.existingSlotTooltipWarningIcon-3U0NWb { + height:16px; + width:14px; + vertical-align:text-bottom; + margin-left:6px; + cursor:pointer +} + +.contentWrapper-3INYJy { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +.content-1AQeZG { + overflow:hidden +} + +.breadcrumbsWrapper-1m9gjf { + border-bottom:1px solid var(--background-modifier-accent); + padding:0 0 16px +} + +.externalErrorBlock-RoYW2L { + margin-top:16px +} + +.externalErrorBlock-RoYW2L a { + text-decoration:underline +} + +.bodyWrapper-3k1Slb { + position:relative +} + +.footerRight-2F0jE7 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.backStep-22G5wh { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-left:-16px +} + +.copy-3YQ4Eu { + color:var(--text-normal) +} + +.body-3zQFJc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:32px 0 16px; + text-align:center +} + +.title-1kjVvF { + font-size:24px; + line-height:30px; + font-weight:700; + color:var(--header-primary); + margin-bottom:8px +} + +.bodyText-2TnpPw { + color:var(--interactive-normal); + font-size:16px; + line-height:20px; + font-weight:500; + margin-bottom:16px +} + +.wrapper-2JeiFF { + max-height:100% +} + +.spinnerWrapper-3MQVhb, +.wrapper-2JeiFF { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.spinnerWrapper-3MQVhb { + width:100%; + height:100%; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.unsupportedBrowser-3LZq46 { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background:#1b242b; + text-align:center +} + +.unsupportedBrowser-3LZq46, +.wrap-Ep75jh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.wrap-Ep75jh { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-width:320px; + overflow:auto; + height:100% +} + +.title-3Lo6gh { + font-weight:700; + font-size:22px; + color:#fff; + margin:50px 0 10px; + text-transform:uppercase +} + +.message-3vjdjX, +.title-3Lo6gh { + -ms-flex-negative:0; + flex-shrink:0 +} + +.message-3vjdjX { + font-weight:500; + margin:0 auto 30px; + line-height:18px; + max-width:420px; + font-size:14px; + padding:0 20px; + color:#949494 +} + +.browserList-NdGOy7 { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-bottom:50px; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.browserItem-1mKMYK { + padding:20px; + width:188px; + margin:10px; + border:2px solid #282f36; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + -webkit-transition:.1s; + transition:.1s; + color:#fff +} + +.browserItem-1mKMYK:hover { + -webkit-transform:scale(1.04); + transform:scale(1.04); + border-color:#7289da +} + +.browserItem-1mKMYK:hover .browser-3GMQyB { + background-position-y:100px +} + +.browserItem-1mKMYK:hover .btn-3wPLTq { + background-color:#7289da; + border-color:#7289da; + color:#fff +} + +.browserItemText-1h58O0 { + text-align:center; + line-height:1.5em; + font-weight:500; + font-size:12px +} + +.browser-3GMQyB { + display:inline-block; + width:100px; + height:100px; + background:url(img/5d57632291e09c5bc2b5d6a0b20179fa.png); + background-size:400px 200px; + margin-bottom:28px +} + +.browserDiscord-mlswz3 { + background-position-x:0 +} + +.browserOpera-3VgIwy { + background-position-x:100px +} + +.browserFirefox-3rx2mR { + background-position-x:200px +} + +.browserChrome-88x1sG { + background-position-x:300px +} + +.btn-3wPLTq { + margin-top:28px; + font-size:16px; + font-weight:500; + color:#fff; + border:1px solid #282f36; + display:block; + padding:10px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:100%; + border-radius:3px; + -webkit-transition:border .1s, + background-color .1s; + transition:border .1s, + background-color .1s; + text-decoration:none; + cursor:pointer +} + +.btn-3wPLTq:active { + position:relative; + top:1px +} + +.theme-dark .btn-3wPLTq, +.theme-light .btn-3wPLTq { + background:transparent +} + +.verifyConnectedAccount-3WFmtE { + color:#fff; + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background:url(img/d20e43cdcadf850cfd8d4e953df0f3b4.png) 0 0 repeat; + background-color:#282b30 +} + +.verifyConnectedAccount-3WFmtE, +.verifyConnectedAccount-3WFmtE .logos-pt9vV6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.verifyConnectedAccount-3WFmtE .logos-pt9vV6 { + margin-bottom:95px +} + +.verifyConnectedAccount-3WFmtE .logos-pt9vV6 .logosDivider-2K41nn { + width:28px; + height:28px; + margin:0 37px; + background-size:28px 28px; + background-image:url(img/f4e75b5cafce1efdfc7013113575f9ff.svg); + content:" "; + display:inline-block +} + +.verifyConnectedAccount-3WFmtE .logos-pt9vV6 .logo-TOCUPc { + width:88px; + height:88px; + background-size:88px 88px +} + +.verifyConnectedAccount-3WFmtE .logos-pt9vV6 .logoDiscord-3MZDXD { + background-image:url(img/57084ade1ef56635452abceaca20d0bd.svg) +} + +.verifyConnectedAccount-3WFmtE .message-bWw5KR { + text-align:center; + font-size:18px +} + +.verifyConnectedAccount-3WFmtE .message-bWw5KR.error-2hdVlS { + color:#f04747 +} + +.verifyConnectedAccount-3WFmtE .message-bWw5KR strong { + font-weight:700 +} + +.verifyConnectedAccount-3WFmtE .btn-3HQv6W { + margin-top:22px; + width:400px; + height:60px; + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease +} + +.verifyConnectedAccount-3WFmtE .btn-3HQv6W .spinnerItem-3hBt_K { + background-color:#fff; + opacity:.25 +} + +.verifyConnectedAccount-3WFmtE .btn-3HQv6W:disabled { + cursor:not-allowed; + background-color:#2f3136; + opacity:1 +} + +.container-2XeR5Z { + -ms-flex-negative:0; + flex-shrink:0; + border-radius:4px; + overflow:hidden; + background-color:var(--background-tertiary) +} + +.container-2XeR5Z, +.inner-3ErfOT { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.inner-3ErfOT { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + padding:1px +} + +.disabled-jLAJq8 .inner-3ErfOT { + opacity:.3 +} + +.input-1Rv96N { + -webkit-box-sizing:border-box; + box-sizing:border-box; + background:transparent; + border:none; + resize:none; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:48px; + margin:1px; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + color:var(--text-normal) +} + +.input-1Rv96N::-webkit-input-placeholder { + color:var(--text-muted); + opacity:1 +} + +.disabled-jLAJq8 .input-1Rv96N { + cursor:not-allowed +} + +.tag-2gHSR7 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:2px; + text-align:center; + margin:1px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + cursor:pointer; + -webkit-transition:none; + transition:none; + background-color:var(--background-primary); + color:var(--text-normal) +} + +.tag-2gHSR7:hover { + text-decoration:none; + opacity:.9 +} + +.small-1lPjda .input-1Rv96N, +.small-1lPjda .tag-2gHSR7 { + font-size:14px; + font-weight:500; + line-height:20px; + height:20px; + padding:0 4px +} + +.medium-2-DE5M .input-1Rv96N, +.medium-2-DE5M .tag-2gHSR7 { + font-size:16px; + line-height:32px; + height:30px; + padding:0 8px +} + +.large-3dt_qC .input-1Rv96N, +.large-3dt_qC .tag-2gHSR7 { + font-size:20px; + line-height:40px; + height:38px; + padding:0 16px +} + +.richTag-1rBBz8 { + background-color:var(--background-secondary-alt) +} + +.medium-2-DE5M .richTag-1rBBz8, +.medium-2-DE5M .richTagInput-1GjAv7 { + margin:3px 0 3px 3px; + height:26px; + line-height:24px +} + +.large-3dt_qC .richTag-1rBBz8, +.large-3dt_qC .richTagInput-1GjAv7 { + margin:4px 0 4px 4px; + height:32px; + line-height:30px +} + +.tagLabel-1Kxtxb { + padding-left:6px +} + +.tagRoleColor-3ieGvq { + height:8px; + width:8px; + border-radius:50% +} + +.close-3WVtCL { + width:12px; + height:12px; + margin-left:4px +} + +.close-3WVtCL, +.iconLayout-1WxHy4 { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.iconLayout-1WxHy4 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:22px; + height:22px; + cursor:text +} + +.medium-2-DE5M.iconLayout-1WxHy4 { + width:32px; + height:32px +} + +.large-3dt_qC.iconLayout-1WxHy4 { + width:40px; + height:40px +} + +.iconContainer-O4O2CN { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + width:16px; + height:16px +} + +.medium-2-DE5M .iconContainer-O4O2CN { + width:20px; + height:20px +} + +.large-3dt_qC .iconContainer-O4O2CN { + width:24px; + height:24px +} + +.icon-3cZ1F_ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:absolute; + top:0; + left:0; + opacity:0; + width:100%; + height:100%; + z-index:2; + -webkit-transition:opacity .1s ease-out, + -webkit-transform .1s ease-out; + transition:opacity .1s ease-out, + -webkit-transform .1s ease-out; + transition:transform .1s ease-out, + opacity .1s ease-out; + transition:transform .1s ease-out, + opacity .1s ease-out, + -webkit-transform .1s ease-out; + -webkit-transform:rotate(90deg); + transform:rotate(90deg); + color:var(--text-muted) +} + +.icon-3cZ1F_.visible-3V0mGj { + -webkit-transform:rotate(0deg); + transform:rotate(0deg); + opacity:1 +} + +.clear-1pMieT { + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer +} + +.clear-1pMieT .icon-3cZ1F_ { + color:var(--interactive-normal) +} + +.clear-1pMieT.iconLayout-1WxHy4:hover .icon-3cZ1F_ { + color:var(--interactive-hover) +} + +.wrapper-21YAQM { + width:500px; + z-index:1 +} + +.header-LyxrPy { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex-1O1GKY; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.closeButton-O0hkB2 { + position:absolute; + top:14px; + right:14px; + z-index:3 +} + +.resultWrapper-2g7r2D { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + margin-right:-10px; + padding:7px 10px 7px 8px; + height:44px; + color:#b9bbbe; + font-size:16px +} + +.resultWrapperSelected-3v78W2 { + color:#fff; + background-color:rgba(79, + 84, + 92, + .3) +} + +.result-2XuU55 { + overflow:hidden; + margin-right:4px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.resultAvatar-2lJWaG { + margin-right:10px; + width:30px!important; + height:30px!important +} + +.resultIcon-9dYGgv { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + width:30px; + display:-webkit-box; + display:-ms-flexbox; + display:flex-1O1GKY; + opacity:.6 +} + +.resultIconBackground-ar9sVF { + opacity:.6 +} + +.resultText-LZCb11 { + font-weight:500; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.resultUsername-1oWpSm { + margin-left:4px; + opacity:.5; + font-weight:300 +} + +.resultCategoryName-Heu4ue { + font-size:10px; + line-height:16px +} + +.resultCategoryName-Heu4ue, +.resultGuildName-1dxVR3 { + margin-left:4px; + opacity:.5; + font-weight:500 +} + +.resultGuildName-1dxVR3 { + font-size:14px; + margin-right:10px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.inviteButton-MGrg8b { + width:72px; + height:32px; + -webkit-transition:unset; + transition:unset; + -webkit-box-flex:0; + -ms-flex:none; + flex:none +} + +.results-3TZ2t8 { + height:300px +} + +.noResults-3LFG4E { + width:100%; + background:url(img/0b298968e0a756e25677771fd6b58b34.svg) no-repeat 50% 40% +} + +.container-347Bj6 { + text-align:center; + margin-top:16px; + margin-bottom:16px +} + +.title-2QMS5Z { + margin-bottom:8px +} + +.img-13DOg9 { + width:149px; + height:83px +} + +.birthday-1a5GTD, +.confirmContainer-26aFKb, +.img-13DOg9 { + margin-bottom:16px +} + +.confirmContainer-26aFKb { + text-align:center; + margin-top:24px +} + +.confirmTitle-2NBYVn { + margin-bottom:8px +} + +.confirmFooter-3qlQIM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.container-W_-I6J { + text-align:center; + margin-top:16px +} + +.title-3Bn9Ug { + margin-bottom:8px +} + +.img-32j92f, +.subtitle-3Sv-2Y { + margin-bottom:16px +} + +.img-32j92f { + width:252px; + height:168px +} + +.container-aP5JfW { + text-align:center; + margin-top:16px +} + +.title-9DQOZZ { + margin-bottom:8px +} + +.img-3KRB1J, +.subtitle-3GNI_g { + margin-bottom:16px +} + +.img-3KRB1J { + width:113px; + height:94px +} + +.header-1Ijz4R { + padding:24px 16px 0 +} + +.channelPrompt-1kjOz3 { + padding:16px; + margin-top:8px; + margin-bottom:16px; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.closeButton-miMLYp { + position:absolute; + top:12px; + right:12px +} + +.guildName-1kMlYi { + margin-top:8px; + font-size:14px; + line-height:18px; + font-weight:600 +} + +.title-z3hreh { + font-size:24px; + line-height:30px; + font-weight:700 +} + +.subtitle-2942Dz { + margin-top:8px; + font-size:16px; + line-height:20px +} + +.skipButton-U0dQ2q { + margin-right:16px +} + +.container-UC8Ug1 { + border-radius:8px; + border:1px solid var(--background-modifier-accent); + background-color:var(--background-primary); + margin-bottom:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + width:100%; + padding:0 +} + +.container-UC8Ug1:hover { + background-color:var(--background-modifier-hover) +} + +.keyboard-mode .container-UC8Ug1:focus { + background-color:var(--background-modifier-selected) +} + +.container-UC8Ug1:active { + background-color:var(--background-modifier-active) +} + +.icon-QM5383 { + margin:8px 8px 8px 16px +} + +.text-1FOLJS { + font-weight:700; + overflow:hidden; + text-overflow:ellipsis +} + +.arrow-hynWUl { + margin-left:auto; + margin-right:16px +} + +.header-1BLHoL { + padding:24px 16px 0 +} + +.closeButton-_onk93 { + position:absolute; + top:12px; + right:12px +} + +.title-LqAd9K { + font-weight:700 +} + +.subtitle-1Q3BuX, +.title-LqAd9K { + text-align:center +} + +.subtitle-1Q3BuX { + margin-top:8px +} + +.optionsList-3UMAjx { + margin-top:24px; + padding:0 16px 8px +} + +.backButton-iA7KIs { + height:38px; + margin-right:auto +} + +.skip-2o6MGG { + text-align:center; + margin-top:18px; + margin-bottom:16px +} + +.slider-1PF9SW { + width:100%; + height:40px; + position:relative +} + +.mini-dmm9yo { + height:20px +} + +.mini-dmm9yo .bar-2Qqk5Z { + top:17px; + height:6px +} + +.mini-dmm9yo .grabber-3mFHz2 { + width:12px; + height:12px; + margin-left:-7px; + margin-top:3px; + border-radius:50% +} + +.disabled-bolDAc { + opacity:.6 +} + +.disabled-bolDAc .grabber-3mFHz2 { + cursor:not-allowed +} + +.input-2_ChIk { + display:none +} + +.bar-2Qqk5Z { + position:relative; + top:16px; + height:8px; + border-radius:4px; + display:block; + overflow:hidden +} + +.barFill-23-gu- { + background:#7289da; + height:100% +} + +.track-11EASc { + position:absolute; + top:0; + right:5px; + bottom:0; + left:5px +} + +.grabber-3mFHz2 { + width:10px; + height:24px; + margin-left:-5px; + top:50%; + margin-top:-13px; + border-radius:3px; + background-color:#fff; + border:1px solid #dcddde; + -webkit-box-shadow:0 3px 1px 0 rgba(0, + 0, + 0, + .05), + 0 2px 2px 0 rgba(0, + 0, + 0, + .1), + 0 3px 3px 0 rgba(0, + 0, + 0, + .05); + box-shadow:0 3px 1px 0 rgba(0, + 0, + 0, + .05), + 0 2px 2px 0 rgba(0, + 0, + 0, + .1), + 0 3px 3px 0 rgba(0, + 0, + 0, + .05); + cursor:ew-resize +} + +.grabber-3mFHz2, +.mark-1xjQqt { + position:absolute; + left:0 +} + +.mark-1xjQqt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:24px; + margin-left:-12px; + top:-6px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.markValue-2DwdXI { + padding-left:1px; + font-weight:700; + font-size:10px; + margin-bottom:4px +} + +.markDash-3hAolZ { + height:24px; + width:2px +} + +.markDashSimple-1vLOGW { + margin-top:10px +} + +.theme-light .bar-2Qqk5Z { + background:#dcddde +} + +.theme-light .markValue-2DwdXI { + color:#b9bbbe +} + +.theme-light .markDash-3hAolZ { + background:#dcddde +} + +.theme-dark .bar-2Qqk5Z { + background:#4f545c +} + +.theme-dark .markValue-2DwdXI { + color:#72767d +} + +.theme-dark .markDash-3hAolZ { + background:#4f545c +} + +.defaultValue-3gC7yw .markValue-2DwdXI { + color:#43b581 +} + +.modalContent-3_WBnz { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow-y:hidden; + padding:0 +} + +.editingContainer-3s5xK0, +.modalContent-3_WBnz { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.editingContainer-3s5xK0 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + position:relative; + min-height:300px; + height:400px; + max-height:500px; + overflow:hidden; + margin:0 20px; + background-color:#000; + border-radius:4px +} + +.image-3Yh9L1 { + height:100%; + pointer-events:all; + position:absolute; + cursor:-webkit-grab; + cursor:grab +} + +.icon-2glot6 { + color:var(--text-normal); + padding:0 20px +} + +.overlay-4k_Q4- { + z-index:1; + border:5px solid #fff; + -webkit-box-sizing:border-box; + box-sizing:border-box; + pointer-events:none; + -webkit-box-shadow:rgba(47, + 49, + 54, + .6) 0 0 0 9999px; + box-shadow:0 0 0 9999px rgba(47, + 49, + 54, + .6); + border-radius:50%; + position:absolute +} + +.sliderContainer-1N1-Pn { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:80%; + margin:20px auto +} + +.cancelButton-3Xu9aX { + margin-right:12px +} + +.modalFooter-2ug_ge { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.premiumPromo-3oM7cT { + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:100%; + padding:0 15px 15px; + margin-top:-5px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.content-P4SiGI, +.premiumPromo-3oM7cT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center +} + +.content-P4SiGI { + font-size:12px; + line-height:16px; + color:#fff; + cursor:pointer; + opacity:.6 +} + +.content-P4SiGI:hover { + opacity:1 +} + +.content-P4SiGI:hover .navArrow-3Q9QPC { + -webkit-transform:translate3d(2px, + 0, + 0); + transform:translate3d(2px, + 0, + 0) +} + +.navArrow-3Q9QPC { + width:14px; + height:14px; + -webkit-transition:-webkit-transform .1s ease-in-out; + transition:-webkit-transform .1s ease-in-out; + transition:transform .1s ease-in-out; + transition:transform .1s ease-in-out, + -webkit-transform .1s ease-in-out +} + +@-webkit-keyframes uploadIconAnimateInLeft-lEUOPh { + 0% { + -webkit-transform:translateZ(0) rotate(0deg); + transform:translateZ(0) rotate(0deg); + opacity:.6 + } + + 4.1667% { + -webkit-transform:translate3d(0, + -1px, + 0) rotate(0deg); + transform:translate3d(0, + -1px, + 0) rotate(0deg); + opacity:.68 + } + + 30.8334% { + -webkit-transform:translate3d(-48px, + -10px, + 0) rotate(-36deg); + transform:translate3d(-48px, + -10px, + 0) rotate(-36deg); + opacity:1 + } + + 58.3334% { + -webkit-transform:translate3d(-41px, + -3px, + 0) rotate(-28deg); + transform:translate3d(-41px, + -3px, + 0) rotate(-28deg); + opacity:1 + } + + 75% { + -webkit-transform:translate3d(-45px, + -8px, + 0) rotate(-32deg); + transform:translate3d(-45px, + -8px, + 0) rotate(-32deg); + opacity:1 + } + + 83.3334% { + -webkit-transform:translate3d(-44px, + -7px, + 0) rotate(-30.7deg); + transform:translate3d(-44px, + -7px, + 0) rotate(-30.7deg); + opacity:1 + } + + to { + -webkit-transform:translate3d(-44px, + -6px, + 0) rotate(-30deg); + transform:translate3d(-44px, + -6px, + 0) rotate(-30deg); + opacity:1 + } + +} + +@keyframes uploadIconAnimateInLeft-lEUOPh { + 0% { + -webkit-transform:translateZ(0) rotate(0deg); + transform:translateZ(0) rotate(0deg); + opacity:.6 + } + + 4.1667% { + -webkit-transform:translate3d(0, + -1px, + 0) rotate(0deg); + transform:translate3d(0, + -1px, + 0) rotate(0deg); + opacity:.68 + } + + 30.8334% { + -webkit-transform:translate3d(-48px, + -10px, + 0) rotate(-36deg); + transform:translate3d(-48px, + -10px, + 0) rotate(-36deg); + opacity:1 + } + + 58.3334% { + -webkit-transform:translate3d(-41px, + -3px, + 0) rotate(-28deg); + transform:translate3d(-41px, + -3px, + 0) rotate(-28deg); + opacity:1 + } + + 75% { + -webkit-transform:translate3d(-45px, + -8px, + 0) rotate(-32deg); + transform:translate3d(-45px, + -8px, + 0) rotate(-32deg); + opacity:1 + } + + 83.3334% { + -webkit-transform:translate3d(-44px, + -7px, + 0) rotate(-30.7deg); + transform:translate3d(-44px, + -7px, + 0) rotate(-30.7deg); + opacity:1 + } + + to { + -webkit-transform:translate3d(-44px, + -6px, + 0) rotate(-30deg); + transform:translate3d(-44px, + -6px, + 0) rotate(-30deg); + opacity:1 + } + +} + +@-webkit-keyframes uploadIconAnimateInMiddle-3DqCs3 { + 0% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + 30.8334% { + -webkit-transform:translate3d(0, + -10px, + 0); + transform:translate3d(0, + -10px, + 0) + } + + 58.3334% { + -webkit-transform:translate3d(0, + -3px, + 0); + transform:translate3d(0, + -3px, + 0) + } + + 75% { + -webkit-transform:translate3d(0, + -8px, + 0); + transform:translate3d(0, + -8px, + 0) + } + + 83.3334% { + -webkit-transform:translate3d(0, + -7px, + 0); + transform:translate3d(0, + -7px, + 0) + } + + to { + -webkit-transform:translate3d(0, + -6px, + 0); + transform:translate3d(0, + -6px, + 0) + } + +} + +@keyframes uploadIconAnimateInMiddle-3DqCs3 { + 0% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + 30.8334% { + -webkit-transform:translate3d(0, + -10px, + 0); + transform:translate3d(0, + -10px, + 0) + } + + 58.3334% { + -webkit-transform:translate3d(0, + -3px, + 0); + transform:translate3d(0, + -3px, + 0) + } + + 75% { + -webkit-transform:translate3d(0, + -8px, + 0); + transform:translate3d(0, + -8px, + 0) + } + + 83.3334% { + -webkit-transform:translate3d(0, + -7px, + 0); + transform:translate3d(0, + -7px, + 0) + } + + to { + -webkit-transform:translate3d(0, + -6px, + 0); + transform:translate3d(0, + -6px, + 0) + } + +} + +@-webkit-keyframes uploadIconAnimateInRight-KUAMIW { + 0% { + -webkit-transform:translateZ(0) rotate(0deg); + transform:translateZ(0) rotate(0deg); + opacity:.6 + } + + 4.1667% { + -webkit-transform:translate3d(0, + -1px, + 0) rotate(0deg); + transform:translate3d(0, + -1px, + 0) rotate(0deg); + opacity:.68 + } + + 30.8334% { + -webkit-transform:translate3d(48px, + -10px, + 0) rotate(36deg); + transform:translate3d(48px, + -10px, + 0) rotate(36deg); + opacity:1 + } + + 58.3334% { + -webkit-transform:translate3d(41px, + -3px, + 0) rotate(28deg); + transform:translate3d(41px, + -3px, + 0) rotate(28deg); + opacity:1 + } + + 75% { + -webkit-transform:translate3d(45px, + -8px, + 0) rotate(32deg); + transform:translate3d(45px, + -8px, + 0) rotate(32deg); + opacity:1 + } + + 83.3334% { + -webkit-transform:translate3d(44px, + -7px, + 0) rotate(30.7deg); + transform:translate3d(44px, + -7px, + 0) rotate(30.7deg); + opacity:1 + } + + to { + -webkit-transform:translate3d(44px, + -6px, + 0) rotate(30deg); + transform:translate3d(44px, + -6px, + 0) rotate(30deg); + opacity:1 + } + +} + +@keyframes uploadIconAnimateInRight-KUAMIW { + 0% { + -webkit-transform:translateZ(0) rotate(0deg); + transform:translateZ(0) rotate(0deg); + opacity:.6 + } + + 4.1667% { + -webkit-transform:translate3d(0, + -1px, + 0) rotate(0deg); + transform:translate3d(0, + -1px, + 0) rotate(0deg); + opacity:.68 + } + + 30.8334% { + -webkit-transform:translate3d(48px, + -10px, + 0) rotate(36deg); + transform:translate3d(48px, + -10px, + 0) rotate(36deg); + opacity:1 + } + + 58.3334% { + -webkit-transform:translate3d(41px, + -3px, + 0) rotate(28deg); + transform:translate3d(41px, + -3px, + 0) rotate(28deg); + opacity:1 + } + + 75% { + -webkit-transform:translate3d(45px, + -8px, + 0) rotate(32deg); + transform:translate3d(45px, + -8px, + 0) rotate(32deg); + opacity:1 + } + + 83.3334% { + -webkit-transform:translate3d(44px, + -7px, + 0) rotate(30.7deg); + transform:translate3d(44px, + -7px, + 0) rotate(30.7deg); + opacity:1 + } + + to { + -webkit-transform:translate3d(44px, + -6px, + 0) rotate(30deg); + transform:translate3d(44px, + -6px, + 0) rotate(30deg); + opacity:1 + } + +} + +@-webkit-keyframes uploadModalShake-1PBhUb { + 10%, + 90% { + -webkit-transform:translate3d(-1px, + 0, + 0); + transform:translate3d(-1px, + 0, + 0) + } + + 20%, + 80% { + -webkit-transform:translate3d(2px, + 0, + 0); + transform:translate3d(2px, + 0, + 0) + } + + 30%, + 50%, + 70% { + -webkit-transform:translate3d(-4px, + 0, + 0); + transform:translate3d(-4px, + 0, + 0) + } + + 40%, + 60% { + -webkit-transform:translate3d(4px, + 0, + 0); + transform:translate3d(4px, + 0, + 0) + } + +} + +@keyframes uploadModalShake-1PBhUb { + 10%, + 90% { + -webkit-transform:translate3d(-1px, + 0, + 0); + transform:translate3d(-1px, + 0, + 0) + } + + 20%, + 80% { + -webkit-transform:translate3d(2px, + 0, + 0); + transform:translate3d(2px, + 0, + 0) + } + + 30%, + 50%, + 70% { + -webkit-transform:translate3d(-4px, + 0, + 0); + transform:translate3d(-4px, + 0, + 0) + } + + 40%, + 60% { + -webkit-transform:translate3d(4px, + 0, + 0); + transform:translate3d(4px, + 0, + 0) + } + +} + +@-webkit-keyframes uploadTextFadeIn-3vkVkM { + 0%, + 8.334% { + -webkit-transform:translate3d(0, + -4px, + 0); + transform:translate3d(0, + -4px, + 0); + opacity:0 + } + + 45.8%, + to { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 + } + +} + +@keyframes uploadTextFadeIn-3vkVkM { + 0%, + 8.334% { + -webkit-transform:translate3d(0, + -4px, + 0); + transform:translate3d(0, + -4px, + 0); + opacity:0 + } + + 45.8%, + to { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 + } + +} + +@-webkit-keyframes uploadModalBounceTransition-2UbjF9 { + 0% { + -webkit-transform:translateZ(0) scale(.99); + transform:translateZ(0) scale(.99) + } + + 50% { + -webkit-transform:translateZ(0) scale(1.005); + transform:translateZ(0) scale(1.005) + } + + to { + -webkit-transform:translateZ(0) scale(1); + transform:translateZ(0) scale(1) + } + +} + +@keyframes uploadModalBounceTransition-2UbjF9 { + 0% { + -webkit-transform:translateZ(0) scale(.99); + transform:translateZ(0) scale(.99) + } + + 50% { + -webkit-transform:translateZ(0) scale(1.005); + transform:translateZ(0) scale(1.005) + } + + to { + -webkit-transform:translateZ(0) scale(1); + transform:translateZ(0) scale(1) + } + +} + +@-webkit-keyframes uploadModalBounce-30cglS { + 0% { + -webkit-transform:translateZ(0) scale(.99); + transform:translateZ(0) scale(.99) + } + + 15%, + to { + top:-10px; + left:-10px; + right:-10px; + bottom:-10px + } + + 33.3334% { + -webkit-transform:translateZ(0) scale(1.005); + transform:translateZ(0) scale(1.005) + } + + 54.1667% { + -webkit-transform:translateZ(0) scale(.995); + transform:translateZ(0) scale(.995) + } + + 70.8334%, + to { + -webkit-transform:translateZ(0) scale(1); + transform:translateZ(0) scale(1) + } + +} + +@keyframes uploadModalBounce-30cglS { + 0% { + -webkit-transform:translateZ(0) scale(.99); + transform:translateZ(0) scale(.99) + } + + 15%, + to { + top:-10px; + left:-10px; + right:-10px; + bottom:-10px + } + + 33.3334% { + -webkit-transform:translateZ(0) scale(1.005); + transform:translateZ(0) scale(1.005) + } + + 54.1667% { + -webkit-transform:translateZ(0) scale(.995); + transform:translateZ(0) scale(.995) + } + + 70.8334%, + to { + -webkit-transform:translateZ(0) scale(1); + transform:translateZ(0) scale(1) + } + +} + +.uploadArea-3QgLtW { + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + visibility:hidden; + background:rgba(0, + 0, + 0, + .8); + font-size:36px; + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + opacity:0; + z-index:2000 +} + +.uploadArea-3QgLtW strong { + font-weight:700 +} + +.uploadArea-3QgLtW * { + pointer-events:none +} + +.uploadArea-3QgLtW.droppable-1orUyP { + visibility:visible +} + +.uploadArea-3QgLtW.uploadModalIn-1z07Bv { + opacity:1 +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc { + -webkit-animation:uploadIconAnimateIn-2ME8Vn .25s ease-in-out 0s normal forwards; + animation:uploadIconAnimateIn-2ME8Vn .25s ease-in-out 0s normal forwards; + width:310px; + height:170px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .icon-kyxXVr.one-2crnLX { + -webkit-animation:uploadIconAnimateInLeft-lEUOPh .8s ease 0s normal forwards; + animation:uploadIconAnimateInLeft-lEUOPh .8s ease 0s normal forwards +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .icon-kyxXVr.two-3BBQI9 { + -webkit-animation:uploadIconAnimateInMiddle-3DqCs3 .8s ease 0s normal forwards; + animation:uploadIconAnimateInMiddle-3DqCs3 .8s ease 0s normal forwards +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .icon-kyxXVr.three-27ScFD { + -webkit-animation:uploadIconAnimateInRight-KUAMIW .8s ease 0s normal forwards; + animation:uploadIconAnimateInRight-KUAMIW .8s ease 0s normal forwards +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .instructions-2Du9gG, +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .title-2Vtl4y { + opacity:0; + -webkit-animation:uploadTextFadeIn-3vkVkM 1s ease .175s normal forwards; + animation:uploadTextFadeIn-3vkVkM 1s ease .175s normal forwards +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .instructions-2Du9gG { + -webkit-animation-delay:.185s; + animation-delay:.185s; + -webkit-animation-duration:1.25s; + animation-duration:1.25s +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 { + background-color:#f04747; + -webkit-animation:uploadModalShake-1PBhUb .82s cubic-bezier(.36, + .07, + .19, + .97) both; + animation:uploadModalShake-1PBhUb .82s cubic-bezier(.36, + .07, + .19, + .97) both; + -webkit-transform:translateZ(0); + transform:translateZ(0); + padding:10px; + border-radius:10px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:auto +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 .instructions-2Du9gG { + margin-bottom:15px +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 a { + cursor:pointer; + color:hsla(0, + 0%, + 100%, + .7) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 a:hover { + color:#fff +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 .icon-kyxXVr.one-2crnLX { + -webkit-animation-delay:.115s; + animation-delay:.115s +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 .icon-kyxXVr.two-3BBQI9 { + -webkit-animation-delay:.01s; + animation-delay:.01s +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc.error-kKl9o2 .icon-kyxXVr.three-27ScFD { + -webkit-animation-delay:.08s; + animation-delay:.08s +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .bgScale-1otPtc { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + z-index:-1; + border-radius:10px; + background:#7289da; + -webkit-animation:uploadModalBounce-30cglS .8s ease 0s normal forwards; + animation:uploadModalBounce-30cglS .8s ease 0s normal forwards +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border:2px dashed hsla(0, + 0%, + 100%, + .4); + border-radius:6px; + width:100% +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .title-2Vtl4y { + font-size:22px; + font-weight:700; + padding:0 8px; + width:100%; + color:hsla(0, + 0%, + 100%, + .75); + text-align:center; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .title-2Vtl4y strong { + color:#fff +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .instructions-2Du9gG { + text-align:center; + font-size:12px; + line-height:16px; + margin-top:4px; + color:hsla(0, + 0%, + 100%, + .6) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .icons-1w691d { + position:relative; + width:100px; + height:60px +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .wrapOne-14G98n { + -webkit-transform:translate3d(0, + -70px, + 0); + transform:translate3d(0, + -70px, + 0) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .wrapTwo-mQGI3R { + -webkit-transform:translate3d(0, + -80px, + 0); + transform:translate3d(0, + -80px, + 0) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .wrapThree-1CNQ42 { + -webkit-transform:translate3d(0, + -70px, + 0); + transform:translate3d(0, + -70px, + 0) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .icon-kyxXVr { + position:absolute; + -ms-flex-negative:0; + flex-shrink:0; + width:100px; + height:130px; + background-repeat:no-repeat; + background-position:50%; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .icon-kyxXVr.one-2crnLX { + background-image:url(img/60c3eaf0d7173c929482362ea1d2543a.svg); + opacity:0 +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .icon-kyxXVr.two-3BBQI9 { + background-image:url(img/4ab2ee5027741df387151ca717ae5614.svg) +} + +.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .icon-kyxXVr.three-27ScFD { + background-image:url(img/a4ef7d20760cef4c165825770fd12ac7.svg); + opacity:0 +} + +.crossOne-G8l6vW, +.crossTwo-aG_i7H, +.lightOne-i8nDwl, +.lightTwo-3AK5zn, +.popOne-33Hy62, +.sparkleOne-zvhFgj, +.sparkleTwo-R0oeYq { + opacity:.95; + z-index:1; + -webkit-animation-iteration-count:1!important; + animation-iteration-count:1!important +} + +.sparkleOne-zvhFgj { + bottom:-40px; + right:-15px +} + +.sparkleTwo-R0oeYq { + top:-67px; + right:12px; + -webkit-animation-delay:1.2s; + animation-delay:1.2s +} + +.lightOne-i8nDwl { + top:24px; + right:-35px; + -webkit-animation-delay:.4s; + animation-delay:.4s +} + +.lightTwo-3AK5zn { + top:-32px; + left:-10px; + -webkit-animation-delay:.61s; + animation-delay:.61s +} + +.crossOne-G8l6vW { + right:100px; + bottom:-35px; + -webkit-animation-delay:.56s; + animation-delay:.56s +} + +.crossTwo-aG_i7H { + left:-70px; + bottom:50px; + -webkit-animation-delay:.8s; + animation-delay:.8s +} + +.popOne-33Hy62 { + bottom:-40px; + left:50px; + -webkit-animation-delay:.7s; + animation-delay:.7s +} + +.uploadModal-2ifh8j { + width:530px; + min-height:258px; + border-radius:10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-perspective:1000; + perspective:1000; + -webkit-filter:blur(0); + filter:blur(0) +} + +.uploadModal-2ifh8j.transitioning-jYFzwb { + -webkit-animation:uploadModalBounceTransition-2UbjF9 .2s ease 0s normal forwards; + animation:uploadModalBounceTransition-2UbjF9 .2s ease 0s normal forwards +} + +.uploadModal-2ifh8j .inner-3nWsbo { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin:4px; + color:var(--header-primary) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K { + position:relative; + height:103px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K.expandable-3khGbD { + height:unset; + display:block +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K.expandable-3khGbD .description-2ug5H_ { + padding:16px 16px 24px +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr { + -ms-flex-negative:0; + flex-shrink:0; + width:100px; + height:130px; + margin-top:-42px; + background-repeat:no-repeat; + background-position:50% +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j { + background-color:var(--background-secondary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:8px; + -o-object-fit:contain; + object-fit:contain; + -webkit-box-shadow:0 2px 8px rgba(0, + 0, + 0, + .4); + box-shadow:0 2px 8px rgba(0, + 0, + 0, + .4) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.video-27RLEH { + background-image:url(img/dae57381bd2599b546fc014a41708c06.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.acrobat-3K1PC6 { + background-image:url(img/4dccddb260f35cb6e7c4abd18b407e1a.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.ae-1Y5Jq3 { + background-image:url(img/308ff351ddeee9adf7ad36bc07721744.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.sketch-ZMuo7D { + background-image:url(img/6a58ca3bc7015878ee64e769fd9d97d6.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.ai-11KAaB { + background-image:url(img/b17fae7e904d1b03b9b30a0757d72bc1.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.archive-2hqXug { + background-image:url(img/3408a4597fdee6f7edef69f7fb487b38.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.code-aoB-kL { + background-image:url(img/4ab2ee5027741df387151ca717ae5614.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.document-2cvI0u { + background-image:url(img/a4ef7d20760cef4c165825770fd12ac7.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.photoshop-1UWfyZ, +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.ps-2T6Jrl { + background-image:url(img/83b4390a8982df16d8b75d3282894c0f.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.spreadsheet-1QuSej { + background-image:url(img/f3c851bfdcc86909ac7a0889040ce8fc.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.webcode-22GGLX { + background-image:url(img/60c3eaf0d7173c929482362ea1d2543a.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.audio-14DQXq { + background-image:url(img/555a9bd0f67bc5f7d0c78d5c98ad6dc9.svg); + margin:-42px 8px 8px +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.unknown-3TPTMr { + background-image:url(img/92fc72e47a5854ae12c1167e69573d77.svg) +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .description-2ug5H_ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:16px 16px 0 0; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .description-2ug5H_ .filename-ovv3c5 { + font-size:20px; + font-weight:700; + height:22px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .description-2ug5H_ .subtitle-26nRzM { + color:var(--header-secondary); + font-size:16px; + line-height:20px; + margin-top:4px +} + +.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .description-2ug5H_ .filesize-s2nTZM { + margin-top:6px; + font-size:10px; + opacity:.6 +} + +.uploadModal-2ifh8j .inner-3nWsbo .comment-4IWttf { + margin:0 18px +} + +.uploadModal-2ifh8j .inner-3nWsbo .comment-4IWttf .label-3aiqT2 { + font-size:12px; + font-weight:500 +} + +.uploadModal-2ifh8j .inner-3nWsbo .comment-4IWttf .label-3aiqT2 .optional--ezibr { + color:var(--header-secondary); + margin-left:5px +} + +.uploadModal-2ifh8j .inner-3nWsbo .channelTextAreaUpload-3t7EIx { + margin-bottom:18px +} + +.uploadModal-2ifh8j .footer-3mqk7D, +.uploadModal-2ifh8j .hasSpoilers-1IRtQC { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.uploadModal-2ifh8j .footer-3mqk7D { + border-radius:0 0 5px 5px; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + padding:20px; + z-index:1; + overflow-x:hidden +} + +.uploadModal-2ifh8j .footer-3mqk7D.hasSpoilers-1IRtQC { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.cancelAllButton-16p7ma { + margin:0 auto 0 0 +} + +.theme-dark .uploadModal-2ifh8j { + background-color:#36393f; + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .footer-3mqk7D { + background-color:#2f3136; + -webkit-box-shadow:inset 0 1px 0 rgba(47, + 49, + 54, + .6); + box-shadow:inset 0 1px 0 rgba(47, + 49, + 54, + .6) +} + +.theme-light .uploadModal-2ifh8j { + background:#fff; + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .footer-3mqk7D { + background-color:#f6f6f7; + -webkit-box-shadow:inset 0 1px 0 rgba(246, + 246, + 247, + .6); + box-shadow:inset 0 1px 0 rgba(246, + 246, + 247, + .6) +} + +.destination-3ZiRO2 { + margin-top:4px; + overflow:hidden; + text-overflow:ellipsis +} + +.destination-3ZiRO2 strong { + color:var(--header-primary); + font-weight:500 +} + +.iconContainer-2B0ixr { + height:80px; + position:relative; + width:80px +} + +.filledIcon-2eb7eA { + background-color:var(--background-secondary-alt); + border-radius:80px; + height:80px; + width:80px +} + +.header-287ONi { + padding:24px 16px 0 +} + +.closeButton-26zew5 { + position:absolute; + top:12px; + right:12px +} + +.title-Z_XiOC { + font-weight:700 +} + +.subtitle-1KdHaN, +.title-Z_XiOC { + text-align:center +} + +.subtitle-1KdHaN { + margin-top:8px +} + +.createGuild-23lWNm { + margin:20px 0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.uploadIcon-2IFzZU { + padding-top:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:var(--interactive-normal) +} + +.nameInput-2LpnKg { + margin-top:32px +} + +.guidelines-1NSoht { + margin-top:8px; + padding-bottom:4px +} + +.creationIntentCheckbox-1rWz6L { + margin-top:18px +} + +.creationIntentText-3OlELP { + color:var(--interactive-normal) +} + +.header-3msK0M { + padding:24px 16px 0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.closeButton-9dkb_x { + position:absolute; + top:12px; + right:12px +} + +.templatesList-2E6rTe { + margin-top:24px; + padding:0 8px 8px 16px; + height:330px +} + +.title-3w8xhj { + font-weight:700 +} + +.subtitle-Nw1LLR, +.title-3w8xhj { + text-align:center +} + +.subtitle-Nw1LLR { + margin-top:8px +} + +.optionHeader-1-5lcp { + margin-top:16px; + margin-bottom:8px; + font-weight:700; + text-transform:uppercase +} + +.footer-1NnaNd { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.footerTitle-2CYZch { + font-weight:600; + margin-bottom:8px +} + +.footerButton-ayFTfX { + -ms-flex-item-align:stretch; + align-self:stretch +} + +.header-1Xr5FO { + position:relative; + text-align:center +} + +.title-XLSR78 { + font-weight:700; + margin-bottom:8px +} + +.closeButton-1RFOLl { + position:absolute; + top:12px; + right:12px +} + +.inputForm-N3LGqy { + margin-bottom:16px +} + +.formTitle-aeXUoN { + color:var(--interactive-normal); + margin-bottom:8px +} + +.formTitle-aeXUoN.error-kfqhb1 { + color:#f04747 +} + +.input--jS-j2 { + background-color:var(--background-tertiary) +} + +.inputInner-2akrSS { + border:none +} + +.examplesForm-1PzAn- { + margin-bottom:16px +} + +.sampleLink-2NLvZg { + font-size:14px; + line-height:18px; + color:var(--header-primary) +} + +.footer-2ZvXOl { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.container-1CE3eW { + width:440px; + max-height:580px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.checkbox-3kaeSU { + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.checkbox-3kaeSU.disabled-1hiCMV { + opacity:.3; + pointer-events:none +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe { + width:18px; + height:18px; + position:relative; + vertical-align:top; + -ms-flex-negative:0; + flex-shrink:0 +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe:after, +.checkbox-3kaeSU .checkboxInner-3yjcPe:before { + content:"" +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe span { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + border:2px solid #cdcdcd; + -webkit-transition:.24s; + transition:.24s; + border-radius:2px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe+span { + margin-left:8px +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p { + display:none +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span { + background-color:#7289da; + border-color:#7289da +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span:after { + content:""; + position:absolute; + top:0; + left:4px; + display:table; + width:4px; + height:10px; + border-color:#fff; + border-style:solid; + border-width:0 2px 2px 0; + -webkit-transform:rotate(45deg); + transform:rotate(45deg) +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:disabled+span { + border-color:#cdcdcd; + background-color:#f3f3f3; + cursor:not-allowed +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked:disabled+span { + background-color:#c7d0f0; + border-color:#c7d0f0 +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe.alt-6FvZrq .checkboxElement-1qV33p+span { + background:#fff; + border-color:#fff +} + +.checkbox-3kaeSU .checkboxInner-3yjcPe.alt-6FvZrq .checkboxElement-1qV33p:checked+span:after { + border-color:#7289da +} + +.theme-dark .checkbox-3kaeSU .checkboxInner-3yjcPe span { + border-color:hsla(0, + 0%, + 100%, + .2) +} + +.root-2IyrUe { + border-radius:8px; + background:var(--background-secondary); + overflow:hidden +} + +.option-3Ztn6N { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--interactive-active); + padding:16px; + cursor:pointer; + border-bottom:1px solid var(--background-modifier-accent) +} + +.option-3Ztn6N:hover { + background:var(--background-modifier-hover); + border-bottom-color:transparent +} + +.option-3Ztn6N:last-child { + border-bottom:none +} + +.text-NjYDzs { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.caret-3iKYZt { + color:var(--interactive-normal); + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0; + margin-left:8px +} + +.textArea-1Lj-Ns { + height:auto; + resize:none +} + +.resizeable-3Dlqvo { + resize:auto +} + +.inputMaxLength-1vRluy { + position:relative +} + +.flex-2mWL14 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.maxLength-39QFBo { + position:absolute; + bottom:12px; + right:14px; + font-size:12px; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + pointer-events:none; + color:#72767d +} + +.headerContainer-3-vFuY { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.simpleHeaderContainer-af-IOe { + margin-bottom:16px +} + +.helpdeskLink-1OuOa1 { + margin-top:8px +} + +.header-B-DcDj { + font-weight:700 +} + +.header-B-DcDj, +.ratingBody-2p2rH4 { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + text-align:center +} + +.ratingBody-2p2rH4 { + margin-top:8px; + color:var(--text-normal) +} + +.footer-2Bb21C { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.emojis-3mSQwp { + width:240px; + margin:16px auto 8px +} + +.problemInfo-1qfNLW { + margin-bottom:24px +} + +.emoji-1N-wHh { + background-position:50%; + background-repeat:no-repeat; + width:64px; + height:64px; + cursor:pointer; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + -webkit-transition:all .2s ease; + transition:all .2s ease; + -webkit-transition-property:-webkit-transform opacity filter; + transition-property:-webkit-transform opacity filter; + transition-property:transform opacity filter; + transition-property:transform opacity filter, + -webkit-transform opacity filter +} + +.emoji-1N-wHh.selected-2jwLHq, +.emoji-1N-wHh:hover { + -webkit-filter:none; + filter:none +} + +.emoji-1N-wHh:hover { + -webkit-transform:scale(1.06); + transform:scale(1.06) +} + +.emojiSad-1iG7c0 { + background-image:url(img/9bccf834edfbb31d3b8bd3d72e279f6c.svg) +} + +.emojiNeutral-1AAukj { + background-image:url(img/83942d9e1bfaf1e07b77a68504607b72.svg) +} + +.emojiHappy-1umapU { + background-image:url(img/d211ec6a4c42a1a38e79323b40511eeb.svg) +} + +.hidden-36kfaz { + visibility:hidden +} + +.theme-dark .emoji-1N-wHh { + opacity:.4 +} + +.theme-dark .emoji-1N-wHh.selected-2jwLHq, +.theme-dark .emoji-1N-wHh:hover { + opacity:1 +} + +.theme-dark .header-B-DcDj { + color:#fff +} + +.theme-light .emoji-1N-wHh { + opacity:.6 +} + +.theme-light .emoji-1N-wHh.selected-2jwLHq, +.theme-light .emoji-1N-wHh:hover { + opacity:1 +} + +.theme-light .header-B-DcDj { + color:#23262a +} + +.title-3mEw9k { + margin:0 +} + +.fullArt-2izgMA { + margin:38px 0 20px; + background:url(img/5cead3f236ff233c59ebbf9caeda1b84.svg); + width:100%; + height:93px; + background-position:50%; + background-repeat:no-repeat +} + +.header-1CDBgT { + margin:0 +} + +.content-Ulq9NI { + font-weight:500 +} + +.modalCloseButton-ZynU77 { + margin:-4px +} + +.wrapper-2a6GCs { + position:relative; + word-wrap:break-word; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding-right:16px; + min-height:1.375rem +} + +.compact-T3H92H.wrapper-2a6GCs { + padding-left:5rem +} + +.compact-T3H92H.wrapper-2a6GCs, +.cozy-3raOZG.wrapper-2a6GCs { + padding-top:.125rem; + padding-bottom:.125rem +} + +.cozy-3raOZG.wrapper-2a6GCs { + padding-left:72px +} + +.repliedMessage-VokQwo { + --reply-spacing:4px; + color:var(--header-secondary); + position:relative; + white-space:pre; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.executedCommand-2GE3w2, +.repliedMessage-VokQwo, +.threadMessageAccessory-1pYyA- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:0.875rem; + line-height:1.125rem +} + +.executedCommand-2GE3w2, +.threadMessageAccessory-1pYyA- { + height:18px; + min-width:0 +} + +.repliedMessage-VokQwo.latin12CompactTimeStamp-38a8OU { + --timestamp-width:2.25rem +} + +.repliedMessage-VokQwo.latin24CompactTimeStamp-2V7XIQ { + --timestamp-width:3.1rem +} + +.repliedMessage-VokQwo.asianCompactTimeStamp-1K6-VB { + --timestamp-width:4.25rem +} + +.compact-T3H92H .repliedMessage-VokQwo { + --text-indent:-4rem; + margin-left:calc(var(--timestamp-width) + .25rem + var(--text-indent)); + padding-left:.625rem +} + +.cozy-3raOZG .repliedMessage-VokQwo { + margin-bottom:var(--reply-spacing) +} + +.cozy-3raOZG .repliedMessage-VokQwo:before { + --avatar-size:40px; + --gutter:16px +} + +.a11y-font-scaled-down .cozy-3raOZG .repliedMessage-VokQwo:before { + --avatar-size:2.5rem; + --wrapper-padding-left:4.5rem; + --avatar-position-left:1rem; + --gutter:calc(var(--wrapper-padding-left) - var(--avatar-position-left) - var(--avatar-size)) +} + +.compact-T3H92H .repliedMessage-VokQwo:before { + --avatar-size:var(--timestamp-width); + --gutter:0.25rem +} + +.repliedMessage-VokQwo:before { + --spine-width:2px; + content:""; + display:block; + position:absolute; + -webkit-box-sizing:border-box; + box-sizing:border-box; + top:50%; + right:100%; + bottom:0; + left:calc(-1*(var(--avatar-size)/2 + var(--gutter))); + margin-right:var(--reply-spacing); + margin-top:calc(-1*var(--spine-width)/2); + margin-left:calc(-1*var(--spine-width)/2); + margin-bottom:calc(.125rem - 4px); + border-left:var(--spine-width) solid var(--background-accent); + border-bottom:0 solid var(--background-accent); + border-right:0 solid var(--background-accent); + border-top:var(--spine-width) solid var(--background-accent); + border-top-left-radius:6px +} + +.compact-T3H92H .repliedMessage-VokQwo:before { + right:calc(100% - .625rem) +} + +.executedCommandAvatar-yZ5r9z, +.replyAvatar-1K9Wmr, +.replyBadge-r1su3o, +.threadMessageAccessoryAvatar-2XWCxw { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:16px; + height:16px; + border-radius:50%; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + margin-right:.25rem +} + +.threadMessageAccessoryAvatar-2XWCxw { + margin-right:8px +} + +.replyBadge-r1su3o { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:var(--header-secondary); + background:var(--background-tertiary) +} + +.replyIcon-1b4Xjp { + width:10.8px; + height:7.2px +} + +.commandIcon-SBYpgi { + width:5px; + height:9px +} + +.executedCommand-2GE3w2 .applicationName-1-Uq7y, +.executedCommand-2GE3w2 .commandName-1klrjB, +.executedCommand-2GE3w2 .username-1A8OIy, +.repliedMessage-VokQwo .username-1A8OIy, +.threadMessageAccessory-1pYyA- .username-1A8OIy { + -ms-flex-negative:0; + flex-shrink:0; + font-size:inherit; + line-height:inherit; + margin-right:.25rem; + opacity:.64 +} + +.executedCommand-2GE3w2 .applicationName-1-Uq7y, +.executedCommand-2GE3w2 .commandName-1klrjB, +.executedCommand-2GE3w2 .username-1A8OIy { + margin-right:0 +} + +.executedCommand-2GE3w2 .botTag-1un5a6, +.repliedMessage-VokQwo .botTag-1un5a6, +.threadMessageAccessory-1pYyA- .botTag-1un5a6 { + top:0 +} + +.executedCommand-2GE3w2 .commandName-1klrjB { + font-weight:500; + color:#7289da +} + +.executedCommand-2GE3w2 .applicationName-1-Uq7y { + font-weight:500; + color:var(--header-primary) +} + +.repliedTextPreview-2NBljf, +.threadMessageAccessoryPreview-1uSsue { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + overflow:hidden; + text-overflow:ellipsis +} + +.threadMessageAccessoryPreview-1uSsue { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.repliedTextPreview-2NBljf.clickable-1bVtEA { + cursor:pointer +} + +.repliedTextPreview-2NBljf.clickable-1bVtEA:hover { + color:var(--header-primary) +} + +.repliedMessage-VokQwo .repliedTextPreview-2NBljf .repliedTextContent-1R3vnK, +.threadMessageAccessory-1pYyA- .threadMessageAccessoryPreview-1uSsue .threadMessageAccessoryContent-1LHM39 { + color:inherit; + font-size:inherit; + line-height:inherit; + white-space:pre; + text-overflow:ellipsis; + pointer-events:none; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.repliedMessage-VokQwo .repliedTextPreview-2NBljf .repliedTextContent-1R3vnK code, +.threadMessageAccessory-1pYyA- .threadMessageAccessoryPreview-1uSsue .threadMessageAccessoryContent-1LHM39 code { + white-space:pre +} + +.repliedTextPlaceholder-dmN7D1, +.threadMessageAccessoryPlaceholder-2pTLxK { + font-style:italic +} + +.repliedTextContentIcon-1ivTae, +.threadMessageAccessoryContentIcon-1QAVEG { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:20px; + height:20px; + margin-left:6px +} + +.compact-T3H92H .contents-2mQqc9 { + margin-left:-5rem; + padding-left:5rem; + text-indent:-4rem +} + +.cozy-3raOZG .contents-2mQqc9 { + position:static; + margin-left:0; + padding-left:0; + text-indent:0 +} + +.zalgo-jN1Ica.compact-T3H92H .messageContent-2qWWxC { + overflow:hidden +} + +.compact-T3H92H .header-23xsNx { + display:inline +} + +.cozy-3raOZG .header-23xsNx { + display:block; + position:relative; + line-height:1.375rem; + min-height:1.375rem; + color:var(--text-muted); + white-space:break-spaces; + word-wrap:pre-wrap +} + +.zalgo-jN1Ica.cozy-3raOZG .header-23xsNx { + overflow:hidden +} + +.a11y-font-scaled-down .cozy-3raOZG.wrapper-2a6GCs, +.a11y-font-scaled-down .cozy-3raOZG.wrapper-2a6GCs .header-23xsNx { + padding-left:4.5rem +} + +.a11y-font-scaled-down .cozy-3raOZG .header-23xsNx { + margin-left:-4.5rem +} + +.buttonContainer-DHceWr { + position:absolute; + top:0; + right:0 +} + +.systemMessageAccessories-2uCWxo { + margin-left:2.5rem +} + +.avatar-1BDn8e { + position:absolute; + left:16px; + margin-top:calc(4px - .125rem); + width:40px; + height:40px; + border-radius:50%; + overflow:hidden; + cursor:pointer; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + pointer-events:none; + z-index:1 +} + +.a11y-font-scaled-down .avatar-1BDn8e { + width:2.5rem; + height:2.5rem; + left:1rem; + margin-top:.125rem +} + +.avatar-1BDn8e.clickable-1bVtEA { + pointer-events:auto +} + +.full-motion .avatar-1BDn8e.clickable-1bVtEA:hover { + -webkit-filter:drop-shadow(var(--elevation-medium)); + filter:drop-shadow(var(--elevation-medium)) +} + +.avatar-1BDn8e.clickable-1bVtEA:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.timestamp-3ZCmNB { + display:inline-block; + height:1.25rem; + cursor:default; + pointer-events:none; + font-weight:500 +} + +.timestamp-3ZCmNB.latin12CompactTimeStamp-38a8OU { + width:2.25rem +} + +.timestamp-3ZCmNB.latin24CompactTimeStamp-2V7XIQ { + width:3.1rem +} + +.timestamp-3ZCmNB.asianCompactTimeStamp-1K6-VB { + width:4.25rem +} + +.mouse-mode .timestamp-3ZCmNB { + pointer-events:auto +} + +.cozy-3raOZG .timestamp-3ZCmNB { + font-size:0.75rem; + line-height:1.375rem; + color:var(--text-muted); + vertical-align:baseline; + margin-left:.25rem +} + +.background-opacity-high .cozy-3raOZG .timestamp-3ZCmNB, +.background-opacity-low .cozy-3raOZG .timestamp-3ZCmNB, +.background-opacity-medium .cozy-3raOZG .timestamp-3ZCmNB { + display:none +} + +.compact-T3H92H .timestamp-3ZCmNB, +.cozy-3raOZG .timestamp-3ZCmNB.alt-1uNpEt { + text-align:right; + font-size:0.6875rem; + line-height:1.375rem; + margin-right:.25rem; + color:var(--text-muted); + text-indent:0 +} + +.cozy-3raOZG .timestamp-3ZCmNB.alt-1uNpEt { + position:absolute; + left:0; + height:1.375rem; + line-height:1.375rem; + width:56px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + text-align:right +} + +.a11y-font-scaled-down .cozy-3raOZG .timestamp-3ZCmNB.alt-1uNpEt { + width:3.5rem +} + +.a11y-font-scaled-up .cozy-3raOZG .timestamp-3ZCmNB.alt-1uNpEt { + font-size:12Px +} + +.background-opacity-high .compact-T3H92H .timestamp-3ZCmNB, +.background-opacity-low .compact-T3H92H .timestamp-3ZCmNB, +.background-opacity-medium .compact-T3H92H .timestamp-3ZCmNB { + text-shadow:none; + color:#f6f6f7 +} + +.timestampTooltip-2w2MVG { + max-width:none!important; + white-space:nowrap +} + +.timestampVisibleOnHover-2bQeI4 { + transition: ease-in-out 0.15s; + opacity:0 +} + +.mouse-mode .wrapper-2a6GCs:hover .timestampVisibleOnHover-2bQeI4 { + opacity:1; +} + +.username-1A8OIy { + font-size:1rem; + font-weight:500; + line-height:1.375rem; + color:var(--header-primary); + display:inline; + vertical-align:baseline; + position:relative; + overflow:hidden; + -ms-flex-negative:0; + flex-shrink:0 +} + +.compact-T3H92H .headerText-3Uvj1Y, +.cozy-3raOZG .headerText-3Uvj1Y { + margin-right:.25rem +} + +.applicationName-1-Uq7y.clickable-1bVtEA:hover, +.commandName-1klrjB.clickable-1bVtEA:hover, +.username-1A8OIy.clickable-1bVtEA:hover { + cursor:pointer; + text-decoration:underline +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .username-1A8OIy { + font-weight:600 + } + +} + +.background-opacity-high .username-1A8OIy, +.background-opacity-low .username-1A8OIy, +.background-opacity-medium .username-1A8OIy { + text-shadow:0 0 1px #202225, + 1px 1px 0 #202225 +} + +.background-opacity-low .username-1A8OIy, +.background-opacity-medium .username-1A8OIy { + font-weight:600 +} + +.botTag-1un5a6 { + position:relative; + top:.1rem +} + +.botTagCompact-29bCci { + margin-right:.25rem +} + +.botTagCozy-1fFsZk { + margin-left:.25rem +} + +.replyLink-nOQEG8 { + color:var(--header-secondary) +} + +.replyLink-nOQEG8.clickable-1bVtEA { + cursor:pointer +} + +.replyLink-nOQEG8.clickable-1bVtEA:hover { + text-decoration:underline +} + +.separator-2nZzUB { + position:absolute; + opacity:0; + width:0; + display:inline-block; + font-style:normal +} + +.messageEditorCompact-3Y64ly { + margin-left:5rem; + margin-right:16px +} + +.messageContent-2qWWxC { + text-indent:0 +} + +.cozy-3raOZG .messageContent-2qWWxC { + position:relative +} + +.cozy-3raOZG.hasThread-2k82W0:after { + border-left:2px solid var(--background-accent); + border-bottom:2px solid var(--background-accent); + border-bottom-left-radius:8px; + bottom:29px; + content:""; + left:35px; + position:absolute; + top:48px; + width:31px +} + +.cozy-3raOZG.hasThread-2k82W0.hasReply-34In-r:after { + top:70px +} + +.compact-T3H92H .contents-2mQqc9 { + position:relative +} + +.compact-T3H92H.hasThread-2k82W0 .contents-2mQqc9:before { + background-color:var(--background-accent); + bottom:0; + content:""; + left:40px; + position:absolute; + top:22px; + width:2px +} + +.zalgo-jN1Ica .messageContent-2qWWxC { + overflow:hidden +} + +.messageContent-2qWWxC:empty { + display:none +} + +.compact-T3H92H .messageContent-2qWWxC { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + display:inline; + word-wrap:break-word +} + +.compact-T3H92H .messageContent-2qWWxC .emoji { + position:relative +} + +.compact-T3H92H .messageContent-2qWWxC .emoji.jumboable { + width:1.375em; + height:1.375em; + min-height:1.375em +} + +.compact-T3H92H .messageContent-2qWWxC.markupRtl-26VWXC { + display:block; + text-indent:0 +} + +.cozy-3raOZG .messageContent-2qWWxC { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + margin-left:-72px; + padding-left:72px +} + +.isSending-9nvak6 { + opacity:.5 +} + +.isFailed-2MPmD6, +.isFailed-2MPmD6 .hljs, +.isFailed-2MPmD6 a, +.isFailed-2MPmD6 code.inline, +.theme-dark .isFailed-2MPmD6, +.theme-light .isFailed-2MPmD6 { + color:#f04747 +} + +.cozy-3raOZG .markupRtl-26VWXC { + text-align:left; + text-indent:0; + unicode-bidi:-moz-plaintext; + unicode-bidi:plaintext +} + +.edited-3sfAzf { + margin-left:.3em; + font-size:0.625rem; + cursor:pointer; + line-height:1; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + color:var(--text-muted) +} + +.mention { + border-radius:3px; + padding:0 2px +} + +.background-opacity-low .edited-3sfAzf { + color:hsla(0, + 0%, + 100%, + .6) +} + +.background-opacity-medium .edited-3sfAzf { + color:hsla(0, + 0%, + 100%, + .5) +} + +.background-opacity-high .edited-3sfAzf { + color:hsla(0, + 0%, + 100%, + .4) +} + +.image-2QWf3Q { + margin:20px auto; + background-repeat:no-repeat; + background-size:cover +} + +.imageUpgrade-moI_hv { + width:267px; + height:120px +} + +.imageCancel-2x4k_k { + width:166px; + height:144px +} + +.imageUnclaimed-5nJyYs, +.imageUnverified-2NLnW6 { + width:162px; + height:100px +} + +.message-1F58Gs { + margin-top:20px; + margin-bottom:20px; + font-size:16px; + line-height:1.44 +} + +.theme-dark .message-1F58Gs { + color:#b9bbbe +} + +.theme-dark .secondaryButton-197mr8 { + color:#fff +} + +.theme-dark .imageUpgrade-moI_hv { + background-image:url(img/81ded87ebac6f9d55e8624a3e5167c8f.svg) +} + +.theme-dark .imageCancel-2x4k_k { + background:url(img/03863b539aec443327ca2ffc51a89dac.svg) +} + +.theme-dark .imageUnclaimed-5nJyYs { + background-image:url(img/3b65c741e596bc0979f7ba0c42de6fff.svg) +} + +.theme-dark .imageUnverified-2NLnW6 { + background-image:url(img/e260177e5165e6789e30b9592df75424.svg) +} + +.theme-light .message-1F58Gs { + color:#72767d +} + +.theme-light .secondaryButton-197mr8 { + color:#4f545c +} + +.theme-light .imageUpgrade-moI_hv { + background-image:url(img/854593608c634a933f26c9c57807ce35.svg) +} + +.theme-light .imageCancel-2x4k_k { + background:url(img/44eef677f2a490dc0cb23a67e59a6223.svg) +} + +.theme-light .imageUnclaimed-5nJyYs { + background-image:url(img/4577a7146df5d177b2d61d16927615ec.svg) +} + +.theme-light .imageUnverified-2NLnW6 { + background-image:url(img/a83463d9763516332570b37731572733.svg) +} + +.premiumSubscribeButton-3TowJw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.premiumIcon-YgHhed { + margin-right:4px +} + +.buttonText-3LvUCc { + max-width:140px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.giftButton-2uAsFo { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.giftIcon-1DsQ4W { + width:16px; + height:16px; + margin-right:4px +} + +.overflow-WK9Ogt { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + position:relative +} + +.arrow-gKvcEx { + -webkit-transition:-webkit-transform .2s ease-out; + transition:-webkit-transform .2s ease-out; + transition:transform .2s ease-out; + transition:transform .2s ease-out, + -webkit-transform .2s ease-out +} + +.arrow-gKvcEx.open-2d6eoT { + -webkit-transform:translate3d(0, + -3px, + 0) rotate(-180deg); + transform:translate3d(0, + -3px, + 0) rotate(-180deg) +} + +.gifTag-31zFY8 { + background-image:url(img/97645e390161ce066d6a8d010d4d705c.svg); + width:29px; + height:22px +} + +.imageWrapper-2p5ogY { + display:block; + position:relative; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + overflow:hidden; + border-radius:3px +} + +.imageWrapper-2p5ogY img { + position:absolute +} + +.imageWrapperBackground-E_M6Nu { + background:rgba(0, + 0, + 0, + .05) +} + +.imageWrapperInner-3_dNk0 { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.imageError-2OefUi { + width:200px; + height:102px; + background-image:url(img/b5d0fabb4afdf0666f3785f8c1d3beff.svg); + background-position:50%; + background-repeat:no-repeat; + background-size:contain +} + +.imagePlaceholder-1AxUV5 { + display:block; + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.imagePlaceholderOverlay-ETNjpn { + background-color:rgba(0, + 0, + 0, + .6) +} + +.imageAccessory-3uSIjZ { + position:absolute; + top:6px; + right:6px; + z-index:1 +} + +.imageZoom-1n-ADA { + cursor:nesw-resize; + cursor:-webkit-zoom-in; + cursor:zoom-in +} + +.clickable-3Ya1ho { + cursor:pointer +} + +.theme-dark .imageError-2OefUi { + background-image:url(img/e0c782560fd96acd7f01fda1f8c6ff24.svg) +} + +.background-opacity-low .imageWrapper-2p5ogY, +.background-opacity-medium .imageWrapper-2p5ogY { + opacity:.6 +} + +.overlay-unlocked .imageWrapper-2p5ogY { + opacity:1 +} + +.wrapper-2K4Z3k { + position:relative +} + +.downloadLink-1ywL9o { + position:absolute; + top:100%; + font-size:14px; + font-weight:500; + display:inline-block; + -ms-flex-item-align:start; + align-self:flex-start; + color:#fff!important; + text-decoration:none; + line-height:30px; + -webkit-transition:opacity .15s ease; + transition:opacity .15s ease; + opacity:.5; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.downloadLink-1ywL9o:hover { + opacity:1 +} + +.modal-qgFCbT { + background:transparent!important; + -webkit-box-shadow:none!important; + box-shadow:none!important +} + +.image-1tIMwV, +.modal-qgFCbT { + border-radius:0 +} + +.menu-3sdvDG { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:auto; + cursor:default; + max-height:calc(100vh - 32px); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background:var(--background-floating); + border-radius:4px +} + +.scroller-3BxosC { + padding:6px 8px +} + +.styleFixed-sX-yHV { + width:220px +} + +.styleFlexible-wGDiIL { + min-width:188px; + max-width:320px +} + +.item-1tOPte { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + margin:2px 0; + border-radius:2px; + font-size:14px; + font-weight:500; + line-height:18px; + cursor:pointer; + transition: ease-in-out 0.1s; +} + +.item-1tOPte:hover { + background-color: var(--brand-primary); + color: var(--background-floating); +} + +.item-1tOPte.hideInteraction-1iHO1O { + cursor:default +} + +.customItem-a8hq58 { + color:var(--interactive-normal); + border-color:var(--interactive-normal); + font-size:14px; + font-weight:500; + line-height:18px +} + +.labelContainer-1BLJti { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-height:32px; + padding:6px 8px +} + +.label-22pbtT { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis +} + +.subtext-13Lvrj { + margin-top:2px; + white-space:normal +} + +.iconContainer-2-XQPY { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:8px +} + +.icon-LYJorE, +.iconContainer-2-XQPY { + height:18px; + width:18px +} + +.hintContainer-Vai8dx, +.imageContainer-2fGqYU { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + max-height:18px; + margin-left:8px +} + +.caret-1XEpQV, +.image-3v3Wjg { + height:18px +} + +.caret-1XEpQV { + width:18px; + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.disabled-1WRMNA { + cursor:pointer; + pointer-events:none; + opacity:.5 +} + +.separator-2I32lJ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + margin:4px; + border-bottom:1px solid var(--background-modifier-accent) +} + +.submenuContainer-2gbm7M { + position:relative +} + +.submenuPaddingContainer-fiOCHc { + padding:0 8px +} + +.submenu-2-ysNh { + min-width:188px; + max-width:320px +} + +.colorDefault-2K3EoJ { + color:var(--interactive-normal); + border-color:var(--interactive-normal) +} + +.colorDefault-2K3EoJ .subtext-13Lvrj { + color:var(--text-muted); + font-size:12px; + line-height:16px +} + +.colorDefault-2K3EoJ .checkbox-3s5GYZ, +.colorDefault-2K3EoJ .radioSelection-1HmrQS { + color:#5c6fb1 +} + +.colorDefault-2K3EoJ .check-1JyqgN { + color:#fff +} + +.colorDefault-2K3EoJ.focused-3afm-j { + background-color:#5c6fb1; + color:#fff +} + +.colorDefault-2K3EoJ.focused-3afm-j .checkbox-3s5GYZ, +.colorDefault-2K3EoJ.focused-3afm-j .radioSelection-1HmrQS, +.colorDefault-2K3EoJ.focused-3afm-j .subtext-13Lvrj { + color:#fff +} + +.colorDefault-2K3EoJ.focused-3afm-j .check-1JyqgN { + color:#5c6fb1 +} + +.colorDefault-2K3EoJ:active:not(.hideInteraction-1iHO1O) { + background-color:#4e5d94; + color:#fff +} + +.colorBrand-ROmMP1 { + color:#677bc4 +} + +.colorDanger-2qLCe1, +.colorDanger-2qLCe1 .checkbox-3s5GYZ, +.colorDanger-2qLCe1 .radioSelection-1HmrQS { + color:#f04747 +} + +.colorDanger-2qLCe1.focused-3afm-j { + background-color:#f04747; + color:#fff +} + +.colorDanger-2qLCe1.focused-3afm-j .check-1JyqgN { + color:#f04747 +} + +.colorDanger-2qLCe1:active:not(.hideInteraction-1iHO1O) { + background-color:#d84040; + color:#fff +} + +.colorPremium-p4p7qO .icon-LYJorE { + color:#ff73fa +} + +.colorPremium-p4p7qO.focused-3afm-j .icon-LYJorE, +.colorPremium-p4p7qO:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { + color:#fff +} + +.groupLabel-2t5iuZ { + font-weight:700; + font-size:12px; + padding-top:4px; + padding-bottom:0 +} + +.combobox-3V1oCd { + overflow:hidden; + height:100% +} + +.list-1xE9GQ { + list-style:none; + height:100%; + margin-top:8px +} + +.item-2J2GlB { + font-weight:500; + border-radius:4px; + padding:10px 8px; + margin-bottom:4px; + color:var(--interactive-normal); + cursor:pointer; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + outline:none +} + +.focused-dKLoQt, +.item-2J2GlB:hover { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.itemLabel-38pPIt { + width:100% +} + +.itemCheckbox-x25t6M~.itemLabel-38pPIt { + margin-left:8px +} + +.empty-1tY4oL { + padding:20px; + text-align:center; + display:grid; + grid-gap:12px +} + +.disabled-w6MDKJ { + opacity:.3; + cursor:not-allowed +} + +.selected-2114Fj { + background-color:var(--background-modifier-selected) +} + +.selectedBrand-1UKrSX { + background:#7289da; + color:#fff +} + +.selectedBrand-1UKrSX.focused-dKLoQt, +.selectedBrand-1UKrSX:hover { + background:#4e5d94; + color:#fff +} + +.container-3XJ8ns { + width:250px; + overflow:hidden; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:8px; + background-color:var(--background-primary); + border:1px solid var(--background-modifier-accent) +} + +.list-1MFD7e { + height:280px; + padding:8px 0 +} + +.root-3-B5F3 { + position:relative; + margin-top:2px +} + +.role-2irmRk { + font-size:12px; + font-weight:500; + border:1px solid; + border-radius:11px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:22px; + margin:0 4px 4px 0; + padding:4px +} + +.roleCircle-3xAZ1j { + border-radius:50%; + width:12px; + height:12px; + padding:0; + margin-right:4px +} + +.roleRemoveIcon-2-TeGW { + display:none; + width:10px; + height:10px +} + +.role-2irmRk:hover .roleRemoveIcon-2-TeGW, +.roleRemoveIconFocused-2ynLxl .roleRemoveIcon-2-TeGW { + display:block +} + +.roleName-32vpEy { + max-width:200px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-right:4px +} + +.actionButton-VzECiy { + font-size:11px; + line-height:11px +} + +.overflowButton-1SCpCf { + padding:4px 8px +} + +.addButton-pcyyf6 { + padding:4px 5px +} + +.addButtonIcon-1NMJ8u { + cursor:pointer; + width:10px; + height:10px +} + +.overflowRolesPopout-140n9i { + border-radius:3px; + padding:8px; + width:200px +} + +.overflowRolesPopoutArrowWrapper-2Dx30g { + margin-left:-8px; + overflow:hidden; + width:16px; + height:12px +} + +.overflowRolesPopoutArrow-2O66oH { + width:8px; + height:8px; + -webkit-transform:rotate(45deg); + transform:rotate(45deg) +} + +.popoutBottom-2BJWty .overflowRolesPopoutArrowWrapper-2Dx30g { + position:absolute; + bottom:100%; + left:50% +} + +.popoutBottom-2BJWty .overflowRolesPopoutArrow-2O66oH { + position:absolute; + bottom:-4px; + left:4px +} + +.popoutTop-1WcJ06 .overflowRolesPopoutArrowWrapper-2Dx30g { + position:absolute; + top:100%; + left:50% +} + +.popoutTop-1WcJ06 .overflowRolesPopoutArrow-2O66oH { + position:absolute; + top:-4px; + left:4px +} + +.overflowRolesPopoutHeader-ciqDLE { + margin-bottom:8px +} + +.overflowRolesPopoutHeaderIcon-6PNEZA { + margin-right:4px; + width:12px; + height:12px +} + +.overflowRolesPopoutHeaderText-1SW-y3 { + font-size:12px; + font-weight:700; + color:#72767d; + text-transform:uppercase +} + +.theme-dark .actionButton-VzECiy { + border-color:#4f545c; + color:#b9bbbe; + background:transparent +} + +.theme-dark .overflowRolesPopout-140n9i { + color:hsla(0, + 0%, + 100%, + .8) +} + +.theme-dark .overflowRolesPopout-140n9i, +.theme-dark .overflowRolesPopoutArrow-2O66oH { + background-color:#36393f; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6) +} + +.theme-light .actionButton-VzECiy { + border-color:#b9bbbe; + color:#4f545c; + background:transparent +} + +.theme-light .overflowRolesPopout-140n9i { + color:rgba(79, + 84, + 92, + .8) +} + +.theme-light .overflowRolesPopout-140n9i, +.theme-light .overflowRolesPopoutArrow-2O66oH { + background-color:#fff; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + 0 0 0 1px rgba(185, + 187, + 190, + .3); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + 0 0 0 1px rgba(185, + 187, + 190, + .3) +} + +.botTag-2WPJ74 { + font-size:.625rem; + vertical-align:top; + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-negative:0; + flex-shrink:0; + text-indent:0 +} + +.px-10SIf7.botTag-2WPJ74 { + height:15px; + padding:0 4px; + margin-top:1px; + border-radius:3px +} + +.rem-2m9HGf.botTag-2WPJ74 { + height:.9375rem; + padding:0 .275rem; + margin-top:.075em; + border-radius:.1875rem +} + +.botTagRegular-2HEhHi { + background:#7289da; + color:#fff +} + +.botTagInvert-18-95s { + background:#fff; + color:#7289da +} + +.botTagVerified-1klIIt { + display:inline-block +} + +.px-10SIf7 .botTagVerified-1klIIt { + width:15px; + height:15px; + margin-left:-4px +} + +.rem-2m9HGf .botTagVerified-1klIIt { + width:.9375rem; + height:.9375rem; + margin-left:-.25rem +} + +.botText-1526X_ { + position:relative; + font-weight:500 +} + +.px-10SIf7 .botText-1526X_ { + font-size:10px; + line-height:15px +} + +.rem-2m9HGf .botText-1526X_ { + line-height:.9375rem +} + +.nameTag-m8r81H { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden; + line-height:1.1 +} + +.nameTag-m8r81H .discriminator-19kRMP, +.nameTag-m8r81H .username-2b1r56 { + display:block +} + +.username-2b1r56 { + -ms-flex:0 1 auto; + flex:0 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.bot-2Fta1w, +.username-2b1r56 { + -webkit-box-flex:0 +} + +.bot-2Fta1w { + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:1ch +} + +.textarea-2r0oV8 { + background-color:transparent; + border:none; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--text-normal); + font-size:12px; + line-height:14px; + max-height:88px; + padding:4px; + resize:none; + width:100% +} + +.textarea-2r0oV8::-webkit-input-placeholder { + color:var(--text-muted) +} + +.textarea-2r0oV8::-moz-placeholder { + color:var(--text-muted) +} + +.textarea-2r0oV8:-ms-input-placeholder { + color:var(--text-muted) +} + +.textarea-2r0oV8::placeholder { + color:var(--text-muted) +} + +.textarea-2r0oV8:focus { + background-color:var(--background-tertiary) +} + +.everyonePopout-nEbJY3 { + width:440px; + min-height:198px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:5px +} + +.header-3_S6dz { + font-weight:700; + letter-spacing:.6px; + margin-bottom:4px +} + +.body-2iXqIL { + min-height:128px; + padding:20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.body-2iXqIL strong { + font-weight:600 +} + +.animation-3GofIz { + width:210px +} + +.buttonWrapper-rQnAjG { + margin-top:20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.buttonContainer-1BodPZ:last-child { + margin-left:8px +} + +.button-1VQp89 { + max-width:120px +} + +.buttonHint-2OxJB8 { + margin-top:4px +} + +.buttonHint-2OxJB8 strong { + text-transform:uppercase +} + +.content-L5mYq4 { + margin-left:20px; + font-size:14px; + line-height:20px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.content-L5mYq4, +.footer-2aTx0s { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.footer-2aTx0s { + font-size:12px; + padding:8px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-height:14px +} + +.footer-2aTx0s strong { + font-weight:700 +} + +.icon-2qOzDL { + margin-right:4px +} + +.theme-dark .everyonePopout-nEbJY3 { + background-color:#36393f; + -webkit-box-shadow:0 2px 10px 0 rgba(28, + 36, + 43, + .6); + box-shadow:0 2px 10px 0 rgba(28, + 36, + 43, + .6) +} + +.theme-dark .header-3_S6dz { + color:#fff +} + +.theme-dark .body-2iXqIL { + color:#b9bbbe +} + +.theme-dark .buttonHint-2OxJB8 { + color:#72767d +} + +.theme-dark .buttonHint-2OxJB8 strong { + color:#b9bbbe +} + +.theme-dark .footer-2aTx0s { + background-color:rgba(32, + 34, + 37, + .4); + color:#72767d +} + +.theme-dark .footer-2aTx0s strong { + color:#b9bbbe +} + +.theme-light .everyonePopout-nEbJY3 { + background-color:#fff; + -webkit-box-shadow:0 2px 10px 0 rgba(28, + 36, + 43, + .6); + box-shadow:0 2px 10px 0 rgba(28, + 36, + 43, + .6) +} + +.theme-light .header-3_S6dz { + color:#4f545c +} + +.theme-light .body-2iXqIL, +.theme-light .buttonHint-2OxJB8, +.theme-light .buttonHint-2OxJB8 strong { + color:#72767d +} + +.theme-light .footer-2aTx0s { + background-color:#f6f6f7; + border-radius:0 0 5px 5px; + color:#72767d +} + +.theme-light .footer-2aTx0s strong { + color:#72767d +} + +.input-2_SIlA { + font-size:14px +} + +.height12-2Ltw-k { + line-height:12px +} + +.height14-RAZbc0 { + line-height:14px +} + +.height16-2Lv3qA { + line-height:16px +} + +.height20-mO2eIN { + line-height:20px +} + +.height24-3XzeJx { + line-height:24px +} + +.height28-3tox65 { + line-height:28px +} + +.height30-yt7xZf { + line-height:30px +} + +.height36-36OHCc { + line-height:36px +} + +.height44-GQFvfT { + line-height:44px +} + +.text-AOoUen { + font-weight:500; + color:hsla(0, + 0%, + 100%, + .8) +} + +.bar-3urHkF { + background-color:rgba(79, + 84, + 92, + .16); + height:4px; + margin-bottom:4px +} + +.bar-3urHkF, +.barInner-3NDaY_ { + border-radius:2px +} + +.barInner-3NDaY_ { + background-color:#fff; + height:100%; + min-width:4px +} + +.themed-2aMyTM .textLeft-3EZXG6, +.themed-2aMyTM .textRight-1XO5Ye { + color:var(--text-normal) +} + +.themed-2aMyTM .barInner-3NDaY_ { + background-color:var(--text-normal) +} + +.noUserDrag-5Mb43F { + -webkit-user-drag:none +} + +.userSelectText-1o1dQ7 { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.userSelectNone-Iy6XEP { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.cursorDefault-331ZcI { + cursor:default +} + +.cursorPointer-1tw4YS { + cursor:pointer +} + +.ellipsis-1XUmPN { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.headerText-1HLrL7 { + font-weight:700; + text-transform:uppercase +} + +.assets-VMAukC { + position:relative +} + +.xboxAssets-aGhVw8 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.assetsLargeMaskStreamPreview-2V7xlA, +.assetsLargeMaskUserPopout-12EBBc, +.assetsLargeMaskVoiceChannel-2k1oGM { + -webkit-mask:url(img/3a10988d0f55c63294100b270818207a.svg); + mask:url(img/3a10988d0f55c63294100b270818207a.svg) +} + +.assetsLargeMaskActivityFeed-3eznI9, +.assetsLargeMaskProfile-1Qkfen { + -webkit-mask:url(img/725244a8d98fc7f9f2c4a3b3257176e6.svg); + mask:url(img/725244a8d98fc7f9f2c4a3b3257176e6.svg) +} + +.assetsProfile-1qp_pu { + max-height:144px +} + +.assetsLargeImage-eYwpTX { + border-radius:8px; + display:block; + -o-object-fit:cover; + object-fit:cover +} + +.assetsLargeImageStreamPreview-1A9lfF, +.assetsLargeImageUserPopout-3Pp8BK, +.assetsLargeImageUserPopoutXbox-2hgKt0 { + width:60px; + height:60px +} + +.assetsLargeImageActivityFeed-25vA7H, +.assetsLargeImageActivityFeedXbox-3Tr-tf, +.assetsLargeImageProfile-3YXDex { + width:90px; + height:90px +} + +.assetsLargeImageVoiceChannel-dGmxCi { + width:64px; + height:64px +} + +.assetsLargeImageActivityFeedTwitch-35IZuj { + width:100%; + height:260px; + -webkit-mask:-webkit-gradient(linear, + left bottom, + left top, + color-stop(10%, + transparent), + color-stop(80%, + #000)); + -webkit-mask:linear-gradient(0deg, + transparent 10%, + #000 80%); + mask:-webkit-gradient(linear, + left bottom, + left top, + color-stop(10%, + transparent), + color-stop(80%, + #000)); + mask:linear-gradient(0deg, + transparent 10%, + #000 80%); + border-radius:8px +} + +.assetsLargeImageProfileXbox-1t6G2m { + width:60px; + height:60px +} + +.assetsLargeImageProfileTwitch-298r77 { + width:162px; + height:90px +} + +.assetsSmallImage-3_3Bzj { + border-radius:50%; + position:absolute; + bottom:-4px; + right:-4px +} + +.assetsSmallImageStreamPreview-1Sdyfc, +.assetsSmallImageUserPopout-2yc71g, +.assetsSmallImageVoiceChannel-19SIVn { + width:20px; + height:20px +} + +.assetsSmallImageActivityFeed-2LNxrO, +.assetsSmallImageProfile-3JcsV1 { + width:30px; + height:30px +} + +.gameIcon-_0rmMm { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.screenshareIcon-Bnlgnp { + width:40px; + height:40px; + background-image:url(img/e3846167b8bd847f74dfc567d2c3bb10.svg) +} + +.content-3JfFJh { + overflow:hidden +} + +.contentImagesStreamPreview-19sAie, +.contentImagesUserPopout-1vLdRA, +.contentImagesVoiceChannel-1LLEDQ { + margin-left:10px +} + +.contentImagesActivityFeed-2f9veg, +.contentImagesProfile-1Mz07W { + margin-left:20px +} + +.contentNoImagesActivityFeed-FEn3nf, +.contentNoImagesProfile-371_Rv { + margin-bottom:-4px +} + +.contentGameImageStreamPreview-3FGJd1, +.contentGameImageUserPopout-2KWIsz, +.contentGameImageVoiceChannel-3-m1X_ { + margin-bottom:-1px; + margin-left:10px +} + +.contentGameImageProfile-WTVbI0 { + margin-bottom:-2px; + margin-left:10px +} + +.textRow-19NEd_ { + display:block; + font-size:14px; + line-height:18px +} + +.activityActivityFeed-3xysim .name-29ETJS { + display:none +} + +.activityActivityFeed-3xysim .details-38sfDr { + font-weight:600 +} + +.timeBarUserPopout-AWPFf2 { + margin-top:12px +} + +.timeBarActivityFeed-24_oBt, +.timeBarProfile-10b-fm { + margin-top:10px +} + +.timeBarVoiceChannel-1toAIF { + margin-top:4px +} + +.activityName-1IaRLn, +.nameNormal-2lqVQK, +.nameWrap-3Z4G_9 { + color:#fff +} + +.bodyLink-3A8Buv:hover { + text-decoration:underline +} + +.twitchImageContainer-hVw_dv { + background:#18191c; + position:relative; + border-radius:8px +} + +.twitchImageOverlay-CXCd19 { + position:absolute; + left:0; + right:0; + bottom:0; + padding:16px +} + +.twitchBackgroundImage-3iXCea { + min-height:260px; + display:inline-block +} + +.streamUsername-eO7oss { + font-weight:600; + font-size:16px; + line-height:1.25; + color:#dcddde +} + +.streamName-1q4JEo { + margin-top:8px; + color:#b9bbbe; + font-weight:500; + font-size:14px +} + +.streamGame-2odMhn { + color:#72767d; + font-size:12px; + font-weight:600; + margin-top:8px +} + +.activityVoiceChannel-OPU-Fm .headerText-1HLrL7 { + color:var(--interactive-normal) +} + +.activityVoiceChannel-OPU-Fm .activityName-1IaRLn, +.activityVoiceChannel-OPU-Fm .name-29ETJS, +.activityVoiceChannel-OPU-Fm .nameNormal-2lqVQK, +.activityVoiceChannel-OPU-Fm .nameWrap-3Z4G_9 { + color:var(--header-primary) +} + +.activityVoiceChannel-OPU-Fm .content-3JfFJh, +.activityVoiceChannel-OPU-Fm .details-38sfDr, +.activityVoiceChannel-OPU-Fm .playTime-2uWd1Z, +.activityVoiceChannel-OPU-Fm .state-Tt0LO3, +.activityVoiceChannel-OPU-Fm .timestamp-VjAZmo { + color:var(--header-secondary) +} + +.theme-light .activityActivityFeed-3xysim .content-3JfFJh, +.theme-light .activityActivityFeed-3xysim .details-38sfDr { + color:#4f545c +} + +.theme-light .activityStreamPreview-3r3GiX .activityName-1IaRLn, +.theme-light .activityStreamPreview-3r3GiX .content-3JfFJh, +.theme-light .activityStreamPreview-3r3GiX .details-38sfDr, +.theme-light .activityStreamPreview-3r3GiX .name-29ETJS, +.theme-light .activityStreamPreview-3r3GiX .nameNormal-2lqVQK { + color:#23262a +} + +.theme-dark .activityActivityFeed-3xysim .content-3JfFJh, +.theme-dark .activityActivityFeed-3xysim .details-38sfDr { + color:#dcddde +} + +.theme-dark .activityStreamPreview-3r3GiX .activityName-1IaRLn, +.theme-dark .activityStreamPreview-3r3GiX .content-3JfFJh, +.theme-dark .activityStreamPreview-3r3GiX .details-38sfDr, +.theme-dark .activityStreamPreview-3r3GiX .name-29ETJS, +.theme-dark .activityStreamPreview-3r3GiX .nameNormal-2lqVQK { + color:#f6f6f7 +} + +.theme-dark .activityProfile-2bJRaP .content-3JfFJh, +.theme-dark .activityProfile-2bJRaP .details-38sfDr, +.theme-dark .activityProfile-2bJRaP .headerText-1HLrL7, +.theme-dark .activityProfile-2bJRaP .name-29ETJS, +.theme-dark .activityUserPopout-2yItg2 .content-3JfFJh, +.theme-dark .activityUserPopout-2yItg2 .details-38sfDr, +.theme-dark .activityUserPopout-2yItg2 .headerText-1HLrL7, +.theme-dark .activityUserPopout-2yItg2 .name-29ETJS, +.theme-light .activityProfile-2bJRaP .content-3JfFJh, +.theme-light .activityProfile-2bJRaP .details-38sfDr, +.theme-light .activityProfile-2bJRaP .headerText-1HLrL7, +.theme-light .activityProfile-2bJRaP .name-29ETJS, +.theme-light .activityUserPopout-2yItg2 .content-3JfFJh, +.theme-light .activityUserPopout-2yItg2 .details-38sfDr, +.theme-light .activityUserPopout-2yItg2 .headerText-1HLrL7, +.theme-light .activityUserPopout-2yItg2 .name-29ETJS { + color:#fff +} + +.button-2IFFQ4 { + font-size:14px +} + +.buttonSize-AQY2mE { + height:32px; + min-height:32px +} + +.image-3wZlK5 { + width:156px; + height:137px +} + +.theme-dark .image-3wZlK5 { + background-image:url(img/fb6a21ef85b63dec6e7c01c683904e8f.svg) +} + +.theme-light .image-3wZlK5 { + background-image:url(img/97e866482f43d3ebd2496641cd934904.svg) +} + +.wrapper-3JPufy { + position:relative +} + +.inner-2Y6JuD { + width:52px; + height:52px; + border:1px solid rgba(153, + 170, + 181, + .3); + border-radius:5px; + background-size:36px 36px; + background-repeat:no-repeat; + background-position:50%; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.inner-2Y6JuD:hover { + background-color:rgba(153, + 170, + 181, + .3); + cursor:pointer +} + +.inner-2Y6JuD:disabled { + opacity:.3; + pointer-events:none +} + +.ellipsis-3JqXfv { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.spinnerItem-3JjAoz { + background-color:#4f545c +} + +.theme-dark .inner-2Y6JuD, +.theme-light .inner-2Y6JuD { + background-color:transparent +} + +.theme-dark .inner-2Y6JuD:hover, +.theme-light .inner-2Y6JuD:hover { + border-color:transparent +} + +.spotifyButtonLogo-1El5JQ { + width:16px; + height:16px; + margin-right:8px +} + +.listenAlongIcon-2vb1HG { + width:24px; + height:24px +} + +.iconButton-285DXF { + padding:0 +} + +.iconButtonSize-3s24uQ { + min-width:32px; + max-width:32px +} + +.streamIcon-2zxjAa { + width:16px; + height:16px; + vertical-align:bottom; + margin-right:5px +} + +.iconButton-2sWFo9 { + padding:0; + line-height:0; + margin-left:8px +} + +.iconButtonSize-1gzEUL { + min-width:32px; + max-width:32px +} + +.iconSize-2WDpUJ { + width:24px; + height:24px +} + +.xboxButtonLogo-1udUda { + width:16px; + height:16px; + min-width:16px; + margin-right:8px +} + +.buttonsWrapper-2spIeK { + margin-top:12px; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.buttonsWrapper-2spIeK:empty { + margin:0 +} + +.horizontal-3fI3M->:not(:first-child) { + margin-left:8px +} + +.vertical-3w1v88>:not(:first-child) { + margin-top:8px +} + +.actionsStreamPreview-2lARcx { + margin-top:10px +} + +.actionsProfile-jEtjVX { + margin-left:20px; + margin-top:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.errorImage-149OVL { + height:135px +} + +.icon-15YQ1T { + margin-left:2px +} + +.emoji-2cWBLE, +.icon-15YQ1T { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.textRuler-wO-qHe { + position:absolute; + visibility:hidden +} + +.emoji-kdONqz { + -ms-flex-negative:0; + flex-shrink:0 +} + +@-webkit-keyframes live-pulse-3GAxuT { + 0% { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 rgba(240, + 71, + 71, + .42); + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 rgba(240, + 71, + 71, + .42) + } + + 70% { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 10px 10px transparent; + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 10px 10px transparent + } + + to { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 transparent; + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 transparent + } + +} + +@keyframes live-pulse-3GAxuT { + 0% { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 rgba(240, + 71, + 71, + .42); + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 rgba(240, + 71, + 71, + .42) + } + + 70% { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 10px 10px transparent; + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 10px 10px transparent + } + + to { + -webkit-box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 transparent; + box-shadow:0 0 10px 2px rgba(0, + 0, + 0, + .12), + 0 0 0 0 transparent + } + +} + +.userPopout-3XzG_A { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + width:250px; + border-radius:5px; + overflow:hidden; + max-height:calc(100vh - 20px); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.header-2BwW8b { + color:#fff; + line-height:20px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.headerBotTagWithNickname--pvZ2g { + margin-bottom:2px +} + +.headerTop-3C2Zn0 { + padding:16px +} + +.headerStreaming-2FjmGz { + background:#593695 +} + +.headerSpotify-zpWxgT { + background:#1db954 +} + +.headerXbox-3G-4PF { + background:#107c10 +} + +.headerPlaying-j0WQBV { + background:#7289da +} + +.avatarWrapper-3H_478 { + border-radius:50%; + margin-bottom:12px; + position:relative +} + +.avatarWrapperNormal-3wFMbf { + cursor:pointer +} + +.avatarWrapperNormal-3wFMbf:hover .avatarHint-1qgaV3 { + opacity:1 +} + +.avatarWrapperNonUserBot-2DufN6 { + cursor:default +} + +.avatarHint-1qgaV3 { + position:absolute; + top:0; + left:0; + z-index:2; + opacity:0; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease; + pointer-events:none +} + +.avatarHintInner-Dco91E { + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:700; + width:100%; + padding-top:4px; + height:100%; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-box-shadow:inset 0 0 120px rgba(0, + 0, + 0, + .75); + box-shadow:inset 0 0 120px rgba(0, + 0, + 0, + .75) +} + +.avatarHintInner-Dco91E, +.headerText-2sdzFM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerText-2sdzFM { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + text-align:center +} + +.headerNameWrapper-3res2c { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerName-fajvi9 { + word-break:break-word; + font-weight:600; + margin-bottom:2px; + margin-top:4px +} + +.headerName-fajvi9, +.headerTagUsernameNoNickname-2_H881 { + white-space:normal; + color:#fff +} + +.headerTag-2pZJzA { + font-weight:500; + line-height:18px; + color:#fff; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.headerNormal-T_seeN .headerTag-2pZJzA { + color:var(--header-secondary) +} + +.headerTagNoNickname-ENx6no { + word-break:break-word; + white-space:normal +} + +.headerTagUsernameNoNickname-2_H881 { + font-weight:600 +} + +.headerActivityText-gcopRr { + font-size:14px; + padding:0 10px; + color:hsla(0, + 0%, + 100%, + .6); + text-align:center +} + +.headerActivityText-gcopRr strong, +.headerLive-172YLb { + font-weight:700 +} + +.headerLive-172YLb { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:15px; + color:#fff; + text-decoration:none; + cursor:pointer +} + +.headerLive-172YLb .headerLiveText-2NrUq_ { + color:#fff +} + +.headerLive-172YLb:hover { + background-color:#503186 +} + +.headerEmoji-3vgSfn { + width:16px; + height:16px; + margin-left:4px; + vertical-align:-.2em; + -ms-flex-negative:0; + flex-shrink:0 +} + +.headerLiveText-2NrUq_ { + padding:8px 0 +} + +.headerLiveIcon-3ASKA7 { + background-color:#f04747; + width:12px; + height:12px; + border-radius:12px; + display:inline-block; + margin-right:5px; + -webkit-animation:live-pulse-3GAxuT 1.5s infinite; + animation:live-pulse-3GAxuT 1.5s infinite +} + +.activity-11LB_k { + background-color:rgba(0, + 0, + 0, + .05); + padding:16px +} + +.body-3iLsc4 { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + min-height:0; + padding:16px 8px 16px 16px; + background-color:#f6f6f7 +} + +.bodyInnerWrapper-Z8WDxe { + padding-right:8px +} + +.rolesList-22qj2L { + margin-top:12px +} + +.note-3HfJZ5 { + margin-left:-4px; + margin-right:-4px +} + +.endBodySection-Rf4s-7 { + margin-bottom:16px +} + +.bodyTitle-Y0qMQz { + color:var(--header-secondary); + font-weight:700; + text-transform:uppercase +} + +.footer-1fjuF6 { + padding:0 16px 16px; + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.wumpusWrapper-yrvoR3 { + overflow:hidden; + pointer-events:none +} + +.wumpus-3VDMUi { + margin-left:8px; + -webkit-transform:translate3d(0, + 18px, + 0); + transform:translate3d(0, + 18px, + 0); + -webkit-transition:-webkit-transform .15s cubic-bezier(0, + 0, + .5, + 2.2) .15s; + transition:-webkit-transform .15s cubic-bezier(0, + 0, + .5, + 2.2) .15s; + transition:transform .15s cubic-bezier(0, + 0, + .5, + 2.2) .15s; + transition:transform .15s cubic-bezier(0, + 0, + .5, + 2.2) .15s, + -webkit-transform .15s cubic-bezier(0, + 0, + .5, + 2.2) .15s; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.wumpusImage-1f6wii { + display:block; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.wumpusTooltip-65YlMT { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + display:inline-block; + position:relative; + left:2px; + padding:1px 6px; + font-size:12px; + font-weight:500; + border-radius:3px; + margin-top:-8px; + margin-right:8px; + opacity:0; + -webkit-transition:opacity .11s linear .17s; + transition:opacity .11s linear .17s +} + +.wumpusTooltip-65YlMT:after { + content:""; + position:absolute; + top:50%; + left:-6px; + margin-top:-3px; + border-right-width:3px; + border-style:solid; + height:0; + width:0 +} + +.wumpusShown-2xKVn_ { + -webkit-transform:translate3d(0, + 2px, + 0); + transform:translate3d(0, + 2px, + 0) +} + +.wumpusShown-2xKVn_ .wumpusTooltip-65YlMT { + opacity:1 +} + +.protip-YaFfgO { + color:var(--header-secondary); + font-size:12px; + line-height:16px; + text-align:center +} + +.applicationStreaming-2FO6Gx { + background-color:#8ea1e1 +} + +.customStatus-1bh2V9 { + margin-top:12px; + text-align:center; + width:100%; + overflow-wrap:break-word; + font-size:14px; + line-height:18px; + color:#fff +} + +.customStatus-1bh2V9 .customStatusEmoji-7MXCgv { + width:20px; + height:20px +} + +.customStatus-1bh2V9 .customStatusEmoji-7MXCgv:not(:last-child) { + margin-right:8px +} + +.customStatus-1bh2V9 .customStatusEmoji-7MXCgv.customStatusSoloEmoji-XOvnMc { + width:48px; + height:48px +} + +.customStatusText-3YJeRZ { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.headerNormal-T_seeN .customStatus-1bh2V9 { + color:var(--header-secondary) +} + +.theme-dark .headerNormal-T_seeN { + background-color:#202225 +} + +.theme-dark .body-3iLsc4, +.theme-dark .footer-1fjuF6 { + background-color:#2f3136; + color:hsla(0, + 0%, + 100%, + .8) +} + +.theme-dark .footer-1fjuF6 { + border-color:rgba(32, + 34, + 37, + .3) +} + +.theme-dark .wumpusTooltip-65YlMT { + background:#fff; + color:#4f545c +} + +.theme-dark .wumpusTooltip-65YlMT:after { + border-color:transparent #fff transparent transparent +} + +.theme-light .userPopout-3XzG_A { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3) +} + +.theme-light .headerNormal-T_seeN { + background-color:#f6f6f7 +} + +.theme-light .headerNormal-T_seeN .headerTag-2pZJzA { + color:#b9bbbe +} + +.theme-light .headerNormal-T_seeN .headerName-fajvi9, +.theme-light .headerNormal-T_seeN .headerTagUsernameNoNickname-2_H881 { + color:#4f545c +} + +.theme-light .body-3iLsc4, +.theme-light .footer-1fjuF6 { + background-color:#fff; + color:rgba(79, + 84, + 92, + .8) +} + +.theme-light .footer-1fjuF6 { + border-color:rgba(185, + 187, + 190, + .3) +} + +.theme-light .wumpusTooltip-65YlMT { + background:rgba(220, + 221, + 222, + .6); + color:#4f545c +} + +.theme-light .wumpusTooltip-65YlMT:after { + border-color:transparent rgba(220, + 221, + 222, + .6) transparent transparent +} + +.guildPopout-3CgKqR { + width:250px; + border-radius:5px; + overflow:hidden; + max-height:calc(100vh - 20px); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.iconMask-AFPO7u { + -webkit-transition:background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + padding:4px; + background-color:var(--activity-card-background) +} + +.unavailableIcon-e1M1SS { + margin-bottom:16px; + -webkit-transition:-webkit-box-shadow .1s ease-out; + transition:-webkit-box-shadow .1s ease-out; + transition:box-shadow .1s ease-out; + transition:box-shadow .1s ease-out, + -webkit-box-shadow .1s ease-out; + color:var(--header-secondary) +} + +.iconWithSplash-19l002 { + position:absolute; + top:94.62482px +} + +.avatar-397jYv, +.splashImage-3SgZ2f { + width:100%; + height:100% +} + +.splashImage-3SgZ2f { + -o-object-fit:cover; + object-fit:cover +} + +.body-2Enz7L { + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.body-2Enz7L.hasSplash-200jeH { + padding-top:58px +} + +.guildNameWrapper-1Mauc8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.guildName-vhRkcC { + word-break:break-word; + font-weight:600 +} + +.badge-3CnxD1 { + margin-right:4px +} + +.description-2CBrN8 { + text-align:center; + margin-top:8px +} + +.memberInfo-28ncC0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:16px; + font-weight:600; + line-height:1.25; + color:var(--header-secondary) +} + +.memberCount-2WToxu { + margin-right:8px +} + +.memberCount-2WToxu:last-child { + margin-right:0 +} + +.dot-14zbHU { + display:inline-block; + width:8px; + height:8px; + border-radius:50%; + margin-right:4px; + margin-left:4px +} + +.dotOnline-3hjzjw { + background-color:#43b581 +} + +.dotOffline-3gYNLJ { + background-color:#b9bbbe +} + +.memberText-21jAAz { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.footer-3OAEzG { + background-color:var(--background-primary); + max-width:100%; + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-item-align:stretch; + align-self:stretch +} + +.emojiHeader-1Mu53U { + margin-bottom:8px +} + +.emojiContainer-3Wqma4 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:16px +} + +.emojiContainer-3Wqma4.withCounter-jpW8Nw { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.emoji-270c6v { + margin-right:8px +} + +.emojiCounter-1BHDd2 { + background-color:var(--background-secondary); + height:24px; + padding:0 8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:24px +} + +@-webkit-keyframes placeholderPulse-2NB6YJ { + 0% { + opacity:.2 + } + + 50% { + opacity:.5 + } + + to { + opacity:.2 + } + +} + +@keyframes placeholderPulse-2NB6YJ { + 0% { + opacity:.2 + } + + 50% { + opacity:.5 + } + + to { + opacity:.2 + } + +} + +.placeholderSkeleton-2WHb-r { + border-radius:8px; + background:#72767d; + opacity:.2; + -webkit-animation:placeholderPulse-2NB6YJ 3s ease-in-out infinite; + animation:placeholderPulse-2NB6YJ 3s ease-in-out infinite +} + +.splashPlaceholder-3eWUcT { + width:250px; + height:140.62482px; + border-radius:0 +} + +.iconPlaceholder-193bRZ { + border-radius:50%; + width:92px; + height:92px; + margin-bottom:16px; + position:absolute; + top:94.62482px +} + +.namePlaceholder-2Ciab4 { + height:18px; + width:170px; + -webkit-animation-delay:.2s; + animation-delay:.2s +} + +.memberInfoPlaceholder-MpPvk8, +.namePlaceholder-2Ciab4 { + margin:2px 0 +} + +.memberInfoPlaceholder-MpPvk8 { + height:12px; + width:70px; + -webkit-animation-delay:.3s; + animation-delay:.3s +} + +.viewButtonPlaceholder-1C07Fk { + height:128px +} + +.unavailableHeader-2yDubR { + margin-bottom:8px +} + +.theme-dark .guildPopout-3CgKqR { + background-color:#202225; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6) +} + +.theme-dark .guildName-vhRkcC { + color:#fff +} + +.theme-light .guildPopout-3CgKqR { + background-color:#f6f6f7; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3) +} + +.theme-light .guildName-vhRkcC { + color:#4f5660 +} + +.popout-6p6fkZ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:240px; + padding:24px 16px; + border-radius:8px; + overflow:hidden; + line-height:20px; + text-align:center +} + +.staffBadge-3NsEoM { + background-image:url(img/7cfd90c8062139e4804a1fa59f564731.svg); + background-repeat:no-repeat; + background-size:contain; + background-position:50%; + width:8px; + height:8px +} + +.nameWrapper-2D9_np { + margin-top:16px +} + +.header-NC1A_A { + margin-left:8px +} + +.description-1u26oc { + margin-top:8px +} + +.avatar-Ylrxl9 { + width:100px; + height:100px; + border-radius:16px +} + +.theme-dark .popout-6p6fkZ { + background-color:#202225; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6) +} + +.theme-light .popout-6p6fkZ { + background-color:#f8f9f9; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(185, + 187, + 190, + .3) +} + +.mediaBarInteraction-37i2O4, +.mediaBarInteractionDragging-2QurIZ { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -ms-flex-item-align:stretch; + align-self:stretch; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + margin:0 7px +} + +.mediaBarInteraction-37i2O4:hover .mediaBarWrapper-3D7r67, +.mediaBarInteractionDragging-2QurIZ:hover .mediaBarWrapper-3D7r67 { + -webkit-box-shadow:0 1px 1px rgba(0, + 0, + 0, + .3); + box-shadow:0 1px 1px rgba(0, + 0, + 0, + .3) +} + +.mediaBarInteraction-37i2O4:hover .bubble-3qRl2J, +.mediaBarInteractionDragging-2QurIZ:hover .bubble-3qRl2J { + opacity:1 +} + +.mediaBarInteraction-37i2O4:hover .mediaBarGrabber-1FqnbN { + -webkit-transform:scale(1); + transform:scale(1); + background-color:#8ea1e1 +} + +.mediaBarInteraction-37i2O4:hover .mediaBarPreview-1jfyFs { + opacity:.3 +} + +.mediaBarInteraction-37i2O4:hover .bubble-3qRl2J, +.mediaBarInteractionDragging-2QurIZ .bubble-3qRl2J { + opacity:1 +} + +.mediaBarInteractionDragging-2QurIZ .mediaBarGrabber-1FqnbN { + -webkit-transform:scale(1); + transform:scale(1); + background-color:#8ea1e1 +} + +.mediaBarInteractionVolume-3QZqYd { + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + -ms-flex-item-align:center; + align-self:center; + border-radius:8px; + background-color:rgba(0, + 0, + 0, + .7); + padding:4px 8px; + width:72px; + margin:0 4px 0 0 +} + +.vertical-1gJnJQ { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:end; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-transform-origin:top; + transform-origin:top; + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg); + height:54px; + width:140px +} + +.horizontal-3Sq5iO, +.vertical-1gJnJQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.horizontal-3Sq5iO { + width:100%; + -ms-flex-item-align:stretch; + align-self:stretch +} + +.fakeEdges-27pgtp { + position:relative +} + +.fakeEdges-27pgtp:after, +.fakeEdges-27pgtp:before { + content:""; + position:absolute; + top:0; + height:100%; + width:3px; + z-index:1 +} + +.fakeEdges-27pgtp:before { + left:-3px; + border-radius:3px 0 0 3px +} + +.fakeEdges-27pgtp:after { + right:-3px; + border-radius:0 3px 3px 0 +} + +.buffer-26XPkd { + position:absolute; + top:0; + left:0; + height:100%; + opacity:.3 +} + +.buffer-26XPkd, +.buffer-26XPkd:after, +.buffer-26XPkd:before { + background-color:#fff +} + +.mediaBarWrapper-3D7r67 { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + height:6px +} + +.mediaBarWrapper-3D7r67, +.mediaBarWrapper-3D7r67:after, +.mediaBarWrapper-3D7r67:before { + background-color:rgba(185, + 187, + 190, + .3) +} + +.mediaBarWrapperVolume-354-jo { + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + width:72px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.mediaBarPreview-1jfyFs, +.mediaBarProgress-1xaPtl { + position:absolute; + top:0; + left:0; + height:100% +} + +.mediaBarPreview-1jfyFs { + z-index:0; + opacity:0 +} + +.mediaBarPreview-1jfyFs, +.mediaBarPreview-1jfyFs:after, +.mediaBarPreview-1jfyFs:before { + background-color:#fff +} + +.mediaBarProgress-1xaPtl { + z-index:3 +} + +.mediaBarGrabber-1FqnbN, +.mediaBarProgress-1xaPtl, +.mediaBarProgress-1xaPtl:after, +.mediaBarProgress-1xaPtl:before { + background-color:#7289da +} + +.mediaBarGrabber-1FqnbN { + position:absolute; + top:50%; + right:0; + z-index:2; + width:10px; + height:10px; + border-radius:5px; + margin-top:-5px; + margin-right:-5px; + -webkit-transform:scale(0); + transform:scale(0); + -webkit-transform-origin:50% 50%; + transform-origin:50% 50%; + -webkit-transition:background-color .25s linear, + -webkit-transform .25s ease-in-out; + transition:background-color .25s linear, + -webkit-transform .25s ease-in-out; + transition:transform .25s ease-in-out, + background-color .25s linear; + transition:transform .25s ease-in-out, + background-color .25s linear, + -webkit-transform .25s ease-in-out; + cursor:-webkit-grab; + cursor:grab +} + +.bubble-3qRl2J { + border-radius:3px; + top:-28px; + padding:0 8px; + -webkit-transform:translateX(-50%); + transform:translateX(-50%); + width:auto; + height:18px; + line-height:18px; + text-align:center; + font-weight:600; + font-size:12px; + color:#f6f6f7; + opacity:0; + -webkit-transition:opacity .2s ease-out; + transition:opacity .2s ease-out; + background-color:#000 +} + +.bubble-3qRl2J, +.bubble-3qRl2J:before { + position:absolute; + pointer-events:none +} + +.bubble-3qRl2J:before { + top:100%; + left:50%; + content:" "; + width:0; + height:0; + margin-left:-5px; + border:5px solid transparent; + border-top-color:#000 +} + +.wrapper-129saQ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:12px; + height:48px; + border-radius:24px; + background-color:rgba(0, + 0, + 0, + .6); + color:#fff; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + pointer-events:none +} + +.wrapper-129saQ a:link, +.wrapper-129saQ a:visited { + pointer-events:auto; + cursor:pointer; + display:block; + color:#fff!important +} + +.wrapperHasPlayText-24Ab80 { + padding:5px 18px 4px 10px; + -webkit-transition:background-color .2s linear; + transition:background-color .2s linear +} + +.wrapperHasPlayText-24Ab80:hover { + background-color:rgba(0, + 0, + 0, + .9) +} + +.iconWrapper-21idzA { + pointer-events:auto; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + opacity:.6; + cursor:pointer; + -webkit-transition:opacity .25s, + color .25s; + transition:opacity .25s, + color .25s; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.disableInteractions-31GcUw .iconWrapper-21idzA, +.disableInteractions-31GcUw a:link, +.disableInteractions-31GcUw a:visited { + pointer-events:none +} + +.iconWrapperActive-12kkfE:hover { + opacity:1 +} + +.iconWrapperActive-12kkfE:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.iconWrapperHasPlayText-ksGr18 { + opacity:1 +} + +.text-pPnELr { + font-size:16px; + padding-left:4px +} + +.icon-3ZFEtL { + display:block; + width:24px; + height:24px +} + +.iconPlay-2kgvwV { + margin-left:1px; + margin-right:-1px +} + +.iconExternalMargins-2v2mzg { + margin-left:2px; + margin-right:4px +} + +.volumeButton-2XwKVs { + position:relative +} + +.volumeButtonSlider-3U2qy1 { + position:absolute; + bottom:calc(100% + 16px); + left:-78px; + right:0; + display:none; + -webkit-app-region:no-drag +} + +.volumeButtonSlider-3U2qy1.sliderVisible-2GQ2wC { + display:initial +} + +.wrapper-2TxpI8 { + position:relative; + overflow:hidden; + border-radius:3px; + color:#fff; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.wrapperControlsHidden-35Gtol { + cursor:default +} + +.wrapperAudio-1jDe0Q { + padding:10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-style:solid; + border-width:1px; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + overflow:visible; + max-width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.videoControls-2kcYic { + position:absolute; + left:0; + right:0; + bottom:-10px; + padding-bottom:10px; + height:32px +} + +.audioControls-2HsaU6, +.videoControls-2kcYic { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:rgba(0, + 0, + 0, + .6) +} + +.audioControls-2HsaU6 { + margin-top:4px; + border-radius:3px +} + +.controlIcon-3cRbti { + display:block; + width:24px; + height:24px; + padding:4px; + cursor:pointer; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + opacity:.6 +} + +.controlIcon-3cRbti:hover { + opacity:1 +} + +.controlIcon-3cRbti:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.volumeSliderWrapper-1A8mUw { + margin-bottom:4px; + margin-left:-4px +} + +.durationTimeWrapper-OugPFt { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin:4px; + height:12px +} + +.durationTimeDisplay-jww5fr, +.durationTimeSeparator-2_xpJ7 { + font-weight:500; + display:inline-block; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + font-size:12px; + line-height:12px; + vertical-align:text-top +} + +.durationTimeSeparator-2_xpJ7 { + margin:0 2px +} + +.video-8eMOth { + position:relative; + display:block; + width:100%; + height:100%; + -o-object-fit:contain; + object-fit:contain; + border-radius:3px +} + +.video-8eMOth:-webkit-full-screen { + z-index:99999 +} + +.video-8eMOth::-webkit-media-controls-enclosure { + display:none!important +} + +.audio-2-PNle { + position:absolute; + display:block; + width:0; + height:0 +} + +.audioMetadata-3zOuGv { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.audioMetadata-3zOuGv:before { + width:24px; + height:40px; + content:""; + background-image:url(img/5b0da31dc2b00717c1e35fb1f84f9b9b.svg); + background-size:100% auto; + background-repeat:no-repeat +} + +.audioMetadata-3zOuGv .metadataContent-3c_ZXw { + padding:0 8px +} + +.audioMetadata-3zOuGv .metadataDownload-1fk90V { + height:24px; + opacity:1 +} + +.audioMetadata-3zOuGv .metadataIcon-2FyCKU { + color:var(--interactive-normal) +} + +.audioMetadata-3zOuGv .metadataIcon-2FyCKU:hover { + color:var(--interactive-hover) +} + +.audioMetadata-3zOuGv .metadataSize-2UOOLK { + color:var(--text-muted) +} + +.metadata-13NcHb { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:absolute; + top:-10px; + left:0; + right:0; + height:80px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + background-image:-webkit-gradient(linear, + left bottom, + left top, + from(transparent), + to(rgba(0, + 0, + 0, + .9))); + background-image:linear-gradient(0deg, + transparent, + rgba(0, + 0, + 0, + .9)); + padding:22px 12px 12px; + z-index:1 +} + +.metadataContent-3c_ZXw { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + white-space:nowrap; + overflow:hidden +} + +.metadataName-14STf- { + font-size:16px; + line-height:20px +} + +.metadataName-14STf-, +.metadataSize-2UOOLK { + font-weight:500; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.metadataSize-2UOOLK { + font-size:12px; + line-height:16px; + opacity:.7 +} + +.metadataDownload-1fk90V { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + opacity:.6 +} + +.metadataDownload-1fk90V:hover { + opacity:1 +} + +.metadataIcon-2FyCKU { + width:24px; + height:25px; + color:#fff +} + +.playCenter-Fe8u3X { + top:0; + left:0; + bottom:0; + right:0; + z-index:1 +} + +.playCenter-Fe8u3X, +.playPausePop-RnpJoM { + position:absolute; + pointer-events:none +} + +.playPausePop-RnpJoM { + top:50%; + left:50%; + margin-left:-23px; + margin-top:-23px; + padding:12px; + width:24px; + height:24px; + background-color:rgba(0, + 0, + 0, + .6); + color:#fff; + border-radius:50% +} + +.playPausePop-RnpJoM .playPausePopIcon-p-D8VH { + width:24px; + height:24px; + display:block +} + +.theme-dark .wrapper-2TxpI8 { + background-color:#202225 +} + +.theme-dark .wrapperAudio-1jDe0Q { + border-color:var(--background-secondary-alt); + background-color:var(--background-secondary) +} + +.theme-light .wrapper-2TxpI8 { + background-color:#f6f6f7 +} + +.theme-light .wrapperAudio-1jDe0Q { + border-color:var(--background-secondary-alt); + background-color:var(--background-secondary) +} + +.background-opacity-high .audioControls-2HsaU6, +.background-opacity-low .audioControls-2HsaU6, +.background-opacity-medium .audioControls-2HsaU6 { + background-color:rgba(0, + 0, + 0, + .3) +} + +.background-opacity-high .audioMetadata-3zOuGv:before, +.background-opacity-low .audioMetadata-3zOuGv:before, +.background-opacity-medium .audioMetadata-3zOuGv:before { + opacity:.6 +} + +.spinner-2vhCyH { + width:100%; + height:100% +} + +.container-1pMiXm { + width:100%; + display:inherit +} + +.textContainer-C0szpm { + min-height:118px; + overflow:hidden; + background-color:var(--background-secondary); + border:1px solid var(--background-secondary-alt); + border-radius:4px 4px 0 0 +} + +.textContainer-C0szpm, +.textContainer-C0szpm pre { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.textContainer-C0szpm pre { + border-radius:4px 4px 0 0 +} + +.codeView-1JPDeA { + font-size:0.875rem +} + +.expanded-2itZLW { + overflow:auto +} + +.footer-2yA7Ep { + background-color:var(--background-secondary); + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + height:40px; + border:1px solid var(--background-secondary-alt); + border-top:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:0 0 4px 4px; + padding:0 10px; + font-size:0.875rem +} + +.footer-2yA7Ep, +.toggleExpandSection-3WJYqa { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.toggleExpandSection-3WJYqa { + cursor:pointer; + -ms-flex-negative:0; + flex-shrink:0; + padding-right:10px +} + +.toggleExpandSection-3WJYqa:hover { + color:var(--interactive-hover) +} + +.footerGap-Dnjvue { + -webkit-box-flex:200; + -ms-flex:200 0 auto; + flex:200 0 auto +} + +.downloadSection-3DLWUO { + color:var(--interactive-normal) +} + +.downloadSection-3DLWUO:hover { + color:var(--interactive-hover); + text-decoration:none +} + +.attachmentName-1iFwvb { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + text-overflow:ellipsis; + white-space:nowrap; + overflow:hidden; + display:inline-block; + text-align:right +} + +.formattedSize-2PXVec { + padding-left:2px; + color:var(--interactive-muted); + text-align:right; + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto +} + +.downloadButton-3RfpkU { + padding-left:4px +} + +.languageSelector-2LVJrh { + margin-top:4px; + padding:8px 8px 4px; + background-color:var(--background-floating); + border-radius:4px; + overflow:hidden; + max-width:176px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + height:284px +} + +.codeIcon-3YZylx { + min-width:24px; + padding-left:4px; + padding-bottom:4px +} + +.codeIcon-3YZylx:hover { + color:var(--interactive-hover) +} + +.barBase-1c2Rfb { + position:absolute; + left:16px; + right:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + z-index:2; + min-height:24px; + text-transform:capitalize; + -webkit-transition:opacity .15s; + transition:opacity .15s; + opacity:.95; + cursor:pointer +} + +.barBase-1c2Rfb:hover { + opacity:1 +} + +.barButtonBase-2uLO1z { + text-align:left; + background:none; + color:#fff; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + font-weight:500; + padding:0 12px; + font-size:14px; + line-height:24px; + height:24px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.barButtonIcon-3t4V3d { + display:block; + position:relative; + top:-1px; + width:16px; + height:16px; + margin-left:8px +} + +.jumpToPresentBar-G1R9s6 { + bottom:0; + border-radius:8px 8px 0 0; + background-color:var(--background-accent); + opacity:.95; + padding-bottom:8px +} + +.jumpToPresentBar-G1R9s6:active { + margin-bottom:-1px +} + +.jumpToPresentBar-G1R9s6 .spinner-1AwyAQ { + padding-right:12px +} + +.jumpToPresentBar-G1R9s6 .spinnerItem-2swXFm { + background-color:#fff +} + +.messagesErrorBar-nyJGU7 { + bottom:0; + border-radius:8px 8px 0 0; + background-color:#f04747; + opacity:.9; + padding-bottom:8px +} + +.messagesErrorBar-nyJGU7:active { + margin-bottom:-1px +} + +.messagesErrorBar-nyJGU7 .spinner-1AwyAQ { + padding-right:12px +} + +.messagesErrorBar-nyJGU7 .spinnerItem-2swXFm { + background-color:#fff +} + +.newMessagesBar-265mhP { + top:0; + border-radius:0 0 8px 8px; + background-color:#7289da; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.newMessagesBar-265mhP:active { + padding-top:1px; + -webkit-box-shadow:0 0 0 transparent; + box-shadow:0 0 0 transparent +} + +.barButtonMain-3K-jeJ { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:block; + position:relative +} + +.barButtonMain-3K-jeJ, +.span-1mKrMp { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.barButtonAlt-mYL1lj { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + font-weight:600; + position:relative +} + +.loadingMore-FEpq89 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.loadingMore-FEpq89 .spinner-1AwyAQ { + display:inline-block; + margin:0 +} + +.hasMore-3POVhk, +.loadingMore-FEpq89 { + margin:16px 6px 16px 16px; + height:32px +} + +.hasMore-3POVhk { + -webkit-box-shadow:inset 0 0 0 1px var(--background-modifier-accent); + box-shadow:inset 0 0 0 1px var(--background-modifier-accent); + color:#7289da; + text-align:center; + font-size:12px; + line-height:32px; + font-weight:500; + border-radius:3px; + cursor:pointer +} + +.hasMore-3POVhk:hover { + background-color:var(--background-modifier-hover) +} + +.messageGroupBlocked-2lRk_V { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + overflow:hidden; + margin:6px 0; + background-color:rgba(0, + 0, + 0, + .05); + color:var(--text-muted); + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.messageGroupBlocked-2lRk_V:last-child { + margin-bottom:12px +} + +.messageGroupBlockedBtn-2PRkNr { + text-align:center; + font-size:12px; + font-weight:500; + padding:9px 0; + cursor:pointer; + margin:0; + color:var(--interactive-normal) +} + +.messageGroupBlockedBtn-2PRkNr:hover { + background-color:rgba(0, + 0, + 0, + .05) +} + +.revealed-3K53gX .messageGroupBlockedBtn-2PRkNr { + color:var(--interactive-active) +} + +.tooltip-ocNES0 { + text-align:center +} + +.clickCTA-2B6Kbs { + color:#b9bbbe +} + +.popoutContainer-1MXdqN { + width:288px; + border-radius:8px; + overflow:hidden; + background-color:var(--background-tertiary); + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +@-webkit-keyframes popout-loading-3ETohm { + 0% { + -webkit-transform:translate3d(-256px, + 0, + 0); + transform:translate3d(-256px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-256px, + 0, + 0); + transform:translate3d(-256px, + 0, + 0) + } + +} + +@keyframes popout-loading-3ETohm { + 0% { + -webkit-transform:translate3d(-256px, + 0, + 0); + transform:translate3d(-256px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-256px, + 0, + 0); + transform:translate3d(-256px, + 0, + 0) + } + +} + +.background-opacity-low .divider-1zpjU3:not(.dividerRed-258GgF) { + opacity:.8 +} + +.background-opacity-low .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO { + opacity:.8; + color:#fff +} + +.background-opacity-low .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO:before { + border-color:currentColor +} + +.background-opacity-medium .divider-1zpjU3 { + opacity:.8 +} + +.background-opacity-medium .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO { + color:#e6e6e6 +} + +.background-opacity-medium .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO:before { + background-color:currentColor; + opacity:.8 +} + +.background-opacity-high .divider-1zpjU3 { + opacity:.5 +} + +.background-opacity-high .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO { + color:#e6e6e6 +} + +.background-opacity-high .divider-1zpjU3:not(.dividerRed-258GgF) .dividerContent-178VBO:before { + background-color:currentColor; + opacity:.8 +} + +.disableInteractions-z9ck59.hasMore-3POVhk { + visibility:hidden +} + +.emoji { + -o-object-fit:contain; + object-fit:contain; + width:1.375em; + height:1.375em; + vertical-align:bottom +} + +.emoji.jumboable { + width:3rem; + height:3rem; + min-height:3rem +} + +.emojiSection-3Fb9ix { + padding:16px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + background-color:var(--background-tertiary) +} + +.primaryEmoji-3LinDq { + min-width:3rem; + min-height:3rem; + margin-top:4px +} + +.emojiName-27Bjxw { + font-weight:600 +} + +.ctaButton-fjBGVN { + margin:16px auto 0 +} + +.guildSection-1EoFKd { + padding:16px; + background-color:var(--background-secondary-alt) +} + +.guildTitle-2IliYu { + color:var(--header-secondary); + margin-bottom:8px +} + +.guildIcon-1zxZMV { + width:100%; + height:100%; + cursor:pointer +} + +.guildBadge-2YTIW_ { + margin-right:4px; + min-width:16px +} + +.guildName-nBoMcU { + cursor:pointer +} + +.showMoreEmojis-1Xd5A3 { + color:var(--interactive-normal); + cursor:pointer; + -webkit-transition:color .125s; + transition:color .125s; + font-weight:600; + margin-top:8px +} + +.showMoreEmojis-1Xd5A3:hover { + color:var(--interactive-active) +} + +.showMoreEmojisArrow-PK64BO { + position:relative; + left:4px; + height:16px; + width:16px; + -webkit-transition:-webkit-transform .1s; + transition:-webkit-transform .1s; + transition:transform .1s; + transition:transform .1s, + -webkit-transform .1s +} + +.showMoreEmojisArrow-PK64BO.showMoreEmojisArrowCollapsed-2esWuk { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.otherEmojisContainer-lyudgL { + margin-top:4px +} + +.otherEmoji-2IRr39 { + height:2rem; + width:2rem; + min-width:2rem; + -ms-flex-preferred-size:calc(16.66667% - 4px); + flex-basis:calc(16.66667% - 4px); + margin:4px 0 +} + +.truncatingText-18osv_ { + min-width:0 +} + +.dotSeparator-2SMscJ { + border-radius:50%; + width:4px; + height:4px; + margin:0 8px; + -ms-flex-negative:0; + flex-shrink:0; + background-color:var(--interactive-muted) +} + +.emojiContainer-3X8SvE { + display:inline-block; + cursor:pointer +} + +.card-1SJYqw { + padding:10px; + line-height:20px +} + +.reset-2ikQ30 { + text-transform:capitalize; + cursor:pointer; + padding-left:1px; + padding-right:1px; + opacity:.6 +} + +.reset-2ikQ30:hover { + opacity:1; + text-decoration:underline +} + +.warning-1bDTCh { + color:#fff +} + +.sliderContainer-2Nrll8 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:0 8px; + overflow:visible +} + +.slider-2zxowp { + position:relative; + top:-14px +} + +.wrapper-3WhCwL { + border-radius:3px; + padding:0 2px; + font-weight:500; + unicode-bidi:-moz-plaintext; + unicode-bidi:plaintext; + color:#7289da; + background:rgba(114, + 137, + 218, + .1); + position:relative +} + +.interactive { + -webkit-transition:background-color 50ms ease-out, + color 50ms ease-out; + transition:background-color 50ms ease-out, + color 50ms ease-out; + cursor:pointer +} + +.interactive:hover { + color:#fff; + background-color:#7289da +} + +.inlineContent-3ZjPuv { + opacity:1; + -webkit-transition:all .1s ease; + transition:all .1s ease +} + +.spoilerContainer-331r0R { + position:relative; + -webkit-filter:blur(0); + filter:blur(0); + border-radius:3px +} + +.spoilerContainer-331r0R.hidden-HHr2R9 { + cursor:pointer; + overflow:hidden +} + +.spoilerWarning-2aAZq1 { + position:absolute; + left:50%; + top:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:600; + cursor:pointer; + z-index:1; + padding:8px 12px; + border-radius:20px; + letter-spacing:.5px; + font-size:15px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.spoilerWarning-2aAZq1.embed-2Fkp92 { + margin-left:4px +} + +.spoilerText-3p6IlD { + border-radius:3px; + -webkit-transition:all .1s ease; + transition:all .1s ease +} + +.spoilerText-3p6IlD.codeBlock-2328Tz { + display:block; + width:90%; + border-radius:5px +} + +.spoilerText-3p6IlD.codeBlock-2328Tz pre { + max-width:100% +} + +.spoilerText-3p6IlD.quoteBlock-1Ck12r { + display:block; + width:90%; + border-radius:5px +} + +.spoilerText-3p6IlD.quoteBlock-1Ck12r blockquote { + max-width:100% +} + +.spoilerText-3p6IlD.hidden-HHr2R9 { + cursor:pointer +} + +.spoilerText-3p6IlD.hidden-HHr2R9 .inlineContent-3ZjPuv { + cursor:pointer; + opacity:0; + pointer-events:none +} + +.theme-dark .spoilerText-3p6IlD { + background-color:hsla(0, + 0%, + 100%, + .1) +} + +.theme-dark .spoilerText-3p6IlD.hidden-HHr2R9 { + background-color:#2d2d3d +} + +.theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover { + background-color:rgba(45, + 45, + 61, + .8) +} + +.theme-dark .spoilerWarning-2aAZq1 { + color:#dcddde; + background-color:rgba(0, + 0, + 0, + .6) +} + +.theme-dark .spoilerContainer-331r0R:hover .spoilerWarning-2aAZq1 { + color:#fff; + background-color:rgba(0, + 0, + 0, + .9) +} + +.theme-dark .spoilerContainer-331r0R.hidden-HHr2R9:not(:focus) { + -webkit-box-shadow:.5px .5px 1px 1px rgba(0, + 0, + 0, + .1); + box-shadow:.5px .5px 1px 1px rgba(0, + 0, + 0, + .1) +} + +.theme-light .spoilerText-3p6IlD { + background-color:rgba(0, + 0, + 0, + .1) +} + +.theme-light .spoilerText-3p6IlD.hidden-HHr2R9 { + background-color:#b9bbbe +} + +.theme-light .spoilerText-3p6IlD.hidden-HHr2R9:hover { + background-color:rgba(185, + 187, + 190, + .8) +} + +.theme-light .spoilerWarning-2aAZq1 { + color:#dcddde; + background-color:rgba(0, + 0, + 0, + .6) +} + +.theme-light .spoilerContainer-331r0R:hover .spoilerWarning-2aAZq1 { + color:#fff; + background-color:rgba(0, + 0, + 0, + .9) +} + +.theme-light .spoilerContainer-331r0R.hidden-HHr2R9:not(:focus) { + -webkit-box-shadow:.5px .5px 1px 1px rgba(0, + 0, + 0, + .1); + box-shadow:.5px .5px 1px 1px rgba(0, + 0, + 0, + .1) +} + +.hljs { + display:block; + overflow-x:auto; + padding:.5em; + border-radius:4px; + color:var(--header-secondary); + -webkit-text-size-adjust:none; + -moz-text-size-adjust:none; + -ms-text-size-adjust:none; + text-size-adjust:none +} + +.hljs-comment, +.hljs-quote { + color:var(--interactive-muted) +} + +.hljs-addition, +.hljs-keyword, +.hljs-selector-tag { + color:#859900 +} + +.hljs-doctag, +.hljs-literal, +.hljs-meta .hljs-meta-string, +.hljs-number, +.hljs-regexp, +.hljs-string { + color:#2aa198 +} + +.hljs-name, +.hljs-section, +.hljs-selector-class, +.hljs-selector-id, +.hljs-title { + color:#268bd2 +} + +.hljs-attr, +.hljs-attribute, +.hljs-class .hljs-title, +.hljs-template-variable, +.hljs-type, +.hljs-variable { + color:#b58900 +} + +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-subst, +.hljs-symbol { + color:#cb4b16 +} + +.hljs-built_in, +.hljs-deletion { + color:#dc322f +} + +.hljs-formula { + background:#073642 +} + +.hljs-emphasis { + font-style:italic +} + +.hljs-strong { + font-weight:700 +} + +.markup-2BOw-j { + font-size: 14px; + line-height:1.375rem; + white-space:pre-wrap; + white-space:break-spaces; + word-wrap:break-word; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + color:var(--text-normal); + font-weight:400 +} + +.markup-2BOw-j img { + max-width: 100%; +} + +.markup-2BOw-j a { + color:var(--text-link); + word-break:break-word; + text-decoration:none; + cursor:pointer +} + +.markup-2BOw-j a:hover { + text-decoration:underline +} + +.markup-2BOw-j strong { + font-weight:700 +} + +.markup-2BOw-j em { + font-style:italic +} + +.markup-2BOw-j pre { + border-radius:4px; + padding:0; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + font-size:0.75rem; + line-height:1rem; + margin-top:6px; + white-space:pre-wrap; + background-clip:border-box +} + +.markup-2BOw-j blockquote, +.markup-2BOw-j pre { + -webkit-box-sizing:border-box; + box-sizing:border-box; + max-width:90% +} + +.markup-2BOw-j blockquote { + text-indent:0 +} + +.markup-2BOw-j blockquote pre { + max-width:100% +} + +.markup-2BOw-j code { + font-size:0.875rem; + line-height:1.125rem; + text-indent:0; + white-space:pre-wrap; + scrollbar-width:thin; + scrollbar-color:var(--background-tertiary) var(--background-secondary); + background:var(--background-secondary); + border:1px solid var(--background-tertiary) +} + +.markup-2BOw-j code.inline { + width:auto; + height:auto; + padding:.2em; + margin:-.2em 0; + border-radius:3px; + font-size:85%; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + text-indent:0; + border:none; + white-space:pre-wrap +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .markup-2BOw-j { + font-weight:500 + } + +} + +.blockquoteContainer-U5TVEi { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.blockquoteContainer-U5TVEi .blockquoteDivider-2hH8H6 { + width:4px; + border-radius:4px +} + +.blockquoteContainer-U5TVEi blockquote { + padding:0 8px 0 12px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + text-indent:0 +} + +.blockquoteDivider-2hH8H6 { + background-color:#febe10 +} + +.slateBlockquoteContainer-u5zDDJ .blockquoteDivider-2hH8H6, +.slateBlockquoteContainer-u5zDDJ blockquote { + margin:0; + border-radius:0 +} + +.background-opacity-low .markup-2BOw-j, +.background-opacity-medium .markup-2BOw-j { + font-weight:400 +} + +.background-opacity-low .markup-2BOw-j { + color:#fff; + text-shadow:0 0 1px #202225, + 1px 1px 0 #202225 +} + +.background-opacity-low .markup-2BOw-j a { + color:var(--text-link); + text-shadow:0 0 1px rgba(32, + 34, + 37, + .7), + 1px 1px 0 rgba(32, + 34, + 37, + .7) +} + +.background-opacity-medium .markup-2BOw-j { + color:#f6f6f7; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.background-opacity-medium .markup-2BOw-j a { + color:var(--text-link); + text-shadow:0 0 1px rgba(32, + 34, + 37, + .8), + 1px 1px 0 rgba(32, + 34, + 37, + .8) +} + +.background-opacity-high .markup-2BOw-j { + color:#f6f6f7; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.background-opacity-low pre, +.background-opacity-medium pre { + border-color:rgba(79, + 84, + 92, + .2) +} + +.background-opacity-high pre, +.background-opacity-low pre, +.background-opacity-medium pre { + background:rgba(47, + 49, + 54, + .3); + border-color:rgba(32, + 34, + 37, + .1) +} + +.background-opacity-high code, +.background-opacity-low code, +.background-opacity-medium code { + background-color:transparent +} + +.background-opacity-high code.inline, +.background-opacity-low code.inline, +.background-opacity-medium code.inline { + background-color:rgba(47, + 49, + 54, + .3) +} + +.background-opacity-high .mention, +.background-opacity-low .mention, +.background-opacity-medium .mention { + text-shadow:0 1px 1px #4e5d94, + 0 1px 0 #4e5d94 +} + +.overlay-unlocked code, +.overlay-unlocked code.inline { + background:var(--background-secondary); + border-color:var(--background-tertiary) +} + +.wrapper-2NZy0S { + margin-top:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.icon-xnhh2x { + display:block; + margin-right:8px +} + +.errorIcon-1gpCtD { + color:#f04747 +} + +.tile-2OwFgW { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:5px; + -webkit-transform:translateZ(0); + transform:translateZ(0); + overflow:hidden; + -webkit-transition:background-color .2s ease, + -webkit-box-shadow .2s ease; + transition:background-color .2s ease, + -webkit-box-shadow .2s ease; + transition:background-color .2s ease, + box-shadow .2s ease; + transition:background-color .2s ease, + box-shadow .2s ease, + -webkit-box-shadow .2s ease; + min-height:370px +} + +.tileHorizontal-3eee4N { + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse; + min-height:0; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + width:660px +} + +.title-1rUb9I { + font-size:18px; + font-weight:600; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + line-height:1.2 +} + +.tagline-2nvxi0 { + line-height:1.3; + margin-top:8px; + font-size:15px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden +} + +.actions-3p06E9 { + margin-top:12px; + justify-self:flex-end; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.media-gfq_4j { + position:relative +} + +.mediaHorizontal-2Poqtq { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0 305px; + flex:0 0 305px +} + +.description-1RsfgZ, +.mediaHorizontal-2Poqtq { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.description-1RsfgZ { + padding:12px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + position:relative +} + +.theme-dark .description-1RsfgZ { + color:#fff +} + +.theme-dark .tagline-2nvxi0 { + color:#b9bbbe +} + +.theme-dark .tile-2OwFgW { + background-color:#202225; + -webkit-box-shadow:0 0 0 rgba(32, + 34, + 37, + .15); + box-shadow:0 0 0 rgba(32, + 34, + 37, + .15) +} + +.theme-dark .tile-2OwFgW:hover { + background-color:#18191c +} + +.theme-light .description-1RsfgZ { + color:#202225 +} + +.theme-light .tagline-2nvxi0 { + color:#36393f +} + +.theme-light .tile-2OwFgW { + background-color:#fff; + -webkit-box-shadow:0 0 0 rgba(32, + 34, + 37, + .15); + box-shadow:0 0 0 rgba(32, + 34, + 37, + .15) +} + +.embedHorizontal-WknQ2- { + height:173px +} + +.embedVertical-W5-T0m { + width:240px; + height:300px +} + +@-webkit-keyframes loading-3l7Cr9 { + 0% { + -webkit-transform:translate3d(-271px, + 0, + 0); + transform:translate3d(-271px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-271px, + 0, + 0); + transform:translate3d(-271px, + 0, + 0) + } + +} + +@keyframes loading-3l7Cr9 { + 0% { + -webkit-transform:translate3d(-271px, + 0, + 0); + transform:translate3d(-271px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-271px, + 0, + 0); + transform:translate3d(-271px, + 0, + 0) + } + +} + +.loadingDescription-2Me56S { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.loadingImage-2ouGtu { + width:100%; + padding-top:56% +} + +.loadingImageHorizontal-QAjd6U { + height:100%; + padding:0 +} + +.loadingBackground-3sVOML { + position:absolute; + top:0; + bottom:0; + left:0; + width:542px; + -webkit-animation:loading-3l7Cr9 4s ease-in-out infinite; + animation:loading-3l7Cr9 4s ease-in-out infinite +} + +.theme-dark .loadingImage-2ouGtu { + background-color:#2f3136 +} + +.theme-light .embedHorizontal-WknQ2-, +.theme-light .embedVertical-W5-T0m { + background-color:#f6f6f7 +} + +.theme-light .loadingImage-2ouGtu { + background-color:#dcddde +} + +.header-1Kydsy { + font-size:20px; + margin-top:20px +} + +.backSplash-13_XJL { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + opacity:.15; + background-size:cover; + background-position:bottom; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + -webkit-mask:radial-gradient(circle at 50% 0, + #000, + transparent); + mask:radial-gradient(circle at 50% 0, + #000, + transparent); + background-image:url(img/ce828de1535235f9a651b1136121d623.png) +} + +.content-1tt1e0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:60px 20px +} + +.body-32BEO- { + margin-top:8px; + margin-bottom:20px; + text-align:center +} + +.closeButton-2b6skY { + position:absolute; + top:20px; + right:20px +} + +.theme-dark .header-1Kydsy { + color:#fff +} + +.theme-dark .body-32BEO- { + color:#b9bbbe +} + +.theme-light .header-1Kydsy { + color:#202225 +} + +.theme-light .body-32BEO- { + color:#36393f +} + +.splashBackground-1zhLFw { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + opacity:.1; + background-size:cover; + background-position:bottom; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + -webkit-mask:radial-gradient(circle at 50% 0, + #000, + transparent); + mask:radial-gradient(circle at 50% 0, + #000, + transparent); + background-image:url(img/976b56da8d86af63aef4f55afb553a9f.png) +} + +.modalSize-32pcp4 { + max-height:100% +} + +.headerContent-3hty5X { + margin-top:20px +} + +.headerContent-3hty5X, +.headerHeader-53zx0J { + width:100%; + position:relative +} + +.applicationName-2QbFHn { + margin-left:20px; + font-size:16px; + font-weight:600 +} + +.price-1ynJAt { + padding:5px 10px; + font-size:14px; + line-height:1.71; + border-radius:3px +} + +.priceSpinner-20g34L { + height:23px +} + +.breadcrumbs-S3tCk9, +.errorBlock-13Gsgi { + margin-top:20px +} + +.errorBlock-13Gsgi { + position:relative +} + +.confirmContent-3zhou3 { + padding:20px 0 30px +} + +.confirmCloseButton-ear6TV { + -ms-flex-item-align:end; + align-self:flex-end +} + +.theme-dark .applicationName-2QbFHn { + color:#dcddde +} + +.theme-dark .price-1ynJAt { + background-color:#4f545c; + color:#f6f6f7 +} + +.theme-light .applicationName-2QbFHn { + color:#36393f +} + +.theme-light .price-1ynJAt { + background-color:#4f545c; + color:#f6f6f7 +} + +.applicationBuyButton-2ZS8jB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.disabledButtonWrapper-oUVnwk { + position:relative +} + +.disabledButtonOverlay-1JKAkq { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.premiumIcon-3ocHPW { + margin-right:4px +} + +.playButton-1fMNjH { + padding-left:0; + padding-right:0 +} + +.playButtonContents-1Ww4h5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.disabledButtonWrapper-3sHPXz { + position:relative +} + +.disabledButtonOverlay-2A2OvN { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.disabledButtonColor-1aUKuC { + background-color:rgba(24, + 25, + 28, + .5); + color:rgba(246, + 246, + 247, + .5); + opacity:1 +} + +.buttonText-2DJbpf { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + padding:2px 16px +} + +.dropdownArrowHitbox-X74v7o { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:32px; + height:100%; + z-index:2 +} + +.arrowSeparator-26ZThQ { + width:1px; + height:24px; + opacity:.2; + background-color:currentColor +} + +.dropdownArrow-QYl6LR { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + width:24px; + height:24px; + opacity:.2; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.dropdownArrowHitbox-X74v7o:hover .dropdownArrow-QYl6LR { + opacity:1 +} + +.progress-2XXRYo { + position:relative; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.progress-2XXRYo, +.progressBar-3u8FBM { + width:100% +} + +.animating-3Qqqzp { + -webkit-transition:-webkit-transform .2s ease-out; + transition:-webkit-transform .2s ease-out; + transition:transform .2s ease-out; + transition:transform .2s ease-out, + -webkit-transform .2s ease-out +} + +.xsmall-3czJwD { + height:4px +} + +.small-1CUeBa, +.xsmall-3czJwD { + border-radius:3px +} + +.small-1CUeBa { + height:6px +} + +.large-3EPlRk { + height:8px; + border-radius:4px +} + +.indeterminate-1PKP2P { + position:absolute; + width:auto; + top:0 +} + +.indeterminateBar1-1jjKl2 { + -webkit-animation:indeterminate1-WkD31A 2.1s cubic-bezier(.65, + .815, + .735, + .395) infinite; + animation:indeterminate1-WkD31A 2.1s cubic-bezier(.65, + .815, + .735, + .395) infinite; + -webkit-animation-play-state:paused; + animation-play-state:paused +} + +.indeterminateBar1-1jjKl2.animating-3Qqqzp { + -webkit-animation-play-state:running; + animation-play-state:running +} + +.indeterminateBar2-2MEvKp { + -webkit-animation:indeterminate2-hcYkmM 2.1s cubic-bezier(.165, + .84, + .44, + 1) infinite; + animation:indeterminate2-hcYkmM 2.1s cubic-bezier(.165, + .84, + .44, + 1) infinite; + -webkit-animation-delay:1.15s; + animation-delay:1.15s; + -webkit-animation-play-state:paused; + animation-play-state:paused +} + +.indeterminateBar2-2MEvKp.animating-3Qqqzp { + -webkit-animation-play-state:running; + animation-play-state:running +} + +@-webkit-keyframes indeterminate1-WkD31A { + 0% { + left:-35%; + right:100% + } + + 60% { + left:100%; + right:-90% + } + + to { + left:100%; + right:-90% + } + +} + +@keyframes indeterminate1-WkD31A { + 0% { + left:-35%; + right:100% + } + + 60% { + left:100%; + right:-90% + } + + to { + left:100%; + right:-90% + } + +} + +@-webkit-keyframes indeterminate2-hcYkmM { + 0% { + left:-200%; + right:100% + } + + 60% { + left:107%; + right:-8% + } + + to { + left:107%; + right:-8% + } + +} + +@keyframes indeterminate2-hcYkmM { + 0% { + left:-200%; + right:100% + } + + 60% { + left:107%; + right:-8% + } + + to { + left:107%; + right:-8% + } + +} + +.button-1OsvDz { + padding:0 +} + +html .progress-GjyFoQ { + position:absolute; + bottom:0; + left:0 +} + +.disabledButtonWrapper-1EOaAy { + position:relative +} + +.disabledButtonOverlay-1vHgFK { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.disabledButtonColor-34LjTT { + background-color:rgba(24, + 25, + 28, + .5); + color:var(--header-primary); + opacity:1 +} + +.row-hM7TSa { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.icon-Vhk6dD { + margin-right:4px; + width:20px; + height:20px +} + +.salePercentage-TXZz3H { + border-radius:3px; + color:#fff; + background-color:#43b581; + padding:4px 6px +} + +.originalAmount-3RtnBh { + text-decoration:line-through +} + +.directoryTilePrice-kxTe16 { + font-size:16px; + font-weight:500 +} + +.directoryTilePrice-kxTe16 .originalAmount-3RtnBh, +.directoryTilePrice-kxTe16 .salePercentage-TXZz3H { + margin-right:6px +} + +.directoryHeroPrice-1_MqzA { + font-size:16px +} + +.directoryHeroPrice-1_MqzA .originalAmount-3RtnBh, +.directoryHeroPrice-1_MqzA .salePercentage-TXZz3H { + margin-right:6px +} + +.directoryHeroPricePremium-tR0nU8 { + font-size:14px; + font-weight:500; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.directoryHeroPricePremium-tR0nU8 .icon-Vhk6dD { + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.directorySearchPrice-2Spatv { + font-size:14px; + line-height:16px; + font-weight:500 +} + +.directorySearchPrice-2Spatv .icon-Vhk6dD { + width:16px; + height:16px +} + +.directorySearchPrice-2Spatv .originalAmount-3RtnBh, +.directorySearchPrice-2Spatv .salePercentage-TXZz3H { + margin-right:6px +} + +.listingPrice-2GiDSc { + font-size:32px; + line-height:36px; + font-weight:500 +} + +.listingPrice-2GiDSc .salePercentage-TXZz3H { + color:#fff; + font-size:16px; + margin-left:10px +} + +.listingPrice-2GiDSc .originalAmount-3RtnBh { + font-size:15px +} + +.embedPrice-Xy8zoS { + font-size:16px; + font-weight:500 +} + +.embedPrice-Xy8zoS .originalAmount-3RtnBh, +.embedPrice-Xy8zoS .salePercentage-TXZz3H { + margin-right:6px +} + +.theme-dark .directoryHeroPrice-1_MqzA, +.theme-dark .directoryHeroPricePremium-tR0nU8 { + color:#fff +} + +.theme-dark .directorySearchPrice-2Spatv { + color:#b9bbbe +} + +.theme-dark .listingPrice-2GiDSc { + color:#f6f6f7 +} + +.theme-dark .originalAmount-3RtnBh { + color:#b9bbbe +} + +.theme-dark .embedPrice-Xy8zoS { + color:#fff +} + +.theme-dark .embedPrice-Xy8zoS .salePercentage-TXZz3H { + background-color:#2f3136 +} + +.theme-light .directoryHeroPrice-1_MqzA, +.theme-light .directoryHeroPricePremium-tR0nU8 { + color:#36393f +} + +.theme-light .directoryHeroPrice-1_MqzA .originalAmount-3RtnBh, +.theme-light .directoryHeroPricePremium-tR0nU8 .originalAmount-3RtnBh, +.theme-light .directorySearchPrice-2Spatv { + color:#72767d +} + +.theme-light .listingPrice-2GiDSc { + color:#f6f6f7 +} + +.theme-light .originalAmount-3RtnBh { + color:#b9bbbe +} + +.theme-light .embedPrice-Xy8zoS { + color:#4f545c +} + +.theme-light .embedPrice-Xy8zoS .salePercentage-TXZz3H { + background-color:#b9bbbe +} + +.OSSection-27GaV2 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.purchaseUnitOperatingSystem-cnbJPz { + margin-left:4px +} + +.theme-dark .purchaseUnitOperatingSystem-cnbJPz, +.theme-light .purchaseUnitOperatingSystem-cnbJPz { + color:#4f545c +} + +.tag-HanR-9 { + padding:6px 12px +} + +.tag-HanR-9:before { + content:""; + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-repeat:no-repeat; + background-size:cover; + background-position:top +} + +.text-1OO51R { + position:relative; + font-weight:600; + font-size:13px; + display:block +} + +.theme-dark .text-1OO51R, +.theme-light .text-1OO51R { + color:#fff +} + +.theme-dark .tag-HanR-9, +.theme-light .tag-HanR-9 { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#738ef5), + to(#b3aeff)); + background-image:linear-gradient(90deg, + #738ef5, + #b3aeff) +} + +.theme-dark .tag-HanR-9:before, +.theme-light .tag-HanR-9:before { + background-image:url(img/04a2e1509ad72be575b1529b51ea3977.svg) +} + +.tag-1mL0R5 { + padding:6px 12px +} + +.tag-1mL0R5:before { + background-image:url(img/4fd13d0ae5ddd4d5d3be4568b2090c1a.png); + content:""; + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-repeat:no-repeat; + background-size:cover; + background-position:50% +} + +.text-1bqXwz { + position:relative; + font-weight:600; + font-size:13px; + display:block +} + +.theme-dark .text-1bqXwz, +.theme-light .text-1bqXwz { + color:#fff +} + +.centeringContainer-1ssgjB { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-height:126px +} + +.titleContainer-15sRy5 { + font-size:20px; + color:#fff; + padding:8px 10px; + text-align:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-image:url(img/976b56da8d86af63aef4f55afb553a9f.png) +} + +.slideshowWrapper-146cEe { + height:100% +} + +.spinner-2okOH9 { + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.imageLoading-3I2895 { + visibility:hidden +} + +.splash-3K76bN { + -o-object-position:top; + object-position:top +} + +.splash-3K76bN, +.splashPlaceholder-1ev-9c { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + -o-object-fit:cover; + object-fit:cover; + width:100%; + vertical-align:middle +} + +.splashPlaceholder-1ev-9c { + height:100% +} + +.muteContainer-dXWpxM { + background:rgba(0, + 0, + 0, + .3); + border-radius:50%; + width:24px; + height:24px; + margin:0 10px 10px 0; + padding:4px; + position:absolute; + bottom:0; + right:0; + z-index:2; + pointer-events:all; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-transition:opacity .4s ease; + transition:opacity .4s ease; + opacity:0 +} + +.muteContainerPlaying-YRMEea { + opacity:1 +} + +.muteContainerMediaOverlay-DKYQOo { + margin:0 10px 0 0; + position:absolute; + top:86px; + right:0 +} + +.mute-3sDXC3 { + width:20px; + height:20px; + color:#fff +} + +.theme-dark .loadingContainer-138F59 { + background-color:rgba(0, + 0, + 0, + .4) +} + +.theme-light .loadingContainer-138F59 { + background-color:hsla(0, + 0%, + 100%, + .4) +} + +.theme-light .spinnerItem-3RXrSb { + background-color:#18191c +} + +.splashContainer-2UflFm { + margin:0; + overflow:hidden; + position:relative; + pointer-events:none; + max-height:60%; + padding-top:56% +} + +.splashContainerHorizontal-10fJqP { + max-height:none; + padding-top:0; + height:100%; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.priceOs-WkGZC- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.platform-3suY7a { + opacity:1; + -webkit-transition:opacity .4s ease; + transition:opacity .4s ease +} + +.exclusiveRegular-2w11vc { + position:absolute; + left:0; + right:0; + bottom:0 +} + +.exclusivePlaying-1DynG8 { + -webkit-transition:opacity .4s ease; + transition:opacity .4s ease; + opacity:0 +} + +.splashPlaceholder-WP93xz, +.splashVideo-2e4_JV { + height:100% +} + +.tileBuyButton-2W4Mu- { + position:absolute; + left:12px; + bottom:12px; + -webkit-transition:opacity .2s, + -webkit-transform .2s ease; + transition:opacity .2s, + -webkit-transform .2s ease; + transition:opacity .2s, + transform .2s ease; + transition:opacity .2s, + transform .2s ease, + -webkit-transform .2s ease; + -webkit-transform:translate3d(0, + 12px, + 0); + transform:translate3d(0, + 12px, + 0) +} + +.tileBuyButtonVisible-2QYmxC { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.tileBuyButton-2W4Mu-, +.tileBuyButton-2W4Mu-:disabled { + opacity:0 +} + +.tileBuyButtonVisible-2QYmxC, +.tileBuyButtonVisible-2QYmxC:disabled { + opacity:1 +} + +.tilePrice-dqknBb { + -webkit-transition:opacity .2s; + transition:opacity .2s +} + +.tilePriceWithVisibleBuyButton-2-P17I { + opacity:0 +} + +.tileActions-N7Ze1p { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:500 +} + +.actionButton-Weawa8 { + margin-right:8px +} + +.metadata-IJDhwB { + font-size:12px +} + +.libraryLink-21lIRu { + margin-left:10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.libraryIcon-17zyHD { + margin-right:6px +} + +.invalidPoop-pnUbq7 { + margin:0; + overflow:hidden; + position:relative; + max-height:60%; + padding-top:56%; + background-repeat:no-repeat; + background-position:50% 50% +} + +.invalidPoopHorizontal-3Dfy7T { + max-height:none; + padding-top:0; + height:100%; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.theme-light .libraryLink-21lIRu, +.theme-light .metadata-IJDhwB { + color:#72767d +} + +.theme-light .invalidPoop-pnUbq7 { + background-color:rgba(116, + 127, + 141, + .3); + background-image:url(img/b5d0fabb4afdf0666f3785f8c1d3beff.svg) +} + +.theme-dark .libraryLink-21lIRu { + color:hsla(0, + 0%, + 100%, + .6) +} + +.theme-dark .invalidPoop-pnUbq7 { + background-color:rgba(79, + 84, + 92, + .3); + background-image:url(img/e0c782560fd96acd7f01fda1f8c6ff24.svg) +} + +.theme-dark .metadata-IJDhwB { + color:#72767d +} + +.spacing-2P-ODW { + margin-bottom:20px +} + +.spacingTop-3Dhr0L { + margin-top:20px +} + +.message-2qRu38 { + position:relative; + border-radius:3px; + overflow:hidden; + padding-top:10px; + padding-bottom:10px; + pointer-events:none +} + +.theme-dark .message-2qRu38 { + background-color:#36393f; + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-light .message-2qRu38 { + background-color:#fff; + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.container-2nXavw { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -ms-flex-align:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.bumpBox-1r5p3c, +.container-2nXavw { + -webkit-box-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.bumpBox-1r5p3c { + -ms-flex:0 0 max-content; + flex:0 0 max-content; + -ms-flex-align:center; + background-color:var(--background-secondary); + border-radius:8px; + padding:8px; + margin-right:16px +} + +.bumpBox-1r5p3c, +.icon-ek0zSM { + -webkit-box-flex:0 +} + +.icon-ek0zSM { + -ms-flex:0 0 16px; + flex:0 0 16px; + color:var(--text-muted) +} + +.icon-ek0zSM, +.publish-10uopb, +.tagline-36at0H { + margin-right:8px +} + +.hidePermanently-36wWty { + cursor:pointer; + -webkit-transition:.2s linear; + transition:.2s linear; + line-height:24px +} + +.hidePermanently-36wWty:focus, +.hidePermanently-36wWty:hover { + color:var(--text-normal) +} + +.closeIcon-tEzaUY { + display:block; + color:var(--interactive-muted); + cursor:pointer +} + +.closeIcon-tEzaUY:focus, +.closeIcon-tEzaUY:hover { + color:var(--interactive-hover) +} + +.closeIcon-tEzaUY:active { + color:var(--interactive-active) +} + +.wrapper-35wsBm { + background-color:var(--background-secondary); + border-radius:4px; + padding:16px; + width:432px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.header-2BTCnc { + font-weight:700; + margin-bottom:12px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--interactive-normal) +} + +.content-2U5lSY { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-flow:row nowrap; + flex-flow:row nowrap +} + +.guildIcon-lQ0uiM { + background-color:var(--background-primary); + margin-right:16px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.applicationIcon-2SXfFQ { + width:48px; + height:48px +} + +.guildIconJoined-1r7FRE { + cursor:pointer +} + +.guildIconImageJoined-SepVdI { + cursor:pointer +} + +.inviteDestination-1fAcY7 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-bottom:2px +} + +.inviteDestinationJoined-3W7Gue { + cursor:pointer +} + +.inviteDestinationJoined-3W7Gue:hover { + text-decoration:underline +} + +.channel-2hXUOG { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.channelName-3ZF3rq { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-left:4px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.channelIcon-11pgiB { + color:var(--text-muted) +} + +.channelIcon-11pgiB, +.status-2L8Zc7 { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.status-2L8Zc7 { + display:block; + margin-right:4px; + width:8px; + height:8px; + border-radius:50% +} + +.statusOnline-8PnF5L { + background-color:#43b581 +} + +.statusOffline-37RKt7 { + background-color:#747f8d +} + +.count-30T-5k { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + margin-right:8px; + color:var(--interactive-normal); + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.count-30T-5k:last-child { + margin-right:0 +} + +.guildNameWrapper-1RQYer { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.guildName-2hvnt_ { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-width:0; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.guildBadge-1w1qIy { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:8px +} + +.guildInfo-1STtYi { + min-width:1px +} + +.guildDetail-1nRKNE { + font-size:14px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--interactive-normal); + line-height:16px +} + +.statusCounts-2qk4EE { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.inviteSplash-19Jlo6 { + background-color:var(--background-modifier-accent); + border-radius:4px 4px 0 0; + height:225px; + margin:-16px -16px 16px; + overflow:hidden +} + +.inviteSplashImage-O0wmIQ { + display:block; + -o-object-fit:cover; + object-fit:cover; + opacity:0; + -webkit-transition:opacity .125s; + transition:opacity .125s; + width:100%; + height:100% +} + +.inviteSplashImageLoaded-2ML87V { + opacity:1 +} + +.button-3To2tQ { + -ms-flex-item-align:center; + align-self:center; + margin-left:10px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.button-3To2tQ.buttonSize-DbrWhv { + height:40px; + padding-left:20px; + padding-right:20px +} + +.guildIconExpired-2Qcq05 { + background-color:var(--background-secondary); + background-size:50px 26px; + background-repeat:no-repeat; + border-radius:12px; + background-position:50%; + width:48px; + height:48px +} + +.inviteDestinationExpired-2_1Ava { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:#f04747 +} + +.buttonForNonMember-ZsTpwI { + display:block; + margin-left:0; + margin-top:16px; + width:100% +} + +@-webkit-keyframes invite-button-resolving-366-1w { + 0% { + -webkit-transform:translate3d(-380px, + 0, + 0); + transform:translate3d(-380px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-380px, + 0, + 0); + transform:translate3d(-380px, + 0, + 0) + } + +} + +@keyframes invite-button-resolving-366-1w { + 0% { + -webkit-transform:translate3d(-380px, + 0, + 0); + transform:translate3d(-380px, + 0, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(-380px, + 0, + 0); + transform:translate3d(-380px, + 0, + 0) + } + +} + +.resolvingBackground-351jK_ { + position:absolute; + top:0; + bottom:0; + left:0; + width:760px; + -webkit-animation:invite-button-resolving-366-1w 4s ease-in-out infinite; + animation:invite-button-resolving-366-1w 4s ease-in-out infinite +} + +.theme-light .guildIconImage-3qTk45 { + background-color:#fff +} + +.theme-light .guildIconExpired-2Qcq05 { + background-image:url(img/b5d0fabb4afdf0666f3785f8c1d3beff.svg) +} + +.theme-dark .guildIconImage-3qTk45 { + background-color:#36393f +} + +.theme-dark .guildIconExpired-2Qcq05 { + background-image:url(img/e0c782560fd96acd7f01fda1f8c6ff24.svg) +} + +.theme-dark .background-opacity-low .wrapper-35wsBm { + background:rgba(47, + 49, + 54, + .3) +} + +.theme-dark .background-opacity-low .header-2BTCnc { + text-shadow:0 0 1px #202225, + 1px 1px 0 #202225 +} + +.theme-dark .background-opacity-low .button-3To2tQ { + opacity:.8 +} + +.theme-dark .background-opacity-medium .wrapper-35wsBm { + background:rgba(47, + 49, + 54, + .5) +} + +.theme-dark .background-opacity-medium .header-2BTCnc { + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.theme-dark .background-opacity-medium .guildIcon-lQ0uiM { + opacity:.7 +} + +.theme-dark .background-opacity-medium .button-3To2tQ { + opacity:.9 +} + +.theme-dark .background-opacity-high .wrapper-35wsBm { + background:rgba(47, + 49, + 54, + .6) +} + +.theme-dark .overlay-unlocked .wrapper-35wsBm { + background-color:var(--background-secondary) +} + +.theme-dark .overlay-unlocked .header-2BTCnc { + text-shadow:none +} + +.theme-dark .overlay-unlocked .button-3To2tQ, +.theme-dark .overlay-unlocked .guildIcon-lQ0uiM { + opacity:1 +} + +.icon-3U3Ats { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--header-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-bottom:16px; + margin-top:32px +} + +.guidelines-1yD5nc { + margin:8px 0 +} + +.divider-2gQcba { + border:1px solid var(--background-modifier-accent); + margin:24px 0 +} + +.previewSection-1h_5aj { + margin-bottom:32px +} + +.channelsWrapper-2HhUER, +.rolesWrapper-2yOx9S { + background-color:var(--background-secondary); + border-radius:8px +} + +.protip-cfNVNm { + margin-top:8px +} + +.protipText-2wXAoo { + color:#43b581; + font-weight:600; + text-transform:uppercase +} + +.sectionHeader-1U00JR { + color:var(--header-primary); + font-size:20px; + padding-bottom:8px; + text-align:left +} + +.channelsWrapper-2HhUER { + padding:16px +} + +.channel-OaJouZ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--channels-default); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + font-size:16px; + height:30px; + white-space:nowrap; + text-overflow:ellipsis +} + +.category-3W3XSi { + font-size:12px; + font-weight:700; + margin-left:-13px; + text-transform:uppercase +} + +.category-3W3XSi .channelIcon-2s1R00 { + height:14px; + margin-right:1px; + width:14px +} + +.channelIcon-2s1R00 { + margin-right:8px; + width:20px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.channelText-7rGec8 { + overflow:hidden; + text-overflow:ellipsis +} + +.rolesWrapper-2yOx9S { + -ms-flex-wrap:wrap; + flex-wrap:wrap; + padding:8px +} + +.role-3paDXR, +.rolesWrapper-2yOx9S { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.role-3paDXR { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:12px; + font-weight:500; + border:1px solid; + border-radius:11px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:22px; + margin:0 4px 4px 0; + padding:4px +} + +.roleCircle-3DE8xJ { + border-radius:50%; + width:12px; + height:12px; + margin-right:4px +} + +.roleName-1JcOmP { + color:var(--channels-default); + max-width:200px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-right:4px +} + +.modalContainer-1jCQhD, +.modalSection-3QXz-E { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.modalSection-3QXz-E { + width:440px +} + +.ctaSection-izWwhs { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background:var(--background-secondary); + border-top-left-radius:5px; + min-height:450px +} + +.ctaContainer-2Jtgn2 { + margin-top:auto; + margin-bottom:auto; + text-align:center; + padding:32px +} + +.formSection-1NFAGI { + background:var(--background-primary); + border-top-right-radius:5px; + position:relative +} + +.formContainer-1VaglF { + position:absolute; + width:440px; + padding:0 16px; + height:100% +} + +.modalRoot-LW89o7 { + border-radius:5px +} + +.modalRoot-LW89o7 .modalFooter-Xu2eIR { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + background:var(--background-tertiary) +} + +.header-2Yglm5 { + text-align:center; + margin-top:32px; + margin-bottom:24px +} + +.icon-26AID4 { + color:var(--interactive-normal); + margin-right:8px +} + +.loadingIndicator-tk-VI6 { + height:200px +} + +.bodyContentWrapper-mY7Mw3 { + padding-top:16px +} + +.confirmBodyContentWrapper-3xm8u7 { + text-align:center; + padding-bottom:48px +} + +.confirmBodySticker-26_4Gb { + height:72px; + margin:0 auto 24px; + width:72px +} + +.confirmBodyHeader-17e52f { + font-weight:700; + margin-bottom:8px +} + +.confirmBodyHeaderWithHeaderImage-1HdQ5d { + margin-top:32px +} + +.confirmBodyContent-23r8Kk { + color:var(--text-normal); + font-size:16px; + line-height:20px; + margin-bottom:32px +} + +.confirmBodyAction-2kuiIi { + display:inline-block +} + +.reviewBodyHeader-18rCjE { + margin-bottom:8px +} + +.invoice-iONs1k, +.paymentSourceDropdown-3-Mpfe { + margin-bottom:16px +} + +.modalContentForm-1volcU { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +.fullModalSpinnerWrapper-2q8B_o, +.modalContentForm-1volcU { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.fullModalSpinnerWrapper-2q8B_o { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + min-height:200px +} + +.headerWithImage-1eQiGL { + min-height:100px; + overflow:visible; + padding:0 +} + +.backgroundImage-3LwoVx { + border-radius:5px 5px 0 0; + position:absolute; + top:0; + left:0; + height:100%; + width:100%; + background-position:50%; + background-size:cover; + background-repeat:no-repeat +} + +.closeButton-2c8U1E { + height:18px; + position:absolute; + right:16px; + top:50%; + -webkit-transform:translateY(-50%); + transform:translateY(-50%); + width:18px; + line-height:0 +} + +.closeButton-2c8U1E.closeButtonWithImage-d-Cnkt { + color:#fff; + background:rgba(0, + 0, + 0, + .6); + border-radius:4px; + opacity:1; + -webkit-transform:none; + transform:none; + -webkit-transition:background .1s; + transition:background .1s; + top:16px +} + +.closeButton-2c8U1E.closeButtonWithImage-d-Cnkt:hover { + background:rgba(0, + 0, + 0, + .8) +} + +.listWrapper-21hRUc { + overflow-x:hidden; + overflow-y:scroll; + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.listHeight-3jP-vC { + visibility:hidden +} + +.listItems-1uJgMC { + contain:layout; + position:absolute +} + +.scroller-3gAZLs { + height:100% +} + +.packActions-2175d0 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.packActionsStacked-zeQen2 { + -webkit-box-orient:vertical; + -webkit-box-direction:reverse; + -ms-flex-direction:column-reverse; + flex-direction:column-reverse +} + +.packActionShinyButton-3RJvCM { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.packActionIcon-3coxAH { + display:block; + -ms-flex-negative:0; + flex-shrink:0; + height:16px; + margin-right:4px; + width:16px +} + +.packAction-3Q40tV+.packAction-3Q40tV { + margin-left:12px +} + +.packActionStacked-3aS6HJ+.packActionStacked-3aS6HJ { + margin-bottom:8px; + margin-left:0 +} + +.unownedStickerLockContainer-1awnDf { + border-radius:100%; + border:1px solid var(--background-modifier-accent); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:var(--background-accent); + position:absolute; + right:0; + bottom:0 +} + +.unownedStickerLockIcon-3vTNpx { + color:var(--interactive-normal) +} + +.row-2psonc { + display:grid; + margin-bottom:12px; + overflow:hidden +} + +.row-2psonc, +.sticker-2cpdZp { + position:relative +} + +.sticker-2cpdZp { + border-radius:4px; + padding:2px +} + +.mask-WB_llw { + position:absolute; + z-index:-1; + margin-top:-2px; + margin-left:-2px +} + +.stickerBackground-2XECKi { + height:100%; + -webkit-transition:background-color .08s ease-out, + color .08s ease-out; + transition:background-color .08s ease-out, + color .08s ease-out; + width:100% +} + +.stickerInspected-2EM4w- .stickerBackground-2XECKi { + background-color:var(--background-accent) +} + +.stickerPlaceholder-Upqhje { + cursor:default +} + +.viewAll-2RLt-n { + position:absolute; + right:0; + top:0 +} + +.viewAll-2RLt-n:hover .viewAllBackground-3Bn1vh, +.viewAllInspected-FsmJHj .viewAllBackground-3Bn1vh { + background-color:var(--background-tertiary); + color:var(--interactive-hover) +} + +.viewAllBackground-3Bn1vh { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-primary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--interactive-normal); + display:grid; + font-size:16px; + font-weight:600; + height:100%; + line-height:20px; + text-align:center; + white-space:pre-line; + width:100% +} + +.header-1jwfHp { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:66px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:12px 4px +} + +.header-1jwfHp, +.title-1R2vOK { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.title-1R2vOK { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-item-align:stretch; + align-self:stretch; + -webkit-column-gap:4px; + -moz-column-gap:4px; + column-gap:4px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-bottom:4px; + max-width:100%; + white-space:nowrap +} + +.heading-3FTJUH { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + font-size:16px; + line-height:20px; + min-width:0; + overflow:hidden; + text-overflow:ellipsis +} + +.count-ZZL8Ce { + color:var(--header-secondary); + font-size:14px; + line-height:18px +} + +.monospace-2wHjP3 { + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.features-3yHAt3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto +} + +.featuresTooltip-3r0QiF { + max-width:260px +} + +.feature-3kpTdS { + color:var(--interactive-normal); + background-color:var(--background-modifier-accent); + border-radius:10px; + margin-left:4px +} + +.featureFlushRight-2-VxWs { + margin-left:auto +} + +.featureText-169iUC { + padding:0 4px +} + +.featureTextIcon-6keZHX { + position:relative; + top:1px; + height:10px; + width:10px +} + +.featureIcon-2pfUYw { + height:12px; + width:12px; + padding:2px +} + +.newTag-38ErDv { + background-color:#f04747; + color:#fff; + font-size:9px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:16px; + border-radius:16px; + margin-right:4px; + padding:0 6px +} + +.theme-dark .timerIcon-3FpAHP { + color:#fbb848 +} + +.theme-light .timerIcon-3FpAHP { + color:#ff8a00 +} + +.previewBody-1jI1tx { + height:426px +} + +.footer-2EFvOV { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.footerEnd-3XWfns { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.skuPreviewFooterCloseButton-2ad35W { + color:var(--interactive-active); + font-size:14px; + font-weight:600; + line-height:18px +} + +.hidden-vu5JrP { + visibility:hidden +} + +.wrapper-9ELKCa { + padding-top:32px +} + +.heroImage-1RA8PH { + display:block; + margin:0 auto 47px; + width:250px +} + +.closeButton-3ARX-0 { + position:absolute; + right:4px; + top:12px +} + +.heading-6wT1g3 { + margin-bottom:16px +} + +.perks-ptrQDg { + background-color:var(--background-secondary); + border-radius:8px +} + +.icon-1_nfxm { + height:20px; + width:20px +} + +.iconColorLightBlue-1uuaSK { + color:#aec7ff +} + +.iconColorGreen-1IJXxM { + color:#a2fed3 +} + +.iconColorOrange-2XXOWl { + color:#ff9a15 +} + +.iconColorYellow-oU7ouJ { + color:#fed648 +} + +.iconColorPink-2qb_11 { + color:#ff73fa +} + +.iconColorDarkBlue-XPg_sq { + color:#3e70dd +} + +.iconColorBlue-1jJrHr { + color:#80a6ff +} + +.footer-3XnbPv { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.continueToPurchaseButton-1JgNbm { + margin-right:16px; + padding-left:0; + padding-right:0 +} + +.popoutContent-1rAJey { + padding:16px +} + +.packName-1Cps_6 { + font-size:16px; + line-height:20px; + cursor:pointer +} + +.packDescription-3drkLS { + color:var(--text-normal); + font-size:14px; + line-height:18px; + margin-bottom:0; + margin-top:8px +} + +.packDescription-3drkLS strong { + color:var(--header-primary) +} + +.stickersList-Q202uA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + margin-bottom:8px +} + +.stickerWrapper-16sTV0 { + cursor:pointer +} + +.packActions-2i3SLO { + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-top:8px +} + +.premiumButtonNitroWheel-27R34z { + margin-right:4px +} + +.premiumButton-28hSN6 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.premiumButtonWithViewPackButton-2ZugvV { + margin-bottom:8px +} + +.countdownContainer-3QTUg6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + margin-top:12px +} + +.countdownText-3tHeVw { + color:var(--interactive-normal); + background-color:var(--background-modifier-accent); + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + border-radius:10px; + padding:0 4px +} + +.countdownIcon-B3jzQN { + position:relative; + top:1px; + height:10px; + width:10px +} + +.theme-dark .countdownIcon-B3jzQN { + color:#fbb848 +} + +.theme-light .popoutContent-1rAJey, +.theme-light .popoutLoader-2HV5kI { + background-color:var(--background-floating); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.theme-light .countdownIcon-B3jzQN { + color:#ff8a00 +} + +.clickableSticker-3HmpgV { + cursor:pointer +} + +.stickerName-37a8JB { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + grid-gap:4px +} + +.stickerIcon-2Tdq9J { + height:16px; + width:16px; + margin-right:2px +} + +.spine-5jbOmI { + border-bottom-left-radius:8px; + border-bottom:2px solid var(--background-accent); + border-left:2px solid var(--background-accent); + bottom:29px; + left:-40px; + position:absolute; + top:0; + width:34px +} + +.spine-5jbOmI.cozy-XCy5h_ { + display:none +} + +.container-3hZ-gs { + background-color:var(--background-secondary); + border-radius:4px; + cursor:pointer; + margin-top:8px; + max-width:480px; + min-width:0; + padding:8px +} + +.topLine-1hV9bl { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.name-1qtoQ5 { + margin-right:8px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.cta-3MixHV { + color:var(--text-link); + -ms-flex-negative:0; + flex-shrink:0; + font-weight:600 +} + +.container-3hZ-gs:hover .cta-3MixHV { + text-decoration:underline +} + +.bottomLine-2qB7L6 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-top:2px; + white-space:nowrap +} + +.timestamp-1Kyoes { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:8px +} + +.embed-IeVjo6 { + position:relative; + display:grid; + max-width:520px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:4px +} + +.embed-IeVjo6 .emoji { + width:18px; + height:18px +} + +.embed-IeVjo6 pre { + max-width:100%; + border:none +} + +.embed-IeVjo6 code { + border:none; + background:var(--background-tertiary); + scrollbar-color:var(--background-secondary) var(--background-tertiary) +} + +.embed-IeVjo6 blockquote { + max-width:100% +} + +.embedFull-2tM8-- { + border-left:4px solid var(--background-tertiary); + background:var(--background-secondary) +} + +.embedAuthorName-3mnTWj, +.embedAuthorNameLink-1gVryT, +.embedDescription-1Cuq9a, +.embedFieldName-NFrena, +.embedFieldValue-nELq2s, +.embedFooterText-28V_Wb, +.embedLink-1G1K1D, +.embedProvider-3k5pfl, +.embedTitle-3OXDkz, +.embedTitleLink-1Zla9e { + unicode-bidi:-moz-plaintext; + unicode-bidi:plaintext; + text-align:left +} + +.grid-1nZz7S { + overflow:hidden; + padding:.5rem 1rem 1rem .75rem; + display:inline-grid; + grid-template-columns:auto; + grid-template-rows:auto +} + +.grid-1nZz7S.hasThumbnail-3FJf1w { + grid-template-columns:auto -webkit-min-content; + grid-template-columns:auto min-content +} + +.embedMargin-UO5XwE { + margin-top:8px +} + +.embedLink-1G1K1D { + text-decoration:none; + cursor:pointer +} + +.embedLink-1G1K1D:hover { + text-decoration:underline +} + +.embedSuppressButton-1FonMn { + opacity:0; + position:absolute; + top:-2px; + right:-20px; + cursor:pointer; + padding:2px; + color:var(--interactive-normal) +} + +.embed-IeVjo6:focus-within .embedSuppressButton-1FonMn, +.embed-IeVjo6:hover .embedSuppressButton-1FonMn { + opacity:1 +} + +.embedSuppressButton-1FonMn:hover { + color:var(--interactive-hover) +} + +.embedProvider-3k5pfl { + font-size:0.75rem; + line-height:1rem; + font-weight:400; + grid-column:1/1 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedProvider-3k5pfl { + font-weight:500 + } + +} + +.embedAuthor-3l5luH { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + grid-column:1/1 +} + +.embedAuthorName-3mnTWj { + font-size:0.875rem; + font-weight:600 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedAuthorName-3mnTWj { + font-weight:500 + } + +} + +.embed-IeVjo6 .embedAuthorNameLink-1gVryT { + color:var(--header-primary) +} + +.embedAuthorIcon--1zR3L { + margin-right:8px; + width:24px; + height:24px; + -o-object-fit:contain; + object-fit:contain; + border-radius:50% +} + +.embedTitle-3OXDkz { + font-size:1rem; + font-weight:600; + display:inline-block; + grid-column:1/1 +} + +.embedDescription-1Cuq9a { + font-size:0.875rem; + line-height:1.125rem; + font-weight:400; + white-space:pre-line; + grid-column:1/1 +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedDescription-1Cuq9a { + font-weight:500 + } + +} + +.embedImage-2W1cML, +.embedThumbnail-2Y84-K, +.embedVideo-3nf0O9 { + display:block; + -o-object-fit:fill; + object-fit:fill +} + +.embedImage-2W1cML img, +.embedImage-2W1cML video, +.embedThumbnail-2Y84-K img, +.embedThumbnail-2Y84-K video, +.embedVideo-3nf0O9 img, +.embedVideo-3nf0O9 video { + display:block; + border-radius:4px +} + +.embedGalleryImagesWrapper-2Qn2vv { + grid-column:1/2; + display:grid; + grid-template-columns:1fr 1fr; + -webkit-column-gap:4px; + -moz-column-gap:4px; + column-gap:4px; + overflow:hidden; + border-radius:4px; + margin-top:16px +} + +.embedGallerySide-1Hu9Bp { + overflow:hidden; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.embedGallerySide-1Hu9Bp, +.embedGallerySide-1Hu9Bp>a { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.embedGallerySide-1Hu9Bp>a { + margin:0; + border-radius:0; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:100%; + max-width:100%; + min-height:calc(50% - 2px) +} + +.embedGallerySide-1Hu9Bp>a:only-child { + min-height:100% +} + +.embedGallerySide-1Hu9Bp>a:nth-child(2) { + margin-top:4px +} + +.embedGalleryImageElement-3Vxxsp { + position:absolute; + -o-object-fit:cover; + object-fit:cover; + width:100%; + height:100% +} + +.embedThumbnail-2Y84-K { + grid-row:1/8; + grid-column:2/2; + margin-left:16px; + margin-top:8px; + -ms-flex-negative:0; + flex-shrink:0; + justify-self:end +} + +.embedVideo-3nf0O9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative; + background-color:rgba(0, + 0, + 0, + .05) +} + +.centerContent-1dpMl0, +.embedVideoActions-O6vR7W, +.embedVideoImageComponent-34z3di { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.embedVideoImageComponent-34z3di { + width:100%!important; + height:100%!important; + max-height:100%; + border-radius:0 +} + +.embedVideoImageComponentInner-2Ujh_1 { + width:100%!important; + height:100%!important; + -o-object-fit:cover; + object-fit:cover +} + +.embedVideoActions-O6vR7W { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + pointer-events:none +} + +.embedVideoAction-2BIhKO { + width:24px; + height:24px; + background:none; + background-size:24px 24px; + display:inline-block; + opacity:.6 +} + +.embedVideoAction-2BIhKO:hover { + opacity:1 +} + +.embedIframe-2hcNY5 { + width:100%; + height:100%; + display:block +} + +.embedGIFTag-n_mDqR { + position:absolute; + top:4px; + right:4px +} + +.embedFooter-3yVop- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + grid-row:auto/auto; + grid-column:1/1 +} + +.hasThumbnail-3FJf1w .embedFooter-3yVop- { + grid-column:1/3 +} + +.embedFooterText-28V_Wb { + font-size:0.75rem; + line-height:1rem; + font-weight:500; + color:var(--text-normal) +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedFooterText-28V_Wb { + font-weight:500 + } + +} + +.embedFooterSeparator-3klTIQ { + font-weight:500; + color:var(--text-normal); + display:inline-block; + margin:0 4px +} + +.embedFooterIcon-239O1f { + margin-right:8px; + width:20px; + height:20px; + -o-object-fit:contain; + object-fit:contain; + border-radius:50% +} + +.embedFields-2IPs5Z { + display:grid; + grid-column:1/1; + margin-top:8px; + grid-gap:8px +} + +.embedField-1v-Pnh { + font-weight:400 +} + +.embedField-1v-Pnh, +.embedFieldName-NFrena { + font-size:0.875rem; + line-height:1.125rem; + min-width:0 +} + +.embedFieldName-NFrena { + font-weight:600; + margin-bottom:2px +} + +.embedFieldValue-nELq2s { + font-size:0.875rem; + line-height:1.125rem; + font-weight:400; + white-space:pre-line; + min-width:0 +} + +.embedMedia-1guQoW { + grid-column:1/1; + border-radius:4px; + contain:paint +} + +.hasThumbnail-3FJf1w .embedMedia-1guQoW { + grid-column:1/3 +} + +.embedFull-2tM8-- .embedMedia-1guQoW { + margin-top:16px +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedFieldName-NFrena { + font-weight:600 + } + +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .embedFieldValue-nELq2s { + font-weight:400 + } + +} + +.embedDescription-1Cuq9a, +.embedFieldValue-nELq2s { + color:var(--text-normal) +} + +.embedProvider-3k5pfl .embedLink-1G1K1D { + color:var(--interactive-normal) +} + +.embedProvider-3k5pfl .embedLink-1G1K1D:hover { + color:var(--interactive-hover) +} + +.embedAuthorName-3mnTWj, +.embedFieldName-NFrena, +.embedTitle-3OXDkz { + color:var(--header-primary) +} + +.embedAuthor-3l5luH, +.embedDescription-1Cuq9a, +.embedFields-2IPs5Z, +.embedFooter-3yVop-, +.embedMedia-1guQoW, +.embedProvider-3k5pfl, +.embedTitle-3OXDkz { + min-width:0 +} + +.background-opacity-low .embedFull-2tM8-- { + background-color:rgba(47, + 49, + 54, + .2); + border-left-color:rgba(32, + 34, + 37, + .4)!important +} + +.background-opacity-low .embedFull-2tM8-- code { + background:rgba(32, + 34, + 37, + .4) +} + +.background-opacity-low .embedThumbnail-2Y84-K { + opacity:.4 +} + +.background-opacity-low .embedSpotify-tvxDCr { + opacity:.8 +} + +.background-opacity-low .embedSpotify-tvxDCr:hover { + opacity:1 +} + +.background-opacity-low .embedDescription-1Cuq9a, +.background-opacity-low .embedFieldValue-nELq2s, +.background-opacity-low .embedFooterText-28V_Wb, +.background-opacity-low .embedProvider-3k5pfl { + color:#fff!important; + text-shadow:0 0 1px rgba(0, + 0, + 0, + .3) +} + +.background-opacity-low .embedTitleLink-1Zla9e { + color:var(--text-link)!important; + text-shadow:0 0 1px hsla(0, + 0%, + 100%, + .3), + 0 0 3px rgba(0, + 0, + 0, + .6) +} + +.background-opacity-medium .embedFull-2tM8-- { + background-color:rgba(47, + 49, + 54, + .2); + border-left-color:rgba(32, + 34, + 37, + .4)!important +} + +.background-opacity-medium .embedFull-2tM8-- code { + background:rgba(32, + 34, + 37, + .4) +} + +.background-opacity-medium .embedThumbnail-2Y84-K { + opacity:.4 +} + +.background-opacity-medium .embedSpotify-tvxDCr { + opacity:.8 +} + +.background-opacity-medium .embedSpotify-tvxDCr:hover { + opacity:1 +} + +.background-opacity-medium .embedDescription-1Cuq9a, +.background-opacity-medium .embedFieldValue-nELq2s, +.background-opacity-medium .embedFooterText-28V_Wb, +.background-opacity-medium .embedProvider-3k5pfl { + color:#ccc!important; + text-shadow:0 0 1px rgba(0, + 0, + 0, + .2) +} + +.background-opacity-medium .embedTitleLink-1Zla9e { + color:var(--text-link)!important; + text-shadow:0 0 1px hsla(0, + 0%, + 100%, + .2), + 0 0 3px rgba(0, + 0, + 0, + .4) +} + +.background-opacity-high .embedFull-2tM8-- { + background-color:rgba(47, + 49, + 54, + .2); + border-left-color:rgba(32, + 34, + 37, + .4)!important +} + +.background-opacity-high .embedFull-2tM8-- code { + background:rgba(32, + 34, + 37, + .4) +} + +.background-opacity-high .embedThumbnail-2Y84-K { + opacity:.4 +} + +.background-opacity-high .embedSpotify-tvxDCr { + opacity:.9 +} + +.background-opacity-high .embedSpotify-tvxDCr:hover { + opacity:1 +} + +.background-opacity-high .embedDescription-1Cuq9a, +.background-opacity-high .embedFieldValue-nELq2s, +.background-opacity-high .embedFooterText-28V_Wb, +.background-opacity-high .embedProvider-3k5pfl { + text-shadow:0 0 1px rgba(0, + 0, + 0, + .2) +} + +.background-opacity-high .embedTitleLink-1Zla9e { + text-shadow:0 0 1px hsla(0, + 0%, + 100%, + .2), + 0 0 3px rgba(0, + 0, + 0, + .4) +} + +.spoilerEmbed-1fzvzg.hiddenSpoiler-3i0zpa { + cursor:pointer; + overflow:hidden +} + +.spoilerEmbed-1fzvzg.hiddenSpoiler-3i0zpa .grid-1nZz7S { + -webkit-transition:-webkit-filter .1s ease-out; + transition:-webkit-filter .1s ease-out; + transition:filter .1s ease-out; + transition:filter .1s ease-out, + -webkit-filter .1s ease-out; + -webkit-filter:blur(44px); + filter:blur(44px); + pointer-events:none +} + +.overlay-unlocked .embedSpotify-tvxDCr, +.overlay-unlocked .embedThumbnail-2Y84-K { + opacity:1 +} + +.spoilerAttachment-1LrKiO.hiddenSpoiler-3i0zpa { + -webkit-filter:blur(44px); + filter:blur(44px); + pointer-events:none; + -webkit-transition:-webkit-filter .1s ease; + transition:-webkit-filter .1s ease; + transition:filter .1s ease; + transition:filter .1s ease, + -webkit-filter .1s ease +} + +.ephemeralMessage-1fEWtQ { + margin-top:4px; + font-size:12px; + font-weight:400; + color:var(--text-muted) +} + +.ephemeralMessage-1fEWtQ a { + color:#7289da +} + +.icon-2ZUv7M { + margin-right:4px; + vertical-align:text-bottom +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .ephemeralMessage-1fEWtQ { + font-weight:500 + } + +} + +.attachment-33OFj0 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + letter-spacing:0; + max-width:520px; + width:100%; + padding:10px; + border:1px solid transparent +} + +.attachmentInner-3vEpKt { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.icon-1kp3fr { + width:30px; + height:40px; + margin-right:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.filename-3eBB_v { + font-weight:400; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .filename-3eBB_v { + font-weight:500 + } + +} + +.metadata-3WGS0M { + font-weight:300; + color:#72767d; + margin-right:8px +} + +.rate-1kMjTj { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:8px; + min-width:60px; + text-align:right +} + +.progressContainer-3ao-eu { + height:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex-1O1GKY; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.progress-3Rbvu0 { + background-color:rgba(114, + 118, + 125, + .3) +} + +.cancelButton-3hVEV6, +.downloadButton-23tKQp, +.size-1Arx_I { + margin-left:4px +} + +.cancelButton-3hVEV6, +.downloadButton-23tKQp { + color:var(--interactive-normal); + cursor:pointer +} + +.cancelButton-3hVEV6:hover, +.downloadButton-23tKQp:hover { + color:var(--interactive-hover) +} + +.downloadWrapper-vhAtLx { + display:block; + width:24px; + height:24px; + margin-right:8px +} + +.filenameLinkWrapper-1-14c5 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.fileNameLink-9GuxCo:hover { + text-decoration:underline +} + +.attachment-33OFj0 { + border-color:var(--background-secondary-alt); + background-color:var(--background-secondary) +} + +.filename-3eBB_v { + color:var(--interactive-active) +} + +.filenameLinkWrapper-1-14c5 { + color:var(--text-link) +} + +.size-1Arx_I { + color:var(--text-muted) +} + +.inline-2bgipb { + opacity:1; + -webkit-transition:all .1s ease; + transition:all .1s ease +} + +.inline-2bgipb.hiddenSpoilers-1ksnR6 { + visibility:hidden +} + +.spoiler-1PPAUc { + -webkit-transition:all .1s ease; + transition:all .1s ease +} + +.spoiler-1PPAUc.hiddenSpoilers-1ksnR6 { + -webkit-filter:blur(44px); + filter:blur(44px); + pointer-events:none +} + +@-webkit-keyframes ripple-N7-maz { + 0% { + -webkit-transform:scale(.4); + transform:scale(.4); + opacity:1 + } + + 90% { + -webkit-transform:scale(1.4); + transform:scale(1.4); + opacity:0 + } + + to { + -webkit-transform:scale(1.6); + transform:scale(1.6); + opacity:0 + } + +} + +@keyframes ripple-N7-maz { + 0% { + -webkit-transform:scale(.4); + transform:scale(.4); + opacity:1 + } + + 90% { + -webkit-transform:scale(1.4); + transform:scale(1.4); + opacity:0 + } + + to { + -webkit-transform:scale(1.6); + transform:scale(1.6); + opacity:0 + } + +} + +@-webkit-keyframes bounce-3G6o78 { + 25% { + -webkit-transform:scale(.6); + transform:scale(.6) + } + + 50% { + -webkit-transform:scale(1.2); + transform:scale(1.2) + } + + to { + -webkit-transform:scale(1); + transform:scale(1) + } + +} + +@keyframes bounce-3G6o78 { + 25% { + -webkit-transform:scale(.6); + transform:scale(.6) + } + + 50% { + -webkit-transform:scale(1.2); + transform:scale(1.2) + } + + to { + -webkit-transform:scale(1); + transform:scale(1) + } + +} + +.size-3rN-gI { + width:29px; + height:29px +} + +.gifFavoriteButton-3Zycl7 { + color:#fff +} + +.gifFavoriteButton-3Zycl7:after { + -webkit-transition:all .15s ease-in-out; + transition:all .15s ease-in-out; + content:""; + position:absolute; + top:0; + left:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transform-origin:center; + transform-origin:center; + opacity:0; + z-index:5; + width:100%; + height:100%; + border:2px solid #faa61a; + border-radius:50%; + pointer-events:none +} + +.gifFavoriteButton-3Zycl7:hover { + color:#faa61a; + -webkit-transform:none; + transform:none +} + +.gifFavoriteButton-3Zycl7.selected-1mBDsA { + color:#faa61a +} + +.gifFavoriteButton-3Zycl7.selected-1mBDsA.showPulse-1P_rPG:after { + -webkit-animation:ripple-N7-maz .45s ease; + animation:ripple-N7-maz .45s ease +} + +.gifFavoriteButton-3Zycl7.selected-1mBDsA.showPulse-1P_rPG .icon-38TLpf { + -webkit-animation:bounce-3G6o78 .4s linear; + animation:bounce-3G6o78 .4s linear +} + +.icon-38TLpf { + display:block; + width:100%; + height:100% +} + +.container-1qJFPO { + position:relative +} + +.iconContainer-1dtWOo { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:16px; + height:16px; + position:relative; + margin-right:4px +} + +.icon-2s94H- { + position:relative; + color:#b9bbbe; + width:100% +} + +.foreground-3bBkqt, +.icon-2s94H- { + opacity:.6 +} + +.avatar-1j43gH { + margin-right:-4px +} + +.avatarSize-EXG1Is { + width:20px!important; + height:20px!important +} + +.emptyUser-3FRJaF { + width:20px; + height:20px; + border-radius:50%; + background:#4f545c +} + +.avatarMasked-3y6o4j { + -webkit-mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + -webkit-mask-position:0 0; + mask-position:0 0; + -webkit-mask-size:100% 100%; + mask-size:100% 100%; + -webkit-mask-repeat:no-repeat; + mask-repeat:no-repeat +} + +.moreUsers-1s5Her { + position:relative; + background-color:#4f545c; + font-size:12px; + font-weight:700; + color:#b9bbbe; + height:20px; + line-height:20px; + border-radius:10px; + padding:0 8px 0 6px +} + +.inFront-1tn07g { + z-index:2 +} + +.invite-18yqGF { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:145px; + padding:20px; + border-radius:5px; + overflow:hidden; + max-width:400px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + border:1px solid transparent; + cursor:default +} + +.fullHeight-24whqn { + height:100% +} + +.coverImageWrapper-22d5LB { + pointer-events:none; + position:absolute; + top:0; + bottom:0; + right:0; + z-index:0; + width:100%; + height:100%; + max-width:145px; + opacity:.6; + border-radius:0 5px 5px 0; + overflow:hidden +} + +.coverImage-3cjWkd { + width:100%; + height:100%; + background-size:100%; + background-repeat:no-repeat; + -webkit-mask:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(60%, + hsla(0, + 0%, + 100%, + .4))); + -webkit-mask:linear-gradient(90deg, + transparent, + hsla(0, + 0%, + 100%, + .4) 60%); + mask:-webkit-gradient(linear, + left top, + right top, + from(transparent), + color-stop(60%, + hsla(0, + 0%, + 100%, + .4))); + mask:linear-gradient(90deg, + transparent, + hsla(0, + 0%, + 100%, + .4) 60%) +} + +.coverImageActionable-1TMryE.blurred-UUeCTs { + -webkit-filter:blur(5px); + filter:blur(5px) +} + +.coverImageNotActionable-1MP2Mx { + -webkit-filter:grayscale(100%); + filter:grayscale(100%) +} + +.coverImageNotActionable-1MP2Mx.blurred-UUeCTs { + -webkit-filter:blur(5px) grayscale(100%); + filter:blur(5px) grayscale(100%) +} + +.artwork-1vrmJ_ { + width:100px; + height:100px; + border-radius:5px; + position:relative; + z-index:1 +} + +.artworkNotActionable-3519Nv { + -webkit-filter:grayscale(100%); + filter:grayscale(100%) +} + +.artworkSpotifySessionEnded-11d_If { + background-size:100%; + background-repeat:no-repeat; + background-position:50% +} + +.header-Hg_qNF { + font-size:12px; + line-height:12px; + font-weight:700 +} + +.partyStatus-6AjDud { + font-size:18px +} + +.actionAndParty-3DXneA { + margin-right:0; + max-height:32px +} + +.actionButton-1Vu3oO { + -ms-flex-negative:0; + flex-shrink:0 +} + +.name-GG2Mcs { + font-size:14px; + font-weight:600; + margin-left:5px; + text-align:right; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.partyMembers-fGLW2R { + margin-left:20px; + overflow:hidden; + white-space:nowrap +} + +.partyMember-2WUkBE { + position:relative +} + +.partyMemberKnown-2QGebq { + cursor:pointer +} + +.partyAvatar-34PPpo { + width:22px!important; + height:22px!important +} + +.partyMemberEmpty-2iyh5g { + width:22px +} + +.moreUsers-1sZP3U, +.partyMemberEmpty-2iyh5g { + height:22px; + border-radius:50% +} + +.moreUsers-1sZP3U { + min-width:18px; + line-height:22px; + text-align:center; + padding:0 2px +} + +.helpIcon-2EyVTp { + position:absolute; + top:8px; + right:8px; + border-radius:50%; + display:none; + opacity:.6; + width:14px; + height:14px; + z-index:1; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.helpIcon-2EyVTp:hover { + opacity:1 +} + +.invite-18yqGF:hover .helpIcon-2EyVTp { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.details-3NqflA, +.state-2dqgON { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + max-width:240px; + font-size:16px; + line-height:16px; + padding-bottom:4px +} + +.textLink-3aPthL:hover { + text-decoration:underline +} + +.theme-dark .invite-18yqGF { + background:rgba(47, + 49, + 54, + .6); + border-color:rgba(47, + 49, + 54, + .9) +} + +.theme-dark .artworkSpotifySessionEnded-11d_If { + background-image:url(img/fb6a21ef85b63dec6e7c01c683904e8f.svg) +} + +.theme-dark .header-Hg_qNF { + color:#72767d +} + +.theme-dark .name-GG2Mcs, +.theme-dark .partyStatus-6AjDud { + color:#fff +} + +.theme-dark .moreUsers-1sZP3U { + background-color:#4f545c +} + +.theme-dark .partyMemberEmpty-2iyh5g { + background:#4f545c +} + +.theme-dark .helpIcon-2EyVTp { + background-color:#fff +} + +.theme-dark .textLink-3aPthL, +.theme-dark .message-group .textLink-3aPthL { + color:#fff +} + +.theme-dark .background-opacity-high .invite-18yqGF, +.theme-dark .background-opacity-low .invite-18yqGF, +.theme-dark .background-opacity-medium .invite-18yqGF { + opacity:.4 +} + +.theme-dark .overlay-unlocked .invite-18yqGF { + opacity:1 +} + +.theme-light .invite-18yqGF { + background:rgba(246, + 246, + 247, + .6); + border-color:rgba(220, + 221, + 222, + .3) +} + +.theme-light .artworkSpotifySessionEnded-11d_If { + background-image:url(img/97e866482f43d3ebd2496641cd934904.svg) +} + +.theme-light .header-Hg_qNF { + color:#72767d +} + +.theme-light .name-GG2Mcs, +.theme-light .partyStatus-6AjDud { + color:#4f545c +} + +.theme-light .moreUsers-1sZP3U { + background-color:#dcddde +} + +.theme-light .partyMemberEmpty-2iyh5g { + background:#dcddde +} + +.theme-light .helpIcon-2EyVTp { + background-color:#4f545c +} + +.theme-light .textLink-3aPthL, +.theme-light .message-group .textLink-3aPthL { + color:#4f545c +} + +.container-o3RxSG { + width:100% +} + +.container-23E4rK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.icon-1tDorc { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + color:var(--text-muted); + width:20px; + height:20px; + margin-right:8px +} + +.avatarContainer-3CQrif { + width:24px; + height:24px +} + +.avatarContainerMasked-PIJ-3L { + margin-right:-4px +} + +.clickableAvatar-1wQpeh { + cursor:pointer +} + +.avatar-3bWpYy, +.clickableAvatar-1wQpeh, +.emptyUser-7txhlW { + width:24px; + height:24px; + border-radius:50% +} + +.emptyUser-7txhlW { + background:var(--background-accent) +} + +.moreUsers-7v8yWY { + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:var(--background-tertiary); + font-size:12px; + line-height:24px; + font-weight:500; + text-align:center; + color:var(--text-normal); + height:24px; + min-width:24px; + border-radius:12px; + padding:0 8px +} + +.navigationIcon-7GxNQ1 { + display:block; + width:48px; + height:48px +} + +.badgeIcon-FRrxLV { + width:12px; + height:12px +} + +.guildSeparator-3s64Iy { + height:2px; + width:32px; + border-radius:1px; + background-color:var(--background-modifier-accent) +} + +.guildsError-b7zR5H { + width:48px; + height:48px; + border-radius:50%; + padding:0; + font-size:20px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:var(--background-primary); + color:var(--text-normal); + border:2px solid #f04747; + -webkit-transition:background-color .15s ease-out; + transition:background-color .15s ease-out +} + +.errorInner-19Rzk_ { + font-weight:700 +} + +.guildsError-b7zR5H:hover { + text-decoration:none; + color:#fff; + border-color:#f04747; + background-color:#f04747 +} + +.circleButtonMask-2VNJsN:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.circleIconButton-jET_ig { + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:48px; + height:48px; + -webkit-transition:color .15s ease-out, + background-color .15s ease-out; + transition:color .15s ease-out, + background-color .15s ease-out; + color:#43b581; + background-color:var(--background-primary) +} + +.circleIconButton-jET_ig.selected-ugP_am { + color:#fff; + background-color:#43b581 +} + +.circleIcon-LvPL6c { + width:24px; + height:24px +} + +.plus-3UqSQu { + position:relative; + top:-1px; + font-size:40px; + line-height:40px; + font-weight:300 +} + +.createJoinContainer-2Av064 { + position:relative; + width:50px +} + +.pill-3YxEhL { + position:absolute; + left:0; + top:0 +} + +.listItem-2P_4kh { + position:relative; + margin:0 0 8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:72px +} + +.listItemWrapper-3X98Pc:active { + -webkit-transform:translateY(1px) translateZ(0); + transform:translateY(1px) translateZ(0) +} + +.listItemTooltip-CDcY8J { + max-width:196px; + font-size:16px; + line-height:20px; + font-weight:600; + word-wrap:break-word +} + +.placeholderMask-3K9THS { + display:block +} + +.dragInner-_SHftW { + width:48px; + height:48px +} + +.iconBadge-2wi9r4 { + background-color:var(--background-accent) +} + +.iconBadge-2wi9r4.participating-NBGDkr { + background-color:#43b581 +} + +.unavailableBadge-3k7iq_ { + background-color:#fff; + color:#f04747!important +} + +.dragInner-_SHftW { + background-color:var(--background-primary) +} + +.tutorialContainer-SGrQ1h { + position:relative +} + +.theme-dark .listItemTooltip-CDcY8J, +.theme-light .listItemTooltip-CDcY8J { + color:var(--text-normal) +} + +.row-2OVM4t { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.row-2OVM4t+.row-2OVM4t { + margin-top:8px +} + +.rowGuildName-X4ae9_ { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.rowIcon-1I2aBs { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.activityIcon-c4ew_N { + width:20px; + height:20px +} + +.guildNameText-74xXQn { + word-wrap:break-word; + color:var(--text-normal); + min-width:0 +} + +.viewAsRolesWarning-2AW2zJ { + margin:8px 0 4px; + font-weight:400 +} + +.guildNameTextLimitedSize-1BHdMK { + display:-webkit-box; + -webkit-line-clamp:2; + -webkit-box-orient:vertical; + overflow:hidden +} + +.theme-dark .activityIcon-c4ew_N, +.theme-light .activityIcon-c4ew_N { + color:#b9bbbe +} + +.muteText-1DPH3L { + font-weight:500 +} + +.muteTextWithActivity-2X69KH { + margin-top:8px +} + +.wrapper-2Gsate { + background-color:var(--background-tertiary); + position:relative +} + +.list-donH_Z { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.guildIcon-3h-1IH { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-primary); + color:var(--text-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100%; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:100% +} + +.mask-2hO5M8 { + display:block +} + +.guildAcronym-3B7DuT { + font-size:12px; + overflow:hidden; + text-overflow:ellipsis +} + +.guildIconWithoutImage-2JZx6N { + background-color:var(--background-primary) +} + +.categoryItem-1D0nxC { + cursor:pointer +} + +.categoryItemGuildCategory-3MisqI { + height:32px; + margin-bottom:8px; + width:32px +} + +.categoryItemDefaultCategory-aBZ6nJ { + border-radius:4px; + height:24px; + margin-bottom:2px; + padding:4px; + -webkit-transition:background-color .1s ease-in-out; + transition:background-color .1s ease-in-out; + width:24px +} + +.categoryItemDefaultCategory-aBZ6nJ:last-child { + margin-bottom:0 +} + +.categoryItemDefaultCategory-aBZ6nJ:hover { + background-color:var(--background-modifier-hover) +} + +.categoryItemDefaultCategory-aBZ6nJ:hover .categoryIcon-1SvUHG { + color:var(--interactive-hover) +} + +.categoryItemRecentEmoji-IRN6zY { + margin-bottom:8px +} + +.categoryItemDefaultCategorySelected-_HCKoz, +.categoryItemDefaultCategorySelected-_HCKoz:hover { + background-color:var(--background-primary) +} + +.categoryItemDefaultCategorySelected-_HCKoz .categoryIcon-1SvUHG, +.categoryItemDefaultCategorySelected-_HCKoz:hover .categoryIcon-1SvUHG { + color:var(--interactive-active) +} + +.categoryIcon-1SvUHG { + color:var(--interactive-normal) +} + +.guildCategorySeparator-_An-MP { + margin:12px 0; + border:none; + border-bottom:1px solid var(--background-modifier-accent) +} + +.theme-light .categoryItemDefaultCategorySelected-_HCKoz .categoryIcon-1SvUHG, +.theme-light .categoryItemDefaultCategorySelected-_HCKoz:hover .categoryIcon-1SvUHG { + color:#4f5660 +} + +.unicodeShortcut-15J8Ck { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background:inherit; + color:var(--interactive-normal); + cursor:pointer; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:48px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + left:0; + opacity:1; + position:absolute; + -webkit-transition:opacity .1s, + -webkit-transform .1s; + transition:opacity .1s, + -webkit-transform .1s; + transition:opacity .1s, + transform .1s; + transition:opacity .1s, + transform .1s, + -webkit-transform .1s; + width:100% +} + +.unicodeShortcut-15J8Ck:hover { + color:var(--interactive-hover) +} + +.unicodeShortcutInvisible-2TqXrS { + opacity:0; + -webkit-transform:translateY(48px); + transform:translateY(48px) +} + +.hideUnicodeShortcut-Sl4Qnw { + display:none +} + +.diversitySelector-2kYFHA { + width:24px; + height:24px; + cursor:pointer +} + +.diversitySelectorPopout-3FiGaM { + background-color:var(--background-secondary-alt); + position:absolute; + margin-left:-5px; + margin-top:-5px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:3px; + border:1px solid var(--background-tertiary); + overflow:hidden +} + +.diversityEmojiItem-L6_IXw { + border-radius:4px; + display:inline-block; + width:24px; + height:24px; + line-height:24px; + text-align:center; + background-position:50%; + background-repeat:no-repeat; + background-size:contain; + padding:4px; + cursor:pointer; + -webkit-transition:background-color .1s ease-in-out; + transition:background-color .1s ease-in-out +} + +.diversityEmojiItem-L6_IXw:hover { + background-color:var(--background-modifier-hover) +} + +.diversityEmojiItemImage-2gPNoS { + width:24px; + height:24px +} + +.inspector-S2gM3e { + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:48px; + width:100%; + padding:0 16px; + background-color:var(--background-secondary-alt); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden +} + +.graphicPrimary-1I8l6r { + height:28px; + width:28px +} + +.graphicSecondary-1zo8ze { + height:32px; + margin-left:8px; + width:32px +} + +.textWrapper-2hGAqu { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin-left:8px; + overflow:hidden +} + +.titlePrimary-1jHRGm { + font-weight:600 +} + +.titlePrimary-1jHRGm, +.titleSecondary-3Dh_RZ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.titleSecondary-3Dh_RZ { + color:var(--interactive-normal) +} + +.favorite-2Om6aP { + margin-right:3px; + margin-bottom:-1px +} + +.emoji-AAbs8r { + height:100%; + -o-object-fit:contain; + object-fit:contain; + width:100% +} + +.glyphEmoji-2Nc7lq { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + overflow:hidden; + white-space:nowrap +} + +.wrapper-1GJGVj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + text-align:center; + height:100%; + font-size:14px; + font-weight:500 +} + +.sadImage-2ph8SI { + width:90px; + height:90px; + background-size:90px; + background-repeat:no-repeat; + margin-bottom:20px +} + +.theme-dark .wrapper-1GJGVj { + color:#72767d +} + +.theme-dark .sadImage-2ph8SI { + background-image:url(img/e25713e4eba8c1e069ceac8f90262f62.svg) +} + +.theme-dark .forceLightTheme-1nVhlT .wrapper-1GJGVj, +.theme-light .wrapper-1GJGVj { + color:#99aab5 +} + +.theme-dark .forceLightTheme-1nVhlT .sadImage-2ph8SI, +.theme-light .sadImage-2ph8SI { + background-image:url(img/8436f69c3df6453ce7c9c0deefeddfc1.svg) +} + +.wrapper-1-Fsb8 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:32px; + padding:0 4px; + z-index:1 +} + +.wrapper-1-Fsb8:after { + content:""; + background-color:inherit; + width:100%; + height:3px; + position:absolute; + left:0; + top:-2px +} + +.header-19cWci { + color:var(--header-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + font-size:12px; + font-weight:600; + -webkit-transition:color .125s; + transition:color .125s +} + +.interactive-BzuinF:hover { + cursor:pointer +} + +.interactive-BzuinF:hover:hover { + color:var(--interactive-active) +} + +.headerIcon-1qrXTN { + display:contents; + height:100%; + margin-right:8px +} + +.headerLabel-3dG4M- { + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + margin-right:8px +} + +.headerIcon-1qrXTN+.headerLabel-3dG4M- { + margin-left:8px +} + +.headerCollapseIcon-ymwSPR { + -webkit-transition:-webkit-transform .1s; + transition:-webkit-transform .1s; + transition:transform .1s; + transition:transform .1s, + -webkit-transform .1s +} + +.headerCollapseIconCollapsed-3fap1D { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.image-1CmAz0, +.imageLoading-bpSr0M { + -o-object-fit:contain; + object-fit:contain; + pointer-events:none; + color:transparent +} + +.imageLoading-bpSr0M { + background-repeat:no-repeat; + -o-object-position:100px; + object-position:100px +} + +.theme-dark .imageLoading-bpSr0M { + background-image:url(img/56b42ec7fdca5d48afd672a7163b9c06.png) +} + +.theme-light .imageLoading-bpSr0M { + background-image:url(img/9fbc3289310d3e4e6f1bfb668f3e8c63.png) +} + +.emojiSpriteImage-TcJnG8 { + -o-object-fit:contain; + object-fit:contain; + pointer-events:none +} + +@-webkit-keyframes ripple-2PE2Cc { + 0% { + -webkit-transform:scale(.8); + transform:scale(.8); + opacity:1 + } + + to { + -webkit-transform:scale(1.6); + transform:scale(1.6); + opacity:0 + } + +} + +@keyframes ripple-2PE2Cc { + 0% { + -webkit-transform:scale(.8); + transform:scale(.8); + opacity:1 + } + + to { + -webkit-transform:scale(1.6); + transform:scale(1.6); + opacity:0 + } + +} + +.emojiListRow-m_GHp0 { + display:grid; + grid-auto-flow:column +} + +.emojiListRowLargeSize-3QTDek { + grid-template-columns:repeat(auto-fill, + 56px); + height:56px +} + +.emojiListRowMediumSize-M_K7-z { + grid-template-columns:repeat(auto-fill, + 40px); + height:40px +} + +.emojiItem-14v6tW { + border-radius:4px; + cursor:pointer; + padding:4px; + position:relative +} + +.emojiItem-14v6tW, +.emojiItem-14v6tW:focus { + outline:none +} + +.emojiItem-14v6tW.emojiItemSelected-1aLkfV { + background-color:var(--background-accent) +} + +.emojiItem-14v6tW:after { + -webkit-transition:all .15s ease-in-out; + transition:all .15s ease-in-out; + content:""; + position:absolute; + top:0; + left:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transform-origin:center; + transform-origin:center; + opacity:0; + z-index:5; + width:100%; + height:100%; + border:3px solid #faa61a; + border-radius:100%; + pointer-events:none +} + +.emojiItem-14v6tW.showPulse-nkOA_h:after { + -webkit-animation:ripple-2PE2Cc .25s ease-out 1; + animation:ripple-2PE2Cc .25s ease-out 1 +} + +.emojiItemLarge-sa0X3P { + height:48px; + width:48px +} + +.emojiItemMedium-_WAwGB { + height:32px; + width:32px +} + +.emojiItemDisabled-1FvFuF { + -webkit-filter:grayscale(100%); + filter:grayscale(100%) +} + +.listWrapper-3kgtQ0 { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.list-6NCENv { + height:100% +} + +.noSearchResultsContainer-7llQ5J { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.categorySection-2sgp74 { + margin-bottom:12px +} + +.categorySectionCollapsed-2-lBe9, +.categorySectionLast-2ToEwI { + margin-bottom:0 +} + +.header-ywPcAE { + position:-webkit-sticky; + position:sticky; + top:0 +} + +.premiumPromo-fVlLu- { + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + background-color:var(--background-secondary); + opacity:.98; + z-index:101; + border-radius:5px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.premiumPromoClose-1w65km { + position:absolute; + width:40px; + height:40px; + top:10px; + right:10px; + background:url(img/f815a774c2b98d3109293a4e2afb733c.svg) 50% 50% no-repeat; + overflow:hidden; + cursor:pointer; + text-indent:-9999em; + opacity:.6 +} + +.premiumPromoClose-1w65km:hover { + opacity:1 +} + +.premiumPromoImage-2wS9zo { + display:block; + margin-bottom:15px +} + +.premiumPromoTitle-2cKOQe { + font-size:18px; + line-height:24px; + color:var(--header-primary); + font-weight:600; + margin-bottom:4px +} + +.premiumPromoDescription-QWky-t { + margin:0 20px 24px; + font-size:16px; + line-height:20px; + text-align:center; + color:var(--header-secondary) +} + +.premiumRetentionNotice-1MsjHe { + background-color:var(--background-tertiary); + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:8px; + margin:8px 8px 0; + font-size:12px; + font-weight:500; + color:var(--text-normal); + line-height:16px +} + +.premiumRetentionNoticeIcon-sESfky { + min-width:undefined; + height:24px; + margin-right:8px; + margin-top:2px +} + +.premiumRetentionNoticeClose-2zkMmj { + width:16px; + height:16px; + color:var(--interactive-normal); + cursor:pointer +} + +.premiumRetentionNoticeClose-2zkMmj:hover { + color:var(--interactive-hover) +} + +.premiumRetentionNoticeContent-2m003l { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.wrapper-1rqM3x { + position:relative +} + +.emojiPicker-3PwZFl { + background-color:var(--background-secondary); + border-radius:5px; + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + display:grid; + grid-template-columns:48px auto; + grid-template-rows:auto 1fr auto; + height:420px; + overflow:hidden; + width:424px +} + +.emojiPickerInExpressionPicker-3IzIcv .emojiPicker-3PwZFl { + background-color:transparent; + border-bottom-right-radius:0; + border-bottom-left-radius:0; + -webkit-box-shadow:none; + box-shadow:none; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + grid-template-rows:auto 1fr auto; + height:100%; + width:auto +} + +.header-8ilj5e { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:grid; + grid-column:1/3; + grid-column-gap:12px; + grid-row:1/2; + grid-template-columns:auto 24px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + padding:12px; + z-index:100 +} + +.emojiPickerInExpressionPicker-3IzIcv .header-8ilj5e { + padding:0 16px 16px +} + +.searchBar-5di9mG { + grid-column:1/2 +} + +.diversitySelector-1v4_1A { + grid-column:2/3 +} + +.categoryList-2Kzf65 { + border-radius:0 0 0 5px; + position:absolute; + top:58px; + bottom:0; + left:0; + width:48px; + overflow:hidden +} + +.emojiPickerInExpressionPicker-3IzIcv .categoryList-2Kzf65 { + top:50px +} + +.bodyWrapper-3G0FZZ { + display:grid; + grid-template-rows:auto 1fr; + grid-column:2/3; + grid-row:2/3; + position:relative +} + +.emojiPickerListWrapper-fz8KNK { + grid-row:2/2; + overflow:hidden; + position:relative +} + +.inspector-3LQtX9 { + grid-column:2/3; + grid-row:3/4 +} + +.darkElevationLow-2CR-wO { + -webkit-box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.darkElevationHigh-3atPWj { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.darkElevationBorderLow-2_RpRZ { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.darkElevationBorderHigh-eY3zE_ { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.lightElevationLow-336Ql0 { + -webkit-box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.lightElevationHigh-30hdii { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.lightElevationBorderLow-oPAJJ0 { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.lightElevationBorderHigh-1GVmu6 { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .elevationLow-126AxN { + -webkit-box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.theme-light .elevationHigh-1PneE4 { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .elevationBorderLow-2H_Rsq { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.theme-light .elevationBorderHigh-2_BGCd { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-dark .elevationLow-126AxN { + -webkit-box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .elevationHigh-1PneE4 { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .elevationBorderLow-2H_Rsq { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .elevationBorderHigh-2_BGCd { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.container-2VW0UT { + padding:10px 10px 10px 16px; + overflow:hidden; + border-radius:5px +} + +.button-1x2ahC { + margin-left:10px +} + +.resetButton-1zF_G8 { + padding-left:0; + padding-right:0 +} + +.message-c9-HCF { + font-weight:500; + font-size:16px; + line-height:20px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.theme-light .notice-2mjo_8 { + background-color:rgba(248, + 249, + 249, + .95) +} + +.theme-dark .notice-2mjo_8 { + background:rgba(32, + 34, + 37, + .95) +} + +.theme-dark .message-c9-HCF { + color:#fff +} + +.slider-2neXMg { + position:absolute; + left:0; + right:0; + bottom:0 +} + +.formItem-2DUsqN { + width:100%; + padding:0; + margin-bottom:24px +} + +.formItem-2DUsqN:last-child { + margin-bottom:0 +} + +.settingsFormItem-103g1I { + width:100%; + margin-bottom:16px; + border-radius:8px; + padding:16px; + background-color:var(--background-secondary) +} + +.wrapperBase-x09xGp { + border-radius:4px; + padding:8px 12px +} + +.formFieldWrapper-malor5 { + background-color:var(--background-secondary) +} + +.formFieldWrapper-malor5, +.settingsFormFieldWrapper-3Y77Pr { + border:1px solid var(--background-tertiary) +} + +.settingsFormFieldWrapper-3Y77Pr { + background-color:var(--background-secondary-alt) +} + +.verificationIcon-FinFJj { + color:var(--interactive-normal); + margin-right:8px +} + +.verificationCheckmark-1coNFS { + color:#43b581; + margin-right:8px; + width:16px; + height:16px +} + +.termsRow-2dS5nm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + padding:16px 4px; + border-bottom:1px solid var(--background-modifier-accent) +} + +.termsRow-2dS5nm:first-child { + padding-top:8px +} + +.termsRow-2dS5nm:last-child { + border-bottom:none; + padding-bottom:8px +} + +.termsRowContent-24S2LO { + padding-left:12px; + white-space:pre-wrap; + width:calc(100% - 12px); + overflow-wrap:break-word +} + +.checkbox-BXy2rz { + margin-top:16px; + cursor:pointer +} + +.checkboxText-20IXco { + font-weight:500 +} + +.formItemDescription-1RUg6B { + margin-bottom:8px +} + +.verifyConfirmText-c_pBxg { + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:32px; + padding:8px +} + +.settingsLink-uq19Vg { + margin-top:8px +} + +.radioItem-1lWDqB { + border:1px solid var(--background-modifier-accent) +} + +.card-3veb4J { + padding:10px +} + +.warning-1WIX3i { + color:#fff +} + +.phoneField-38N1bJ { + border-radius:5px; + padding:2px; + position:relative; + background-color:var(--background-secondary); + border:1px solid var(--deprecated-text-input-border) +} + +.phoneField-38N1bJ .countryButton-3xq3Ts { + height:32px; + padding-left:8px; + padding-right:8px; + border-radius:3px; + margin:4px +} + +.phoneField-38N1bJ .countryButtonInner-3LEFZi { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.phoneField-38N1bJ .countryCodeContainer-2RZ4jt { + padding-left:4px; + padding-right:4px +} + +.phoneField-38N1bJ .plusSign-15Cgdh { + margin-right:2px; + color:#fff +} + +.phoneField-38N1bJ .countryCode-2TeNMX { + text-align:center; + color:#fff +} + +.phoneField-38N1bJ .phoneFieldExpand-2DzY5G { + stroke:#fff +} + +.phoneField-38N1bJ .inputField-aNPXsv { + background-color:var(--background-secondary); + color:var(--text-normal); + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:40px; + padding:10px; + border:none; + font-size:16px; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.phoneField-38N1bJ .sendButton-1Gsc4p { + margin-right:4px +} + +.phoneVerificationModal-OzcDc3 { + position:relative; + width:440px; + min-height:252px; + padding:16px +} + +.phoneVerificationModal-OzcDc3 .animationContainer-WJHr_z { + position:absolute; + top:-150px; + left:130px; + right:130px +} + +.phoneVerificationModal-OzcDc3 .title-3qNdae { + color:var(--header-primary); + font-weight:700; + font-size:20px; + margin-top:auto; + padding-top:80px +} + +.phoneVerificationModal-OzcDc3 .description-3JBgvQ { + color:var(--text-normal); + font-size:16px; + text-align:center; + line-height:20px +} + +.phoneVerificationModal-OzcDc3 .description-3JBgvQ.error-1E-Ycl { + color:#f04747 +} + +.phoneVerificationModal-OzcDc3 .field-wKpjTl { + -ms-flex-item-align:stretch; + align-self:stretch +} + +.container-19nk2r { + padding:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + width:720px; + height:auto; + border-radius:8px +} + +.guildSidebar-2OCzWB { + border-top-left-radius:8px; + border-bottom-left-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:var(--background-secondary); + padding:24px; + width:256px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.guildDescription-122n1Y { + white-space:pre-wrap +} + +.guildIcon-38Zs0M { + border-radius:8px; + margin:auto auto 8px; + background-color:var(--background-secondary) +} + +.guildName-2TIjNT { + margin:16px 0 +} + +.emojisContainer-19mZ0z { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.emoji-3C344l { + margin-right:8px; + -o-object-fit:contain; + object-fit:contain; + background-position:50%; + background-repeat:no-repeat +} + +.emoji-3C344l, +.onlineCount-27XuPk { + margin-bottom:8px +} + +.dot-14Jva_ { + border-radius:50%; + width:8px; + height:8px; + margin-right:8px +} + +.dotOnline-2wEpt_ { + background-color:#43b581 +} + +.dotMembers-1XEUE5 { + background-color:var(--text-muted) +} + +.divider-2FB3wK { + margin:24px 0; + border:none; + border-bottom:1px solid var(--background-modifier-accent) +} + +.modal-f02hVt { + width:100%; + overflow-x:hidden; + border-top-right-radius:8px; + border-bottom-right-radius:8px; + background-color:var(--background-primary) +} + +.modal-f02hVt, +.sequencer-GH6NxK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.sequencer-GH6NxK { + min-height:100% +} + +.modalContent-1iyOR2::-webkit-scrollbar-track-piece:start { + margin-top:4px +} + +.modalContent-1iyOR2::-webkit-scrollbar-track-piece:end { + margin-bottom:4px +} + +.content-3wJ8G6 { + padding:24px 8px; + text-align:center +} + +.centerContent-3pbrOl { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.closeButton-1aXUE8 { + position:absolute; + top:8px; + right:8px; + z-index:2 +} + +.applicationIcon-1_YMdt { + width:88px +} + +.animationAndSparklesContainer-MGS9s5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:80px +} + +.sparkleIcon-2uxoYp { + height:12px; + width:12px +} + +.sparkleTop-qBeDaK { + -ms-flex-item-align:start; + align-self:flex-start; + margin-right:auto +} + +.sparkleBottom-1AUcMi { + -ms-flex-item-align:end; + align-self:flex-end; + margin-left:auto +} + +.animation-vamXOL { + height:56px; + width:56px; + margin-left:4px; + margin-top:12px +} + +.header-3WG5kX { + margin:8px 0 +} + +.verificationForm-lhyAxu { + text-align:initial +} + +.footer-1JuRYY { + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.submitButton-YEItfy { + margin-left:12px +} + +.formItem-LXNO4Q { + text-align:initial; + margin-bottom:24px +} + +.resendButton-3WkctP { + margin:24px auto +} + +.confirmation-2zE9ir { + max-width:440px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + text-align:center +} + +.confirmationContent-1LS30- { + padding:24px 24px 0 +} + +.confirmationButtonRow-2J_xOl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + background-color:var(--background-secondary); + margin-top:24px; + padding:12px 8px; + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:0 0 4px 4px +} + +.confirmationButton-1s3fqt { + width:100%; + margin:4px +} + +.confirmationButtonColumn-X0tXMk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin:auto; + padding:12px 12px 20px +} + +.notice-3UEAq4 { + pointer-events:all; + position:absolute; + bottom:0; + left:0; + max-width:740px; + margin:0 auto 16px +} + +.rejectionReasonLabel-3CSyvn { + margin-right:4px +} + +.rejectionReason-31OKzD { + color:#faa61a +} + +.theme-dark .footer-1JuRYY, +.theme-light .footer-1JuRYY { + background-color:var(--background-primary); + -webkit-box-shadow:inset 0 1px 0 var(--background-modifier-accent); + box-shadow:inset 0 1px 0 var(--background-modifier-accent) +} + +.container-2Uhd6d { + background-color:var(--background-floating); + border-radius:8px; + padding:16px; + -webkit-box-shadow:var(--elevation-high), + var(--elevation-stroke); + box-shadow:var(--elevation-high), + var(--elevation-stroke); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.content-3MbD2f { + margin-left:24px; + max-width:320px +} + +.buttonContainer-3CyfSO { + margin-top:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.cancel-m57-lx { + color:var(--interactive-normal); + margin-left:24px +} + +.cancel-m57-lx:hover { + color:var(--interactive-hover) +} + +.cancel-m57-lx:active { + color:var(--interactive-active) +} + +.image-3OQMFm { + width:64px; + height:64px +} + +.reactions-12N0jA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-bottom:-.25rem; + padding-bottom:.125rem +} + +.icon-2uw6mp, +.reactionBtn-3N03Zj { + width:1rem; + height:1rem +} + +.reactionBtn-3N03Zj { + cursor:pointer; + visibility:hidden; + color:var(--interactive-normal) +} + +.reactionBtn-3N03Zj:hover .icon-2uw6mp { + color:var(--interactive-hover) +} + +.reactionBtn-3N03Zj.active-1pv5EN .icon-2uw6mp, +.reactionBtn-3N03Zj:active .icon-2uw6mp { + color:var(--interactive-active) +} + +.reactionBtn-3N03Zj.active-1pv5EN, +.reactions-12N0jA:hover .reactionBtn-3N03Zj { + visibility:visible +} + +.reaction-1hd86g { + border-radius:.25rem; + cursor:pointer; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:.125rem; + margin-bottom:.125rem; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-transition:background-color .1s ease; + transition:background-color .1s ease; + background:var(--background-modifier-accent) +} + +.reaction-1hd86g.reactionReadOnly-bYgwi9 { + cursor:not-allowed +} + +.reaction-1hd86g .emoji { + width:1rem; + height:1rem; + margin:.125rem 0; + min-width:auto; + min-height:auto +} + +.reaction-1hd86g .emoji-text { + color:var(--text-normal); + vertical-align:-.125rem; + display:inline-block +} + +.reactionInner-15NvIl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:0 .375rem +} + +.reactionCount-2mvXRV { + font-size:0.875rem; + font-weight:500; + margin-left:.375rem; + text-align:center; + color:var(--text-muted) +} + +.reaction-1hd86g:hover .reactionCount-2mvXRV { + color:var(--interactive-hover) +} + +.reactionMe-wv5HKu .reactionCount-2mvXRV, +.reactionMe-wv5HKu:hover .reactionCount-2mvXRV { + color:#7289da +} + +.reaction-1hd86g.reactionMe-wv5HKu { + background-color:rgba(114, + 137, + 218, + .3) +} + +.background-opacity-high .reactionCount-2mvXRV, +.background-opacity-low .reactionCount-2mvXRV, +.background-opacity-medium .reactionCount-2mvXRV { + color:#b9bbbe +} + +.background-opacity-high .reactionMe-wv5HKu .reactionCount-2mvXRV, +.background-opacity-low .reactionMe-wv5HKu .reactionCount-2mvXRV, +.background-opacity-medium .reactionMe-wv5HKu .reactionCount-2mvXRV { + color:#c7d0f0 +} + +.container-1ov-mD { + display:grid; + grid-auto-flow:row; + grid-row-gap:.25rem; + text-indent:0; + min-height:0; + min-width:0; + padding-top:.125rem; + padding-bottom:.125rem; + position:relative +} + +.container-1ov-mD:empty { + display:none +} + +.container-1ov-mD>* { + justify-self:start; + -ms-flex-item-align:start; + align-self:start +} + +.gifFavoriteButton-2SKrBk { + display:block; + margin:0 0 0 auto; + opacity:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transform:translateY(-16px); + transform:translateY(-16px); + -webkit-transition:opacity .1s ease, + -webkit-transform .2s ease; + transition:opacity .1s ease, + -webkit-transform .2s ease; + transition:transform .2s ease, + opacity .1s ease; + transition:transform .2s ease, + opacity .1s ease, + -webkit-transform .2s ease +} + +.embedWrapper-lXpS3L:hover .gifFavoriteButton-2SKrBk { + opacity:1; + -webkit-transform:translateY(0); + transform:translateY(0) +} + +.giftCodeContainer-1fbmAS { + width:100% +} + +.confirmText-hRazmx { + margin-bottom:12px +} + +.container-1sFeqf { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.keybind-KpFkfr { + margin-top:8px; + font-weight:600; + font-size:13px; + text-align:center +} + +.closeButton-1tv5uR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0 36px; + flex:0 0 36px; + border-width:2px; + border-style:solid; + border-radius:50%; + width:36px; + height:36px; + cursor:pointer +} + +.closeButton-1tv5uR:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.theme-light .keybind-KpFkfr { + color:#dcddde +} + +.theme-light .closeButton-1tv5uR { + border-color:#dcddde +} + +.theme-light .closeButton-1tv5uR:hover { + background-color:#f6f6f7 +} + +.theme-dark .keybind-KpFkfr { + color:#72767d +} + +.theme-dark .closeButton-1tv5uR { + border-color:#72767d +} + +.theme-dark .closeButton-1tv5uR:hover { + background-color:rgba(114, + 118, + 125, + .3) +} + +.theme-dark .keybindBold-1942Wp { + color:#b9bbbe +} + +.theme-dark .closeButtonBold-8kKURP { + border-color:#b9bbbe +} + +.theme-dark .closeButtonBold-8kKURP:hover { + background-color:rgba(185, + 187, + 190, + .3) +} + +.wrapper-3nSjSv { + background:-webkit-gradient(linear, + left top, + right top, + from(#3e70dd), + to(#b377f3)) no-repeat; + background:linear-gradient(90deg, + #3e70dd, + #b377f3) no-repeat; + border-radius:8px; + color:#fff; + margin-top:24px; + padding:16px 32px; + position:relative; + text-align:center +} + +.wrapper-3nSjSv:before { + position:absolute; + top:-44px; + right:-82px; + background-image:url(img/03d37220fc9a402dfc1ac0fc3a0e68f0.svg); + background-repeat:no-repeat; + content:""; + width:168px; + height:88px +} + +.heading-4znNKq { + color:inherit; + margin-bottom:16px +} + +.headingTier1-K4ha7e { + margin-bottom:8px +} + +.headingSecondary-3zTbX4 { + color:inherit; + font-size:16px; + font-weight:600; + margin-bottom:24px +} + +.tiersList-2U0Dkr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-bottom:16px +} + +.tier-1EY-yj { + background-color:hsla(0, + 0%, + 100%, + .06); + border-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1 1 50%; + flex:1 1 50%; + font-size:16px; + line-height:20px; + padding:16px +} + +.tierVertical-2ePkZj+.tierVertical-2ePkZj { + margin-left:16px +} + +.tierVertical-2ePkZj .tierLogo-3qD3yx { + margin-bottom:16px +} + +.tierHorizontal-1rquh_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tierHorizontal-1rquh_ .tierLogo-3qD3yx { + margin-right:36px +} + +.perk-1g1yg- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-weight:600; + text-align:left +} + +.perk-1g1yg-+.perk-1g1yg- { + margin-top:8px +} + +.perkUnavailable-64O5T5 { + opacity:.5 +} + +.perkAvailabilityIcon-1FFCXW { + margin-right:10px; + width:16px; + height:16px +} + +.perkLabel-3D5r9t { + margin-bottom:4px +} + +.perkDescription-l3rPzJ { + margin:0 +} + +.action-2cD_qI { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.wrapper-1hrFc0 { + margin:0 auto; + max-width:440px; + text-align:center +} + +.heading-3VWlBM { + margin-bottom:12px +} + +.originalPrice-3YTVmi { + text-decoration:line-through; + color:var(--text-muted) +} + +.singleItemWrapper-1AvlNV { + width:100% +} + +.carousel-18mXWH, +.singleItemWrapper-1AvlNV { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.carousel-18mXWH { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative +} + +.item-287JPa { + -webkit-box-flex:1; + -ms-flex:1 0 100%; + flex:1 0 100% +} + +.singleItem-3vMkVo { + margin:0 auto +} + +.viewport-W8LvWa { + overflow:hidden +} + +.progressBar-2Hd4f8 { + position:relative; + height:24px +} + +.bar-_YsHvC { + border-radius:4px +} + +.barBackground-2EEiLw { + position:absolute; + top:10px; + left:12px; + right:12px; + height:4px; + overflow:hidden +} + +.barForeground-3KglC8, +.barSecondary-3B1aP2 { + position:absolute; + height:100% +} + +.tierMarkerContainer-2BmgqV { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + position:absolute; + left:12px; + right:12px +} + +.tierMarkerContainer-2BmgqV, +.tierMarkerGroup-xg6A1d { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tierMarkerGroup-xg6A1d { + position:relative +} + +.tierMarker-5HkGJ_, +.tierMarkerGroup-xg6A1d { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.tierMarker-5HkGJ_ { + position:absolute; + border-radius:50%; + width:20px; + height:20px; + top:2px; + left:-10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.tierMarkerSelectable-3t7r2q { + cursor:pointer +} + +.tierMarkerBackground-3q29am { + position:absolute; + border-radius:50%; + width:32px; + height:32px; + left:-16px; + top:-4px +} + +.currentTierIcon-2gcTCn { + width:6px; + height:10px; + pointer-events:none +} + +.tierMarkerLabelContainer-1qM0Ak { + margin-top:28px; + white-space:nowrap; + position:absolute; + height:32px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.tierMarkerLabelContainer-1qM0Ak, +.tierMarkerLabelText-F_zS1F { + font-size:14px; + font-weight:600; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tierMarkerLabelText-F_zS1F { + text-align:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:0; + padding:4px; + color:var(--interactive-normal); + -webkit-transition:background-color .2s ease, + color .2s ease; + transition:background-color .2s ease, + color .2s ease; + border-radius:4px; + background-color:transparent +} + +.selectedTier-1JkO7i .tierMarkerLabelText-F_zS1F { + color:var(--interactive-active) +} + +.tierMarkerLabelText-F_zS1F:not(.isAccomplished-2EpZfL):hover { + background-color:var(--background-modifier-selected) +} + +.tierMarkerLabelPlusIcon-1OS7E9 { + margin-left:4px; + color:#ff73fa +} + +.barForeground-3KglC8 { + background-color:#ff73fa +} + +.barSecondary-3B1aP2 { + background-color:var(--interactive-hover) +} + +.theme-dark .barBackground-2EEiLw { + background-color:#202225 +} + +.theme-dark .tierMarkerBackground-3q29am { + background-color:#36393f +} + +.theme-dark .currentTierIcon-2gcTCn, +.theme-dark .selectedTier-1JkO7i .tierMarkerLabelText-F_zS1F { + color:#fff +} + +.theme-light .barBackground-2EEiLw { + background-color:#ebedef +} + +.theme-light .tierMarkerBackground-3q29am { + background-color:#fff +} + +.theme-light .tierMarkerInProgress-24LMzJ .currentTierIcon-2gcTCn { + color:#4f5660 +} + +.theme-light .tierMarkerAccomplished-2MiXeg .currentTierIcon-2gcTCn { + color:#fff +} + +.theme-dark .selectedTier-1JkO7i .tierMarker-5HkGJ_, +.theme-light .selectedTier-1JkO7i .tierMarker-5HkGJ_ { + -webkit-box-shadow:0 4px 8px rgba(0, + 0, + 0, + .24); + box-shadow:0 4px 8px rgba(0, + 0, + 0, + .24) +} + +.theme-dark .tierMarkerInProgress-24LMzJ .currentTierIcon-2gcTCn.tier3Icon-Ku4Ahe, +.theme-light .tierMarkerInProgress-24LMzJ .currentTierIcon-2gcTCn.tier3Icon-Ku4Ahe { + color:#ff73fa +} + +.theme-dark .unlocked-251xRB, +.theme-light .unlocked-251xRB { + color:#43b581 +} + +.theme-dark .emoji-14TyAm, +.theme-light .emoji-14TyAm { + color:#fed648 +} + +.theme-dark .animated-XlVkOl, +.theme-light .animated-XlVkOl { + color:#b0c8fd +} + +.theme-dark .audio-PN_OoN, +.theme-light .audio-PN_OoN { + color:#4173da +} + +.theme-dark .customization-1Iu5cE, +.theme-light .customization-1Iu5cE { + color:#86dcc5 +} + +.theme-dark .upload-2-2ZMI, +.theme-light .upload-2-2ZMI { + color:#ff80f4 +} + +.theme-dark .vanity-284TLk, +.theme-light .vanity-284TLk { + color:#fc964b +} + +.theme-dark .stream-3mNTxK, +.theme-light .stream-3mNTxK { + color:#80a5fe +} + +.ctaBar-2UsjF2 { + background-repeat:no-repeat; + background-size:auto 100%; + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:4px; + background-color:var(--background-secondary) +} + +.guildDetails-oP2_kA { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-right:16px; + overflow:hidden +} + +.guildSubscriptionInfo-3cJF-B { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.guildIcon-3raYf3 { + background-color:var(--background-primary); + border-radius:100px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:16px +} + +.guildName-39nwo0 { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + margin-bottom:8px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.subscriberCountWrapper-3cfGTE { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-right:8px +} + +.bageIcon-3Lda3Y, +.subscriberCountWrapper-3cfGTE { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.bageIcon-3Lda3Y { + margin-right:4px; + width:16px; + height:16px +} + +.badgeIconWithSubscribers-3PlMu9 { + color:#ff73fa +} + +.guildSubscriptionInfoSubscriberCount-sQQL0_ { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + font-weight:700 +} + +.userSubscriptionCount-3ccreY { + color:var(--interactive-normal) +} + +.actions-2fUYl0, +.userSubscriptionCount-3ccreY { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.actions-2fUYl0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.giftAction-yhDLaW { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-top:8px +} + +.giftActionContent-2dKrVJ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.giftIcon-ZxlWk5 { + width:16px; + height:16px; + margin-right:8px; + cursor:pointer +} + +.giftIcon-ZxlWk5:hover { + opacity:1 +} + +.iconButton-3ElKLY { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.getPremiumIcon-3Z-Sl3 { + width:16px; + height:16px; + margin-right:4px +} + +.theme-dark .ctaBar-2UsjF2 { + background-image:url(img/94ff6fdc535b6ecb7b1bc54f2dd56a10.svg) +} + +.theme-dark .giftIcon-ZxlWk5 { + color:#b9bbbe +} + +.theme-dark .badgeIconWithoutSubscribers-3A9Xol { + color:#72767d +} + +.theme-light .ctaBar-2UsjF2 { + background-image:url(img/f6af0869894912b0d08e2729fd9c22c9.svg) +} + +.theme-light .giftIcon-ZxlWk5 { + color:#fff +} + +.theme-light .badgeIconWithoutSubscribers-3A9Xol { + color:#9099a4 +} + +.subscription-3aLGnG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary); + border-radius:8px; + padding:16px +} + +.subscriptionInfo-2wfGYJ { + margin-left:16px +} + +.tierInfo-tIXZkU { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tierInfo-tIXZkU, +.tierPill-1yRO48 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.tierPill-1yRO48 { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -ms-flex-item-align:start; + align-self:flex-start; + padding:4px 8px 4px 4px; + border-radius:11px; + font-size:12px; + line-height:14px +} + +.tierPillStar-34rvoJ { + width:16px; + height:16px; + margin-right:5px +} + +.guildIcon-bY4Rsy { + background-color:var(--background-primary) +} + +.guildName-3Q3DTO { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin-bottom:8px; + font-size:16px; + font-weight:700; + line-height:20px; + color:var(--header-primary) +} + +.levelIcon-MBl0h_ { + width:16px; + height:16px; + margin:0 4px +} + +.levelDownIcon-3eNqAg { + color:#f04747 +} + +.levelUpIcon-1VeO4o { + color:#43b581 +} + +.theme-dark .tierPill-1yRO48 { + background-color:#36393f; + color:#fff +} + +.theme-dark .tierPillStar-34rvoJ { + color:#fff +} + +.theme-dark .tierPillGem-3zcO2T { + color:#4f545c +} + +.theme-light .boost-4xzKsM { + background-color:#e3e5e8 +} + +.theme-light .guildName-3Q3DTO { + color:#4f5660 +} + +.theme-light .tierPill-1yRO48 { + background-color:#fff; + color:#4f5660 +} + +.theme-light .tierPillStar-34rvoJ { + color:#747f8d +} + +.theme-light .tierPillGem-3zcO2T { + color:#fff +} + +.content-2bjdSf { + padding-bottom:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.guildCard-1ZRYY8 { + margin:16px 0 +} + +.image-1kcgs9 { + background-repeat:no-repeat; + background-size:100%; + -ms-flex-item-align:center; + align-self:center; + margin:20px 0; + -ms-flex-negative:0; + flex-shrink:0 +} + +.transferGuildCardHeader-29rebZ { + font-weight:700; + margin-top:16px +} + +.activeTransferGuildCardBorder-2jUQ7t { + background:-webkit-gradient(linear, + right top, + left top, + from(#b377f3), + to(#3e70dd)); + background:linear-gradient(270deg, + #b377f3, + #3e70dd); + padding:2px +} + +.activeTransferGuildCardBorder-2jUQ7t, +.transferFromGuildCard-2BiPCE { + margin-top:8px; + border-radius:8px +} + +.transferToGuildCard-1S-m5v { + border-radius:8px +} + +.error-3xOMUr { + margin:16px +} + +.pendingCancellation-2dWNGg { + margin-top:16px; + padding:8px 16px; + background:rgba(250, + 166, + 26, + .1); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:4px; + border:1px solid #faa61a; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.pendingCancellationIcon-37Hfji { + color:#faa61a; + -ms-flex-negative:0; + flex-shrink:0 +} + +.pendingCancellationMessage-3Z1T-5 { + color:var(--text-normal); + margin-left:10px +} + +.modal-1xfRX3 { + overflow:hidden +} + +.selectHeaderContainer-3If65_ { + z-index:auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.selectHeader-1Ge_-Z { + margin-bottom:16px +} + +.selectSearch-3Qk9To { + width:100% +} + +.selectContent-1Riibb { + padding:8px 0 +} + +.selectGuild-1Ygl76 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px 6px; + margin:0 8px; + cursor:pointer; + border-radius:4px +} + +.selectGuild-1Ygl76:hover { + background-color:var(--background-secondary-alt) +} + +.selectGuildName-eFAtJ9 { + margin-left:12px +} + +.confirmImage-2pGr87 { + width:264px; + height:134px +} + +.transferConfirmImage-1SYwXp { + width:216px; + height:128px +} + +.successBody-2dH8eB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-bottom:20px +} + +.successAnimation-1rcoI5 { + width:300px; + height:200px +} + +.quantitySelectorBody-1mRZvy { + margin-top:20px +} + +.quantitySelectorDescription-3vuWyD, +.quantitySelectorHeader-3yR55s { + margin-bottom:16px +} + +.quantitySelectorWrapper-2yl054 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin:32px auto +} + +.quantitySelectorLabel-wVuQrI { + line-height:20px; + margin-left:16px +} + +.modalCloseButton-2O2UDY { + position:absolute; + right:12px; + top:12px; + opacity:.8 +} + +.modalCloseButton-2O2UDY:hover { + opacity:1 +} + +.theme-dark .confirmImage-2pGr87 { + background-image:url(img/19298ddf142a1ceaf0adaeda2f224490.svg) +} + +.theme-dark .transferConfirmImage-1SYwXp { + background-image:url(img/da122e6ea7c85ec7db00cf1949dad206.svg) +} + +.theme-dark .tierPill-3gJ0eN { + background-color:#36393f; + color:#fff +} + +.theme-light .confirmImage-2pGr87 { + background-image:url(img/19298ddf142a1ceaf0adaeda2f224490.svg) +} + +.theme-light .transferConfirmImage-1SYwXp { + background-image:url(img/60a561f293f7769527f40116503320a5.svg) +} + +.theme-light .tierPill-3gJ0eN { + background-color:#fff; + color:#4f5660 +} + +.gemSheen-3yIyuX { + opacity:.45 +} + +.perks-3OsGy8 { + display:grid; + grid-gap:16px; + grid-template-columns:repeat(3, + 1fr) +} + +.perk-2WeBWW { + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px +} + +.icon-QVoPRH { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:8px; + width:24px; + height:24px +} + +.theme-dark .perk-2WeBWW { + background-color:#2f3136 +} + +.theme-light .perk-2WeBWW { + background-color:#f8f9f9 +} + +.theme-dark .icon-QVoPRH, +.theme-light .icon-QVoPRH { + color:#ff73fa +} + +.perksModal-fSYqOq { + background:no-repeat bottom; + background-size:100%; + height:100% +} + +.perksModalContentWrapper-2HU6uL { + padding:64px 0 96px +} + +.closeWrapper-9ScmSq { + position:absolute; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding-top:32px; + z-index:1 +} + +.closeContent-I3JbQJ, +.closeWrapper-9ScmSq { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + width:100% +} + +.closeContent-I3JbQJ { + position:fixed; + max-width:660px; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.closeIcon-3_iQ6l { + position:relative; + right:-120px +} + +.content-2qfHzC { + position:relative; + max-width:660px; + width:100%; + margin:0 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.headerGraphic-nVhv-X { + display:block; + margin-bottom:16px; + width:95px; + height:60px +} + +.headerGraphic-nVhv-X, +.headerLogo--hLLAk { + -ms-flex-item-align:center; + align-self:center +} + +.headerLogo--hLLAk { + margin-bottom:24px; + width:334px; + height:32px +} + +.headerBlurb-1GxBrq { + margin-bottom:36px; + text-align:center +} + +.progressBarWrapper-15RqAy { + margin-top:64px; + min-height:24px; + opacity:0; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.progressBarWrapperVisible-3L7cSB { + opacity:1 +} + +.carouselContainer-2-vIZS { + margin:56px 0 24px; + position:relative; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.carouselContainerVisible-1JVIpW { + opacity:1 +} + +.carouselPlaceholder-3pnpOf { + width:100%; + opacity:0; + min-height:286px +} + +.carousel-6MSnEI { + height:calc(100% + 24px) +} + +.carouselItem-g4c5Xp { + height:100% +} + +.carouselItemSelected-JFUsnG { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.carouselItemClickable-3Corbv { + cursor:pointer; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.tierDefaultUnlocked-3OzMTb { + margin-bottom:16px +} + +.tierDefaultUnlockedDescription-1w5VQU { + margin-top:10px +} + +.tierWrapper-W9ajqp { + height:100%; + border-radius:4px +} + +.tier-12tKuZ { + border-radius:4px; + height:100%; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.tier-12tKuZ, +.tierHeader---JJFb { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tierHeader---JJFb { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:16px; + border-radius:4px 4px 0 0; + position:relative +} + +.tierIcon-2qSKGj { + width:32px; + height:32px +} + +.tierTitle-y7BLPl { + margin-left:16px; + font-size:16px; + line-height:20px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + font-weight:600 +} + +.tierLock-3CSxSX { + width:30px; + height:30px; + margin-left:16px +} + +.tierUnlocked-25K6Kv { + border-radius:10px; + padding:4px 8px; + font-size:12px; + font-weight:600; + text-transform:uppercase +} + +.tierRequirements-dGesMA { + font-size:14px +} + +.tierBody-16Chc9 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + padding:16px; + border-radius:0 0 4px 4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:500; + color:var(--text-normal) +} + +.previousPerks-izQoDD { + font-size:14px; + line-height:18px; + margin-bottom:16px +} + +.perk-7exmS5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-top:14px +} + +.perk-7exmS5:first-child { + margin-top:0 +} + +.perkIcon-3bbUNB { + width:20px; + height:20px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.perkText-1RKyIP { + font-size:14px; + line-height:16px; + margin-left:10px +} + +.subscriberPerksHeader-2a50UC { + margin-bottom:24px; + margin-top:32px; + text-align:center; + font-weight:600 +} + +.divider-25_-sM { + height:1px; + background:var(--background-modifier-accent); + margin:32px 0 +} + +.slideIn-1PaRPY { + margin:0 auto 16px; + max-width:660px +} + +.theme-dark .perksModal-fSYqOq { + background-image:url(img/c486dc65ce2877eeb18e4c39bb49507a.svg); + background-color:#36393f +} + +.theme-dark .headerLogo--hLLAk { + color:#fff +} + +.theme-dark .tierHeaderLocked-1s2JJz { + background-color:#18191c; + color:#72767d +} + +.theme-dark .tierLock-3CSxSX { + color:#4f545c +} + +.theme-dark .tierBody-16Chc9 { + background-color:#202225 +} + +.theme-light .perksModal-fSYqOq { + background-image:url(img/8c1fd3ecbbf620ec49cecda2aa53f256.svg); + background-color:#fff +} + +.theme-light .headerLogo--hLLAk { + color:#23262a +} + +.theme-light .tierHeaderLocked-1s2JJz { + background-color:#f8f9f9; + color:#9099a4 +} + +.theme-light .tierLock-3CSxSX { + color:#9099a4 +} + +.theme-light .tierBody-16Chc9 { + background-color:#fff; + border:1px solid #ebedef +} + +.theme-dark .tierHeaderUnlocked-1n-OTI, +.theme-light .tierHeaderUnlocked-1n-OTI { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#3e70dd), + to(#b377f3)); + background-image:linear-gradient(90deg, + #3e70dd, + #b377f3); + color:#fff +} + +.theme-dark .tierUnlocked-25K6Kv, +.theme-light .tierUnlocked-25K6Kv { + background-color:#fff; + color:#7289da +} + +.container-3-pyIM { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + color:var(--channels-default); + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding-top:.125rem; + padding-bottom:.125rem +} + +.compact-2zYMSo { + margin-left:-4ch +} + +.content-2M3n_H { + font-weight:400; + font-size:1rem; + line-height:1.375rem; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.content-2M3n_H a { + cursor:pointer; + color:var(--interactive-active); + font-weight:500 +} + +.content-2M3n_H .actionAnchor-gzc_5z { + color:var(--text-link) +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .content-2M3n_H { + font-weight:500 + } + +} + +.iconContainer-3GkGRf { + position:absolute; + width:2.5rem; + right:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-right:1rem; + padding-top:.25rem +} + +.compact-2zYMSo .iconContainer-3GkGRf { + position:relative; + width:auto; + right:auto +} + +.icon-2Po-VO { + background-repeat:no-repeat; + background-size:1rem 1rem +} + +.iconSize-2tmqqh { + width:1rem; + height:1rem +} + +.action-3CzlXl, +.actionAnchor-gzc_5z { + margin-left:3px +} + +.actionAnchor-gzc_5z { + cursor:pointer +} + +.timestamp-1E3uAL { + display:inline-block; + font-size:0.75rem; + line-height:1.375rem; + letter-spacing:0; + font-weight:400; + text-transform:none; + margin-left:6px; + color:var(--text-muted) +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .timestamp-1E3uAL { + font-weight:500 + } + +} + +.background-opacity-low .content-2M3n_H { + color:#fff; + text-shadow:0 0 1px #202225, + 1px 1px 0 #202225 +} + +.background-opacity-low .content-2M3n_H a { + color:var(--interactive-active) +} + +.background-opacity-high .content-2M3n_H, +.background-opacity-medium .content-2M3n_H { + color:#f6f6f7; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.background-opacity-high .content-2M3n_H a, +.background-opacity-medium .content-2M3n_H a { + color:var(--interactive-active) +} + +.background-opacity-low .timestamp-1E3uAL, +.background-opacity-medium .timestamp-1E3uAL { + color:#dcddde +} + +.background-opacity-high .timestamp-1E3uAL { + color:#b9bbbe +} + +.messageApplicationCommand-254pK0 { + display:block +} + +.messageIconContainer-ATaEy6 { + padding-top:0; + margin:0 auto; + width:72px +} + +.messageIconContainer-ATaEy6 svg { + width:1.25rem; + height:1.25rem +} + +.header-2oHmnr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 100%; + flex:0 0 100%; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + color:var(--header-primary) +} + +.username-mkom4A:hover { + cursor:pointer; + text-decoration:underline +} + +.command-2EsN1V { + display:inline-block; + color:#7289da; + font-weight:500; + cursor:pointer +} + +.avatar-2zAdlE { + width:1.125rem; + height:1.125rem; + vertical-align:text-top; + margin-right:.25rem; + border-radius:1rem +} + +.application-C5rmZP { + font-weight:500 +} + +.spine-1UneWn { + --gutter-height:1.5rem; + --gutter-width:72px; + --spine-padding:2px; + --spine-width:2px; + position:absolute; + width:calc(-1*var(--spine-width)/2 + -1*var(--spine-padding) + var(--gutter-width)/2); + height:var(--gutter-height); + -webkit-box-sizing:border-box; + box-sizing:border-box; + bottom:calc(-1*var(--gutter-height) - var(--spine-padding)); + left:calc((-1*var(--spine-width) + var(--gutter-width))/2); + border-left:var(--spine-width) solid var(--background-accent); + border-bottom:var(--spine-width) solid var(--background-accent); + border-right:0 solid var(--background-accent); + border-top:0 solid var(--background-accent); + border-bottom-left-radius:6px +} + +.content-2Kddbs { + border-radius:.25rem; + color:var(--header-secondary); + padding:.5rem; + margin-top:.25rem +} + +.cozy-3I4Ja9.content-2Kddbs { + background-color:var(--background-secondary) +} + +.compact-38pFhv.messageApplicationCommand-254pK0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-left:-4.125rem; + margin-bottom:.125rem +} + +.compact-38pFhv .messageIconContainer-ATaEy6 { + top:0; + right:0; + margin:0; + padding-top:0; + width:3.75rem +} + +.compact-38pFhv .content-2Kddbs { + padding:0 +} + +.compact-38pFhv .spine-1UneWn { + --gutter-width:100%; + --gutter-height:1rem; + margin-left:calc(-1*var(--spine-width)) +} + +.channelNameChange-1wTsWB { + color:var(--header-primary) +} + +.messageContent-3iPlyo { + display:inline-block +} + +.alertIcon-3BK_0H { + color:#faa61a; + width:16px; + height:16px +} + +.base-PmTxvP { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:8px; + min-width:16px; + min-height:16px; + font-size:12px; + line-height:16px; + font-weight:600; + color:#fff; + text-align:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.numberBadge-2s8kKX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.textBadge-1iylP6 { + padding:0 6px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.iconBadge-2NuvG9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:16px; + height:16px +} + +.icon-3s6X1M { + padding:2px; + width:100%; + height:100% +} + +.live-vBWnV6 { + padding:0 6px; + border-radius:16px; + font-weight:600; + text-transform:uppercase +} + +.grey-nh6urR { + background-color:var(--interactive-muted); + color:var(--interactive-normal) +} + +.liveLarge-3zs2Zq { + font-size:14px; + line-height:18px +} + +.liveSmall-1dy2uA { + font-size:12px; + line-height:16px +} + +.spriteCanvas-3EWky_ { + position:absolute; + width:0; + height:0; + left:-100% +} + +.iconWrapper-2Urb3j { + width:1rem; + height:1rem +} + +.icon-360yEu { + width:100%; + height:100%; + color:#ff73fa +} + +.icon-360yEu, +.message-o_XyYw { + cursor:pointer +} + +.cannon-3Yq1jm, +.cannonWrapper-1fCcAD { + position:absolute; + width:100%; + height:100% +} + +.easterEggAnimation-1vLcI9 { + position:absolute; + width:196px; + height:196px +} + +.easterEggAnimationTopLeft-jwXGvO { + top:0; + left:0; + -webkit-transform:scale(-1); + transform:scale(-1) +} + +.easterEggAnimationTopRight-1KUngj { + top:0; + right:0; + -webkit-transform:scaleY(-1); + transform:scaleY(-1) +} + +.easterEggAnimationBottomLeft-3526mm { + bottom:0; + left:0; + -webkit-transform:scaleX(-1); + transform:scaleX(-1) +} + +.easterEggAnimationBottomRight-MAuKgd { + bottom:0; + right:0 +} + +.easterEggAnimationHideLeaf-zpkMGS .userPremiumGuildSubscriptionLeaf, +.easterEggAnimationHideLeaf-zpkMGS .userPremiumGuildSubscriptionLeafParent { + visibility:hidden +} + +.ephemeral-1PsL1r { + position:relative; + background-color:rgba(114, + 137, + 218, + .05) +} + +.mentioned-xhSam7 { + position:relative; + background-color:var(--background-mentioned) +} + +.replying-1x3H0T { + position:relative; + background-color:rgba(114, + 137, + 218, + .05) +} + +.ephemeral-1PsL1r:before, +.mentioned-xhSam7:before, +.replying-1x3H0T:before { + content:""; + position:absolute; + display:block; + top:0; + left:0; + bottom:0; + pointer-events:none; + width:2px +} + +.ephemeral-1PsL1r:before { + background-color:#7289da +} + +.mentioned-xhSam7:before { + background-color:#faa61a +} + +.replying-1x3H0T:before { + background-color:#7289da +} + +.message-2qnXI6 { + padding-right:48px!important; + transition: ease-in-out 0.15s; +} + +.message-2qnXI6:hover { + background-color:var(--background-message-hover); +} + +.message-2qnXI6:hover .timestampVisibleOnHover-2bQeI4 { + opacity: 1; +} + +.mentioned-xhSam7:hover { + background-color:var(--background-mentioned-hover); +} + +.message-2qnXI6.selected-2P5D_Z, +.mouse-mode.full-motion .message-2qnXI6:hover { + background-color:var(--background-message-hover) +} + +.message-2qnXI6.mentioned-xhSam7.selected-2P5D_Z, +.mouse-mode.full-motion .mentioned-xhSam7:hover { + background-color:var(--background-mentioned-hover) +} + +.message-2qnXI6.ephemeral-1PsL1r.selected-2P5D_Z, +.message-2qnXI6.replying-1x3H0T.selected-2P5D_Z, +.mouse-mode.full-motion .ephemeral-1PsL1r:hover, +.mouse-mode.full-motion .replying-1x3H0T:hover { + background-color:rgba(114, + 137, + 218, + .1) +} + +.quotedChatMessage-3HzRaD { + cursor:pointer +} + +.buttons-cl5qTG { + opacity:0; + pointer-events:none +} + +.message-2qnXI6.selected-2P5D_Z .buttons-cl5qTG, +.mouse-mode .message-2qnXI6:hover .buttons-cl5qTG { + opacity:1; + pointer-events:auto +} + +.cozyMessage-3V1Y8y.groupStart-23k01U { + min-height:2.75rem +} + +.systemMessage-1I9LCe.groupStart-23k01U { + min-height:1.375rem +} + +.backgroundFlash-24qWLN { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.channelTextArea-3bF57p { + margin-top:8px +} + +.divider-3_HH5L { + margin-left:1rem; + margin-right:.875rem +} + +.disableInteraction-286MMw:after { + content:""; + display:block; + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.theme-dark .mentioned-xhSam7 .mention, +.theme-light .mentioned-xhSam7 .mention { + border-radius:0; + padding:0; + background-color:transparent!important +} + +.theme-dark .mentioned-xhSam7 .mention.interactive:hover, +.theme-light .mentioned-xhSam7 .mention.interactive:hover { + color:#7289da; + text-decoration:underline +} + +.group-spacing-0 .groupStart-23k01U { + margin-top:.0625rem +} + +.group-spacing-0 .divider-3_HH5L { + margin-top:0; + margin-bottom:-1px +} + +.group-spacing-0 .divider-3_HH5L.hasContent-1_DUdQ { + margin-top:1.5rem; + margin-bottom:1.5rem +} + +.group-spacing-4 .groupStart-23k01U { + margin-top:.3125rem +} + +.group-spacing-4 .divider-3_HH5L { + margin-top:-1px; + margin-bottom:0 +} + +.group-spacing-4 .divider-3_HH5L.beforeGroup-1rH1F0 { + margin-bottom:-1px; + margin-top:0; + top:.125rem +} + +.group-spacing-4 .divider-3_HH5L.hasContent-1_DUdQ { + margin-top:1.5rem; + margin-bottom:1.25rem +} + +.group-spacing-8 .groupStart-23k01U { + margin-top:.5625rem +} + +.group-spacing-8 .divider-3_HH5L { + margin-top:2px; + margin-bottom:2px +} + +.group-spacing-8 .divider-3_HH5L.beforeGroup-1rH1F0 { + margin-bottom:-1px; + margin-top:0; + top:.25rem +} + +.group-spacing-8 .divider-3_HH5L.hasContent-1_DUdQ { + margin-top:1.5rem; + margin-bottom:1rem +} + +.group-spacing-16 .groupStart-23k01U { + margin-top:1.0625rem +} + +.group-spacing-16 .divider-3_HH5L { + margin-top:4px; + margin-bottom:4px +} + +.group-spacing-16 .divider-3_HH5L.beforeGroup-1rH1F0 { + margin-bottom:-1px; + margin-top:0; + top:.5rem +} + +.group-spacing-16 .divider-3_HH5L.hasContent-1_DUdQ { + margin-top:1.5rem; + margin-bottom:.5rem +} + +.group-spacing-24 .groupStart-23k01U { + margin-top:1.5625rem +} + +.group-spacing-24 .divider-3_HH5L { + margin-top:4px; + margin-bottom:4px +} + +.group-spacing-24 .divider-3_HH5L.beforeGroup-1rH1F0 { + margin-bottom:-1px; + margin-top:0; + top:.75rem +} + +.group-spacing-24 .divider-3_HH5L.hasContent-1_DUdQ { + margin-top:1.5rem; + margin-bottom:0 +} + +.backgroundFlash-24qWLN .groupStart-23k01U { + margin-top:0!important +} + +.interactionSending-1jpOwZ { + opacity:.5 +} + +.modal-3V9_NJ { + width:600px +} + +.content-3NxBPP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + text-align:left; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:0 16px 0 24px +} + +.formItem-1uQUh2 { + margin-top:16px; + width:100% +} + +.modalHeader-1Iiw1t { + text-align:center; + margin-top:32px +} + +.messageFormItem-3WBJ0C { + width:100% +} + +.message-7J476I { + position:relative; + border-radius:4px; + border:1px solid var(--background-tertiary); + background-color:var(--background-secondary); + max-height:200px +} + +.successModal-3oCWTh { + min-width:600px +} + +.successModalContent-3t8pDQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:32px; + width:600px +} + +.successModalText-iyKCHJ { + margin-top:8px; + margin-bottom:30px +} + +.footer-sQAWBJ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + margin-top:32px +} + +.description-sydWb2 { + margin-top:8px +} + +.descriptionError-3gGZHy { + color:#f04747 +} + +.headerGuildName-2Ur2UW { + color:var(--header-primary) +} + +.headerGuildBadge-1qhaRY { + display:inline-block; + margin:0 4px 0 2px +} + +.flowerStar-1qlGEL { + display:block +} + +.main-3auUui { + background:var(--background-primary); + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:16px; + width:440px; + position:relative +} + +.close-2do-tr { + position:absolute; + top:16px; + right:16px; + padding:0; + height:24px +} + +.guildIcon-1F8t_p { + margin-top:16px; + margin-bottom:16px +} + +.header-QjU-Vz { + color:var(--header-secondary); + text-align:center +} + +.guildDescription-GPbJqa { + margin-top:8px; + text-align:center; + padding:0 8px +} + +.choiceHeader-3g-iq5 { + margin-top:32px; + -ms-flex-item-align:start; + align-self:flex-start +} + +.options-1VK2u9 { + width:100%; + margin-top:8px +} + +.optionContainer-15srkc { + margin-top:8px; + background:var(--background-secondary); + border-radius:8px; + padding:12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.optionContainer-15srkc:hover { + background:var(--background-secondary-alt); + cursor:pointer +} + +.optionTextContainer-1WT7xh { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin-left:12px; + margin-right:16px +} + +.optionArrow-2L2fza { + color:var(--text-normal) +} + +.channelIcon-g61PDh, +.optionEmoji-4_u0Ds { + width:24px; + height:24px +} + +.channelIcon-g61PDh { + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:var(--background-tertiary); + color:var(--header-secondary); + border-radius:4px; + padding:4px +} + +.channelDescription-1Vw6Lv { + color:var(--interactive-active); + font-weight:600 +} + +.skip-1vOolA { + margin-top:8px +} + +.skipColor-3dV-gy { + color:var(--interactive-normal) +} + +.skipColor-3dV-gy:hover { + color:var(--interactive-hover) +} + +.skipColor-3dV-gy:active { + color:var(--interactive-active) +} + +.content-2nLqo5 { + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding:0 16px; + background-color:var(--background-primary) +} + +.logo-38EFJz { + width:48px; + height:54px; + background-image:url(img/2e58ba33283cfcded0c40eec418c5fd5.svg); + -ms-flex-item-align:center; + align-self:center +} + +.title-3qCJ_n { + font-weight:700; + margin-top:20px; + text-align:center +} + +.description-2mNg7U { + margin-top:8px; + margin-bottom:24px; + text-align:center +} + +.formItem-B8CDn8 { + margin-bottom:16px +} + +.footer-3_fPee { + position:absolute; + width:100%; + bottom:0; + left:0 +} + +.buttonWrapper--wdcJD { + padding:16px +} + +.container-1EZLoU { + position:relative; + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-image:url(img/9718abfdabeb0a103626e1be4712fddc.svg); + background-size:cover +} + +.title-iH-KoQ { + font-weight:700; + color:#fff; + z-index:2 +} + +.subtitle-dIm9FZ { + margin-bottom:16px +} + +.header-145ozL { + position:relative; + text-align:center; + margin-top:84px +} + +.title-3LCw_L { + font-weight:700; + margin-bottom:8px +} + +.inputForm-3sTSr- { + margin:8px 0 +} + +.formTitle-1jo6fC { + color:var(--interactive-normal); + margin-bottom:8px +} + +.formTitle-1jo6fC.error-_865Sw { + color:#f04747 +} + +.input-2PqKpj { + background-color:var(--background-secondary); + border-radius:4px +} + +.inputInner-1nuSZR { + border:1px solid var(--background-tertiary); + border-radius:4px +} + +.connectCTA-1nCf5Y { + margin-top:8px +} + +.sidebar-21LluO { + width:240px; + height:464px; + position:relative; + background:-webkit-gradient(linear, + left bottom, + left top, + color-stop(-.45%, + #7796f7), + color-stop(71.18%, + #3461df)); + background:linear-gradient(0deg, + #7796f7 -.45%, + #3461df 71.18%) +} + +.art-sLtdnk { + background-repeat:no-repeat; + background-size:contain; + position:absolute; + width:100%; + height:100% +} + +.step12Animation-wbM7wI { + -webkit-transition:-webkit-transform .25s ease-in-out; + transition:-webkit-transform .25s ease-in-out; + transition:transform .25s ease-in-out; + transition:transform .25s ease-in-out, + -webkit-transform .25s ease-in-out; + -webkit-transform:translateX(240px); + transform:translateX(240px) +} + +.step12Animation-wbM7wI.show-3s78Xb { + -webkit-transform:translateX(0); + transform:translateX(0) +} + +.step24Animation-apkz_k { + opacity:0; + -webkit-transition:opacity .25s ease-in-out, + -webkit-transform .25s ease-in-out; + transition:opacity .25s ease-in-out, + -webkit-transform .25s ease-in-out; + transition:opacity .25s ease-in-out, + transform .25s ease-in-out; + transition:opacity .25s ease-in-out, + transform .25s ease-in-out, + -webkit-transform .25s ease-in-out; + -webkit-transform:translateX(30px); + transform:translateX(30px) +} + +.step24Animation-apkz_k.show-3s78Xb { + opacity:1; + -webkit-transform:translateX(0); + transform:translateX(0) +} + +.step1-12sD_A { + background-image:url(img/60a3a8ff696293553bcc514b0eae02b7.svg); + -webkit-transition:-webkit-transform .25s ease-in-out; + transition:-webkit-transform .25s ease-in-out; + transition:transform .25s ease-in-out; + transition:transform .25s ease-in-out, + -webkit-transform .25s ease-in-out; + -webkit-transform:translateX(-240px); + transform:translateX(-240px) +} + +.step1-12sD_A.show-3s78Xb { + -webkit-transform:translateX(0); + transform:translateX(0) +} + +.step24Clouds-2WGevh { + background-image:url(img/c99189652b9c6e1c3a8750e48816981c.svg) +} + +.step24Base-1Uy1JF { + background-image:url(img/09677c8782eee6e77a0beed92373b3b8.svg) +} + +.step24Ground-3yi8li { + background-image:url(img/8d905c6991c69d921964637789833c06.svg) +} + +.step2Character-1IAVuz { + background-image:url(img/8d3a560ac3db3d39bbad373c7bca3bce.svg) +} + +.step2Character-1IAVuz.show-3s78Xb { + -webkit-transition:opacity .25s ease-in-out .25s, + -webkit-transform .25s ease-in-out .25s; + transition:opacity .25s ease-in-out .25s, + -webkit-transform .25s ease-in-out .25s; + transition:opacity .25s ease-in-out .25s, + transform .25s ease-in-out .25s; + transition:opacity .25s ease-in-out .25s, + transform .25s ease-in-out .25s, + -webkit-transform .25s ease-in-out .25s +} + +.step2Base-2s6Yjz { + background-image:url(img/9ea5cf9d87c1783c5b453cc6d1bb2fa0.svg) +} + +.step34Base-1Qli3t { + background-image:url(img/ff93d976e8cbf9241334446bd163a788.svg) +} + +.step34Flag-1XjCQk { + background-image:url(img/ffc057c7b1ebccbbb90db93e660b237a.svg) +} + +.step3Character-2PT1Yr { + background-image:url(img/f3f449ab49bd87329b57dbafb83fac08.svg) +} + +.step4Character-1Zi7V2 { + background-image:url(img/11afb72833828711da7c651b9d8a0e47.svg) +} + +.step24Foreground-2kT3Vo { + background-image:url(img/56c955558fa2fb381dd232bf5ec83fb5.svg) +} + +.modal-1cHBt6 { + border-radius:5px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + overflow:hidden; + width:680px +} + +.modal-1cHBt6.completed-MZjhOF { + background:-webkit-gradient(linear, + left top, + left bottom, + color-stop(6.65%, + #4e1bf5), + color-stop(69.44%, + #5e4eee), + color-stop(106.24%, + #6668eb)); + background:linear-gradient(180deg, + #4e1bf5 6.65%, + #5e4eee 69.44%, + #6668eb 106.24%); + height:464px; + -webkit-animation:completed-MZjhOF .3s ease-in; + animation:completed-MZjhOF .3s ease-in +} + +@-webkit-keyframes completed-MZjhOF { + 0% { + opacity:0 + } + + to { + opacity:1 + } + +} + +@keyframes completed-MZjhOF { + 0% { + opacity:0 + } + + to { + opacity:1 + } + +} + +.completedTitle-2PltT9 { + font-weight:700; + color:#fff; + margin-bottom:16px +} + +.sidebar-ZRpudO { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:5px 0 0 5px; + background-color:#fff; + overflow:hidden +} + +.content-1KT39n { + padding:0; + height:464px; + border-radius:0; + background-color:var(--background-primary) +} + +.closeButton-3XUE6o { + position:absolute; + top:12px; + right:8px +} + +.container-3Badw2 { + height:464px; + width:440px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.container-3Badw2.shortFooter-2bmC2G { + height:414px +} + +.container-3Badw2.standardFooter-3oKKSX { + height:394px +} + +.templates-3g2YRV { + padding:16px; + margin-top:8px; + height:auto +} + +.footer-Sv35jj { + position:absolute; + width:408px; + bottom:0; + -webkit-animation:footer-Sv35jj .3s ease-in-out; + animation:footer-Sv35jj .3s ease-in-out +} + +.footer-Sv35jj.join-3TAPZ- { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.customizeGuildTitle-YVzgel { + margin-top:48px +} + +@-webkit-keyframes footer-Sv35jj { + 0% { + opacity:0 + } + + to { + opacity:1 + } + +} + +@keyframes footer-Sv35jj { + 0% { + opacity:0 + } + + to { + opacity:1 + } + +} + +.joinCTA-1s7TZx { + color:#00b0f4; + font-weight:500 +} + +.wrapper-r-6rrt { + width:100%; + height:100%; + max-width:440px; + margin-left:auto; + margin-right:auto +} + +.image-1GzsFd { + background-size:100% 100% +} + +.title-2BxgL2 { + font-size:17px; + line-height:22px; + font-weight:600; + text-transform:uppercase +} + +.text-GwUZgS, +.title-2BxgL2 { + text-align:center +} + +.text-GwUZgS { + font-size:16px; + line-height:20px +} + +.theme-light .text-GwUZgS, +.theme-light .title-2BxgL2 { + color:rgba(185, + 187, + 190, + .9) +} + +.theme-dark .text-GwUZgS, +.theme-dark .title-2BxgL2 { + color:#72767d +} + +.container-3auIfb { + position:relative; + width:40px; + height:24px +} + +.container-3auIfb, +.input-rwLH4i { + border-radius:14px; + cursor:pointer +} + +.input-rwLH4i { + position:absolute; + opacity:0; + width:100%; + height:100% +} + +.input-rwLH4i[disabled] { + cursor:not-allowed; + pointer-events:none +} + +.slider-TkfMQL { + display:block; + position:absolute; + left:0; + width:28px; + height:18px; + margin:3px +} + +.container-2_Tvc_ { + -webkit-box-orient:vertical; + -ms-flex-direction:column; + flex-direction:column; + margin-bottom:20px +} + +.container-2_Tvc_, +.labelRow-16e77k { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-direction:normal +} + +.labelRow-16e77k { + -webkit-box-orient:horizontal; + -ms-flex-direction:row; + flex-direction:row; + width:100%; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.control-2BBjec { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.disabled-2HSEFa { + cursor:not-allowed +} + +.disabled-2HSEFa .titleDefault-a8-ZSr, +.disabled-2HSEFa .titleMini-pBwj_L { + cursor:not-allowed; + opacity:.6 +} + +.title-31JmR4 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + display:block; + overflow:hidden; + margin-top:0; + margin-bottom:0; + color:var(--header-primary); + line-height:24px; + font-size:16px; + font-weight:500; + word-wrap:break-word; + cursor:pointer +} + +.note-1V3kyJ { + margin-top:8px +} + +.dividerDefault-3rvLe- { + margin-top:20px +} + +.wrapper-O5i5-0 { + min-height:385px +} + +.scroller-2hZ97C { + max-height:200px; + padding-top:8px; + padding-left:12px +} + +.modal-1k91nT { + max-height:645px; + min-height:144px +} + +.closeButton-31ta9E { + position:absolute; + top:14px; + right:14px; + z-index:3 +} + +.header-2Pz98J { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex-1O1GKY; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.inviteRow-2L02ae { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + margin-right:-10px; + padding:7px 10px 7px 8px; + height:44px +} + +.inviteRowAvatar-EURMT6 { + margin-top:0; + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + margin-right:10px +} + +.inviteRowInfo-I9V9v- { + overflow:hidden; + margin-right:4px +} + +.inviteRowName-1tVaxu { + text-overflow:ellipsis; + overflow:hidden; + white-space:nowrap +} + +.inviteRowButton-3opYo2 { + height:32px; + -webkit-transition:unset; + transition:unset; + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + width:72px +} + +.inviteNoResultsImage-6yTvc9 { + height:176px; + margin-top:12px; + margin-bottom:32px; + background-repeat:no-repeat; + background-size:100% 100% +} + +.inviteNoResultsImage-6yTvc9.highFive-3ySu5x { + background-image:url(img/cf3e2e7f108d20c8d804a13c9067f5a6.svg) +} + +.inviteNoResultsImage-6yTvc9.envolope-1uD5SC { + background-image:url(img/f4a79f584e6e31b4fb6d4d10e6787277.svg) +} + +.noBorder-CTIBpT { + border:none +} + +.noPadding-1v11qi { + padding-top:0 +} + +.content-3CCvMx { + width:100% +} + +.content-3CCvMx:before { + content:""; + width:412px; + height:1px; + margin-left:-6px; + -webkit-transform:translateY(-20px); + transform:translateY(-20px) +} + +.copyInput-1T2hfb { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.copyButton-1I8hd3 { + margin-right:4px; + width:75px +} + +.subText-bCySlS { + margin-bottom:12px +} + +.noScroll-3xWe_g { + overflow:visible!important +} + +.settingsContent-3Pxg5D { + z-index:1 +} + +.settingsFooter-15L4Xu, +.switch-1z4BEm { + z-index:0 +} + +.switch-1z4BEm { + position:relative +} + +.theme-light .inviteRow-2L02ae:hover { + background-color:#f6f6f7 +} + +.theme-light .footer-1FPmkC { + background-color:#fff +} + +.theme-light .content-3CCvMx:before { + background-color:rgba(54, + 57, + 63, + .1) +} + +.theme-light .copied-e3U5bd { + border-color:#43b581 +} + +.theme-light .checkBoxLabel-4PWfpk, +.theme-light .inviteRowName-1tVaxu, +.theme-light .subText-bCySlS { + color:#4f545c +} + +.theme-dark .inviteRow-2L02ae:hover { + background-color:rgba(79, + 84, + 92, + .3) +} + +.theme-dark .inviteRowName-1tVaxu { + color:#f6f6f7 +} + +.theme-dark .footer-1FPmkC { + background-color:#36393f +} + +.theme-dark .content-3CCvMx:before { + background-color:hsla(0, + 0%, + 100%, + .1) +} + +.theme-dark .copied-e3U5bd { + border-color:#43b581 +} + +.theme-dark .checkBoxLabel-4PWfpk, +.theme-dark .footerText-2a7NxZ, +.theme-dark .subText-bCySlS { + color:#b9bbbe +} + +.headerContainer-3uxewi { + width:100% +} + +.welcomeImage-QDYf6I { + display:block; + width:auto; + height:148px; + margin:8px auto 16px +} + +.welcomeHeading-2US2wn { + margin:0 0 8px; + font-size:24px; + line-height:30px; + font-weight:700; + text-align:center; + color:var(--header-primary) +} + +.welcomeSubheading-1gfu4- { + margin:0 0 15px; + font-size:16px; + line-height:20px; + font-weight:500; + text-align:center; + color:var(--text-muted) +} + +.missingEntitlementImage-15q-cx { + margin:0 auto 20px; + width:400px; + height:200px; + background-size:contain +} + +.text-Wx6rKQ { + margin-bottom:20px +} + +.theme-dark .missingEntitlementImage-15q-cx { + background-image:url(img/131dcaaa628405e6d0ebee7708111c7a.svg) +} + +.theme-light .missingEntitlementImage-15q-cx { + background-image:url(img/d0320d29cdef93b8e2baf889a28d32e0.svg) +} + +.applicationDetails-9QVoka { + padding:24px 0 +} + +.entry-1btQtX { + margin-top:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.entryIcon-wz4L9Q { + margin-right:8px; + width:16px; + height:16px; + background-size:16px 16px; + background-position:50%; + background-repeat:no-repeat; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--text-muted) +} + +.entryInner-2hiMQJ { + font-weight:500 +} + +.scopes-3GJ3xw { + border-bottom:1px solid var(--background-modifier-accent); + padding:24px 0 +} + +.scope-J5Vnxx { + margin-top:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.scopeCheck-rUiN1D { + background-color:#43b581 +} + +.scopeCheck-rUiN1D, +.scopeTimes-7s84Xf { + margin-right:12px; + width:24px; + height:24px; + padding:2px; + border-radius:50%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.scopeTimes-7s84Xf { + background-color:#747f8d +} + +.scopeInner-1g9Pzj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.scopeName-JzSRX6 { + font-weight:500 +} + +.sectionLabel-1pA-5F { + margin-bottom:16px; + font-weight:700; + color:var(--header-secondary) +} + +.icon-1Vf2He { + width:20px; + height:20px; + color:#fff +} + +.botPermissions-1zv5Xg { + border-bottom:1px solid var(--background-modifier-accent); + padding:16px 0 32px +} + +.permissionsList-B0Dh4s { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.permission-39__Fj, +.permissionsList-B0Dh4s { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.permission-39__Fj { + font-weight:500; + margin:16px 0 0; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:2; + -ms-flex:2; + flex:2 +} + +.permissionsLabel-2dXyOx { + font-weight:500; + margin-top:8px +} + +.disabledPermissionsLabel-uwYfOz { + font-weight:500; + margin-top:24px +} + +.disabledPermissionIcon-Pm3Yy8 { + margin-right:8px; + width:18px; + height:18px; + border-radius:10%; + background-color:#f04747; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.icon-23g0Dq { + width:18px; + height:18px; + color:#fff +} + +.selectorGroup-dJ6TXV { + border-bottom:1px solid var(--background-modifier-accent); + padding:16px 0 24px +} + +.select-1Hqz5i { + margin:8px 0; + background-color:var(--background-secondary); + border-radius:3px +} + +.label-1ANrVZ { + font-weight:500 +} + +.sectionLabel-1Qi0HG { + font-weight:700; + color:var(--header-secondary) +} + +.header-1Gj-ua { + padding:32px 0 24px; + border-radius:8px 0; + border-bottom:1px solid var(--background-modifier-accent); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.applicationName-212NZT { + font-weight:700 +} + +.label-UzTiGn { + margin-bottom:8px +} + +.currentUser-3BMWhF, +.label-UzTiGn { + font-weight:500 +} + +.currentUserTag-1dfMNW { + display:inline +} + +.currentUserDiscriminator-2hSQeo { + display:inline; + color:var(--interactive-normal) +} + +.logoutLink-2hi5Sf { + margin-left:8px; + color:#7289da +} + +.headerIcons-3eFvs9 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:24px +} + +.ellipseGroup-3yOSIs, +.headerIcons-3eFvs9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.ellipseGroup-3yOSIs { + margin:0 24px +} + +.ellipse-34ZPbW { + width:4px; + height:4px; + margin:0 2px; + background-color:var(--header-primary); + opacity:.1; + border-radius:50% +} + +.botTag-3EBhDH { + margin-top:4px!important; + margin-left:8px +} + +.oauth2Wrapper-mHbF5q { + min-width:280px; + max-width:400px; + min-height:400px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative; + border-radius:8px; + margin:24px 16px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background-color:var(--background-floating) +} + +.wrapper-L5YRoB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:0 16px +} + +.header-3a78__ { + background-position:50%; + background-repeat:no-repeat; + display:inline-block +} + +.text-23oMQC { + margin-top:24px; + text-align:center +} + +.headerSuccess-_KN2IQ { + width:158px; + height:130px; + background:url(img/7e5bfb4a48ea53c3177ba4d4170a4b2f.svg) no-repeat +} + +.headerFailure-2bMPeV { + width:92px; + height:92px; + background:url(img/65646cba67589d2e1009153620bef94a.svg) no-repeat +} + +.footer-3ZalXG { + padding:16px; + border-radius:0 0 8px 8px; + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +@media (max-width: 485px) { + .footer-3ZalXG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:reverse; + -ms-flex-direction:column-reverse; + flex-direction:column-reverse; + padding:0 16px 8px; + background-color:transparent + } + + .footer-3ZalXG button { + margin-top:8px + } + +} + +.authorize-3eAFPo { + width:100%; + height:100% +} + +.authorize-3eAFPo, +.captcha-2jlizN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.captcha-2jlizN { + padding-top:28px; + padding-bottom:28px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.captchaLabel-16TXZW { + font-weight:500; + margin-bottom:20px +} + +.recaptcha-16yJSA { + height:80px +} + +.content-bHl-Nl { + padding:0 16px +} + +.scrollContent-m6ynud { + padding:0 8px 0 16px +} + +.container-1nZlH6 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + border:1px solid; + cursor:pointer; + border-radius:3px; + height:40px +} + +.layout-eEMo5y { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.base-96ewKC { + font-size:16px; + line-height:22px; + background-color:transparent; + padding:10px 0 10px 10px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-transition:color .15s ease; + transition:color .15s ease +} + +.hiddenMessage-3287zL { + z-index:0; + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.input-1UhAnY { + position:relative; + width:100%; + z-index:1; + min-width:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + border:none; + color:var(--header-primary) +} + +.input-1UhAnY::-webkit-input-placeholder { + color:var(--text-muted) +} + +.input-1UhAnY::-moz-placeholder { + color:var(--text-muted) +} + +.input-1UhAnY:-ms-input-placeholder { + color:var(--text-muted) +} + +.input-1UhAnY::placeholder { + color:var(--text-muted) +} + +.button-3tQuzi { + margin:4px 4px 4px 0; + padding:2px 20px; + border-radius:2px; + -webkit-transition:background-color .2s ease-in-out, + color .2s ease-in-out; + transition:background-color .2s ease-in-out, + color .2s ease-in-out +} + +.disabled-qocNLx { + opacity:.3; + cursor:not-allowed +} + +.disabled-qocNLx .button-3tQuzi { + opacity:1 +} + +.theme-light .container-1nZlH6 { + background-color:rgba(79, + 84, + 92, + .02); + border-color:rgba(79, + 84, + 92, + .3) +} + +.theme-dark .container-1nZlH6 { + background-color:rgba(0, + 0, + 0, + .1); + border-color:rgba(0, + 0, + 0, + .3) +} + +.container-CpszHS { + -webkit-transition:border .15s ease; + transition:border .15s ease +} + +.container-CpszHS * { + cursor:pointer +} + +.container-CpszHS.hasValue-3pdcdm .button-34kXw5 { + width:34px +} + +.container-CpszHS.hasValue-3pdcdm:not(.disabled-29eJ21):focus-within .button-34kXw5, +.container-CpszHS.hasValue-3pdcdm:not(.disabled-29eJ21):hover .button-34kXw5 { + width:128px +} + +.container-CpszHS:not(.disabled-29eJ21):focus-within, +.container-CpszHS:not(.disabled-29eJ21):hover { + border-color:rgba(240, + 71, + 71, + .3) +} + +.disabled-29eJ21, +.disabled-29eJ21 * { + cursor:not-allowed +} + +.button-34kXw5 { + width:128px; + white-space:nowrap; + position:relative; + -webkit-transition:background-color .2s ease-in-out, + color .2s ease-in-out, + width .2s ease-in-out; + transition:background-color .2s ease-in-out, + color .2s ease-in-out, + width .2s ease-in-out; + overflow:hidden +} + +.container-CpszHS.recording-1H2dS7 { + color:#f04747; + border-color:rgba(240, + 71, + 71, + .6); + -webkit-box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + -webkit-animation:shadowPulse-2kjgqQ 1s ease-in infinite; + animation:shadowPulse-2kjgqQ 1s ease-in infinite +} + +.container-CpszHS.recording-1H2dS7 .button-34kXw5 { + color:#f04747; + background-color:rgba(240, + 71, + 71, + .1) +} + +.container-CpszHS.recording-1H2dS7 .input-1G2o7i { + color:#f04747 +} + +.container-CpszHS.recording-1H2dS7 .input-1G2o7i::-webkit-input-placeholder { + color:transparent +} + +.container-CpszHS.recording-1H2dS7 .input-1G2o7i::-moz-placeholder { + color:transparent +} + +.container-CpszHS.recording-1H2dS7 .input-1G2o7i:-ms-input-placeholder { + color:transparent +} + +.container-CpszHS.recording-1H2dS7 .input-1G2o7i::placeholder { + color:transparent +} + +.input-1G2o7i { + font-weight:600; + font-size:14px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.editIcon-13gaox { + position:absolute; + top:50%; + left:50%; + width:24px; + height:24px; + margin-left:-12px; + margin-top:-12px; + opacity:0; + -webkit-transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + transform .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.hasValue-3pdcdm .editIcon-13gaox { + opacity:1; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.hasValue-3pdcdm:not(.disabled-29eJ21):focus-within .editIcon-13gaox, +.hasValue-3pdcdm:not(.disabled-29eJ21):hover .editIcon-13gaox { + opacity:0; + -webkit-transform:translate3d(-200%, + 0, + 0); + transform:translate3d(-200%, + 0, + 0) +} + +.text-2sI5Sd { + -webkit-transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + transform .2s ease-in-out, + -webkit-transform .2s ease-in-out; + opacity:1 +} + +.hasValue-3pdcdm .text-2sI5Sd { + opacity:0; + -webkit-transform:translate3d(200%, + 0, + 0); + transform:translate3d(200%, + 0, + 0) +} + +.hasValue-3pdcdm:not(.disabled-29eJ21):focus-within .text-2sI5Sd, +.hasValue-3pdcdm:not(.disabled-29eJ21):hover .text-2sI5Sd { + opacity:1; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.theme-light .editIcon-13gaox { + background-image:url(img/a99de44bba751701d4de08fa81041ed0.svg) +} + +.theme-dark .editIcon-13gaox { + background-image:url(img/860396b3ff3fa1c4ae355bebfabadecb.svg) +} + +@-webkit-keyframes shadowPulse-2kjgqQ { + 0% { + -webkit-box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + box-shadow:0 0 6px rgba(240, + 71, + 71, + .3) + } + + 50% { + -webkit-box-shadow:0 0 10px rgba(240, + 71, + 71, + .6); + box-shadow:0 0 10px rgba(240, + 71, + 71, + .6) + } + + to { + -webkit-box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + box-shadow:0 0 6px rgba(240, + 71, + 71, + .3) + } + +} + +@keyframes shadowPulse-2kjgqQ { + 0% { + -webkit-box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + box-shadow:0 0 6px rgba(240, + 71, + 71, + .3) + } + + 50% { + -webkit-box-shadow:0 0 10px rgba(240, + 71, + 71, + .6); + box-shadow:0 0 10px rgba(240, + 71, + 71, + .6) + } + + to { + -webkit-box-shadow:0 0 6px rgba(240, + 71, + 71, + .3); + box-shadow:0 0 6px rgba(240, + 71, + 71, + .3) + } + +} + +.theme-dark .title-3pjxZQ { + color:#b9bbbe +} + +.theme-light .title-3pjxZQ { + color:#72767d +} + +.neverShow-3xJo1l, +.options-1ppfW- { + margin-top:20px +} + +.neverShow-3xJo1l { + margin-bottom:8px; + padding:0; + color:var(--text-link) +} + +.cancelButton-3F-H2t { + margin-right:20px +} + +.modal-1gaP8y { + overflow:hidden +} + +.closeIcon-1WWHLZ { + position:absolute; + top:16px; + right:16px; + cursor:pointer; + color:var(--interactive-normal) +} + +.cancelButton-3ggB4W { + padding:0; + margin:0 24px +} + +.content-1ZHTI1 { + padding-bottom:16px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.authenticationFailImage-9Wmybq, +.authenticationRequiredImage-2I6f-O, +.authenticationSuccessImage-1-XUab { + background-position:50%; + background-repeat:no-repeat; + height:115px; + margin-bottom:32px +} + +.theme-dark .authenticationRequiredImage-2I6f-O { + background-image:url(img/8923d313e1704c4bc45025fc8463affd.svg) +} + +.theme-dark .authenticationSuccessImage-1-XUab { + background-image:url(img/0c840f9cc846705b725bd89aec58f994.svg) +} + +.theme-dark .authenticationFailImage-9Wmybq { + background-image:url(img/42c81194eaf9128b942adc5d2a6fd66e.svg) +} + +.theme-light .authenticationRequiredImage-2I6f-O { + background-image:url(img/7ca3dac0d2be2df1243c9be265d1ba85.svg) +} + +.theme-light .authenticationSuccessImage-1-XUab { + background-image:url(img/1886d335301dfb2a33bea3d76af6804b.svg) +} + +.theme-light .authenticationFailImage-9Wmybq { + background-image:url(img/6995a016684f7b81cea3f33964755942.svg) +} + +.page-10_ecs { + background-color:var(--background-floating); + width:100%; + height:100%; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.contentWrapper-29ZPQM, +.page-10_ecs { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.contentWrapper-29ZPQM { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + max-width:720px; + max-height:640px; + border-radius:4px; + background-color:var(--background-primary) +} + +.platform-osx .dragRegion-1qH1bf { + -webkit-app-region:drag +} + +.dragRegion-1qH1bf { + position:absolute; + top:0; + left:0; + width:100%; + height:100px +} + +.container-2gEa-S { + padding:16px +} + +.inputWrapper-3hyurs { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.input-3HWDvO { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.button-2B5Hnm { + margin-left:8px +} + +.topic-30olbr { + display:inline-block; + padding:4px; + margin-top:8px; + margin-right:8px; + background-color:var(--background-primary) +} + +.autocomplete-1vrmpx { + border-radius:5px 5px 0 0; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + z-index:3 +} + +.autocompleteInner-zh20B_ { + padding-bottom:8px +} + +.autocompleteRow-2OthDa { + padding:0 8px; + font-size:14px; + line-height:16px; + font-weight:500 +} + +.autocompleteRowHorizontal-32jwnH { + padding:0 +} + +.autocompleteRowContent-1AMstF { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--interactive-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + min-height:16px +} + +.autocompleteRowContentPrimary-238PvP { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.autocompleteRowIcon-2VJmzt { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:8px +} + +.autocompleteRowSubheading-WqMMIl { + margin-top:2px +} + +.autocompleteRowContentSecondary-1tgI-F { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:16px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.base-1pYU8j { + border-radius:3px; + padding:8px +} + +.selectable-3dP3y- { + cursor:pointer +} + +.dividerContainer-3Gjj3b .base-1pYU8j { + padding-bottom:0; + padding-top:0 +} + +.divider-23swzi { + padding:8px +} + +.divider-23swzi:after { + background-color:var(--background-modifier-accent); + content:""; + display:block; + height:1px; + width:100% +} + +.contentTitle-2tG_sM { + color:var(--interactive-normal); + padding:4px 0 +} + +.contentTitle-2tG_sM strong { + text-transform:none +} + +.icon-3ZzoN7 { + color:var(--interactive-normal); + width:16px; + height:16px; + -o-object-fit:contain; + object-fit:contain +} + +.iconForeground-1w5n7R { + fill:var(--interactive-normal) +} + +.emojiImage-1_XFkC { + -o-object-fit:contain; + object-fit:contain; + width:20px; + height:20px +} + +.emojiRaw-3DHlrS { + display:block; + font-size:20px +} + +.descriptionDiscriminator-3vUOCc { + opacity:.6 +} + +.autocompleteRowVerticalSmall-1bvn6e .base-1pYU8j { + padding:4px 8px +} + +.theme-light .autocomplete-1vrmpx { + background-color:#f8f9f9 +} + +.theme-light .selected-1Tbx07 { + background-color:#dcddde +} + +.theme-light .contentTitle-2tG_sM strong { + color:#4f545c +} + +.theme-dark .autocomplete-1vrmpx { + background-color:#2f3136 +} + +.theme-dark .selected-1Tbx07 { + background-color:#36393f +} + +.theme-dark .contentTitle-2tG_sM strong { + color:#fff +} + +.option-1B5ZV8 { + display:inline-block; + border-radius:4px; + padding:0 4px; + font-weight:400 +} + +.theme-light .option-1B5ZV8 { + background-color:#c7ccd1 +} + +.theme-dark .option-1B5ZV8 { + background-color:#18191c +} + +.inline-3vqbcF { + margin-right:4px; + padding-bottom:1px +} + +.set-2Zx-DA { + opacity:.5 +} + +.error-1NcCbc { + color:#f04747 +} + +.active-2awTSY { + background-color:#7289da!important; + color:#fff +} + +.clickable-198KJD { + cursor:pointer +} + +.mask-2xtthE { + display:block +} + +.icon-3Rn_DX { + width:32px; + height:32px +} + +.icon-2VCx8O { + color:var(--interactive-normal) +} + +.wrapper-2siovq { + border-radius:8px; + -webkit-transition:background-color .1s ease-in-out; + transition:background-color .1s ease-in-out +} + +.wrapper-2siovq:hover { + background-color:var(--background-modifier-hover) +} + +.wrapper-2siovq:hover .icon-2VCx8O { + color:var(--interactive-hover) +} + +.selected-3xBBKs, +.selected-3xBBKs:hover { + background-color:var(--background-primary) +} + +.selected-3xBBKs .icon-2VCx8O, +.selected-3xBBKs:hover .icon-2VCx8O { + color:var(--interactive-active) +} + +.theme-light .selected-3xBBKs .icon-2VCx8O, +.theme-light .selected-3xBBKs:hover .icon-2VCx8O { + color:#4f5660 +} + +.wrapper-2IKwZK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:40px +} + +.image-2oOaF4 { + -ms-flex-item-align:start; + align-self:flex-start; + justify-self:flex-start; + margin-top:4px; + margin-right:16px; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.infoWrapper-3ekLP_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow:hidden; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.source-3DBj4z { + margin-left:16px; + overflow:hidden; + text-overflow:ellipsis; + max-width:33%; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-negative:0; + flex-shrink:0 +} + +.usageWrapper-UN_ki6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.description-QP9Ktn { + margin-top:4px; + white-space:nowrap +} + +.description-QP9Ktn, +.title-38hYfV { + overflow:hidden; + text-overflow:ellipsis +} + +.title-38hYfV { + font-weight:500; + -ms-flex-negative:0; + flex-shrink:0 +} + +.option-2lkyZ_ { + margin-left:8px +} + +.error-2_oAXi { + color:#f04747 +} + +.optionalHeader-mLQoIx { + margin-left:8px; + border-left:1px solid var(--background-modifier-accent); + padding-left:8px; + color:var(--text-muted) +} + +.wrapper-uf3cnO { + background-color:var(--background-tertiary); + width:56px; + padding-bottom:8px; + margin-bottom:-16px +} + +.list-A0BHjR { + height:100% +} + +.section-Kprrfe { + cursor:pointer; + border-radius:4px; + margin-bottom:8px +} + +.section-Kprrfe:last-child { + margin-bottom:0 +} + +.builtInSeparator-1ku6s5 { + margin:8px 0; + border:none; + border-bottom:1px solid var(--background-modifier-accent) +} + +.wrapper-VQ4BER { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:40px; + padding:8px +} + +.infoWrapper-1Sn7AX { + -webkit-box-orient:vertical; + -ms-flex-direction:column; + flex-direction:column; + overflow:hidden +} + +.infoWrapper-1Sn7AX, +.usageWrapper-3ZU-NG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-direction:normal; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.usageWrapper-3ZU-NG { + -webkit-box-orient:horizontal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:16px; + border-radius:16px; + background:var(--background-accent) +} + +.image-7ErNqd { + width:32px; + height:32px; + border-radius:50%; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-item-align:start; + align-self:flex-start; + justify-self:flex-start; + margin-top:4px; + margin-right:16px; + background:var(--background-primary) +} + +.description-1dU8lv { + margin-top:8px +} + +.description-1dU8lv, +.source-10b1ZU { + height:16px; + border-radius:16px; + background:var(--background-primary) +} + +.source-10b1ZU { + margin-left:16px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.outerWrapper-3-llkA { + border-radius:5px; + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + position:absolute; + left:0; + right:0; + bottom:calc(100% + 8px); + overflow:hidden +} + +.wrapper-1CvDB0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + height:420px; + padding-bottom:0 +} + +.list-17lzo8 { + height:100% +} + +.rail-2CbP6L { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-item-align:stretch; + align-self:stretch +} + +.content-kh0LTw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.categoryHeader-O1zU94 { + position:-webkit-sticky; + position:sticky; + top:0; + padding:0 8px; + background-color:#2f3136 +} + +.categorySection-231RiR { + margin-bottom:16px +} + +.categorySectionLast-2PPrHj { + margin-bottom:0 +} + +.itemWrapper-14KrHY { + padding:0 +} + +.theme-light .categoryHeader-O1zU94 { + background-color:#f8f9f9 +} + +.container-3Fb-hU { + position:relative; + height:100%; + margin-right:12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + overflow:hidden; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.column-33vdru { + padding-top:12px; + height:auto; + -webkit-transform-origin:0 0; + transform-origin:0 0; + opacity:.1 +} + +.gif-J69mz8 { + background-color:var(--text-link) +} + +.categoryLoader-1UbzZM, +.gif-J69mz8 { + margin-left:12px; + margin-bottom:12px; + border-radius:5px +} + +.categoryLoader-1UbzZM { + height:110px; + background-color:#000 +} + +.results-3i9FaE { + height:100% +} + +.result-3w1ZcL { + position:relative; + cursor:pointer; + border-radius:5px +} + +.result-3w1ZcL, +.result-3w1ZcL:after { + -webkit-transition:-webkit-box-shadow .15s ease-out; + transition:-webkit-box-shadow .15s ease-out; + transition:box-shadow .15s ease-out; + transition:box-shadow .15s ease-out, + -webkit-box-shadow .15s ease-out +} + +.result-3w1ZcL:after { + content:""; + display:block; + position:absolute; + top:-1px; + left:-1px; + right:-1px; + bottom:-1px; + border-radius:7px; + z-index:10; + pointer-events:none +} + +.result-3w1ZcL:hover { + z-index:2 +} + +.result-3w1ZcL:hover .favButton-_fxLew { + opacity:1; + -webkit-transform:none; + transform:none +} + +.result-3w1ZcL.focused-1En8bG, +.result-3w1ZcL.focused-1En8bG:after { + -webkit-transition:none; + transition:none +} + +.gif-1TcNIB { + position:relative; + display:block; + width:100%; + -o-object-fit:cover; + object-fit:cover; + background-color:transparent; + border-radius:5px +} + +.endContainer-1ZDW8j { + padding-top:32px; + padding-bottom:32px; + text-align:center +} + +.endContainer-1ZDW8j:after { + content:""; + height:220px; + width:100%; + display:block; + margin:0 auto; + background-size:contain; + background-position:bottom; + background-repeat:no-repeat +} + +.endText-3SrwuD { + font-size:16px; + font-weight:500; + margin-bottom:8px +} + +.searchSuggestions-1ztAmy { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-bottom:32px +} + +.searchSuggestion-2K8OBX { + border-radius:3px; + margin-right:4px; + margin-top:4px +} + +.noResults-PCM0-U { + height:100% +} + +.spinnerContainer-1jOqer { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100%; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.favButton-_fxLew { + position:absolute; + top:4px; + right:4px; + z-index:4; + opacity:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transform:translateY(-10px); + transform:translateY(-10px); + -webkit-transition:opacity .1s ease, + -webkit-transform .2s ease; + transition:opacity .1s ease, + -webkit-transform .2s ease; + transition:transform .2s ease, + opacity .1s ease; + transition:transform .2s ease, + opacity .1s ease, + -webkit-transform .2s ease; + width:26px; + height:26px +} + +.emptyHints-1EYR-5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin:6px 0 6px 6px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + -ms-flex-pack:distribute; + justify-content:space-around +} + +.emptyHint-2ZHXNQ { + -webkit-box-flex:1; + -ms-flex:1 1 33.33%; + flex:1 1 33.33% +} + +.emptyHintCard-2mUdMe { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:20px; + position:relative; + height:160px; + border-radius:5px; + margin:6px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.emptyHintSpacer-XKHTzr { + height:160px +} + +.emptyHintText-1QDF9N { + font-size:15px; + max-width:180px; + line-height:1.6; + text-align:center +} + +.emptyHintFavorite-3Bf6b2 { + position:absolute; + top:6px; + right:6px; + width:29px; + height:29px +} + +@-webkit-keyframes loadIN-3GZ05S { + 0% { + -webkit-transform:translate3d(0, + 24px, + 0); + transform:translate3d(0, + 24px, + 0); + opacity:0 + } + + to { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 + } + +} + +@keyframes loadIN-3GZ05S { + 0% { + -webkit-transform:translate3d(0, + 24px, + 0); + transform:translate3d(0, + 24px, + 0); + opacity:0 + } + + to { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 + } + +} + +.placeholder-1kJjXI { + border-radius:5px; + opacity:0; + width:100%; + height:100%; + -webkit-animation:loadIN-3GZ05S .6s cubic-bezier(.17, + .67, + .16, + .99); + animation:loadIN-3GZ05S .6s cubic-bezier(.17, + .67, + .16, + .99); + -webkit-animation-fill-mode:forwards; + animation-fill-mode:forwards; + will-change:transform3d, + opacity; + -webkit-transform:translate3d(0, + 48px, + 0); + transform:translate3d(0, + 48px, + 0) +} + +.theme-dark .focused-1En8bG, +.theme-dark .result-3w1ZcL:hover { + -webkit-box-shadow:0 11px 22px 1px rgba(4, + 4, + 5, + .3); + box-shadow:0 11px 22px 1px rgba(4, + 4, + 5, + .3) +} + +.theme-dark .focused-1En8bG:after, +.theme-dark .result-3w1ZcL:hover:after { + -webkit-box-shadow:inset 0 0 0 2px #7289da, + inset 0 0 0 3px #2f3136; + box-shadow:inset 0 0 0 2px #7289da, + inset 0 0 0 3px #2f3136 +} + +.theme-dark .placeholder-1kJjXI { + background:rgba(79, + 84, + 92, + .6) +} + +.theme-dark .endContainer-1ZDW8j:after { + background-image:url(img/2052722a3703f91daba4979d8c2effb7.svg) +} + +.theme-dark .endText-3SrwuD { + color:#b9bbbe +} + +.theme-dark .searchSuggestion-2K8OBX.searchSuggestion-2K8OBX:hover { + color:#fff; + background-color:#7289da; + border-color:#7289da +} + +.theme-dark .emptyHintCard-2mUdMe { + background-color:#36393f; + color:#b9bbbe +} + +.theme-dark .emptyHintFavorite-3Bf6b2 { + color:#faa61a +} + +.theme-light .focused-1En8bG, +.theme-light .result-3w1ZcL:hover { + -webkit-box-shadow:0 4px 12px 0 rgba(4, + 4, + 5, + .2); + box-shadow:0 4px 12px 0 rgba(4, + 4, + 5, + .2) +} + +.theme-light .focused-1En8bG:after, +.theme-light .result-3w1ZcL:hover:after { + -webkit-box-shadow:inset 0 0 0 2px #7289da, + inset 0 0 0 3px #dcddde; + box-shadow:inset 0 0 0 2px #7289da, + inset 0 0 0 3px #dcddde +} + +.theme-light .placeholder-1kJjXI { + background:rgba(220, + 221, + 222, + .6) +} + +.theme-light .endText-3SrwuD { + color:#72767d +} + +.theme-light .endContainer-1ZDW8j:after { + background-image:url(img/5eb8212fcc48412aed23ebd8850a81e0.svg) +} + +.theme-light .searchSuggestion-2K8OBX.searchSuggestion-2K8OBX:hover { + color:#fff; + background-color:#7289da; + border-color:#7289da +} + +.theme-light .emptyHintCard-2mUdMe { + background-color:#dcddde; + color:#4f545c +} + +.theme-light .emptyHintFavorite-3Bf6b2 { + color:#faa61a +} + +.container-2jxBbw { + height:100% +} + +.categoryFade-2ybR1J, +.categoryFadeBlurple-1j72_A { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + z-index:1; + border-radius:4px; + -webkit-transition:background-color .15s ease-out; + transition:background-color .15s ease-out +} + +.categoryText-2-8pri { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + z-index:3; + font-weight:600; + pointer-events:none +} + +.categoryIcon-21RREB { + margin-right:4px; + width:20px; + height:20px +} + +.categoryName-UvMsNp { + font-size:16px; + line-height:16px; + font-weight:600 +} + +.spinnerContainer-2MJ3GP { + height:100% +} + +.formatSelectors-3aBz_F, +.spinnerContainer-2MJ3GP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.formatSelectors-3aBz_F { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.formatSelectors-3aBz_F select { + display:block; + margin:0 4px +} + +.theme-dark .categoryFade-2ybR1J, +.theme-light .categoryFade-2ybR1J { + background-color:rgba(0, + 0, + 0, + .4) +} + +.theme-dark .categoryFade-2ybR1J:hover, +.theme-light .categoryFade-2ybR1J:hover { + background-color:rgba(0, + 0, + 0, + .7) +} + +.theme-dark .categoryFadeBlurple-1j72_A, +.theme-light .categoryFadeBlurple-1j72_A { + background-color:rgba(114, + 137, + 218, + .8) +} + +.theme-dark .categoryFadeBlurple-1j72_A:hover, +.theme-light .categoryFadeBlurple-1j72_A:hover { + background-color:rgba(114, + 137, + 218, + .95) +} + +.theme-dark .categoryText-2-8pri, +.theme-light .categoryText-2-8pri { + color:#fff; + text-shadow:0 1px 1px rgba(0, + 0, + 0, + .6) +} + +.container-3ISnnM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + position:relative; + width:100%; + overflow:hidden; + white-space:normal +} + +.container-3ISnnM:after { + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(transparent), + to(rgba(0, + 0, + 0, + .1))); + background-image:linear-gradient(180deg, + transparent, + rgba(0, + 0, + 0, + .1)); + content:""; + height:8px; + position:absolute; + bottom:0; + left:0; + right:0; + pointer-events:none +} + +.content-ySCtCx { + position:relative; + z-index:0 +} + +.searchBar--fTZYa { + width:100%; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.header-1TOWci { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + position:relative; + z-index:1; + padding:0 16px 12px +} + +.searchHeader-2r8VVk { + margin-bottom:0; + margin-left:8px +} + +.backButton-JyKGC1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:28px; + cursor:pointer; + margin-right:8px +} + +.content-ySCtCx { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden +} + +.theme-dark .header-1TOWci { + -webkit-box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3); + box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3) +} + +.theme-dark .backButton-JyKGC1 { + color:#b9bbbe +} + +.theme-dark .backButton-JyKGC1:hover { + color:#dcddde +} + +.theme-light .container-3ISnnM { + background-color:#f6f6f7 +} + +.theme-light .header-1TOWci { + -webkit-box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3); + box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3) +} + +.theme-light .backButton-JyKGC1 { + color:#72767d +} + +.theme-light .backButton-JyKGC1:hover { + color:#4f545c +} + +.theme-light .content-ySCtCx:after { + content:""; + position:absolute; + left:0; + right:0; + bottom:0; + height:1px; + background:rgba(185, + 187, + 190, + .3); + z-index:100 +} + +.wrapper-232cHJ { + display:inline-block; + border-radius:3px; + background-clip:padding-box; + background-color:#f04747; + -webkit-box-shadow:0 1px 0 rgba(0, + 0, + 0, + .25), + inset 0 1px 0 hsla(0, + 0%, + 100%, + .15); + box-shadow:0 1px 0 rgba(0, + 0, + 0, + .25), + inset 0 1px 0 hsla(0, + 0%, + 100%, + .15); + color:#fff; + font-size:12px; + line-height:12px; + font-weight:500; + padding:3px 6px; + text-shadow:0 1px 0 rgba(0, + 0, + 0, + .25); + text-transform:uppercase +} + +.tooltip-1jydGM { + max-width:280px +} + +.tooltipContent-2opL_O { + padding:16px +} + +.title-2IIJok { + color:#fff +} + +.blurb-3ZWyr9, +.title-2IIJok { + text-align:center +} + +.blurb-3ZWyr9 { + margin-top:4px; + margin-bottom:16px +} + +.categoryList-xW5xXr { + bottom:0; + left:0; + overflow:hidden; + position:absolute; + width:48px +} + +.categoryListWithoutSearch-2D0q0Q { + top:2px +} + +.categoryListWithSearch-1wO0cJ { + top:50px +} + +.stickerCategory-3Yz7vN { + border-radius:4px; + color:var(--interactive-normal); + cursor:pointer; + height:32px; + margin-bottom:8px; + width:32px +} + +.stickerCategory-3Yz7vN:hover { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.stickerCategoryRecent-1WVWrj { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:4px +} + +.stickerCategoryRecentDisabled-5KTYkf { + cursor:default; + color:var(--interactive-muted) +} + +.stickerCategoryRecentDisabled-5KTYkf .stickerCategoryRecentIcon-16VgYU { + opacity:.6 +} + +.stickerCategoryRecentDisabled-5KTYkf.stickerCategory-3Yz7vN:hover { + background-color:transparent; + color:var(--interactive-muted) +} + +.stickerCategorySelected-2uaMAG, +.stickerCategorySelected-2uaMAG:hover { + background-color:var(--background-primary) +} + +.stickerCategoryShopWrapper-3EnJdQ { + background-color:var(--background-tertiary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + bottom:0; + cursor:pointer; + height:auto; + padding:8px; + position:absolute; + left:0; + width:100% +} + +.stickerCategoryShopWrapper-3EnJdQ:after { + background-color:var(--background-modifier-accent); + content:""; + position:absolute; + height:1px; + left:8px; + right:8px; + top:0 +} + +.stickerCategoryShopWrapper-3EnJdQ:hover .stickerCategoryShop-d5zC3B { + background-color:var(--background-modifier-hover) +} + +.stickerCategoryShopWrapperSelected-5VcHEr .stickerCategoryShop-d5zC3B, +.stickerCategoryShopWrapperSelected-5VcHEr:hover .stickerCategoryShop-d5zC3B { + background-color:var(--background-primary) +} + +.stickerCategoryShop-d5zC3B { + -webkit-box-sizing:border-box; + box-sizing:border-box; + margin-bottom:0; + padding:6px +} + +.stickerCategoryShopImage-2nyDVh { + display:block; + height:20px; + width:20px +} + +.stickerPackThumbnail-2yNuP6 { + display:block; + height:100%; + width:100% +} + +.shopIconMask-26ZT9n { + display:block; + height:20px; + width:20px +} + +.stickerCategoryShopBadge-1_oCG0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:16px; + width:16px; + border-radius:8px; + padding:0; + position:relative; + -webkit-box-shadow:none; + box-shadow:none; + text-shadow:none; + top:-9px; + left:11px +} + +.sparklingEffectContainer-G74wOW { + position:relative +} + +.sparklingEffectStar-2Hie-F { + position:absolute; + pointer-events:none +} + +@-webkit-keyframes sparkle-animation-26NXlS { + 0% { + -webkit-transform:scale(0); + transform:scale(0); + opacity:0 + } + + 20% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + 30% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + 50% { + -webkit-transform:scale(0); + transform:scale(0); + opacity:0 + } + +} + +@keyframes sparkle-animation-26NXlS { + 0% { + -webkit-transform:scale(0); + transform:scale(0); + opacity:0 + } + + 20% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + 30% { + -webkit-transform:scale(1); + transform:scale(1); + opacity:1 + } + + 50% { + -webkit-transform:scale(0); + transform:scale(0); + opacity:0 + } + +} + +.star1-Tj1LHc { + height:12px; + width:12px; + left:19px; + top:-10px; + -webkit-transform:scale(0); + transform:scale(0); + opacity:0; + -webkit-animation:sparkle-animation-26NXlS 2.5s infinite; + animation:sparkle-animation-26NXlS 2.5s infinite +} + +.star2-3RGbAR { + left:25px; + top:5px; + -webkit-animation:sparkle-animation-26NXlS 2.5s infinite; + animation:sparkle-animation-26NXlS 2.5s infinite; + -webkit-animation-delay:.25s; + animation-delay:.25s +} + +.star2-3RGbAR, +.star3-2f7rlR { + height:7px; + width:7px; + -webkit-transform:scale(0); + transform:scale(0); + opacity:0 +} + +.star3-2f7rlR { + left:-10px; + top:15px; + -webkit-animation:sparkle-animation-26NXlS 2.5s infinite; + animation:sparkle-animation-26NXlS 2.5s infinite; + -webkit-animation-delay:.5s; + animation-delay:.5s +} + +.tooltip-__cTmz { + font-size:16px; + font-weight:600; + line-height:20px +} + +.emptyState-39XDT6 { + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center +} + +.image-2IMvx- { + width:78px; + height:72px +} + +.header-WclrWC { + margin-top:16px; + margin-bottom:8px +} + +.subtitle-oTdNF- { + white-space:pre-line +} + +.browseLink-36JjWs { + margin-top:14px +} + +.wrapper-OxgYJ1 { + display:grid; + grid-template-rows:1fr auto; + height:100%; + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.footerActions-3KYPyJ { + margin-bottom:12px +} + +.packHeader-NLJ7S5 { + position:-webkit-sticky; + position:sticky; + top:0 +} + +.emptyState-2zRA18 { + margin:0 20px +} + +.packHeaderShopWrapper-2OtJtX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-column-gap:12px; + -moz-column-gap:12px; + column-gap:12px +} + +.packHeaderShop-1qN3eZ { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden +} + +.packHeaderShopActions-pPMTPj { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.sticker-3HpuRA { + cursor:pointer +} + +.divider-1OSL6X { + height:30px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.shopDivider-sT2XLN { + border-top-width:1px; + height:1px +} + +.tipWithSearch-1ZG0iW { + margin-top:undefined +} + +.wrapper-3ir_7D { + padding:0 16px 16px +} + +.wrapper-2iFQJ9 { + position:relative; + display:grid; + grid-template-columns:48px auto; + grid-template-rows:auto 1fr auto +} + +.header-2k4I2o { + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + grid-column:1/3; + grid-row:1/2; + min-height:1px; + z-index:1 +} + +.loadingIndicator-2ZWpbk { + grid-column:1/-1; + grid-row:1/-1 +} + +.listWrapper-hig339 { + grid-column:2/2; + grid-row:2/2; + overflow:hidden; + position:relative +} + +.positionLayer-1KzSAt { + left:86px; + z-index:0 +} + +.positionContainer-DEuh7X { + width:100%; + height:444px; + pointer-events:none +} + +.positionContainerOnlyEmoji--VzZ6D { + height:396px +} + +.drawerSizingWrapper-17Mss4 { + height:100%; + max-width:100%; + pointer-events:all; + position:absolute; + right:0; + width:100%; + z-index:1 +} + +.contentWrapper-SvZHNd { + background-color:var(--background-secondary); + border-radius:8px; + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:grid; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + grid-template-rows:24px auto; + grid-row-gap:8px; + height:100%; + overflow:hidden; + padding-top:16px; + position:relative; + z-index:1 +} + +.positionContainerOnlyEmoji--VzZ6D .contentWrapper-SvZHNd { + grid-template-rows:auto +} + +.nav-7UD0KD { + padding:0 16px +} + +.navList-2UtuhC { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.navItem-3Wp_oJ { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.navItem-3Wp_oJ+.navItem-3Wp_oJ { + margin-left:8px +} + +.navButton-2gQCx- { + border-radius:4px; + color:var(--interactive-normal); + font-size:16px; + font-weight:600; + line-height:20px; + padding:2px 8px; + -webkit-transition:background-color .1s ease-in-out, + color .1s ease-in-out; + transition:background-color .1s ease-in-out, + color .1s ease-in-out +} + +.navButton-2gQCx-:hover { + color:var(--interactive-hover) +} + +.navButtonActive-1MkytQ { + background-color:var(--background-accent); + color:#fff +} + +.navButtonActive-1MkytQ:hover { + color:#fff +} + +.resizeHandle-3NRr0z { + cursor:ew-resize; + height:100%; + left:-2px; + position:absolute; + top:0; + width:4px; + z-index:2 +} + +.introductionWrapper-3JgYlK { + text-align:center +} + +.introductionHeader-39IP1Z { + font-weight:600; + margin-bottom:4px +} + +.introductionSubheader-wYqfJl { + margin-bottom:16px +} + +.introductionAction-LbJO-v { + color:#7289da; + font-weight:600 +} + +.introductionTooltip-39ymCt { + max-width:none; + width:280px +} + +.introductionTooltipContent-2CVaCn { + padding:16px +} + +.stickersNavItem-g1SJ0f { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.stickersNavItem-g1SJ0f, +.stickersUnseenBadge-3f2c9o { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.stickersUnseenBadge-3f2c9o { + height:16px; + border-radius:8px; + min-width:16px; + padding:0; + margin-left:4px; + -webkit-box-shadow:none; + box-shadow:none; + text-shadow:none; + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.container-JHR0NT { + bottom:100%; + margin-bottom:12px; + min-height:16px; + position:absolute; + -webkit-transition:opacity .125s ease-in, + -webkit-transform .125s cubic-bezier(.48, + 1.93, + 1, + .68); + transition:opacity .125s ease-in, + -webkit-transform .125s cubic-bezier(.48, + 1.93, + 1, + .68); + transition:opacity .125s ease-in, + transform .125s cubic-bezier(.48, + 1.93, + 1, + .68); + transition:opacity .125s ease-in, + transform .125s cubic-bezier(.48, + 1.93, + 1, + .68), + -webkit-transform .125s cubic-bezier(.48, + 1.93, + 1, + .68); + opacity:1; + will-change:opacity, + transform; + left:auto; + right:40px +} + +.container-JHR0NT.hidden-1Pp_-F { + -webkit-transform:translateY(12px); + transform:translateY(12px); + opacity:0; + pointer-events:none +} + +.containerBackground-LlUax5 { + background-color:var(--background-floating); + border:1px solid var(--background-modifier-selected); + border-radius:8px; + bottom:0; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + left:0; + min-height:16px; + opacity:.95; + position:absolute; + right:0; + top:0; + z-index:0 +} + +.containerBackground-LlUax5:after { + border:7px solid transparent; + border-top:7px solid var(--background-floating); + content:""; + height:0; + margin-top:-1px; + position:absolute; + right:14px; + top:100%; + width:0 +} + +.bottomInformationTextContainer-2lvA_a { + z-index:1; + position:relative; + padding:0 8px 10px; + height:24px +} + +.textDivider-3RoZIQ { + height:1px; + margin:0 0 4px; + background-color:var(--background-modifier-accent) +} + +.descriptionText-1ZKuLr { + text-overflow:ellipsis; + white-space:nowrap; + overflow:hidden +} + +.stickerResults-3HacYG { + display:grid; + grid-gap:8px; + grid-auto-flow:column; + grid-template-columns:repeat(auto-fit, + 48px); + padding:8px; + position:relative; + z-index:1 +} + +.keybind-25ROM8 { + margin:0; + display:inline-block +} + +.theme-dark .keybind-25ROM8 span, +.theme-light .keybind-25ROM8 span { + -webkit-box-shadow:inset 0 -4px 0 rgba(32, + 34, + 37, + .6); + box-shadow:inset 0 -4px 0 rgba(32, + 34, + 37, + .6) +} + +.suggestedExpression-3HUIrd { + cursor:pointer; + position:relative +} + +.mask-2VqFZB { + bottom:-2px; + opacity:0; + left:-2px; + position:absolute; + right:-2px; + top:-2px; + -webkit-transition:opacity .08s ease-in-out; + transition:opacity .08s ease-in-out; + z-index:0 +} + +.suggestedExpression-3HUIrd:focus .mask-2VqFZB, +.suggestedExpressionFocused-23LPyn .mask-2VqFZB { + opacity:1 +} + +.maskBackground-3LR_np { + background-color:var(--background-accent); + height:100%; + width:100% +} + +.reduce-motion .container-JHR0NT, +.reduce-motion .mask-2VqFZB { + -webkit-transition:none; + transition:none +} + +.theme-light .unownedStickerLockIcon-2GMbV9 { + color:var(--background-secondary) +} + +.theme-dark .containerBackground-LlUax5 { + opacity:.95 +} + +.bar-AokMp3 { + padding:8px 16px; + background:var(--background-secondary-alt); + margin-bottom:-8px +} + +.autocomplete-3l_oCd { + border-radius:5px; + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + position:absolute; + left:0; + right:0; + bottom:calc(100% + 8px); + overflow:hidden +} + +.spinner-3mgUdJ { + padding-top:8px +} + +.horizontalAutocompletes-lotYRO { + margin-bottom:-4px; + padding:0 8px; + overflow-x:auto +} + +.horizontalAutocomplete-2FylBn { + margin-bottom:4px +} + +.stickerAutoComplete-IkNunA { + display:grid; + grid-template-columns:repeat(auto-fill, + 116px); + grid-template-rows:repeat(auto-fill, + 116px); + grid-gap:8px; + padding:8px 16px +} + +.sticker-1vpjRq { + margin-top:2px; + margin-left:2px +} + +.autocompleteLayer-1ANxTe { + position:absolute; + max-width:55ch; + pointer-events:all +} + +.autocompleteLayer-1ANxTe .autocomplete-3l_oCd { + position:static +} + +.stickersHeaderWithEmojiResults-gCnYVk { + padding-top:0 +} + +.emojiStickersDivider-3Q5Opa.emojiStickersDivider-3Q5Opa { + padding-bottom:0 +} + +.userTooltip-7qZaHD { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:16px +} + +.avatar-i5C_qp { + margin-right:8px +} + +.discriminator-17tNDS { + opacity:.5 +} + +.commandBlock-38NGGm { + display:inline-block +} + +.commandBlock-38NGGm br { + display:none +} + +.commandBlock-38NGGm>span:last-of-type { + margin-right:8px +} + +.pill-2pQByF { + height:21px; + border-radius:4px; + padding:0 4px; + font-size:16px +} + +.pill-2pQByF .mention { + background:none!important +} + +.pill-2pQByF .emoji { + max-height:21px; + max-width:21px +} + +.theme-light .pill-2pQByF { + background-color:#c7ccd1 +} + +.theme-dark .pill-2pQByF { + background-color:#18191c +} + +.completePill-1I5maV .optionKey-3jd4Vt { + margin-right:4px +} + +.erroredPill-3HF4Sc { + color:#f04747 +} + +.tabButton-1n4gNP { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + opacity:.5; + vertical-align:text-bottom; + color:#fff; + margin-bottom:-1px +} + +.syntaxAfter-hcA4AH, +.syntaxBefore-1YQ9lW { + font-weight:600 +} + +.codeBlockSyntax-2i-tMA, +.syntaxAfter-hcA4AH, +.syntaxBefore-1YQ9lW { + color:var(--textbox-markdown-syntax) +} + +.codeBlockLang-O_f4hr { + color:#43b581 +} + +.after_s-20p8Ev, +.after_spoiler-1-p4u9, +.after_u-222bSK, +.before_s-24KnUy, +.before_spoiler-1Aglf8, +.before_u-2lCd2i, +.syntaxOverride-1uDw7k { + font-weight:400 +} + +.before_em-9aA_NQ { + margin-right:-1px +} + +.after_em-U9Eby7 { + margin-left:1px +} + +.before_s-24KnUy, +.before_u-2lCd2i { + margin-right:1px +} + +.after_s-20p8Ev, +.after_u-222bSK { + margin-left:1px +} + +.after_u-222bSK, +.before_u-2lCd2i { + text-decoration:underline +} + +.before_inlineCode-1G9rTK { + border-radius:3px 0 0 3px +} + +.after_inlineCode-1KfVgj { + border-radius:0 3px 3px 0 +} + +.bold-36dRGB { + font-weight:600 +} + +.italics-1CB0-L { + font-style:italic +} + +.underline-2dzcvN { + text-decoration:underline +} + +.strikethrough-37TnTg { + text-decoration:line-through +} + +.fakeLink-26oLcc { + color:var(--text-link) +} + +.after_inlineCode-1KfVgj, +.before_inlineCode-1G9rTK, +.inlineCode-2ngu6Y { + background:var(--background-secondary); + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + font-size:85%; + line-height:18px; + margin:-.2em 0; + padding:.2em 0; + width:auto; + height:auto; + text-indent:0; + white-space:pre-wrap +} + +.spoiler-2Iew8T { + padding:0 .2em; + background-color:var(--background-primary) +} + +.codeBlockText-9TnoxQ, +.codeLine-14BKbG { + color:var(--header-secondary); + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + font-size:85%; + -webkit-text-size-adjust:none; + -moz-text-size-adjust:none; + -ms-text-size-adjust:none; + text-size-adjust:none +} + +.slateContainer-3Qkn2x { + position:relative +} + +.slateTextArea-1Mkdgw { + caret-color:var(--text-normal); + position:absolute; + left:0; + right:10px; + text-align:left; + word-break:break-word; + white-space:break-spaces!important +} + +.slateTextArea-1Mkdgw pre { + max-width:none +} + +.placeholder-37qJjk, +.slateTextArea-1Mkdgw .hljs-comment, +.slateTextArea-1Mkdgw .hljs-quote { + color:var(--text-muted) +} + +.placeholder-37qJjk { + left:0; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + position:absolute; + right:0; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + padding-top: 10px; +} + +.placeholder-37qJjk, +.slateTextArea-1Mkdgw { + padding-right:10px +} + +.channelTextArea-2VhZ6z { + position:relative; + width:100%; + text-indent:0; + border-radius:8px +} + +.channelTextArea-2VhZ6z.highlighted-2eSV1B { + -webkit-box-shadow:0 0 0 4px var(--focus-primary); + box-shadow:0 0 0 4px var(--focus-primary) +} + +.focusRing-2NImfT { + border-radius:8px +} + +.scrollableContainer-2NUZem { + overflow-x:hidden; + overflow-y:scroll; + background-color:var(--channeltextarea-background); + max-height:50vh; + border-radius:8px; + scrollbar-width:none +} + +.sticker-1T9_Bu { + display:block +} + +.background-opacity-low .scrollableContainer-2NUZem { + background-color:rgba(79, + 84, + 92, + .5) +} + +.background-opacity-low .scrollableContainer-2NUZem .textArea-12jD-V { + color:#fff +} + +.background-opacity-medium .scrollableContainer-2NUZem { + background-color:rgba(79, + 84, + 92, + .7) +} + +.background-opacity-medium .scrollableContainer-2NUZem .textArea-12jD-V { + color:#fff +} + +.background-opacity-high .scrollableContainer-2NUZem { + background-color:rgba(79, + 84, + 92, + .9) +} + +.webkit-HjD9Er::-webkit-scrollbar { + width:12px; + height:12px +} + +.webkit-HjD9Er::-webkit-scrollbar-thumb, +.webkit-HjD9Er::-webkit-scrollbar-track { + background-clip:padding-box; + border:4px solid transparent +} + +.webkit-HjD9Er::-webkit-scrollbar-track { + border-width:initial +} + +.webkit-HjD9Er::-webkit-scrollbar-thumb { + background-color:rgba(24, + 25, + 28, + .6); + border-radius:8px +} + +.channelTextAreaDisabled-8rmlrp .scrollableContainer-2NUZem { + opacity:.5 +} + +.hasReply-16cIUP { + border-top-left-radius:0; + border-top-right-radius:0 +} + +.inner-MADQqc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative +} + +.innerDisabled-1YTFPN { + cursor:not-allowed +} + +.sansAttachButton-td2irx { + padding-left:16px +} + +.attachButton-2dnuIu { + margin-left:-16px +} + +.textArea-12jD-V { + background-color:transparent; + resize:none; + border:none; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:400; + font-size:1rem; + line-height:1.375rem; + width:100%; + height:100%; + min-height:44px; + color:var(--text-normal); + padding-left:0; + padding-right:10px +} + +.textArea-12jD-V::-webkit-input-placeholder { + -webkit-user-select:none; + user-select:none; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.textArea-12jD-V::-moz-placeholder { + -moz-user-select:none; + user-select:none; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.textArea-12jD-V:-ms-input-placeholder { + -ms-user-select:none; + user-select:none; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.textArea-12jD-V::placeholder { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.textAreaSlate-1ZzRVj { + padding-top: 0px +} + +.textAreaWithoutAttachmentButton-qiaiTB { + padding-left:16px +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .textArea-12jD-V { + font-weight:500 + } + +} + +.textAreaDisabled-3-Eq_G { + pointer-events:none +} + +.buttons-3JBrkn { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + height:44px; + position:-webkit-sticky; + position:sticky; + top:0; + margin-right:4px +} + +.webkit-HjD9Er .buttons-3JBrkn { + margin-right:-6px +} + +.buttonContainer-28fw2U { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.button-318s1X { + padding:4px; + margin-left:4px; + margin-right:4px +} + +.stickerIcon-3TP7EM { + width:20px!important; + height:20px!important +} + +.stickerButton-3OEgwj { + -webkit-transition:-webkit-transform .2s; + transition:-webkit-transform .2s; + transition:transform .2s; + transition:transform .2s, + -webkit-transform .2s +} + +.stickerButtonWithResult-1EqRLT { + padding:0; + height:44px; + margin-left:4px; + margin-right:4px +} + +.stickerButtonWithNotification-ESXiw0 { + margin-top:1px; + padding-left:2px; + padding-right:2px +} + +.stickerButtonTilted-2R4_UZ { + -webkit-transform:rotate(12deg) scale(1.05); + transform:rotate(12deg) scale(1.05); + -webkit-transition:-webkit-transform .15s; + transition:-webkit-transform .15s; + transition:transform .15s; + transition:transform .15s, + -webkit-transform .15s +} + +.fontSize12Padding-2x5wK2 { + padding-bottom:14px; + padding-top:14px +} + +.fontSize14Padding-1DhkW_ { + padding-bottom:12px; + padding-top:13px +} + +.fontSize15Padding-2bMrCq { + padding-bottom:12px; + padding-top:12px +} + +.fontSize16Padding-3Wk7zP { + padding-bottom:11px; + padding-top:11px +} + +.fontSize18Padding-2RUesG { + padding-bottom:9px; + padding-top:9px +} + +.fontSize20Padding-18f-TO { + padding-bottom:9px; + padding-top:8px +} + +.fontSize24Padding-2Tz8jD { + padding-bottom:6px; + padding-top:5px +} + +.theme-brand .inner-MADQqc { + background-color:#8ea1e1 +} + +.theme-brand .textArea-12jD-V { + color:hsla(0, + 0%, + 100%, + .7) +} + +.theme-brand .textArea-12jD-V::-webkit-input-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-brand .textArea-12jD-V::-moz-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-brand .textArea-12jD-V:-ms-input-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-brand .textArea-12jD-V::placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.emojiButton-3uL3Aw { + max-height:50px; + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.sprite-2iCowe { + background-image:url(img/b7432af851a2ba9cf2ea22663916028c.png); + background-position:50%; + background-repeat:no-repeat; + width:22px; + height:22px; + display:block +} + +@-webkit-keyframes pulseIcon-2wem_X { + 0%, + to { + -webkit-transform:scale(.85714); + transform:scale(.85714) + } + + 50% { + -webkit-transform:none; + transform:none + } + +} + +@keyframes pulseIcon-2wem_X { + 0%, + to { + -webkit-transform:scale(.85714); + transform:scale(.85714) + } + + 50% { + -webkit-transform:none; + transform:none + } + +} + +@-webkit-keyframes pulseButton-37U3Qe { + 0%, + to { + opacity:.3 + } + + 50% { + opacity:1 + } + +} + +@keyframes pulseButton-37U3Qe { + 0%, + to { + opacity:.3 + } + + 50% { + opacity:1 + } + +} + +@-webkit-keyframes sparkle-326-jL { + 0% { + opacity:0; + -webkit-transform:rotate(-50deg) scale(0); + transform:rotate(-50deg) scale(0) + } + + 20% { + opacity:1; + -webkit-transform:rotate(0deg) scale(1); + transform:rotate(0deg) scale(1) + } + + 40% { + opacity:0; + -webkit-transform:rotate(50deg) scale(0); + transform:rotate(50deg) scale(0) + } + + to { + opacity:0; + -webkit-transform:rotate(-50deg) scale(0); + transform:rotate(-50deg) scale(0) + } + +} + +@keyframes sparkle-326-jL { + 0% { + opacity:0; + -webkit-transform:rotate(-50deg) scale(0); + transform:rotate(-50deg) scale(0) + } + + 20% { + opacity:1; + -webkit-transform:rotate(0deg) scale(1); + transform:rotate(0deg) scale(1) + } + + 40% { + opacity:0; + -webkit-transform:rotate(50deg) scale(0); + transform:rotate(50deg) scale(0) + } + + to { + opacity:0; + -webkit-transform:rotate(-50deg) scale(0); + transform:rotate(-50deg) scale(0) + } + +} + +.buttonWrapper-1ZmCpA { + cursor:pointer +} + +.button-3AYNKb { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:var(--interactive-normal) +} + +.button-3AYNKb:hover { + color:var(--interactive-hover) +} + +.button-3AYNKb:active { + color:var(--interactive-active) +} + +.iconMask-2LbcOd { + display:block; + width:24px; + height:24px +} + +.buttonContent-4lhja2 { + position:relative +} + +.icon-3D60ES { + width:24px; + height:24px +} + +.pulseIcon-2wem_X { + -webkit-animation:pulseIcon-2wem_X .6s ease; + animation:pulseIcon-2wem_X .6s ease +} + +.pulseButton-37U3Qe .buttonWrapper-1ZmCpA { + -webkit-animation:pulseButton-37U3Qe .6s ease; + animation:pulseButton-37U3Qe .6s ease +} + +.notificationDot-18QulZ { + background-color:#f04747; + border-radius:100%; + bottom:0; + height:7px; + right:0; + -webkit-transform:translateY(-5%); + transform:translateY(-5%); + width:7px +} + +.notificationDot-18QulZ, +.sparkleContainer-1FObaU { + position:absolute +} + +.sparkleStar-jXNPAp { + color:#ffc819; + top:-12px; + left:20px +} + +.sparklePlus-T4nasU, +.sparkleStar-jXNPAp { + position:relative; + -webkit-animation:sparkle-326-jL 2.5s ease-in-out infinite; + animation:sparkle-326-jL 2.5s ease-in-out infinite +} + +.sparklePlus-T4nasU { + opacity:0; + color:#7289da; + top:16px; + left:-20px; + -webkit-animation-delay:.5s; + animation-delay:.5s +} + +.active-23Nm0T .buttonWrapper-1ZmCpA, +.buttonWrapper-1ZmCpA:hover { + color:var(--interactive-active) +} + +.container-2fRDfG { + background:var(--background-secondary); + border-top-left-radius:8px; + border-top-right-radius:8px; + display:grid; + grid-template-columns:1fr auto; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer +} + +.text-15b_0l { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis; + margin-left:16px +} + +.name-hpTFiv { + font-weight:600 +} + +.actions-NlfMQc { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.actions-NlfMQc, +.mentionButton-3710-W { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.mentionButton-3710-W { + cursor:pointer; + font-weight:700; + padding:8px 12px +} + +.mentionIcon-1UYeiz { + width:16px; + height:16px; + margin-right:4px +} + +.separator-ju-9xl { + width:1px; + height:20px; + background-color:var(--background-modifier-accent) +} + +.closeButton-37O8QC { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + cursor:pointer; + color:var(--interactive-normal); + line-height:0; + padding:8px 12px +} + +.closeButton-37O8QC:hover { + color:var(--interactive-hover) +} + +.closeIcon-HLoKft { + width:16px; + height:16px +} + +.divider-JfaTT5 { + z-index:1; + height:0; + border-top:thin solid var(--background-modifier-accent); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + pointer-events:none; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.background-opacity-low .divider-JfaTT5, +.background-opacity-medium .divider-JfaTT5 { + opacity:.5 +} + +.background-opacity-high .divider-JfaTT5 { + opacity:.8 +} + +.isUnread-3Ef-o9 { + border-color:#f04747 +} + +.hasContent-1cNJDh { + position:relative; + left:auto; + right:auto +} + +.unreadPill-2HyYtt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + top:-7px; + right:0; + font-size:10px; + line-height:9px; + font-weight:700; + padding:0 4px 0 1px; + border-radius:0 4px 4px 0; + color:#fff; + background-color:#f04747; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-left:none +} + +.unreadPill-2HyYtt, +.unreadPillCap-3_K2q2 { + position:absolute; + height:13px +} + +.unreadPillCap-3_K2q2 { + display:block; + left:-8px; + top:0 +} + +.unreadPillCapStroke-7rkHbg { + color:#f04747; + fill:#f04747 +} + +.content-1o0f9g { + display:block; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding:2px 4px; + color:var(--text-muted); + background:var(--background-primary); + line-height:13px; + font-size:12px; + margin-top:-1px; + font-weight:600; + border-radius:8px +} + +.isUnread-3Ef-o9 .content-1o0f9g { + color:#f04747 +} + +.stickerPreviews-D1UghN { + padding:10px 0 10px 16px +} + +.stickerPreviewContainer-3QyrFr { + position:relative; + display:inline-block +} + +.stickerPreview-9IJY2j { + margin-right:4px +} + +.stickerPreviewDivider-2DeHm0 { + margin-left:16px +} + +.closeButton-1iLzZ3 { + cursor:pointer; + color:var(--interactive-normal); + line-height:0; + position:absolute; + top:0; + right:0; + z-index:1 +} + +.closeButton-1iLzZ3:hover { + color:var(--interactive-hover) +} + +.closeIconContainer-2y0XOe { + background:var(--channeltextarea-background); + border-radius:100% +} + +.closeIcon-2--3zh { + width:16px; + height:16px +} + +.characterCount-1cRDo2 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + bottom:0; + color:var(--text-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:44px; + position:absolute; + right:14px +} + +.theme-dark .error-1M5Do5 { + color:#f36c6c +} + +.theme-light .error-1M5Do5 { + color:#f04747 +} + +.toolbar-2bjZV7 { + background-color:#18191c; + border-radius:4px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:32px; + pointer-events:all; + position:absolute +} + +.toolbar-2bjZV7:before { + border-left:8px solid transparent; + border-right:8px solid transparent; + border-top:8px solid #18191c; + bottom:-8px; + content:""; + height:0; + left:calc(50% - 8px); + position:absolute; + width:0 +} + +.toolbar-2bjZV7 .button-qqmJ7w:first-of-type { + border-top-left-radius:4px; + border-bottom-left-radius:4px +} + +.toolbar-2bjZV7 .button-qqmJ7w:last-of-type { + border-top-right-radius:4px; + border-bottom-right-radius:4px +} + +.divider-24xeUg { + border-left:1px solid hsla(0, + 0%, + 100%, + .06); + display:inline-block; + height:20px; + margin:6px +} + +.button-qqmJ7w { + border-radius:0; + padding:0; + width:32px +} + +.buttonInner-3shTxu, +.icon-KgGMGo { + height:20px +} + +.icon-KgGMGo { + color:#b9bbbe; + width:20px +} + +.inactive-3i9Q2Q { + background-color:transparent +} + +.active-2HPddW, +.hover-28QbSq:hover { + background-color:var(--background-modifier-active) +} + +.active-2HPddW .icon-KgGMGo, +.hover-28QbSq:hover .icon-KgGMGo { + color:#fff +} + +.container-2XwRXY { + padding:16px +} + +.avatarUploader-3XDtmn { + text-align:center; + font-size:12px +} + +.avatarUploader-3XDtmn .removeButton-1hcZyG { + margin-top:10px; + font-size:14px; + font-weight:600; + display:block; + text-decoration:none; + cursor:pointer +} + +.avatarUploader-3XDtmn .sizeInfo-SKMPPw { + margin-top:10px; + display:block; + font-size:10px; + color:#87909c +} + +.avatarUploader-3XDtmn .sizeInfo-SKMPPw strong { + font-weight:700 +} + +.avatarUploaderInner-3UNxY3 { + display:inline-block; + width:138px; + height:138px; + border-radius:50%; + background-color:#7289da; + background-size:cover; + background-position:50%; + background-repeat:no-repeat; + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transition:-webkit-box-shadow .1s; + transition:-webkit-box-shadow .1s; + transition:box-shadow .1s; + transition:box-shadow .1s, + -webkit-box-shadow .1s; + -ms-flex-negative:0; + flex-shrink:0 +} + +.avatarUploaderInner-3UNxY3>* { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + pointer-events:none; + color:#fff +} + +.avatarUploaderInner-3UNxY3 .fileInput-23-d-3, +.avatarUploaderInner-3UNxY3 input[type=file] { + pointer-events:auto +} + +.avatarUploaderInner-3UNxY3:focus-within, +.avatarUploaderInner-3UNxY3:hover { + -webkit-box-shadow:inset 0 0 120px rgba(0, + 0, + 0, + .75); + box-shadow:inset 0 0 120px rgba(0, + 0, + 0, + .75) +} + +.avatarUploaderInner-3UNxY3:focus-within .avatarUploaderAcronym-3SioMc, +.avatarUploaderInner-3UNxY3:hover .avatarUploaderAcronym-3SioMc { + visibility:hidden +} + +.avatarUploaderInner-3UNxY3:focus-within .avatarUploaderHint-3SN212, +.avatarUploaderInner-3UNxY3:hover .avatarUploaderHint-3SN212 { + visibility:visible +} + +.avatarUploaderAcronym-3SioMc { + font-size:40px; + overflow:hidden; + white-space:nowrap +} + +.avatarUploaderHint-3SN212 { + visibility:hidden; + font-size:10px; + font-weight:700; + line-height:12px; + white-space:pre +} + +.avatarUploaderIndicator-2G-aIZ { + position:absolute; + top:0; + right:0; + left:auto; + width:28px; + height:28px; + background-repeat:no-repeat; + background-position:50%; + border-radius:50%; + -webkit-box-shadow:0 2px 4px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 4px 0 rgba(0, + 0, + 0, + .2); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.theme-light .avatarUploader-3XDtmn .removeButton-1hcZyG { + color:#b9bbbe +} + +.theme-light .avatarUploader-3XDtmn .removeButton-1hcZyG:hover { + color:#72767d +} + +.theme-light .avatarUploaderIndicator-2G-aIZ { + background-color:#fff; + background-image:url(img/30a3036e40d0f175912ec96c03596e29.svg) +} + +.theme-dark .avatarUploader-3XDtmn .removeButton-1hcZyG { + color:#b9bbbe +} + +.theme-dark .avatarUploader-3XDtmn .removeButton-1hcZyG:hover { + color:#72767d +} + +.theme-dark .avatarUploaderIndicator-2G-aIZ { + background-color:#dcddde; + background-image:url(img/d5c25e76af04cea8997e4a060572feae.svg) +} + +.avatar-dEJa0g, +.container-2Qf5AZ { + padding:16px +} + +.avatar-dEJa0g { + background-size:100% 100% +} + +.avatarInner-3mvud_ { + width:100px; + height:100px +} + +.uploader-3h82WB { + width:100%; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.container-1RrgbC { + padding:16px +} + +.inputWrapper-11yqUG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.input-1oE3v- { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.noBorder-17NKg0 { + border:none +} + +.button-3YABwY { + margin-left:8px +} + +.footerText-wXVE1x { + margin-top:8px +} + +.container-1sNGel { + background-color:var(--background-primary); + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:32px; + overflow-y:scroll +} + +.contentContainer-_92jGi { + max-width:600px +} + +.headerText-2y5zna { + font-weight:700; + color:var(--header-primary) +} + +.headerSubtext-2gLqAi { + margin-top:8px; + color:var(--header-secondary) +} + +.task-1IBHP3 { + margin-top:16px; + border-radius:8px; + overflow:hidden; + border:1px solid var(--background-secondary-alt) +} + +.taskHeader-2if9wy { + padding:12px; + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer +} + +.taskHeader-2if9wy.selected-2JPzZ5, +.taskHeader-2if9wy:hover { + background-color:var(--background-tertiary) +} + +.checkmarkContainer-enkblC { + width:32px; + height:32px; + border-radius:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-negative:0; + flex-shrink:0; + color:var(--text-muted); + background-color:var(--background-primary) +} + +.checkmarkContainer-enkblC.completed-erLY7W { + color:#fff; + background-color:#7289da +} + +.checkmark-1-joJl { + width:18px; + height:18px +} + +.info-PKsnnj { + margin-left:16px; + margin-right:16px; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.taskTitle-IT51Jy { + font-weight:700; + color:var(--header-primary) +} + +.taskSubtitle-31kmNc { + color:var(--header-secondary); + overflow:hidden; + max-height:0; + -webkit-transition:max-height .2s ease-in-out; + transition:max-height .2s ease-in-out +} + +.taskSubtitle-31kmNc.selected-2JPzZ5 { + max-height:100px +} + +.taskBody-2uk5FP { + background-color:var(--background-secondary); + max-height:0; + -webkit-transition:max-height .2s ease-in-out; + transition:max-height .2s ease-in-out +} + +.taskBody-2uk5FP.selected-2JPzZ5 { + max-height:500px +} + +.expandArrow-3m6ryE { + -ms-flex-negative:0; + flex-shrink:0; + color:var(--interactive-normal) +} + +.complete-3iqMwS { + padding:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary) +} + +.bodyText-3EF5cF { + margin-bottom:8px +} + +.followupItem-2v1ksF { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-tertiary); + width:100%; + padding:10px; + margin-top:8px; + border-radius:8px; + cursor:pointer +} + +.followupIcon-U59vzj { + color:#fff; + -ms-flex-negative:0; + flex-shrink:0 +} + +.followupInfo-2Tagz6 { + margin-left:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.followupTitle-1ndjVM { + font-weight:600 +} + +.caret-3WvhKZ { + color:var(--header-primary); + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg); + -ms-flex-negative:0; + flex-shrink:0 +} + +.button-1w5pas { + position:relative; + top:3px; + opacity:.8; + -webkit-transition:stroke-dasharray .2s ease-out, + -webkit-transform .2s ease-out; + transition:stroke-dasharray .2s ease-out, + -webkit-transform .2s ease-out; + transition:transform .2s ease-out, + stroke-dasharray .2s ease-out; + transition:transform .2s ease-out, + stroke-dasharray .2s ease-out, + -webkit-transform .2s ease-out; + margin-left:4px +} + +.button-1w5pas.open-1Te94t { + -webkit-transform:translate3d(0, + -3px, + 0) rotate(-90deg); + transform:translate3d(0, + -3px, + 0) rotate(-90deg) +} + +.button-1w5pas.open-1Te94t path { + stroke-dasharray:14 +} + +.button-1w5pas path { + stroke-width:2px; + stroke-dasharray:7; + stroke-dashoffset:1; + -webkit-transition:stroke-dasharray .2s ease; + transition:stroke-dasharray .2s ease +} + +.popouts-2bnG9Z { + top:0; + left:0; + right:0; + z-index:auto +} + +.popout-2iWAc-, +.popouts-2bnG9Z { + position:absolute +} + +.popout-2iWAc- { + padding:0; + -webkit-box-shadow:0 0 1px rgba(0, + 0, + 0, + .82), + 0 1px 4px rgba(0, + 0, + 0, + .1); + box-shadow:0 0 1px rgba(0, + 0, + 0, + .82), + 0 1px 4px rgba(0, + 0, + 0, + .1); + border-radius:5px; + z-index:1000; +} + +.popout-2iWAc-.arrowAlignmentMiddle-NBGtsX:before, +.popout-2iWAc-.arrowAlignmentTop-1yftWI:before { + border:8px solid transparent; + content:" "; + width:0; + height:0; + position:absolute; + pointer-events:none +} + +.popout-2iWAc-:after, +.popout-2iWAc-:before { + border:solid transparent; + content:" "; + width:0; + height:0; + position:absolute; + pointer-events:none +} + +.popout-2iWAc-:before { + border-width:10px +} + +.popout-2iWAc-:after { + border-width:8px +} + +.noShadow-3pu20z { + -webkit-box-shadow:none!important; + box-shadow:none!important +} + +.popoutLeft-3aViER { + margin-top:-20px +} + +.popoutLeft-3aViER.arrowAlignmentTop-1yftWI:before { + top:12px; + left:100%; + border-left-color:#7289da +} + +.popoutLeft-3aViER.arrowAlignmentMiddle-NBGtsX:before { + top:50%; + left:100%; + margin-top:-16px +} + +.popoutLeft-3aViER.noArrow-2foL9g { + margin-right:10px +} + +.popoutLeft-3aViER.noArrow-2foL9g:before { + display:none +} + +.popoutRight-1veHKi { + margin-top:-20px +} + +.popoutRight-1veHKi.arrowAlignmentTop-1yftWI:before { + top:12px; + right:100%; + border-right-color:#7289da +} + +.popoutRight-1veHKi.arrowAlignmentMiddle-NBGtsX:before { + top:50%; + right:100%; + margin-top:-16px +} + +.popoutRight-1veHKi.noArrow-2foL9g { + margin-left:10px +} + +.popoutRight-1veHKi.noArrow-2foL9g:before { + display:none +} + +.popoutBottom-2GAFPg, +.popoutBottomLeft-1pG8B4, +.popoutBottomRight-2Rno5S { + margin-top:14px +} + +.popoutBottom-2GAFPg.arrowAlignmentMiddle-NBGtsX:before, +.popoutBottom-2GAFPg.arrowAlignmentTop-1yftWI:before, +.popoutBottomLeft-1pG8B4.arrowAlignmentMiddle-NBGtsX:before, +.popoutBottomLeft-1pG8B4.arrowAlignmentTop-1yftWI:before, +.popoutBottomRight-2Rno5S.arrowAlignmentMiddle-NBGtsX:before, +.popoutBottomRight-2Rno5S.arrowAlignmentTop-1yftWI:before { + left:50%; + bottom:100%; + border-bottom-color:#7289da; + margin-left:-8px +} + +.popoutBottom-2GAFPg.noArrow-2foL9g, +.popoutBottomLeft-1pG8B4.noArrow-2foL9g, +.popoutBottomRight-2Rno5S.noArrow-2foL9g { + margin-top:10px +} + +.popoutTop-3WSJtH, +.popoutTopRight-1lc8Mq { + margin-top:-14px +} + +.popoutTop-3WSJtH:before, +.popoutTopRight-1lc8Mq:before { + left:50%; + top:100%; + margin-left:-10px +} + +.popoutTop-3WSJtH:after, +.popoutTopRight-1lc8Mq:after { + left:50%; + top:100%; + margin-left:-8px +} + +.popoutTop-3WSJtH.noArrow-2foL9g, +.popoutTopRight-1lc8Mq.noArrow-2foL9g { + margin-bottom:10px +} + +.popoutTopLeft-3B0mFf { + margin-top:-14px +} + +.popoutTopLeft-3B0mFf:before { + right:50%; + top:100%; + margin-left:-10px +} + +.popoutTopLeft-3B0mFf:after { + right:50%; + top:100%; + margin-left:-8px +} + +.popoutTopLeft-3B0mFf.noArrow-2foL9g { + margin-bottom:10px +} + +.theme-light .popout-2iWAc- { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .popoutRight-1veHKi.arrowAlignmentMiddle-NBGtsX:before { + border-right-color:#fff +} + +.theme-light .popoutLeft-3aViER.arrowAlignmentMiddle-NBGtsX:before { + border-left-color:#fff +} + +.theme-light .popoutBottom-2GAFPg.arrowAlignmentMiddle-NBGtsX:before, +.theme-light .popoutBottom-2GAFPg.arrowAlignmentTop-1yftWI:before, +.theme-light .popoutBottomLeft-1pG8B4.arrowAlignmentMiddle-NBGtsX:before, +.theme-light .popoutBottomLeft-1pG8B4.arrowAlignmentTop-1yftWI:before, +.theme-light .popoutBottomRight-2Rno5S.arrowAlignmentMiddle-NBGtsX:before, +.theme-light .popoutBottomRight-2Rno5S.arrowAlignmentTop-1yftWI:before { + border-bottom-color:#fff +} + +.theme-light .popoutTop-3WSJtH:before, +.theme-light .popoutTopLeft-3B0mFf:before, +.theme-light .popoutTopRight-1lc8Mq:before { + border-top-color:rgba(0, + 0, + 0, + .08) +} + +.theme-light .popoutTop-3WSJtH:after, +.theme-light .popoutTopLeft-3B0mFf:after, +.theme-light .popoutTopRight-1lc8Mq:after { + border-top-color:#fff +} + +.theme-dark .popoutRight-1veHKi.arrowAlignmentMiddle-NBGtsX:before { + border-right-color:#18191c +} + +.theme-dark .popoutLeft-3aViER.arrowAlignmentMiddle-NBGtsX:before { + border-left-color:#18191c +} + +.theme-dark .popoutBottom-2GAFPg.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark .popoutBottom-2GAFPg.arrowAlignmentTop-1yftWI:before, +.theme-dark .popoutBottomLeft-1pG8B4.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark .popoutBottomLeft-1pG8B4.arrowAlignmentTop-1yftWI:before, +.theme-dark .popoutBottomRight-2Rno5S.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark .popoutBottomRight-2Rno5S.arrowAlignmentTop-1yftWI:before { + border-bottom-color:#18191c +} + +.theme-dark .popoutTop-3WSJtH:before, +.theme-dark .popoutTopLeft-3B0mFf:before, +.theme-dark .popoutTopRight-1lc8Mq:before { + border-top-color:rgba(0, + 0, + 0, + .1) +} + +.theme-dark .popoutTop-3WSJtH:after, +.theme-dark .popoutTopLeft-3B0mFf:after, +.theme-dark .popoutTopRight-1lc8Mq:after { + border-top-color:#18191c +} + +.theme-light.popoutRight-1veHKi.arrowAlignmentMiddle-NBGtsX:before { + border-right-color:#fff +} + +.theme-light.popoutLeft-3aViER.arrowAlignmentMiddle-NBGtsX:before { + border-left-color:#fff +} + +.theme-light.popoutBottom-2GAFPg.arrowAlignmentMiddle-NBGtsX:before, +.theme-light.popoutBottom-2GAFPg.arrowAlignmentTop-1yftWI:before, +.theme-light.popoutBottomLeft-1pG8B4.arrowAlignmentMiddle-NBGtsX:before, +.theme-light.popoutBottomLeft-1pG8B4.arrowAlignmentTop-1yftWI:before, +.theme-light.popoutBottomRight-2Rno5S.arrowAlignmentMiddle-NBGtsX:before, +.theme-light.popoutBottomRight-2Rno5S.arrowAlignmentTop-1yftWI:before { + border-bottom-color:#7289da +} + +.theme-light.popoutTop-3WSJtH:before, +.theme-light.popoutTopLeft-3B0mFf:before, +.theme-light.popoutTopRight-1lc8Mq:before { + border-top-color:rgba(0, + 0, + 0, + .08) +} + +.theme-light.popoutTop-3WSJtH:after, +.theme-light.popoutTopLeft-3B0mFf:after, +.theme-light.popoutTopRight-1lc8Mq:after { + border-top-color:#fff +} + +.theme-dark.popoutRight-1veHKi.arrowAlignmentMiddle-NBGtsX:before { + border-right-color:#18191c +} + +.theme-dark.popoutLeft-3aViER.arrowAlignmentMiddle-NBGtsX:before { + border-left-color:#18191c +} + +.theme-dark.popoutBottom-2GAFPg.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark.popoutBottom-2GAFPg.arrowAlignmentTop-1yftWI:before, +.theme-dark.popoutBottomLeft-1pG8B4.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark.popoutBottomLeft-1pG8B4.arrowAlignmentTop-1yftWI:before, +.theme-dark.popoutBottomRight-2Rno5S.arrowAlignmentMiddle-NBGtsX:before, +.theme-dark.popoutBottomRight-2Rno5S.arrowAlignmentTop-1yftWI:before { + border-bottom-color:#18191c +} + +.theme-dark.popoutTop-3WSJtH:before, +.theme-dark.popoutTopLeft-3B0mFf:before, +.theme-dark.popoutTopRight-1lc8Mq:before { + border-top-color:rgba(0, + 0, + 0, + .1) +} + +.theme-dark.popoutTop-3WSJtH:after, +.theme-dark.popoutTopLeft-3B0mFf:after, +.theme-dark.popoutTopRight-1lc8Mq:after { + border-top-color:#18191c +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg) { + border-radius:3px 3px 0 0 +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg)>* { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:reverse; + -ms-flex-direction:column-reverse; + flex-direction:column-reverse +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).arrowAlignmentMiddle-NBGtsX, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).arrowAlignmentTop-1yftWI { + border-radius:0 0 3px 3px +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTop-3WSJtH, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTopRight-1lc8Mq { + margin-top:-14px +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTop-3WSJtH.arrowAlignmentMiddle-NBGtsX:before, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTop-3WSJtH.arrowAlignmentTop-1yftWI:before, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTopRight-1lc8Mq.arrowAlignmentMiddle-NBGtsX:before, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTopRight-1lc8Mq.arrowAlignmentTop-1yftWI:before { + left:50%; + top:100%; + border-top-color:#7289da; + margin-left:-8px +} + +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTop-3WSJtH:after, +.popoutInvert-3TZnzz:not(.popoutBottom-2GAFPg).popoutTopRight-1lc8Mq:after { + visibility:hidden +} + +.noArrow-2foL9g:after, +.noArrow-2foL9g:before { + display:none +} + +.content-1nP7fx { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:16px; + border-radius:8px +} + +.contentNarrowWithMedia--qMz0o { + width:280px +} + +.contentNarrowNoMedia-Il01H1 { + width:280px +} + +.contentWideWithMedia-2q24e5 { + width:300px +} + +.contentWideNoMedia-22TIu6 { + width:300px +} + +.theme-dark .content-1nP7fx { + background-color:#18191c +} + +.theme-dark .leftArrow-fNTiNn:before { + border-right-color:#18191c +} + +.theme-dark .rightArrow-1u-p-_:before { + border-left-color:#18191c +} + +.theme-dark .contentNarrowNoMedia-Il01H1.topArrow-1B63md:before, +.theme-dark .contentWideNoMedia-22TIu6.topArrow-1B63md:before { + border-bottom-color:#fff +} + +.theme-light.content-1nP7fx, +.theme-light .content-1nP7fx { + background-color:#fff +} + +.theme-light.contentWithMedia-3YF06_, +.theme-light .contentWithMedia-3YF06_ { + border:1px solid rgba(185, + 187, + 190, + .3) +} + +.theme-light.leftArrow-fNTiNn:before, +.theme-light .leftArrow-fNTiNn:before { + border-right-color:#fff +} + +.theme-light.rightArrow-1u-p-_:before, +.theme-light .rightArrow-1u-p-_:before { + border-left-color:#fff +} + +.theme-light.contentNarrowMedia-W7SHxH.topArrow-1B63md:before, +.theme-light .contentNarrowNoMedia-Il01H1.topArrow-1B63md:before, +.theme-light.contentWideNoMedia-22TIu6.topArrow-1B63md:before, +.theme-light .contentWideNoMedia-22TIu6.topArrow-1B63md:before, +.theme-light.topArrow-1B63md:before, +.theme-light .topArrow-1B63md:before { + border-bottom-color:#fff +} + +.mediaContainer-1H1Z_r { + position:absolute; + top:-40px; + width:calc(100% - 32px) +} + +.background-2lsEHp { + position:absolute; + top:0; + left:0; + right:0 +} + +.theme-dark .background-2lsEHp { + color:#fff +} + +.theme-light.background-2lsEHp, +.theme-light .background-2lsEHp { + color:#000 +} + +.title-eQ0ZMf { + font-size:16px; + line-height:20px; + font-weight:600; + margin-bottom:4px +} + +.title-eQ0ZMf, +.title-eQ0ZMf { + color:var(--header-primary) +} + +.titleCenter-2bwbDI { + text-align:center +} + +.titleLeft-2erkAr { + text-align:left +} + +.body-2awMwV p, +div.body-2awMwV, +p.body-2awMwV { + font-size:14px; + font-weight:500; + color:var(--header-secondary); + line-height:18px; + margin-bottom:16px; + margin-top:0 +} + +strong { + font-weight:600 +} + +.buttonSkipCenterAlign-2kUfCH, +.buttonSkipLeftAlign-2Oe1kC { + padding-left:16px; + padding-right:16px; + color:var(--text-muted) +} + +.buttonSkipCenterAlign-2kUfCH { + margin-left:8px +} + +.bodyCenter-1ilK3X { + text-align:center +} + +.bodyLeft-3Dnrhp { + text-align:left +} + +.buttonContainer-lZQm0q { + margin-top:16px +} + +.container-2k0FnA { + position:relative; + top:-10px +} + +.container-1bog4s { + position:relative; + top:10px +} + +.container-om6VJQ { + position:relative +} + +.personAvatar-2_BWgA { + margin-top:20px +} + +.guildAvatar-335csq { + margin-top:-38px; + margin-left:193px +} + +.illustration-6eULCC { + position:absolute; + top:0; + left:50px +} + +.avatarSizeOverride-3xEJPs { + width:60px!important; + height:60px!important +} + +.icon-7Z466E { + margin:0 2px 4px; + vertical-align:middle +} + +.voiceConversationsTitle-2LSHDw { + margin-top:32px +} + +.writingMessagesTitle-3jhgwS { + margin-top:44px +} + +.organizeByTopicTitle-301ebv { + margin-top:40px +} + +.voiceChannelsTitle-3UxkpI { + margin-top:24px +} + +.channelsTitle-1-1-6I { + margin-top:90px +} + +.indicator-1afSc8 { + position:absolute; + z-index:999; + pointer-events:auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.animationContainer-C1kDfz { + position:relative; + width:36px; + height:36px; + -webkit-transition:opacity .2s ease-out; + transition:opacity .2s ease-out +} + +.animationContainer-C1kDfz.animating-1Fb05y { + opacity:1 +} + +.animationContainer-C1kDfz.notAnimating-2EIRej { + opacity:0 +} + +.top-3fo3zT { + position:absolute; + background:url(img/e1969c99c7929450baa3c88fab8e244c.svg) 50% no-repeat; + background-size:contain; + width:9px; + height:22px; + left:18.5px; + top:-10px +} + +.top-3fo3zT.animating-1Fb05y { + -webkit-animation:exclaim-loop-TJkd9E 1.5s ease-in-out infinite forwards; + animation:exclaim-loop-TJkd9E 1.5s ease-in-out infinite forwards +} + +.top-3fo3zT.notAnimating-2EIRej { + -webkit-animation:quick-fade-out-3IYyUm .2s forwards; + animation:quick-fade-out-3IYyUm .2s forwards +} + +.bottom-UE1eOv { + position:absolute; + background:url(img/91efb70de850b7180044d04def863f07.svg) 50% no-repeat; + background-size:contain; + width:8px; + height:8px; + left:14px; + top:14px +} + +.bottom-UE1eOv.animating-1Fb05y { + -webkit-animation:dot-loop-2Y4ENp 1.5s ease-in-out infinite forwards; + animation:dot-loop-2Y4ENp 1.5s ease-in-out infinite forwards +} + +.bottom-UE1eOv.notAnimating-2EIRej { + -webkit-animation:quick-fade-out-3IYyUm .2s forwards; + animation:quick-fade-out-3IYyUm .2s forwards +} + +.innerCircle-2Tsscg { + opacity:.1; + position:absolute; + background:url(img/5d7b0c4b2a82d63d829b6ea591853c22.svg) 50% no-repeat; + background-size:contain; + width:30px; + height:30px; + top:3px; + left:3px +} + +.innerCircle-2Tsscg.animating-1Fb05y { + opacity:.1; + -webkit-animation:inner-circle-loop-2ptEJN 1.5s infinite; + animation:inner-circle-loop-2ptEJN 1.5s infinite +} + +.innerCircle-2Tsscg.animating-1Fb05y.highPriority-2lg-eA { + -webkit-animation:inner-circle-loop-high-priority-2YYlba 1.5s infinite; + animation:inner-circle-loop-high-priority-2YYlba 1.5s infinite +} + +.innerCircle-2Tsscg.notAnimating-2EIRej { + -webkit-animation:quick-fade-out-3IYyUm .2s forwards; + animation:quick-fade-out-3IYyUm .2s forwards +} + +.outerCircle-2K0c82 { + opacity:.1; + position:absolute; + background:url(img/2cf1ec0c044e0a2bdf7d818a1c8a7101.svg) 50% no-repeat; + background-size:contain; + width:36px; + height:36px +} + +.outerCircle-2K0c82.animating-1Fb05y { + opacity:0; + -webkit-animation:outer-circle-loop-2tj-Tq 1.5s infinite; + animation:outer-circle-loop-2tj-Tq 1.5s infinite +} + +.outerCircle-2K0c82.animating-1Fb05y.highPriority-2lg-eA { + -webkit-animation:outer-circle-loop-high-priority-26WkDY 1.5s infinite; + animation:outer-circle-loop-high-priority-26WkDY 1.5s infinite +} + +.outerCircle-2K0c82.notAnimating-2EIRej { + -webkit-animation:quick-fade-out-3IYyUm .2s forwards; + animation:quick-fade-out-3IYyUm .2s forwards +} + +@-webkit-keyframes exclaim-loop-TJkd9E { + 0% { + top:-10px + } + + 21% { + top:-14px + } + + 46%, + 51% { + top:-10px + } + + 72% { + top:-14px + } + + to { + top:-10px + } + +} + +@keyframes exclaim-loop-TJkd9E { + 0% { + top:-10px + } + + 21% { + top:-14px + } + + 46%, + 51% { + top:-10px + } + + 72% { + top:-14px + } + + to { + top:-10px + } + +} + +@-webkit-keyframes dot-loop-2Y4ENp { + 0% { + top:14px + } + + 19% { + top:9px + } + + 44%, + 49% { + top:14px + } + + 70% { + top:9px + } + + 95%, + to { + top:14px + } + +} + +@keyframes dot-loop-2Y4ENp { + 0% { + top:14px + } + + 19% { + top:9px + } + + 44%, + 49% { + top:14px + } + + 70% { + top:9px + } + + 95%, + to { + top:14px + } + +} + +@-webkit-keyframes inner-circle-loop-2ptEJN { + 0% { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 42% { + opacity:.25; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@keyframes inner-circle-loop-2ptEJN { + 0% { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 42% { + opacity:.25; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@-webkit-keyframes outer-circle-loop-2tj-Tq { + 0% { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 51% { + opacity:.2; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@keyframes outer-circle-loop-2tj-Tq { + 0% { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 51% { + opacity:.2; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@-webkit-keyframes inner-circle-loop-high-priority-2YYlba { + 0% { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 42% { + opacity:.5; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@keyframes inner-circle-loop-high-priority-2YYlba { + 0% { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 42% { + opacity:.5; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:.1; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@-webkit-keyframes outer-circle-loop-high-priority-26WkDY { + 0% { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 51% { + opacity:.4; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@keyframes outer-circle-loop-high-priority-26WkDY { + 0% { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + + 51% { + opacity:.4; + -webkit-transform:scale(.9); + transform:scale(.9) + } + + to { + opacity:0; + -webkit-transform:scale(1.1); + transform:scale(1.1) + } + +} + +@-webkit-keyframes quick-fade-out-3IYyUm { + to { + opacity:0 + } + +} + +@keyframes quick-fade-out-3IYyUm { + to { + opacity:0 + } + +} + +.image-3AuVz1 { + background-position:50%; + background-repeat:no-repeat; + background-size:cover +} + +.theme-dark .image-3AuVz1 { + background-image:url(img/1eed0d895df6e35f164d8ed5e84037d2.svg) +} + +.theme-light .image-3AuVz1 { + background-image:url(img/f899de04ecfface32db505c74a6fd351.svg) +} + +.searchBar-1FaHXw { + background-color:var(--background-secondary); + border:1px solid var(--background-tertiary); + margin-bottom:8px +} + +.modalRoot-2m5tXx { + height:478px +} + +.button-3dsb8k { + margin-left:8px +} + +.header-2TZe19 { + margin-top:16px +} + +.headerSubtitle-2pkm7y { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerSubtitleIcon-35rx5e { + padding-right:4px +} + +.content-3JiERV { + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + height:100% +} + +.searchBox-2U8-yR { + padding:0 16px 12px +} + +.roleMemberList-3mYYYB { + margin:0 +} + +.addMemberRow-3-w-9X { + margin-left:12px; + margin-right:4px; + padding:8px 6px; + border-radius:4px; + cursor:pointer +} + +.addMemberRow-3-w-9X.selectedRow-1QP7qb { + background-color:var(--background-modifier-selected) +} + +.checkboxLabel-3ZBKMU { + padding-left:8px +} + +.rowHeight-5gIjky { + height:24px +} + +.rowLabel-2Ttg81 { + margin-left:8px; + margin-right:4px; + font-weight:500 +} + +.rowLabelSubText-35LqC- { + margin-left:4px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis +} + +.sectionTitle-2PYny6 { + color:var(--text-normal); + padding-top:8px; + padding-left:16px +} + +.noResultIcon-1bkvDZ { + margin-bottom:16px; + width:85px; + height:85px +} + +.theme-dark .scrollSeparator-2w4X2o { + -webkit-box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3); + box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3) +} + +.theme-light .scrollSeparator-2w4X2o { + -webkit-box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3); + box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3) +} + +.container-jSV3OF { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:4px; + font-weight:500; + padding:8px; + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.fontSize14-1tusjs { + font-size:14px; + line-height:18px +} + +.fontSize16-2ItDSF { + font-size:16px; + line-height:20px +} + +.icon-1jlFSw { + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.text-2J5crT { + margin-left:10px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -ms-flex-item-align:center; + align-self:center +} + +.text-2J5crT p { + margin:0 +} + +.text-2J5crT p~p { + margin-top:8px +} + +.warning-3C2pOH { + background:var(--background-help-warning); + border:1px solid #faa61a; + color:var(--interactive-active) +} + +.warning-3C2pOH .icon-1jlFSw { + color:#faa61a +} + +.info-1rdF5A { + background:var(--background-help-info); + border:1px solid var(--text-link); + color:var(--interactive-active) +} + +.info-1rdF5A .icon-1jlFSw { + color:var(--text-link) +} + +.error-c-8XMu { + background:rgba(240, + 71, + 71, + .1); + border:1px solid #f04747; + color:var(--interactive-active) +} + +.error-c-8XMu .icon-1jlFSw { + color:#f04747 +} + +.modal-2VIBV8 { + width:440px +} + +.modalContent-N6GsWH { + max-height:480px +} + +.footer-1oJbSA { + padding:20px +} + +.icon-3pNFyS { + opacity:.6; + margin-right:6px; + fill:#b9bbbe +} + +.header-3nFfBB { + margin-top:16px; + margin-bottom:16px +} + +.headerSubtitle-KRA6bs { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerSubtitleIcon-1fMNRd { + padding-right:4px +} + +.closeButton-20eBet { + position:absolute; + top:-4px; + right:8px +} + +.modalTitle-1Ymoer { + font-weight:700 +} + +.sectionTitle-39SH0_ { + color:var(--text-normal); + margin-bottom:8px +} + +.clone-14QU8p { + opacity:.6 +} + +.foreground-SshK2E { + opacity:1 +} + +.background-6FOJIb { + opacity:.6 +} + +.inputWrapper-24Isu7 { + position:relative +} + +.inputInner-2UxuB6 { + padding-left:28px +} + +.inputPrefix-1gzNds { + position:absolute; + top:12px; + left:8px; + color:var(--text-normal) +} + +.switchIcon-_4Efyi { + position:relative; + top:2px; + width:16px; + height:16px; + display:inline-block; + opacity:.6; + margin-right:3px +} + +.channelTypeDescription-7YNNIr, +.storeChannelOptionSelector-2rFIBx { + margin-bottom:20px +} + +.username-2PcCVD { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-left:8px; + font-size:16px; + line-height:20px +} + +.emptyRoles-39tqQo { + margin-top:16px; + margin-bottom:16px +} + +.owner-2uUH68 { + margin-top:8px +} + +.addMembersContainer-8K9nhE { + height:380px; + overflow:hidden; + padding:0 0 0 8px +} + +.addMemberError-1Rvepg { + padding-left:8px; + padding-right:8px +} + +.createError-1820x- { + margin:16px +} + +.theme-dark .cloneInfo-1OC_Ee strong, +.theme-dark .subtitle-3csUrC { + color:#b9bbbe +} + +.theme-light .cloneInfo-1OC_Ee strong { + color:#36393f +} + +.theme-light .subtitle-3csUrC { + color:#72767d +} + +.button-2CgfFz { + text-indent:-9999em; + overflow:hidden; + cursor:pointer; + width:24px; + height:24px; + background-position:50% 50%; + background-repeat:no-repeat; + border-radius:50%; + -webkit-transition:opacity .1s ease-in-out, + -webkit-box-shadow .1s ease-in-out, + -webkit-transform .2s ease; + transition:opacity .1s ease-in-out, + -webkit-box-shadow .1s ease-in-out, + -webkit-transform .2s ease; + transition:opacity .1s ease-in-out, + box-shadow .1s ease-in-out, + transform .2s ease; + transition:opacity .1s ease-in-out, + box-shadow .1s ease-in-out, + transform .2s ease, + -webkit-box-shadow .1s ease-in-out, + -webkit-transform .2s ease +} + +.button-2CgfFz:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.default-3oAQTF { + background-image:url(img/9b1b76abb59b5c8a41daea1342f2138a.svg) +} + +.filled-1iCBCZ { + background-image:url(img/eb69ec9fdd30653a3ade1ab501a7cd3d.svg); + background-color:#f04747 +} + +.filled-1iCBCZ:hover { + background-color:#f15454 +} + +.theme-light .button-2CgfFz { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 1px 5px rgba(0, + 0, + 0, + .2) +} + +.theme-light .button-2CgfFz:hover { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .default-3oAQTF { + background-color:#fff +} + +.theme-light .default-3oAQTF:hover { + background-color:#f5f5f5 +} + +.theme-dark .button-2CgfFz { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .button-2CgfFz:hover { + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .default-3oAQTF { + background-color:#36393f +} + +.theme-dark .default-3oAQTF:hover { + background-color:#44474c +} + +.lighten-2aYaaU { + opacity:.3 +} + +.wrapper-1U5SlS { + position:relative; + overflow:hidden +} + +.icon-JJBzjE { + -ms-flex-item-align:center; + align-self:center; + min-width:16px +} + +.title-1B76a1 { + margin:0 4px +} + +.subtitle-2yP_Eh, +.title-1B76a1 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.subtitle-2yP_Eh { + min-width:48px; + color:var(--text-normal) +} + +.spacing-3SKozy { + margin-bottom:20px +} + +.smallSpacing-2Dn-1F { + margin-bottom:8px +} + +.largeSpacing-304iPU { + margin-bottom:40px; + margin-top:8px +} + +.lighten-kLb06a { + opacity:.6 +} + +.marginReset-Mol2dw { + margin:0 +} + +.checkboxContainer-2vV9zd { + position:relative +} + +.checkboxContainer-2vV9zd:before { + content:""; + position:absolute; + top:0; + left:-26px; + width:1px; + height:100% +} + +.checkboxMute-14hTGS { + position:relative +} + +.checkboxMute-14hTGS:before { + content:""; + position:absolute; + top:-16px; + left:-26px; + right:-26px; + bottom:-16px; + background-color:rgba(0, + 0, + 0, + .1) +} + +.checkboxContainerMuted-1HFenf { + opacity:.3 +} + +.muteUntilTitle-2kU0Z4 { + margin:0 +} + +.muteUntilText-2BkKag { + color:var(--header-secondary) +} + +.muteTimeSelector-3WrM7K { + -webkit-box-flex:0; + -ms-flex:0 0 50%; + flex:0 0 50% +} + +.checkboxGroup-Z7AmuU { + width:300px +} + +.overrideList-Xc_VCf { + padding-bottom:12px +} + +.override-2YgiXd, +.overrideHighlight-YPcBxt { + margin-bottom:8px; + position:relative; + padding:10px 0 10px 10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-transition:background-color .1s ease-in-out; + transition:background-color .1s ease-in-out +} + +.override-2YgiXd:focus-within .removeOverride-2sdvVX, +.override-2YgiXd:hover .removeOverride-2sdvVX, +.overrideHighlight-YPcBxt:focus-within .removeOverride-2sdvVX, +.overrideHighlight-YPcBxt:hover .removeOverride-2sdvVX { + opacity:1 +} + +.overridePlaceholder-14_rPI { + margin-bottom:8px; + height:56px; + border-radius:3px; + text-align:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.iconContainer-2h8jYA { + height:20px +} + +.header-3Uqp87, +.overrideHeader-367JNH { + color:var(--text-normal) +} + +.header-3Uqp87 { + margin-bottom:8px +} + +.headerName-2n9eUZ { + margin-left:8px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.headerOption-3qo9Ph { + cursor:default; + text-align:center; + width:75px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.removeOverride-2sdvVX { + position:absolute; + top:-12px; + right:-12px; + opacity:0 +} + +.channelNameCategory-mxHe-m { + font-weight:500; + opacity:.3; + font-size:11px +} + +.theme-dark .channelName-28iMRJ { + color:#f6f6f7 +} + +.theme-dark .guildName-3WI6ml, +.theme-dark .override-2YgiXd, +.theme-dark .overrideHighlight-YPcBxt { + color:#b9bbbe +} + +.theme-dark .override-2YgiXd:hover { + background-color:rgba(32, + 34, + 37, + .1) +} + +.theme-dark .overrideHighlight-YPcBxt, +.theme-dark .overrideHighlight-YPcBxt:hover { + background-color:rgba(32, + 34, + 37, + .3) +} + +.theme-dark .checkboxContainer-2vV9zd:before { + background-color:rgba(32, + 34, + 37, + .6) +} + +.theme-dark .overridePlaceholder-14_rPI { + border:1px dashed #18191c +} + +.theme-light .channelName-28iMRJ { + color:#4f545c +} + +.theme-light .guildName-3WI6ml, +.theme-light .override-2YgiXd, +.theme-light .overrideHighlight-YPcBxt { + color:#72767d +} + +.theme-light .override-2YgiXd:hover { + background-color:rgba(246, + 246, + 247, + .1) +} + +.theme-light .overrideHighlight-YPcBxt, +.theme-light .overrideHighlight-YPcBxt:hover { + background-color:rgba(246, + 246, + 247, + .3) +} + +.theme-light .checkboxContainer-2vV9zd:before { + background-color:rgba(220, + 221, + 222, + .6) +} + +.theme-light .overridePlaceholder-14_rPI { + border:1px dashed #b9bbbe +} + +.content-191BxG { + padding-top:16px +} + +.left-3d-3Co { + -webkit-transform:rotate(270deg); + transform:rotate(270deg) +} + +.right-1C2enk { + -webkit-transform:rotate(90deg); + transform:rotate(90deg) +} + +.down-15EnQ5 { + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.notice-3bPHh- { + font-size:14px; + line-height:36px; + font-weight:500; + text-align:center; + position:relative; + padding-left:4px; + padding-right:28px; + z-index:101; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + /* border-radius:8px 0 0; */ + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.notice-3bPHh- strong { + font-weight:600 +} + +.platform-osx .notice-3bPHh- { + -webkit-app-region:drag +} + +.colorDefault-22HBa0 { + background-color:#f26522; + color:#fff +} + +.colorDefault-22HBa0 .button-2DhvE9:hover { + color:#f26522 +} + +.colorNeutral-3uXvGN { + background-color:var(--background-accent); + color:#fff +} + +.colorNeutral-3uXvGN .button-2DhvE9:hover { + color:#222 +} + +.colorDownload-3uiTFS { + background-color:#7289da; + color:#fff +} + +.colorDownload-3uiTFS .button-2DhvE9:hover { + color:#7289da +} + +.colorNotification-GG3eAb { + background-color:#2e7b58; + color:#fff +} + +.colorNotification-GG3eAb .button-2DhvE9 { + font-weight:600 +} + +.colorNotification-GG3eAb .button-2DhvE9:hover { + color:#2e7b58 +} + +.colorDark-1yVQpk { + background-color:#202225; + color:#fff +} + +.colorDark-1yVQpk .button-2DhvE9:hover { + color:#202225 +} + +.colorPremium--X5Fw0 { + color:#fff +} + +.colorPremiumTier1-3D7SPt { + background-image:-webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#738ef5)); + background-image:linear-gradient(270deg, + #b3aeff, + #738ef5) +} + +.colorPremiumTier1-3D7SPt .button-2DhvE9:hover { + color:#7289da +} + +.colorPremiumTier2-dCdap5 { + background-image:-webkit-gradient(linear, + right top, + left top, + from(#e292aa), + to(#b473f5)); + background-image:linear-gradient(270deg, + #e292aa, + #b473f5) +} + +.colorPremiumTier2-dCdap5 .button-2DhvE9:hover { + color:#e292aa +} + +.colorInfo-2URYW5 { + background-color:#4a90e2; + color:#fff +} + +.colorInfo-2URYW5 .button-2DhvE9:hover { + color:#4a90e2 +} + +.colorSuccess-1hnbW2 { + background-color:#43b581; + color:#fff +} + +.colorSuccess-1hnbW2 .button-2DhvE9:hover { + color:#43b581 +} + +.colorDanger-4gmAY0 { + background-color:#f04747; + color:#fff +} + +.colorDanger-4gmAY0 .button-2DhvE9:hover { + color:#f04747 +} + +.colorStreamerMode-2SJAUN { + background-color:#593695; + color:#fff +} + +.colorStreamerMode-2SJAUN .button-2DhvE9:hover { + color:#593695 +} + +.colorSpotify-2L6XRq { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:#1db954; + color:#fff +} + +.colorSpotify-2L6XRq .platformIcon-cDJOOu { + margin-top:0; + width:24px; + height:24px +} + +.colorSpotify-2L6XRq .button-2DhvE9 { + top:0; + margin-left:20px +} + +.colorSpotify-2L6XRq .button-2DhvE9:hover { + color:#1db954 +} + +.colorBrand-2zeG8h { + background-color:#7289da; + color:#fff +} + +.colorBrand-2zeG8h .button-2DhvE9:hover { + color:#7289da +} + +.colorCustom-1ND3UM .button-2DhvE9:hover { + color:#222 +} + +.closeButton-3cJIM4 { + position:absolute; + top:0; + right:0; + width:36px; + height:36px; + background:url(img/7731c77d99babca1a8faec204d98c380.svg) no-repeat; + background-position:50% 55%; + background-size:10px 10px; + opacity:.5; + -webkit-transition:opacity .2s; + transition:opacity .2s; + cursor:pointer; + -webkit-app-region:no-drag +} + +.closeButton-3cJIM4:hover { + opacity:1 +} + +.button-2DhvE9 { + font-size:14px; + font-weight:500; + position:relative; + top:6px; + border:1px solid; + color:#fff; + border-radius:3px; + height:24px; + padding:0 10px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:inline-block; + vertical-align:top; + margin-left:10px; + line-height:22px; + -webkit-transition:background-color .2s ease, + color .2s ease, + border-color .2s ease; + transition:background-color .2s ease, + color .2s ease, + border-color .2s ease; + -webkit-app-region:no-drag +} + +.button-2DhvE9.buttonMinor-3mkvIP { + border:none; + text-decoration:underline +} + +.theme-dark .button-2DhvE9, +.theme-light .button-2DhvE9 { + border-color:hsla(0, + 0%, + 100%, + .25); + background-color:transparent +} + +.theme-dark .button-2DhvE9:hover, +.theme-light .button-2DhvE9:hover { + border-color:#fff; + background-color:#fff +} + +.container-3LUQwT { + margin-top:4px; + padding:8px 8px 4px; + background-color:var(--background-floating); + border-radius:4px; + overflow:hidden; + max-width:176px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.search-3Zwf_3 { + margin:0 8px 8px +} + +.roles-2tZ5Iq { + max-height:300px; + overflow-y:scroll; + padding:0 8px 8px +} + +.role-3ulsK- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + padding:8px; + border-radius:4px; + cursor:pointer; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.role-3ulsK-:hover { + background-color:var(--background-secondary) +} + +.role-3ulsK-.disabled-1khnx0 { + opacity:.5 +} + +.role-3ulsK-.disabled-1khnx0:hover { + background-color:var(--background-floating) +} + +.label-25LDOX { + font-size:14px; + line-height:18px; + color:var(--text-normal); + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-right:8px; + font-weight:500 +} + +.iconContainer-1zobSR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:16px; + width:16px; + border:2px solid var(--interactive-normal); + border-radius:4px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.iconContainer-1zobSR.checked-1Fij_T { + background-color:#7289da; + border-color:#7289da +} + +.settingsWrapper-2iONE6 { + position:absolute; + top:0; + right:0; + z-index:2000; + width:100%; + background-color:#4e5d94 +} + +.settingsWrapper-2iONE6.osx-1StahX .backButton-1Nt8WU { + margin-left:76px +} + +.settingsWrapper-2iONE6.windows-KnfE1Y { + top:22px +} + +.settingsWrapper-2iONE6.windows-KnfE1Y .backButton-1Nt8WU { + margin-left:0 +} + +.notice-1tZwqv { + background-color:#4e5d94; + color:#fff; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -ms-flex-align:center; + height:40px; + padding:0 8px +} + +.notice-1tZwqv, +.noticeContents-F1kZZo { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + align-items:center +} + +.noticeContents-F1kZZo { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -ms-flex-align:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.noticeText-28B2fH { + font-weight:600; + margin-right:16px +} + +.button-3Ijpww { + font-size:12px; + line-height:16px; + font-weight:600; + padding:4px 8px; + height:-webkit-fit-content; + height:-moz-fit-content; + height:fit-content; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.button-3Ijpww:hover { + background-color:#687dc6 +} + +.buttonInner-3xzx0A { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.backArrow-3PQd6V { + margin-right:8px +} + +.selectCaret-13yrd3 { + margin-left:8px +} + +.header-2RyJ0Y, +.item-PXvHYJ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -ms-flex-negative:0; + flex-shrink:0; + font-weight:500 +} + +.header-2RyJ0Y { + font-size:12px; + font-weight:700; + line-height:16px; + color:var(--channels-default) +} + +.item-PXvHYJ { + position:relative; + font-size:16px; + line-height:20px; + cursor:pointer +} + +.themed-OHr7kt.item-PXvHYJ { + color:var(--interactive-normal) +} + +.themed-OHr7kt.item-PXvHYJ:hover { + color:var(--interactive-hover) +} + +.themed-OHr7kt.item-PXvHYJ:active { + color:var(--interactive-active) +} + +.separator-gCa7yv { + background-color:var(--background-modifier-accent) +} + +.selected-3s45Ha.item-PXvHYJ, +.selected-3s45Ha.item-PXvHYJ:hover { + cursor:default; + color:var(--interactive-active) +} + +.selected-3s45Ha { + cursor:default +} + +.disabled-1Hwwfb.item-PXvHYJ, +.disabled-1Hwwfb.item-PXvHYJ:hover { + cursor:default; + color:var(--interactive-muted) +} + +.side-8zPYf6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.side-8zPYf6 .header-2RyJ0Y, +.side-8zPYf6 .item-PXvHYJ { + padding:6px 10px +} + +.side-8zPYf6 .header-2RyJ0Y:first-child { + padding-top:0 +} + +.side-8zPYf6 .item-PXvHYJ { + padding-top:6px; + padding-bottom:6px; + margin-bottom:2px; + border-radius:4px +} + +.side-8zPYf6 .separator-gCa7yv { + margin:8px 10px; + height:1px +} + +.top-28JiJ- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.top-28JiJ- .item-PXvHYJ { + border-bottom:2px solid transparent +} + +.top-28JiJ- .themed-OHr7kt.item-PXvHYJ:hover { + border-bottom-color:var(--interactive-hover) +} + +.top-28JiJ- .selected-3s45Ha.themed-OHr7kt.item-PXvHYJ, +.top-28JiJ- .themed-OHr7kt.item-PXvHYJ:active { + border-bottom-color:var(--interactive-active) +} + +.topPill-30KHOu { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.topPill-30KHOu .item-PXvHYJ { + border-radius:4px; + margin:0 8px; + padding:2px 8px +} + +.topPill-30KHOu .separator-gCa7yv { + width:1px +} + +.side-8zPYf6 .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb), +.topPill-30KHOu .themed-OHr7kt.item-PXvHYJ:hover:not(.disabled-1Hwwfb) { + background-color:var(--background-modifier-hover) +} + +.side-8zPYf6 .themed-OHr7kt.item-PXvHYJ:active:not(.disabled-1Hwwfb), +.topPill-30KHOu .themed-OHr7kt.item-PXvHYJ:active:not(.disabled-1Hwwfb) { + background-color:var(--background-modifier-active) +} + +.side-8zPYf6 .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ, +.topPill-30KHOu .themed-OHr7kt.selected-3s45Ha.item-PXvHYJ { + background-color:var(--background-modifier-selected) +} + +.standardSidebarView-3F1I7i { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + z-index:101; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + background-color:var(--background-primary) +} + +.standardSidebarView-3F1I7i, +.standardSidebarView-3F1I7i * { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.platform-win .standardSidebarView-3F1I7i { + top:22px +} + +.platform-osx .standardSidebarView-3F1I7i:before { + content:""; + position:fixed; + top:0; + left:0; + right:0; + height:22px; + z-index:10; + -webkit-app-region:drag +} + +.sidebarRegion-VFTUkN { + -ms-flex:1 0 218px; + flex:1 0 218px; + z-index:1; + -ms-flex-pack:end +} + +.sidebarRegion-VFTUkN, +.sidebarRegionScroller-3MXcoP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -webkit-box-pack:end; + justify-content:flex-end +} + +.sidebarRegionScroller-3MXcoP { + -ms-flex:1 0 auto; + flex:1 0 auto; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -ms-flex-pack:end; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + background:var(--background-secondary) +} + +.sidebar-CFHs9e { + width:218px; + padding:60px 6px 60px 20px +} + +.contentTransitionWrap-3hqOEW { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + height:100% +} + +.contentRegionScroller-26nc1e { + height:100%; + position:static; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + overflow-x:hidden; + background-color:var(--background-primary) +} + +.contentRegionScroller-26nc1e .toolsContainer-1edPuj { + margin-right:21px +} + +.contentRegionScroller-26nc1e .tools-3-3s-N { + position:fixed +} + +.contentRegion-3nDuYy { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 800px; + flex:1 1 800px; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + background:var(--background-primary) +} + +.contentColumn-2hrIYH, +.customColumn-Rb6toI { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + max-width:740px; + min-width:460px; + min-height:100% +} + +.contentColumnDefault-1VQkGM { + position:relative; + padding:60px 40px 80px +} + +.contentColumnMinimal-2iX-kP { + padding-right:40px +} + +.customHeader-PhBRGa { + padding-top:60px +} + +.customColumn-Rb6toI { + padding-bottom:0 +} + +.customContainer-1RHXqt { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + overflow:hidden +} + +.customScroller-26gWhv { + position:static; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:block +} + +.customScroller-26gWhv>div { + margin-left:40px; + margin-right:97px; + max-width:660px; + min-width:404px +} + +.noticeRegion-1YviSH { + position:absolute; + bottom:0; + left:0; + right:71px; + max-width:740px; + padding:0 20px 20px; + z-index:2 +} + +.toolsContainer-1edPuj { + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 36px; + flex:0 0 36px; + margin-right:35px; + width:60px; + padding-top:60px +} + +.theme-light .customContainer-1RHXqt:before { + -webkit-box-shadow:0 1px 4px rgba(0, + 0, + 0, + .1); + box-shadow:0 1px 4px rgba(0, + 0, + 0, + .1); + border-bottom:1px solid rgba(0, + 0, + 0, + .1) +} + +.theme-dark .customContainer-1RHXqt:before { + -webkit-box-shadow:0 1px 4px rgba(0, + 0, + 0, + .2); + box-shadow:0 1px 4px rgba(0, + 0, + 0, + .2); + border-bottom:1px solid rgba(0, + 0, + 0, + .2) +} + +.badge-_BgAUQ { + background-color:#f04747; + color:#fff; + border-radius:15px; + padding:0 4px; + font-size:12px; + text-transform:uppercase +} + +.card-3uOWw3 { + padding:10px; + line-height:20px +} + +.warning-3AwWn_ { + color:#fff +} + +.pageControlContainer-eP-SVd { + bottom:0; + width:100%; + margin-top:16px +} + +.pageControl-xGOf_S { + margin:auto; + padding:4px 0 +} + +.pageButton-2ruNwd, +.pageControl-xGOf_S { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:-webkit-min-content; + width:-moz-min-content; + width:min-content +} + +.pageButton-2ruNwd { + font-weight:600; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:28px; + min-width:28px; + padding:6px; + margin:4px; + cursor:pointer; + color:var(--header-primary) +} + +.pageButton-2ruNwd:hover { + color:var(--interactive-hover); + background-color:var(--background-secondary-alt) +} + +.roundButton-CEHyUp { + min-width:28px; + border-radius:14px +} + +.endButton-m5h5Sr { + padding:0 8px +} + +.endButton-m5h5Sr:first-child { + padding-right:12px +} + +.endButton-m5h5Sr:last-child { + padding-left:12px +} + +.endButtonInner-36a1wi { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.gap-3lIf-M { + width:28px; + margin:8px 4px; + text-align:center; + color:var(--text-normal) +} + +.iconCaret-291Y5V { + display:inline-block; + width:1em; + height:1em +} + +.iconCaret-291Y5V:first-child { + margin-right:4px +} + +.iconCaret-291Y5V:last-child { + margin-left:4px +} + +.theme-dark .activeButton-rvKcqq, +.theme-dark .activeButton-rvKcqq:hover, +.theme-light .activeButton-rvKcqq, +.theme-light .activeButton-rvKcqq:hover { + color:#fff; + background-color:#7289da +} + +.guildJoinRequestRow-35c262 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-bottom:1px solid var(--background-modifier-accent); + cursor:pointer +} + +.guildJoinRequestRow-35c262:hover { + background-color:var(--background-secondary); + border-radius:4px +} + +.guildJoinRequestRow-35c262:last-of-type { + border-bottom:none +} + +.inline-yu1eCu { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.spacer-i52oV7 { + margin-right:16px +} + +.status-M_uKgm { + background-color:var(--background-secondary); + padding:2px 8px; + border-radius:8px +} + +.status-M_uKgm.approved-1ruTYe { + background-color:#43b581 +} + +.status-M_uKgm.rejected-pJ_kU_ { + background-color:#f04747 +} + +.caret-2lmaKa { + background-color:var(--background-tertiary); + padding:8px; + border-radius:50%; + width:32px; + height:32px; + color:var(--header-secondary) +} + +.search-3VWz2t { + margin-bottom:16px +} + +.emptyContainer-yF7VLv { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.emptyContainer-yF7VLv, +.emptyIcon-1-fUj8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.emptyIcon-1-fUj8 { + height:90px; + margin-top:84px; + margin-bottom:24px +} + +.checkmark-2JmSeu { + background-color:var(--background-tertiary); + color:var(--interactive-normal); + border-radius:50%; + width:80px; + height:80px; + padding:16px; + -ms-flex-item-align:center; + align-self:center +} + +.star-eymo6_ { + color:#ffd01a; + width:12px; + height:12px; + -ms-flex-item-align:end; + align-self:flex-end; + margin:0 2px +} + +.plus-1EbKzu { + color:#5ae6dc; + width:20px; + height:20px +} + +.emptyBody-GDvh5u { + margin-top:8px +} + +.fetchingSpinner-3F97LU { + margin-top:48px; + margin-bottom:48px +} + +.spacedButton-a-GPe4 { + margin:0 8px +} + +.body-3grkQa { + margin-bottom:16px +} + +.close-2okGrS { + position:absolute; + top:16px; + right:16px; + padding:0; + height:24px; + z-index:2 +} + +.modal-1HIJ4q { + min-height:unset; + max-height:100% +} + +.headerText-ldXsZJ { + margin-bottom:16px +} + +.modalContent-MfAPtc { + padding:16px +} + +.addItemButton-1lC30o { + margin-top:8px +} + +.dragging-1GRizT { + opacity:.6 +} + +.draggableInputContainer-2IHkcW { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-right:-8px +} + +.inputWrapper-2a6F8U { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse; + position:relative; + margin-bottom:12px +} + +.inputWrapper-2a6F8U:hover .clearButton-2akzBa { + opacity:1 +} + +.inputWrapper-2a6F8U:hover .rulesInputNumber-1n2j7c { + opacity:0 +} + +.rulesInputNumber-1n2j7c { + position:absolute; + top:11px; + left:8px; + line-height:24px; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.rulesTextAreaInput-2aGfKB { + padding-left:16px; + border-radius:4px; + background-color:var(--background-secondary-alt); + border:1px solid var(--background-tertiary); + white-space:pre-wrap +} + +.clearButton-2akzBa { + position:absolute; + top:12px; + left:8px; + color:var(--interactive-normal); + opacity:0; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + z-index:2 +} + +.clearButton-2akzBa:focus, +.clearButton-2akzBa:hover { + opacity:1 +} + +.clearButton-2akzBa:focus~.rulesInputNumber-1n2j7c, +.clearButton-2akzBa:hover~.rulesInputNumber-1n2j7c { + opacity:0 +} + +.clearButtonRight--vP5QI { + left:unset; + right:8px +} + +.clearIcon-1_xlaH { + width:16px; + height:16px +} + +.dragContainer-2EVQ7N { + padding:8px; + cursor:move +} + +.dragIcon-1dICoF { + color:var(--interactive-normal) +} + +.divider-3M6rki { + height:1px; + background-color:var(--background-modifier-accent); + margin:16px 0 +} + +.exampleRule-32tIs5 { + cursor:pointer; + background-color:var(--background-secondary-alt); + border-radius:4px; + padding:8px; + margin:0 8px 8px 0 +} + +.exampleRule-32tIs5.disabled-2Owor3 { + cursor:not-allowed; + opacity:.8 +} + +.errorText-2qUDB7 { + margin-top:8px +} + +.cancelButton-2XkGpw { + margin-right:8px +} + +.spacedItem-350nB_ { + margin-bottom:16px +} + +.characterCount-39ID2T { + font-size:12px; + right:12px; + height:32px +} + +.addFieldButtonsContainer-2ecRcx { + width:160px; + margin-right:32px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.addFieldRow-3_brle { + margin:20px 0; + font-weight:600 +} + +.addFieldButton-LieBLO { + cursor:pointer +} + +.disabled-3rsGZ1 { + opacity:.2 +} + +.icon-1CGepy { + padding:4px; + border-radius:4px; + background-color:var(--background-secondary); + margin-right:8px; + color:var(--interactive-normal) +} + +.iconBackground-2OK4vl { + fill:var(--background-secondary) +} + +.previewContainer-12Libf { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + width:508px +} + +.editableFieldsContainer-1LYE1s { + margin-right:-40px; + width:508px +} + +.formPreview-JBqQAX { + background-color:var(--background-secondary); + border-radius:8px; + padding:16px +} + +.editableFormFieldWrapper-S6Tyfh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-bottom:8px +} + +.editableFormFieldWrapper-S6Tyfh:hover .editButtonsWrapper-Jj1cFn { + visibility:visible +} + +.dragging-3XbwTj { + opacity:.5 +} + +.draggableWrapper-1MSRt5 { + z-index:2; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden +} + +.draggableWrapper-1MSRt5 * { + cursor:move +} + +.editButtonsWrapper-Jj1cFn { + margin-left:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + visibility:hidden +} + +.editButton-1MavoF { + cursor:pointer; + background-color:var(--background-secondary); + padding:8px; + border-radius:50%; + margin-bottom:8px; + color:var(--interactive-normal) +} + +.editButton-1MavoF:focus, +.editButton-1MavoF:hover { + color:var(--interactive-active) +} + +.editButtonDisabled-1F2FLU { + cursor:default +} + +.editButtonDisabled-1F2FLU, +.editButtonDisabled-1F2FLU:focus, +.editButtonDisabled-1F2FLU:hover { + color:var(--interactive-muted) +} + +.getStartedWrapper-2AGgRZ { + width:100%; + background-color:var(--background-secondary); + border-radius:8px; + padding:24px 16px; + margin:0; + text-align:center +} + +.getStartedIcon-3v4RyG, +.getStartedSubtitle-260-IP { + margin-bottom:16px +} + +.getStartedTitle-2nDca2 { + margin-bottom:8px +} + +.errorBanner-1EY3-l { + margin-bottom:16px +} + +.approvalTypeNotice-sWkFpW { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-bottom:16px +} + +.approvalTypeTitle-3JmBVz { + padding:8px; + border-radius:8px 8px 0 0 +} + +.autoApprovalTitle-3Suv0U { + background-color:#43b581 +} + +.manualApprovalTitle-3aZYAH { + background-color:#7289da +} + +.approvalTypeBody-ctYX-S { + padding:8px; + background-color:var(--background-secondary); + border-radius:0 0 8px 8px +} + +.settingsSubtitle-14oNNx { + color:var(--header-secondary) +} + +.enableContainer-2DIT9Q { + padding:16px; + background-color:var(--background-secondary-alt); + border-radius:4px +} + +.iconCircle-JEgPhb { + margin-right:16px; + border-radius:50% +} + +@-webkit-keyframes enable-QfV0hb { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +@keyframes enable-QfV0hb { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +.activeCircle-15Lt-Q { + padding:4px; + background-color:#43b581; + color:#fff +} + +.activeCircle-15Lt-Q.animate-1KSSuz { + -webkit-animation:enable-QfV0hb .6s; + animation:enable-QfV0hb .6s +} + +.editCircle-y9c7xP { + padding:5px; + background-color:var(--interactive-muted); + color:var(--interactive-normal) +} + +.enableDescription-32NG7M { + margin:0 8px 0 0 +} + +.previewButton-1IdhSk { + margin-right:8px +} + +.divider-1luoRp { + height:1px; + background:var(--background-modifier-accent); + margin:32px 0 +} + +.descriptionWrapper-3AsAaj { + margin-top:32px +} + +.introDescription-1J4pmi { + margin-bottom:8px +} + +.description-2JL2oB { + margin-bottom:16px +} + +.descriptionSpaced-3KimHl { + margin-bottom:32px +} + +.switchField-3-keGE { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.switch-2rfDZ3 { + -ms-flex-negative:0; + flex-shrink:0 +} + +.exampleContainer-3ekFIr { + position:relative; + background-image:url(img/84cb0186fea403acdab164cf005461d1.svg); + background-repeat:no-repeat; + background-position:0 0; + background-size:cover; + width:100%; + height:auto; + background-color:var(--background-floating); + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.exampleModal-2oh58d { + -webkit-transform:scale(.75); + transform:scale(.75); + width:720px; + background-color:var(--background-primary); + border-radius:8px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto +} + +.exampleWumpus-3QIhvG { + position:absolute; + top:-30px; + right:-20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.wumpus-3Q6pSF { + -webkit-filter:drop-shadow(var(--elevation-high)); + filter:drop-shadow(var(--elevation-high)) +} + +.tooltip-3oByQd { + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background-color:#000; + color:#dcddde; + border-radius:5px; + font-weight:500; + font-size:14px; + line-height:16px; + padding:8px 12px +} + +.tooltipPointer-22Q7m0 { + width:0; + height:0; + border:5px solid transparent; + border-right-color:#000 +} + +.divider-WtgBDD { + margin:16px 0; + width:100%; + border:none; + border-bottom:1px solid var(--background-modifier-accent) +} + +.guildSidebar-339BqP { + border-top-left-radius:8px; + border-bottom-left-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:var(--background-secondary); + padding:24px; + max-width:256px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.guildInfo-3Co_-d { + width:100% +} + +.content-BMIBeK { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-top-right-radius:8px; + border-bottom-right-radius:8px; + background-color:var(--background-primary); + padding:16px 16px 16px 8px; + text-align:center +} + +.formItem-3RbGCz { + text-align:left; + margin-bottom:12px +} + +.exampleTextSingleLine-1kvErc { + background-color:var(--background-accent); + height:8px +} + +.spacedSingleLine-284nsO { + margin-bottom:8px +} + +.rule-BF256F { + margin-left:8px +} + +.checkbox-2nFD7p { + margin-top:16px; + cursor:default +} + +.fakeButton-kGEmb3 { + background-color:#7289da; + border-radius:4px; + padding:12px 20px; + color:#fff; + font-size:14px; + margin-top:12px +} + +.container-Mx-d44 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + padding-top:16px +} + +.application-2nEPog { + background-color:var(--background-secondary); + padding:24px 16px; + border-radius:8px; + margin-right:32px; + width:448px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.sidebar-3eQgYX { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.separator-2GEmcy { + background-color:var(--background-modifier-accent); + height:1px; + border:none +} + +.applicationSeparator-3UMMMN { + margin:24px 0 +} + +.sidebarSeparator-1CBSKj { + margin:16px 0 +} + +.username-22hVg7 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:baseline; + -ms-flex-align:baseline; + align-items:baseline; + margin-top:16px +} + +.buttonSpacing-16uR9X { + margin-top:8px +} + +.statusIcon-2yEPun { + border-radius:50%; + color:#fff; + margin-bottom:16px; + padding:4px +} + +.approvedIcon-3I8Nza { + background-color:#43b581 +} + +.deniedIcon-3mgLef { + background-color:#f04747 +} + +.sidebarTitle-321nV4 { + text-transform:uppercase +} + +.status-1M9P91 { + margin-bottom:8px +} + +.rejectionReason-3Qmyd7 { + margin-bottom:16px +} + +.actionedBy-3V8pD0 strong { + color:var(--header-primary) +} + +.icon-1OR3gE { + color:var(--header-secondary) +} + +.back-_74poR { + cursor:pointer +} + +.chevron-1na0X5 { + width:12px; + height:12px +} + +.header-2jSm1D { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-bottom:16px +} + +.header-2jSm1D .back-_74poR { + width:24px; + height:24px; + margin-right:12px +} + +.header-2jSm1D .chevron-1na0X5 { + margin:0 16px +} + +.navbar-2vZ7h_ { + margin-top:32px +} + +.navbar-2vZ7h_ .previous-2JMK7C { + position:absolute; + left:48px +} + +.navbar-2vZ7h_ .next-3x7PPz { + position:absolute; + right:48px +} + +.navbarTitle-1KluPS { + text-align:center +} + +.navButton-1ir_oT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer +} + +.separator-FnHpRg { + background-color:var(--background-modifier-accent); + height:1px; + border:none; + margin:16px 0 +} + +.navSpacing-2nV0am { + margin-right:4px +} + +.introDescription-388hn_ { + margin-bottom:40px +} + +.description-1wEhe7 { + margin-bottom:16px +} + +.descriptionSpaced-2gwhpd { + margin-bottom:32px +} + +.tabs-3gkT2D { + border-bottom:1px solid var(--background-modifier-accent); + margin-bottom:32px +} + +.tab-1vbb5p, +.tabs-3gkT2D { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tab-1vbb5p { + padding:16px 0; + cursor:pointer; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.tab-1vbb5p.selected-2iK4FX { + border-bottom:1px solid #7289da; + font-weight:600 +} + +.badge-Jd6Xnv { + border-radius:8px; + background-color:#f04747; + height:16px; + padding:0 4px; + font-weight:600; + margin-left:4px; + color:#fff +} + +.spacer-3Fy2-T { + margin-right:32px +} + +.analyticsCard-qckucw { + background-color:var(--background-secondary); + padding:16px; + border-radius:4px; + width:calc(50% - 8px); + position:relative; + margin-top:16px +} + +.analyticsCard-qckucw:nth-child(2n) { + margin-left:16px +} + +.analyticsCardTitle-5dObxl { + margin-bottom:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.analyticsCardTitle-5dObxl, +.infoIcon-3dyWqH { + color:var(--interactive-normal) +} + +.infoIcon-3dyWqH { + margin-left:4px; + -webkit-transition:color .25s; + transition:color .25s; + cursor:pointer +} + +.infoIcon-3dyWqH:hover { + color:var(--interactive-active) +} + +.analyticsCardContent-3ggg9R { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -ms-flex-wrap:nowrap; + flex-wrap:nowrap; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.analyticsCardNumber-2kz4gW { + color:var(--interactive-active); + margin-right:6px +} + +.analyticsCardNumberNotAvailable-22ULCX { + color:var(--interactive-muted); + margin-right:6px +} + +.analyticsCardArrowSubText-22xM8F { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:4px +} + +.analyticsCardCornerIcon-3caFpX { + color:var(--interactive-muted); + position:absolute; + right:16px; + bottom:16px +} + +.trendingArrow-18JKWi { + margin-right:5px +} + +.trendingArrowIconDown-2dxvwE { + -webkit-transform:rotate(180deg); + transform:rotate(180deg); + position:relative; + top:2px +} + +.developerPortalCtaWrapper-2XNafh { + text-align:center; + margin:142px auto 0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:458px; + padding-top:76px; + padding-bottom:30px; + position:relative; + background-color:var(--background-secondary); + border-radius:8px +} + +.developerPortalCta-3qs8qH { + margin:20px auto 0 +} + +.guildAnalyticsDivider-2Pbkq2 { + margin:24px 0 +} + +.overviewData-3-2nKg { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:14px +} + +.placeholderImage-37MstR { + background-image:url(img/a7071622918d45eac43d07e0fc92d44c.svg); + width:282px; + height:160px; + background-position:50%; + background-repeat:no-repeat; + position:absolute; + top:-100px +} + +.developerPortalCtaText-2-zF1R { + margin:0 auto; + max-width:350px +} + +.notEnoughMembersError-1KwJkE { + padding-right:10px +} + +.flex-39btti { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.alignStart-ZXz_qY { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.alignEnd-1nrmHA { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end +} + +.alignCenter-3LI_0M { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.alignStretch-3HAs0X { + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch +} + +.alignBaseline-1xMxcY { + -webkit-box-align:baseline; + -ms-flex-align:baseline; + align-items:baseline +} + +.justifyStart-3Z9M1l { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.justifyEnd-2Y2zd6 { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.justifyCenter--8YVyf { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.justifyAround-5l5NVB { + -ms-flex-pack:distribute; + justify-content:space-around +} + +.justifyBetween-18KOrp { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.noWrap-vaXJ4Y { + -ms-flex-wrap:nowrap; + flex-wrap:nowrap +} + +.wrap-3_59An { + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.wrapReverse-34pPE_ { + -ms-flex-wrap:wrap-reverse; + flex-wrap:wrap-reverse +} + +.directionRow-CN8UWl { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.directionRowReverse--8wMcO { + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse +} + +.directionColumn-lrTCMt { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.spacer-3cdnkD { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden +} + +.horizontal-3AIKkG>.spacer-3cdnkD, +.horizontalReverse-3dqcaY>.spacer-3cdnkD, +.vertical-18__2x>.spacer-3cdnkD { + min-height:1px +} + +.streamerModeEnabled-2q0Gft { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.streamerModeEnabledImage-3vynUz { + width:440px; + height:220px; + background-size:100% 100% +} + +.streamerModeEnabledBtn-2ZJ2eq { + margin-top:20px; + font-weight:700; + font-size:18px; + color:#fff; + background-color:#593695; + padding:10px 20px; + border-radius:3px; + line-height:29px; + cursor:pointer +} + +.streamerModeEnabledBtn-2ZJ2eq:hover { + background-color:#5a3796 +} + +.streamerModeEnabledBtn-2ZJ2eq.disabled-1X7fxl { + cursor:default; + background-color:#643da7 +} + +.theme-light .streamerModeEnabledImage-3vynUz { + background-image:url(img/f8cb59be6e5a492dc4f98cfea20e6d82.svg) +} + +.theme-dark .streamerModeEnabledImage-3vynUz { + background-image:url(img/5b7e23080bfec53f966b806abcde8def.svg) +} + +.quickSelect-3BxO0K { + font-size:13px; + cursor:default; + color:var(--interactive-normal) +} + +.quickSelectClick-1HOWp1 { + cursor:pointer +} + +.quickSelectValue-lImyM6 { + margin-left:4px +} + +.quickSelectLabel-2r3iJ_ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.quickSelectArrow-1QublR { + width:10px; + height:7px; + margin-left:5px +} + +.quickSelectPopout-X1hvgV { + border-radius:3px; + overflow:hidden +} + +.quickSelectPopoutScroll-2dlvk5 { + max-height:384px +} + +.quickSelectScroller-2SmdH_ { + overflow-y:auto +} + +.quickSelectPopoutOption-opKBx9 { + padding:8px; + cursor:pointer +} + +.quickSelectPopoutOption-opKBx9.selected-3RZo5I { + background-color:inherit; + cursor:default +} + +.quickSelectPopoutOption-opKBx9:focus { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.theme-light .quickSelectArrow-1QublR { + background:url(img/8b86f90154cbe38507a14fdd34367f17.svg) 50% no-repeat +} + +.theme-light .quickSelectPopout-X1hvgV { + background-color:#fff; + color:#4f545c +} + +.theme-light .quickSelectPopoutOption-opKBx9:hover { + background-color:#f6f6f7 +} + +.theme-dark .quickSelectArrow-1QublR { + background:url(img/f58cf3b8fc79e9d671ab649ab37651a9.svg) 50% no-repeat +} + +.theme-dark .quickSelectPopout-X1hvgV { + background:#2f3136; + color:#f6f6f7 +} + +.theme-dark .quickSelectPopoutOption-opKBx9:hover { + background-color:rgba(79, + 84, + 92, + .3) +} + +.auditLog-3jNbM6 { + border:1px solid; + border-radius:3px +} + +.auditLog-3jNbM6 strong { + font-weight:500 +} + +.divider-1pnAR2 { + width:100%; + height:1px; + background:green +} + +.header-GwIGlr { + padding:10px 20px 10px 10px; + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100% +} + +.headerDefault-1wrJcN { + cursor:default +} + +.headerClickable-2IVFo9, +.headerExpanded-CUEwZ5 { + cursor:pointer +} + +.timeWrap-2DasL6 { + max-width:calc(100% - 118px); + margin:0 10px +} + +.timestamp-1mruiI { + font-size:14px; + margin-top:4px +} + +.avatar-_VZUJy { + margin-left:10px +} + +.expand-1lx8E1 .expandForeground-1nZ4VR { + -webkit-transition:d .2s ease, + stroke .2s ease; + transition:d .2s ease, + stroke .2s ease +} + +.colorHook-1CpiRO { + display:inline-block; + width:10px; + height:10px; + border-radius:50%; + position:relative; + top:-1px +} + +.userHook-3AdCBF { + font-weight:500 +} + +.discrim-3rYTMj { + font-size:12px; + line-height:16px +} + +.changeDetails-bk98pu { + padding:0 8px 10px +} + +.detail-1BhUh9 { + margin-top:8px; + margin-left:40px +} + +.prefix-24L010 { + font-size:14px; + line-height:16px; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + margin-right:0!important +} + +.typeCreate-1kfBMl { + color:#69c49a +} + +.typeDelete-bTXOuk { + color:#f36c6c +} + +.typeUpdate-2bwuHy { + color:#fbb848 +} + +.dash-3L29dH { + margin:0 0 0 10px +} + +.change-ydJzJx { + margin:0; + overflow:hidden +} + +.changeStr-12S1vf, +.overflowEllipsis-1PBFxQ { + text-overflow:ellipsis; + overflow:hidden +} + +.overflowEllipsis-1PBFxQ { + white-space:nowrap +} + +.subListItem-3Ax2Vo { + margin:4px 0 +} + +.subListItem-3Ax2Vo:last-child { + margin-bottom:0 +} + +.icon-RTGJu3 { + width:24px; + height:24px; + min-width:24px; + position:relative +} + +.icon-RTGJu3:after { + content:" "; + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.typeCreate-1kfBMl:after { + background:url(img/9d5a0ed6004593447a865df0f7eb149e.svg) +} + +.typeDelete-bTXOuk:after { + background:url(img/38bba2d1bd82fd0b60d33367adccf8b7.svg) +} + +.typeUpdate-2bwuHy:after { + background:url(img/fd7c3b7bb65f185a5d91f5302f30ac0c.svg) +} + +.theme-light .auditLog-3jNbM6 { + color:#72767d; + border-color:#b9bbbe +} + +.theme-light .auditLog-3jNbM6:hover .expandForeground-1nZ4VR { + stroke:#72767d +} + +.theme-light .auditLog-3jNbM6 strong { + color:#4f545c +} + +.theme-light .headerClickable-2IVFo9, +.theme-light .headerDefault-1wrJcN { + background-color:rgba(246, + 246, + 247, + .3) +} + +.theme-light .headerExpanded-CUEwZ5 { + background-color:#f6f6f7 +} + +.theme-light .divider-1pnAR2 { + background-color:#b9bbbe +} + +.theme-light .userHook-3AdCBF { + color:#4f545c +} + +.theme-light .discrim-3rYTMj { + opacity:.6 +} + +.theme-light .expandForeground-1nZ4VR { + stroke:rgba(114, + 118, + 125, + .6) +} + +.theme-light .timestamp-1mruiI { + color:#72767d +} + +.theme-light .changeDetails-bk98pu { + background-color:rgba(246, + 246, + 247, + .3) +} + +.theme-dark .auditLog-3jNbM6 { + color:#72767d; + border-color:#202225 +} + +.theme-dark .auditLog-3jNbM6 strong { + color:#f6f6f7 +} + +.theme-dark .auditLog-3jNbM6:hover .expandForeground-1nZ4VR { + stroke:#fff +} + +.theme-dark .headerClickable-2IVFo9, +.theme-dark .headerDefault-1wrJcN { + background-color:rgba(32, + 34, + 37, + .3); + color:#b9bbbe +} + +.theme-dark .headerExpanded-CUEwZ5 { + background-color:rgba(32, + 34, + 37, + .6); + color:#b9bbbe +} + +.theme-dark .divider-1pnAR2 { + background-color:#202225 +} + +.theme-dark .userHook-3AdCBF { + color:#f6f6f7 +} + +.theme-dark .discrim-3rYTMj { + opacity:.3 +} + +.theme-dark .expandForeground-1nZ4VR { + stroke:hsla(0, + 0%, + 100%, + .6) +} + +.theme-dark .timestamp-1mruiI { + color:#72767d +} + +.theme-dark .changeDetails-bk98pu { + background-color:rgba(32, + 34, + 37, + .3) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetAll-13V3n6, +.theme-light .icon-RTGJu3.targetAll-13V3n6 { + background:url(img/2cff836e7866cfd41cf71752ed033f1c.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetBan-3mbIPL, +.theme-light .icon-RTGJu3.targetBan-3mbIPL { + background:url(img/b5db5aa26e85a4239c15f10eab2031c0.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetChannel-TrRFlx, +.theme-light .icon-RTGJu3.targetChannel-TrRFlx { + background:url(img/b5061d752abdcf5f44d6f1a217cd0853.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetGuild-mDWfAV, +.theme-light .icon-RTGJu3.targetGuild-mDWfAV { + background:url(img/601c3d0141413d8eea298446d32ca099.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetEmoji-3vhPhM, +.theme-light .icon-RTGJu3.targetEmoji-3vhPhM { + background:url(img/53947b826826947323199b1a83733067.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetIntegration-3rnyMN, +.theme-light .icon-RTGJu3.targetIntegration-3rnyMN { + background:url(img/ece3d003ce0ffb0cf09a0f7881873075.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetInvite-1RQBlr, +.theme-light .icon-RTGJu3.targetInvite-1RQBlr { + background:url(img/c428699bc4a1e93837f27f90b12c09e3.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetMemberRole-jowY3I, +.theme-light .icon-RTGJu3.targetMemberRole-jowY3I { + background:url(img/b4c2db8382a5bfd5dd7155ed1bdbb3b8.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetMember-2iuwxX, +.theme-light .icon-RTGJu3.targetMember-2iuwxX { + background:url(img/a8bd496e2e9ca833d249a7b18f41efdd.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetPermission-ZRUN5n, +.theme-light .icon-RTGJu3.targetPermission-ZRUN5n { + background:url(img/22955365220abc3015256c85523bf98e.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetRole-2MoUny, +.theme-light .icon-RTGJu3.targetRole-2MoUny { + background:url(img/1c1c67aae5a734eecf7a911cc5fde2de.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetVanityUrl-3OpsYX, +.theme-light .icon-RTGJu3.targetVanityUrl-3OpsYX { + background:url(img/436a2bee259beb0347ee31bb238eb1aa.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetWebhook-1xS7Z7, +.theme-light .icon-RTGJu3.targetWebhook-1xS7Z7 { + background:url(img/bbb590c56a4598276e5ff9270b6c382a.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetWidget-3hFVSM, +.theme-light .icon-RTGJu3.targetWidget-3hFVSM { + background:url(img/94eccecad8658fe53d1cd37fab50940d.svg) +} + +.themeOverrideLight-3bx_5B.icon-RTGJu3.targetMessage-2kBYMT, +.theme-light .icon-RTGJu3.targetMessage-2kBYMT { + background:url(img/f38704754b1f737d5fa7bf4545bc5bba.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetAll-13V3n6, +.theme-dark .icon-RTGJu3.targetAll-13V3n6 { + background:url(img/fc3f5f9be1a4db14b02336b7cb02e6ce.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetBan-3mbIPL, +.theme-dark .icon-RTGJu3.targetBan-3mbIPL { + background:url(img/edb23a53ea40ac60f212ebae66e5c5c7.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetChannel-TrRFlx, +.theme-dark .icon-RTGJu3.targetChannel-TrRFlx { + background:url(img/343c9ff4c775c66a7d4af1f8691c34e0.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetGuild-mDWfAV, +.theme-dark .icon-RTGJu3.targetGuild-mDWfAV { + background:url(img/30af96a386520760ad107c5b77ba002a.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetEmoji-3vhPhM, +.theme-dark .icon-RTGJu3.targetEmoji-3vhPhM { + background:url(img/7a9bf92329dad473ef0383ae75367215.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetIntegration-3rnyMN, +.theme-dark .icon-RTGJu3.targetIntegration-3rnyMN { + background:url(img/da8463a04b4a289801d2516f50eb4c19.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetInvite-1RQBlr, +.theme-dark .icon-RTGJu3.targetInvite-1RQBlr { + background:url(img/4b33371531a1a89f99296a73fc9ef588.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetMemberRole-jowY3I, +.theme-dark .icon-RTGJu3.targetMemberRole-jowY3I { + background:url(img/a9098042cb36b955c5021259f1d48f91.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetMember-2iuwxX, +.theme-dark .icon-RTGJu3.targetMember-2iuwxX { + background:url(img/af043346e036ef7b1aac1cf42cd1e699.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetPermission-ZRUN5n, +.theme-dark .icon-RTGJu3.targetPermission-ZRUN5n { + background:url(img/2a37995eb832bae805190a93ba043857.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetRole-2MoUny, +.theme-dark .icon-RTGJu3.targetRole-2MoUny { + background:url(img/0176a91b4c44ed05c05af68784e78da8.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetVanityUrl-3OpsYX, +.theme-dark .icon-RTGJu3.targetVanityUrl-3OpsYX { + background:url(img/84215a5fec3d9de9960a225143238d74.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetWebhook-1xS7Z7, +.theme-dark .icon-RTGJu3.targetWebhook-1xS7Z7 { + background:url(img/a6975850d800aa86162b4aa5f18c41ac.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetWidget-3hFVSM, +.theme-dark .icon-RTGJu3.targetWidget-3hFVSM { + background:url(img/4ac0e382cc7b8aa0cb1d6d074b0e8ba5.svg) +} + +.themeOverrideDark-1u5Vo0.icon-RTGJu3.targetMessage-2kBYMT, +.theme-dark .icon-RTGJu3.targetMessage-2kBYMT { + background:url(img/8c85e30795486caa8caacd829703459d.svg) +} + +.customHeader-f9DEJ_ { + padding-top:60px +} + +.guildSettingsAuditLogsUserFilterPopout-3Jg5NE { + width:264px +} + +.userText-1WdPps { + margin-left:10px; + max-width:200px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.discriminator-3tYCOD { + font-size:12px; + line-height:16px; + opacity:.6 +} + +.guildSettingsAuditLogsActionFilterPopout-3h8ycz { + width:264px +} + +.actionItem-11pIwh { + height:46px +} + +.scroller-1J_F7B { + height:100% +} + +.content-FNlD6K { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding-bottom:60px +} + +.avatar-gPqiLm { + width:30px!important; + height:30px!important +} + +.theme-dark .auditLogMembersIconFg-2dfgB- { + fill:#fff +} + +.theme-light .auditLogMembersIconFg-2dfgB- { + fill:#4f545c +} + +.theme-light .selected-38kUfI .auditLogMembersIconFg-2dfgB- { + fill:#fff +} + +.searchBar-281-wK { + width:400px; + margin-left:20px +} + +.bannedUser-1IalTM { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px 0; + -webkit-transition:-webkit-box-shadow .1s ease; + transition:-webkit-box-shadow .1s ease; + transition:box-shadow .1s ease; + transition:box-shadow .1s ease, + -webkit-box-shadow .1s ease; + cursor:pointer +} + +.bannedUser-1IalTM .bannedUserAvatar-2xQUYe, +.bannedUser-1IalTM .username-1b3MVI { + z-index:2 +} + +.bannedUser-1IalTM .username-1b3MVI { + -webkit-box-flex:1; + -ms-flex:1 1 100px; + flex:1 1 100px; + padding-left:10px +} + +.bannedUser-1IalTM .username-1b3MVI .discrim-oGb-FO { + padding-left:2px +} + +.bannedUserModal-3RJCOV .header-kk07Uz { + padding-top:30px; + padding-bottom:40px +} + +.bannedUserModal-3RJCOV .userDiscrim-1D2NlF, +.bannedUserModal-3RJCOV .userUsername-W3oZL9 { + font-size:24px; + line-height:20px; + font-weight:500 +} + +.bannedUserModal-3RJCOV .reasonHeader-2etdjy { + font-weight:500 +} + +.bannedUserModal-3RJCOV .content-1x7qW2 { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + padding-bottom:20px +} + +.bannedUserModal-3RJCOV .error-tieM06 { + margin-top:8px +} + +.theme-dark .bannedUser-1IalTM { + -webkit-box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04); + box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04) +} + +.theme-dark .bannedUser-1IalTM .username-1b3MVI { + color:#fff +} + +.theme-dark .bannedUser-1IalTM .username-1b3MVI .discrim-oGb-FO, +.theme-dark .bannedUserModal-3RJCOV .reason-YbfGC6, +.theme-dark .bannedUserModal-3RJCOV .userDiscrim-1D2NlF { + color:#72767d +} + +.theme-dark .bannedUserModal-3RJCOV .reasonHeader-2etdjy { + color:#dcddde +} + +.theme-light .bannedUser-1IalTM { + -webkit-box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04); + box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04) +} + +.theme-light .bannedUser-1IalTM .username-1b3MVI { + color:#4f545c +} + +.theme-light .bannedUser-1IalTM .username-1b3MVI .discrim-oGb-FO { + color:#b9bbbe +} + +.theme-light .bannedUserModal-3RJCOV .reason-YbfGC6, +.theme-light .bannedUserModal-3RJCOV .userDiscrim-1D2NlF { + color:#72767d +} + +.theme-light .bannedUserModal-3RJCOV .reasonHeader-2etdjy { + color:#4f545c +} + +.card-FDVird { + position:relative +} + +.card-FDVird:before { + content:""; + position:absolute; + top:0; + right:-20px; + bottom:-1px; + left:-20px; + border-radius:5px; + border:1px solid transparent; + opacity:0; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease +} + +.card-FDVird.active-nvdKfC:before, +.card-FDVird:focus-within:before, +.card-FDVird:hover:before { + opacity:1 +} + +.theme-dark .card-FDVird:before { + background-color:#33363c; + border-color:#2b2e32 +} + +.theme-light .card-FDVird:before { + background-color:#f6f6f7; + border-color:#e2e2e3 +} + +.noScroll-1bz0qe { + overflow-y:visible!important; + padding:0 +} + +.container-1AAEHW { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + width:680px; + height:auto +} + +.sequencer-3wJRd3 { + padding:24px 12px +} + +.innerSequencer-3Sw44U, +.sequencer-3wJRd3 { + overflow:unset; + overflow-y:visible +} + +.modal-1O3czN { + overflow-x:hidden +} + +.modal-1O3czN, +.overviewSidebar-auQZeh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.overviewSidebar-auQZeh { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -ms-flex-preferred-size:192px; + flex-basis:192px; + -ms-flex-negative:0; + flex-shrink:0; + border-radius:5px 0 0 5px; + background:-webkit-gradient(linear, + left top, + left bottom, + color-stop(6.65%, + #4e1bf5), + color-stop(69.44%, + #5e4eee), + color-stop(106.24%, + #6668eb)); + background:linear-gradient(180deg, + #4e1bf5 6.65%, + #5e4eee 69.44%, + #6668eb 106.24%); + padding:24px; + overflow:hidden +} + +.header-3ZTyOR { + color:#fff +} + +.closeButton-2qld4J { + position:absolute; + top:12px; + right:0; + z-index:2 +} + +.footer-23o2Cr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.overviewSteps-3CfgAC { + position:absolute; + top:50%; + -webkit-transform:translateY(-50%); + transform:translateY(-50%) +} + +.overviewStep-3J-jkA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:16px +} + +.stepTitle-1gjE2e { + color:hsla(0, + 0%, + 100%, + .6) +} + +.stepIndex-3rtpcw { + border-radius:50%; + background-color:hsla(0, + 0%, + 100%, + .3); + color:#fff; + width:24px; + height:24px; + margin-right:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.selected-3AsYnC .stepTitle-1gjE2e { + opacity:1; + color:#fff +} + +.selected-3AsYnC .stepIndex-3rtpcw { + color:#7289da; + background-color:#fff +} + +.container-1a0SKt { + min-height:500px +} + +.content-8hp7TM { + text-align:center +} + +.headerCaption-5VyDgh { + color:var(--header-secondary) +} + +.form-Wrv68E { + margin-top:24px +} + +.description-1XzlaN { + margin-bottom:12px +} + +.icon-12887d { + -webkit-transform:translateY(3px); + transform:translateY(3px) +} + +.header-1olYNB { + margin-top:20px; + margin-bottom:8px +} + +.closeButton-2tP-tZ { + position:absolute; + top:16px; + right:12px +} + +.footer-3ZySJx { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.checkboxOption-2KqgnR { + margin-top:16px; + white-space:pre-line +} + +.disabled-2sOg0h:active { + pointer-events:none +} + +.footerImage-2KxOYG { + -webkit-transform:translate(60px, + 20px); + transform:translate(60px, + 20px) +} + +.container-39qpSA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center +} + +.banner-2zWlOa { + position:relative; + height:236px; + width:100%; + margin-bottom:20px +} + +@-webkit-keyframes floating-house-1vAUjZ { + 0% { + -webkit-transform:translateY(0); + transform:translateY(0) + } + + 50% { + -webkit-transform:translateY(-12px); + transform:translateY(-12px) + } + + to { + -webkit-transform:translateY(0); + transform:translateY(0) + } + +} + +@keyframes floating-house-1vAUjZ { + 0% { + -webkit-transform:translateY(0); + transform:translateY(0) + } + + 50% { + -webkit-transform:translateY(-12px); + transform:translateY(-12px) + } + + to { + -webkit-transform:translateY(0); + transform:translateY(0) + } + +} + +.image-2Qw4tp { + -webkit-animation:floating-house-1vAUjZ 3s ease-in-out infinite; + animation:floating-house-1vAUjZ 3s ease-in-out infinite; + z-index:1 +} + +.sparkles-fvfHK0 { + position:absolute; + top:0; + left:0; + width:100%; + z-index:1 +} + +.guildDetails-2p1NmK { + position:absolute; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:4px 8px 4px 4px; + border-radius:4px; + background-color:var(--background-tertiary); + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.guildDetails-2p1NmK.faded-1N_mPb { + opacity:.4 +} + +.guildIcon-nSLcmS { + margin-right:8px; + border-radius:4px +} + +.body-3H6FDS { + margin-top:8px +} + +.separator-3wQM3d { + margin:32px 0; + width:100%; + border:none; + height:1px; + background-color:var(--header-primary); + opacity:.06 +} + +.features-2PXC_Z { + display:grid; + grid-template-columns:repeat(3, + 1fr); + grid-gap:16px; + margin-top:32px +} + +.featureCard-1RR4Tl { + background-color:var(--background-secondary); + border-radius:8px; + padding:16px; + text-align:start +} + +.featureCard-1RR4Tl em { + font-style:italic +} + +.featureIcon-3p1TC_ { + background-color:var(--background-tertiary); + border-radius:50%; + width:40px; + height:40px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.featureHeader-1xIhkq { + margin-top:16px; + margin-bottom:8px +} + +.featuredText-kuAtot, +.infoIcon-2xnZYY { + color:var(--header-primary) +} + +.infoIcon-2xnZYY { + -webkit-transform:translateY(3px); + transform:translateY(3px) +} + +.button-2X8t6P { + margin-top:16px +} + +.twoColumnFormSection-3aoF-Y { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.descriptionColumn-1Htn36 { + -ms-flex-preferred-size:55%; + flex-basis:55% +} + +.selectColumn-lfJJas { + -ms-flex-preferred-size:45%; + flex-basis:45% +} + +.firstSection-1rwP-J { + margin-top:12px +} + +.formTitle-3jd5CW { + font-size:14px; + margin-bottom:8px +} + +.formSelect-28-gtI { + margin-left:40px +} + +.divider-2DTmGf { + margin:32px 0 +} + +.descriptionTextArea-1Z8TXf { + margin-top:8px +} + +.upsellContainer-L9xv7w { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:8px; + background-color:var(--background-secondary); + margin-bottom:20px; + position:relative +} + +.upsellContainer-L9xv7w, +.upsellContent-1JlpHe { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.upsellContent-1JlpHe { + border-radius:8px 8px 0 0; + padding:16px 40px 16px 16px +} + +.upsellFooter-ZYsio_ { + background-color:var(--background-secondary-alt); + border-radius:0 0 8px 8px; + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.upsellImage-2ZcRsJ { + margin-right:16px +} + +.upsellHeader-4x8Gse { + margin-bottom:8px +} + +.upsellButton-APvswJ { + margin-right:8px +} + +.upsellClose-3kyA8O { + position:absolute; + top:12px; + right:12px; + color:var(--interactive-normal); + opacity:.5; + cursor:pointer +} + +.upsellClose-3kyA8O:hover { + opacity:1; + color:var(--interactive-hover) +} + +.closeButton-4FUxLM { + position:absolute; + top:12px; + right:12px +} + +.modalContents-eAxMSD { + padding:0 20px 24px +} + +.headerText-sweXCL { + margin-top:16px +} + +.formDescription-30JriC { + margin:8px 0 24px +} + +.channelDescriptionWrapper-2-llqU { + position:relative +} + +.emojiButtonContainer-1zs7UV { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:absolute; + left:0; + top:0; + padding:10px +} + +.emojiButton-RnHnJT.fullOpacity-Aigg8h { + opacity:1 +} + +.emoji-3oB8pJ { + width:20px; + height:20px +} + +.input-2mfscc { + padding-left:40px; + padding-right:36px +} + +.clearButton-2Z4uzf { + position:absolute; + top:0; + right:0; + padding:10px; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + opacity:.6; + line-height:0; + height:100% +} + +.clearButton-2Z4uzf:focus, +.clearButton-2Z4uzf:hover { + opacity:1 +} + +.clearIcon-onVMIA { + width:16px; + height:16px; + color:var(--interactive-normal) +} + +.footer-35uF_2 { + z-index:-1 +} + +.tooltip-2IG5MP { + max-width:150px; + margin-bottom:2px +} + +.enableContainer-6E-puu { + margin-top:32px; + padding:16px; + background-color:var(--background-tertiary); + border-top-left-radius:8px; + border-top-right-radius:8px +} + +.iconCircle-36YzEX { + margin-right:16px; + border-radius:50% +} + +@-webkit-keyframes enable-3KjkIW { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +@keyframes enable-3KjkIW { + 0% { + -webkit-transform:scale(1); + transform:scale(1); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +.activeCircle-1486wp { + padding:4px; + background-color:#43b581; + color:#fff +} + +.activeCircle-1486wp.animate-3_G5qN { + -webkit-animation:enable-3KjkIW .6s; + animation:enable-3KjkIW .6s +} + +.editCircle-ityklj { + padding:5px; + background-color:var(--interactive-muted); + color:var(--interactive-normal) +} + +.enableDescription-26mbbN { + margin:0 8px 0 0 +} + +.previewButton-wsoIg2 { + margin-right:8px +} + +.previewContainer-1SS3uO { + padding:16px; + border-bottom-left-radius:8px; + border-bottom-right-radius:8px; + background-color:var(--background-secondary) +} + +.icon-2BoU5V { + -ms-flex-item-align:center; + align-self:center; + border-radius:16px; + background-color:var(--background-tertiary); + margin:16px +} + +.welcomeHeader-1E6iOW { + text-align:center +} + +.welcomeTitle-3SJzU- { + margin-bottom:8px; + color:var(--header-secondary) +} + +.welcomeTitle-3SJzU- strong { + color:var(--header-primary) +} + +.headerGuildBadge-1Dk3k6 { + display:inline-block; + margin:0 4px 0 2px +} + +.flowerStar-lkEoN9 { + display:block +} + +.descriptionWrapper-1GiGtP { + width:100%; + max-width:440px; + margin:0 auto +} + +.descriptionInput-3b30C8 { + max-height:64px; + background-color:var(--background-tertiary) +} + +.descriptionInput-3b30C8[placeholder] { + text-align:center +} + +.divider-27Sb2- { + margin:32px 0 +} + +.addChannelButton-3j20Ox { + margin-top:16px; + -ms-flex-item-align:start; + align-self:flex-start +} + +.addChannelSubtext-1fWjPy { + margin-bottom:8px +} + +.welcomeChannel-1rFrIO { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:move; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:4px; + background-color:var(--background-primary); + margin-top:8px; + padding:12px 16px +} + +.disabledEmoji-GKRWLi { + -webkit-filter:grayscale(100%); + filter:grayscale(100%) +} + +.dragging-1NnLa3 { + opacity:.5 +} + +.channelIcon-1eKmlw { + background-color:var(--background-tertiary); + color:var(--header-secondary); + padding:4px +} + +.channelIcon-1eKmlw, +.warningIcon-2dFY7P { + border-radius:4px +} + +.channelDescriptionWrapper-ml5lTn { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin:0 16px +} + +.channelDescription-3C1p1m { + font-weight:600 +} + +.theme-dark .channelWarning-3e1Pz4, +.theme-dark .warningIcon-2dFY7P { + color:#faa61a +} + +.theme-light .channelWarning-3e1Pz4, +.theme-light .warningIcon-2dFY7P { + color:#f04747 +} + +.welcomeDescription-16dYOx { + margin-bottom:56px +} + +.exampleContainer-25sB-A { + position:relative; + background-image:url(img/84cb0186fea403acdab164cf005461d1.svg); + background-repeat:no-repeat; + background-position:50%; + background-size:cover; + width:100%; + height:auto; + background-color:var(--background-floating); + border-radius:8px +} + +.header-2SLWai { + color:var(--header-secondary) +} + +.header-2SLWai strong { + color:var(--header-primary) +} + +.exampleModal-2X2Vf8 { + max-width:440px; + margin:57px 80px 57px 120px; + background-color:var(--background-primary); + padding:16px; + border-radius:8px +} + +.optionContainer-1FtykV { + margin-top:8px; + background:var(--background-secondary); + border-radius:8px; + padding:12px; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.exampleWumpus-1zk2dq, +.optionContainer-1FtykV { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.exampleWumpus-1zk2dq { + position:absolute; + top:-30px; + right:-20px +} + +.wumpus-3JzuYd { + -webkit-filter:drop-shadow(var(--elevation-high)); + filter:drop-shadow(var(--elevation-high)) +} + +.tooltip-1_vJJI { + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background-color:#000; + color:#dcddde; + border-radius:5px; + font-weight:500; + font-size:14px; + line-height:16px; + padding:8px 12px +} + +.tooltipPointer-1awMxk { + width:0; + height:0; + border:5px solid transparent; + border-right-color:#000 +} + +.inputWrapper-2Pwo9_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:16px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:100%; + border-radius:4px; + color:var(--text-normal); + background-color:var(--deprecated-text-input-bg); + border:1px solid var(--deprecated-text-input-border); + -webkit-transition:border-color .2s ease-in-out; + transition:border-color .2s ease-in-out; + padding:4px 8px +} + +.inputWrapper-2Pwo9_:hover { + border-color:var(--deprecated-text-input-border-hover) +} + +.inputWrapper-2Pwo9_:focus-within { + border-color:#7289da +} + +.inputOuter-361qTb { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.inputInner-17tuXL { + background:none; + border:none; + padding:4px; + height:unset; + min-width:100px +} + +.tag-2S-1By { + -ms-flex-negative:0; + flex-shrink:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:4px; + margin:2px; + padding:4px 4px 4px 8px; + -webkit-transition:none; + transition:none; + background-color:var(--background-accent); + color:var(--header-primary) +} + +.tag-2S-1By:hover { + text-decoration:none +} + +.closeWrapper-18oTVk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:2px +} + +.close-3skLOj { + color:var(--interactive-normal) +} + +.close-3skLOj:active, +.close-3skLOj:hover { + cursor:pointer; + color:var(--interactive-active) +} + +.disabled-3z2_aY { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + cursor:not-allowed; + opacity:.5 +} + +.disabled-3z2_aY, +.disabled-3z2_aY:hover { + border-color:var(--deprecated-text-input-border-disabled) +} + +.theme-light .tag-2S-1By { + background-color:var(--background-tertiary) +} + +.modal-28-6oZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:400px; + padding:32px; + overflow:visible +} + +.image-3kXKTd { + margin-top:-146px; + -webkit-animation:discovery-anim-3nsIV0 3s ease-in-out infinite; + animation:discovery-anim-3nsIV0 3s ease-in-out infinite +} + +.header-2cTU9t, +.title-24-Ern { + margin-bottom:16px +} + +.body-3klDhE { + margin-bottom:8px +} + +.button-3lMJHb { + margin-top:24px +} + +.root-1Kk1RQ { + overflow:visible; + width:400px +} + +@-webkit-keyframes discovery-anim-3nsIV0 { + 0% { + -webkit-transform:translateY(0); + transform:translateY(0) + } + + 50% { + -webkit-transform:translateY(12px); + transform:translateY(12px) + } + + to { + -webkit-transform:translateY(0); + transform:translateY(0) + } + +} + +@keyframes discovery-anim-3nsIV0 { + 0% { + -webkit-transform:translateY(0); + transform:translateY(0) + } + + 50% { + -webkit-transform:translateY(12px); + transform:translateY(12px) + } + + to { + -webkit-transform:translateY(0); + transform:translateY(0) + } + +} + +.card-3_CqkU { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:258px; + width:200px; + overflow:hidden; + border-radius:8px; + position:relative +} + +.card-3_CqkU, +.iconMask-30Tvqs { + background-color:var(--activity-card-background) +} + +.iconMask-30Tvqs { + padding:4px +} + +@-webkit-keyframes placeholderPulse-2_Z4Bq { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +@keyframes placeholderPulse-2_Z4Bq { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +.cardPlaceholder-qKtx_A { + -webkit-animation:placeholderPulse-2_Z4Bq 1.8s ease-in-out infinite; + animation:placeholderPulse-2_Z4Bq 1.8s ease-in-out infinite +} + +.cardHeader-2XrQbx { + -webkit-box-flex:0; + -ms-flex:0 0 112px; + flex:0 0 112px; + position:relative; + display:block; + overflow:visible; + margin-bottom:28px +} + +.splash-104Ug5 { + display:block; + position:absolute; + top:0; + left:0; + -webkit-transform:scale(1); + transform:scale(1); + opacity:0 +} + +.splash-104Ug5, +.splashImage-352DQ1 { + width:100%; + height:100% +} + +.splashImage-352DQ1 { + -o-object-fit:cover; + object-fit:cover +} + +.splashLoaded-2qGdo9 .splash-104Ug5 { + opacity:1 +} + +.guildIcon-cyDh6h { + position:absolute; + bottom:-21px; + left:12px +} + +.defaultIcon-2NMkWn { + background-color:#7289da; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:100%; + width:100% +} + +.acronym-1X5Hgh { + color:#fff +} + +.avatar-_geuXS { + width:100%; + height:100% +} + +.guildInfo-3Tdx1V { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + position:relative; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-line-pack:stretch; + align-content:stretch; + padding:0 12px 12px +} + +.guildInfo-3Tdx1V, +.title-3NAWNZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.title-3NAWNZ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100%; + font-weight:600 +} + +.verifiedIcon-2NS6OA { + -webkit-box-flex:0; + -ms-flex:0 0 16px; + flex:0 0 16px; + width:16px; + height:16px; + margin-right:4px; + margin-left:-2px +} + +.guildName-2z1snm { + white-space:nowrap +} + +.description-2myUjD, +.guildName-2z1snm { + overflow:hidden; + text-overflow:ellipsis +} + +.description-2myUjD { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin:8px 0; + display:-webkit-box; + -webkit-box-orient:vertical; + -webkit-line-clamp:3 +} + +.memberInfo-3OSanw { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + justify-self:flex-end +} + +.memberCount-1JulvM, +.memberInfo-3OSanw { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.memberCount-1JulvM { + font-size:0.75rem; + line-height:1rem; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:600; + margin-right:16px +} + +.memberCount-1JulvM:last-child { + margin-right:0 +} + +.memberDot-y8-JHF { + border-radius:50%; + width:8px; + height:8px; + margin-right:4px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.dotOnline-pxc5-3 { + background-color:#43b581 +} + +.dotOffline-2ccHbp { + background-color:var(--text-muted) +} + +.cardDisabled-1h1x-Y { + opacity:.4; + pointer-events:none +} + +.cardSmall-9yl0mw { + -webkit-transform:scale(.8); + transform:scale(.8) +} + +.theme-dark .card-3_CqkU { + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.theme-dark .iconMask-30Tvqs { + background-color:var(--background-secondary-alt) +} + +.theme-light .card-3_CqkU { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + var(--elevation-medium); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + var(--elevation-medium) +} + +.content-4eJCLj { + padding:24px +} + +.modalHeader-5MokOG { + margin-bottom:16px +} + +.marginAfter-IiM3ZP { + margin-bottom:8px +} + +.separator-2dUoVV { + width:100%; + height:1px; + background-color:var(--background-modifier-accent); + margin:24px 0 +} + +.failingBlock-1afrol { + margin-bottom:24px +} + +.closeButton-12xe4v { + position:absolute; + top:12px; + right:12px +} + +.progressWrapper-2feR8- { + position:relative; + height:8px; + margin:16px 0 8px +} + +.progressBackground-2EKw_J { + width:100%; + background-color:var(--background-secondary) +} + +.progressBackground-2EKw_J, +.progressBar-35txIi { + position:absolute; + height:8px; + border-radius:4px +} + +.progressBar-35txIi { + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease +} + +.labelWrapper-3nyUcr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.requirement-HjiNzo { + text-align:right +} + +.bold-1t9kNq { + font-weight:600 +} + +.container-2w0lh0 { + border-radius:8px; + background-color:var(--background-secondary); + overflow:hidden +} + +.loaderContainer-huyPxM { + padding:64px 0 +} + +.loadingText-2q2gZU { + text-align:center; + margin-bottom:24px +} + +.header-2Y0-A- { + background-color:var(--background-tertiary); + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerIcon-2S6VR5 { + margin-right:16px +} + +.checklistItem-37OOck { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px +} + +.separator-1COOpU { + content:""; + height:1px; + background-color:var(--background-modifier-accent); + position:relative; + border:none; + margin:0 16px; + display:block +} + +.checklistIcon-6Kez2J { + -webkit-box-flex:0; + -ms-flex:0 0 20px; + flex:0 0 20px; + margin-right:16px +} + +.checklistText-2K8GVA { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.detailsButton-2Vh09u { + padding:0; + font-weight:400 +} + +.doesNot-36YbF_ { + color:#f04747 +} + +.healthPending-22BgqZ { + color:#faa61a +} + +.healthFailingDescription-xc0vqi { + margin-bottom:8px +} + +.background-3FwLDP { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + background-image:url(img/f0d744519439d994a0e123310dece658.svg); + background-repeat:no-repeat; + pointer-events:none +} + +.discoverySettings-8j0xNl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + max-width:560px; + margin:auto +} + +.image-3rvd0n { + height:110px; + width:100%; + background-image:url(img/4bb32037d9d2e8240d1315ddaf4e4b85.svg); + background-repeat:no-repeat; + background-position:50%; + margin:64px 0 32px +} + +.header-bw_a4i { + text-align:center; + margin-bottom:8px +} + +.description--8OK6G { + text-align:center; + margin-bottom:24px +} + +.checklist-2PoK4y { + border-radius:8px; + background-color:var(--background-secondary); + overflow:hidden; + width:100% +} + +.divider-3ZT-db { + height:1px; + width:100%; + margin:0 16px; + background-color:var(--background-modifier-accent) +} + +.container-1rn8Cv { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + text-align:center +} + +.sparkles-2XXTZO { + position:absolute; + top:60px; + left:0; + width:100%; + z-index:1 +} + +.header-2MiVco { + margin-top:32px; + margin-bottom:8px +} + +.byline-3REiHf { + margin-bottom:16px +} + +.discoverPreview-3q1szX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + text-align:start +} + +.placeholderCard-3Zu1qO, +.previewCard-DOrO3c { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.guidelines-2G-CDd { + margin-top:16px +} + +.enableButton-5IUTeW { + width:-webkit-min-content; + width:-moz-min-content; + width:min-content; + min-width:210px; + margin:auto; + font-weight:600 +} + +.checklist-3Y6Fqp { + text-align:start; + margin-top:32px +} + +.twoColumnFormSection-2Q7L4a { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.formColumnLeft-133goO { + width:50%; + margin-right:8px +} + +.formColumnRight-lC16zj { + width:50%; + margin-left:8px +} + +.noDividerFormSection-vvAlYx { + margin-top:32px +} + +.formTitle-1H5isU { + font-size:14px; + margin-bottom:8px +} + +.formDescription-1M5V7q { + margin-bottom:16px; + margin-right:16px; + max-width:328px +} + +.description-1wCOo3 { + margin:8px 0 +} + +.formSelect-2Fx4ul { + margin-left:16px; + -ms-flex-preferred-size:50%; + flex-basis:50% +} + +.divider-28j0IL { + margin:32px 0 +} + +.guildCard-1cenlU { + min-height:256px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.avatarUploaderInnerSquare-2wsxgt { + border-radius:4px; + background-size:cover; + width:320px; + height:180px +} + +.tag-3G5e08 { + -ms-flex-negative:0; + flex-shrink:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:4px; + margin:2px; + padding:4px 4px 4px 8px; + -webkit-transition:none; + transition:none; + color:var(--header-primary) +} + +.tag-3G5e08:hover { + text-decoration:none +} + +.closeWrapper-1ip_nt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:2px +} + +.close-20aIEG { + color:var(--interactive-normal) +} + +.close-20aIEG:active, +.close-20aIEG:hover { + cursor:pointer; + color:var(--interactive-active) +} + +.error-2OpTSs { + margin-top:8px +} + +.theme-light .avatarUploaderInnerSquare-2wsxgt { + background-image:url(img/7b6ed225050df29a07cb5db712d35a73.svg) +} + +.theme-light .tag-3G5e08 { + background-color:var(--background-tertiary) +} + +.theme-dark .avatarUploaderInnerSquare-2wsxgt { + background-image:url(img/d03d90cb6f12a7ea06274b278dfa4160.svg) +} + +.theme-dark .tag-3G5e08 { + background-color:var(--background-accent) +} + +.emojiAliasPlaceholder-3H_iZA { + position:absolute; + top:0; + left:0; + z-index:0; + font-size:16px; + line-height:16px; + padding-top:6px; + padding-left:8px +} + +.emojiAliasPlaceholder-3H_iZA:after, +.emojiAliasPlaceholder-3H_iZA:before { + content:":"; + position:absolute; + font-weight:500; + opacity:.3 +} + +.emojiAliasPlaceholder-3H_iZA:before { + margin-left:-6px +} + +.emojiAliasPlaceholder-3H_iZA:after { + margin-left:3px +} + +.emojiAliasInput-1y-NBz { + position:relative; + z-index:1; + width:200px +} + +.emojiAliasOffset-3y9w1z { + margin-left:7px +} + +.emojiRow-zIc7ZX { + position:relative; + height:64px +} + +.emojiRow-zIc7ZX .emojiAliasInput-1y-NBz .emojiInput-1aLNse { + -webkit-transition:opacity .1s ease-in-out; + transition:opacity .1s ease-in-out; + opacity:0 +} + +.emojiRow-zIc7ZX .emojiAliasInput-1y-NBz .emojiInput-1aLNse:focus { + opacity:1 +} + +.emojiRow-zIc7ZX .emojiUploader-1f0pVx { + margin-left:10px; + position:relative +} + +.emojiRow-zIc7ZX .emojiRemove-1k6MlJ { + position:absolute; + top:-12px; + right:-31px; + opacity:0 +} + +.emojiRow-zIc7ZX .emojiImage-1hZi2F { + width:32px; + height:32px; + background-size:contain; + background-position:0 50%; + background-repeat:no-repeat +} + +.emojiRow-zIc7ZX .emojiAliasInput-1y-NBz, +.emojiRow-zIc7ZX .emojiImage-1hZi2F { + position:relative +} + +.emojiRow-zIc7ZX .emojiRowText-2j4TNM { + position:absolute; + top:0; + left:28px; + right:0; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.emojiRow-zIc7ZX:focus-within .emojiAliasInput-1y-NBz .emojiInput-1aLNse, +.emojiRow-zIc7ZX:hover .emojiAliasInput-1y-NBz .emojiInput-1aLNse { + opacity:1 +} + +.emojiRow-zIc7ZX:focus-within .emojiRemove-1k6MlJ, +.emojiRow-zIc7ZX:hover .emojiRemove-1k6MlJ { + opacity:1 +} + +.emojiDisabled-3hOv8O { + opacity:.4 +} + +.positionRelative-3HNyhz { + position:relative +} + +.avatar-2Hubm8 { + width:20px!important; + height:20px!important +} + +.theme-dark .emojiAliasInput-1y-NBz .emojiInput-1aLNse { + background-color:#2d2f32 +} + +.theme-dark .emojiAliasPlaceholder-3H_iZA { + color:#fff +} + +.theme-dark .emojiRow-zIc7ZX { + -webkit-box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04); + box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04) +} + +.theme-light .emojiAliasInput-1y-NBz .emojiInput-1aLNse { + background-color:#efeff0 +} + +.theme-light .emojiRow-zIc7ZX { + -webkit-box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04); + box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04) +} + +.wrapper-1sov8s { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.header-38iSYi { + word-break:break-word; + margin-bottom:8px +} + +.secondaryHeader-2oeRPO { + word-break:break-word; + font-weight:500 +} + +.icon-3oSHuZ { + color:var(--interactive-normal); + width:24px; + height:24px +} + +.iconWrapper-lS1uig { + -ms-flex-item-align:start; + align-self:flex-start; + background-color:var(--background-floating); + width:48px; + height:48px; + border-radius:50% +} + +.detailsIcon-2LZ7Bq { + margin-right:4px; + color:var(--interactive-normal) +} + +.detailsWrapper-3XSaoN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + margin-top:4px +} + +.headerDetailsWrapper-3vFoyW { + margin-right:40px +} + +.card-1o0mns { + padding:20px 16px; + margin-bottom:16px +} + +.iconWrapper-1GmWXs { + background-color:var(--background-floating); + width:32px; + height:32px; + border-radius:50%; + margin-right:8px +} + +.tag-2tTce6 { + margin-left:4px +} + +.divider-1Q2f0F { + margin-top:16px; + margin-bottom:-8px +} + +.permissionHeader-asGFgR { + margin-top:24px; + margin-bottom:0 +} + +.permission-23FtuH { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 33.33%; + flex:0 0 33.33%; + margin-top:8px +} + +.check-2-1yhI { + color:#43b581 +} + +.check-2-1yhI, +.cross-22YsmA { + margin-right:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.cross-22YsmA { + color:#f04747 +} + +.theme-light .rolePills-32B_DQ { + color:rgba(79, + 84, + 92, + .8) +} + +.theme-light .card-1o0mns { + border-color:var(--background-tertiary) +} + +.theme-dark .rolePills-32B_DQ { + color:hsla(0, + 0%, + 100%, + .8) +} + +.theme-dark .card-1o0mns { + border-color:var(--background-secondary-alt) +} + +.card-11DMwv { + padding:0; + margin-bottom:16px +} + +.header-AEVxpd { + padding:20px 16px; + cursor:pointer +} + +.body-1URwv3 { + padding:0 16px 24px +} + +.avatarWrapper-100Zq- { + padding-right:12px +} + +.avatarUploaderInner-38krIy { + width:100px; + height:100px +} + +.topDivider-3L6Fpy { + margin-bottom:24px +} + +.bottomDivider-oRTNmX { + margin:24px 0 +} + +.copyButton-2dlh2G { + margin-right:16px +} + +.expandIcon-36eQhw { + color:var(--interactive-normal) +} + +.source-2T0ALx { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-left:-8px; + margin-bottom:24px +} + +.sourceName-1A_rmo { + color:var(--text-normal); + margin:0 8px 0 4px +} + +.sourceIcon-3A2BWe { + color:var(--interactive-normal) +} + +.sourceGuildIcon-3FBVzr { + border-radius:50%; + width:24px; + height:24px +} + +.guildSource-zsVqWq { + color:var(--text-muted); + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin:0 8px +} + +.removeButton-2mQphS { + padding-left:0; + padding-right:0 +} + +.theme-light .card-11DMwv { + border-color:var(--background-tertiary) +} + +.theme-dark .card-11DMwv { + border-color:var(--background-secondary-alt) +} + +.card-3IImnr { + padding:0; + margin-bottom:16px +} + +.pulse-3KGsIm { + border-width:1px; + border-color:transparent; + -webkit-animation:pulseBorder-1LZYy9 .8s alternate; + animation:pulseBorder-1LZYy9 .8s alternate +} + +@-webkit-keyframes pulseBorder-1LZYy9 { + 0% { + border-color:transparent + } + + 50% { + border-color:#7289da + } + + to { + border-color:transparent + } + +} + +@keyframes pulseBorder-1LZYy9 { + 0% { + border-color:transparent + } + + 50% { + border-color:#7289da + } + + to { + border-color:transparent + } + +} + +.header-146Xl5 { + padding:20px 16px; + cursor:pointer +} + +.body-1zRX82 { + padding:0 16px 24px +} + +.avatarWrapper-w4yZ79 { + padding-right:12px +} + +.avatarUploaderInner-2yzhZs { + width:100px; + height:100px +} + +.topDivider-3G26Ct { + margin-bottom:24px +} + +.bottomDivider-2zO9Uj { + margin:24px 0 +} + +.copyButton-162Uy2 { + margin-right:16px +} + +.expandIcon-3Ktz7x { + color:var(--interactive-normal) +} + +.theme-light .card-3IImnr { + border-color:var(--background-tertiary) +} + +.theme-dark .card-3IImnr { + border-color:var(--background-secondary-alt) +} + +.groupHeader-2HO9n1 { + margin-top:24px; + margin-bottom:16px +} + +.channelName-23gcSM { + color:var(--header-primary) +} + +.header-1zrK9n { + margin-top:20px +} + +.headerDivider-Dg1-HH { + margin:32px 0 +} + +.headerDescription-1Nd_lF { + margin-top:16px +} + +.sectionHeader-3nPONz { + margin-bottom:16px; + font-weight:500 +} + +.sectionIcon-_ETEQ7 { + color:var(--interactive-normal); + margin-right:8px +} + +.section-1vojIX { + margin-bottom:32px +} + +.emptyCard-COmm00 { + padding:36px 16px; + text-align:center; + border-width:0 +} + +.updateAvailable-qNqOs7 { + -webkit-animation:spin-3elCWT 2s linear infinite; + animation:spin-3elCWT 2s linear infinite +} + +@-webkit-keyframes spin-3elCWT { + 0% { + -webkit-transform:rotate(0deg); + transform:rotate(0deg) + } + + to { + -webkit-transform:rotate(1turn); + transform:rotate(1turn) + } + +} + +@keyframes spin-3elCWT { + 0% { + -webkit-transform:rotate(0deg); + transform:rotate(0deg) + } + + to { + -webkit-transform:rotate(1turn); + transform:rotate(1turn) + } + +} + +.card-2oHOey { + padding:0; + margin-bottom:16px +} + +.header-3_1L2a { + padding:20px 16px +} + +.expandableHeader-419nXs { + cursor:pointer +} + +.body-1_h7ob { + padding:0 16px 16px +} + +.topDivider-30ltDi { + margin-bottom:24px +} + +.midDivider-1XcdC7 { + margin:24px 0 +} + +.bottomDivider-2vNBIW { + margin:24px 0 16px +} + +.description-CJJAf4>a { + color:var(--header-secondary) +} + +.syncedRole-ko_ioR>a { + color:var(--header-primary) +} + +.emoji-1jNyN9 { + color:var(--text-muted); + min-height:0!important; + max-width:28px!important; + max-height:28px!important; + margin:8px 8px 0 0!important +} + +.switch-3t5-zB { + -ms-flex-item-align:center; + align-self:center +} + +.expandIcon-h6kd__ { + color:var(--interactive-normal) +} + +.enabledBadge-2bejG8 { + background-color:#43b581 +} + +.disableButton-vqsDT_ { + padding-left:0; + padding-right:0 +} + +.theme-light .card-2oHOey { + border-color:var(--background-tertiary) +} + +.theme-dark .card-2oHOey { + border-color:var(--background-secondary-alt) +} + +.header-3AX55L { + margin-top:20px +} + +.headerDivider-38pm1t { + margin:32px 0 +} + +.platformIcon-1PGQCy { + width:28px; + height:28px +} + +.iconWrapper-1CmFNX { + background-color:var(--background-floating); + width:48px; + height:48px; + border-radius:50% +} + +.helpText-3pMjkE { + margin-top:16px +} + +.headerDivider-24Gho9 { + margin:32px 0 +} + +.emptyStateImage-3B9eCS { + width:272px; + height:145px; + margin-top:32px; + margin-bottom:24px +} + +.emptyStateButton-1ecMOd { + margin-top:12px +} + +.sectionHeader-3mr9j6 { + margin-top:32px; + margin-bottom:16px; + color:var(--text-muted); + font-weight:500 +} + +.channelName-3PKQcf { + color:var(--header-primary) +} + +.card-o7rAq- { + padding:20px 16px; + margin-bottom:16px +} + +.caret-Ld-w32 { + margin-left:8px; + color:var(--interactive-normal) +} + +.feature-1kwvmO { + margin-right:16px +} + +.featureIcon-3huAlM { + color:var(--text-muted) +} + +.clickable-ya6Upc { + cursor:pointer +} + +.theme-light .card-o7rAq- { + border-color:var(--background-tertiary) +} + +.theme-dark .card-o7rAq- { + border-color:var(--background-secondary-alt) +} + +.divider-2ArnI_ { + margin:32px 0 +} + +.sectionHeader-roK2A- { + margin-bottom:24px +} + +.emptyStateWrapper-1TYbzO { + -ms-flex-line-pack:center; + align-content:center +} + +.emptyStateImage-1cmrRm { + width:256px; + height:72px; + margin-bottom:-24px; + z-index:100 +} + +.emptyStateCard-1gakJi { + width:100%; + min-height:128px; + padding-top:24px; + z-index:1; + border-width:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.footerPlaceholder-3sjNqI { + padding-bottom:228px +} + +.footerImage-4UrEF0 { + position:absolute; + bottom:0; + left:0; + right:0; + height:188px; + background-size:660px 188px; + background-position:50%; + background-repeat:no-repeat +} + +.theme-dark .footerImage-4UrEF0 { + background-image:url(img/36d0e0bb009fa362c2533003c0af67b5.svg) +} + +.theme-light .footerImage-4UrEF0 { + background-image:url(img/c9b2eb9473c66578a8e021e9fe46b74b.svg) +} + +.platformIcon-3ewYVp { + width:28px; + height:28px +} + +.headerDivider-imrZvL { + margin:32px 0 +} + +.createButton-3dZ1z4, +.emptyStateImage-3SXmVX { + margin-bottom:24px +} + +.emptyStateImage-3SXmVX { + width:272px; + height:145px +} + +.emptyStateButton-3AtrA7 { + margin-top:12px +} + +.spinner-3PIoVi { + margin-top:40px +} + +.backButton-1C0-xm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:28px; + cursor:pointer; + margin:-4px 8px -4px 0 +} + +.backArrow-yh8dcc { + color:var(--text-muted) +} + +.breadcrumbs-313Q_y { + margin-bottom:20px +} + +.breadcrumb-3W75Jy { + text-transform:uppercase +} + +.breadcrumbActive-rzcSnC { + color:var(--header-primary) +} + +.breadcrumbInactive--q94Ii { + cursor:pointer; + color:var(--header-secondary) +} + +.breadcrumbInactive--q94Ii:hover { + color:var(--header-primary) +} + +.inviteSettingsInviteRow-3p2O-N { + height:62px; + position:relative; + font-size:16px; + line-height:20px; + color:var(--text-normal) +} + +.headerSection-3-3lNF { + padding-bottom:4px +} + +.headerDivider-IXgjKK { + margin-bottom:19px +} + +.inviteSettingsInviteRow-3p2O-N:focus-within .revokeInvite-28N8uj, +.inviteSettingsInviteRow-3p2O-N:hover .revokeInvite-28N8uj { + opacity:1 +} + +.text-21vYb9 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.revokeInvite-28N8uj, +.text-21vYb9 { + z-index:2 +} + +.username-38XC76 { + margin-left:8px +} + +.channelName-13-Sm9 { + margin-left:26px +} + +.countdownColumn-3NPaQ0 { + margin-right:0 +} + +.revokeInvite-28N8uj { + position:absolute; + top:-12px; + right:-31px; + opacity:0; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease +} + +.inviteCode-202N0U { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.textAlignRight-9VxZrl { + text-align:right +} + +.countdown-3GoVpq, +.uses-mYuoF0 { + text-align:right; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.user-3x-NP9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + color:var(--header-primary) +} + +.discriminator-uTZ08z { + color:var(--header-secondary) +} + +.avatar-1D9RQa { + width:20px!important; + height:20px!important +} + +.marginBottom20-2iRTVz { + margin-bottom:20px +} + +.theme-dark .inviteSettingsInviteRow-3p2O-N { + -webkit-box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04); + box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04) +} + +.theme-light .inviteSettingsInviteRow-3p2O-N { + -webkit-box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04); + box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04) +} + +.spacing-10gZNy { + margin:8px 0 16px +} + +.pruneDetails-2XW25x { + margin:20px 0 +} + +.role-3_4ahB { + margin:4px 4px 4px 0; + color:var(--text-normal) +} + +.content-160bZ2 { + overflow:unset; + overflow-y:visible; + padding:0 16px; + z-index:2 +} + +.fromToWrapper-LEJK5w { + padding-top:24px; + background:no-repeat 50% 0 +} + +.from-mPWN2E, +.to-2819fF { + border-radius:50% +} + +.from-mPWN2E { + margin-right:-27px; + opacity:.3 +} + +.to-2819fF { + position:relative; + z-index:1 +} + +.theme-dark .to-2819fF { + -webkit-box-shadow:0 0 0 4px #2f3136; + box-shadow:0 0 0 4px #2f3136; + background-color:#2f3136 +} + +.theme-dark .fromToWrapper-LEJK5w { + background-image:url(img/7d74fde5c67e7d6dd17ebefedce42c74.svg) +} + +.theme-light .to-2819fF { + -webkit-box-shadow:0 0 0 4px #f6f6f7; + box-shadow:0 0 0 4px #f6f6f7; + background-color:#f6f6f7 +} + +.theme-light .fromToWrapper-LEJK5w { + background-image:url(img/c4fcc96859526eae2dfd060c7eeaa303.svg) +} + +.searchBar-1YE5UV { + margin-left:10px +} + +.membersHeader-1e_dwe .ui-select-2Wiqwo { + width:150px +} + +.pruneLink-3V7wes { + opacity:.9 +} + +.membersCount-3pDYPB { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.membersFilterPopout-URUUD- { + width:240px +} + +.membersFilterPopout-URUUD- .ui-scroller-wrap--ZsVcq { + max-height:280px +} + +.member-1q7VfX { + padding:16px 0 +} + +.member-1q7VfX.active-2lyE_3 .overflowIcon-1qLIlV, +.member-1q7VfX:focus-within .overflowIcon-1qLIlV, +.member-1q7VfX:focus .overflowIcon-1qLIlV, +.member-1q7VfX:hover .overflowIcon-1qLIlV { + opacity:.6 +} + +.member-1q7VfX.active-2lyE_3 .overflowIcon-1qLIlV:focus, +.member-1q7VfX.active-2lyE_3 .overflowIcon-1qLIlV:focus-within, +.member-1q7VfX.active-2lyE_3 .overflowIcon-1qLIlV:hover, +.member-1q7VfX:focus-within .overflowIcon-1qLIlV:focus, +.member-1q7VfX:focus-within .overflowIcon-1qLIlV:focus-within, +.member-1q7VfX:focus-within .overflowIcon-1qLIlV:hover, +.member-1q7VfX:focus .overflowIcon-1qLIlV:focus, +.member-1q7VfX:focus .overflowIcon-1qLIlV:focus-within, +.member-1q7VfX:focus .overflowIcon-1qLIlV:hover, +.member-1q7VfX:hover .overflowIcon-1qLIlV:focus, +.member-1q7VfX:hover .overflowIcon-1qLIlV:focus-within, +.member-1q7VfX:hover .overflowIcon-1qLIlV:hover { + opacity:1 +} + +.member-1q7VfX .nameTag-3wmDUk { + min-width:200px; + max-width:200px +} + +.member-1q7VfX .nameTag-3wmDUk .name-8yzEIY, +.member-1q7VfX .nameTag-3wmDUk .tag-1YGWN9 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + cursor:text; + margin-right:.3rem +} + +.member-1q7VfX .ownerHelpIcon-3ItaBx { + cursor:default; + width:14px; + height:14px +} + +.member-1q7VfX .roleWrapper-1Hde_V { + overflow:hidden +} + +.member-1q7VfX .overflowButton-D3gjra { + width:24px +} + +.member-1q7VfX .overflowIcon-1qLIlV { + opacity:0; + cursor:pointer; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease +} + +.member-1q7VfX .avatar-2tTaT6, +.member-1q7VfX .nameTag-3wmDUk, +.member-1q7VfX .overflowButton-D3gjra, +.member-1q7VfX .roleWrapper-1Hde_V { + z-index:1 +} + +.tag-1YGWN9 { + color:var(--text-muted); + font-size:14px +} + +.theme-light .pruneLink-3V7wes { + color:#f04747 +} + +.theme-light .member-1q7VfX { + -webkit-box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04); + box-shadow:0 1px 0 0 rgba(79, + 84, + 92, + .04) +} + +.theme-light .member-1q7VfX .name-8yzEIY { + color:#4f545c; + font-weight:500 +} + +.theme-light .member-1q7VfX .roleWrapper-1Hde_V { + color:rgba(79, + 84, + 92, + .8) +} + +.theme-light .member-1q7VfX .overflowIconFg-QMRRFI { + fill:#4f545c +} + +.theme-light .member-1q7VfX .ownerHelpIcon-3ItaBx { + color:#4f545c +} + +.theme-dark .pruneLink-3V7wes { + color:#f04747 +} + +.theme-dark .member-1q7VfX { + -webkit-box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04); + box-shadow:0 1px 0 0 hsla(0, + 0%, + 100%, + .04) +} + +.theme-dark .member-1q7VfX .name-8yzEIY { + color:#f6f6f7; + font-weight:500 +} + +.theme-dark .member-1q7VfX .roleWrapper-1Hde_V { + color:hsla(0, + 0%, + 100%, + .8) +} + +.theme-dark .member-1q7VfX .overflowIconFg-QMRRFI { + fill:#fff +} + +.theme-dark .member-1q7VfX .ownerHelpIcon-3ItaBx { + color:#f6f6f7 +} + +.buttonWithTooltip-zc8RdL { + width:100% +} + +.regionSelect-3lf4eE { + margin-top:10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer; + height:46px +} + +.regionSelect-3lf4eE.disabled-1PUF94 { + pointer-events:none; + opacity:.25 +} + +.regionSelect-3lf4eE.disabled-1PUF94 .regionSelectInner-24f4Ce { + border-radius:3px +} + +.regionSelect-3lf4eE.disabled-1PUF94 button { + display:none +} + +.regionSelect-3lf4eE.regionSelectLoading-34I21m { + border:1px solid #cdcdcd; + border-radius:4px; + pointer-events:none; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.regionSelect-3lf4eE button { + font-family:'Rubik', + Helvetica Neue, + Helvetica, + Arial, + sans-serif; + font-weight:500; + color:#7289da; + font-size:14px; + border:1px solid #cdcdcd; + border-left:none; + border-radius:0 4px 4px 0; + padding:10px +} + +.regionSelect-3lf4eE .regionSelectInner-24f4Ce { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:7px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + border:1px solid #cdcdcd; + border-radius:4px 0 0 4px +} + +.regionSelect-3lf4eE .regionSelectFlag-3uwFtG { + margin-right:16px +} + +.regionSelectFlag-3uwFtG { + width:44px; + height:30px; + background-size:44px 30px; + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + border-radius:4px; + background-color:#7289da +} + +.vip-1SuRbe:after { + position:absolute; + bottom:-5px; + right:-10px; + content:"VIP"; + background:#7289da; + color:#fff; + border:2px solid #fff; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:500; + font-size:10px; + padding:1px 3px +} + +.regionSelectName-2-2FWh { + font-weight:700; + font-size:16px; + color:#99aab5 +} + +.regionSelectModal-12e-57 { + background:#fff!important; + width:700px!important; + padding:30px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.regionSelectModal-12e-57 .regionSelectModalHeader-21khC1 { + text-align:center; + font-weight:700; + color:#7289da; + font-size:18px; + margin-bottom:23px +} + +.regionSelectModal-12e-57 .regionSelectModalFooter-20C5iA { + font-size:12px; + color:#87909c; + text-align:center; + margin-top:23px +} + +.regionSelectModal-12e-57 .regionSelectModalOptions-2TWQOB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 { + border:2px solid #f3f3f3; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:#fff; + width:114px; + height:114px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + cursor:pointer; + margin:7px +} + +.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 .regionSelectName-2-2FWh { + margin-top:16px; + text-align:center; + padding:0 4px +} + +.regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover { + border-color:#7289da; + -webkit-box-shadow:0 1px 0 rgba(0, + 0, + 0, + .06); + box-shadow:0 1px 0 rgba(0, + 0, + 0, + .06) +} + +.theme-dark .regionSelect-3lf4eE, +.theme-dark .regionSelect-3lf4eE button, +.theme-light .regionSelect-3lf4eE, +.theme-light .regionSelect-3lf4eE button { + background-color:transparent +} + +.theme-dark .regionSelect-3lf4eE:hover, +.theme-light .regionSelect-3lf4eE:hover { + -webkit-box-shadow:0 1px 0 rgba(0, + 0, + 0, + .06); + box-shadow:0 1px 0 rgba(0, + 0, + 0, + .06) +} + +.theme-dark .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce, +.theme-dark .regionSelect-3lf4eE:hover button, +.theme-light .regionSelect-3lf4eE:hover .regionSelectInner-24f4Ce, +.theme-light .regionSelect-3lf4eE:hover button { + border-color:#7289da +} + +.theme-dark .regionSelect-3lf4eE:hover button, +.theme-light .regionSelect-3lf4eE:hover button { + background-color:#7289da; + color:#fff +} + +.container-1s4HBn { + -webkit-transition:border-color .17s ease; + transition:border-color .17s ease +} + +.container-1s4HBn.error-3TKm5F, +.container-1s4HBn.error-3TKm5F:hover { + border-color:#f04747 +} + +.layout-RmPevB .input-1dRteR { + padding:0 0 0 8px; + overflow:visible; + line-height:24px +} + +.name-3suiPo { + margin-left:5px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.flag-16iIBd { + position:relative; + width:36px; + height:24px; + background-size:cover; + border-radius:3px; + margin-right:10px +} + +.vip-3pFIN8:after { + position:absolute; + bottom:-5px; + right:-10px; + content:"VIP"; + background:#7289da; + color:#fff; + border:2px solid; + border-radius:3px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:500; + font-size:10px; + padding:2px; + height:17px; + line-height:10px +} + +.theme-dark .container-1s4HBn.hover-2AGf5p { + border-color:#040405 +} + +.theme-dark .flag-16iIBd.vip-3pFIN8:after { + border-color:#36393f +} + +.theme-light .container-1s4HBn.hover-2AGf5p { + border-color:#b9bbbe +} + +.theme-light .flag-16iIBd.vip-3pFIN8:after { + border-color:#fff +} + +.avatarUploader-2yeaMv .avatarUploaderInner-3SDRO_, +.avatarUploaderDisabled-310UAf .avatarUploaderInner-3SDRO_ { + width:100px; + height:100px; + background-size:100% 100% +} + +.avatarUploader-2yeaMv .avatarUploaderInnerSquare-2UOXj4, +.avatarUploaderDisabled-310UAf .avatarUploaderInnerSquare-2UOXj4 { + border-radius:4px; + background-size:cover; + width:100%; + height:180px +} + +.iconError-3G2IfP { + margin-top:8px; + text-align:center +} + +.guildSettingsOverviewNotice-2VluqV { + border-radius:4px +} + +.divider-3wNib3 { + margin-top:40px; + padding-top:40px; + border-top:1px solid transparent +} + +.theme-dark .guildSettingsOverviewNotice-2VluqV { + background-color:rgba(32, + 34, + 37, + .95) +} + +.theme-dark .avatarUploader-2yeaMv .avatarUploaderInner-3SDRO_, +.theme-dark .avatarUploaderDisabled-310UAf .avatarUploaderInner-3SDRO_ { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .avatarUploader-2yeaMv .avatarUploaderInner-3SDRO_:hover { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + inset 0 0 120px rgba(0, + 0, + 0, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + inset 0 0 120px rgba(0, + 0, + 0, + .6) +} + +.theme-dark .avatarUploaderDisabled-310UAf .avatarUploaderInner-3SDRO_:hover { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .error-2JokS1, +.theme-dark .iconError-3G2IfP { + color:#f04747 +} + +.theme-dark .divider-3wNib3 { + border-color:rgba(114, + 118, + 125, + .3) +} + +.theme-light .guildSettingsOverviewNotice-2VluqV { + background-color:rgba(246, + 246, + 247, + .95) +} + +.theme-light .avatarUploader-2yeaMv .avatarUploaderInner-3SDRO_, +.theme-light .avatarUploaderDisabled-310UAf .avatarUploaderInner-3SDRO_ { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .avatarUploader-2yeaMv .avatarUploaderInner-3SDRO_:hover { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + inset 0 0 120px rgba(0, + 0, + 0, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + inset 0 0 120px rgba(0, + 0, + 0, + .6) +} + +.theme-light .error-2JokS1, +.theme-light .iconError-3G2IfP { + color:#f04747 +} + +.theme-light .avatarUploaderDisabled-310UAf .avatarUploaderInner-3SDRO_:hover { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .divider-3wNib3 { + border-color:rgba(185, + 187, + 190, + .3) +} + +.healthFailingDescription-2i0N_v { + margin-bottom:8px +} + +.detailsButton-2DLM6k { + padding:0; + font-weight:400 +} + +.healthPending-2vOXca { + color:#faa61a +} + +.doesNot-182rCC { + color:#f04747 +} + +.separator-Hx_3SF { + height:1px; + width:100%; + background-color:var(--header-primary); + opacity:.06; + border:none; + margin:0 +} + +.container-1y2SiJ { + min-height:480px; + -ms-flex-direction:column; + flex-direction:column +} + +.centeredContent-2RnY1t, +.container-1y2SiJ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal +} + +.centeredContent-2RnY1t { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerContent-1hkqMb { + text-align:center +} + +.header-2iAsQ- { + margin-bottom:16px +} + +.headerCaption-dhZYrH, +.headerCaptionSecondLine-njznzs { + color:var(--header-secondary) +} + +.headerCaptionSecondLine-njznzs { + margin-top:16px +} + +.formItem-3caYi-, +.twoColumn-3yKVlN { + margin-top:24px +} + +.twoColumn-3yKVlN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.columnItem-P4zi8t { + -ms-flex-preferred-size:50%; + flex-basis:50% +} + +.spacedColumnItem-2jBOnY { + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-preferred-size:50%; + flex-basis:50%; + margin-right:16px +} + +.description-1UfJ_A { + margin-bottom:8px +} + +.otherDescription-1p-Y0L { + margin:8px 0 +} + +.tag-3-bjbr { + -ms-flex-negative:0; + flex-shrink:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:4px; + margin:2px; + padding:4px 4px 4px 8px; + -webkit-transition:none; + transition:none; + color:var(--header-primary) +} + +.tag-3-bjbr:hover { + text-decoration:none +} + +.closeWrapper-1DB17G { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:2px +} + +.close-1WlsZj { + width:12px; + height:12px; + color:var(--interactive-normal) +} + +.close-1WlsZj:active, +.close-1WlsZj:hover { + cursor:pointer; + color:var(--interactive-active) +} + +.theme-light .tag-3-bjbr { + background-color:var(--background-tertiary) +} + +.theme-dark .tag-3-bjbr { + background-color:var(--background-accent) +} + +.buttonFlexContainer-3I-FUG { + margin:4px 0 0 +} + +.buttonWrapper-1AHlq- { + position:relative; + margin-left:0; + margin-right:12px +} + +.buttonWrapper-1AHlq- .oauthButton-1qlQzP { + border-radius:4px; + border:1px solid var(--background-tertiary); + background-color:var(--background-secondary) +} + +.buttonWrapper-1AHlq- .oauthButton-1qlQzP:hover { + border-color:var(--background-tertiary); + background-color:var(--background-secondary-alt) +} + +.buttonWrapper-1AHlq- .connected-2pJS_z { + opacity:.75; + border:2px solid #7289da +} + +.buttonWrapper-1AHlq- .connected-2pJS_z:hover { + opacity:1; + border:2px solid #7289da +} + +.checkmarkCircle-2n4gFf { + background-color:#7289da; + border-radius:50%; + width:16px; + height:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + position:absolute; + top:-8px; + right:-8px +} + +.container-3Z2Sia { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + text-align:center +} + +.banner-2AwsUs { + width:428px; + margin-bottom:40px +} + +.featureCards-3AOp7w { + display:grid; + grid-template-columns:repeat(3, + 1fr); + grid-gap:16px; + margin-bottom:32px +} + +.body-jOLx1x { + margin-top:8px; + margin-bottom:32px +} + +.separator-2V2oIO { + margin:32px 0; + height:1px; + width:100%; + background-color:var(--header-primary); + opacity:.06; + border:none +} + +.pendingBar-1vOJ9X { + background-color:var(--background-tertiary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px; + border-radius:8px; + text-align:start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin:0 32px +} + +.paragraph-2_8gFN { + margin-bottom:-14px +} + +.requirementsImage-tqIP2X { + margin-right:16px +} + +.loadingText-1ki_Yg { + margin-bottom:16px +} + +.info-1LuGpo { + color:#3e70dd +} + +.warning-3qyw2h { + color:#f04747 +} + +.button-3vUWW9 { + margin-bottom:2px +} + +.applicationPauseWarning-SpLhap { + margin-bottom:16px; + text-align:start +} + +.checklistContainer-mFJZEJ { + background-color:var(--background-secondary); + border-radius:8px; + text-align:start; + margin:0 32px +} + +.checklistHeader-1KWcEY { + background-color:var(--background-tertiary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:8px 8px 0 0 +} + +.cooldown-2qfqBs { + margin-top:16px +} + +.crossfade-aWRFUb { + position:relative +} + +.icon-2fGOj8 { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + width:100%; + height:100% +} + +.animation-10BpnT { + position:relative +} + +.image-2PF0zB { + background-repeat:no-repeat; + background-size:100% +} + +.wumpus-2ykFc1 { + position:relative; + background-image:url(img/c23878305091e47e5c82ac7068fa936d.svg); + width:100%; + height:100% +} + +.fireWrapper-foRH1S { + position:absolute; + width:30%; + height:20% +} + +.fireTopWrapper-2GkNLP { + -webkit-transform:rotate(348deg); + transform:rotate(348deg); + top:70%; + left:0 +} + +.fireBottomWrapper-nNfjpr { + -webkit-transform:rotate(330deg); + transform:rotate(330deg); + top:92%; + left:8% +} + +.fire-8ekImD { + background-image:url(img/5c08e6a946c329d6b12a4810547b58de.svg); + width:100%; + height:100%; + -webkit-transform-origin:center right; + transform-origin:center right +} + +.progressBar-3DHbdu { + position:relative; + width:24px +} + +.bar-3S3dlZ { + width:4px; +} + +.foreground-2EIns2 { + color:#ff73fa +} + +.foregroundTooltipPosition-3-rP__ { + position:absolute; + left:24px +} + +.tier-2c9-hT { + position:absolute; + left:4px; + border-radius:50%; + width:16px; + height:16px +} + +.tierCurrent-Lw7-4E { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.currentTierIcon-EGY5eG { + width:10px; + height:10px +} + +.foregroundTooltip-_9t78D { + max-width:280px +} + +.theme-dark .background-3xPPFc { + color:#202225 +} + +.theme-dark .tierInProgress-3mBoXq { + background-color:#202225 +} + +.theme-light .background-3xPPFc { + color:#ebedef +} + +.theme-light .tierInProgress-3mBoXq { + background-color:#ebedef +} + +.theme-dark .tierAccomplished-2eXPdI, +.theme-dark .tierCurrent-Lw7-4E, +.theme-dark .tierDefault-2qaRkD, +.theme-light .tierAccomplished-2eXPdI, +.theme-light .tierCurrent-Lw7-4E, +.theme-light .tierDefault-2qaRkD { + background:#ff73fa +} + +.theme-dark .tierCurrent-Lw7-4E, +.theme-light .tierCurrent-Lw7-4E { + -webkit-box-shadow:0 4px 8px rgba(0, + 0, + 0, + .24); + box-shadow:0 4px 8px rgba(0, + 0, + 0, + .24) +} + +.theme-dark .currentTierIcon-EGY5eG, +.theme-light .currentTierIcon-EGY5eG { + color:#fff +} + +.theme-dark .tooltipMuted-26IcoY, +.theme-light .tooltipMuted-26IcoY { + color:#72767d +} + +.titleBlurb-2y0XJX { + margin-bottom:40px; + margin-right:20px +} + +.content-22JeIO { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.progress-LWvunf { + position:absolute +} + +.progressWithSubscriptions-2AEPyo { + margin-top:7px +} + +.tiers-2J8eY9 { + margin-left:38px; + width:100% +} + +.subscriberCount-27QHc5 { + margin-top:8px; + margin-bottom:24px +} + +.subscriberCount-27QHc5 strong { + font-weight:500 +} + +.subscribers-2AXB4_ .subscriberMask-1dpKjd { + margin-right:-8px +} + +.moreSubscribers-1cuWDE { + border-radius:50%; + height:30px; + width:30px; + line-height:30px; + font-size:12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + cursor:pointer +} + +.subscribersPopout-2CP6Ln { + display:grid; + grid-template-columns:1fr 1fr; + grid-gap:16px; + padding:16px; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + max-height:216px +} + +.subscribersPopoutUser-3rC75S { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:14px; + line-height:18px +} + +.subscribersPopoutUsername-Gnjs_g { + margin-left:8px; + max-width:200px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.tierDefaultUnlocked-3vcAcj { + margin-bottom:16px +} + +.tierDefaultUnlockedDescription-2qindu { + margin-top:10px +} + +.tier-3H4BXk { + border-radius:4px +} + +.tierBottomMargin-HF-_u3 { + margin-bottom:24px +} + +.tierHeader-rlkkJd { + border-radius:4px 4px 0 0; + position:relative +} + +.tierHeaderContent-2-YfvN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:16px; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.tierHeaderUnlocked-2RhWqn { + overflow:hidden +} + +.tierHeaderUnlockedBackground-MW5XJU { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.tierIcon-36mHr9 { + width:32px; + height:32px +} + +.tierTitle-1KQlVT { + margin-left:16px; + line-height:20px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + font-weight:600 +} + +.tierRequirement-3nNUYS, +.tierTitle-1KQlVT { + font-size:16px +} + +.tierLock-1oFMOZ { + width:30px; + height:30px; + margin-left:16px; + color:var(--interactive-muted) +} + +.tierUnlocked-27DwHo { + border-radius:10px; + padding:4px 8px; + font-size:12px; + font-weight:600; + text-transform:uppercase +} + +.tierClose-NvDitg { + position:absolute; + width:100%; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.tierCloseMechaWumpus-1m_12W { + height:70px; + width:90px +} + +.tierCloseHint-380zIA { + position:relative; + border-radius:4px; + padding:8px 16px; + max-width:135px; + font-size:12px; + line-height:16px; + margin-left:16px +} + +.tierCloseHint-380zIA:before { + content:""; + position:absolute; + top:calc(50% - 8px); + left:-16px; + border:8px solid transparent +} + +.tierCloseClose-2z5dSa { + -ms-flex-item-align:start; + align-self:flex-start; + margin-top:4px; + margin-left:4px; + cursor:pointer +} + +.tierCloseCloseIcon-2E1TY2 { + width:16px; + height:16px +} + +.hidden-1txiN8 { + opacity:0; + pointer-events:none +} + +.tierBody-x9kBBp { + padding:16px; + border-radius:0 0 4px 4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-weight:500 +} + +.previousPerks-Dc7vdK { + font-size:14px; + line-height:18px; + margin-bottom:16px +} + +.perks-2Ve4tD { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + display:grid; + grid-gap:16px; + grid-template-columns:repeat(auto-fit, + minmax(280px, + 1fr)) +} + +.perk-1jBjoo { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.perkIcon-mUj0mf { + width:20px; + height:20px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.perkText-3XtO4b { + margin-left:10px; + font-size:12px; + line-height:16px +} + +.perkTitle-16qMZu { + font-weight:600 +} + +.perkDescription-2XI-9M { + margin-top:4px +} + +.avatar-CdbXb3 { + width:30px!important; + height:30px!important +} + +.divider-Uf0Wob { + height:1px; + background:var(--background-modifier-accent); + margin:32px 0 +} + +.theme-dark .moreSubscribers-1cuWDE { + background-color:#202225; + color:#fff +} + +.theme-dark .subscriberCount-27QHc5 { + color:#b9bbbe +} + +.theme-dark .subscriberCount-27QHc5 strong { + font-weight:500; + color:#dcddde +} + +.theme-dark .subscribersPopout-2CP6Ln { + background:#18191c; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .subscribersPopoutUser-3rC75S { + color:#b9bbbe +} + +.theme-dark .tierHeaderLocked-1a2opw { + background-color:#202225; + color:#b9bbbe +} + +.theme-dark .tierHeaderUnlocked-2RhWqn { + background-color:#202225 +} + +.theme-dark .tierCloseClose-2z5dSa { + color:#fff +} + +.theme-dark .tierBody-x9kBBp { + background-color:#2f3136; + color:#b9bbbe +} + +.theme-light .moreSubscribers-1cuWDE { + background-color:#202225; + color:#fff +} + +.theme-light .subscriberCount-27QHc5 { + color:#9099a4 +} + +.theme-light .subscriberCount-27QHc5 strong { + color:#4f5660 +} + +.theme-light .subscribersPopout-2CP6Ln { + background:#fff; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + border:1px solid #ebedef +} + +.theme-light .subscribersPopoutUser-3rC75S { + color:#747f8d +} + +.theme-light .tierHeaderLocked-1a2opw { + background-color:#f8f9f9; + color:#9099a4 +} + +.theme-light .tierHeaderUnlocked-2RhWqn { + background-color:#f8f9f9 +} + +.theme-light .tierCloseClose-2z5dSa { + color:#747f8d +} + +.theme-light .tierBody-x9kBBp { + background-color:#fff; + color:#2e3338; + border:1px solid #ebedef +} + +.theme-dark .tierUnlocked-27DwHo, +.theme-light .tierUnlocked-27DwHo { + background-color:#fff; + color:#7289da +} + +.theme-dark .tierCloseHint-380zIA, +.theme-light .tierCloseHint-380zIA { + color:#fff; + background-color:#7289da +} + +.theme-dark .tierCloseHint-380zIA:before, +.theme-light .tierCloseHint-380zIA:before { + border-right-color:#7289da +} + +.theme-dark .tierHeaderUnlocked-2RhWqn, +.theme-light .tierHeaderUnlocked-2RhWqn { + color:#fff +} + +.theme-dark .tierHeaderUnlockedBackground-MW5XJU, +.theme-light .tierHeaderUnlockedBackground-MW5XJU { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#3e70dd), + to(#b377f3)); + background-image:linear-gradient(90deg, + #3e70dd, + #b377f3) +} + +.premiumGuildGracePeriodTitle-GOD9_E { + text-transform:uppercase +} + +.draggable-1EOU8o { + overflow:hidden +} + +.draggable-1EOU8o:active { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.iconButton-3V4WS5 { + position:relative; + cursor:pointer; + background-size:100%; + background-color:transparent +} + +.iconButton-3V4WS5:disabled { + pointer-events:none +} + +.iconButtonDefault-2cKx7- { + opacity:.6 +} + +.iconButtonDefault-2cKx7-:hover { + opacity:1 +} + +.iconButtonDefault-2cKx7-:disabled { + opacity:.3 +} + +.iconButtonStatic-2cPMA6 { + opacity:1 +} + +.iconButtonStatic-2cPMA6:disabled { + opacity:.6 +} + +.large-35qh5U { + width:36px; + height:36px +} + +.medium-2JR8YY { + width:24px; + height:24px +} + +.small--aHOfS { + width:18px; + height:18px +} + +.xsmall-2ObGoR { + width:12px; + height:12px +} + +.role-3wi9Tf { + height:32px; + margin-top:0; + margin-bottom:0!important +} + +.role-3wi9Tf:focus-within .roleOverflow-1zjC9k, +.role-3wi9Tf:hover .roleOverflow-1zjC9k { + visibility:visible +} + +.roleInner-1C_Scc { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.roleOverflow-1zjC9k { + width:20px; + height:20px; + -ms-flex-negative:0; + flex-shrink:0; + margin-left:8px; + color:var(--interactive-normal); + visibility:hidden; + cursor:pointer +} + +.roleOverflow-1zjC9k.open-1HQpYy { + visibility:visible +} + +.lock-2Nag5p { + position:relative; + top:-1px; + margin-right:4px; + width:18px; + height:18px +} + +.dragged-2XvZ89 { + height:32px; + background-size:100% 100% +} + +.theme-light .dragged-2XvZ89 { + background-image:url(img/5938438b22779696a9039caf262ff72b.svg) +} + +.theme-dark .dragged-2XvZ89 { + background-image:url(img/a8564dac0d728add0025be388f5ad7a2.svg) +} + +.group-1WdBVp { + display:grid; + grid-auto-flow:column; + border:1px solid var(--background-tertiary); + border-radius:4px; + height:28px; + width:98px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.item-1yAxl1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:var(--background-primary) +} + +.item-1yAxl1:hover { + background-color:var(--background-modifier-hover) +} + +.disabled-2dRm6b { + opacity:.3; + cursor:not-allowed +} + +.allow-1PzSY3 { + border-top-right-radius:4px; + border-bottom-right-radius:4px; + color:#43b581 +} + +.allow-1PzSY3.selected-2YhbGh { + background-color:#43b581; + color:#fff +} + +.deny-3nAuT6 { + border-top-left-radius:4px; + border-bottom-left-radius:4px; + color:#f04747 +} + +.deny-3nAuT6.selected-2YhbGh { + background-color:#f04747; + color:#fff +} + +.passthrough-1c2ewQ.selected-2YhbGh { + background-color:var(--background-accent); + color:#fff +} + +.title-N34hCG { + padding-left:4px +} + +.icon-17zDF5 { + position:relative; + top:3px +} + +.theme-light .icon-17zDF5 { + fill:#4f545c +} + +.theme-dark .icon-17zDF5 { + fill:#fff +} + +.titleContainer-CjPpBt { + margin-bottom:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.titleText-1ZIyhl { + min-width:0; + font-weight:600; + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis +} + +.menu-32AM6u { + margin-left:16px; + margin-top:-2px; + color:var(--header-primary); + cursor:pointer +} + +.tabBar-11f3uI, +.warning-2TgtqC { + margin-top:32px +} + +.tabBar-11f3uI { + margin-left:-8px +} + +.container-2uOrel { + margin-bottom:20px +} + +.button-4pFjxG { + margin-top:16px +} + +.buttonInner-2qBuz0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.arrowIcon-3K-V2P { + margin-left:4px +} + +.scroller-3ZpLaI { + height:100%; + padding-bottom:60px +} + +.colorPicker-oPcnKj { + margin-top:24px +} + +.divider-1QCnvR { + margin-top:32px; + margin-bottom:32px +} + +.previewContainer-1KQDJS { + margin-top:16px; + border:1px solid var(--background-modifier-accent); + border-radius:4px; + overflow:hidden; + position:relative +} + +.previewContainer-1KQDJS:after { + content:""; + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + cursor:default +} + +.messageContainer-1DiFnQ { + background-color:var(--background-primary); + padding-top:16px; + padding-bottom:16px +} + +.sidebarScrollable-1qPI87 { + position:absolute; + top:0; + bottom:0; + width:232px +} + +.sidebarScrollable-1qPI87+.content-1rPSz4 { + margin-left:232px; + max-width:468px +} + +.scroller-305q3I { + overflow-y:auto; + overflow-x:hidden; + background-color:var(--background-primary); + height:100% +} + +.contentWidth-xLB44s { + width:calc(100% - 56px); + min-width:228px; + max-width:508px; + padding-left:24px; + padding-right:42px +} + +.header-2mZ9Ov { + margin-left:-8px; + padding:60px 8px 16px; + margin-right:-8px; + position:relative; + z-index:2; + background-color:var(--background-primary) +} + +.stickyHeader-hH_ZLl { + position:-webkit-sticky; + position:sticky; + top:0; + margin-bottom:16px +} + +.stickyHeaderElevated-I6QUOA { + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.header-2PmrS5 { + padding-top:32px; + padding-bottom:24px +} + +.roleContainer-2-Gsum { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.roleName-2fEtyh { + margin-left:4px +} + +.contentContainer-I7ebu8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:0 +} + +.searchBar-2Gqdxc { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:16px; + margin-right:16px +} + +.list-RIkDLL { + height:260px +} + +.rowContainer-3iZ9pN { + margin-left:16px; + margin-right:16px; + margin-bottom:8px; + height:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.checkBox-3xtnhz { + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-negative:0; + flex-shrink:0 +} + +.memberDetails-1Hi6ko { + margin-left:16px; + min-width:0 +} + +.container-1igeTA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.avatar-Ktgjkc { + -ms-flex-negative:0; + flex-shrink:0 +} + +.textContainer-2rzLui { + color:var(--interactive-normal); + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.name-kGw4u8 { + margin-left:8px; + font-weight:600 +} + +.botTag-hCPuoz, +.userTag-1DX5j2 { + margin-left:4px +} + +.container-1Saj_P { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:100%; + min-height:0 +} + +.headerContainer-1X2CD8 { + position:absolute; + left:0; + right:16px +} + +.header-21q_Ro { + margin-left:-8px; + padding:60px 8px 16px; + margin-right:-8px; + position:relative; + z-index:1; + background-color:var(--background-primary) +} + +.searchContainer-2gy0Sr { + margin-top:24px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.searchWarning-2nIG6E { + margin-top:16px +} + +.addButton-3VFK0j { + margin-left:16px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.memberRow-1wwtfV { + height:40px; + padding-top:4px; + padding-bottom:4px; + padding-left:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:4px; + cursor:pointer +} + +.memberRow-1wwtfV:hover { + background-color:var(--background-modifier-hover) +} + +.memberRow-1wwtfV:active { + background-color:var(--background-modifier-active) +} + +.emptyRowContainer-1OKxeI { + color:var(--text-muted) +} + +.emptyRowText-10eIhs { + margin-left:8px; + font-weight:600 +} + +.memberDetails-2a-kJC { + min-width:0 +} + +.list-3a9fyp { + height:100%; + min-height:0; + padding-bottom:60px +} + +.removeButtonContainer-1YsIy7 { + margin-left:auto +} + +.removeButton-spUszT { + margin-left:8px; + margin-right:8px; + cursor:pointer; + color:var(--interactive-normal); + -ms-flex-negative:0; + flex-shrink:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.removeButton-spUszT:hover { + color:var(--interactive-hover) +} + +.removeButton-spUszT:active { + color:var(--interactive-active) +} + +.removeButtonDisabled-5brXxX { + color:var(--interactive-muted); + pointer-events:none; + cursor:not-allowed +} + +.removeTip-2HPwsk { + margin-top:12px +} + +.scroller-Utb7tO { + height:100%; + padding-bottom:60px +} + +.searchContainer-3pUVEQ { + margin-top:24px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.clearButton-3wWY21 { + margin-left:16px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.noResultsContainer-1kVGAa { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.noResults-3C-Rr0 { + margin-bottom:16px; + width:85px; + height:85px +} + +.permissionsForm-1DoqZ5+.permissionsForm-1DoqZ5 { + margin-top:40px +} + +.sidebar-dLM-kh { + min-width:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-right:1px solid var(--background-modifier-accent) +} + +.container-23jqbX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + max-height:100%; + position:relative +} + +.titleContainer-2CXtJo { + position:-webkit-sticky; + position:sticky; + top:0; + margin-left:-10px; + margin-right:-8px; + padding:60px 8px 16px 10px; + margin-bottom:8px; + z-index:2; + background-color:var(--background-primary) +} + +.titleElevated-c_kdi7 { + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.title-3GS0Tf { + color:var(--header-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + margin-top:-2px; + margin-right:16px +} + +.title-3GS0Tf:hover { + color:var(--header-primary) +} + +.titleText-1lbERP { + margin-left:8px; + font-weight:600 +} + +.list-I3aHXn { + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + min-height:0; + padding:0 16px 96px 40px +} + +.row-3GRgeK { + height:34px; + margin-left:-6px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + position:relative; + overflow:visible +} + +.lock-1sBixy { + margin-left:8px; + color:var(--interactive-normal) +} + +.roleDot-ZwSovK { + width:12px; + height:12px; + border-radius:50%; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border:1px solid var(--interactive-muted) +} + +.roleName-2IkRdr { + margin-left:8px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.dragAfter-1ydZtZ:after, +.dragBefore-cCyY7J:before { + content:""; + position:absolute; + z-index:1; + left:0; + right:0; + height:4px; + background-color:#43b581; + border-radius:2px; + -webkit-box-shadow:0 0 3px rgba(0, + 0, + 0, + .4); + box-shadow:0 0 3px rgba(0, + 0, + 0, + .4) +} + +.dragBefore-cCyY7J:before { + top:-2px +} + +.dragAfter-1ydZtZ:after { + bottom:-2px +} + +.page-3njELR { + min-width:460px; + max-width:740px; + width:100%; + height:100% +} + +.container-HnGszW, +.page-3njELR { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.container-HnGszW { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + min-height:0 +} + +.sidebar-3Wgas9 { + padding-top:60px; + width:195px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.contentContainer-14yMzC, +.sidebar-3Wgas9 { + position:absolute; + top:0; + bottom:0 +} + +.contentContainer-14yMzC { + left:232px; + right:0 +} + +.optionContainer-6JCMvN { + margin-left:24px; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + min-width:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.container-_phMUq { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary); + color:var(--interactive-normal); + border-radius:4px; + padding:16px 24px 16px 16px; + cursor:pointer +} + +.container-_phMUq:hover { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.container-_phMUq:active { + background-color:var(--background-modifier-active); + color:var(--interactive-active) +} + +.icon-3_8HGa { + width:32px; + height:32px; + border-radius:50%; + background-color:var(--background-primary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.description-3A8idy { + margin-left:16px +} + +.label-2gpUAV { + font-weight:700; + margin-bottom:4px +} + +.arrow-2aE8q8 { + margin-left:auto +} + +.section-1x7Sca { + padding-top:60px; + padding-bottom:80px +} + +.bannerContainer-1owGn0 { + position:relative; + width:100%; + height:240px; + margin-top:12px; + margin-bottom:32px +} + +.banner-aJsFyZ { + position:absolute; + width:100%; + height:240px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden; + -webkit-transition:opacity .5s 416ms; + transition:opacity .5s 416ms; + background-position:50%; + background-repeat:no-repeat +} + +.bannerOut-3zi4zc { + opacity:0 +} + +.bannerClubs-3Xj268 { + background-image:url(img/9029911a540e35e3ac8368346aba681f.svg) +} + +.bannerGaming-2JPrc4 { + background-image:url(img/cddb8f0911be17d5d5aa0e5c06015b51.svg) +} + +.bannerHobbies-1oItTY { + background-image:url(img/b162bb1c0e75e048c05ee5f45fabe505.svg) +} + +.profileCard-2RGvbu { + margin-top:16px; + margin-bottom:16px; + height:100%; + width:180px; + border-radius:8px; + border:1px solid var(--background-secondary-alt); + background-color:var(--background-secondary); + -webkit-box-shadow:0 8px 16px rgba(0, + 0, + 0, + .1); + box-shadow:0 8px 16px rgba(0, + 0, + 0, + .1); + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden +} + +.avatarContainer-2_ceKX { + background-color:var(--background-primary); + height:120px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:16px +} + +.avatar-vlk88d { + width:60px!important; + height:60px!important +} + +.avatarName-3m2hgE { + font-weight:700; + margin-top:8px +} + +.roles-1ti6KV { + position:absolute; + top:152px; + -webkit-filter:drop-shadow(0 8px 16px rgba(0, + 0, + 0, + .1)); + filter:drop-shadow(0 8px 16px rgba(0, + 0, + 0, + .1)); + opacity:1; + -webkit-transition:opacity .25s 1082ms, + -webkit-transform .25s 1082ms; + transition:opacity .25s 1082ms, + -webkit-transform .25s 1082ms; + transition:transform .25s 1082ms, + opacity .25s 1082ms; + transition:transform .25s 1082ms, + opacity .25s 1082ms, + -webkit-transform .25s 1082ms +} + +.bannerOut-3zi4zc .roles-1ti6KV { + -webkit-transition:opacity .25s, + -webkit-transform .25s; + transition:opacity .25s, + -webkit-transform .25s; + transition:transform .25s, + opacity .25s; + transition:transform .25s, + opacity .25s, + -webkit-transform .25s; + -webkit-transform:translateY(24px); + transform:translateY(24px); + opacity:0 +} + +.rolesRow-3feBSR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.roleTag-D34VFC { + background-color:var(--background-primary); + border-radius:4px; + margin:2px; + padding:4px 8px; + white-space:nowrap +} + +.roleDot-1AlYXT { + height:12px; + width:12px; + border-radius:50%; + margin-top:3px +} + +.roleDot-1AlYXT, +.roleText-3gS02L { + display:inline-block +} + +.roleText-3gS02L { + font-size:14px; + line-height:18px; + font-weight:600; + color:var(--interactive-active); + margin-left:8px; + vertical-align:top +} + +.container-32E5OD { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center +} + +.button-31sMrX, +.introBody-1Obw1p { + margin-top:16px +} + +.divider-10WNM8 { + margin:32px 0 +} + +.button-1-5Aqk { + border-radius:50%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer; + -ms-flex-negative:0; + flex-shrink:0; + padding:8px +} + +.secondary-dIudih { + background-color:var(--background-secondary); + color:var(--header-secondary) +} + +.secondary-dIudih:hover:not(.disabled-3Njyym) { + background-color:var(--background-primary); + color:var(--interactive-active) +} + +.tertiary-aMXF0g { + background-color:var(--background-tertiary); + color:var(--interactive-normal) +} + +.tertiary-aMXF0g:hover:not(.disabled-3Njyym) { + background-color:var(--background-floating); + color:var(--interactive-active) +} + +.size32-T2BHRe { + width:32px; + min-width:32px; + height:32px; + min-height:32px +} + +.size36-1Ff1kn { + width:36px; + min-width:36px; + height:36px; + min-height:36px +} + +.disabled-3Njyym { + opacity:.3; + pointer-events:none +} + +.description-2lbkbS { + margin-bottom:32px +} + +.section-2pJBpl { + padding-top:60px; + padding-bottom:80px +} + +.helpText-2stV3Z { + margin-top:32px +} + +.searchContainer-383_ld { + margin-top:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.createButton-3hBiU4 { + margin-left:16px; + height:34px +} + +.rolesTable-3622Dd { + margin-top:32px +} + +.tableHeader-3x_1oD { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-bottom:8px +} + +.tableTitle-36-jum { + font-size:12px; + color:var(--header-secondary); + font-weight:700 +} + +.dragSpacing-3xep_M { + -webkit-box-flex:0; + -ms-flex:0 0 32px; + flex:0 0 32px +} + +.roleNameSpacing-XtjbtV { + -webkit-box-flex:0; + -ms-flex:0 1 273px; + flex:0 1 273px +} + +.memberSpacing-1zJbKJ { + -webkit-box-flex:0; + -ms-flex:0 0 112px; + flex:0 0 112px; + margin-left:16px; + text-align:right +} + +.buttonsSpacing-3twfdv { + -webkit-box-flex:1; + -ms-flex:1 0 88px; + flex:1 0 88px; + margin-left:16px +} + +.emptyRoles-23F3oy { + color:var(--text-muted) +} + +.emptyRolesText-gurxgN { + margin-left:8px; + font-weight:600 +} + +.emptyRoles-23F3oy, +.roleRow-30TwGe { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-top:1px; + height:61px; + cursor:pointer +} + +.emptyRoles-23F3oy, +.roleRow-30TwGe, +.tableHeader-3x_1oD { + margin-left:-32px; + margin-right:-8px; + padding-right:8px +} + +.roleRow-30TwGe { + position:relative; + border-radius:4px +} + +.roleRow-30TwGe:before { + top:0 +} + +.roleRow-30TwGe:before, +.roleRow-30TwGe:last-child:after { + content:""; + position:absolute; + left:32px; + right:8px; + height:1px; + background-color:var(--background-modifier-accent) +} + +.roleRow-30TwGe:last-child:after { + bottom:-1px +} + +.roleRow-30TwGe:hover+.roleRow-30TwGe:before, +.roleRow-30TwGe:hover:after, +.roleRow-30TwGe:hover:before { + background-color:transparent +} + +.roleRowDragging-3mvS_Z { + background-color:var(--background-modifier-hover) +} + +.dragIcon-I74byJ { + padding:8px; + cursor:-webkit-grab; + cursor:grab; + color:var(--interactive-normal); + visibility:hidden +} + +.dragIcon-I74byJ:hover { + color:var(--interactive-hover) +} + +.dragIcon-I74byJ:active { + cursor:-webkit-grabbing; + cursor:grabbing +} + +.roleNameContainer-2o4-eI { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden +} + +.shield-1-PEa- { + margin-right:10px +} + +.lock-XkLDU9, +.shield-1-PEa- { + -ms-flex-negative:0; + flex-shrink:0 +} + +.lock-XkLDU9 { + margin-right:4px; + color:var(--text-muted) +} + +.roleName-1vjSQR { + font-weight:500; + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis +} + +.memberCountContainer-1BJFU2 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + height:100%; + color:var(--interactive-normal) +} + +.memberCountContainer-1BJFU2:hover { + color:var(--interactive-hover) +} + +.person-36TQaZ { + margin-left:4px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.buttonsContainer-bgP7-t { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.editButton-1V012_ { + visibility:hidden +} + +.circleButton-3RB01i+.circleButton-3RB01i { + margin-left:16px +} + +.roleRow-30TwGe:hover:not(.roleRowDisableHover-1HiqqT) { + background-color:var(--background-modifier-hover) +} + +.roleRow-30TwGe:hover:not(.roleRowDisableHover-1HiqqT) .dragIcon-I74byJ:not(.dragIconHidden-2HNIJ_) { + visibility:visible +} + +.roleRow-30TwGe:hover:not(.roleRowDisableHover-1HiqqT) .circleButton-3RB01i { + background-color:var(--background-tertiary) +} + +.roleRow-30TwGe:hover:not(.roleRowDisableHover-1HiqqT) .editButton-1V012_ { + visibility:visible +} + +.containerDragAfter-1PIDLd:after, +.containerDragBefore-s8CG6h:before { + content:""; + position:absolute; + z-index:1; + left:32px; + right:8px; + height:4px; + background-color:#43b581; + border-radius:2px; + -webkit-box-shadow:0 0 3px rgba(0, + 0, + 0, + .4); + box-shadow:0 0 3px rgba(0, + 0, + 0, + .4) +} + +.containerDragBefore-s8CG6h:before { + top:-2px +} + +.containerDragAfter-1PIDLd:after { + bottom:-2px +} + +.rolesContent-ZiihSZ { + position:relative; + margin-left:-10px +} + +.addRoleButton-3Y-nzm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + cursor:pointer; + opacity:.85; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease; + color:var(--interactive-normal) +} + +.addRoleButton-3Y-nzm:hover, +.addRoleButton-3Y-nzm:hover .addRoleIcon-3YjErH { + opacity:1 +} + +.addRoleIcon-3YjErH { + opacity:.7; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.managedNote-Nh2b_e { + padding:20px; + margin-bottom:20px +} + +.rolePermissionTitleDisabled-ZOvSKb { + padding-left:4px +} + +.notAllowedIcon-3j9AKY { + position:relative; + top:3px +} + +.notAllowedCursor-3yjYya { + cursor:not-allowed +} + +.buttonWrapper-39BXRZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.button-1K5eWc:not(:last-child) { + margin-right:8px +} + +.theme-light .notAllowedIcon-3j9AKY { + fill:#4f545c +} + +.theme-dark .notAllowedIcon-3j9AKY { + fill:#fff +} + +.button-2Nu6xU { + width:100%; + padding:8px 0; + line-height:18px; + border-color:#2e3757; + margin-top:8px +} + +.descriptionBox-1EKQKL { + background-color:var(--background-secondary); + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-top:20px; + padding:16px +} + +.descriptionSection-3RrpaD { + -webkit-box-flex:1; + -ms-flex:1 1 50%; + flex:1 1 50% +} + +.descriptionRow-m_KyqB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + color:var(--text-normal); + font-size:14px; + line-height:18px; + margin-top:16px +} + +.descriptionIcon-36p1fN { + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + height:20px; + margin-right:16px; + vertical-align:text-bottom; + width:20px +} + +.divider-3EPVl6 { + margin:20px 0 +} + +.button-diNJzH:first-of-type { + margin-right:16px +} + +.rightButtonContainer-3iAOfD { + margin-left:auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.lastSync-3w-SGv { + color:var(--text-normal); + font-size:12px; + margin-top:8px +} + +.buttonContainer-30ZaKi { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.dot-2s_oHI { + content:""; + background:#7289da; + height:12px; + width:12px; + border-radius:12px +} + +.container-B6pmO9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.prefixInput-14nUik { + padding:11px; + border-width:1px; + border-style:solid; + border-radius:3px; + -webkit-transition:border-color .2s ease; + transition:border-color .2s ease; + cursor:text +} + +.prefixInputInput-cqxbLV, +.prefixInputPrefix-2IUJ4X { + font-size:16px +} + +.prefixInputInput-cqxbLV { + width:100%; + border:0; + background:transparent +} + +.theme-light .prefixInput-14nUik { + background-color:rgba(79, + 84, + 92, + .02); + border-color:rgba(79, + 84, + 92, + .3) +} + +.theme-light .prefixInput-14nUik:hover { + border-color:rgba(79, + 84, + 92, + .6) +} + +.theme-light .prefixInput-14nUik.focused-2QzoMt { + border-color:#7289da +} + +.theme-light .prefixInput-14nUik.error-6_-E9g { + border-color:#f04747 +} + +.theme-light .prefixInputInput-cqxbLV { + color:#4f545c +} + +.theme-light .prefixInputInput-cqxbLV::-webkit-input-placeholder { + color:#b9bbbe +} + +.theme-light .prefixInputInput-cqxbLV::-moz-placeholder { + color:#b9bbbe +} + +.theme-light .prefixInputInput-cqxbLV:-ms-input-placeholder { + color:#b9bbbe +} + +.theme-light .prefixInputInput-cqxbLV::placeholder { + color:#b9bbbe +} + +.theme-light .prefixInputPrefix-2IUJ4X { + color:rgba(114, + 118, + 125, + .6) +} + +.theme-dark .prefixInput-14nUik { + background-color:rgba(0, + 0, + 0, + .1); + border-color:rgba(0, + 0, + 0, + .3) +} + +.theme-dark .prefixInput-14nUik:hover { + border-color:rgba(0, + 0, + 0, + .6) +} + +.theme-dark .prefixInput-14nUik.focused-2QzoMt { + border-color:#7289da +} + +.theme-dark .prefixInput-14nUik.error-6_-E9g { + border-color:#f04747 +} + +.theme-dark .prefixInputInput-cqxbLV { + color:#f6f6f7 +} + +.theme-dark .prefixInputInput-cqxbLV::-webkit-input-placeholder { + color:#72767d +} + +.theme-dark .prefixInputInput-cqxbLV::-moz-placeholder { + color:#72767d +} + +.theme-dark .prefixInputInput-cqxbLV:-ms-input-placeholder { + color:#72767d +} + +.theme-dark .prefixInputInput-cqxbLV::placeholder { + color:#72767d +} + +.theme-dark .prefixInputPrefix-2IUJ4X { + color:#72767d +} + +.editVanityUrlCard-1ocV41 { + padding:20px +} + +.removeVanityUrlButton-LmUQ7O { + -ms-flex-item-align:start; + align-self:flex-start; + padding:0 +} + +.formTitleField-sjXjUF { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.message-15tBk4 { + cursor:default +} + +.message-15tBk4 strong { + color:#7289da; + background-color:rgba(114, + 137, + 218, + .1) +} + +.buttonSpacing-t6MPeJ { + margin-left:10px +} + +.modalText-3ayZPW { + margin-bottom:20px +} + +.container-2ax-kl { + -webkit-box-sizing:border-box; + box-sizing:border-box; + text-overflow:ellipsis; + white-space:nowrap; + overflow:hidden; + font-size:12px; + line-height:16px; + font-weight:600; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + color:var(--channels-default) +} + +.containerDefault-3tr_sE, +.containerDragAfter-Zk9oyx, +.containerDragBefore-1YqewQ, +.containerUserOver-98-yc7 { + position:relative; + padding-top:16px +} + +.containerDefault-3tr_sE:active, +.containerDragAfter-Zk9oyx:active, +.containerDragBefore-1YqewQ:active, +.containerUserOver-98-yc7:active { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.containerDragAfter-Zk9oyx:before, +.containerDragBefore-1YqewQ:before { + content:""; + position:absolute; + z-index:1; + left:8px; + right:0; + height:4px; + background-color:#43b581; + border-radius:2px; + -webkit-box-shadow:0 0 3px rgba(0, + 0, + 0, + .4); + box-shadow:0 0 3px rgba(0, + 0, + 0, + .4) +} + +.containerDragBefore-1YqewQ:before { + top:-2px +} + +.containerDragAfter-Zk9oyx:before { + bottom:-2px +} + +.containerUserOver-98-yc7:after { + -webkit-box-sizing:border-box; + box-sizing:border-box; + content:""; + position:absolute; + top:0; + right:0; + bottom:0; + left:8px; + border-radius:4px; + z-index:1; + background-color:rgba(67, + 181, + 129, + .1); + border:2px solid rgba(67, + 181, + 129, + .5) +} + +.disableClick-2cV7sZ { + pointer-events:none +} + +.addButton-3bLyEA { + width:18px; + height:18px; + display:none +} + +.addButton-3bLyEA.forceVisible-2L54of, +.iconVisibility-fhcwiH:hover .addButton-3bLyEA { + display:block +} + +.addButton-3bLyEA:focus, +.addButton-3bLyEA:focus-within { + display:block; + position:relative +} + +.addButtonIcon-2CbG1X:hover { + color:var(--interactive-hover) +} + +.addButtonIcon-2CbG1X:active { + -webkit-transform:translateY(.5px); + transform:translateY(.5px); + color:var(--interactive-active) +} + +.wrapper-PY0fhH { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:24px; + padding-right:8px; + padding-left:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + cursor:default; + color:var(--channels-default) +} + +.clickable-536fPF { + cursor:pointer +} + +.children-L002ao { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.children-L002ao:empty { + display:none +} + +.mainContent-2h-GEV { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden +} + +.mainContent-2h-GEV:before { + content:""; + display:block; + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.icon-2yIBmh { + position:absolute; + left:2px; + top:6px; + width:12px; + height:12px +} + +.collapsed-2-tg8y .icon-2yIBmh { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.wrapper-PY0fhH.muted-2JBAyG, +.wrapper-PY0fhH.muted-2JBAyG .name-3l27Hl { + color:var(--interactive-muted) +} + +.wrapper-PY0fhH.muted-2JBAyG:hover .icon-2yIBmh, +.wrapper-PY0fhH.muted-2JBAyG:hover .name-3l27Hl, +.wrapper-PY0fhH:hover .icon-2yIBmh, +.wrapper-PY0fhH:hover .name-3l27Hl { + color:var(--interactive-hover) +} + +.containerDefault--pIXnN, +.containerDragAfter-3Fp7LC, +.containerDragBefore-3iTCc7, +.containerUserOver-2mv1jO { + position:relative; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.containerDragAfter-3Fp7LC:after, +.containerDragBefore-3iTCc7:before { + content:""; + position:absolute; + z-index:1; + left:8px; + right:0; + height:4px; + background-color:#43b581; + border-radius:2px; + -webkit-box-shadow:0 0 3px rgba(0, + 0, + 0, + .4); + box-shadow:0 0 3px rgba(0, + 0, + 0, + .4) +} + +.containerDragBefore-3iTCc7:before { + top:-2px +} + +.containerDragAfter-3Fp7LC:after { + bottom:-2px +} + +.containerUserOver-2mv1jO:after { + -webkit-box-sizing:border-box; + box-sizing:border-box; + content:""; + position:absolute; + top:0; + right:0; + bottom:0; + left:8px; + border-radius:4px; + z-index:1; + background-color:rgba(67, + 181, + 129, + .1); + border:2px solid rgba(67, + 181, + 129, + .5) +} + +.iconBase-3LOlfs { + position:relative; + margin-left:4px; + line-height:0 +} + +.iconItem-F7GRxr { + display:none +} + +.mentionsBadge-3tC7Mi { + pointer-events:none +} + +.containerDefault--pIXnN.selected-3LIHYU .iconItem-F7GRxr, +.iconVisibility-sTNpHs:focus-within .iconItem-F7GRxr, +.iconVisibility-sTNpHs:focus .iconItem-F7GRxr, +.iconVisibility-sTNpHs:hover .iconItem-F7GRxr { + display:block +} + +.iconItem-F7GRxr:focus, +.iconItem-F7GRxr:focus-within { + display:block; + position:relative +} + +.disableClick-2FmYNV { + pointer-events:none +} + +.disabled-33BAPP>div { + opacity:.3 +} + +.actionIcon-PgcMM2 { + width:16px; + height:16px; + cursor:pointer; + display:block +} + +.actionIcon-PgcMM2:active { + -webkit-transform:translateY(.5px); + transform:translateY(.5px) +} + +.userLimit-3aerPX { + display:block +} + +.containerDefault--pIXnN.selected-3LIHYU .userLimit-3aerPX, +.iconVisibility-sTNpHs:focus-within .userLimit-3aerPX, +.iconVisibility-sTNpHs:focus .userLimit-3aerPX, +.iconVisibility-sTNpHs:hover .userLimit-3aerPX { + display:none +} + +.actionIcon-PgcMM2 { + color:var(--interactive-normal) +} + +.actionIcon-PgcMM2:hover { + color:var(--interactive-hover) +} + +.actionIcon-PgcMM2:active { + color:var(--interactive-active) +} + +.wrapper-2jXpOf { + padding:1px 0; + overflow:visible; + position:relative +} + +.typeThread-3ESTm- .content-1x5b-n { + margin-left:36px; + padding:0 6px +} + +.wrapper-2jXpOf.modeSelected-346R90 { + cursor:default +} + +.wrapper-2jXpOf.modeLocked-25wLHj { + cursor:not-allowed +} + +.icon-1DeIlz { + display:block; + width:20px; + height:20px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.iconContainer-1BBaeJ { + position:relative; + margin-right:6px +} + +.content-1x5b-n { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:0 8px; + margin-left:8px; + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.content-1x5b-n:active { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.mainContent-u_9PKf { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:0; + padding:6px 0; + cursor:pointer +} + +.mainContent-u_9PKf:before { + content:""; + display:block; + position:absolute; + top:-1px; + right:0; + bottom:-1px; + left:0 +} + +.name-23GUGE { + font-size:16px; + line-height:20px; + font-weight:500; + white-space:nowrap; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.unread-2lAfLh { + position:absolute; + height:8px; + width:4px; + border-radius:0 4px 4px 0; + top:50%; + left:0; + margin-top:-4px +} + +.children-3rEycc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.modeMuted-onO3r- .icon-1DeIlz, +.modeMuted-onO3r- .name-23GUGE { + color:var(--interactive-muted) +} + +.modeSelected-346R90 .icon-1DeIlz, +.modeSelected-346R90:hover .icon-1DeIlz, +.modeUnread-1qO3K1 .icon-1DeIlz, +.modeUnread-1qO3K1:hover .icon-1DeIlz { + color:var(--text-muted) +} + +.wrapper-2jXpOf:hover .content-1x5b-n { + background-color:var(--background-modifier-hover) +} + +.wrapper-2jXpOf:active .content-1x5b-n { + background-color:var(--background-modifier-active) +} + +.modeSelected-346R90 .content-1x5b-n, +.modeSelected-346R90:hover .content-1x5b-n { + background-color:var(--background-modifier-selected) +} + +.icon-1DeIlz { + color:var(--text-muted) +} + +.name-23GUGE { + color:var(--channels-default) +} + +.modeMuted-onO3r-:hover .name-23GUGE, +.wrapper-2jXpOf:hover .name-23GUGE { + color:var(--interactive-hover) +} + +.modeConnected-3IsKId .name-23GUGE, +.modeConnected-3IsKId:hover .name-23GUGE, +.modeSelected-346R90 .name-23GUGE, +.modeSelected-346R90:hover .name-23GUGE, +.modeUnread-1qO3K1 .name-23GUGE, +.modeUnread-1qO3K1:hover .name-23GUGE, +.notInteractive-1X92pj.modeConnected-3IsKId .name-23GUGE, +.notInteractive-1X92pj.modeSelected-346R90 .name-23GUGE { + color:var(--interactive-active) +} + +.unread-2lAfLh { + background-color:var(--interactive-active) +} + +.container-3JKcAb { + position:relative +} + +.spine--Wla_O { + color:var(--background-accent); + left:22px; + position:absolute; + top:8px +} + +.wrapper-2tAnRe { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + font-size:12px; + line-height:20px; + font-weight:500; + height:20px; + border-radius:10px; + overflow:hidden; + color:var(--channels-default) +} + +.total-i6us2n, +.users-3kndPl { + display:block; + text-align:center +} + +.users-3kndPl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:28px; + padding:0 8px 0 6px; + background-color:var(--background-primary) +} + +.users-3kndPl.video-35SpgT { + width:48px +} + +.users-3kndPl.video-35SpgT.extraLong-3WkB9d { + width:56px +} + +.users-3kndPl.extraLong-3WkB9d { + width:36px +} + +.total-i6us2n { + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:20px; + position:relative; + padding:0 6px 0 0; + background-color:var(--background-tertiary) +} + +.total-i6us2n.extraLong-3WkB9d { + width:28px +} + +.total-i6us2n:after { + content:""; + position:absolute; + top:0; + left:-8px; + width:0; + height:0; + border-top:20px solid transparent; + border-bottom:0 solid transparent; + border-right:8px solid transparent; + border-right-color:var(--background-tertiary) +} + +.videoIcon-2ZdSMk { + width:16px; + height:16px; + margin-right:4px +} + +.list-SuzGBZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.listDefault-3ir5aS { + -webkit-box-orient:vertical; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-wrap:nowrap; + flex-wrap:nowrap; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch +} + +.listCollapse-1f19fE, +.listDefault-3ir5aS { + -webkit-box-direction:normal +} + +.listCollapse-1f19fE { + -webkit-box-orient:horizontal; + -ms-flex-direction:row; + flex-direction:row; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.voiceUser-1K6Xox { + position:relative; + cursor:pointer +} + +.content-1Wq3SX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-radius:4px; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:1px; + margin-bottom:1px +} + +.flipped-2sNWIS { + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse +} + +.userLarge-qiDClb { + height:38px +} + +.userSmall-YJ5L9_ { + height:32px +} + +.listCollapse-1f19fE .content-1Wq3SX { + margin-left:8px +} + +.listCollapse-1f19fE .content-1Wq3SX.flipped-2sNWIS { + margin-left:0; + margin-right:8px +} + +.listDefault-3ir5aS .avatarContainer-28iYmV { + margin-right:8px; + margin-left:8px +} + +.avatar-3tNQiO { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + border-radius:50%; + background-size:100%; + background-repeat:no-repeat; + background-position:50% 50%; + margin-top:3px; + margin-bottom:3px +} + +.avatarSmall-1PJoGO { + width:24px; + height:24px +} + +.avatarLarge-3EQ-HE { + width:30px; + height:30px +} + +.avatarSpeaking-2IGMRN { + -webkit-box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px var(--background-secondary); + box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px var(--background-secondary) +} + +.username-3KYl0N { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.usernameFont-23TX-h { + font-size:14px; + line-height:18px; + font-weight:500 +} + +.icons-1dXQdz { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:8px +} + +.flipped-2sNWIS .icons-1dXQdz { + margin-right:0; + margin-left:8px +} + +.icon-2IuuZd { + width:16px; + height:16px +} + +.iconTooltipContainer-DzbRyh { + line-height:0 +} + +.iconTooltip-9cG7Fn { + display:-webkit-box; + -webkit-line-clamp:2; + -webkit-box-orient:vertical; + overflow:hidden +} + +.iconSpacing-3eO9xt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:4px +} + +.liveIconSpacing-DSnkAT { + margin-left:6px +} + +.flipped-2sNWIS .iconSpacing-3eO9xt { + margin-left:0; + margin-right:4px +} + +.iconPriortySpeaker-3bZlw- { + position:absolute; + left:-16px; + width:6px; + height:6px; + border-radius:8px +} + +.icon-2IuuZd, +.username-3KYl0N { + color:var(--channels-default) +} + +.iconServer-Lyg2F4, +.strikethrough-3q4FHz { + color:#f04747 +} + +.listDefault-3ir5aS .clickable-1lCRLF:hover .content-1Wq3SX { + background-color:var(--background-modifier-hover) +} + +.listDefault-3ir5aS .clickable-1lCRLF:active .content-1Wq3SX { + background-color:var(--background-modifier-active) +} + +.listDefault-3ir5aS .clickable-1lCRLF.selected-3t3Csj .content-1Wq3SX { + background-color:var(--background-modifier-selected) +} + +.listDefault-3ir5aS .clickable-1lCRLF:hover .username-3KYl0N { + color:var(--interactive-hover) +} + +.listDefault-3ir5aS .clickable-1lCRLF.selected-3t3Csj .username-3KYl0N, +.usernameSpeaking-RmltQx { + color:var(--interactive-active) +} + +.liveIcon-2TcPbb { + background-color:#f04747; + color:#fff +} + +.iconPriortySpeakerSpeaking-22tQMF { + background-color:#43b581 +} + +.iconPriortySpeaker-3bZlw- { + background-color:var(--text-muted) +} + +.disabled-o7LSOr { + opacity:.5 +} + +.disabled-o7LSOr:hover { + opacity:1 +} + +.pro-1T8RK7 { + text-transform:uppercase +} + +.tip-2ab612 { + line-height:16px; + opacity:.6 +} + +.block-2RXqH9 .pro-1T8RK7, +.block-2RXqH9 .tip-2ab612, +.tip-2ab612 { + font-size:14px +} + +.inline-136HKr .pro-1T8RK7, +.inline-136HKr .tip-2ab612 { + font-size:12px; + display:inline +} + +.inline-136HKr .pro-1T8RK7 { + margin-right:3px +} + +.root-1i3NKH { + position:relative +} + +.image-1npAv8 { + width:100%; + height:100%; + -o-object-fit:contain; + object-fit:contain +} + +.emptyPreviewContainer-1KOcxV { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.emptyPreviewImage-IBznSI { + width:80%; + height:60%; + background-position:50%; + background-repeat:no-repeat; + margin-bottom:10px +} + +.emptyPreviewText-2IOfAL { + color:var(--header-secondary) +} + +.theme-light .emptyPreviewImage-IBznSI { + background-image:url(img/90886907ea157e9e6a20ecac688b31ae.svg) +} + +.theme-dark .emptyPreviewImage-IBznSI { + background-image:url(img/b93ef52d62a513a4f2127a6ca0c3208c.svg) +} + +.body-Ogsp8i { + padding:10px +} + +.streamPreviewWrapper-2DSWOK { + padding-left:16px; + opacity:0; + -webkit-transition:opacity .15s ease, + -webkit-transform 125ms ease-in; + transition:opacity .15s ease, + -webkit-transform 125ms ease-in; + transition:opacity .15s ease, + transform 125ms ease-in; + transition:opacity .15s ease, + transform 125ms ease-in, + -webkit-transform 125ms ease-in; + position:relative; + -webkit-transform:translate3d(8px, + 0, + 0) scale(.98); + transform:translate3d(8px, + 0, + 0) scale(.98); + -webkit-transform-origin:50% 50%; + transform-origin:50% 50% +} + +.streamPreviewWrapper-2DSWOK.mounted-26niXS { + opacity:1; + -webkit-transform:translateZ(0) scale(1); + transform:translateZ(0) scale(1) +} + +.streamPreview-2-WUWT { + width:252px; + border-radius:5px; + overflow:hidden; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.previewContainer-12UlHl { + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:142px; + position:relative +} + +.previewContainer-12UlHl:hover .previewHover-1tGzfF { + opacity:1 +} + +.previewHover-1tGzfF { + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + opacity:0; + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + cursor:pointer; + line-height:18px; + font-weight:600 +} + +.previewImage-RxVzkZ { + width:100%; + height:100% +} + +.applicationName-31eLkz { + position:absolute; + top:8px; + left:12px; + font-size:14px; + line-height:18px +} + +.watchButtonInner-2padQK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.liveIcon-1hht8V { + margin-right:8px +} + +.activityActions-k66mD_ { + margin-top:0 +} + +.protip-3-1FNm { + text-align:center; + margin-top:10px +} + +.white-WjN64k { + color:#fff +} + +.theme-dark .streamPreview-2-WUWT { + background-color:#202225 +} + +.theme-dark .previewContainer-12UlHl { + background-color:#292b2f +} + +.theme-dark .applicationName-31eLkz { + color:#f6f6f7; + color:#fff +} + +.theme-dark .watchButton-2SbJEo { + border-color:#72767d; + color:#fff +} + +.theme-dark .watchButton-2SbJEo:not([disabled]):hover { + border-color:#fff +} + +.theme-dark .previewHover-1tGzfF { + background:rgba(0, + 0, + 0, + .6) +} + +.theme-light .streamPreview-2-WUWT { + background-color:#fff +} + +.theme-light .previewContainer-12UlHl { + background-color:#f8f9f9 +} + +.theme-light .applicationName-31eLkz { + color:#23262a +} + +.theme-light .watchButton-2SbJEo { + border-color:#9099a4; + color:#23262a +} + +.theme-light .watchButton-2SbJEo:not([disabled]):hover { + border-color:#23262a +} + +.theme-light .previewHover-1tGzfF { + background:rgba(79, + 86, + 96, + .6) +} + +.draggable-2E_4tJ { + position:relative; + height:32px +} + +.draggable-2E_4tJ:active { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.list-2luk8a { + padding-left:36px; + padding-bottom:8px +} + +.collapsed-21_y8I { + padding-right:8px +} + +.disableInteraction-3oQqhT { + pointer-events:none +} + +.popout-APcvZm { + background-color:var(--background-tertiary); + border-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + left:16px; + padding:8px 16px; + position:absolute; + top:0; + width:240px +} + +.title-3JU2Q6 { + font-weight:700; + text-transform:uppercase +} + +.row-1ImlrZ, +.title-3JU2Q6 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:32px +} + +.row-1ImlrZ { + color:var(--interactive-normal) +} + +.row-1ImlrZ:hover { + color:var(--interactive-hover); + cursor:pointer +} + +.name-1Rd7lI { + margin-left:8px; + max-width:180px; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap +} + +.more-3VADkW { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--text-link); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-weight:600; + height:32px +} + +.more-3VADkW:hover { + text-decoration:underline +} + +.container-35XQWE { + position:absolute; + z-index:2; + overflow:hidden; + padding:8px; + height:24px; + pointer-events:none +} + +.bar-30k2ka { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + position:relative; + font-size:12px; + line-height:16px; + font-weight:600; + color:#fff; + height:24px; + cursor:pointer; + border-radius:12px; + pointer-events:auto; + -webkit-box-shadow:0 2px 6px rgba(0, + 0, + 0, + .24); + box-shadow:0 2px 6px rgba(0, + 0, + 0, + .24); + -webkit-app-region:no-drag +} + +.active-1SSsBb:active { + top:1px +} + +.unread-1xRYoj { + background-color:var(--background-accent); + opacity:.9 +} + +.unread-1xRYoj:active, +.unread-1xRYoj:hover { + opacity:1 +} + +.mention-1f5kbO { + background-color:#f04747; + opacity:.9 +} + +.mention-1f5kbO:hover { + opacity:1 +} + +.mention-1f5kbO:active { + opacity:1; + background-color:#da4141 +} + +.icon-2aINcz, +.text-2e2ZyG { + display:block +} + +.icon-2aINcz { + color:#fff; + margin-left:2px; + width:12px; + height:12px +} + +.container-1JlpAi { + background-color:var(--background-floating); + border-radius:8px; + padding:16px; + -webkit-box-shadow:var(--elevation-high), + var(--elevation-stroke); + box-shadow:var(--elevation-high), + var(--elevation-stroke); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.content-yRQWBL { + margin-left:24px; + max-width:320px +} + +.buttonContainer-15ADiW { + margin-top:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.primaryButton-1cpVhw { + margin-right:24px +} + +.cancel-2CYseG { + color:var(--interactive-normal) +} + +.cancel-2CYseG:hover { + color:var(--interactive-hover) +} + +.cancel-2CYseG:active { + color:var(--interactive-active) +} + +.image-3gx4Uc { + width:64px; + height:64px +} + +.container-2dqNWc { + width:284px; + border-radius:5px; + margin-left:16px; + padding:16px; + max-height:348px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background-color:var(--background-floating) +} + +.activity-3jdl2U+.activity-3jdl2U { + padding-top:16px; + margin-top:16px; + border-top:1px solid var(--background-modifier-accent) +} + +.partyMembers-3pB2CJ { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.partyAvatar-1Bvt5q { + cursor:default +} + +.morePartyMembers-3ByVZj { + z-index:2; + font-size:8px; + height:16px; + min-width:16px; + line-height:16px; + text-align:center; + border-radius:8px; + padding:0 6px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.button-uXr0L2 { + color:var(--interactive-active); + border-color:var(--interactive-muted); + border-radius:4px +} + +.button-uXr0L2:not([disabled]):hover { + border-color:var(--interactive-active) +} + +.scroller-RmtA4e { + z-index:1; + padding-right:8px +} + +.unread-15xhX5 { + left:0; + right:0 +} + +.unreadBar-3t3sYc:before { + content:""; + position:absolute; + top:0; + left:-8px; + right:-8px; + bottom:0 +} + +.unreadBottom-1_LF_w { + bottom:0 +} + +.unreadBottom-1_LF_w .unreadBar-3t3sYc:before { + bottom:-8px +} + +.positionedContainer-3LNR6L { + position:relative +} + +.unreadTop-3rAB3r { + top:0 +} + +.unreadTop-3rAB3r .unreadBar-3t3sYc:before { + top:-8px +} + +.voiceUserSummary-2X_2vp { + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:34px; + padding-left:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.container-1taM1r { + position:relative +} + +.clickable-25tGDB { + cursor:pointer +} + +.animatedContainer-1NSq4T { + width:100%; + overflow:hidden; + background-color:var(--background-modifier-active); + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.animatedContainer-1NSq4T, +.bannerImage-3KhIJ6 { + position:absolute; + height:135px; + top:0; + left:0 +} + +.bannerImage-3KhIJ6 { + background-repeat:no-repeat; + background-position:50%; + background-size:cover; + width:240px +} + +.bannerImage-3KhIJ6:before { + content:""; + position:absolute; + top:0; + left:0; + width:100%; + height:58px; + background:-webkit-gradient(linear, + left top, + left bottom, + from(rgba(0, + 0, + 0, + .4)), + to(transparent)); + background:linear-gradient(180deg, + rgba(0, + 0, + 0, + .4) 0, + transparent) +} + +.header-2V-4Sw { + position:relative; + font-weight:500; + padding:0 16px; + height:48px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + z-index:3; + -webkit-transition:background-color .1s linear; + transition:background-color .1s linear; + color:var(--header-primary); + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.bannerVisible-2ZE_qG .header-2V-4Sw { + color:#fff; + -webkit-filter:drop-shadow(0 1px 1px rgba(0, + 0, + 0, + .8)); + filter:drop-shadow(0 1px 1px rgba(0, + 0, + 0, + .8)) +} + +.clickable-25tGDB .header-2V-4Sw:hover, +.selected-31Nl7x .header-2V-4Sw { + background-color:var(--background-modifier-hover) +} + +.hasBanner-2SrLR3 .header-2V-4Sw, +.hasBanner-2SrLR3 .header-2V-4Sw:hover { + -webkit-box-shadow:none; + box-shadow:none; + background-color:transparent +} + +.clickable-25tGDB .header-2V-4Sw { + cursor:pointer +} + +.bannerVisible-2ZE_qG .dropdown-2kjUTJ { + opacity:1 +} + +.guildIconContainer-2FW_iA { + margin-right:4px +} + +.name-1jkAdW { + font-size:16px; + line-height:20px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.name-1jkAdW, +.tierTooltipTitle-3AtaZT { + font-weight:600 +} + +.guildBadge-3IDi4U, +.premiumGuildIconGem-DAxGL7 { + -webkit-transition:color .1s linear; + transition:color .1s linear +} + +.premiumGuildIconGem-DAxGL7 { + height:10px +} + +.iconTierNone-38r4c_ { + color:hsla(0, + 0%, + 100%, + .2) +} + +.disableColor-2z9rkr, +.iconBackgroundTierNone-3ZkOsa, +.iconBackgroundTierOne-2OQMBY, +.iconBackgroundTierThree-FWlUL9, +.iconBackgroundTierTwo-Eab9L6 { + color:var(--background-accent) +} + +.bannerVisible-2ZE_qG .iconBackgroundTierOne-2OQMBY, +.bannerVisible-2ZE_qG .iconBackgroundTierThree-FWlUL9, +.bannerVisible-2ZE_qG .iconBackgroundTierTwo-Eab9L6, +.iconTierOne-s_oiRb, +.iconTierTwo-1JOWNK { + color:#fff +} + +.bannerVisible-2ZE_qG .iconTierOne-s_oiRb, +.bannerVisible-2ZE_qG .iconTierTwo-1JOWNK { + color:var(--text-muted) +} + +.iconTierThree-3EAOB7 { + color:#ff73fa +} + +.channelNotice-1-XFjC { + position:relative; + text-align:center; + padding:73px 20px 20px; + -webkit-box-shadow:inset 0 -1px 0 var(--background-modifier-accent); + box-shadow:inset 0 -1px 0 var(--background-modifier-accent) +} + +.channelNotice-1-XFjC.guildMFAWarning-3GEzs8 { + background:url(img/916a384814e3bbd2a84e2a1b352a17c3.svg) no-repeat center 20px +} + +.channelNotice-1-XFjC.guildMFAWarning-3GEzs8 .message-3SOT5P { + margin:10px 0 +} + +.channelNotice-1-XFjC.invite-OjTXrW { + background:url(img/bf625d222187f542b9d7179109422e2c.svg) no-repeat center 20px +} + +.channelNotice-1-XFjC.publicUpsell-31ZSJ8 { + background:url(img/3c60587d692de83d0352a0596cc3baa7.svg) no-repeat 50% 12px; + background-size:176px; + padding:116px 16px 16px +} + +.channelNotice-1-XFjC.quickswitcher-35bYg4 { + background:url(img/8fdb69b7684b8e1ecb3fdde909daca41.svg) no-repeat center 35px; + padding:100px 20px 20px +} + +.channelNotice-1-XFjC.quickswitcher-35bYg4 .btn-11C5_u { + font-weight:500 +} + +.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP { + background:url(img/ccd6ad0b6897a9f4fb5cc82de4c26317.svg) no-repeat center 23px; + padding:116px 20px 20px +} + +.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP .message-3SOT5P .btn-11C5_u { + font-weight:500; + margin-top:20px +} + +.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP .textLargeGuild-3s_k9p { + margin-left:1px; + margin-right:1px +} + +.channelNotice-1-XFjC.maxMembersCount-3E4zND { + background:url(img/01f60394adffda20dc7270a1e3c727df.svg) no-repeat center 16px; + padding:112px 16px 16px +} + +.channelNotice-1-XFjC a, +.close-relY5R { + cursor:pointer +} + +.close-relY5R { + position:absolute; + right:16px; + top:12px; + width:18px; + height:18px; + color:var(--interactive-normal) +} + +.close-relY5R:hover { + color:var(--interactive-hover) +} + +.closeIcon-2eaC4U { + width:18px; + height:18px +} + +.message-3SOT5P { + font-size:14px; + line-height:18px; + color:var(--text-normal); + margin-top:8px +} + +.message-3SOT5P .btn-11C5_u { + margin:16px auto 0 +} + +.channelNotice-3DDmsB { + background-position:center top 20px; + background-repeat:no-repeat; + background-size:153px; + -webkit-box-shadow:inset 0 -1px 0 var(--background-modifier-accent); + box-shadow:inset 0 -1px 0 var(--background-modifier-accent); + padding:20px; + position:relative +} + +.close-jnIfru { + color:var(--interactive-normal); + cursor:pointer; + position:absolute; + right:16px; + width:18px; + height:18px; + top:16px; + z-index:1 +} + +.close-jnIfru:hover { + color:var(--interactive-hover) +} + +.closeIcon-1zVtdw { + width:18px; + height:18px +} + +.message-39hdqk { + color:var(--text-normal); + font-size:14px; + left:-10px; + line-height:18px; + margin-top:86px; + position:relative; + text-align:center; + width:220px +} + +.checkStatusButton-2voZW3 { + margin-top:20px +} + +.channelNotice-3DDmsB { + background-image:url(img/1858873f28bdc62dfb3a1f4b67d459bf.svg) +} + +.channelNotice-3hkOiI { + background-repeat:no-repeat; + background-position:center top 22px; + background-size:220px; + padding:20px; + position:relative; + -webkit-box-shadow:inset 0 -1px 0 var(--background-modifier-accent); + box-shadow:inset 0 -1px 0 var(--background-modifier-accent) +} + +.close-ZKR0Rw { + position:absolute; + right:16px; + top:12px; + width:18px; + height:18px; + cursor:pointer; + color:var(--interactive-normal); + z-index:1 +} + +.close-ZKR0Rw:hover { + color:var(--interactive-hover) +} + +.closeIcon-yoh58h { + width:18px; + height:18px +} + +.message-Gpd3zh { + font-size:14px; + line-height:18px; + color:var(--text-normal); + margin-top:8px; + text-align:center +} + +.guildAffinityPremiumSubscriptionButton-3dyYEq { + margin-top:16px +} + +.premiumGuildAnimationWrapper-14ilC1 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + overflow:hidden; + width:100%; + z-index:0 +} + +.premiumGuildAnimation-RcsCE4 { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + height:90px; + width:350px +} + +.theme-light .channelNotice-3hkOiI { + background-image:url(img/a2a883ede6f286c9952eef1ce4b97644.svg) +} + +.theme-dark .channelNotice-3hkOiI { + background-image:url(img/7065587bd42fd829925bf6aa4b36f5e2.svg) +} + +.cannon-1IwVJw { + position:absolute; + width:100%; + height:100% +} + +.container-1i59-c { + padding:16px; + position:relative; + background-color:var(--background-secondary-alt) +} + +.container-1i59-c:focus-within .dismiss-SxmMd_, +.container-1i59-c:hover .dismiss-SxmMd_ { + opacity:1 +} + +.title-2UdzTY { + font-weight:600 +} + +.dismiss-SxmMd_ { + position:absolute; + right:12px; + top:12px; + width:16px; + height:16px; + cursor:pointer; + color:var(--interactive-muted); + opacity:1; + -webkit-transition:opacity .1s ease-in; + transition:opacity .1s ease-in +} + +.dismiss-SxmMd_:focus-within, +.dismiss-SxmMd_:hover { + color:var(--interactive-hover) +} + +.dismissIcon-1MhmFW { + width:16px; + height:16px +} + +.progressContainer-1gEwYE { + margin-top:8px; + cursor:pointer +} + +.progress-9E5msn { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-right:8px +} + +.footer-3Q8DAh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:8px +} + +.questIcon-3lYg63 { + width:16px; + height:16px; + color:var(--header-secondary) +} + +.subtitle-1cSkax { + margin-left:4px +} + +.step-3ABmgA, +.subtitle-1cSkax { + font-weight:700 +} + +.step-3ABmgA { + margin-left:auto +} + +@-webkit-keyframes pulse-30Y3VU { + 0% { + opacity:.7 + } + + to { + opacity:1 + } + +} + +@keyframes pulse-30Y3VU { + 0% { + opacity:.7 + } + + to { + opacity:1 + } + +} + +.container-JPloBS { + padding:16px 8px; + -webkit-animation:pulse-30Y3VU 5s ease-in-out infinite alternate; + animation:pulse-30Y3VU 5s ease-in-out infinite alternate; + height:100%; + overflow:hidden +} + +.bannerPadding-NA0hyi { + padding-top:104px +} + +.category-2SZJwK { + height:16px; + width:77px; + border-radius:4px; + margin-bottom:18px; + background-color:var(--background-accent) +} + +.spacer-No5vWQ { + height:1px; + width:100px; + margin:16px 0 +} + +.channel-2UjLhw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:18px +} + +.channelIcon-CCo35e { + width:16px; + border-radius:16px; + margin:0 8px +} + +.channelIcon-CCo35e, +.channelName-3y9uE0 { + height:16px; + background-color:var(--background-accent) +} + +.channelName-3y9uE0 { + border-radius:8px +} + +.container-3w7J-x { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-height:0; + position:relative; + background-color:var(--background-secondary) +} + +.subscribeTooltipHeader-Cf_Izr, +.subscribeTooltipText-3d3QxF { + color:#fff; + text-align:center +} + +.subscribeTooltipText-3d3QxF { + margin-top:4px; + font-weight:400 +} + +.subscribeTooltipButton-rIF3w3 { + margin:16px auto 0; + width:100% +} + +.subscribeTooltipWrapper-1JoUuw { + max-width:280px; + padding:16px; + background-color:#7289da; + border-radius:4px; + -webkit-box-shadow:var(--elevation-medium); + box-shadow:var(--elevation-medium) +} + +.subscribeTooltipWrapper-1JoUuw:after { + content:" "; + position:absolute; + bottom:100%; + left:50%; + margin-left:-8px; + border:8px solid transparent; + border-bottom-color:#7289da +} + +.varUpsellTooltip-1P8Jpo { + max-width:220px +} + +.varUpsell-3rw6f_ { + padding:8px 0 +} + +.varUpsellTitle-2TnDwT { + font-weight:700; + margin-bottom:8px +} + +.varUpsellBody-1SRfWC { + text-align:center +} + +.searchAnswer-3Dz2-q { + padding:0 2px; + margin-right:2px; + margin-left:-2px; + border-radius:0 2px 2px 0 +} + +.searchFilter-2ESiM3 { + padding:0 2px; + border-radius:2px 0 0 2px +} + +.searchFilter-2ESiM3+.searchFilter-2ESiM3 { + margin-left:2px +} + +.searchFilter-2ESiM3:first-child { + margin-left:-2px +} + +.searchAnswer-3Dz2-q, +.searchFilter-2ESiM3 { + display:inline-block; + height:20px; + color:#fff +} + +.theme-light .searchAnswer-3Dz2-q, +.theme-light .searchFilter-2ESiM3 { + background-color:#72767d +} + +.theme-dark .searchAnswer-3Dz2-q, +.theme-dark .searchFilter-2ESiM3 { + background-color:#34383d +} + +.container-3ayLPN { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:3px; + overflow:hidden +} + +.container-3ayLPN:empty { + -webkit-box-shadow:none; + box-shadow:none +} + +.queryContainer-RKFJW- { + padding:15px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + cursor:pointer; + border-bottom:1px solid +} + +.queryShortcut-hJIQMF { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.queryText-3xoOY7 { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + line-height:24px; + font-size:12px; + text-transform:uppercase +} + +.queryText-3xoOY7 strong { + font-size:15px; + text-transform:none +} + +.theme-dark .container-3ayLPN { + background-color:#36393f +} + +.theme-dark .queryContainer-RKFJW- { + color:#b9bbbe; + border-bottom-color:rgba(35, + 38, + 42, + .3) +} + +.theme-dark .queryContainer-RKFJW- strong { + color:#fff +} + +.theme-dark .focused-2bY0OD { + background-color:#23262a +} + +.theme-light .container-3ayLPN { + background-color:#fff +} + +.theme-light .queryContainer-RKFJW- { + color:#72767d; + border-bottom-color:#dcddde +} + +.theme-light .queryContainer-RKFJW- strong { + color:#4f545c +} + +.theme-light .focused-2bY0OD { + background-color:#f6f6f7 +} + +.resultsGroup-r_nuzN { + position:relative; + padding-top:10px; + padding-bottom:10px; + margin-top:-1px +} + +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO, +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj { + opacity:.6 +} + +.resultsGroup-r_nuzN:before { + content:""; + display:block; + position:relative; + top:-10px; + margin:0 20px +} + +.resultsGroup-r_nuzN .header-2N-gMV { + font-weight:500; + font-size:12px; + padding:5px 20px 10px +} + +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO, +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj { + position:absolute; + top:12px; + width:16px; + height:16px; + cursor:pointer; + opacity:.8 +} + +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO:hover, +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj:hover { + opacity:1 +} + +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO svg, +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj svg { + width:16px; + height:16px +} + +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj { + right:17px +} + +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO { + right:16px +} + +.resultsGroup-r_nuzN .searchLearnMore-3SQUAj a { + display:block; + width:100%; + height:100%; + overflow:hidden +} + +.option-96V44q, +.resultsGroup-r_nuzN .searchClearHistory-2cSSMO { + overflow:hidden +} + +.option-96V44q { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:16px; + margin:0 10px; + padding:0 10px; + height:34px; + border-radius:3px; + cursor:pointer +} + +.option-96V44q:after { + z-index:1; + content:""; + position:absolute; + top:0; + right:0; + height:100%; + width:30px +} + +.option-96V44q.selected-rZcOL- .plusIcon-v0BTrL { + display:block +} + +.option-96V44q.selected-rZcOL-:before { + z-index:2; + content:""; + position:absolute; + top:0; + right:0; + height:34px; + width:24px +} + +.option-96V44q.selected-rZcOL-:after { + width:60px +} + +.option-96V44q span { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis +} + +.option-96V44q .nonText-3CRkO0 { + margin:0 4px +} + +.option-96V44q .filter-3Y_im- { + margin:0 2px 0 4px +} + +.option-96V44q .answer-1n6g43 { + margin:0 4px 0 2px; + font-weight:500 +} + +.option-96V44q strong { + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + font-weight:500 +} + +.option-96V44q .filter-3Y_im- { + margin-right:4px +} + +.option-96V44q>:first-child { + margin-left:0 +} + +.option-96V44q.user-O3Czj0 .displayAvatar-1wWlVM { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + width:18px; + height:18px; + border-radius:50%; + display:inline-block +} + +.option-96V44q.user-O3Czj0 .displayedNick-3xxvzU { + font-weight:500; + margin:0 5px +} + +.option-96V44q.user-O3Czj0 .displayUsername-Qekxml { + font-weight:500 +} + +.option-96V44q.linkSource-1-3cE_ strong { + text-transform:capitalize +} + +.searchOption-zQ-1l6 .filter-3Y_im- { + font-weight:500; + margin:0 4px 0 0 +} + +.searchOption-zQ-1l6 .answer-1n6g43 { + font-weight:500 +} + +.datePicker--XZbmJ { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-shadow:none; + box-shadow:none; + border-radius:0 +} + +.datePicker--XZbmJ, +.datePicker--XZbmJ .datePickerHint-3Q1Udw { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.datePicker--XZbmJ .datePickerHint-3Q1Udw { + padding:20px 0; + margin:0 20px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.datePicker--XZbmJ .datePickerHint-3Q1Udw .hint-165cR4 { + font-size:16px +} + +.datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z { + font-size:14px; + line-height:22px; + padding:0 3px; + border-radius:3px; + font-weight:500; + cursor:pointer +} + +.searchResultChannelIcon-1DnTme { + vertical-align:top; + margin-right:4px; + -ms-flex-negative:0; + flex-shrink:0; + width:16px; + height:16px +} + +.searchResultChannelCategory-1l0lSn { + position:relative; + font-size:10px; + font-weight:600; + margin-left:4px; + -ms-flex-negative:1; + flex-shrink:1; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + top:2px +} + +.plusIcon-v0BTrL { + position:absolute; + top:8px; + right:8px; + z-index:2; + display:none; + opacity:.6 +} + +.theme-dark .resultsGroup-r_nuzN:before { + border-top:1px solid rgba(35, + 38, + 42, + .3) +} + +.theme-dark .resultsGroup-r_nuzN .header-2N-gMV, +.theme-dark .resultsGroup-r_nuzN .plusIcon-v0BTrL, +.theme-dark .resultsGroup-r_nuzN .searchClearHistory-2cSSMO, +.theme-dark .resultsGroup-r_nuzN .searchLearnMore-3SQUAj a { + color:#cacbce +} + +.theme-dark .option-96V44q:after { + background:-webkit-gradient(linear, + left top, + right top, + from(rgba(54, + 57, + 63, + 0)), + color-stop(80%, + #36393f)); + background:linear-gradient(90deg, + rgba(54, + 57, + 63, + 0), + #36393f 80%) +} + +.theme-dark .option-96V44q.selected-rZcOL- { + background-color:#23262a +} + +.theme-dark .option-96V44q.selected-rZcOL-:after { + background:-webkit-gradient(linear, + left top, + right top, + from(rgba(35, + 38, + 42, + 0)), + color-stop(50%, + #23262a)); + background:linear-gradient(90deg, + rgba(35, + 38, + 42, + 0), + #23262a 50%) +} + +.theme-dark .option-96V44q .answer-1n6g43, +.theme-dark .option-96V44q .nonText-3CRkO0, +.theme-dark .option-96V44q strong { + color:#caccce +} + +.theme-dark .option-96V44q .filter-3Y_im- { + color:#72767d +} + +.theme-dark .option-96V44q.user-O3Czj0 .displayedNick-3xxvzU { + color:#caccce +} + +.theme-dark .option-96V44q.user-O3Czj0 .displayUsername-Qekxml { + color:#5e636a +} + +.theme-dark .searchOption-zQ-1l6 .filter-3Y_im- { + color:#caccce +} + +.theme-dark .searchOption-zQ-1l6 .answer-1n6g43 { + color:#72767d +} + +.theme-dark .datePicker--XZbmJ { + border-top:none +} + +.theme-dark .datePicker--XZbmJ .datePickerHint-3Q1Udw { + border-top:1px solid rgba(35, + 38, + 42, + .3) +} + +.theme-dark .datePicker--XZbmJ .datePickerHint-3Q1Udw .hint-165cR4 { + color:#caccce +} + +.theme-dark .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z { + color:#fff; + background-color:#7289da +} + +.theme-dark .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z:hover { + background-color:#677bc4 +} + +.theme-dark .searchResultChannelCategory-1l0lSn, +.theme-dark .searchResultChannelIcon-1DnTme { + color:#72767d +} + +.theme-dark .searchResultChannelIconBackground-7ncwtC { + opacity:.6 +} + +.resultChannel-3BYgHX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:nowrap; + flex-wrap:nowrap; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.theme-light .resultsGroup-r_nuzN:before { + border-top:1px solid #dcddde +} + +.theme-light .resultsGroup-r_nuzN .header-2N-gMV, +.theme-light .resultsGroup-r_nuzN .plusIcon-v0BTrL, +.theme-light .resultsGroup-r_nuzN .searchClearHistory-2cSSMO, +.theme-light .resultsGroup-r_nuzN .searchLearnMore-3SQUAj a { + color:#cacbce +} + +.theme-light .option-96V44q:after { + background:-webkit-gradient(linear, + left top, + right top, + from(hsla(0, + 0%, + 100%, + 0)), + color-stop(80%, + #fff)); + background:linear-gradient(90deg, + hsla(0, + 0%, + 100%, + 0), + #fff 80%) +} + +.theme-light .option-96V44q.selected-rZcOL- { + background-color:#f6f6f7 +} + +.theme-light .option-96V44q.selected-rZcOL-:after { + background:-webkit-gradient(linear, + left top, + right top, + from(rgba(246, + 246, + 247, + 0)), + color-stop(50%, + #f6f6f7)); + background:linear-gradient(90deg, + rgba(246, + 246, + 247, + 0), + #f6f6f7 50%) +} + +.theme-light .option-96V44q .nonText-3CRkO0 { + color:#5e636a +} + +.theme-light .option-96V44q .filter-3Y_im- { + color:#caccce +} + +.theme-light .option-96V44q .answer-1n6g43, +.theme-light .option-96V44q strong { + color:#4f545c +} + +.theme-light .option-96V44q.user-O3Czj0 .displayedNick-3xxvzU { + color:#5e636a +} + +.theme-light .option-96V44q.user-O3Czj0 .displayUsername-Qekxml { + color:#caccce +} + +.theme-light .searchOption-zQ-1l6 .filter-3Y_im- { + color:#4f545c +} + +.theme-light .searchOption-zQ-1l6 .answer-1n6g43 { + color:#caccce +} + +.theme-light .datePicker--XZbmJ, +.theme-light .datePicker--XZbmJ .datePickerHint-3Q1Udw { + border-top:1px solid #dcddde +} + +.theme-light .datePicker--XZbmJ .datePickerHint-3Q1Udw .hint-165cR4 { + color:#caccce +} + +.theme-light .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z { + color:#fff; + background-color:#7289da +} + +.theme-light .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z:hover { + background-color:#677bc4 +} + +.theme-light .searchResultChannelCategory-1l0lSn, +.theme-light .searchResultChannelIcon-1DnTme { + color:#b9bbbe +} + +.theme-light .searchResultChannelIconBackground-7ncwtC { + opacity:.6 +} + +.search-2oPWTC { + position:relative; + overflow:visible; + z-index:100; + -webkit-app-region:no-drag +} + +.search-2oPWTC .DraftEditor-root { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + font-size:14px; + font-weight:500; + line-height:20px; + overflow:hidden; + padding:2px 0 +} + +.search-2oPWTC .DraftEditor-root .DraftEditor-editorContainer { + border:none; + overflow:hidden; + border-radius:2px; + height:20px +} + +.search-2oPWTC .DraftEditor-root .public-DraftEditor-content, +.search-2oPWTC .DraftEditor-root .public-DraftEditorPlaceholder-root { + -webkit-box-sizing:content-box; + box-sizing:content-box; + padding-bottom:20px; + padding-left:2px; + padding-right:2px +} + +.search-2oPWTC .DraftEditor-root .public-DraftEditorPlaceholder-root { + color:var(--text-muted); + padding-left:4px +} + +.search-2oPWTC .DraftEditor-root .public-DraftEditor-content { + overflow-x:auto; + overflow-y:hidden +} + +.search-2oPWTC .DraftEditor-root .public-DraftStyleDefault-block { + display:inline-block; + min-width:1px; + white-space:pre +} + +.search-2oPWTC .DraftEditor-root .public-DraftStyleDefault-block span { + min-width:1px +} + +.searchBar-3dMhjb { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + height:24px; + width:144px; + border-radius:4px; + -webkit-box-shadow:none; + box-shadow:none; + cursor:text; + overflow:hidden; + padding:0 2px; + color:var(--text-normal); + background-color:var(--background-tertiary) +} + +.searchBar-3dMhjb .icon-38sknP { + width:24px; + height:24px +} + +.focused-31_ccS .searchBar-3dMhjb, +.open-6_Y_aH .searchBar-3dMhjb { + width:240px +} + +.DraftEditor-editorContainer, +.DraftEditor-root, +.public-DraftEditor-content { + height:inherit; + text-align:initial +} + +.public-DraftEditor-content[contenteditable=true] { + -webkit-user-modify:read-write-plaintext-only +} + +.DraftEditor-root { + position:relative +} + +.DraftEditor-editorContainer { + background-color:hsla(0, + 0%, + 100%, + 0); + border-left:.1px solid transparent; + position:relative; + z-index:1 +} + +.public-DraftEditor-block { + position:relative +} + +.DraftEditor-alignLeft .public-DraftStyleDefault-block { + text-align:left +} + +.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root { + left:0; + text-align:left +} + +.DraftEditor-alignCenter .public-DraftStyleDefault-block { + text-align:center +} + +.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root { + margin:0 auto; + text-align:center; + width:100% +} + +.DraftEditor-alignRight .public-DraftStyleDefault-block { + text-align:right +} + +.DraftEditor-alignRight .public-DraftEditorPlaceholder-root { + right:0; + text-align:right +} + +.public-DraftEditorPlaceholder-root { + color:#9197a3; + position:absolute; + z-index:1 +} + +.public-DraftEditorPlaceholder-hasFocus { + color:#bdc1c9 +} + +.DraftEditorPlaceholder-hidden { + display:none +} + +.public-DraftStyleDefault-block { + position:relative; + white-space:pre-wrap +} + +.public-DraftStyleDefault-ltr { + direction:ltr; + text-align:left +} + +.public-DraftStyleDefault-rtl { + direction:rtl; + text-align:right +} + +.public-DraftStyleDefault-listLTR { + direction:ltr +} + +.public-DraftStyleDefault-listRTL { + direction:rtl +} + +.public-DraftStyleDefault-ol, +.public-DraftStyleDefault-ul { + margin:16px 0; + padding:0 +} + +.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR { + margin-left:1.5em +} + +.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL { + margin-right:1.5em +} + +.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR { + margin-left:3em +} + +.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL { + margin-right:3em +} + +.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR { + margin-left:4.5em +} + +.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL { + margin-right:4.5em +} + +.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR { + margin-left:6em +} + +.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL { + margin-right:6em +} + +.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR { + margin-left:7.5em +} + +.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL { + margin-right:7.5em +} + +.public-DraftStyleDefault-unorderedListItem { + list-style-type:square; + position:relative +} + +.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 { + list-style-type:disc +} + +.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 { + list-style-type:circle +} + +.public-DraftStyleDefault-orderedListItem { + list-style-type:none; + position:relative +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before { + left:-36px; + position:absolute; + text-align:right; + width:30px +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before { + position:absolute; + right:-36px; + text-align:left; + width:30px +} + +.public-DraftStyleDefault-orderedListItem:before { + content:counter(ol0)". "; + counter-increment:ol0 +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before { + content:counter(ol1, + lower-alpha)". "; + counter-increment:ol1 +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before { + content:counter(ol2, + lower-roman)". "; + counter-increment:ol2 +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before { + content:counter(ol3)". "; + counter-increment:ol3 +} + +.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before { + content:counter(ol4, + lower-alpha)". "; + counter-increment:ol4 +} + +.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset { + counter-reset:ol0 +} + +.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset { + counter-reset:ol1 +} + +.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset { + counter-reset:ol2 +} + +.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset { + counter-reset:ol3 +} + +.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset { + counter-reset:ol4 +} + +.platform-osx .container-1r6BKw { + -webkit-app-region:drag +} + +.container-1r6BKw { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:0; + width:100%; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + height:48px; + padding:0 8px; + font-size:16px; + line-height:20px; + cursor:default; + z-index:2; + color:var(--text-normal) +} + +.container-1r6BKw, +.container-1r6BKw * { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.container-1r6BKw.themed-ANHk51 { + background:var(--background-primary) +} + +.container-1r6BKw.transparent-2ZlE3R { + background:transparent +} + +.children-19S4PO { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:0; + overflow:hidden +} + +.children-19S4PO:after { + content:""; + position:absolute; + top:0; + right:0; + width:8px; + height:100% +} + +.theme-dark .children-19S4PO:after { + background:-webkit-gradient(linear, + left top, + right top, + from(rgba(54, + 57, + 63, + 0)), + to(var(--background-primary))); + background:linear-gradient(90deg, + rgba(54, + 57, + 63, + 0) 0, + var(--background-primary)) +} + +.theme-light .children-19S4PO:after { + background:-webkit-gradient(linear, + left top, + right top, + from(hsla(0, + 0%, + 100%, + 0)), + to(var(--background-primary))); + background:linear-gradient(90deg, + hsla(0, + 0%, + 100%, + 0) 0, + var(--background-primary)) +} + +.transparent-2ZlE3R .children-19S4PO:after { + display:none +} + +.toolbar-1t6TWx { + -ms-flex:0 0 auto; + flex:0 0 auto; + min-width:0 +} + +.title-29uC1r, +.toolbar-1t6TWx { + -webkit-box-flex:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.title-29uC1r { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + margin:0 8px 0 0; + -ms-flex:0 0 auto; + flex:0 0 auto; + min-width:auto; + overflow:hidden; + white-space:nowrap +} + +.clickable-3rdHwn { + cursor:pointer +} + +.iconWrapper-2OrFZ1 { + position:relative; + height:24px; + width:auto; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin:0 8px +} + +.icon-22AiRD { + display:block; + width:24px; + height:24px; + -webkit-app-region:no-drag; + color:var(--text-muted) +} + +.clickable-3rdHwn .icon-22AiRD { + color:var(--interactive-normal) +} + +.clickable-3rdHwn:hover .icon-22AiRD { + color:var(--interactive-hover) +} + +.selected-1GqIat .icon-22AiRD { + color:var(--interactive-active) +} + +.iconBadge-qZ4Ksk { + position:absolute; + right:2px; + bottom:2px; + width:8px; + height:8px; + border-radius:8px; + background-color:#f04747 +} + +.divider-3FBTu8 { + width:1px; + height:24px; + margin:0 8px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background:var(--background-modifier-accent) +} + +.caret-3W7cBB { + color:var(--text-muted); + width:10px; + margin:0 2px +} + +.messagesPopoutWrap-1MQ1bW { + background-color:var(--background-secondary); + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + width:420px; + min-height:200px; + border-radius:4px; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + z-index:0 +} + +.messagesPopoutWrap-1MQ1bW .mention { + pointer-events:none +} + +.header-ykumBX { + position:relative; + padding:16px; + background-color:var(--background-tertiary); + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.title-3pkaKd { + color:var(--header-primary) +} + +.footer-1kmXd4 { + padding:16px; + text-align:center; + height:53px; + background-color:var(--background-tertiary) +} + +.loadingMore-1cSz09 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:8px +} + +.loadingMore-1cSz09 .spinner-MoOpqm { + display:inline-block; + margin:0 +} + +.hasMore-sul95G, +.loadingMore-1cSz09 { + margin-top:8px; + height:32px +} + +.hasMore-sul95G { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.hasMoreButton-1MELpI { + height:30px; + width:100%; + margin:0; + text-align:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + font-size:12px; + font-weight:500; + border-radius:3px; + background-color:var(--background-primary); + color:#7289da; + border:1px solid var(--background-tertiary); + cursor:pointer +} + +.messagesPopout-24nkyi { + padding:8px 0 0 8px +} + +.messageGroupWrapper-o-Zw7G { + position:relative; + background:var(--background-primary); + border:1px solid var(--background-tertiary); + border-radius:4px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + margin:0 0 6px; + overflow:hidden +} + +.messageGroupWrapper-o-Zw7G .messageGroupCozy-2iY6cT { + margin-left:-4px; + padding-top:12px; + padding-bottom:12px +} + +.scrollingFooterWrap-3FDlMn { + position:relative +} + +.emptyPlaceholder-1zh-Eu { + margin-top:8px; + margin-bottom:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-align:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.emptyPlaceholder-1zh-Eu, +.emptyPlaceholder-1zh-Eu.bottom-TGnsta { + -webkit-box-align:center; + align-items:center +} + +.emptyPlaceholder-1zh-Eu.bottom-TGnsta { + -ms-flex-align:center; + margin-bottom:0 +} + +.emptyPlaceholder-1zh-Eu.bottom-TGnsta .image-2JDb81 { + margin-top:25px +} + +.emptyPlaceholder-1zh-Eu.loadingPlaceholder-2SCYFe { + margin-top:100px +} + +.image-2JDb81 { + width:120px; + height:120px; + background-size:94px 120px; + background-repeat:no-repeat; + background-position:50% +} + +.body-bvcIjN { + white-space:pre; + margin-top:20px; + font-size:16px; + line-height:20px; + font-weight:500; + text-align:center; + color:var(--text-normal) +} + +.loadingPlaceholder-2SCYFe { + margin-top:240px +} + +.channelSeparator-1MxuvT { + margin-top:24px; + margin-bottom:8px +} + +.channelName-3kBz6H { + font-weight:500; + font-size:16px; + line-height:18px; + cursor:pointer; + color:var(--header-primary) +} + +.channelName-3kBz6H:hover { + text-decoration:underline +} + +.guildName-1Bc3Ta { + color:var(--text-muted); + font-weight:500; + margin-left:4px; + font-size:12px; + line-height:16px +} + +.channelSeparator-1MxuvT:first-of-type { + margin-top:13px +} + +.actionButtons-1sUUug { + display:none; + position:absolute; + top:12px; + right:12px +} + +.messageGroupWrapper-o-Zw7G:focus-within .actionButtons-1sUUug, +.messageGroupWrapper-o-Zw7G:hover .actionButtons-1sUUug { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.jumpButton-3DTcS_ { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + cursor:pointer; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + font-weight:500; + line-height:14px; + font-size:11px; + height:14px; + border-radius:3px; + text-align:center; + padding:2px 8px; + margin-right:4px; + margin-left:6px; + color:var(--interactive-normal); + background-color:var(--background-secondary) +} + +.jumpButton-3DTcS_:hover { + color:var(--interactive-hover) +} + +.keyboard-mode .jumpButton-3DTcS_:focus { + -webkit-box-shadow:0 0 0 4px var(--focus-primary); + box-shadow:0 0 0 4px var(--focus-primary) +} + +.jumpButton-3DTcS_ .loading-2bJK5L { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + opacity:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.jumpButton-3DTcS_ .loading-2bJK5L.visible-1PE5Ym { + opacity:1 +} + +.closeIcon-2Yg8TD { + width:16px; + height:16px; + display:block; + cursor:pointer; + color:var(--interactive-normal) +} + +.closeIcon-2Yg8TD:hover { + color:var(--interactive-hover) +} + +.closeIcon-2Yg8TD:active { + color:var(--interactive-active) +} + +.jumpButton-2dvRSC { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-tertiary); + border-radius:3px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer; + font-weight:500; + height:24px; + padding:4px; + position:absolute; + right:0; + text-align:center; + top:3px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + z-index:1 +} + +.jumpButton-2dvRSC .text-3KVtey { + color:var(--header-secondary) +} + +.jumpButton-2dvRSC:hover .text-3KVtey { + color:var(--interactive-hover) +} + +.jumpButton-2dvRSC:active .text-3KVtey { + color:var(--interactive-active) +} + +.channelHeader-3Gd2xq { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:64px; + padding-top:12px; + padding-bottom:12px; + padding-left:16px; + position:-webkit-sticky; + position:sticky; + top:0; + z-index:10 +} + +.dmIcon-2eU-bE { + border-radius:12px; + height:40px; + width:40px +} + +.dmIcon-2eU-bE, +.guildIcon-3Co6k- { + cursor:pointer; + margin-right:16px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.guildIcon-3Co6k- { + background-color:var(--background-secondary-alt) +} + +.channelNameSection-3Vm87D { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-right:16px; + overflow:hidden +} + +.badge-2l0o8g { + border-radius:20px; + -webkit-box-shadow:none; + box-shadow:none; + margin-left:8px; + position:relative; + text-shadow:none; + top:-2px +} + +.channelName-_v0rI4, +.subtext-qy79y1 { + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + word-break:break-all +} + +.channelName-_v0rI4, +.guildName-GKOCI8 { + cursor:pointer; + display:inline-block; + min-width:0; + width:100% +} + +.channelName-_v0rI4:hover, +.guildName-GKOCI8:hover { + text-decoration:underline +} + +.channelNameHeader-F4hU_R { + height:20px +} + +.subtext-qy79y1, +.subtextContainer-34z_03 { + max-height:16px; + min-width:0; + width:100% +} + +.activityStatus-3EyZw5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.activityEmoji-3sF2z4 { + margin-right:4px; + width:14px; + height:14px +} + +.container-3u944p { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + min-height:400px; + text-align:center; + padding:0 16px +} + +.iconContainer-JbDkvn { + margin-bottom:16px; + position:relative +} + +.icon-1Itzco { + background-color:var(--background-primary); + border-radius:80px; + color:var(--text-muted); + padding:22px +} + +.stars-1YAEQv { + position:absolute; + left:-10px +} + +.header-2M8_sb { + margin-bottom:8px +} + +.protip-283HFv { + font-weight:700; + text-transform:uppercase +} + +.recentMentionsPopout-3rCiI6 { + width:35vw; + max-width:600px; + min-width:480px; + max-height:80vh +} + +.scroller-2UmRce { + padding:0 +} + +.container-3iAQ-0 { + margin-bottom:16px; + padding-left:16px; + padding-right:9px +} + +.closeButton-1152MI { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:12px +} + +.messageContainer-gbhlwo { + background-color:var(--background-primary); + border-radius:8px; + padding:16px 16px 16px 0; + position:relative +} + +.jumpButton-2F6EMx { + right:16px; + top:19px; + opacity:0 +} + +.messageContainer-gbhlwo:focus-within .jumpButton-2F6EMx, +.messageContainer-gbhlwo:hover .jumpButton-2F6EMx { + opacity:1 +} + +.message-2DieIs { + overflow:hidden; + padding-right:0 +} + +.messageContainer-gbhlwo .message-2DieIs:first-of-type { + margin-top:0 +} + +.header-2-Imhb { + -webkit-box-shadow:none; + box-shadow:none; + height:56px; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + min-height:56px; + padding:12px 16px +} + +.header-2-Imhb, +.header-2-Imhb .tab-ck0077 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.header-2-Imhb .tab-ck0077 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:24px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-left:0; + margin-top:4px; + text-align:center +} + +.theme-dark .header-2-Imhb .tabBar-1kuXvJ .tab-ck0077.active-1MbGPa { + background-color:var(--background-accent) +} + +.expanded-13sWhZ { + background-color:var(--background-message-hover) +} + +.blockedSystemMessage-2Rk1ek { + font-size:1rem; + line-height:1.375rem; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + text-indent:0 +} + +.blockedIcon-IrnkVA { + width:1rem; + height:1rem; + display:block; + color:var(--text-muted) +} + +.container-3eemR3:hover .blockedIcon-IrnkVA { + color:#f04747 +} + +.blockedMessageText-1fRjos { + color:var(--header-secondary) +} + +.blockedAction-2ZyU8z { + color:var(--text-muted); + cursor:pointer +} + +.blockedSystemMessage-2Rk1ek:hover .blockedAction-2ZyU8z { + color:var(--text-link) +} + +.blockedAction-2ZyU8z:hover { + text-decoration:underline +} + +.messages-3G3erD { + background-color:var(--background-primary); + border-radius:8px; + padding:16px 16px 16px 0 +} + +.messageContainer-1ei2zM { + position:relative +} + +.jumpButton-3vBz5U { + opacity:0 +} + +.messageContainer-1ei2zM:focus-within .jumpButton-3vBz5U, +.messageContainer-1ei2zM:hover .jumpButton-3vBz5U { + opacity:1 +} + +.message-2g38UB { + overflow:hidden; + padding-right:0 +} + +.message-2g38UB .mention { + pointer-events:none +} + +.messages-3G3erD .messageContainer-1ei2zM:first-of-type .message-2g38UB { + margin-top:0 +} + +.divider-39oAwV { + margin-top:16px; + margin-bottom:16px; + margin-left:16px +} + +.channel-3pEHab { + padding-bottom:16px +} + +.collapseButton-2ZsEjz, +.markReadButton-qAjML_ { + -ms-flex-negative:0; + flex-shrink:0 +} + +.markReadButton-qAjML_ { + margin-left:12px +} + +.collapseButton-2ZsEjz { + color:var(--interactive-normal); + cursor:pointer; + position:absolute; + left:-6px; + width:16px; + height:16px; + padding:2px +} + +.collapseButton-2ZsEjz.collapsed-S4RKOA { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.divider-EK35Fy { + margin-top:48px; + margin-bottom:32px +} + +.dividerContent-2S2hYI { + background:transparent +} + +.container-enaOkj { + background-color:var(--background-secondary); + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-high); + box-shadow:var(--elevation-stroke), + var(--elevation-high); + border-radius:4px; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + z-index:0 +} + +.spinner-3wwZNP { + margin-bottom:32px; + margin-top:32px +} + +.tutorial-3w5I9h { + background-color:var(--background-tertiary); + border-radius:8px; + padding:16px; + margin:16px 0 +} + +.tutorial-3w5I9h, +.tutorialIcon-3f1miQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tutorialIcon-3f1miQ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-primary); + border-radius:40px; + color:var(--interactive-normal); + height:40px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:40px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:16px +} + +.tutorialButton-2wJx1F { + margin-top:8px +} + +.scroller-tlc3kG { + padding:0 16px +} + +@-webkit-keyframes arrowBounce-1NRiP8 { + 0% { + -webkit-transform:translate3d(0, + -2px, + 0); + transform:translate3d(0, + -2px, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(0, + -2px, + 0); + transform:translate3d(0, + -2px, + 0) + } + +} + +@keyframes arrowBounce-1NRiP8 { + 0% { + -webkit-transform:translate3d(0, + -2px, + 0); + transform:translate3d(0, + -2px, + 0) + } + + 50% { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + to { + -webkit-transform:translate3d(0, + -2px, + 0); + transform:translate3d(0, + -2px, + 0) + } + +} + +.children-3Bo2Aw { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.back-38bAq5 { + margin-right:12px; + opacity:.6 +} + +.back-38bAq5:active, +.back-38bAq5:hover { + opacity:.8 +} + +.back-38bAq5:disabled { + opacity:.2 +} + +.updateIconForeground-3tnNZn { + fill:#43b581 +} + +.search-36MZv- { + margin:0 8px +} + +.searchBar-w939j { + background: transparent; + border: none; + padding-left: 4px !important; + color: var(--text-normal); +} + +.toolbar-1ZLc8T { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.downloadArrow-BfJJjn { + color:#43b581; + -webkit-animation:arrowBounce-1NRiP8 2s ease-in-out infinite; + animation:arrowBounce-1NRiP8 2s ease-in-out infinite +} + +.theme-light .back-38bAq5 { + color:#4f545c +} + +.theme-light .cloud-31LAb8 { + color:#9099a4 +} + +.theme-dark .back-38bAq5 { + color:#fff +} + +.theme-dark .cloud-31LAb8 { + color:#72767d +} + +@media (min-width: 849px) { + .headerBarLoggedOut-1Txau0 { + padding:0 30px + } + +} + +.friendWrapper-2SrUFF { + cursor:pointer; + padding:1px 0; + margin:0 4px 0 12px +} + +.friend-3KALPe { + border-radius:3px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:40px; + padding:6px 8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + font-size:15px; + font-weight:500 +} + +.friend-3KALPe:hover { + background-color: rgba(79, 84, 92, .3); + color: #fff; +} + +.friend-3KALPe .avatar-vr5NCN { + -ms-flex-negative:0; + flex-shrink:0; + margin:0 +} + +.friend-3KALPe .checkbox-22U-7- { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.friend-3KALPe .match-23yWrF { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.friend-3KALPe .nickname-O95uts { + margin-right:4px; + margin-top: 2px; +} + +.friend-3KALPe .discordTag-X7dpau { + opacity:.5; + font-size: 13px; +} + +.theme-dark .friend-3KALPe { + color:#b9bbbe +} + +.theme-dark .friendSelected-1sa4bG { + background-color:rgba(79, + 84, + 92, + .3); + color:#fff +} + +.theme-light .friend-3KALPe { + color:#72767d +} + +.theme-light .friendSelected-1sa4bG { + background-color:rgba(220, + 221, + 222, + .3); + color:#000 +} + +.popout-103y-5 { + width:440px +} + +.searchBar-1Vaz-O .searchBarComponent-yxeVIL { + -webkit-box-shadow:none; + box-shadow:none; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.searchBar-1Vaz-O .addButton-tsPCpZ { + margin-left:8px +} + +.subtitleWarning-11fCy8 { + color:#f04747!important +} + +.noResults-ZTbl5V, +.scroller-hUf6zQ { + max-height: 200px; +} + +.copyInput-fU5OcD { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.noBorder-3d42mF { + border:none +} + +.copyButton-1r9_ji { + margin-right:4px; + width:75px +} + +.errorState-KkUH_2 { + padding:20px 20px 40px; + font-weight:500; + font-size:16px; + line-height:20px; + text-align:center +} + +.errorState-KkUH_2.noResults-ZTbl5V { + padding:0 48px +} + +.errorStateIcon-3fNXE5 { + background-repeat:no-repeat; + background-position:50%; + background-size:cover +} + +.notFriends-SkjxV- .errorStateIcon-3fNXE5 { + width:300px; + height:129px +} + +.noFriends-1fVUuM .errorStateIcon-3fNXE5 { + width:171px; + height:86px +} + +.partyFull-35IpOX .errorStateIcon-3fNXE5 { + width:181px; + height:82px +} + +.noResults-ZTbl5V .errorStateIcon-3fNXE5 { + width:85px; + height:85px +} + +.footerSeparator-M9dQY1 { + height:1px; + margin:0 10px +} + +.footer-1eyGBa { + padding:20px +} + +.weightMedium-3CtpYl { + font-weight:500 +} + +.selectExistingFormHeader-2lvZyI { + margin-top:16px; + margin-bottom:8px +} + +.confirmChannelItemContainer-26y0vz { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px; + border-radius:4px +} + +.confirmChannelName-2B0Rjy { + font-weight:500; + font-size:14px; + margin-left:8px; + color:var(--header-primary) +} + +.lastActiveTimestamp-WmAhFE { + margin-left:8px; + color:var(--text-muted); + font-size:12px; + margin-top:2px +} + +.confirmInviteScroller-2IX49p { + max-height:160px; + height:auto; + margin-left:-8px +} + +.confirmChannelItemContainer-26y0vz:hover { + cursor:pointer; + background-color:var(--background-modifier-hover) +} + +.theme-dark .subtitle-2P4u9v { + color:#b9bbbe +} + +.theme-dark .errorState-KkUH_2 { + color:#72767d +} + +.theme-dark .notFriends-SkjxV- .errorStateIcon-3fNXE5 { + background-image:url(img/4f86d7f58df32580164fc595377c0169.svg) +} + +.theme-dark .noFriends-1fVUuM .errorStateIcon-3fNXE5 { + background-image:url(img/16bd6f7e8c2feedd7fa44d25013e687f.svg) +} + +.theme-dark .partyFull-35IpOX .errorStateIcon-3fNXE5 { + background-image:url(img/f690b8a9cd33cda18e431d4717fff5ab.svg) +} + +.theme-dark .noResults-ZTbl5V .errorStateIcon-3fNXE5 { + background-image:url(img/1eed0d895df6e35f164d8ed5e84037d2.svg) +} + +.theme-dark .footerSeparator-M9dQY1 { + -webkit-box-shadow:0 -1px 0 hsla(0, + 0%, + 100%, + .04); + box-shadow:0 -1px 0 hsla(0, + 0%, + 100%, + .04) +} + +.theme-dark .footerText-3w69ae { + color:#b9bbbe +} + +.theme-light .subtitle-2P4u9v { + color:#72767d +} + +.theme-light .errorState-KkUH_2 { + color:rgba(185, + 187, + 190, + .9) +} + +.theme-light .notFriends-SkjxV- .errorStateIcon-3fNXE5 { + background-image:url(img/f93ba18cdc453c1237a7f26f418c07a7.svg) +} + +.theme-light .noFriends-1fVUuM .errorStateIcon-3fNXE5 { + background-image:url(img/0e17b389a91d9a6394adf634360a8843.svg) +} + +.theme-light .partyFull-35IpOX .errorStateIcon-3fNXE5 { + background-image:url(img/45f8f2fff41b2fb694ff780810fa3a96.svg) +} + +.theme-light .noResults-ZTbl5V .errorStateIcon-3fNXE5 { + background-image:url(img/f899de04ecfface32db505c74a6fd351.svg) +} + +.theme-light .footerSeparator-M9dQY1 { + -webkit-box-shadow:0 -1px 0 rgba(54, + 57, + 63, + .1); + box-shadow:0 -1px 0 rgba(54, + 57, + 63, + .1) +} + +.theme-light .footerText-3w69ae { + color:#72767d +} + +.outer-s4sY2_ { + position:relative +} + +.inner-2O5YO7 { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.inset-3sAvek, +.outer-1AjyKL { + border-radius:4px +} + +.outer-1AjyKL { + background-color:var(--activity-card-background) +} + +.padded-302COx { + padding:16px +} + +.padded-302COx.inset-3sAvek { + padding:12px +} + +.interactive-3B9GmY { + cursor:pointer +} + +.theme-dark .outer-1AjyKL.active-1xchHY, +.theme-dark .outer-1AjyKL.interactive-3B9GmY:hover { + background-color:#18191c +} + +.theme-dark .inset-3sAvek { + background-color:#2f3136 +} + +.theme-light .inset-3sAvek { + background-color:#ebedef +} + +.wrapper-3m_mRm { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.partyMembers-id_l4H, +.wrapper-3m_mRm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:24px +} + +.partyMember-1CzxeX { + width:24px; + height:24px; + display:inline-block; + margin-left:-2px; + -webkit-mask:url(img/16f17f1916fb411b98e44008b2535a83.svg); + mask:url(img/16f17f1916fb411b98e44008b2535a83.svg); + -webkit-mask-size:100%; + mask-size:100%; + mask-type:luminance +} + +.partyMemberKnown-3Ee9hc { + cursor:pointer +} + +.partyMember-1CzxeX:first-child { + margin-left:0 +} + +.partyMember-1CzxeX:last-child { + -webkit-mask:none; + mask:none +} + +.partyMemberUnknown-fwK2DC { + width:24px; + height:24px; + border-radius:50%; + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.partyMemberUnknownIcon-1eDbV6 { + width:16px; + height:16px; + border-radius:50% +} + +.partyMemberOverflow-lXnzvu { + height:24px; + min-width:24px; + padding:0 4px; + margin-left:-2px; + font-weight:600; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:12px; + color:var(--header-secondary) +} + +.theme-dark .partyMemberOverflow-lXnzvu { + background-color:#18191c +} + +.theme-dark .partyMemberBackground-3XOgDv, +.theme-dark .partyMemberUnknown-fwK2DC { + background-color:#4f545c +} + +.theme-dark .partyMemberUnknownIcon-1eDbV6 { + color:#72767d +} + +.theme-light .partyMemberOverflow-lXnzvu { + background-color:#e3e5e8 +} + +.theme-light .partyMemberBackground-3XOgDv, +.theme-light .partyMemberUnknown-fwK2DC { + background-color:#ebedef +} + +.theme-light .partyMemberUnknownIcon-1eDbV6 { + color:#c7ccd1 +} + +.wrapper-3D2qGf { + background-color:var(--background-tertiary) +} + +.overlay-2SwBN8 { + position:absolute; + top:-1px; + bottom:-1px; + right:0; + display:none; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-left:50px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + max-width:100% +} + +.overlay-2SwBN8:empty { + padding-left:0 +} + +.headerOverlay-2mAFik { + right:32px +} + +.section-2gLsgF { + position:relative; + padding:12px; + border-radius:4px +} + +.clickableIcon-32gFJk { + cursor:pointer +} + +.textContent-3N7xXx { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.separator-XqIyoz { + height:1px +} + +.separator-XqIyoz.inset-2ML61G { + margin-left:12px; + margin-right:12px +} + +.header-211Syv { + position:relative; + display:grid; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:36px; + grid-gap:12px +} + +.headerFull-1dyyvV { + grid-template-columns:32px minmax(20px, + auto) 24px +} + +.headerSimple-2n13P7 { + grid-template-columns:32px minmax(20px, + auto) +} + +.headerAvatar-2MDZJn { + cursor:pointer +} + +.headerIcon-10Jegm, +.multipleIconWrapper-DfGWrz { + display:block; + width:24px; + height:24px; + justify-self:end; + border-radius:4px +} + +.multipleIconWrapper-DfGWrz { + border-radius:50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.multipleIcon-1oJINS { + width:18px; + height:18px +} + +.body-1ld4H7 { + margin-top:12px; + border-radius:4px +} + +.body-1ld4H7 .separator-XqIyoz { + margin-top:0; + margin-bottom:0 +} + +.voiceSection-1uiU7a { + display:grid; + grid-template-columns:32px minmax(20px, + auto) -webkit-max-content; + grid-template-columns:32px minmax(20px, + auto) max-content; + grid-gap:12px +} + +.voiceSection-1uiU7a, +.voiceSectionAssets-1gjfmz { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.voiceSectionAssets-1gjfmz { + position:relative; + width:32px; + height:32px; + border-radius:50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.voiceSectionDetails-2DQTfs { + cursor:pointer +} + +.voiceSectionDetails-2DQTfs:hover .voiceSectionText-vrWR1s { + text-decoration:underline +} + +.voiceSectionGuildImage-3HwnfL, +.voiceSectionNoGuildImageWrapper-TicZR3 { + width:32px; + height:32px; + border-radius:50%; + -webkit-mask:url(img/43ef95a06d48914382c9350e6e31ce1e.svg); + mask:url(img/43ef95a06d48914382c9350e6e31ce1e.svg); + -webkit-mask-size:100%; + mask-size:100%; + mask-type:luminance; + cursor:pointer +} + +.voiceSectionNoGuildImageWrapper-TicZR3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.voiceSectionNoGuildImage-DSaGg- { + display:inline-block; + overflow:hidden +} + +.voiceSectionIconWrapper-FO7UEY { + width:16px; + height:16px; + border-radius:50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:absolute; + bottom:-2px; + right:-2px +} + +.voiceSectionIcon-1b3cOo { + width:10px; + height:10px +} + +.applicationStreamingSection-1YWLV7 { + display:grid; + grid-template-columns:32px minmax(20px, + auto) -webkit-max-content; + grid-template-columns:32px minmax(20px, + auto) max-content; + grid-gap:12px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.applicationStreamingAvatar-2iYCcz { + cursor:pointer +} + +.applicationStreamingPreviewWrapper-8QqvVY { + margin-top:12px; + cursor:pointer; + border-radius:4px +} + +.applicationStreamingPreviewWrapper-8QqvVY:hover .applicationStreamingHoverWrapper-31lOYj { + opacity:1 +} + +.applicationStreamingPreviewSize-3NIvhL { + height:100%; + width:100% +} + +.applicationStreamingHoverWrapper-31lOYj { + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + opacity:0; + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + cursor:pointer +} + +.applicationStreamingHoverText-IEVyfS { + background:rgba(0, + 0, + 0, + .6); + color:#fff; + font-size:16px; + font-weight:600; + line-height:20px; + padding:8px 20px; + border-radius:20px +} + +.xboxSection-Lw6vjc { + display:grid; + grid-template-columns:32px minmax(20px, + auto); + grid-gap:12px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.xboxSectionIcon-1Y8MqF { + width:28px; + height:28px; + padding:2px +} + +.twitchSection-1igfBl { + min-height:32px +} + +.twitchSectionHeader-2QggTa { + position:relative; + display:grid; + grid-gap:12px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.twitchSectionSimple-3r5e1V { + grid-template-columns:32px minmax(20px, + auto) +} + +.twitchSectionFull-2gHsjm { + grid-template-columns:32px minmax(20px, + auto) 24px +} + +.twitchSectionIcon-3Vs9SA { + width:32px; + height:32px +} + +.twitchSectionPlayButton-29EKzF { + position:absolute; + left:calc(50% - 16px); + top:calc(50% - 16px); + opacity:.75; + cursor:pointer +} + +.twitchSectionAvatar-lHNqxc { + justify-self:end +} + +.twitchSectionPreviewWrapper-28s2_4 { + margin-top:12px; + cursor:pointer +} + +.twitchSectionPreviewWrapper-28s2_4:hover .twitchSectionPlayButton-29EKzF { + opacity:1 +} + +.twitchSectionPreview-Fjjwbv { + width:100%; + height:100%; + -o-object-fit:cover; + object-fit:cover; + border-radius:4px +} + +.gameSection-DL895r { + display:grid; + grid-template-columns:32px minmax(20px, + auto) -webkit-max-content; + grid-template-columns:32px minmax(20px, + auto) max-content; + grid-gap:12px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.gameSectionIcon-Q7MbAx { + width:32px; + height:32px; + cursor:pointer +} + +.activitySection-cEg8ae { + display:grid; + grid-template-columns:32px minmax(20px, + auto); + grid-gap:12px; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:start +} + +.activitySectionAssets-32WyHu { + position:relative; + display:grid; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.activitySectionAssets-32WyHu .largeImageMask-KlyeCi { + -webkit-mask:url(img/4ff8cb6b5b46bca3c6882c4f6d1c7390.svg); + mask:url(img/4ff8cb6b5b46bca3c6882c4f6d1c7390.svg); + -webkit-mask-size:100%; + mask-size:100%; + mask-type:luminance +} + +.activitySectionAssets-32WyHu .largeImage-DLXk-f { + width:32px; + height:32px; + border-radius:4px; + -o-object-fit:cover; + object-fit:cover +} + +.activitySectionAssets-32WyHu .smallImage-1p6VYD { + width:16px; + height:16px; + border-radius:50%; + position:absolute; + bottom:-4px; + right:-4px +} + +.spotifySection-2-AVOl { + grid-template-columns:32px minmax(20px, + auto) -webkit-max-content; + grid-template-columns:32px minmax(20px, + auto) max-content +} + +.theme-dark .multipleIconWrapper-DfGWrz { + background-color:#2f3136 +} + +.theme-dark .separator-XqIyoz { + background-color:#292b2f +} + +.theme-dark .voiceSectionNoGuildImageWrapper-TicZR3 { + background:#202225; + color:#fff +} + +.theme-dark .voiceSectionIconWrapper-FO7UEY { + background-color:#18191c +} + +.theme-dark .voiceSectionIcon-1b3cOo, +.theme-dark .xboxSectionIcon-1Y8MqF { + color:#b9bbbe +} + +.theme-dark .applicationStreamingPreviewWrapper-8QqvVY { + background-color:#292b2f +} + +.theme-light .voiceSectionNoGuildImageWrapper-TicZR3 { + background:#9099a4; + color:#fff +} + +.theme-light .multipleIconWrapper-DfGWrz, +.theme-light .separator-XqIyoz { + background-color:#ebedef +} + +.theme-light .body-1ld4H7 .separator-XqIyoz { + background-color:#fff +} + +.theme-light .voiceSectionIconWrapper-FO7UEY { + background:#c7ccd1 +} + +.theme-light .voiceSectionIcon-1b3cOo { + color:#4f5660 +} + +.theme-light .xboxSectionIcon-1Y8MqF { + color:#b9bbbe +} + +.theme-light .applicationStreamingPreviewWrapper-8QqvVY { + background-color:#f8f9f9 +} + +.wrapper-3Rixsz { + padding:8px; + margin:0 -8px; + border-radius:4px +} + +.wrapper-3Rixsz:last-child { + margin-bottom:8px +} + +.wrapper-3Rixsz:focus { + background-color:var(--background-modifier-hover) +} + +.enabled-1t_Gxm:hover { + cursor:pointer +} + +.text-11bcHv { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.theme-light .enabled-1t_Gxm:hover { + background-color:#ebedef +} + +.theme-dark .enabled-1t_Gxm:hover { + background-color:#202225 +} + +.item-31MpoQ { + padding:4px 8px; + margin:8px -8px; + border-radius:4px +} + +.item-31MpoQ:hover { + cursor:pointer +} + +.tag-2mwfTj { + margin-left:8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.partyMemberUnknown-EEivAl { + width:24px; + height:24px; + background-size:24px 24px +} + +.theme-dark .partyMemberUnknown-EEivAl { + background-image:url(img/c2e09a95e595bfb12fa040d56ca27db5.svg) +} + +.theme-light .partyMemberUnknown-EEivAl { + background-image:url(img/ae64c288e355d4d6aff832d4c16b5662.svg) +} + +.memberListHeader-543n-J { + margin-top:16px; + margin-bottom:12px; + text-transform:uppercase +} + +.memberListContainer-13tNU9 { + margin-top:12px +} + +.separator-n-rX1p { + margin-top:16px +} + +.memberListItem-31QoHj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.memberListItem-31QoHj:not(.popoutDisabled-2RK7MF):hover { + cursor:pointer +} + +.memberListItem-31QoHj:focus { + background-color:var(--background-modifier-hover) +} + +.theme-dark .memberListItem-31QoHj:not(.popoutDisabled-2RK7MF):hover { + background-color:#202225 +} + +.theme-light .memberListItem-31QoHj:not(.popoutDisabled-2RK7MF):hover { + background-color:#ebedef +} + +.memberListItem-31QoHj { + padding:4px 8px; + margin:8px -8px; + border-radius:4px +} + +.memberListItem-31QoHj:last-child { + margin-bottom:4px +} + +.memberListItem-31QoHj:hover { + cursor:pointer +} + +.memberListItemTag-1wpuFf { + margin-left:8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.username-3GVY1Y { + font-weight:600 +} + +.theme-dark .memberListHeader-543n-J { + color:#b9bbbe +} + +.theme-dark .memberListItem-31QoHj:hover { + background-color:#202225 +} + +.theme-light .memberListHeader-543n-J { + color:#9099a4 +} + +.theme-light .memberListItem-31QoHj:hover { + background-color:#ebedef +} + +.itemCard-v9viV7 { + margin-top:8px +} + +.itemCard-v9viV7:first-of-type { + margin-top:0 +} + +.homepagePadding-hWnsD8 { + padding-left:16px; + padding-top:16px; + font-weight:700 +} + +.header-13Cw0- { + padding-bottom:8px; + color:var(--header-secondary); + text-transform:uppercase +} + +.emptyCard-1RJw8n { + background:var(--background-primary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:4px; + padding:16px +} + +.emptyHeader-3lmLcs { + margin-bottom:4px +} + +.emptyText-2zjpZr { + color:var(--interactive-normal) +} + +.popout-38lTFE { + width:200px; + height:auto; + border-radius:4px; + padding:8px 16px +} + +.theme-light .popout-38lTFE { + background-color:#fff; + border:1px solid #e3e5e8; + -webkit-box-shadow:inset 0 0 0 0 #e3e5e8, + 0 8px 16px rgba(0, + 0, + 0, + .16); + box-shadow:inset 0 0 0 0 #e3e5e8, + 0 8px 16px rgba(0, + 0, + 0, + .16) +} + +.theme-dark .popout-38lTFE { + background-color:#18191c; + -webkit-box-shadow:0 8px 16px rgba(0, + 0, + 0, + .24); + box-shadow:0 8px 16px rgba(0, + 0, + 0, + .24) +} + +.wrapper-1cBijl { + margin:13px 0; + position:relative; + border-radius:8px; + border:1px solid var(--deprecated-text-input-border); + background-color:var(--deprecated-text-input-bg); + padding:0 16px; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:52px +} + +.wrapper-1cBijl .btn { + margin:0!important; + padding:7px 16px!important +} + +.wrapper-1cBijl .btn:disabled { + background-color:#7289da; + color:#fff; + opacity:.5; + pointer-events:none +} + +.addFriendInput-4bcerK { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + color:var(--text-normal); + padding:0; + border:none; + margin-right:16px; + z-index:1; + line-height:52px +} + +.addFriendInput-4bcerK::-webkit-input-placeholder { + color:var(--interactive-muted) +} + +.addFriendHint-3Y70FX { + cursor:text; + color:var(--interactive-muted); + position:absolute; + top:0; + left:16px; + line-height:52px; + pointer-events:none +} + +.addFriendHint-3Y70FX, +.addFriendInput-4bcerK { + font-size:16px; + font-weight:500; + letter-spacing:.04em; + white-space:pre; + background-color:transparent +} + +.ring-1u5L9a { + border-radius:8px +} + +.friendsEmpty-1K9B4k { + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.sectionHeader-20RGqu { + -webkit-box-flex:row; + -ms-flex:row; + flex:row +} + +.addInputWrapper-1BOZ3d, +.sectionHeader-20RGqu { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.addInputWrapper-1BOZ3d { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:8px 30px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.header-1-dBpZ { + font-weight:700; + font-size:18px; + margin:9px 0; + color:var(--header-primary) +} + +.emptyState-2i1-FW { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.description-1EvxpH { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin:5px 0; + font-size:14px; + font-weight:500; + line-height:17px; + color:var(--text-normal); + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.theme-dark .description-1EvxpH.error-3T-E-_, +.theme-light .description-1EvxpH.error-3T-E-_ { + color:#f04747 +} + +.theme-dark .description-1EvxpH.success-t0oxXf, +.theme-light .description-1EvxpH.success-t0oxXf { + color:#43b581 +} + +.theme-dark .sectionHeader-20RGqu { + border-bottom:1px solid rgba(0, + 0, + 0, + .2) +} + +.theme-light .sectionHeader-20RGqu { + border-bottom:1px solid rgba(0, + 0, + 0, + .1) +} + +.card-2qZngs { + text-align:center +} + +.header-nbFv8R { + margin-bottom:4px +} + +.buttonContainer-3S4iWT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-top:16px +} + +.buttonContainer-3S4iWT>* { + margin-bottom:8px +} + +.buttonContainer-3S4iWT>:last-child { + margin-bottom:0 +} + +.actionButton-uPB8Fs { + cursor:pointer; + width:36px; + height:36px; + border-radius:50%; + color:var(--interactive-normal); + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-left:10px +} + +.actionButton-uPB8Fs.highlight-Lf97TE { + background-color:var(--background-tertiary) +} + +.actionButton-uPB8Fs:first-child { + margin-left:0 +} + +.actionButton-uPB8Fs:hover { + color:var(--interactive-hover) +} + +.actionButton-uPB8Fs:active { + background-color:var(--background-modifier-active); + color:var(--interactive-active) +} + +.actionButton-uPB8Fs.disabled-CPGw4b { + opacity:.3; + pointer-events:none +} + +.actionButton-uPB8Fs.actionAccept-LV-szU:hover { + color:#43b581!important +} + +.actionButton-uPB8Fs.actionDeny-de_uKj:hover { + color:#f04747!important +} + +.icon-35-fSh { + width:20px; + height:20px +} + +.peopleListItem-2nzedh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + margin-left:30px; + margin-right:20px; + font-weight:500; + font-size:16px; + line-height:20px; + overflow:hidden; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer; + border-top:1px solid var(--background-modifier-accent) +} + +.peopleListItem-2nzedh.active-rhSpJJ+.peopleListItem-2nzedh, +.peopleListItem-2nzedh:hover+.peopleListItem-2nzedh { + border-color:transparent +} + +.peopleListItem-2nzedh.active-rhSpJJ, +.peopleListItem-2nzedh:hover { + background:var(--background-modifier-hover); + -webkit-box-shadow:none; + box-shadow:none; + border-radius:8px; + border-color:transparent; + margin:0 10px 0 20px; + padding:16px 10px +} + +.userInfo-2zN2z8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + overflow:hidden +} + +.avatar-3W3CeO { + margin:0 12px 0 0; + -ms-flex-negative:0; + flex-shrink:0 +} + +.text-37NqbO { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow:hidden +} + +.subtext-24R4-w { + color:var(--header-secondary); + font-size:12px +} + +.discordTag-2_tqUA { + overflow:hidden; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end +} + +.username-31C1TQ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-primary); + font-weight:600 +} + +.discriminator-22Okc1 { + font-size:14px; + line-height:16px; + visibility:hidden; + color:var(--header-secondary) +} + +.hovered-15FzL3 .discriminator-22Okc1 { + visibility:visible +} + +.listItemContents-BUaJR_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 1 100%; + flex:0 1 100%; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.activity-2myFBH { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.text-3MU_QQ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + font-size:14px +} + +.customStatusEmoji-1o3-7b { + margin-right:4px; + width:16px; + height:16px +} + +.listItemContents-95HL3L { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + max-width:100% +} + +.actions-1SQwjn, +.listItemContents-95HL3L { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.actions-1SQwjn { + margin-left:8px +} + +.listItemContents-2w6nwE { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 1 100%; + flex:0 1 100%; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.userInfo-3bsjnc { + -webkit-box-flex:0; + -ms-flex:0 0 260px; + flex:0 0 260px +} + +.tableHeader-2HiNhG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + border-bottom:1px solid var(--background-secondary); + padding:16px 30px 8px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-negative:0; + flex-shrink:0 +} + +.tableHeaderText-lC53gO { + color:var(--header-secondary) +} + +.mutualGuilds-2fYAPr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-left:13px; + width:200px +} + +@media (max-width: 1040px) { + .mutualGuilds-2fYAPr { + display:none + } + +} + +.mutualGuilds-2fYAPr a+a { + margin-left:6px +} + +.moreMutualGuildsBtn-2jTflt { + width:30px; + height:30px; + border-radius:50%; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--header-secondary); + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:6px; + font-size:11px; + font-weight:700; + cursor:pointer +} + +.actions-FAbeWr, +.moreMutualGuildsBtn-2jTflt { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.actions-FAbeWr { + margin-left:auto +} + +.theme-dark .moreMutualGuildsBtn-2jTflt:hover { + color:#fff; + border-color:hsla(0, + 0%, + 100%, + .6) +} + +.theme-light .moreMutualGuildsBtn-2jTflt:hover { + color:#000; + border-color:rgba(0, + 0, + 0, + .6) +} + +.title-30qZAO { + margin:16px 20px 8px 30px; + color:var(--header-secondary) +} + +.emptyStateContainer-2HsLQm { + position:relative; + width:100%; + height:100% +} + +.peopleList-3c4jOR { + padding-bottom:8px +} + +.container-1D34oG { + width:100%; + overflow:hidden; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.container-1D34oG, +.inviteToolbar-3F-l2g { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +@media (max-width: 940px) { + .inviteToolbar-3F-l2g { + display:none + } + +} + +.peopleColumn-29fq28 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden +} + +.nowPlayingColumn-2sl4cE { + -webkit-box-flex:0; + -ms-flex:0 1 30%; + flex:0 1 30%; + min-width:360px; + max-width:420px; + background:var(--background-secondary) +} + +.nowPlayingScroller-2XrVUt { + padding:16px; + max-height:100% +} + +.consentCard-1iSxB_ { + margin-bottom:16px +} + +.tabBar-ZmDY9v .badge-1Skb69 { + margin-left:8px +} + +.tabBar-ZmDY9v .item-3HknzM { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + min-width:40px; + -webkit-app-region:no-drag +} + +.tabBar-ZmDY9v .item-3HknzM, +.tabBody-3YRQ8W { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tabBody-3YRQ8W { + height:100%; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + position:relative; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.tabBody-3YRQ8W:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +@media (max-width: 1200px) { + .nowPlayingColumn-2sl4cE { + display:none + } + +} + +.theme-dark .container-1D34oG { + background-color: var(--background-primary); +} + +.theme-light .container-1D34oG { + background-color:#fff +} + +.wrapper-1vl07G { + padding:16px 240px 16px 70px; + width:100%; + position:fixed; + bottom:0; + left:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + z-index:1; + margin:0; + height:90px +} + +.content-xg2sa4, +.wrapper-1vl07G { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.subHeader-2Z2O3W { + margin-top:8px +} + +.image-13pySt { + height:110px; + margin-left:-10px; + margin-right:16px; + margin-bottom:16px +} + +.buttonContainer-2bppvf { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.button-1MWE0_ { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:12px +} + +@media (max-width: 1000px) { + .image-13pySt { + display:none + } + + .wrapper-1vl07G { + padding:16px 70px + } + +} + +@media (max-width: 550px) { + .subHeader-2Z2O3W { + display:none + } + +} + +.theme-dark .wrapper-1vl07G { + background-color:rgba(4, + 4, + 5, + .8); + color:#b9bbbe +} + +.theme-dark .header-jCWbCG { + color:#f6f6f7 +} + +.theme-light .wrapper-1vl07G { + background-color:rgba(246, + 246, + 247, + .8); + color:#4f545c +} + +.theme-light .header-jCWbCG { + color:#2e3338 +} + +.modal-3SaIF0 { + white-space:pre-wrap; + word-wrap:break-word; + margin-top:16px; + width:calc(100% - 20px); + height:calc(100% - 32px); + border-radius:8px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +@media (min-width: 600px) { + .modal-3SaIF0 { + margin-top:32px; + max-width:780px; + width:calc(100% - 80px); + height:calc(100% - 64px); + max-height:800px; + margin-right:22px + } + +} + +.header-2BX45q { + padding:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.closeButton-3sommQ { + position:absolute; + top:6px; + right:0; + z-index:1; + width:32px; + height:32px; + color:var(--interactive-normal); + cursor:pointer +} + +.closeButton-3sommQ:hover { + color:var(--interactive-hover) +} + +.closeButton-3sommQ:active { + color:var(--interactive-active) +} + +.updateBadge-3EKJEV { + display:none; + position:absolute; + top:-19px; + left:-44px; + width:88px; + height:88px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + font-weight:700; + background:url(img/2da087637693ad611a1ac582115eea91.svg) +} + +@media (min-width: 600px) { + .updateBadge-3EKJEV { + display:-webkit-box; + display:-ms-flexbox; + display:flex + } + +} + +.updateBadgeText-f1PbSt { + color:#000; + -webkit-transform:rotate(-30deg); + transform:rotate(-30deg) +} + +.content-RXzE-X { + border-bottom-left-radius:8px; + border-bottom-right-radius:8px; + padding:32px; + color:var(--text-normal); + font-size:16px; + line-height:20px +} + +.content-RXzE-X .emoji { + -o-object-fit:contain; + object-fit:contain; + width:22px; + height:22px +} + +.content-RXzE-X h1 { + margin-top:32px; + line-height:30px; + font-size:24px; + color:var(--header-primary) +} + +.content-RXzE-X h1, +.content-RXzE-X h2, +.content-RXzE-X strong { + font-weight:700; + color:var(--header-primary) +} + +.content-RXzE-X h4 { + font-size:20px; + line-height:24px; + margin-top:32px; + color:var(--header-primary) +} + +.content-RXzE-X em, +.content-RXzE-X h4, +.content-RXzE-X i { + font-style:italic +} + +.content-RXzE-X p+p { + margin-top:10px +} + +.content-RXzE-X ol { + margin:16px 0 16px 16px +} + +.content-RXzE-X ol li { + color:var(--text-normal); + font-size:16px; + line-height:20px; + list-style-type:decimal; + margin-bottom:8px; + margin-left:20px +} + +.content-RXzE-X ul { + margin:20px 0 8px 20px +} + +.content-RXzE-X ul ul { + margin-top:8px +} + +.content-RXzE-X ul li { + color:var(--text-normal); + font-size:16px; + line-height:20px; + position:relative; + list-style:none; + margin-bottom:8px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.content-RXzE-X ul li:last-child { + margin-bottom:0 +} + +.content-RXzE-X ul li:before { + content:""; + position:absolute; + top:10px; + left:-15px; + width:6px; + height:6px; + margin-top:-4px; + margin-left:-3px; + border-radius:50%; + opacity:.3 +} + +.content-RXzE-X ul li li:before { + top:12px; + height:2px; + border-radius:0 +} + +.content-RXzE-X img { + width:100% +} + +.content-RXzE-X a { + color:var(--text-link); + -webkit-transition:.05s; + transition:.05s; + text-decoration:none +} + +.content-RXzE-X a:hover { + text-decoration:underline +} + +.content-RXzE-X::-webkit-scrollbar-track-piece:start { + margin-top:6px +} + +.content-RXzE-X::-webkit-scrollbar-track-piece:end { + margin-bottom:6px +} + +@media (min-width: 600px) { + .content-RXzE-X { + padding:32px + } + +} + +.theme-dark .modal-3SaIF0 { + background-color:#2e3338 +} + +.theme-dark .content-RXzE-X ul li:before { + background-color:#e3e5e8 +} + +.theme-light .content-RXzE-X ul li:before { + background-color:#72767d +} + +.container-3icKsq p>img, +.image-17cWYY { + border-radius:5px +} + +.video-3XTjG6 { + margin:-40px auto 24px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.header-2DNSXx, +.video-3XTjG6, +.video-3XTjG6>a, +.video-3XTjG6>iframe { + border-radius:8px +} + +.header-2DNSXx { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow:hidden; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +@media (min-width: 768px) { + .header-2DNSXx { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center + } + +} + +.headerGraphic-2iKD27 { + min-width:650px; + width:100% +} + +.headerGraphic-2iKD27:after { + background:url(img/f3406f9daf47b7e260971de90b01edbb.png) 50%/contain no-repeat; + content:""; + display:block; + height:0; + padding-bottom:33.43465% +} + +.headerContent-2ePP2Q { + left:50%; + position:absolute; + top:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) +} + +.headerText-ZVZ4bX { + font-weight:700 +} + +.dateText-DM8xBj, +.headerText-ZVZ4bX { + color:#fff; + position:relative +} + +.dateText-DM8xBj { + margin-top:2px; + font-style:italic +} + +.headerLeftImage-3O0NaS { + left:0; + background:url(img/df8ac223535f4aaca900e0dfd4c06516.png) 50%/contain no-repeat; + border-bottom-left-radius:8px +} + +.headerLeftImage-3O0NaS, +.headerRightImage-2PAuBe { + position:absolute; + bottom:0; + width:180px; + height:220px +} + +.headerRightImage-2PAuBe { + right:0; + background:url(img/7257dc66059fff2be1bc43c379edefda.png) 50%/contain no-repeat; + border-bottom-right-radius:8px +} + +.footer-1lnhms { + background:var(--background-floating) url(img/6812ba2237fb14b9fe6eb53134874f5c.png) no-repeat bottom/343px 78px; + margin:32px 16px 16px; + padding:16px 16px 142px; + border-radius:9px; + -webkit-box-shadow:0 8px 16px rgba(0, + 0, + 0, + .1); + box-shadow:0 8px 16px rgba(0, + 0, + 0, + .1); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + text-align:center +} + +@media (min-width: 768px) { + .footer-1lnhms { + background:var(--background-floating) url(img/ef3f462cc3c68b5b86ae1c296799370f.png) no-repeat 100% 100%/238px 220px; + min-height:208px; + margin:32px 28px 16px; + padding:16px; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + text-align:left + } + +} + +.footerCTAFallbackText-3fRBqA, +.footerCTAFallbackText-3fRBqA a { + color:var(--text-normal) +} + +a.ctaAnchor-3-8I3v:hover { + text-decoration:none +} + +.copyButton-IOQPbV .ctaAnchor-3-8I3v { + color:#fff +} + +.inviteCTAHeader-2FN3Cg { + font-weight:700; + color:var(--header-primary) +} + +@media (min-width: 768px) { + .inviteCTAHeader-2FN3Cg { + max-width:320px + } + +} + +.inviteCTABody-aBkXvh { + margin-top:8px; + margin-bottom:16px; + max-width:296px; + color:var(--text-normal) +} + +@media (min-width: 768px) { + .inviteCTABody-aBkXvh { + max-width:320px + } + +} + +.body-2hl0pA { + margin:0 16px +} + +@media (min-width: 600px) { + .body-2hl0pA { + margin:0 28px + } + +} + +.urlToCopy-2HOnvi { + margin-top:8px +} + +.modal-3O0aXp { + font-size:13px; + white-space:pre-wrap; + word-wrap:break-word; + width:490px; + max-height:800px +} + +.content-s2SEQO { + font-size:16px; + line-height:20px +} + +.content-s2SEQO .emoji { + -o-object-fit:contain; + object-fit:contain; + width:22px; + height:22px +} + +.content-s2SEQO h1 { + line-height:20px; + font-size:16px +} + +.content-s2SEQO h1, +.content-s2SEQO h2, +.content-s2SEQO strong { + font-weight:700 +} + +.content-s2SEQO em, +.content-s2SEQO i { + font-style:italic +} + +.content-s2SEQO p+p { + margin-top:10px +} + +.content-s2SEQO ol { + margin:16px 0 16px 16px +} + +.content-s2SEQO ol li { + list-style-type:decimal; + margin-bottom:8px; + margin-left:20px +} + +.content-s2SEQO ul { + margin:20px 0 8px 20px +} + +.content-s2SEQO ul ul { + margin-top:8px +} + +.content-s2SEQO ul li { + position:relative; + list-style:none; + margin-bottom:8px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.content-s2SEQO ul li:last-child { + margin-bottom:0 +} + +.content-s2SEQO ul li:before { + content:""; + position:absolute; + top:10px; + left:-15px; + width:6px; + height:6px; + margin-top:-4px; + margin-left:-3px; + border-radius:50%; + opacity:.3 +} + +.content-s2SEQO ul li li:before { + top:12px; + height:2px; + border-radius:0 +} + +.content-s2SEQO img { + width:100% +} + +.content-s2SEQO a { + color:#00b0f4; + -webkit-transition:.05s; + transition:.05s; + text-decoration:none +} + +.content-s2SEQO a:hover { + text-decoration:underline +} + +.theme-dark .content-s2SEQO ol, +.theme-dark .content-s2SEQO p, +.theme-dark .content-s2SEQO ul li { + color:#b9bbbe +} + +.theme-dark .content-s2SEQO ul li:before { + background-color:#dcddde +} + +.theme-light .content-s2SEQO ol, +.theme-light .content-s2SEQO p, +.theme-light .content-s2SEQO ul li { + color:#72767d +} + +.theme-light .content-s2SEQO ul li:before { + background-color:#72767d +} + +.video-1FESK- { + border-radius:3px +} + +.container-1_ClKi { + padding-bottom:20px +} + +.container-1_ClKi p>img, +.image-2WjK2f { + border-radius:5px +} + +.title-18Xx5z { + font-weight:700; + font-size:16px; + line-height:20px; + text-transform:uppercase +} + +.lead-EXTwq7 { + margin-bottom:20px; + border-radius:5px +} + +.added-2hLRj3, +.fixed-3zCC84, +.improved-1NJK-y, +.progress-YsDrV- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:40px +} + +.added-2hLRj3.marginTop-2incQ6, +.fixed-3zCC84.marginTop-2incQ6, +.improved-1NJK-y.marginTop-2incQ6, +.progress-YsDrV-.marginTop-2incQ6 { + margin-top:20px +} + +.added-2hLRj3:after, +.fixed-3zCC84:after, +.improved-1NJK-y:after, +.progress-YsDrV-:after { + content:""; + height:1px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-left:4px; + opacity:.6 +} + +.added-2hLRj3 { + color:#43b581 +} + +.added-2hLRj3:after { + background-color:#43b581 +} + +.fixed-3zCC84 { + color:#f04747 +} + +.fixed-3zCC84:after { + background-color:#f04747 +} + +.progress-YsDrV- { + color:#faa61a +} + +.progress-YsDrV-:after { + background-color:#faa61a +} + +.improved-1NJK-y { + color:#7289da +} + +.improved-1NJK-y:after { + background-color:#7289da +} + +.footer-SqIiQ_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.socialLink-3n2n25 { + margin-right:16px +} + +.premiumBanner-rP6H1S { + background-image:-webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#738ef5)); + background-image:linear-gradient(270deg, + #b3aeff, + #738ef5); + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:5px; + font-size:16px; + line-height:18px; + padding:16px +} + +.premiumBanner-rP6H1S .premiumIcon-2tjl0P { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:16px; + width:36px; + height:36px +} + +.theme-dark .date-1k6kG2 { + color:#b9bbbe +} + +.theme-dark .video-1FESK- { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .socialLink-3n2n25 { + color:#b9bbbe +} + +.theme-light .date-1k6kG2 { + color:#72767d +} + +.theme-light .video-1FESK- { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .socialLink-3n2n25 { + color:#4f5660 +} + +.regionSelectPopout-p9-0_W { + direction:rtl; + -webkit-box-shadow:0 0 1px rgba(0, + 0, + 0, + .82), + 0 1px 4px rgba(0, + 0, + 0, + .1); + box-shadow:0 0 1px rgba(0, + 0, + 0, + .82), + 0 1px 4px rgba(0, + 0, + 0, + .1) +} + +.check-2by_h9 { + display:block; + background:url(img/6acb20d5e709b34b6a7f36ec13648666.svg); + width:16px; + height:12px +} + +.regionSelectFlag-1htPow { + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + background-color:#7289da; + width:24px; + height:16px; + background-size:cover; + border-radius:2px +} + +.regionSelectName-c5qL8O { + direction:ltr; + text-align:right; + width:100px; + height:16px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + font-weight:500; + font-size:13px; + line-height:18px; + margin:0 6px +} + +.theme-light .regionSelectName-c5qL8O { + color:#72767d +} + +.theme-dark .regionSelectName-c5qL8O { + color:#b9bbbe +} + +.popout-3fRpdY { + -ms-flex-direction:column; + flex-direction:column; + height:100vh; + background-color:#2f3136 +} + +.content-2RRmGk, +.popout-3fRpdY { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal +} + +.content-2RRmGk { + height:100%; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + min-height:0 +} + +.art-clkMXs { + background-position:50%; + background-repeat:no-repeat; + width:238.48px; + height:95.7px; + margin:0 auto 20px +} + +.theme-dark .art-clkMXs { + background-image:url(img/2ceb472e89545af8543aa44b072b910d.svg) +} + +.theme-dark .description-FLRtPT { + color:#f6f6f7 +} + +.theme-light .art-clkMXs { + background-image:url(img/0e88c0d5ad220379d8e2438dd6444222.svg) +} + +.theme-light .description-FLRtPT { + color:#2e3338 +} + +.closeButton-30cKQR { + position:absolute; + top:14px; + right:14px +} + +.title-YNu73W { + margin:0 +} + +.content-2FmSBS { + overflow:visible +} + +.content-2FmSBS>* { + margin-bottom:24px +} + +.menu-2wmWSE { + max-height:70vh +} + +.content-3n1cMX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.cameraPreview-3VbjBn { + position:relative; + background:var(--background-secondary-alt); + border-radius:4px; + overflow:hidden; + height:207px; + width:368px; + margin-bottom:16px +} + +.selector-23Ycqr { + margin-bottom:16px; + width:100% +} + +.header-1EVHO2 { + text-align:center; + margin-bottom:8px +} + +.subtitle-gARoTt { + text-align:center; + margin-bottom:16px; + color:var(--interactive-normal) +} + +.spinner-2D09Su { + top:50%; + left:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) +} + +.camera-1WWmPt, +.spinner-2D09Su { + position:absolute +} + +.camera-1WWmPt { + top:0; + left:0; + right:0; + bottom:0; + -webkit-transform:scaleX(-1); + transform:scaleX(-1) +} + +.controlIcon-35oS15 { + width:24px; + height:24px; + color:#b9bbbe; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.controlIcon-35oS15.active-1QRrIS, +.controlIcon-35oS15:hover { + color:#fff +} + +.controlIcon-35oS15.themeable-3cPzCs { + color:var(--interactive-normal) +} + +.controlIcon-35oS15.themeable-3cPzCs.active-1QRrIS, +.controlIcon-35oS15.themeable-3cPzCs:hover { + color:var(--interactive-active) +} + +.colorable-1bkp8v.red-33-Lnk { + background:#f04747 +} + +.colorable-1bkp8v.red-33-Lnk, +.colorable-1bkp8v.red-33-Lnk .centerIcon-2G6o-T { + color:#fff +} + +.colorable-1bkp8v.red-33-Lnk.active-1QRrIS, +.colorable-1bkp8v.red-33-Lnk:hover { + background:#f04747 +} + +.colorable-1bkp8v.primaryDark-3mSFDl { + background:#2f3136 +} + +.colorable-1bkp8v.primaryDark-3mSFDl, +.colorable-1bkp8v.primaryDark-3mSFDl .centerIcon-2G6o-T { + color:#fff +} + +.colorable-1bkp8v.primaryDark-3mSFDl.active-1QRrIS, +.colorable-1bkp8v.primaryDark-3mSFDl:hover { + background:#202225 +} + +.colorable-1bkp8v.primaryLight-1_NQ7Q { + background:#f2f3f5 +} + +.colorable-1bkp8v.primaryLight-1_NQ7Q, +.colorable-1bkp8v.primaryLight-1_NQ7Q .centerIcon-2G6o-T { + color:#060607 +} + +.colorable-1bkp8v.primaryLight-1_NQ7Q.active-1QRrIS, +.colorable-1bkp8v.primaryLight-1_NQ7Q:hover { + background:#e3e5e8 +} + +.colorable-1bkp8v.activeLight-Z2aUHx { + background:#747f8d +} + +.colorable-1bkp8v.activeLight-Z2aUHx, +.colorable-1bkp8v.activeLight-Z2aUHx .centerIcon-2G6o-T { + color:#fff +} + +.colorable-1bkp8v.activeLight-Z2aUHx.active-1QRrIS, +.colorable-1bkp8v.activeLight-Z2aUHx:hover { + background:#4f5660 +} + +.colorable-1bkp8v.white-3GPOIp { + background:#fff +} + +.colorable-1bkp8v.white-3GPOIp, +.colorable-1bkp8v.white-3GPOIp .centerIcon-2G6o-T { + color:#060607 +} + +.colorable-1bkp8v.white-3GPOIp.active-1QRrIS, +.colorable-1bkp8v.white-3GPOIp:hover { + background:#f2f3f5 +} + +.colorable-1bkp8v.green-plH-Mj { + background:#43b581 +} + +.colorable-1bkp8v.green-plH-Mj, +.colorable-1bkp8v.green-plH-Mj .centerIcon-2G6o-T { + color:#fff +} + +.colorable-1bkp8v.green-plH-Mj.active-1QRrIS, +.colorable-1bkp8v.green-plH-Mj:hover { + background:#43b581 +} + +.centerButton-3CaNcJ { + border-radius:50%; + padding:16px; + -webkit-transition:background .15s ease-in-out, + color .15s ease-in-out; + transition:background .15s ease-in-out, + color .15s ease-in-out +} + +.centerButton-3CaNcJ .centerIcon-2G6o-T { + -webkit-transition:color .15s ease-in-out; + transition:color .15s ease-in-out +} + +@media (max-width: 456px) { + .centerButton-3CaNcJ { + padding:8px + } + + .contextMenuContainer-2HlOMK { + display:none + } + +} + +@media (min-width: 457px) { + .unmasked-35qKj5 { + display:none + } + +} + +.lineHeightReset-3dQm1W { + line-height:0 +} + +.contextMenuContainer-2HlOMK { + position:relative +} + +.staticButton-1B0rfQ { + position:static +} + +.contextMenuNub-3yOOYo { + background-clip:padding-box; + border-radius:50%; + position:absolute; + bottom:0; + right:0; + padding:2px; + width:16px; + height:16px; + background-color:inherit; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-transition:background .15s ease-in-out, + color .15s ease-in-out; + transition:background .15s ease-in-out, + color .15s ease-in-out +} + +.contextMenuCaret-3tjo32 { + width:16px; + height:16px; + cursor:pointer; + -webkit-transition:none; + transition:none +} + +.contextMenuCaret-3tjo32.open-1aCwl_ { + -webkit-transform:rotateX(180deg); + transform:rotateX(180deg) +} + +.slash-33-IMF { + color:#f04747 +} + +.fauxDisabled-3vmIPo { + opacity:.5 +} + +.root-38PW22 { + text-align:center +} + +.header-108w-K { + margin-bottom:8px +} + +.content-3ze2b4 { + margin-bottom:24px +} + +.footer-1K4uCB { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.art-11ppxi { + width:225px; + height:149px; + margin:-24px auto 8px +} + +.buttonContent-1n61OB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.buttonIcon-3lIJ3J { + width:16px; + height:16px; + margin-right:4px +} + +.content-1T5kuS { + text-align:center; + padding:24px 16px 16px +} + +.header-3MQhZN { + margin-top:16px; + margin-bottom:8px +} + +.footer-1bV9Ez { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.avatar-Uq3gXb { + width:24px +} + +.avatar-Uq3gXb, +.userListOverflow-cTtEue { + height:24px; + border-radius:50% +} + +.userListOverflow-cTtEue { + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-size:12px; + font-weight:700; + min-width:24px; + line-height:25px; + padding:0 5px 0 4px; + background-color:var(--background-primary); + color:var(--text-normal) +} + +.voiceUserList-3KiWkn { + margin-left:5px; + margin-right:8px; + cursor:default +} + +.channelIcon-2xPHJh { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-right:5px; + color:var(--text-muted) +} + +.selected-2rGcKN .channelIcon-2xPHJh { + color:var(--interactive-active) +} + +.channelInfo-2OWB9j { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100% +} + +.channelName-3_Vb6f { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis +} + +.divider-3upnin { + width:100%; + position:absolute; + bottom:0; + left:0; + height:1px; + opacity:0; + z-index:1 +} + +.divider-3upnin.separator-19P9q2 { + opacity:1 +} + +.theme-dark .separator-19P9q2 { + -webkit-box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3); + box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3) +} + +.theme-light .separator-19P9q2 { + -webkit-box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3); + box-shadow:0 1px 0 0 rgba(185, + 187, + 190, + .3) +} + +.modalSize-cqUaws { + width:400px +} + +.modalCloseButton-2wzgdr { + position:absolute; + top:12px; + right:12px +} + +.modalBody-u1aNhe { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + position:relative; + overflow:hidden +} + +.modalContent-BM7Qeh { + padding:0 16px +} + +.modalContent-BM7Qeh:last-child { + margin-bottom:20px +} + +.modalHeader-19eoYJ { + padding-bottom:0 +} + +.marginBottom-3hmv_z { + margin-bottom:20px +} + +.formItemTitle-155OC0 { + margin-top:20px; + margin-bottom:8px +} + +.headerText-2j81og { + font-weight:700; + margin-bottom:8px +} + +.headerDescription--F5XUT { + text-align:center; + padding:0 32px +} + +.flexGrow-3k1BKf { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.cancelButton-1mlh7b { + margin-right:8px +} + +.art-1qgogX { + display:inline-block; + margin:-60px auto 0; + background-size:contain; + background-repeat:no-repeat; + width:290px; + height:112px +} + +.theme-dark .art-1qgogX { + background-image:url(img/62361315d5e35b7a6b5f0f0833dac5db.svg) +} + +.theme-light .art-1qgogX { + background-image:url(img/33debfc680a86b77cd72203f1fb4d8a7.svg) +} + +.scrollerInner-3cKLI1 { + padding-left:16px; + max-height:200px; + padding-right:16px; + padding-bottom:16px; + border-bottom:1px solid hsla(0, + 0%, + 100%, + 0) +} + +.scrollerInner-3cKLI1.bottomSeparator-2I_cet { + border-bottom:1px solid hsla(0, + 0%, + 100%, + .04) +} + +.scrollWrapper-D9dVnd { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.channelInfoWrapper-1DPrpu { + overflow:hidden; + margin-right:0 +} + +.channelTitleWrapper-UW6lQz { + min-width:0 +} + +.card-2Mz_4z { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px 4px 8px 8px; + border-radius:3px; + font-size:16px; + line-height:16px; + color:var(--header-primary); + border:1px solid var(--background-tertiary); + background-color:var(--background-secondary) +} + +.group-2dAfBy, +.item-3T2z1R { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.item-3T2z1R { + padding:0; + background:transparent; + cursor:pointer; + border-width:1px 1px 1px 0; + border-style:solid; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.item-3T2z1R:first-child { + border-left-width:1px; + border-radius:3px 0 0 3px +} + +.item-3T2z1R:last-child { + border-radius:0 3px 3px 0 +} + +.item-3T2z1R:disabled { + opacity:.3; + cursor:not-allowed +} + +.theme-light .item-3T2z1R { + border-color:#dcddde +} + +.theme-dark .item-3T2z1R { + border-color:#18191c +} + +.selectorButton-EEUWed { + min-width:36px; + padding:6px 0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + background:var(--background-secondary) +} + +.selectorButton-EEUWed:not(.selectorButtonPremiumRequired-mKMbIu):hover { + background-color:#7289da +} + +.selectorButton-EEUWed:not(.selectorButtonPremiumRequired-mKMbIu):hover .selectorText-2I7fQU { + color:#fff +} + +.selectorButtonSelected-t5V9On { + background-color:#7289da +} + +.selectorText-2I7fQU { + font-weight:700; + color:var(--interactive-normal) +} + +.selectorTextSelected-1ymya_ { + color:#fff +} + +.selectorNitroText-GCsvMp { + text-decoration:line-through; + font-weight:700; + opacity:.3 +} + +.settingsGroup-2NaPKC { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-right:16px +} + +.settingsGroup-2NaPKC:last-child { + margin-right:0 +} + +.selectedIcon-DE5J2w { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px; + color:var(--interactive-normal) +} + +.ellipsisText-2EszCb { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + max-width:100%; + font-weight:500; + margin-right:8px +} + +.changeButton-278ZT6 { + margin-left:auto; + margin-top:-4px; + margin-bottom:-4px +} + +.changeButton-278ZT6, +.warningIcon-1Dw6GH { + -ms-flex-negative:0; + flex-shrink:0 +} + +.warningIcon-1Dw6GH { + width:20px; + height:20px; + margin-right:8px +} + +.warning--qC9N8 { + padding:8px 16px; + color:var(--interactive-normal) +} + +.guildScroller-2J_wr3 { + max-height:290px +} + +.guildRow-26rtE0, +.guildScroller-2J_wr3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.guildRow-26rtE0 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px; + margin:0 -8px; + border-radius:4px +} + +.guildRow-26rtE0:hover { + background-color:var(--background-modifier-accent) +} + +.guildIcon-1N_B__ { + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.guildName-2snOC3 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.guildArrow-MZgyxl { + color:var(--interactive-normal); + -ms-flex-negative:0; + flex-shrink:0 +} + +.grid-32iiFi { + position:relative +} + +.tile-8W93rZ { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.item-1TLUig { + cursor:pointer; + font-size:13px; + margin-right:20px; + padding-top:20px; + padding-bottom:20px +} + +.theme-dark .container-OI6I9q { + color:#b9bbbe +} + +.theme-dark .selected-P8xTeN { + color:#f6f6f7; + border-bottom:2px solid #f6f6f7 +} + +.theme-light .container-OI6I9q { + color:#72767d +} + +.theme-light .selected-P8xTeN { + color:#4f545c; + border-bottom:2px solid #4f545c +} + +.spinner-nBA_Xz { + height:350px +} + +.tile-2w4k5N { + cursor:pointer; + padding:8px +} + +.tile-2w4k5N:hover .sourceThumbnail-27dolk { + -webkit-box-shadow:inset 0 0 0 2px #7289da; + box-shadow:inset 0 0 0 2px #7289da +} + +.sourceScroller-Pk7YAM { + height:300px +} + +.sourceContainer-3LOXkb { + padding:8px +} + +.sourceThumbnail-27dolk { + width:170px; + height:96px; + border-radius:4px; + background-repeat:no-repeat; + background-size:contain; + background-position:50%; + background-color:var(--background-tertiary); + -webkit-box-shadow:inset 0 0 0 2px transparent; + box-shadow:inset 0 0 0 2px transparent; + -webkit-transition:-webkit-box-shadow .15s ease-in-out; + transition:-webkit-box-shadow .15s ease-in-out; + transition:box-shadow .15s ease-in-out; + transition:box-shadow .15s ease-in-out, + -webkit-box-shadow .15s ease-in-out +} + +.sourceThumbnail-27dolk.selected-1nOkyc { + -webkit-box-shadow:inset 0 0 0 2px #7289da; + box-shadow:inset 0 0 0 2px #7289da +} + +.sourceName-1y7Taj { + margin-top:8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + width:170px; + text-align:center; + font-weight:600; + color:var(--header-primary) +} + +.segmentContainer-3izQ9Z { + position:relative +} + +.segmentControl-1bEQH5 { + padding:0 16px +} + +.segmentControlOption-1vCKaY { + padding-bottom:8px; + font-size:14px; + line-height:20px +} + +.controlButton-2MhVEL { + margin:0 8px +} + +@media (max-width: 456px) { + .controlButton-2MhVEL { + margin:0 4px + } + +} + +.wrapper-3EGhDO { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +@-webkit-keyframes outgoing-call-pulse-E6kWPF { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 11.56% { + opacity:1 + } + + 39.02% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 39.03% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 39.04% { + opacity:1 + } + + 66.48% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + to { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + +} + +@keyframes outgoing-call-pulse-E6kWPF { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 11.56% { + opacity:1 + } + + 39.02% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 39.03% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 39.04% { + opacity:1 + } + + 66.48% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + to { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + +} + +@-webkit-keyframes incoming-call-pulse-1fX7DI { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 0.7% { + opacity:1 + } + + 25.54% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 25.55% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 25.56% { + opacity:1 + } + + 49.98% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 49.99% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 50% { + opacity:1 + } + + 74.69% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 74.70% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 74.71% { + opacity:1 + } + + to { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + +} + +@keyframes incoming-call-pulse-1fX7DI { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 0.7% { + opacity:1 + } + + 25.54% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 25.55% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 25.56% { + opacity:1 + } + + 49.98% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 49.99% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 50% { + opacity:1 + } + + 74.69% { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + + 74.70% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 74.71% { + opacity:1 + } + + to { + opacity:0; + -webkit-transform:scale3d(1.1, + 1.1, + 1); + transform:scale3d(1.1, + 1.1, + 1) + } + +} + +.clickable-1rK_Yk { + cursor:pointer +} + +.wrapper-2QE8vf { + position:relative +} + +.wrapper-2QE8vf.ringingOutgoing-mbXhhQ:after { + -webkit-animation:outgoing-call-pulse-E6kWPF 2.5s ease-out infinite; + animation:outgoing-call-pulse-E6kWPF 2.5s ease-out infinite +} + +.wrapper-2QE8vf.ringingIncoming-38YcLn:after, +.wrapper-2QE8vf.ringingOutgoing-mbXhhQ:after { + content:""; + position:absolute; + pointer-events:none; + left:-3px; + top:-3px; + width:100%; + height:100%; + border-radius:100%; + background:transparent; + border:3px solid var(--interactive-active); + -webkit-transform-origin:center; + transform-origin:center +} + +.wrapper-2QE8vf.ringingIncoming-38YcLn:after { + -webkit-animation:incoming-call-pulse-1fX7DI 5.407s ease-out infinite; + animation:incoming-call-pulse-1fX7DI 5.407s ease-out infinite +} + +.status-1WEaea { + background-clip:padding-box; + border-radius:50%; + padding:4px; + color:#fff; + width:16px; + height:16px; + position:absolute; + right:0; + bottom:0; + background-color:#f04747 +} + +.voiceAvatar-14IynY { + width:100%; + height:100%; + border-radius:50%; + position:inherit +} + +.voiceAvatar-14IynY.ringingOutgoing-mbXhhQ { + opacity:.3 +} + +.border-Jn5IOt { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + border-radius:50% +} + +.border-Jn5IOt.speaking-B2MXPi { + -webkit-box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px var(--background-floating); + box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px var(--background-floating) +} + +.app-focused .border-Jn5IOt { + -webkit-transition:-webkit-box-shadow .1s ease-out; + transition:-webkit-box-shadow .1s ease-out; + transition:box-shadow .1s ease-out; + transition:box-shadow .1s ease-out, + -webkit-box-shadow .1s ease-out +} + +.overlay-39bWkM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:100%; + height:100%; + background-color:rgba(0, + 0, + 0, + .6); + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + border-radius:50% +} + +.overlay-39bWkM .poorConnectionIcon-2z7-LG { + background-color:#f04747; + padding:8px; + border-radius:50% +} + +.overlayIcon-1kEQWX { + width:32px; + height:32px; + color:#fff +} + +.callAvatarMask-1SLlRi { + position:relative +} + +.root-3yg4nC { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.root-3yg4nC .sprite-3_OKOZ { + position:relative; + -webkit-animation:none; + animation:none +} + +.participant-1lOCsd { + margin:0 8px +} + +.transition-J10on7 { + position:relative +} + +.spriteWrapper-3DD_XY { + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.base-18fc34 { + display:block; + position:absolute; + background-position:0 +} + +.sparkle-1TdrlZ { + width:43px; + height:43px; + background-size:774px 43px; + background-position:-731px; + -webkit-animation:sparkle-1TdrlZ 1.5s steps(17, + start) infinite forwards; + animation:sparkle-1TdrlZ 1.5s steps(17, + start) infinite forwards +} + +.pop-B2HebP { + width:24px; + height:24px; + background-size:840px 24px; + background-position:-816px; + -webkit-animation:pop-B2HebP 2.91666666667s steps(34, + start) infinite forwards; + animation:pop-B2HebP 2.91666666667s steps(34, + start) infinite forwards +} + +.light-1RsqT- { + width:20px; + height:20px; + background-size:620px 20px; + -webkit-animation:light-1RsqT- 2.58333333333s steps(30, + start) infinite forwards; + animation:light-1RsqT- 2.58333333333s steps(30, + start) infinite forwards +} + +.cross-AT1Amb, +.light-1RsqT- { + background-position:-600px +} + +.cross-AT1Amb { + width:25px; + height:25px; + background-size:625px 25px; + -webkit-animation:cross-AT1Amb 2.083325s steps(23, + start) infinite forwards; + animation:cross-AT1Amb 2.083325s steps(23, + start) infinite forwards +} + +.sparkleWhite-2J-Q68 { + background-image:url(img/c7539bb38577495f5021c8ea455c7145.png) +} + +.sparkleGrey-1Q5g70 { + background-image:url(img/22a50c5f66884ef5762f0a0b96d1ef08.png) +} + +.sparkleBlurple-awNnsZ { + background-image:url(img/a66f45abf930caa0b221315ebbc031de.png) +} + +.popWhite-1RZZKg { + background-image:url(img/237a2f9325a83d230fb30b2cd63bbfe6.png) +} + +.popGrey-2lKfmi { + background-image:url(img/0e773bb475b552235a800e6424e43e6b.png) +} + +.popBlurple-27zBE3 { + background-image:url(img/cf13db31abf9a13e54f5f43599eef59a.png) +} + +.lightWhite-2kX5Oc { + background-image:url(img/1c20f6ecd2d83c1844a3fd6da306d239.png) +} + +.lightGrey-WcSfs7 { + background-image:url(img/64aaf58241b1f4a6c9655564d0f0b028.png) +} + +.lightBlurple-1mZKpk { + background-image:url(img/07c7a85ef9cb930a3797629fc9a537cd.png) +} + +.crossWhite-2FnCYL { + background-image:url(img/c13a0b03a798023c27155fad5f0c7a61.png) +} + +.crossGrey-3CNWiK { + background-image:url(img/eb0e7f0b11970eca575cbdc7718e8482.png) +} + +.crossBlurple--iGG5Y { + background-image:url(img/18d708afcc8653f148927a308b203be2.png) +} + +@-webkit-keyframes sparkle-1TdrlZ { + 0% { + background-position:0 + } + + 40% { + background-position:-731px + } + + to { + background-position:-731px + } + +} + +@keyframes sparkle-1TdrlZ { + 0% { + background-position:0 + } + + 40% { + background-position:-731px + } + + to { + background-position:-731px + } + +} + +@-webkit-keyframes pop-B2HebP { + 0% { + background-position:0 + } + + 40% { + background-position:-816px + } + + to { + background-position:-816px + } + +} + +@keyframes pop-B2HebP { + 0% { + background-position:0 + } + + 40% { + background-position:-816px + } + + to { + background-position:-816px + } + +} + +@-webkit-keyframes light-1RsqT- { + 0% { + background-position:0 + } + + 40% { + background-position:-600px + } + + to { + background-position:-600px + } + +} + +@keyframes light-1RsqT- { + 0% { + background-position:0 + } + + 40% { + background-position:-600px + } + + to { + background-position:-600px + } + +} + +@-webkit-keyframes cross-AT1Amb { + 0% { + background-position:0 + } + + 40% { + background-position:-600px + } + + to { + background-position:-600px + } + +} + +@keyframes cross-AT1Amb { + 0% { + background-position:0 + } + + 40% { + background-position:-600px + } + + to { + background-position:-600px + } + +} + +.participantsButton-KYW-IW { + border-radius:48px; + background:#2f3136; + padding:4px +} + +.participantsButton-KYW-IW:hover { + background:#202225 +} + +.rightCaret-aB8RWK { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.leftCaret-18vKap { + -webkit-transform:rotate(90deg); + transform:rotate(90deg) +} + +.members-3RE5jX { + margin-right:4px +} + +.iconContainer-3DcDKa { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.iconContainer-3DcDKa>svg { + color:#fff +} + +.wrapper-1wyZBN { + position:relative; + overflow:hidden; + background-color:#000 +} + +.video-1kutKI, +.wrapper-1wyZBN { + width:100%; + height:100% +} + +.video-1kutKI { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.videoCover-LdeT1c { + -o-object-fit:cover; + object-fit:cover +} + +.videoContain-2ih_gc { + -o-object-fit:contain; + object-fit:contain +} + +.mirror-1Z13AJ { + -webkit-transform:scaleX(-1); + transform:scaleX(-1) +} + +.previewWrapper-39cUHY { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-line-pack:center; + align-content:center; + opacity:0; + -webkit-transition:opacity .5s ease; + transition:opacity .5s ease +} + +.previewWrapper-39cUHY.loading-35BNuU { + opacity:1 +} + +.previewImage-1yEFD0 { + width:100%; + -o-object-fit:contain; + object-fit:contain; + -webkit-filter:blur(10px); + filter:blur(10px) +} + +.emptyPreviewWrapper-14RNSK { + margin:auto; + width:100% +} + +.emptyPreview-2kuSNe { + width:100%; + height:100%; + background:linear-gradient(120deg, + #1e1f22, + #292b2f); + opacity:.6 +} + +.spinner-2UBgbJ { + position:absolute; + width:100%; + height:100% +} + +.container-1Uz9wr { + position:relative +} + +.container-1Uz9wr, +.iframe-EFVR4F { + width:100%; + height:100% +} + +.clickShield-3vjrWO, +.splashImage-E7s7bn { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.splashImage-E7s7bn { + width:100%; + height:100%; + -o-object-fit:cover; + object-fit:cover +} + +.splash-25tRrM { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + background:rgba(0, + 0, + 0, + .6); + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.avatars-1oXtqj, +.splash-25tRrM { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.avatars-1oXtqj { + margin-bottom:16px +} + +.avatars-1oXtqj.compact-1mV4qT { + margin-bottom:8px +} + +.avatar-1r2LXI { + margin-left:-20px +} + +.avatar-1r2LXI.compact-1mV4qT { + margin-left:-8px +} + +.avatar-1r2LXI:first-child { + margin-left:0 +} + +.subheader-39JmuR { + margin-bottom:4px; + color:#b9bbbe +} + +.header-NBw-bG { + margin-bottom:16px; + font-weight:700; + color:#fff +} + +.header-NBw-bG.compact-1mV4qT { + margin-bottom:8px +} + +.buttons-2XvbOc { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.button-EVMg5r { + margin:0 4px +} + +.overflow-1fucsB { + background-color:var(--background-primary); + border-radius:50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + font-weight:700 +} + +.avatarMask-CQKE6y { + -webkit-mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + -webkit-mask-position:0 0; + mask-position:0 0; + -webkit-mask-size:100% 100%; + mask-size:100% 100%; + -webkit-mask-repeat:no-repeat; + mask-repeat:no-repeat +} + +.tile-2naSqK { + position:relative; + background-color:#202225; + border-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden +} + +.tile-2naSqK.noBorder-PlNIZT { + border-radius:0 +} + +.art-3wzoO6 { + width:100%; + background-position:50%; + background-repeat:no-repeat; + background-size:contain; + margin-bottom:16px +} + +.art-3wzoO6.small-3EVRHD { + display:none +} + +.art-3wzoO6.medium-2B7Zy5 { + height:88px +} + +.art-3wzoO6.large-1x1Mum { + height:134px +} + +.header-2Zv56X { + color:#fff; + text-align:center; + font-weight:600; + margin-bottom:4px +} + +.description-22pzKs { + color:#dcddde; + text-align:center; + font-weight:500 +} + +.description-22pzKs p { + margin:0 +} + +.outerButton-1CWJC- { + margin-top:16px +} + +.button-3HqqDX { + background-color:#4f545c; + color:#fff; + border-radius:100px; + padding:12px 18px; + font-weight:600; + font-size:16px +} + +.button-3HqqDX:hover { + background-color:#36393f +} + +.root-2sELX6 { + background-color:rgba(0, + 0, + 0, + .6); + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.cta-3gK0Pu { + background-color:#4f545c; + color:#fff; + border-radius:100px; + padding:10px 16px; + font-weight:600; + z-index:1 +} + +.cta-3gK0Pu:hover { + background-color:#36393f +} + +.buttonReset-HK81Ef { + line-height:0 +} + +.root-35ow7p { + line-height:0 +} + +.warningIcon-3rQ5yJ { + width:20px; + height:20px; + color:#faa61a +} + +@-webkit-keyframes outgoing-call-pulse-3okVYE { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 11.56% { + opacity:1 + } + + 39.02% { + opacity:0; + -webkit-transform:scale3d(1.025, + 1.025, + 1); + transform:scale3d(1.025, + 1.025, + 1) + } + + 39.03% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 39.04% { + opacity:1 + } + + 66.48% { + opacity:0; + -webkit-transform:scale3d(1.025, + 1.025, + 1); + transform:scale3d(1.025, + 1.025, + 1) + } + + to { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + +} + +@keyframes outgoing-call-pulse-3okVYE { + 0% { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 11.56% { + opacity:1 + } + + 39.02% { + opacity:0; + -webkit-transform:scale3d(1.025, + 1.025, + 1); + transform:scale3d(1.025, + 1.025, + 1) + } + + 39.03% { + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + + 39.04% { + opacity:1 + } + + 66.48% { + opacity:0; + -webkit-transform:scale3d(1.025, + 1.025, + 1); + transform:scale3d(1.025, + 1.025, + 1) + } + + to { + opacity:0; + -webkit-transform:scaleX(1); + transform:scaleX(1) + } + +} + +.wrapper-3BZGuR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative +} + +.wrapper-3BZGuR.ringing-1VKjFq { + opacity:.3 +} + +.wrapper-3BZGuR.ringing-1VKjFq:after { + content:""; + pointer-events:none; + position:absolute; + left:-3px; + top:-3px; + width:100%; + height:100%; + border-radius:12px; + background:transparent; + border:3px solid var(--interactive-active); + -webkit-animation:outgoing-call-pulse-3okVYE 2.5s ease-out infinite; + animation:outgoing-call-pulse-3okVYE 2.5s ease-out infinite; + -webkit-transform-origin:center; + transform-origin:center +} + +.ripple-3OwEZ- { + border-radius:8px; + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + opacity:0; + -webkit-animation:outgoing-call-pulse-3okVYE 2.429s ease-out infinite; + animation:outgoing-call-pulse-3okVYE 2.429s ease-out infinite; + background-color:var(--interactive-active) +} + +.ripple0-1oHfER { + -webkit-animation-delay:20ms; + animation-delay:20ms +} + +.ripple1-1tjFOe { + -webkit-animation-delay:145ms; + animation-delay:145ms +} + +.ripple2-jei8DL { + -webkit-animation-delay:.27s; + animation-delay:.27s +} + +.tile-2gi3tr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 100%; + flex:1 1 100%; + position:relative; + cursor:pointer +} + +.tile-2gi3tr.idle-U-LIlZ, +.tile-2gi3tr.noInteraction-2pbsEq { + cursor:inherit +} + +.tileChild-31WXi8 { + -webkit-box-flex:1; + -ms-flex:1 1 100%; + flex:1 1 100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.border-3dQmSY { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + border-radius:8px; + pointer-events:none +} + +.border-3dQmSY.speaking-WDn8Wm { + -webkit-box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px #000; + box-shadow:inset 0 0 0 2px #43b581, + inset 0 0 0 3px #000 +} + +.app-focused .border-3dQmSY { + -webkit-transition:-webkit-box-shadow .1s ease-out; + transition:-webkit-box-shadow .1s ease-out; + transition:box-shadow .1s ease-out; + transition:box-shadow .1s ease-out, + -webkit-box-shadow .1s ease-out +} + +.noBorder-i2e48Y video { + border-radius:0 +} + +.noBorder-i2e48Y .border-3dQmSY { + display:none; + border-radius:0 +} + +.overlay-1YJlCn { + -ms-flex-align:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + position:absolute; + left:0; + right:0; + bottom:8px; + padding:0 8px; + pointer-events:none; + line-height:0; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.overlay-1YJlCn, +.overlayTitle-8IcS01 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + align-items:center +} + +.overlayTitle-8IcS01 { + border-radius:8px; + background:rgba(0, + 0, + 0, + .3); + color:#fff; + padding:6px 12px; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + margin-right:8px; + -ms-flex-align:center; + min-width:0 +} + +.overlayTitle-8IcS01.idle-U-LIlZ { + opacity:0 +} + +.overlayTitleText-2mmQzi { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.titleIcon-2eloVh { + width:20px; + height:20px; + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + margin-right:8px +} + +.statusContainer-1gtabC { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.poorConnection-1rXvn9 { + background-color:#f04747; + padding:8px; + border-radius:50% +} + +.status-254fhp { + width:20px; + height:20px; + padding:6px; + color:#fff; + border-radius:50%; + margin-left:8px; + background-color:rgba(0, + 0, + 0, + .3) +} + +.status-254fhp.interactive-3JkJV4 { + pointer-events:all +} + +.status-254fhp.interactive-3JkJV4:hover { + background-color:rgba(0, + 0, + 0, + .6) +} + +.content-2Sfaij { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden +} + +.streamPreview-3YL8OQ { + background:#202225 +} + +.streamPreviewOpacity-1IYx2z { + opacity:.3 +} + +.indicators-3zIm5K { + top:8px; + right:8px +} + +.indicators-3zIm5K, +.selectedScreen-3aLLjg { + position:absolute; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.selectedScreen-3aLLjg { + background:rgba(0, + 0, + 0, + .6); + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + top:0; + right:0; + bottom:0; + left:0; + pointer-events:none +} + +.toggleMute-1HX2aa { + opacity:1; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.hidden-3rERt0 { + opacity:0 +} + +.selectedIcon-1Ihli9 { + width:32px; + height:32px; + color:#fff +} + +.localMuteStrikethrough-2BNLRk { + color:#f04747 +} + +.liveIndicator-3aBbkJ { + margin-left:8px +} + +.addStreamIcon-3NjJEC { + width:24px; + height:24px +} + +.addCTA-372N3j { + padding:8px; + margin-left:8px +} + +.absoluteFill-145S64 { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.videoWrapper-2v09vt { + background-color:#202225 +} + +.background-ujHpbY { + width:100%; + height:100% +} + +.avatarWrapper-29j3CC { + border-radius:50% +} + +.pictureInPicture-3VocJq { + position:absolute; + top:0; + left:0 +} + +.pictureInPictureWindow-1B5qSe { + position:absolute; + z-index:1000; + overflow:hidden +} + +.hidden-SXIIWx { + display:none +} + +.container-1PWn_0 { + position:absolute; + top:0; + left:0; + right:0; + bottom:0; + pointer-events:none +} + +.tileContainer-9h8iFI { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tile-1Qr-N3 { + width:160px; + height:90px; + margin-right:8px +} + +.tile-1Qr-N3:last-child { + margin-right:0 +} + +.row-22hXsA { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.row-22hXsA, +.tile-kezkfV { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tile-kezkfV { + margin-right:8px; + margin-bottom:8px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.tile-kezkfV.noVerticalMargin-1582Xa { + margin-bottom:0 +} + +.tile-kezkfV.noHorizontalMargin-3pr3HN { + margin-right:0 +} + +.tile-kezkfV.padColumn-18-JWZ { + padding:0 2px +} + +.tileSizer-IwF9xU { + width:100% +} + +.root-2VTZPJ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:100%; + color:#fff; + padding:16px +} + +.text-3FqTR4 { + font-weight:600; + margin-bottom:16px; + text-align:center +} + +.buttonText-plGAfz { + padding:0 8px +} + +.art-2kj97y { + margin-bottom:16px +} + +.tile-ME82Od { + height:100% +} + +.tile-2GMyYQ { + height:100% +} + +.tileSizer-3VCNFs { + width:220px; + margin-bottom:8px +} + +.root-1EVRXA { + width:228px; + -webkit-box-flex:0; + -ms-flex:none; + flex:none; + max-height:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.list-2MscRb { + height:auto +} + +.voiceCallWrapper-3kPwHm { + padding-bottom:24px +} + +.videoGridWrapper-2BDlMX { + -ms-flex-item-align:stretch; + align-self:stretch +} + +.root-2CDANf { + width:100%; + height:100%; + position:relative +} + +.flexCenter-2Y_vCg { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.videoFrame-3JeHRb { + -ms-flex:1; + flex:1 +} + +.videoFrame-3JeHRb, +.videoWrapper-3VC0Ax { + -webkit-box-flex:1; + position:relative +} + +.videoWrapper-3VC0Ax { + -ms-flex:1 1 100%; + flex:1 1 100%; + margin:0 auto +} + +.videoWrapperAnimated-3SL9U6 { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.videoGrid-1khsrF { + height:100% +} + +.hiddenParticipants-1JaHxS p { + margin:0 +} + +.videoSizer-14ILv0 { + width:100%; + position:relative +} + +.focusedVideo-AeFhkm { + height:100% +} + +.participantsButton-2BYCUL { + z-index:1; + position:absolute; + top:50%; + right:8px; + -webkit-transform:translateY(-50%); + transform:translateY(-50%); + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.participantsButton-2BYCUL.idle-l3QaKF { + opacity:0 +} + +.participantsWrapperAnimated-3yISdv { + overflow:hidden; + -ms-flex-negative:0; + flex-shrink:0; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:absolute; + right:-228px; + top:0 +} + +.buttonColor-2Nx30V { + background-color:#36393f; + color:#fff +} + +.buttonColor-2Nx30V:hover { + background-color:rgba(79, + 84, + 92, + .16) +} + +@media (max-width: 456px) { + .textButton-3MS7qa { + display:none + } + +} + +@media (min-width: 457px) { + .iconButton-u_X73A { + display:none + } + +} + +.root-217Brm { + height:100%; + width:100%; + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:#fff +} + +.root-217Brm.idle-1j3olu { + cursor:none +} + +.root-217Brm.idle-1j3olu .gradientContainer-10lXLB { + opacity:0 +} + +.root-217Brm.idle-1j3olu .topControls-KKImPZ { + opacity:0; + -webkit-transform:translate3d(0, + -8px, + 0); + transform:translate3d(0, + -8px, + 0) +} + +.root-217Brm.idle-1j3olu .bottomControls-lIJyYL { + opacity:0; + -webkit-transform:translate3d(0, + 8px, + 0); + transform:translate3d(0, + 8px, + 0) +} + +.videoControls-24w7Xp { + pointer-events:none; + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + padding:0 16px 16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.gradientContainer-10lXLB { + pointer-events:none; + height:160px; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + background-image:-webkit-gradient(linear, + left top, + left bottom, + from(#000), + color-stop(19%, + rgba(0, + 0, + 0, + .738)), + color-stop(34%, + rgba(0, + 0, + 0, + .541)), + color-stop(47%, + rgba(0, + 0, + 0, + .382)), + color-stop(56.5%, + rgba(0, + 0, + 0, + .278)), + color-stop(65%, + rgba(0, + 0, + 0, + .194)), + color-stop(73%, + rgba(0, + 0, + 0, + .126)), + color-stop(80.2%, + rgba(0, + 0, + 0, + .075)), + color-stop(86.1%, + rgba(0, + 0, + 0, + .042)), + color-stop(91%, + rgba(0, + 0, + 0, + .021)), + color-stop(95.2%, + rgba(0, + 0, + 0, + .008)), + color-stop(98.2%, + rgba(0, + 0, + 0, + .002)), + to(transparent)); + background-image:linear-gradient(#000, + rgba(0, + 0, + 0, + .738) 19%, + rgba(0, + 0, + 0, + .541) 34%, + rgba(0, + 0, + 0, + .382) 47%, + rgba(0, + 0, + 0, + .278) 56.5%, + rgba(0, + 0, + 0, + .194) 65%, + rgba(0, + 0, + 0, + .126) 73%, + rgba(0, + 0, + 0, + .075) 80.2%, + rgba(0, + 0, + 0, + .042) 86.1%, + rgba(0, + 0, + 0, + .021) 91%, + rgba(0, + 0, + 0, + .008) 95.2%, + rgba(0, + 0, + 0, + .002) 98.2%, + transparent) +} + +.gradientTop-3UWg3T { + top:0 +} + +.gradientBottom-3X4SdK, +.gradientTop-3UWg3T { + position:absolute; + right:0; + left:0 +} + +.gradientBottom-3X4SdK { + bottom:0; + -webkit-transform:scaleY(-1); + transform:scaleY(-1) +} + +.controlSection-2h3cS0 { + pointer-events:all; + -webkit-transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.bottomControls-lIJyYL, +.topControls-KKImPZ { + width:100%; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.bottomControls-lIJyYL { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + line-height:0 +} + +.screenMessage-2smdgi { + background-color:rgba(0, + 0, + 0, + .6); + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.title-1gVSym { + font-size:24px +} + +.supportingText-Q8rmAI, +.title-1gVSym { + text-align:center; + font-weight:500; + line-height:1.25 +} + +.supportingText-Q8rmAI { + font-size:16px +} + +.theme-dark .title-1gVSym, +.theme-light .title-1gVSym { + color:#fff +} + +.theme-dark .supportingText-Q8rmAI, +.theme-light .supportingText-Q8rmAI { + color:#b9bbbe +} + +.arrow-3OIjPY { + -webkit-transition:-webkit-transform .2s ease-in-out; + transition:-webkit-transform .2s ease-in-out; + transition:transform .2s ease-in-out; + transition:transform .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.up-34qlJU { + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.popIn-2stfyU { + -webkit-transform:rotate(-180deg); + transform:rotate(-180deg) +} + +.root-2eYTXR.comboIcon-2e1arG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + width:auto; + height:24px +} + +.count-34xWho { + line-height:24px; + margin-left:4px +} + +.icon--rRIa3 { + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.root-2QSv-c { + background-color:var(--background-floating); + border-radius:4px; + width:240px; + max-height:260px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.root-2QSv-c .voiceUsers-3lwp-W { + padding:0 +} + +.header-1SPvMo { + padding:16px 16px 9px; + font-weight:700; + color:var(--interactive-normal) +} + +.scroller-GApUBG { + padding:0 16px 16px 8px +} + +.button-1xaXFt { + margin-left:0 +} + +.button-1xaXFt, +.divider-T9ghJP { + margin-right:16px +} + +.divider-T9ghJP { + background:#202225 +} + +.speaker-13nFCF { + margin-right:8px +} + +.speaker-13nFCF.last-GyWdM0 { + margin-right:16px +} + +.lastButton-3MuhDM { + margin-right:8px +} + +.avatar-EDoEQX { + margin-right:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.divider-36-9JI { + background:rgba(79, + 84, + 92, + .32); + margin-right:16px +} + +.playingText-3KIkt6 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:#b9bbbe; + font-weight:500; + margin-right:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.avatar-_-TGPX { + -ms-flex-negative:0; + flex-shrink:0 +} + +.memberListItem-2ZX2pl { + padding:4px 8px; + margin:8px -8px; + border-radius:4px +} + +.memberListItem-2ZX2pl:last-child { + margin-bottom:4px +} + +.memberListItem-2ZX2pl:not(.popoutDisabled-xucru2):hover { + cursor:pointer +} + +.memberListItemTag-2qWLwe { + margin-left:8px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.username-1Mmpcp { + font-weight:600 +} + +.theme-dark .memberListItem-2ZX2pl:not(.popoutDisabled-xucru2):hover { + background-color:#202225 +} + +.theme-light .memberListItem-2ZX2pl:not(.popoutDisabled-xucru2):hover { + background-color:#ebedef +} + +.popoutWrapper-3TSaaB { + position:relative; + left:-30px; + width:200px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + max-height:40vh +} + +.scroller-2ymjU1 { + border-radius:4px; + padding:8px 16px; + background-color:var(--background-floating) +} + +.viewers-2Dq-Mk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative +} + +.viewers-2Dq-Mk:hover .popoutWrapper-3TSaaB { + visibility:visible; + opacity:1; + -webkit-transform:translateX(0); + transform:translateX(0) +} + +.viewer-sEl8Uz { + margin-left:-2px; + -webkit-mask:url(img/16f17f1916fb411b98e44008b2535a83.svg); + mask:url(img/16f17f1916fb411b98e44008b2535a83.svg); + -webkit-mask-size:100%; + mask-size:100%; + mask-type:luminance +} + +.viewer-sEl8Uz:last-child { + -webkit-mask:none; + mask:none +} + +.overflow-1ExsZm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:-4px; + font-size:12px; + font-weight:700; + letter-spacing:.5px; + width:25px; + height:25px; + border-radius:15px; + z-index:2; + background-color:#36393f; + color:#b9bbbe; + -webkit-box-shadow:-1px 0 0 1px #000; + box-shadow:-1px 0 0 1px #000 +} + +.memberListHeader-c-ghag { + margin-top:8px; + margin-bottom:12px; + font-weight:600 +} + +.memberListHeader-c-ghag, +.memberListItemText-Th1aTk { + color:var(--header-secondary) +} + +.viewersIcon-15qGwd { + width:24px; + height:24px; + color:#b9bbbe; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-right:4px +} + +.viewersIcon-15qGwd.activeButton-A0x-10, +.viewersIcon-15qGwd:hover { + color:#fff +} + +.viewersTooltipItem-1otSnk { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.memberListItem-3IkoL8:not(.popoutDisabled-161HX0):hover { + background-color:var(--background-tertiary) +} + +.wrapper-2qzCYF { + z-index:2; + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background-color:#000; + overflow:hidden +} + +.wrapper-2qzCYF.animated-1N1Pe_ { + -webkit-transition:height .35s ease; + transition:height .35s ease +} + +.wrapper-2qzCYF.normal-1oavYI { + height:50% +} + +.wrapper-2qzCYF.minimum-28Z35l { + height:240px; + background-color:var(--background-floating) +} + +.wrapper-2qzCYF.minimum-28Z35l.video--KPXCT { + height:284px +} + +.wrapper-2qzCYF.fullScreen-1tMzXY, +.wrapper-2qzCYF.noChat-18KtBD { + height:100% +} + +.wrapper-2qzCYF.fullScreen-1tMzXY { + width:100% +} + +.wrapper-2qzCYF.popout-1MBou- { + height:100%; + width:100% +} + +.wrapper-2qzCYF.poppedOut-1U3Bzn { + height:154px +} + +.centerControls-2E5oVA { + pointer-events:all; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.leftTrayIcon-vpfJk5 { + margin-right:16px +} + +.rightTrayIcon-3hFoUP { + margin-left:16px +} + +@media (max-width: 456px) { + .leftTrayIcon-vpfJk5 { + margin-right:8px + } + + .rightTrayIcon-3hFoUP { + margin-left:8px + } + + .settingsButton-32Uw6u, + .viewersButton-_Zs4UU { + display:none + } + +} + +.iconWrapper-31YWq8 { + position:relative +} + +.volumeSlider-1yH4yV { + margin-top:-16px +} + +.badge-1z4YpW { + position:absolute; + top:-6px; + right:-6px; + pointer-events:none +} + +.headerWrapper-3NUKsd { + margin:0 -16px +} + +.searchIndexAnimation-UMrQlU { + position:relative; + width:320px; + height:280px +} + +.searchIndexBackground-HQa_J9, +.searchIndexForeground-2JZI-e { + position:absolute; + top:0; + left:0; + width:100%; + height:100% +} + +.background-3L9vjg, +.magnifyingGlass-2UrCit, +.mask-2MEvVp { + -webkit-transform-origin:center; + transform-origin:center +} + +.mask-2MEvVp { + width:80px; + height:80px +} + +.theme-light .searchIndexBackground-HQa_J9 { + background-image:url(img/f9b7cc1482468c130d968400ba20f598.svg) +} + +.theme-dark .searchIndexBackground-HQa_J9 { + background-image:url(img/e695cb4a18202a6053674a346e6ba4c2.svg) +} + +.searchHeader-2XoQg7 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-tertiary); + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-negative:0; + flex-shrink:0; + height:56px; + padding:16px; + position:relative; + z-index:2 +} + +.helpdeskLink-3VCFM5 { + color:var(--interactive-normal) +} + +.helpdeskLink-3VCFM5:hover { + color:var(--interactive-hover); + text-decoration:underline +} + +.totalResults--dyAxF, +.totalResultsWrapper-1nPIgl { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.totalResults--dyAxF { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + font-weight:600; + padding-right:1px +} + +.spinnerWrapper-3hIs5I { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0; + flex:0; + height:16px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-left:8px; + stroke:var(--text-normal); + width:16px +} + +.spinner-1E004m { + height:100%; + width:100% +} + +.spinnerPath-2gCaLq { + stroke:var(--text-normal) +} + +.tab-2j5AEF { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--interactive-normal); + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -ms-flex-negative:0; + flex-shrink:0; + font-weight:500; + height:24px; + margin-right:8px; + padding:0 8px; + text-align:center +} + +.tab-2j5AEF:hover { + background-color:var(--background-modifier-hover) +} + +.tab-2j5AEF:active, +.tab-2j5AEF:hover { + color:var(--interactive-active) +} + +.tab-2j5AEF:active { + background-color:var(--background-modifier-active) +} + +.tab-2j5AEF.selected-2LAck8 { + background-color:var(--background-modifier-selected); + color:var(--interactive-active) +} + +.tab-2j5AEF:last-of-type { + margin-right:0 +} + +.theme-dark .tab-2j5AEF.selected-2LAck8 { + background-color:var(--background-accent) +} + +.container-NdaZbY { + color:var(--header-primary) +} + +.container-2j2llN { + position:relative +} + +.searchResult-9tQ1uo { + background-color:var(--background-primary); + border-radius:8px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:pointer; + margin-bottom:8px; + overflow:hidden +} + +.message-1Ng5AR { + padding:6px 0 +} + +.buttonsContainer-7PA8hy { + display:none; + position:absolute; + right:8px; + top:8px +} + +.container-2j2llN:focus-within .buttonsContainer-7PA8hy, +.container-2j2llN:hover .buttonsContainer-7PA8hy { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.button-11zvza { + background-color:var(--background-tertiary); + border-radius:3px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:var(--header-secondary); + cursor:pointer; + font-size:12px; + font-weight:500; + height:24px; + line-height:16px; + margin-left:6px; + padding:4px; + text-align:center; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + z-index:1 +} + +.button-11zvza:hover { + color:var(--interactive-hover) +} + +.button-11zvza:active { + color:var(--interactive-active); + -webkit-transform:translate3d(0, + 1px, + 0); + transform:translate3d(0, + 1px, + 0) +} + +.searchResultGroup-1DphGG { + margin-bottom:24px +} + +.channelName-1JRO3C { + background:var(--background-secondary); + color:var(--header-primary); + cursor:pointer; + font-weight:600; + margin-bottom:8px; + overflow:hidden; + position:relative; + text-overflow:ellipsis; + white-space:nowrap; + z-index:1 +} + +.channelName-1JRO3C:hover { + text-decoration:underline +} + +.resultsBlocked-3a77lQ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary-alt); + border-radius:3px; + border:1px solid var(--background-tertiary); + color:var(--text-muted); + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-size:14px; + padding:6px 18px +} + +.resultsBlocked-3a77lQ:hover { + color:var(--text-normal) +} + +.resultsBlockedImage-2aDVMx { + height:32px; + margin-right:20px; + width:32px +} + +.theme-dark .resultsBlockedImage-2aDVMx { + background-image:url(img/7490848d1fcddf075abeb71e2d1aaff3.svg) +} + +.theme-light .resultsBlockedImage-2aDVMx { + background-image:url(img/5394ee87ee70ed19baa541daa689210c.svg) +} + +.searchResultsWrap-3-pOjs { + width:418px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + position:relative; + overflow:hidden; + background-color:var(--background-secondary) +} + +.scroller-3GIiMh { + padding:16px 16px 0 +} + +.emptyResultsWrap-G931-Q { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + height:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:20px; + font-size:16px; + font-weight:500; + line-height:24px; + text-align:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--text-normal) +} + +.emptyResultsContent-3ez0g8 { + margin:auto; + position:relative; + padding-bottom:40px +} + +.emptyResultsText-3mouZA { + margin:40px auto 0; + font-size:16px; + font-weight:500 +} + +.stillIndexing-K2usQX { + width:300px +} + +.errorImage-12Q43V, +.noResultsImage-3Y0eCI { + width:160px; + height:160px; + margin:0 auto +} + +.errorMessage-3TqJbP { + width:300px +} + +.noResults-sW1yWR { + width:280px +} + +.noResults-sW1yWR.alt-3EpRdH { + width:200px +} + +.theme-dark .noResultsImage-3Y0eCI { + background-image:url(img/af4424ffab53593f696947192ff1854a.svg) +} + +.theme-dark .noResultsImage-3Y0eCI.alt-3EpRdH { + background-image:url(img/f0a2cc54695a7064a1f02e5ca8b95ccc.svg) +} + +.theme-dark .errorImage-12Q43V { + background-image:url(img/29462d0b6c33d2ed874aa982f6f99326.svg) +} + +.theme-light .noResultsImage-3Y0eCI { + background-image:url(img/3e0be9639d8d4f7fee2266ec79a9af90.svg) +} + +.theme-light .noResultsImage-3Y0eCI.alt-3EpRdH { + background-image:url(img/53a5882c841b71e9786d6f84c21f8018.svg) +} + +.theme-light .errorImage-12Q43V { + background:url(img/a96ad48450382ff5df965439222d1459.svg) +} + +.container-1EOCj2 { + width:320px; + -ms-flex-negative:0; + flex-shrink:0; + border-top-left-radius:8px; + border-bottom-left-radius:8px; + background-color:var(--background-primary) +} + +.headerContainer-3Dbfbk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:12px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.headerTitle-34m7pK { + margin-left:16px; + font-weight:600 +} + +.headerClose-3ppwtq { + margin-left:auto; + cursor:pointer; + color:var(--interactive-normal) +} + +.headerClose-3ppwtq:hover { + color:var(--interactive-hover) +} + +.headerClose-3ppwtq:active { + color:var(--interactive-active) +} + +.contentContainer-3uyIT3 { + padding-left:16px; + padding-right:16px +} + +.selfSpeakerContainer-qt7ckS { + margin-top:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + color:var(--interactive-normal) +} + +.selfSpeakerContainer-qt7ckS:hover { + color:var(--interactive-hover) +} + +.selfSpeakerContainer-qt7ckS:active { + color:var(--interactive-active) +} + +.buttonContainer-38-Et1 { + height:32px; + width:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:var(--background-secondary); + border-radius:50%; + color:var(--interactive-normal) +} + +.buttonContainer-38-Et1:hover { + color:var(--interactive-hover) +} + +.buttonContainer-38-Et1:active { + color:var(--interactive-active) +} + +.buttonContainer-38-Et1+.buttonContainer-38-Et1 { + margin-left:16px +} + +.selfSpeakerButton-2ZvK-g { + background-color:var(--background-tertiary) +} + +.selfSpeakerText-3QjNKH { + margin-left:12px +} + +.listTitle-3x9PAq { + margin-top:24px; + font-weight:700; + text-transform:uppercase +} + +.participantRowContainer-2LfSyI { + margin-top:8px; + height:40px +} + +.participantMemberContainer-3JuhCc, +.participantRowContainer-2LfSyI { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.participantMemberContainer-3JuhCc { + margin-right:auto; + cursor:pointer +} + +.participantName-1SXKIB { + margin-left:16px; + color:var(--header-primary) +} + +.divider-3I8NVc { + margin-top:24px; + margin-bottom:24px +} + +.changePermissionButton-1eZjKJ { + margin-top:4px; + padding:0 +} + +.divider-yptg8N { + background-color:var(--channeltextarea-background) +} + +.topic-3gMffX { + margin-left:8px +} + +.participants-1e7HCI { + color:var(--interactive-normal) +} + +.tileContainer-BaRAZF { + width:100px; + height:100px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.text-2wY55Y { + margin-top:8px +} + +.roleContainer-2b2e3L, +.rowContainer-3Aaxmt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.roleContainer-2b2e3L { + margin-top:48px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.roleName-1u8d1R { + font-weight:700; + text-transform:uppercase +} + +.roleFlare-2FMijp { + background-color:#8a2be2; + border-radius:50%; + width:8px; + height:8px; + margin-right:8px +} + +.participants-soO0aD { + display:grid; + grid-template-columns:repeat(auto-fill, + minmax(100px, + 1fr)); + grid-auto-flow:row +} + +.tile-2Q7yR_ { + min-height:180px; + height:100%; + max-height:202px; + padding:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.full-27E4Jm { + width:66% +} + +.half-1xrJ80 { + width:50% +} + +.third-2mRXUn { + width:33% +} + +.rowContainer-2tYerQ { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.grid-1Hwz9O, +.tile-3UESUW { + height:100% +} + +.grid-1Hwz9O { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-top:96px; + margin-left:16px; + margin-right:16px +} + +.container-2j8dvG, +.requestToSpeakContainer-3YU4EO { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.requestToSpeakContainer-3YU4EO { + margin-top:-4px; + margin-bottom:-4px; + height:64px; + border-radius:32px; + background-color:var(--background-tertiary) +} + +.requestToSpeakDescriptionContainer-3-tb15 { + padding-left:16px; + display:grid; + grid-template-areas:"icon title""icon description"; + -webkit-column-gap:8px; + -moz-column-gap:8px; + column-gap:8px +} + +.requestToSpeakIcon-1BjGfe { + grid-area:icon; + margin:auto +} + +.slash-3wynFg { + color:#f04747 +} + +.requestToSpeakTitle-1jHxM9 { + grid-area:title; + font-weight:600 +} + +.requestToSpeakDescription-1QF1DX { + grid-area:description; + white-space:nowrap +} + +.raiseHandButton-1TZpXJ { + margin:4px 4px 4px 16px +} + +.buttonSpacing-3apH88 { + margin-left:16px +} + +.speakerRaiseHandButton-1-xsvS { + position:relative +} + +.speakerRaiseHandBadge-kSmEho { + padding:0 4px; + position:absolute; + top:0; + right:0; + border-radius:8px; + background-color:#f04747; + font-weight:600 +} + +.container-1rxwlY { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.sparkleIcon-30-odx { + height:12px; + width:12px +} + +.sparkleTop-2XxWeK { + -ms-flex-item-align:start; + align-self:flex-start; + margin-right:auto +} + +.sparkleBottom-KN5dmN { + -ms-flex-item-align:end; + align-self:flex-end; + margin-left:auto +} + +.container-2-WIeg { + height:100%; + width:100%; + background-image:url(img/a9f6bd0a103d64e943a460338a61868f.png) +} + +.centeredText-Y_Aze6, +.container-2-WIeg { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.centeredText-Y_Aze6 { + width:400px +} + +.spotlightBackground-BH8tY6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:#2f3136; + height:80px; + width:80px; + border-radius:50% +} + +.headerTitle-3bslRD { + text-align:center; + margin-bottom:8px; + margin-top:8px +} + +.headerSubtitle-1CNefI { + text-align:center; + margin-bottom:32px +} + +.formItem-IIMfGc { + width:100%; + margin-bottom:32px +} + +.textInput-H-qW9U { + background-color:#2f3136; + border-radius:4px +} + +.button-NFleH6 { + width:100% +} + +.container-pTf0Ly { + -webkit-box-orient:horizontal; + -ms-flex-direction:row; + flex-direction:row; + background-color:var(--background-secondary) +} + +.callContainer-3UuV6S, +.container-pTf0Ly { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-direction:normal; + height:100%; + width:100% +} + +.callContainer-3UuV6S { + -webkit-box-orient:vertical; + -ms-flex-direction:column; + flex-direction:column; + background-image:url(img/a9f6bd0a103d64e943a460338a61868f.png) +} + +.sidebarVisible-F3zEoe { + border-top-right-radius:8px; + border-bottom-right-radius:8px; + overflow:hidden; + margin-right:8px +} + +.container-3RCQyg { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + border-width:0; + border-bottom:1px solid; + border-color:var(--background-modifier-accent); + padding-bottom:16px; + margin:16px +} + +.header-3uLluP { + font-size:32px; + font-weight:700; + line-height:40px; + margin:8px 0; + color:var(--header-primary) +} + +.description-1sDbzZ { + color:var(--header-secondary) +} + +.emptyChannelIcon-cc932w { + width:68px; + height:68px; + margin-top:16px; + border-radius:50%; + background-color:var(--background-accent); + background-image:url(img/a9847a74a2dac6e2b2958b195a8dad96.svg); + background-repeat:no-repeat; + background-position:50% +} + +.emptyChannelIcon-cc932w.locked-1jf7pL { + background-image:url(img/5551facc96157d81da521c30c5859850.svg) +} + +.chat-1WUuAG { + min-width:0; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:stretch; + -ms-flex-pack:stretch; + justify-content:stretch; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + position:relative +} + +.chat-1WUuAG:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.messagesWrapper-2liWqn { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-height:0; + min-width:0; + z-index:0 +} + +.messagesWrapper-2liWqn, +.scroller-3ozpb9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.scroller-3ozpb9 { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + min-height:100% +} + +.scrollerInner-k-72Fy { + min-height:0 +} + +.formSection-Kn7mNK { + margin-top:16px +} + +.checkbox-3xinIW { + color:var(--interactive-normal) +} + +.checkbox-3xinIW:hover { + color:var(--interactive-hover) +} + +.checkbox-3xinIW:active { + color:var(--interactive-active) +} + +.chat-1WUuAG .select-Upjed1 { + display:inline-grid; + padding:0 2px 0 4px; + background-color:var(--background-tertiary); + border:none +} + +.chat-1WUuAG .select-Upjed1>svg { + background-color:var(--background-primary); + border-radius:4px; + margin-left:8px +} + +.scrollerSpacer-2rPyqs { + display:block; + height:22px; + width:1px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + pointer-events:none +} + +.form-3uUEen { + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + padding-left:16px; + padding-right:16px +} + +.channelTextArea-2ZBawt { + margin-bottom:24px; + background-color:var(--background-primary) +} + +.iconWrapper-L3hQuc { + width:64px; + height:64px; + margin-top:16px; + border-radius:50%; + background-color:var(--background-accent); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.icon-3kbkI0 { + color:#fff; + width:32px; + height:32px +} + +.subtitle-1pSyEh { + margin-bottom:2px +} + +.threadCreatorName-2hRnz- { + font-weight:600 +} + +.autoArchiveDuration-3TU5Qi, +.threadCreatorName-2hRnz- { + color:var(--header-primary) +} + +.textDivider-2fG1vS { + display:inline-block; + margin:0 8px; + width:4px; + height:4px; + border-radius:50%; + background-color:var(--background-accent); + vertical-align:middle +} + +.subHeader-27gFHC { + font-weight:700; + font-size:12px; + text-transform:uppercase +} + +.preview-yX6Nx7 { + border:1px solid; + pointer-events:none +} + +.theme-dark .subHeader-27gFHC { + color:#72767d +} + +.theme-dark .preview-yX6Nx7 { + border-color:#202225 +} + +.theme-light .subHeader-27gFHC { + color:#72767d +} + +.theme-light .preview-yX6Nx7 { + border-color:#dcddde +} + +.menu-1NyPgn { + min-width:200px; + max-width:none +} + +.optionLabel-gOA3fK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:-webkit-min-content; + width:-moz-min-content; + width:min-content; + font-size:12px +} + +.optionIcon-1HDcpY { + width:24px; + height:24px +} + +.optionName-uM5yH- { + margin-left:8px +} + +.attachWrapper-2TRKBi { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -ms-flex-item-align:stretch; + align-self:stretch +} + +.attachButton-2WznTc, +.attachWrapper-2TRKBi { + position:-webkit-sticky; + position:sticky +} + +.attachButton-2WznTc { + height:44px; + padding:10px 16px; + top:0 +} + +.attachButtonInner-PQjIyk { + height:24px +} + +.attachButtonPlus-jWVFah { + -webkit-transform-origin:50% 50%; + transform-origin:50% 50%; + width:24px; + height:24px; + fill:var(--interactive-normal) +} + +.attachButton-2WznTc:hover .attachButtonPlus-jWVFah { + fill:var(--interactive-hover) +} + +.attachButtonPlay-3iJ0mf { + color:#43b581 +} + +.attachPopout-36hjtN { + border-radius:8px; + min-width:200px; + padding:8px; + font-size:0.75rem; + font-weight:500; + background-color:var(--background-floating); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.attachPopoutRow-3iqqu1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px; + cursor:pointer; + border-radius:3px; + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease; + color:var(--interactive-normal) +} + +.attachPopoutRow-3iqqu1:hover { + color:var(--interactive-hover); + background-color:var(--background-modifier-hover) +} + +.attachPopoutRowText-2R5RC2 { + margin-left:8px +} + +.attachPopoutIcon-1QXhWW { + width:24px; + height:24px +} + +.uploadInput-1XtQef { + position:relative; + width:0; + height:0; + pointer-events:none +} + +.wrapper-1F5TKx { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + word-wrap:break-word; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding-right:1rem; + background-color:var(--background-primary); + contain:paint layout; + overflow:hidden +} + +.compact-3Dy1Ya.wrapper-1F5TKx { + padding-top:.125rem; + padding-bottom:.125rem +} + +.cozy-12kSNU.wrapper-1F5TKx { + padding-left:4.5rem +} + +.a11y-font-scaled-up .cozy-12kSNU.wrapper-1F5TKx { + padding-left:72px +} + +.compact-3Dy1Ya .contents-1R-xLu { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:1.375rem; + overflow:hidden; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + padding-left:5rem +} + +.compact-3Dy1Ya .contents-1R-xLu .content-2LZomT { + display:contents +} + +.cozy-12kSNU .content-2LZomT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:1.375rem; + overflow:hidden; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + text-indent:0 +} + +.compact-3Dy1Ya .content-2LZomT { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + display:inline +} + +.blob-2w7iIK { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + height:1rem; + line-height:1.375rem; + vertical-align:middle; + margin-top:.1875rem +} + +.cozy-12kSNU .blob-2w7iIK { + display:block +} + +.hidden-3F3FRy { + visibility:hidden +} + +.compact-3Dy1Ya .blob-2w7iIK { + display:inline-block +} + +.cozy-12kSNU .header-1oLBbW { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:1.375rem; + overflow:hidden; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + line-height:1.375rem +} + +.compact-3Dy1Ya .header-1oLBbW { + margin-right:.5rem +} + +.attachmentContainer-2BK1nK { + padding-top:.125rem; + padding-bottom:.125rem +} + +.compact-3Dy1Ya .attachmentContainer-2BK1nK { + margin-top:.25rem +} + +.attachment-2p5mHK { + margin-top:.125rem; + height:120px; + width:240px +} + +.compact-3Dy1Ya .attachment-2p5mHK { + margin-left:5rem +} + +.blob-2w7iIK+.blob-2w7iIK { + margin-left:.25rem +} + +.header-1oLBbW .blob-2w7iIK+.blob-2w7iIK { + margin-left:.5rem +} + +.blob-2w7iIK { + border-radius:.5rem +} + +.attachment-2p5mHK { + border-radius:6px +} + +.attachment-2p5mHK, +.avatar-2daVqv, +.blob-2w7iIK { + background-color:var(--text-normal) +} + +.avatar-2daVqv { + position:absolute; + left:1rem; + top:.25rem; + width:2.5rem; + height:2.5rem; + max-width:40px; + max-height:40px; + border-radius:50%; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.a11y-font-scaled-up .avatar-2daVqv { + left:16px; + top:4px +} + +.compactTimestamp-1eheHm { + margin-left:-4rem; + margin-right:.25rem +} + +.wrapper-3vR61M { + background-color:var(--background-primary); + contain:strict; + overflow:hidden +} + +.wrapper-3_530D { + display:grid; + grid-template-columns:repeat(4, + 1fr); + grid-template-rows:1fr; + justify-items:center; + padding:4px 0 6px 2px +} + +.button-F9qN4n, +.wrapper-3_530D { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.button-F9qN4n { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:32px; + height:32px; + padding:4px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + cursor:pointer; + border-radius:50%; + background-color:var(--background-tertiary) +} + +.button-F9qN4n:hover, +.keyboard-mode .button-F9qN4n.focused-3ZzkKr { + background-color:var(--background-secondary-alt) +} + +.keyboard-mode .button-F9qN4n.focused-3ZzkKr { + -webkit-box-shadow:0 0 0 2px var(--focus-primary); + box-shadow:0 0 0 2px var(--focus-primary) +} + +.icon-QGKz8T { + width:20px; + height:20px; + display:block; + -o-object-fit:contain; + object-fit:contain +} + +.container-1If-HZ { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + overflow:hidden; + width:500px; + height:440px +} + +.container-1If-HZ, +.scroller-1-nKid { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.scroller-1-nKid { + padding:8px; + width:90px +} + +.reactors-Blmlhw { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:410px +} + +.reactionDefault-GBA58K, +.reactionSelected-1pqISm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:1px; + border-radius:2px; + padding:0 4px; + overflow:hidden +} + +.reactionDefault-GBA58K { + cursor:pointer +} + +.emoji-236_Ij { + padding:6px; + width:1rem; + height:1rem; + min-width:auto; + min-height:auto; + vertical-align:middle; + -o-object-fit:contain; + object-fit:contain +} + +.emojiText-271HfV { + vertical-align:-3px; + display:inline-block +} + +.spinner-j8Y2Rh { + width:100%; + height:440px +} + +.spinnerMore-3kGpfg { + width:100%; + height:44px +} + +.reactor-3UBcOI { + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:44px; + margin-left:10px; + margin-right:2px; + text-overflow:ellipsis; + white-space:nowrap; + overflow:hidden +} + +.name-1ug6d4 { + text-overflow:ellipsis; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.nickname-miBZxb { + line-height:17px +} + +.username-Af3M5Y { + font-weight:500 +} + +.tagFaded-WP86yt { + padding-left:6px; + opacity:.6 +} + +.discriminator-byOsvi { + font-size:12px; + -ms-flex-item-align:end; + align-self:flex-end +} + +.remove-3V-yj8 { + cursor:pointer; + display:none; + font-size:16px; + opacity:.3; + padding:3px; + border-radius:3px +} + +.remove-3V-yj8:hover { + opacity:1 +} + +.reactor-3UBcOI:hover .remove-3V-yj8 { + display:inline-block +} + +.theme-dark .container-1If-HZ, +.theme-dark .reactors-Blmlhw { + background-color:#36393f +} + +.theme-dark .remove-3V-yj8 { + color:#b9bbbe +} + +.theme-dark .remove-3V-yj8:hover { + background-color:rgba(185, + 187, + 190, + .1) +} + +.theme-dark .scroller-1-nKid { + background:#2f3136 +} + +.theme-dark .reactionSelected-1pqISm { + background-color:rgba(79, + 84, + 92, + .3) +} + +.theme-dark .reactionDefault-GBA58K:hover { + background-color:rgba(79, + 84, + 92, + .1) +} + +.theme-dark .reactorDefault-1IUqMZ { + -webkit-box-shadow:inset 0 -1px 0 rgba(79, + 84, + 92, + .3); + box-shadow:inset 0 -1px 0 rgba(79, + 84, + 92, + .3) +} + +.theme-dark .discriminator-byOsvi { + color:#72767d +} + +.theme-light .container-1If-HZ, +.theme-light .reactors-Blmlhw { + background-color:#fff +} + +.theme-light .remove-3V-yj8 { + color:#72767d +} + +.theme-light .remove-3V-yj8:hover { + background-color:rgba(114, + 118, + 125, + .1) +} + +.theme-light .scroller-1-nKid { + background:#f3f3f4 +} + +.theme-light .reactionSelected-1pqISm { + background-color:#dcddde +} + +.theme-light .reactionDefault-GBA58K:hover { + background-color:rgba(220, + 221, + 222, + .3) +} + +.theme-light .reactorDefault-1IUqMZ { + -webkit-box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3); + box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3) +} + +.theme-light .discriminator-byOsvi { + color:#b9bbbe +} + +.wrapper-2aW0bm { + background-color:var(--background-primary); + -webkit-box-shadow:var(--elevation-stroke); + box-shadow:var(--elevation-stroke); + display:grid; + grid-auto-flow:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + height:32px; + border-radius:4px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-transition:-webkit-box-shadow .1s ease-out; + transition:-webkit-box-shadow .1s ease-out; + transition:box-shadow .1s ease-out; + transition:box-shadow .1s ease-out, + -webkit-box-shadow .1s ease-out; + position:relative; + overflow:hidden +} + +.full-motion .wrapper-2aW0bm:hover { + -webkit-box-shadow:var(--elevation-stroke), + var(--elevation-medium); + box-shadow:var(--elevation-stroke), + var(--elevation-medium) +} + +.button-1ZiXG9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:24px; + padding:4px; + min-width:24px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + color:var(--interactive-normal); + cursor:pointer; + position:relative +} + +.button-1ZiXG9:hover { + color:var(--interactive-hover); + background-color:var(--background-modifier-hover) +} + +.button-1ZiXG9:active { + padding-top:5px; + padding-bottom:3px; + color:var(--interactive-active); + background-color:var(--background-modifier-active) +} + +.button-1ZiXG9.selected-LCBEAU { + color:var(--interactive-active); + background-color:var(--background-modifier-selected) +} + +.separator-42rNt0 { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:1px; + margin:0 4px; + height:100%; + background-color:var(--background-modifier-accent) +} + +.button-1ZiXG9.disabled-1RZyKz, +.button-1ZiXG9.disabled-1RZyKz:active, +.button-1ZiXG9.disabled-1RZyKz:hover { + opacity:.5; + padding:4px; + color:var(--interactive-normal); + background-color:transparent; + cursor:default +} + +.button-1ZiXG9.dangerous-2r8KxV { + color:#f04747 +} + +.button-1ZiXG9.dangerous-2r8KxV:hover { + color:#f15656 +} + +.container-3npvBV { + position:absolute; + right:0; + z-index:1; + top:-25px; + padding:0 14px 0 32px +} + +.isHeader-2dII4U { + top:-16px +} + +.icon-3Gkjwa { + width:20px; + height:20px; + display:block; + -o-object-fit:contain; + object-fit:contain +} + +.operations-36ENbA { + padding:7px 0; + font-size:12px; + font-weight:400; + text-indent:0 +} + +.operations-36ENbA>a { + color:#7289da; + -webkit-transition:.05s; + transition:.05s; + text-decoration:none; + cursor:pointer +} + +.operations-36ENbA>a:hover { + text-decoration:underline +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .operations-36ENbA { + font-weight:500 + } + +} + +.theme-dark .operations-36ENbA { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-light .operations-36ENbA { + color:#9099a4 +} + +.container--XcPWC { + max-width:350px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.tooltip-BPhxJN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background-color:var(--background-floating); + color:#dcddde; + border-radius:5px; + font-size:16px; + line-height:20px; + padding:8px 12px +} + +.tooltipPointer-lElcog { + width:0; + height:0; + border:5px solid transparent; + border-top:5px solid var(--background-floating); + pointer-events:none; + position:absolute; + top:100%; + left:50%; + margin-left:-5px +} + +.clickable-3AL_3x { + cursor:pointer +} + +.mention-z5tRxB { + background:none; + padding:0 +} + +.optionKey-NJXdov { + padding:0 4px +} + +.spinner-2_i11Y { + width:16px; + height:16px +} + +.avatar-3z61ij { + border-radius:50% +} + +.avatar-3z61ij, +.avatarMask-2SqW1n { + width:24px; + height:24px +} + +.avatarMask-2SqW1n { + margin-right:-4px +} + +.avatarContainer-3cVycu { + margin-right:8px +} + +.avatarContainer-3cVycu, +.container-1fnzfI { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.container-1fnzfI { + margin-top:16px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.divider-3yU4s2 { + width:4px; + height:4px; + margin:0 16px; + border-radius:50%; + background-color:var(--background-accent) +} + +.action-26D6fg { + margin-right:8px +} + +.mutualGuilds-3ESEpu { + cursor:pointer; + color:var(--interactive-normal) +} + +.mutualGuilds-3ESEpu:hover { + color:var(--interactive-hover) +} + +.mutualGuilds-3ESEpu:active { + color:var(--interactive-active) +} + +.role-1P70N6 { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:auto; + padding:4px 8px; + font-size:12px; + line-height:16px; + color:var(--interactive-active); + background-color:var(--background-secondary-alt); + border-radius:4px +} + +.roleColor-fHISxl { + display:inline-block; + height:8px; + width:8px; + margin-right:4px; + border-radius:50% +} + +.button-Y95Muf { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex +} + +.role-3UN8jj:hover { + background-color:var(--background-modifier-hover) +} + +.removeRole-qIOFzq { + margin-left:6px +} + +.removeRoleIcon-3cxu5j { + fill:var(--interactive-normal); + width:6px; + height:6px +} + +.role-3UN8jj:hover .removeRoleIcon-3cxu5j { + fill:var(--interactive-hover) +} + +.button-18p_f6 { + color:var(--text-link); + margin-right:8px; + padding:6px; + border-radius:4px +} + +.button-18p_f6:hover { + background-color:var(--background-modifier-hover) +} + +.buttonIcon-3PejT5 { + margin-right:6px +} + +.popoutWrapper-2iuzmw { + position:relative; + left:-30px; + width:200px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + max-height:40vh +} + +.scroller-12C_OJ { + border-radius:4px; + padding:8px 16px; + background-color:var(--background-floating) +} + +.avatars-1uE2Po { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative +} + +.avatar-Nt40nT { + margin-left:-2px; + -webkit-mask:url(img/c3101ba196157558e6bb60cdc66e13ad.svg); + mask:url(img/c3101ba196157558e6bb60cdc66e13ad.svg); + -webkit-mask-size:100%; + mask-size:100%; + mask-type:alpha +} + +.avatar-Nt40nT:first-child { + margin-left:0 +} + +.avatar-Nt40nT:last-child { + -webkit-mask:none; + mask:none +} + +.overflow-zcSaC_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:0 8px; + font-size:12px; + line-height:16px; + width:auto; + height:24px; + border-radius:16px; + background-color:var(--background-tertiary); + color:var(--interactive-normal) +} + +.members-2iaVuN { + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:16px +} + +.avatars-kJA12W, +.members-2iaVuN { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.avatars-kJA12W { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-right:12px; + margin-bottom:6px +} + +.singleUserName-3vezsa { + margin-left:8px +} + +.role-78i2xt { + margin-right:6px; + margin-bottom:6px +} + +.role-78i2xt.last-2Vmb4e { + margin-right:12px +} + +.editRoleButton-3CjAQv { + margin-bottom:6px +} + +.editRoleButtonInner-1eZ2Nf { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:16px; + color:var(--interactive-normal) +} + +.channelSettingButtons-23CIRg { + margin-top:16px +} + +.buttonContainer-2GVjL_ { + margin-top:8px +} + +.container-3zqIcM { + padding:16px 16px 0 +} + +.container-3zqIcM, +.inner-3GZ54g { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.inner-3GZ54g { + max-width:400px +} + +.titleName-3-Lp3Z { + text-align:center; + font-weight:700 +} + +.titleName-3-Lp3Z p { + margin:0 +} + +.subtitle-2UIIw0 { + margin-top:8px; + margin-bottom:12px; + text-align:center +} + +.subtitle-2UIIw0.noChildren-1pQQQE { + margin-bottom:0 +} + +.cardWrapper-2R6-SX { + -ms-flex-item-align:stretch; + align-self:stretch +} + +.card-3RzMcx { + margin-top:8px; + padding:16px; + border-radius:8px; + background-color:var(--background-secondary-alt); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-item-align:stretch; + align-self:stretch; + cursor:pointer; + -webkit-transition:background-color .1s ease-in-out; + transition:background-color .1s ease-in-out +} + +.card-3RzMcx:hover { + background-color:var(--background-modifier-hover) +} + +.completed-13TrxW .cardHeader-2Wz67Q, +.completed-13TrxW .icon-2ou77m, +.completed-13TrxW .playCircleWrapper-2wNttI { + opacity:.6 +} + +.icon-2ou77m { + width:40px; + height:40px; + min-width:40px; + min-height:40px; + background-size:contain; + background-repeat:no-repeat +} + +.playCircleWrapper-2wNttI { + background-color:#7289da; + border-radius:50%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + width:24px; + height:24px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding:6px 5px 6px 7px; + margin:2px +} + +.playCircleIcon-274lgc { + width:26px; + height:26px +} + +.cardHeader-2Wz67Q { + margin-left:16px; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + font-weight:600 +} + +.checkmark-3rush5 { + padding:4px; + border-radius:50%; + background-color:#43b581; + color:#fff +} + +.checkmark-3rush5.animate-_rBhnd { + -webkit-animation:completed-13TrxW .8s; + animation:completed-13TrxW .8s +} + +@-webkit-keyframes completed-13TrxW { + 0% { + -webkit-transform:scale(.8); + transform:scale(.8); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +@keyframes completed-13TrxW { + 0% { + -webkit-transform:scale(.8); + transform:scale(.8); + background-color:var(--interactive-muted) + } + + 20% { + -webkit-box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5); + box-shadow:0 0 0 0 rgba(67, + 181, + 129, + .5) + } + + 60% { + -webkit-transform:scale(1.2); + transform:scale(1.2); + background-color:#69c49a + } + + to { + -webkit-transform:scale(1); + transform:scale(1); + -webkit-box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0); + box-shadow:0 0 0 8px rgba(67, + 181, + 129, + 0) + } + +} + +.arrow-3bRNiS { + justify-self:flex-end; + color:var(--interactive-normal) +} + +.messagesWrapper-1sRNjr { + position:relative; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-height:0; + min-width:0; + z-index:0 +} + +.messagesWrapper-1sRNjr, +.scrollerContent-WzeG7R { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.scrollerContent-WzeG7R { + overflow-anchor:none; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + min-height:100% +} + +.scroller-2LSbBU { + position:absolute; + top:0; + bottom:0; + left:0; + right:0 +} + +.scroller-2LSbBU::-webkit-scrollbar-track { + margin-bottom:8px +} + +.overlay .scroller-2LSbBU::-webkit-scrollbar-track { + margin-bottom:0 +} + +.scrollerInner-2YIMLh { + min-height:0 +} + +.scrollerSpacer-avRLaA { + display:block; + height:30px; + width:1px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + pointer-events:none +} + +.scrollerSpacer-avRLaA.empty-6MGttt { + height:16px +} + +.navigationDescription-3hiGKr { + display:none +} + +.overlay .scroller-2LSbBU:after { + height:20px +} + +.messages-2A2jgy { + margin:0; + overflow-x:hidden; + background-color:var(--background-primary); + contain:size +} + +.scrollerWrap-3tDLUn { + overflow:hidden; + height:auto +} + +.divider-2iuYRE+.messageGroupBlocked-18d86s { + margin-top:12px +} + +.highlight { + background:rgba(250, + 166, + 26, + .3) +} + +.wrapper-39oAo3 { + position:relative; + z-index:1; + border-radius:5px; + margin-bottom:24px; + padding:16px 0; + width:100%; + background-color:var(--background-tertiary) +} + +.content-c_0cLD, +.wrapper-39oAo3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:20px +} + +.content-c_0cLD { + margin-left:16px +} + +.image-3XsqGc { + height:40px; + margin-right:12px; + margin-bottom:-8px; + -ms-flex-item-align:end; + align-self:flex-end +} + +.animation-10aT2_ { + height:50px; + width:50px; + margin-top:4px; + margin-left:-8px; + margin-right:4px; + -ms-flex-item-align:center; + align-self:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-line-pack:center; + align-content:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.text-2yjo70 { + max-height:40px +} + +.text-2yjo70, +.title-FVgbgL { + overflow:hidden +} + +.title-FVgbgL { + display:-webkit-box; + -webkit-line-clamp:2; + -webkit-box-orient:vertical +} + +.button-1YxJv4 { + -ms-flex-negative:0; + flex-shrink:0; + margin-left:12px +} + +.buttonContainer-3AU1Ij { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + margin-right:12px +} + +.countdown-1saXFt { + color:var(--text-muted); + margin-right:16px +} + +.animationLeft-fJlcCc { + position:absolute; + height:auto; + width:160px; + left:-130px; + top:-24px +} + +.animationMiddle-ZfETtz { + position:absolute; + height:288px; + width:295px; + top:-200px; + left:60px +} + +.animationRight-dw5zDz { + position:absolute; + height:auto; + width:140px; + top:-60px; + right:-75px +} + +.animationContainer-WR_1ku { + width:440px; + position:relative +} + +.header-2PVxw- { + margin:108px 12px 12px 8px; + text-align:center +} + +.container-OhOeuR { + margin-left:24px; + margin-right:24px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.button-152dkf { + margin:24px +} + +.modal-SN2Box { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:400px; + padding:32px; + overflow:visible +} + +.followSuccessHeader-1Lfr8S { + font-weight:700 +} + +.image-1XD_iw { + width:280px; + margin-top:-96px; + margin-bottom:0 +} + +.body-2EgyBy { + margin:16px 0 32px; + font-weight:500 +} + +.root-3izi7w { + overflow:visible; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.bottomMargin-3rKQFe { + margin-bottom:16px +} + +.topMargin-BmjSYK { + margin-top:8px +} + +.body-1nWvdt { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + text-align:center +} + +.body-1nWvdt, +.header-1pGpFt { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.header-1pGpFt { + background-color:var(--background-tertiary); + background-size:cover; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + border-top-right-radius:4px; + border-top-left-radius:4px +} + +.formMargin-f9sZDL { + margin-bottom:24px +} + +.noScroll-38vYzX { + overflow:visible!important +} + +.content-wjJP6h { + z-index:2; + padding-top:32px; + font-weight:500 +} + +.guildOption-dBe3l5 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:500 +} + +.icon-n8WYF4 { + margin-right:8px; + margin-left:2px +} + +.channelContainer-1x3D6I { + background-color:var(--background-secondary); + border-radius:4px; + margin-left:16px; + max-width:320px; + overflow:hidden +} + +.channel-2PJTLY { + background-color:var(--background-modifier-selected); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px +} + +.channelName-2HcGlq { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + font-weight:500 +} + +.channelIcon-3ci4bV { + min-width:16px; + color:var(--text-muted) +} + +.theme-dark .header-1pGpFt { + background-image:url(img/8ff5fffe28b93f25102eaf42da4e6e3b.svg) +} + +.theme-light .header-1pGpFt { + background-image:url(img/cfd069bf842ae4234bcab2096b34f331.svg) +} + +.clickableChannelTextArea-390-mS { + cursor:pointer +} + +.base-gE7OpD { + position:absolute; + bottom:1px; + left:16px; + right:16px; + height:24px; + font-size:14px; + font-weight:500; + line-height:24px; + resize:none; + overflow-y:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + color:var(--text-normal) +} + +.base-gE7OpD strong { + font-weight:700 +} + +.base-gE7OpD .text-1y-e8- { + display:block; + min-width:0; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-left:4px +} + +.base-gE7OpD .ellipsis-19qdx6 { + display:block; + margin-left:9px +} + +.base-gE7OpD .cooldownWrapper-3joyFc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-left:auto; + white-space:nowrap; + overflow:hidden +} + +.base-gE7OpD .slowModeIcon-1BPDC_ { + display:block; + margin-left:4px +} + +.activityInviteEducation-8C0Czp { + opacity:0; + z-index:1 +} + +.activityInviteEducationFadeIn-1MAMAO { + opacity:1 +} + +.activityInviteEducationArrow-3DEpKU { + background-repeat:no-repeat; + background-size:12px 10px; + display:inline-block; + margin:0 2px 0 24px; + width:15px; + height:15px +} + +.theme-dark .activityInviteEducationArrow-3DEpKU { + background-image:url(img/ba018cf9baa19824316dc4c2beb080a4.svg) +} + +.theme-light .activityInviteEducationArrow-3DEpKU { + background-image:url(img/4b89ef91230382c6b96b00748a084c75.svg) +} + +.chat-3bRxxu, +.threadSidebar-1o3BTy { + min-width:0; + min-height:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + position:relative; + overflow:hidden; + background:var(--background-primary) +} + +.chat-3bRxxu { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.chat-3bRxxu .uploadArea-1qnBZm { + position:fixed +} + +.chat-3bRxxu.threadSidebarOpen-vdkwIh { + border-radius:0 8px 8px 0 +} + +.chat-3bRxxu.threadSidebarOpen-vdkwIh .uploadArea-1qnBZm { + right:max(calc(29vw + 8px), + 400px + 8px); + width:auto; + border-radius:0 8px 8px 0 +} + +.threadSidebar-1o3BTy { + width:29vw; + min-width:400px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:8px; + border-radius:8px 0 0 8px +} + +@media (max-width: 1024px) { + .threadSidebar-1o3BTy { + position:absolute; + top:0; + right:0; + bottom:0; + z-index:100; + border-left:1px solid var(--background-secondary); + -webkit-filter:drop-shadow(0 8px 40px rgba(0, + 0, + 0, + .32)); + filter:drop-shadow(0 8px 40px rgba(0, + 0, + 0, + .32)) + } + + .chat-3bRxxu.threadSidebarOpen-vdkwIh .uploadArea-1qnBZm { + right:400px; + border-radius:0 + } + +} + +.form-2fGMdU { + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + padding-left:16px; + padding-right:16px; + margin-top:-8px +} + +.form-2fGMdU:before { + content:""; + position:absolute; + top:0; + left:0; + height:.5rem; + width:1.25rem +} + +.theme-dark .form-2fGMdU:before { + background:-webkit-gradient(linear, + left top, + left bottom, + from(rgba(54, + 57, + 63, + 0)), + to(var(--background-primary))); + background:linear-gradient(180deg, + rgba(54, + 57, + 63, + 0) 0, + var(--background-primary)) +} + +.theme-light .form-2fGMdU:before { + background:-webkit-gradient(linear, + left top, + left bottom, + from(hsla(0, + 0%, + 100%, + 0)), + to(var(--background-primary))); + background:linear-gradient(180deg, + hsla(0, + 0%, + 100%, + 0) 0, + var(--background-primary)) +} + +.chatContent-a9vAAp { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-width:0; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.cursorPointer-1j7DL8 { + cursor:pointer +} + +.content-yTz4x3 { + min-width:0; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:stretch; + -ms-flex-pack:stretch; + justify-content:stretch; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + position:relative +} + +.content-yTz4x3.noChat-9aipKz { + overflow:hidden +} + +.content-yTz4x3:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.channelTextArea-rNsIhG { + margin-bottom:24px; + background-color:var(--background-primary) +} + +.titleWrapper-1l0xT9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow:hidden +} + +.editPartyIcon-1GA5r3 { + margin-right:4px; + cursor:pointer; + opacity:.6; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.editPartyIcon-1GA5r3:hover { + opacity:1 +} + +.channelName-3stJzi { + margin:0 8px +} + +.parentChannelName-1C2HEo { + color:var(--header-secondary) +} + +.title-3qD0b- { + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + z-index:100 +} + +.followButton-L6L-Us { + padding:4px 8px; + margin-right:8px +} + +.status-1XNdyw { + margin-right:8px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.stop-animations .title-3qD0b- { + -webkit-app-region:no-drag +} + +.disableFlex-2QuzIB { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.akaBadge-1M-1Gw { + margin-left:8px; + background-color:var(--background-secondary); + color:var(--header-secondary) +} + +.nicknames-1XK4Zt { + width:100%; + min-width:0; + margin:0 0 0 8px; + font-size:14px; + line-height:18px; + font-weight:500; + color:var(--header-secondary) +} + +.nicknames-1XK4Zt, +.spacer-3kEb8l { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.container-1MGX4D { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + position:relative +} + +.container-1MGX4D, +.container-1MGX4D *, +.input-2A_zIr { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.input-2A_zIr { + font-size:16px; + line-height:32px; + height:32px; + padding:0 6px; + border:none; + text-overflow:ellipsis; + overflow:hidden; + white-space:pre; + border-radius:3px; + -webkit-app-region:no-drag; + background:transparent; + color:var(--text-normal) +} + +.input-2A_zIr:focus, +.outer-o9SjPm:hover .input-2A_zIr { + -webkit-box-shadow:inset 0 0 0 1px var(--background-tertiary); + box-shadow:inset 0 0 0 1px var(--background-tertiary) +} + +.input-2A_zIr:focus { + background-color:var(--background-secondary) +} + +.container-3FPLD3 { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.channelName-qsg_a_, +.container-3FPLD3 { + position:relative; + min-width:0 +} + +.channelName-qsg_a_ { + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + padding:0 4px 0 0; + max-width:100%; + margin-left:-6px +} + +.channelName-qsg_a_ div, +.channelName-qsg_a_ input { + font-weight:600 +} + +.topic-TCb_qw { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-width:0; + margin:0 0 0 8px; + font-weight:500; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + font-size:14px; + line-height:18px; + color:var(--header-secondary) +} + +.topic-TCb_qw a { + color:var(--text-link) +} + +.topic-TCb_qw a:hover { + text-decoration:underline +} + +@media (-webkit-max-device-pixel-ratio: 1) { + .theme-light .topic-TCb_qw { + font-weight:400 + } + +} + +.topic-TCb_qw.expandable-9fI_e3 { + cursor:pointer +} + +.content-38qMG0 { + padding-bottom:20px +} + +.chatHeaderBar-4vZS1x { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary-alt); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:8px 16px +} + +.narrow-1f-G-z { + padding:12px 16px +} + +.chatHeaderBarText-1_O_1M { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.chatHeaderBarButton-UiIh3z { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:16px +} + +.chat-1iumcD { + min-width:0; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:stretch; + -ms-flex-pack:stretch; + justify-content:stretch; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + position:relative +} + +.chat-1iumcD:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.strikethrough-otdQWt { + color:#f04747 +} + +@-webkit-keyframes placeholderPulse-34GVGw { + 0% { + opacity:.5 + } + + 50% { + opacity:1 + } + + to { + opacity:.5 + } + +} + +@keyframes placeholderPulse-34GVGw { + 0% { + opacity:.5 + } + + 50% { + opacity:1 + } + + to { + opacity:.5 + } + +} + +.multiplePlaceholder-M9zbu6, +.placeholder-3KRNN9 { + cursor:pointer; + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden; + -webkit-animation:placeholderPulse-34GVGw 3s ease-in-out infinite; + animation:placeholderPulse-34GVGw 3s ease-in-out infinite +} + +.placeholder-3KRNN9 { + height:44px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.mulitplePlaceholderUsername-pogq9I, +.placeholderUsername-2B_OA9 { + border-radius:8px; + height:14px +} + +.mulitplePlaceholderUsername-pogq9I { + margin-top:12px +} + +.avatarSmall-2ZCvxB { + width:32px; + height:32px +} + +.avatarLarge-29Rv8a { + width:40px; + height:40px +} + +.placeholderAvatar-damqh6 { + border-radius:50% +} + +.mulitplePlaceholderUsername-pogq9I, +.placeholderAvatar-damqh6, +.placeholderUsername-2B_OA9 { + background-color:var(--background-primary) +} + +.avatarMasked-RmBa_y { + -webkit-mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + mask-image:url(img/2ad33adc723eef7837aa4432d8b8e1be.svg); + -webkit-mask-position:0 0; + mask-position:0 0; + -webkit-mask-size:100% 100%; + mask-size:100% 100%; + -webkit-mask-repeat:no-repeat; + mask-repeat:no-repeat; + margin-right:-6px +} + +.container-2Pjhx- { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:block; + padding:1px 0; + border-radius:4px; + -webkit-transition:none; + transition:none; + color:var(--channels-default) +} + +.container-2Pjhx- .muted-3mU76i { + color:var(--interactive-muted) +} + +.muted-3mU76i .avatar-3uk_u9 { + opacity:.3 +} + +.clickable-1JJAn8.container-2Pjhx-:hover, +.clickable-1JJAn8.container-2Pjhx-:hover .muted-3mU76i { + color:var(--interactive-hover) +} + +.clickable-1JJAn8.container-2Pjhx-:hover .avatar-3uk_u9 { + opacity:1 +} + +.clickable-1JJAn8.container-2Pjhx-:active, +.highlighted-1gWxXa.container-2Pjhx-, +.selected-aXhQR6.container-2Pjhx- { + color:var(--interactive-active) +} + +.layout-2DM8Md { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:4px; + height:42px; + padding:0 8px; + transition: ease-in-out 0.1s; +} + +.wrappedLayout-3DR7Pk { + height:auto; + padding:5px 8px +} + +.layout-2DM8Md:hover { + background-color:var(--background-modifier-hover); + cursor:pointer; +} + +.layout-2DM8Md:active { + background-color:var(--background-modifier-active) +} + +.selected-aXhQR6 .layout-2DM8Md { + background-color:var(--background-modifier-selected) +} + +.avatar-3uk_u9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:32px; + height:32px; + margin-right:12px +} + +.content-3QAtGj { + min-width:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.content-3QAtGj, +.name-uJV0GL { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.name-uJV0GL { + font-size:15px; + line-height: 20px; + font-weight:400; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.wrappedName-26qVtL { + overflow:none; + white-space:normal +} + +.nameAndDecorators-5FJ2dg { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.subText-1KtqkB { + margin-top:-2px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.children-gzQq2t { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + margin-left:8px +} + +.member-3-YXUe { + position:relative; + max-width:224px; + margin-left:8px +} + +.offline-3nJYBR { + opacity:.3 +} + +.offline-3nJYBR:hover { + opacity:1 +} + +.icon-1A2_vz { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + position:relative; + top:1px; + width:14px; + height:14px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.ownerIcon-2NH9FM { + color:#faa61a; + margin-left:4px +} + +.premiumIcon-1rDbWQ { + color:#ff73fa; + margin-left:3px +} + +.placeholder-3X_lzF { + padding:4px 8px +} + +.botTag-3W9SuW { + margin-left:4px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.roleColor-rz2vM0 { + display:block; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.activity-2Gy-9S { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:12px; + line-height:16px; + color:var(--channels-default); + font-weight:500 +} + +.activityText-yGKsKm { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.activityEmoji-2GDGtF { + margin-right:4px; + width:14px; + height:14px +} + +@-webkit-keyframes placeholderPulse-2rZrru { + 0% { + opacity:.5 + } + + 50% { + opacity:1 + } + + to { + opacity:.5 + } + +} + +@keyframes placeholderPulse-2rZrru { + 0% { + opacity:.5 + } + + 50% { + opacity:1 + } + + to { + opacity:.5 + } + +} + +.membersWrap-2h-GB4 { + min-width:240px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative +} + +.members-1998pB { + width:240px; + padding:0 0 20px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + height:auto +} + +.members-1998pB, +.members-1998pB>div { + background-color:var(--background-secondary) +} + +.membersGroup-v9BXpm { + padding:24px 8px 0 16px; + height:40px +} + +.hiddenMembers-2dcs_q { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.hiddenText-1XVQBb { + -ms-flex-item-align:center; + align-self:center +} + +.memberGroupsPlaceholder-3mwPub { + border-radius:8px; + background-color:var(--background-primary); + height:12px; + width:40%; + -webkit-animation:placeholderPulse-2rZrru 3s ease-in-out infinite; + animation:placeholderPulse-2rZrru 3s ease-in-out infinite +} + +.addMembersButton-1eG9YC { + padding-top:8px; + padding-left:8px +} + +.addMembersIcon-1Bz_VS { + background-color:var(--background-secondary-alt); + border-radius:50%; + height:32px; + width:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.container-2Bfwy4 { + -ms-flex-direction:column; + flex-direction:column +} + +.container-2Bfwy4, +.content-MLh4nU { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal +} + +.content-MLh4nU { + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-primary) +} + +.splashImage-13vBzp { + width:400px; + margin-bottom:24px +} + +.splashHeader-ehL7gZ { + color:var(--header-primary); + margin-bottom:8px +} + +.splashHeader-ehL7gZ, +.splashText-3jk87t { + width:580px; + text-align:center +} + +.noChannel-3LgMRp { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + position:relative +} + +.strikethrough-3Wiitd { + color:#f04747 +} + +.gatedContent-3-B7qB { + width:100%; + height:100%; + margin-left:auto; + margin-right:auto; + padding-left:20px; + padding-right:20px; + padding-bottom:20px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.image-2LqJex { + width:250px; + height:250px; + background-size:100% 100%; + background-repeat:no-repeat; + background-position:50% +} + +.title-1VcOOr { + font-size:24px; + line-height:28px; + font-weight:600; + max-width:640px; + padding:0 20px; + text-align:center +} + +.description-2ydcYn { + font-size:16px; + line-height:1.4; + max-width:440px; + text-align:center +} + +.description-2ydcYn a, +.title-1VcOOr a { + color:var(--text-link) +} + +.separator-2IZ9ro { + width:100px; + height:1px; + background-color:#4f545c +} + +.action-yrVND8 { + margin-left:8px; + margin-right:8px +} + +.actionRed-gYn8D3 { + color:#fff; + background-color:#a33030 +} + +.actionRed-gYn8D3:hover { + background-color:#932b2b +} + +.actionRed-gYn8D3:active { + background-color:#822626 +} + +.theme-light .image-2LqJex { + background-image:url(img/c834f632477ae77b1e4b36c14e32c400.svg) +} + +.theme-light .title-1VcOOr { + color:#4f545c +} + +.theme-light .description-2ydcYn { + color:#72767d +} + +.theme-dark .image-2LqJex { + background-image:url(img/a36505883459aecf5df0ae54c6d7495f.svg) +} + +.theme-dark .title-1VcOOr { + color:#fff +} + +.theme-dark .description-2ydcYn { + color:#b9bbbe +} + +.theme-dark .background-opacity-low .description-2ydcYn, +.theme-dark .background-opacity-low .title-1VcOOr { + color:#fff; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.theme-dark .background-opacity-low .description-2ydcYn a, +.theme-dark .background-opacity-low .title-1VcOOr a { + text-shadow:0 0 1px rgba(54, + 57, + 63, + .7), + 1px 1px 0 rgba(54, + 57, + 63, + .7) +} + +.theme-dark .background-opacity-low .separator-2IZ9ro { + background-color:#dcddde +} + +.theme-dark .background-opacity-medium .description-2ydcYn, +.theme-dark .background-opacity-medium .title-1VcOOr { + color:#f6f6f7; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.theme-dark .background-opacity-medium .description-2ydcYn a, +.theme-dark .background-opacity-medium .title-1VcOOr a { + text-shadow:0 0 1px rgba(32, + 34, + 37, + .8), + 1px 1px 0 rgba(32, + 34, + 37, + .8) +} + +.theme-dark .background-opacity-medium .separator-2IZ9ro { + background-color:#b9bbbe +} + +.theme-dark .background-opacity-high .description-2ydcYn, +.theme-dark .background-opacity-high .title-1VcOOr { + color:#f6f6f7; + text-shadow:0 0 1px #36393f, + 1px 1px 0 #36393f +} + +.scroller-11cdZM { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-width:1px; + min-height:1px; + height:auto +} + +.wrapper-3V1W3E { + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto; + margin:auto; + height:100%; + width:100% +} + +.ageGatedImage-ZIiHiE { + width:250px; + height:210px +} + +.theme-dark .ageGatedImage-ZIiHiE, +.theme-light .ageGatedImage-ZIiHiE { + background-image:url(img/4b25b64915cb0e74934b6b749445def2.svg) +} + +.finePrint-ULGqdp { + border-top:1px solid var(--background-modifier-accent); + margin-top:32px; + padding-top:32px; + line-height:1.4 +} + +.button-G2dHuB:active, +.button-G2dHuB:hover { + background-color:#fff!important +} + +.button-G2dHuB:active { + -webkit-transform:translateY(1px); + transform:translateY(1px) +} + +.body-o4R7g3 { + color:var(--text-normal); + font-size:16px; + line-height:20px; + padding-bottom:16px +} + +.invoiceTable-uozjUU { + margin:16px 0 +} + +.errorBlock-148auo { + margin-bottom:16px +} + +.cancelImage-BuMJnt { + width:166px; + height:144px; + margin:0 auto 24px +} + +.previewStep-3m8dMV { + padding-top:16px +} + +.loading-n5I-9N { + height:200px +} + +.renewalInvoiceDate-3Dk4xC { + margin-bottom:16px +} + +html .invoiceCancelRow-1YYT42 { + color:#f04747 +} + +.theme-dark .cancelImage-BuMJnt { + background:url(img/03863b539aec443327ca2ffc51a89dac.svg) +} + +.theme-light .cancelImage-BuMJnt { + background:url(img/44eef677f2a490dc0cb23a67e59a6223.svg) +} + +.banner-3Kac2g { + position:relative; + border-radius:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:16px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + max-width:660px; + color:#fff; + background-repeat:no-repeat; + background-position:0 0 +} + +.bannerBackgroundImage-1DMjWi { + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + background-repeat:no-repeat; + background-image:url(img/849b82ae5737d6bc9e2e9aa775ae824e.svg) +} + +.image-S2twTr { + background-size:100% 100%; + height:68px; + width:96px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.details-nLuvoA, +.image-S2twTr { + position:relative +} + +.tierGrandfathered-R6zrrD.banner-3Kac2g { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#738ef5), + color-stop(75.25%, + #b3aeff)); + background-image:linear-gradient(90deg, + #738ef5, + #b3aeff 75.25%) +} + +.tierGrandfathered-R6zrrD .image-S2twTr { + background-image:url(img/20dd85a827abd406dc6d642e0b8f8318.svg) +} + +.tierGrandfathered-R6zrrD .planName-1SYoJ1 { + width:77px; + height:32px +} + +.tier1-1ttHRY.banner-3Kac2g { + background-image:linear-gradient(8.62deg, + #738ef5, + #b3aeff 75.25%) +} + +.tier1-1ttHRY .image-S2twTr { + background-image:url(img/20dd85a827abd406dc6d642e0b8f8318.svg) +} + +.tier1-1ttHRY .discordWordmark-1QjTBy { + width:41px; + height:16px +} + +.tier1-1ttHRY .classicWordmark-3t6v0a { + background-image:url(img/5b4617d4c019fb25a90cb2d9d687f684.svg); + width:185px; + height:19px +} + +.tier1-1ttHRY .details-nLuvoA { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + height:100% +} + +.tier1-1ttHRY.canceled-nz3kfr .image-S2twTr, +.tier1-1ttHRY.failedPayment-31_H4y .image-S2twTr { + background-image:url(img/38b74213be1746737de58cc497333709.svg) +} + +.tier2-3hSil0.banner-3Kac2g { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#b473f5), + to(#e292aa)); + background-image:linear-gradient(90deg, + #b473f5, + #e292aa) +} + +.tier2-3hSil0 .image-S2twTr { + background-image:url(img/7558b67985f4035ed2b2cf9e3072d81f.svg); + height:68px +} + +.tier2-3hSil0 .planName-1SYoJ1 { + width:77px; + height:32px +} + +.tier2-3hSil0.canceled-nz3kfr .image-S2twTr, +.tier2-3hSil0.failedPayment-31_H4y .image-S2twTr { + background-image:url(img/86d242e991560f6cd1f9d2c453d622e8.svg) +} + +.canceled-nz3kfr.banner-3Kac2g { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#f18623), + color-stop(56%, + #f6a12a), + to(#fab930)); + background-image:linear-gradient(90deg, + #f18623, + #f6a12a 56%, + #fab930) +} + +.failedPayment-31_H4y.banner-3Kac2g { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#f25a5d), + color-stop(77%, + #f14e76), + to(#f04a7f)); + background-image:linear-gradient(90deg, + #f25a5d, + #f14e76 77%, + #f04a7f) +} + +.planInfo-1bDJtx { + font-size:16px; + line-height:20px; + margin-top:8px +} + +.buttons-2FmDnk { + position:absolute; + top:16px; + right:20px +} + +.buttons-2FmDnk, +.toolsButtons-PF_TzW { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.toolsButton-9wOG4D { + position:relative; + margin-left:16px +} + +.externalButton-24IwRV { + text-transform:uppercase +} + +.header-3VTydC { + margin-bottom:8px +} + +.dropdown-2fxkrS { + max-width:400px +} + +.externalContainer-20zADp { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.externalLink-ExuH7J { + width:100% +} + +.finePrint-2QTm37 { + font-size:12px; + line-height:16px; + font-weight:500; + color:var(--text-muted); + margin-top:4px +} + +.theme-dark .container-2Zlzt0 { + background-color:#2f3136 +} + +.theme-light .container-2Zlzt0 { + background-color:rgba(246, + 246, + 247, + .6) +} + +.root-22W39p { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary); + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-size:14px; + line-height:18px; + padding:8px 16px +} + +.infoIcon-1hgep4 { + margin-right:6px; + width:14px; + height:14px +} + +.infoIcon-1hgep4, +.text-28SVqU { + color:var(--interactive-normal) +} + +.text-28SVqU { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.cancelLink-3dTqoc { + color:#00b0f4; + font-weight:600; + white-space:nowrap +} + +.modalBody-1Fnupy { + color:var(--interactive-normal); + font-size:16px; + line-height:20px; + margin-bottom:16px +} + +.section-3sEseC { + margin-bottom:20px +} + +.renewalMutationNotice-2JLeAG { + margin-bottom:16px +} + +.grandfatheredMessage-1BnHtv { + border-radius:3px; + font-size:12px; + line-height:1.25; + padding:8px 16px 8px 8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-image:-webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#738ef5)); + background-image:linear-gradient(270deg, + #b3aeff, + #738ef5); + color:#fff; + margin-bottom:16px +} + +.grandfatheredMessageText-mSdgqp { + margin-right:16px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.grandfatheredIcon-18y60L { + width:24px; + height:24px; + margin-right:8px; + -ms-flex-negative:0; + flex-shrink:0; + -ms-flex-item-align:start; + align-self:flex-start +} + +.subscriptionRows-1fgok1 { + margin-bottom:32px +} + +.guildSubscriptionRow-2S89Tf { + margin-top:16px +} + +.premiumGuildSubscriptionRow-2IqHyL { + border-radius:4px; + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + font-size:16px; + line-height:20px; + padding:16px; + position:relative +} + +.premiumGuildSubscriptionRowActive-1WxLXI { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#3e70dd), + to(#b377f3)); + background-image:linear-gradient(90deg, + #3e70dd, + #b377f3) +} + +.premiumGuildSubscriptionRowActive-1WxLXI .premiumGuildSubscriptionRowBackground-1prHMc { + background-image:url(img/1550b30e889297c2a911c7d65428018f.svg) +} + +.premiumGuildSubscriptionRowActive-1WxLXI .premiumGuildImage-ead1A0 { + background-image:url(img/49fd891b6dc505a4634b8521c8206359.svg) +} + +.premiumGuildSubscriptionRowCanceled-1bb7tg { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#f18623), + color-stop(56%, + #f6a12a), + to(#fab930)); + background-image:linear-gradient(90deg, + #f18623, + #f6a12a 56%, + #fab930) +} + +.premiumGuildSubscriptionRowCanceled-1bb7tg .premiumGuildSubscriptionRowBackground-1prHMc { + background-image:url(img/a53a3ab0bb359e4daafa5fab1b627367.svg) +} + +.premiumGuildSubscriptionRowCanceled-1bb7tg .premiumGuildImage-ead1A0 { + background-image:url(img/985fa38ded6c8b4030cb8f7c814a333b.svg) +} + +.premiumGuildSubscriptionRowFailedPayment-2jUagX { + background-image:-webkit-gradient(linear, + left top, + right top, + from(#f25a5d), + color-stop(77%, + #f14e76), + to(#f04a7f)); + background-image:linear-gradient(90deg, + #f25a5d, + #f14e76 77%, + #f04a7f) +} + +.premiumGuildSubscriptionRowFailedPayment-2jUagX .premiumGuildSubscriptionRowBackground-1prHMc { + background-image:url(img/d74ea2377c663a5d74789b87e07c657b.svg) +} + +.premiumGuildSubscriptionRowFailedPayment-2jUagX .premiumGuildImage-ead1A0 { + background-image:url(img/2ec655685c2de6476c4a05ac51878429.svg) +} + +.sectionTitle-Q8N7Yv { + margin-bottom:16px +} + +.sectionDescription-3uMpPK { + color:var(--text-normal); + line-height:20px; + margin-bottom:16px; + margin-top:0 +} + +.premiumGuildSubscriptionRowBackground-1prHMc { + background-position:bottom; + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + background-repeat:no-repeat; + border-radius:4px +} + +.premiumGuildImage-ead1A0 { + width:96px; + height:54px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px; + position:relative +} + +.premiumGuildSubscriptionRowBody-2wCdzk { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + position:relative +} + +.premiumGuildWordmark-1mlAhH { + background-image:url(img/5a13aa1ab6e6de3a7464e297fd66f5ea.svg); + width:184px; + height:17px; + margin-bottom:16px +} + +.details-1YZMDP { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.detailsBlock-FoDTGA { + -ms-flex-preferred-size:50%; + flex-basis:50%; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-right:16px; + background-color:var(--background-secondary); + border-radius:5px; + padding:16px +} + +.detailsBlock-FoDTGA:last-child { + margin-right:0 +} + +.detailBlockHeader-UY8ynz { + margin-bottom:8px +} + +.billingInformation-1MZXzx { + color:var(--text-normal); + font-size:14px; + line-height:18px +} + +.finePrint-xGGTK5 { + margin-top:16px; + line-height:1.4; + color:var(--text-muted) +} + +.banner-338jRj { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-image:linear-gradient(4.5deg, + #b473f5, + #e292aa); + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + margin-bottom:30px; + padding:16px +} + +.description-1vL0_0 { + color:#fff; + font-weight:500 +} + +.button-2xO-dU { + border-radius:4px; + min-width:auto; + padding-left:20px; + padding-right:20px; + margin-left:16px +} + +.button-2xO-dU+.button-2xO-dU { + margin-left:8px +} + +.banner-WELp4M { + background-color:var(--background-secondary); + border-radius:4px; + padding:16px +} + +.logos-x0uUsP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:16px +} + +.plus-1G7NLL { + margin:0 8px +} + +.premiumLogo-1D3iJc { + width:32px; + height:32px; + padding:4px; + background-image:-webkit-gradient(linear, + left top, + right top, + from(#b473f5), + to(#e292aa)); + background-image:linear-gradient(90deg, + #b473f5, + #e292aa); + color:#fff; + border-radius:4px +} + +.xboxLogo-3uO7iP { + background-size:100%; + width:104px; + height:40px; + margin-right:8px; + background-repeat:no-repeat +} + +.header-3qq8dP { + text-transform:uppercase +} + +.legalese-3cn7x5 { + margin-top:8px +} + +.theme-dark .xboxLogo-3uO7iP { + background-image:url(img/7f267bbf7d7569d790f9f6ab97d04044.svg) +} + +.theme-light .xboxLogo-3uO7iP { + background-image:url(img/67d7ab9732fea2dba589832fd4601c1e.svg) +} + +.grid-3lp2wY { + display:grid; + grid-gap:16px; + grid-template-columns:repeat(auto-fill, + 206px); + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gridItem-HzCfl4 { + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + min-height:233px; + position:relative +} + +.gridItem-HzCfl4:before { + border-radius:8px; + content:""; + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.gridItemContent-2mkGdJ { + border-radius:8px; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow:hidden; + position:relative +} + +.gridItemContent-2mkGdJ, +.gridItemGraphicWrapper-1jL5cQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1 +} + +.gridItemGraphicWrapper-1jL5cQ { + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.gridItemGraphicWrapper-1jL5cQ .graphic--xq3rr { + display:block; + pointer-events:none +} + +.learnMoreLink-1LMxgG { + cursor:pointer; + text-decoration:underline +} + +.itemInfoIcon-1u3RlU { + width:12px; + height:12px; + position:relative; + top:1px +} + +.gridItemHeading-3D4Rb2 { + color:#fff; + font-size:20px; + font-weight:700; + line-height:24px; + margin-bottom:4px +} + +.gridItemSubheading-FIneEP { + color:#fff; + font-size:14px; + font-weight:500; + line-height:18px; + margin:0 +} + +.gridItemCopy-2nDdY8 { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-hyphens:auto; + -ms-hyphens:auto; + hyphens:auto; + margin-bottom:8px; + padding:16px 16px 0; + text-align:center; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + word-wrap:break-word +} + +.gridItemEmoji-P5lJf8 .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gridItemEmoji-P5lJf8:before { + background-image:linear-gradient(135deg, + #00a295, + #26e8f4) +} + +.gridItemProfile-1GifwV .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gridItemProfile-1GifwV:before { + background-image:linear-gradient(135deg, + #4475ff, + #21f2ff) +} + +.gridItemGuildSubscription-1sZ0fD .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.gridItemGuildSubscription-1sZ0fD:before { + border-bottom-right-radius:12px; + background-image:linear-gradient(135deg, + #3e70ff, + #9a98ff) +} + +.gridItemBadge-1Se-Pu .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.gridItemBadge-1Se-Pu:before { + border-bottom-right-radius:12px; + background-image:linear-gradient(135deg, + #7e7bff, + #ff73fa) +} + +.gridItemFileUpload-1R7Hom .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gridItemFileUpload-1R7Hom .gridItemGraphicWrapper-1jL5cQ .graphic--xq3rr { + width:174px +} + +.gridItemFileUpload-1R7Hom:before { + background-image:linear-gradient(135deg, + #f837ee, + #ffcd4b) +} + +.gridItemGoLive-3P4Z8x:before { + background-image:linear-gradient(135deg, + #ee6315, + #ffcd4b) +} + +.gridItemGoLive-3P4Z8x .gridItemGraphicWrapper-1jL5cQ { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gridItemGoLive-3P4Z8x .gridItemGraphicWrapper-1jL5cQ .graphic--xq3rr { + width:177px +} + +.buttons-2-EdE8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.buttonsCenter-11FqDP { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.button-1PXUl0 { + margin-left:20px +} + +.button-1PXUl0:first-child { + margin-left:0 +} + +.hero-EvfTTA { + background-image:url(img/a821f6c69ee5729cec9e82246c2cd63a.svg); + background-position:50%; + background-repeat:no-repeat; + max-width:660px; + height:464px; + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.stickersHero-rhTlUd { + background-image:url(img/953a588c2cc63f745e55f562ae0e93d0.svg) +} + +.heroIcon-3QgOM5 { + margin-top:48px; + width:149px; + height:60px; + color:#fff +} + +.hero-EvfTTA .heroHeader-IulZgg { + color:#fff; + margin-top:16px +} + +.heroBody-2P4UF5 { + color:#fff; + margin-top:4px; + max-width:312px; + text-align:center +} + +.heroButtons-2NvgKB { + margin-top:16px +} + +.featuresHeader-4YwLcc { + margin-top:32px +} + +.featureGrid-3-fNl- { + display:grid; + grid-gap:16px; + grid-template-columns:repeat(auto-fill, + 206px); + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-top:16px +} + +.feature-2w65J5 { + border-radius:8px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + min-height:233px; + padding:16px 16px 0; + text-align:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden +} + +.featureDescription-1wp-zJ { + margin-top:4px +} + +.featureChildrenWrapper-smz30S, +.featureImageWrapper-pPDLjm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.featureEmoji-3pTtR2 .featureImageWrapper-pPDLjm { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.featureEmoji-3pTtR2 .featureImage-2L9kA0 { + width:172px +} + +.featureProfile-tTo0C- .featureImageWrapper-pPDLjm { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.featureProfile-tTo0C- .featureImage-2L9kA0 { + width:144px +} + +.featurePremiumGuild-2KpCr6 .featureTitle-W5O6R1 { + color:#5c87ff +} + +.featurePremiumGuild-2KpCr6 .featureImageWrapper-pPDLjm { + -ms-flex-item-align:start; + align-self:flex-start; + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.featurePremiumGuild-2KpCr6 .featureImage-2L9kA0 { + width:188px +} + +.featureBadge-3ZA-Ca .featureImageWrapper-pPDLjm { + -ms-flex-item-align:start; + align-self:flex-start; + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.featureBadge-3ZA-Ca .featureImage-2L9kA0 { + width:188px +} + +.featureUploadSize-2CAVFL .featureTitle-W5O6R1 { + color:#776bff +} + +.featureUploadSize-2CAVFL .featureImageWrapper-pPDLjm { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.featureUploadSize-2CAVFL .featureImage-2L9kA0 { + width:172px +} + +.featureGoLive-30cvVw .featureTitle-W5O6R1 { + color:#fa4e89 +} + +.featureGoLive-30cvVw .featureImageWrapper-pPDLjm { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.featureGoLive-30cvVw .featureImage-2L9kA0 { + width:172px +} + +.featureStickers-Pc_FBx { + grid-column:1/-1; + height:233px +} + +.featureStickers-Pc_FBx .featureDescription-1wp-zJ { + margin-right:auto; + margin-left:auto; + margin-bottom:17px; + max-width:500px +} + +.featureStickers-Pc_FBx .featureChildrenWrapper-smz30S { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + display:grid; + grid-template-columns:repeat(auto-fill, + minmax(186px, + 1fr)); + grid-gap:4px +} + +.featureStickers-Pc_FBx .featureImage-2L9kA0 { + width:42px; + height:38px; + margin:1px 12px 5px 5px +} + +.featureStickers-Pc_FBx .featureImage-2L9kA0:first-child { + margin-left:0 +} + +.featureStickers-Pc_FBx .featureImage-2L9kA0:last-child { + margin-right:0 +} + +.featureStickers-Pc_FBx .badgeNew-16P_X0 { + background-color:#7289da; + font-size:12px; + line-height:20px; + display:inline; + margin-right:19px; + padding:0 4px; + vertical-align:top +} + +.featureStickers-Pc_FBx .sparkleContainer-26geov { + position:relative; + height:5px +} + +.featureStickers-Pc_FBx .sparkle-1qyWC9 { + position:relative +} + +.featureStickers-Pc_FBx .sparkleStarTopRight-1uWZTi { + top:-8px; + left:-43px; + width:12.75px; + height:12.75px +} + +.featureStickers-Pc_FBx .sparkleStarRight-3STViN { + top:1px; + left:-48px; + height:7.44px; + width:7.44px +} + +.featureStickers-Pc_FBx .sparkleStarBottomLeft-3dycVF { + top:12px; + left:-95px; + height:7.44px; + width:7.44px +} + +.featureStickers-Pc_FBx .stickerImageSection-7EUs8E { + background-color:#2f3136; + border-radius:8px; + padding:8px 0 12px; + margin:0 10px +} + +.featureStickers-Pc_FBx .stickerImageSection-7EUs8E .stickerNameHeader-slJZKS { + color:#fff; + min-width:117px; + font-size:12px; + line-height:16px; + margin-top:-2px; + margin-bottom:2px +} + +.featureStickers-Pc_FBx .stickerImageSection-7EUs8E:first-child { + margin-left:0 +} + +.featureStickers-Pc_FBx .stickerImageSection-7EUs8E:last-child { + margin-right:0 +} + +.featureStickers-Pc_FBx .fakeBuyButton-3XrfxO { + margin:0 auto; + padding:0; + border-radius:4px; + cursor:inherit; + pointer-events:none +} + +.featureStickers-Pc_FBx .fakeBuyButtonInner-26ap8t { + padding:0 8px; + font-size:12px +} + +.featureStickers2Images-2AZnZQ { + height:245px +} + +.featureStickers2Images-2AZnZQ .featureDescription-1wp-zJ { + margin-bottom:5px +} + +.featureStickers2Images-2AZnZQ .featureChildrenWrapper-smz30S { + grid-template-columns:repeat(auto-fill, + minmax(112px, + 1fr)) +} + +.featureStickers2Images-2AZnZQ .stickerImageSection-7EUs8E { + margin:0 7px 5px; + padding:13px 0 +} + +.featureStickers2Images-2AZnZQ .stickerImageSection-7EUs8E .stickerNameHeader-slJZKS { + font-size:12px +} + +.featureStickers2Images-2AZnZQ .featureImage-2L9kA0 { + margin-top:6px +} + +.featureStickersSingleColumn-1XHEyk { + height:550px +} + +.featureStickersSingleColumn-1XHEyk .stickerImageSection-7EUs8E, +.featureStickersSingleColumn-1XHEyk .stickerImageSection-7EUs8E:first-child { + margin:0 25px +} + +.featureStickersSingleColumn-1XHEyk .stickerImageSection-7EUs8E:last-child { + margin:0 25px 9px +} + +.learnMoreLink-21wlRq { + cursor:pointer; + text-decoration:underline +} + +.itemInfoIcon-3tr1nj { + width:12px; + height:12px; + position:relative; + top:1px +} + +.theme-light .feature-2w65J5 { + background-color:#fff; + -webkit-box-shadow:var(--elevation-medium); + box-shadow:var(--elevation-medium); + border:1px solid var(--background-modifier-accent) +} + +.theme-light .featureStickers-Pc_FBx .featureTitle-W5O6R1 { + color:#000 +} + +.theme-light .featureStickers-Pc_FBx .sparkleStarTopRight-1uWZTi { + color:#83ddc5 +} + +.theme-light .featureStickers-Pc_FBx .sparkleStarRight-3STViN { + color:#e15be1 +} + +.theme-light .featureStickers-Pc_FBx .sparkleStarBottomLeft-3dycVF { + color:#fbb848 +} + +.theme-light .featureEmoji-3pTtR2 .featureTitle-W5O6R1 { + color:#d0820c +} + +.theme-light .featureProfile-tTo0C- .featureTitle-W5O6R1 { + color:#22a777 +} + +.theme-light .featureBadge-3ZA-Ca .featureTitle-W5O6R1 { + color:#e15be1 +} + +.theme-dark .feature-2w65J5 { + background-color:var(--background-secondary-alt) +} + +.theme-dark .featureEmoji-3pTtR2 .featureTitle-W5O6R1 { + color:#ffa600 +} + +.theme-dark .featureProfile-tTo0C- .featureTitle-W5O6R1 { + color:#00e0a7 +} + +.theme-dark .featureBadge-3ZA-Ca .featureTitle-W5O6R1 { + color:#ffafff +} + +.theme-dark .featureStickers-Pc_FBx .featureTitle-W5O6R1 { + color:#ffd836 +} + +.theme-dark .featureStickers-Pc_FBx .sparkle-1qyWC9 { + color:#fff +} + +.premiumSubscriptionAccountCredit-25i0tQ { + border-radius:5px; + padding:8px 0; + background-color:var(--background-secondary) +} + +.accountCreditRow-SHgyi0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:8px 16px +} + +.accountCreditRow-SHgyi0:not(:last-child) { + padding-bottom:16px; + border-bottom:1px solid var(--background-modifier-accent) +} + +.iconBackground-31rJvE { + padding:4px; + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-item-align:center; + align-self:center +} + +.iconBackgroundTier1-2GOcU8 { + background-image:linear-gradient(45deg, + #b3aeff, + #738ef5) +} + +.iconBackgroundTier2-2TeI3a { + background-image:linear-gradient(45deg, + #b473f5, + #e292aa) +} + +.icon-3sGKXp { + width:24px; + height:24px; + color:#fff +} + +.rowDetails-1SvMsB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin:0 8px +} + +.rowApplied-3NfPr1 { + font-weight:400 +} + +.rowCreditCount-DCSjaQ { + -ms-flex-item-align:center; + align-self:center; + font-weight:600; + color:var(--interactive-normal) +} + +.container-1KLQDM { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.container-1KLQDM, +.loading-3kzdRC { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.loading-3kzdRC { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:520px +} + +.background-3NP2Rg { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-repeat:no-repeat +} + +.content-2c3hgM { + position:relative +} + +.sectionTier2-mtdT6c { + text-align:center; + margin-top:32px +} + +.marketingRefreshTier2Intro-2L26Rm { + max-width:325px +} + +.marketingRefreshTitle-3pOyQb { + color:var(--header-primary); + font-size:24px; + font-weight:600; + line-height:30px; + margin-bottom:8px; + margin-top:0 +} + +.marketingRefreshSubtitle-3jft-o { + color:var(--text-normal); + font-size:16px; + line-height:20px; + margin:0 +} + +.marketingRefreshHeaderAnimation-KQPxGl { + width:332px; + margin-left:16px +} + +.marketingRefreshTier2Cta-bw9Vyc { + text-align:center; + margin-top:48px +} + +.marketingRefreshSectionTier1-dRwS-6 { + color:var(--text-normal); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + border-top:1px solid var(--background-modifier-accent); + margin-top:48px; + padding-top:48px +} + +.marketingRefreshTier1Graphic-9B12wx { + display:block; + height:148px; + margin-right:60px; + width:175px; + -ms-flex-negative:0; + flex-shrink:0 +} + +@media (max-width: 920px) { + .marketingRefreshTier1Graphic-9B12wx { + display:none + } + +} + +.marketingRefreshTier1Logo-sY6Lgd { + color:var(--header-primary); + display:block; + height:20px; + margin-bottom:8px; + width:194px +} + +.marketingRefreshDescription-UL0ZTA { + font-size:16px; + line-height:20px; + margin:0 0 16px +} + +.tier1InfoTooltipList-1tVi94 { + list-style-type:disc; + padding-left:15px +} + +.tier1InfoTooltipListItem-HtMMGF { + padding:2px +} + +.tier1InfoTooltipListItemOffsetItem-17hZH2 { + position:relative; + left:-5px +} + +.tier1InfoIcon-3Voc4Y { + width:10px; + height:10px +} + +.tier2Buttons-RBEMRE { + margin-top:24px +} + +.subSectionHeader-32l16N { + text-transform:uppercase +} + +.sectionAccountCredit-1uNhnJ, +.subscriptionDetails-1dUmjl { + padding-bottom:40px; + margin-bottom:40px; + border-bottom:1px solid +} + +.accountCredit-2hUNux { + margin-top:16px +} + +.accountCreditTitle-2MXzx- { + margin-bottom:16px +} + +.accountCreditDescription-g6Pzho { + color:var(--text-normal); + line-height:20px; + margin-bottom:16px; + margin-top:0 +} + +.marketingRefreshTier2PlanWrapper-21Joud, +.tier2Plan-39BBFB { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.marketingRefreshTier2PlanWrapper-21Joud { + margin-bottom:48px +} + +.marketingRefreshTier2PlanName-2O-mVv { + color:var(--logo-primary); + display:block; + height:60px; + margin-bottom:32px; + width:auto +} + +.promotionBanner-1fCSab { + margin-top:24px; + margin-bottom:24px +} + +.theme-light .sectionAccountCredit-1uNhnJ, +.theme-light .subscriptionDetails-1dUmjl { + border-color:rgba(185, + 187, + 190, + .3) +} + +.theme-light .tier1Banner-1BTgv0 { + background-image:url(img/d1d0faaade7858d1e36fe8b959a1759d.svg); + background-color:#f6f6f7; + color:#72767d +} + +.theme-dark .sectionAccountCredit-1uNhnJ, +.theme-dark .subscriptionDetails-1dUmjl { + border-color:rgba(114, + 118, + 125, + .3) +} + +.theme-dark .tier1Banner-1BTgv0 { + background-image:url(img/cb89c31c79a62ae99ec12351c1efb277.svg); + background-color:#2f3136; + color:#f6f6f7 +} + +.trialBanner-1l29Ev { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-image:linear-gradient(4.5deg, + #b473f5, + #e292aa); + border-radius:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + margin-bottom:30px; + padding:16px +} + +.trialIcon-3uSjEK { + -ms-flex-item-align:start; + align-self:flex-start; + color:#fff; + min-width:24px; + margin-right:8px +} + +.trialDescription-240N1y { + color:#fff; + font-weight:500 +} + +.trialButton-3QE_RI { + border-radius:4px; + min-width:auto; + padding-left:20px; + padding-right:20px; + margin-left:16px +} + +.container-xm7Ad0:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.homeBody-3SD9SR { + -webkit-box-sizing:border-box; + box-sizing:border-box; + max-width:1245px; + padding:0 20px; + width:100%; + margin:0 auto +} + +.scroller-9moviB { + background-color:var(--background-primary); + contain:layout size +} + +.categoryHeader-1D7Tqy { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-bottom-width:1px; + border-style:solid; + padding-bottom:10px; + margin:32px 0 20px; + font-weight:500; + font-size:16px +} + +.categoryHeader-1D7Tqy, +.viewAllGamesButton-bY6nOl { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.viewAllGamesButton-bY6nOl { + margin:20px auto 40px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.viewAllGamesButton-bY6nOl:hover .viewAllIcon-1NItEP { + -webkit-transform:rotate(-90deg) translateY(3px); + transform:rotate(-90deg) translateY(3px) +} + +.viewAllGames-3LNpt1, +.viewAllGamesButtonInner-2z4OXI, +.viewAllNitroGames-3v3cAi { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.viewAllGames-3LNpt1, +.viewAllNitroGames-3v3cAi { + font-size:16px; + cursor:pointer; + -webkit-transition:-webkit-transform .2s ease; + transition:-webkit-transform .2s ease; + transition:transform .2s ease; + transition:transform .2s ease, + -webkit-transform .2s ease +} + +.viewAllGames-3LNpt1:hover .viewAllIcon-1NItEP, +.viewAllNitroGames-3v3cAi:hover .viewAllIcon-1NItEP { + -webkit-transform:rotate(-90deg) translateY(3px); + transform:rotate(-90deg) translateY(3px) +} + +.viewAllIcon-1NItEP { + width:20px; + height:20px +} + +.homeTile-3qVuGa { + margin:0 10px +} + +.homeTile-3qVuGa:first-child { + margin-left:0 +} + +.homeTile-3qVuGa:last-child { + margin-right:0 +} + +.spinner-3POzOM { + margin-top:40px; + margin-bottom:40px +} + +.homeWrapper-3-Wh5T { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.homeWrapperNormal-2KSUEa { + height:100% +} + +.marketingWrapper-2TD9Zv { + -ms-flex-negative:0; + flex-shrink:0 +} + +.premiumApplicationsHeader-Zmkm5e { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-bottom-width:1px; + border-style:solid; + padding-bottom:10px; + margin:32px 0 20px; + font-weight:500; + font-size:16px +} + +.headerBar-1YYOfi { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.premiumContainer-2Iux5m { + position:relative; + padding:60px 40px 80px; + max-width:660px; + min-width:460px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin:0 auto +} + +.theme-dark .categoryHeader-1D7Tqy, +.theme-dark .premiumApplicationsHeader-Zmkm5e { + color:#fff; + border-color:#4f545c +} + +.theme-dark .viewAllGames-3LNpt1 { + color:#fff +} + +.theme-light .categoryHeader-1D7Tqy, +.theme-light .premiumApplicationsHeader-Zmkm5e { + color:#000; + border-color:#dcddde +} + +.theme-light .viewAllGames-3LNpt1 { + color:#000 +} + +@media (min-width: 849px) { + .categoryHeader-1D7Tqy, + .premiumApplicationsHeader-Zmkm5e { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -ms-flex-line-pack:center; + align-content:center + } + +} + +.divider-21LyPb { + border-bottom:1px solid; + margin-bottom:20px +} + +.theme-light .divider-21LyPb { + border-color:rgba(220, + 221, + 222, + .6) +} + +.theme-dark .divider-21LyPb { + border-color:rgba(47, + 49, + 54, + .6) +} + +.contentRating-vVpg2G { + -ms-flex-negative:0; + flex-shrink:0; + background-size:cover; + background-repeat:no-repeat; + background-position:50% +} + +.esrb-3wYCg9 { + width:40px; + height:54px +} + +.pegi-1o7c-g { + width:40px; + height:49px +} + +.esrbEveryone-1dzGF6 { + background-image:url(img/92e2f3456fe16b595b25e0bf8e307424.svg) +} + +.esrbEveryoneTenPlus-2ZAnky { + background-image:url(img/63057dec1b09e97582380bf060ac96f0.svg) +} + +.esrbTeen-2h1lXd { + background-image:url(img/4d4bb237c6ab7d39ae86316402a5bd64.svg) +} + +.esrbMature-2jZOEq { + background-image:url(img/f2d64bbdd91ed21362225050574bc871.svg) +} + +.esrbAdult-qtxzsD { + background-image:url(img/dabe44acadaefe22357acd28244b1933.svg) +} + +.esrbRatingPending-jFYtJn { + width:40px; + height:60px; + background-image:url(img/0f70ca2871644a7088a012669e07299c.svg) +} + +.pegiThree-2dnjtY { + background-image:url(img/d0dfff59c4724575857f24869cbdeb26.svg) +} + +.pegiSeven-3AFD82 { + background-image:url(img/01087a6958e516f107294541e197693f.svg) +} + +.pegiTwelve-1JqdtA { + background-image:url(img/3b731e42a2a9fd6b25dbbaab63fd1c4f.svg) +} + +.pegiSixteen-2LI_Mq { + background-image:url(img/b3c1fa853d8ee7e926104cb3c94c16c0.svg) +} + +.pegiEighteen-3WQT17 { + background-image:url(img/08e84d2915ec96159597ba85fd7c5793.svg) +} + +.content-1zhNsr { + font-size:12px; + line-height:1.5; + margin-right:20px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.rating-3zQia4 { + margin-right:12px +} + +.theme-dark .content-1zhNsr { + color:#72767d +} + +.theme-light .content-1zhNsr { + color:#b9bbbe +} + +.collapsed-1454et { + max-height:300px; + overflow:hidden; + -webkit-mask:linear-gradient(#000 240px, + transparent); + mask:linear-gradient(#000 240px, + transparent) +} + +.blurb-1iBKJy { + font-size:16px; + line-height:20px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.description-1AwRKJ { + margin-top:20px; + font-size:15px; + line-height:1.4 +} + +.toggleCollapseButton-2wffKu { + width:100%; + margin-top:20px +} + +.assetWrapper-2Qw_5D { + border-radius:3px; + margin:20px 0; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.assetWrapper-2Qw_5D img { + border-radius:0 +} + +.asset-3V-FUM { + max-width:100%; + display:block; + margin:0 auto +} + +.theme-dark .blurb-1iBKJy { + color:#dcddde +} + +.theme-dark .description-1AwRKJ { + color:#b9bbbe +} + +.theme-light .blurb-1iBKJy { + color:#36393f +} + +.theme-light .description-1AwRKJ { + color:#72767d +} + +@media (min-width: 640px) { + .toggleCollapseButton-2wffKu { + width:inherit + } + +} + +.features-_IOqVv { + margin-bottom:40px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.row-1bU71H { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-size:15px; + line-height:16px; + padding:8px; + border-radius:3px; + margin-bottom:2px +} + +.row-1bU71H:last-child { + margin-bottom:0 +} + +.checkmarkIcon-2EnYwn, +.featureIcon-1f78KU { + width:24px; + height:24px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.featureText-2crhND { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin:0 8px +} + +.checkmarkIcon-2EnYwn { + color:#43b581 +} + +.theme-dark .row-1bU71H { + background-color:#2f3136; + color:#b9bbbe +} + +.theme-dark .featureIcon-1f78KU { + color:#b9bbbe +} + +.theme-light .row-1bU71H { + background-color:#fff; + color:#72767d +} + +.theme-light .featureIcon-1f78KU { + color:#72767d +} + +.content-3FEARf { + font-size:12px; + line-height:1.5; + margin-right:20px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.theme-dark .content-3FEARf { + color:#72767d +} + +.theme-light .content-3FEARf { + color:#b9bbbe +} + +.right-3LuawF { + -webkit-transform:rotate(90deg); + transform:rotate(90deg) +} + +.down-d6yAn2 { + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.left-1sNJYj { + -webkit-transform:rotate(-90deg); + transform:rotate(-90deg) +} + +.alignCenter-2ks2JT { + margin:0 auto +} + +.alignLeft-3BQquR { + margin:0 +} + +.horizontalPaginationItemContainer-26FwrR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:initial; + -ms-flex:initial; + flex:initial; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + overflow-y:hidden; + overflow-x:auto +} + +.verticalPaginationItemContainer-3buRwR { + overflow-y:hidden +} + +.arrow-2ZP1wS { + width:26px; + height:26px +} + +.arrow-2ZP1wS, +.arrowContainer-10m4Cy { + pointer-events:all; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.arrowContainer-10m4Cy { + position:absolute; + top:50%; + -webkit-transform:translateY(-50%); + transform:translateY(-50%); + width:50px; + height:50px; + color:#f6f6f7; + line-height:0; + cursor:pointer; + font-size:0 +} + +.prevButtonContainer-Rc83MJ { + left:4px +} + +.nextButtonContainer-30eXDb { + right:4px +} + +@media (max-width: 600px) { + .prevButtonContainer-Rc83MJ { + left:5% + } + + .nextButtonContainer-30eXDb { + right:5% + } + +} + +.item-3V15ea { + font-size:3em; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:100%; + height:100%; + cursor:pointer; + -webkit-transition:-webkit-filter .2s ease; + transition:-webkit-filter .2s ease; + transition:filter .2s ease; + transition:filter .2s ease, + -webkit-filter .2s ease; + border-radius:3px; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.currentItem-UAeoVQ { + cursor:default +} + +.itemImage-2Y74no { + width:100%; + height:100%; + -o-object-fit:contain; + object-fit:contain +} + +.currentImage-3bYzZH { + cursor:-webkit-zoom-in; + cursor:zoom-in +} + +.itemImageWrapper-1ig0yT { + width:100%; + height:100% +} + +.itemVideo-1NRzca { + cursor:pointer +} + +.paginationItem-3-iI7C { + width:130px; + height:73px; + margin-right:20px; + position:relative; + opacity:.6; + -ms-touch-action:manipulation; + touch-action:manipulation +} + +.paginationItem-3-iI7C:last-child { + margin-right:0 +} + +.storePaginationImg-2P8SMo { + width:130px; + height:73px; + -o-object-fit:cover; + object-fit:cover; + border-radius:3px +} + +.selectedStorePaginationItem-2t23h9 { + opacity:1 +} + +.unselectedStorePaginationItem-3alXda:hover { + opacity:.8; + -webkit-transition:opacity .3s ease; + transition:opacity .3s ease; + cursor:pointer +} + +.overlappingBorder-1-XPGl { + border:3px solid #7289da; + border-radius:3px +} + +.overlappingBorder-1-XPGl, +.paginationVideoOverlay-2gIa1v { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.paginationVideoOverlay-2gIa1v { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.paginationVideoPlayPill-2lM3nS { + padding:8px; + height:40px; + border-radius:50% +} + +.pagination-1iCa-F { + margin:20px auto; + padding:0 20px; + max-width:920px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.carouselButtonsContainer-Rba2-D { + position:relative; + color:#f6f6f7 +} + +.arrow-3jRqK8 { + background-color:#18191c; + border-radius:50%; + padding:12px; + opacity:.4; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.arrow-3jRqK8:hover, +.arrowHovered-3mk8lq { + opacity:.6 +} + +.scroller--qpKGq { + padding-bottom:24px +} + +.video-38qD3Y { + background:#000 +} + +.mediaPlayer-3r_SRR, +.video-38qD3Y, +.videoWrapper-2nTcpi { + width:100%!important; + height:100%!important +} + +.theme-dark .item-3V15ea, +.theme-light .item-3V15ea { + background-color:#000 +} + +.wrapper-Dh-cqn { + top:60px; + bottom:60px; + left:110px; + right:110px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -ms-flex-line-pack:stretch; + align-content:stretch; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + cursor:-webkit-zoom-out; + cursor:zoom-out +} + +.slide-2-GJd5, +.wrapper-Dh-cqn { + position:absolute +} + +.slide-2-GJd5 { + top:0; + left:0; + z-index:0; + width:100%; + height:100%; + -o-object-fit:scale-down; + object-fit:scale-down +} + +.nav-i0puL6 { + z-index:1; + opacity:.6 +} + +.nav-i0puL6:hover { + opacity:1 +} + +.nav-i0puL6:active { + margin-top:1px +} + +.navPrev-2EwaYx { + margin-left:-100px +} + +.navNext-26RXCD { + margin-right:-100px +} + +.animator-US5i9g { + position:relative; + display:block +} + +.item-5R5nmE { + position:absolute; + left:0; + top:0; + right:0; + bottom:0 +} + +.root-3tU4d2 { + position:relative; + overflow:hidden +} + +.carousel-22Gq5X { + z-index:0; + height:100% +} + +.carouselItem-RHizth { + position:absolute; + left:0; + top:0; + right:0; + bottom:0 +} + +.pagination-20ouY7 { + height:64px; + pointer-events:none +} + +.arrowHitbox-2_hxtQ { + background:transparent; + pointer-events:all; + cursor:pointer +} + +.arrowHitbox-2_hxtQ:active .arrow-vOpU7R, +.arrowHitbox-2_hxtQ:hover .arrow-vOpU7R { + opacity:1 +} + +.arrowHitboxPadding-2stwpJ { + line-height:0; + padding:20px +} + +.arrow-vOpU7R { + color:#fff; + position:relative; + opacity:.5; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.dots-3VxbPX { + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.dot-2Q_mMZ { + width:8px; + height:8px; + margin-right:8px; + padding:0; + background-color:#fff; + border-radius:4px; + cursor:pointer; + pointer-events:all; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.dotNormal-9wUKKy { + opacity:.6 +} + +.dotNormal-9wUKKy:hover { + opacity:.8 +} + +.dotSelected-3RYKgX { + opacity:1 +} + +.theme-dark .themedPagination-3v0Dnu .arrow-vOpU7R { + color:#fff +} + +.theme-dark .themedPagination-3v0Dnu .dot-2Q_mMZ { + background-color:#fff +} + +.theme-light .themedPagination-3v0Dnu .arrow-vOpU7R { + color:#4f545c +} + +.theme-light .themedPagination-3v0Dnu .dot-2Q_mMZ { + background-color:#4f545c +} + +.smallCarousel-2e0IQc, +.smallCarouselItem-1rfKEJ { + border-radius:5px 5px 0 0; + overflow:hidden +} + +.smallCarousel-2e0IQc { + background-color:#000 +} + +.smallCarouselItem-1rfKEJ { + height:100% +} + +.smallCarouselImage-2Qvg9S { + width:100%; + height:100%; + -o-object-fit:contain; + object-fit:contain; + cursor:-webkit-zoom-in; + cursor:zoom-in +} + +.embedContainer-26S24y { + width:100%; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:#18191c +} + +.sizedToParent-3arRUS { + width:100%!important; + height:100%!important +} + +.sizedToParent-3arRUS, +.sizedToParent-3arRUS>video { + border-radius:0 +} + +.matureListing-3tyHbV { + position:relative; + height:100%; + padding-bottom:60px +} + +.matureListing-3tyHbV:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.theme-light .matureListing-3tyHbV { + background-color:#fff +} + +.theme-dark .matureListing-3tyHbV { + background-color:transparent +} + +.countdown-2AUg9c, +.unit-1m8KS3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.unit-1m8KS3 { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + border:1px solid; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + border-radius:3px; + padding:4px +} + +.unit-1m8KS3:not(:first-child) { + margin-left:8px +} + +.unitClose-3p7axD { + border-image-slice:1 +} + +.duration-38ZM7M { + width:100%; + text-align:center; + font-size:24px; + line-height:30px; + letter-spacing:-.02em; + -webkit-mask:-webkit-gradient(linear, + left bottom, + left top, + color-stop(0, + transparent), + color-stop(25%, + #000), + color-stop(75%, + #000), + to(transparent)); + -webkit-mask:linear-gradient(0deg, + transparent, + #000 25%, + #000 75%, + transparent); + mask:-webkit-gradient(linear, + left bottom, + left top, + color-stop(0, + transparent), + color-stop(25%, + #000), + color-stop(75%, + #000), + to(transparent)); + mask:linear-gradient(0deg, + transparent, + #000 25%, + #000 75%, + transparent) +} + +.header-11pEmr { + line-height:16px; + font-size:12px; + opacity:.6 +} + +.theme-dark .unitNormal-S1JDT-, +.theme-light .unitNormal-S1JDT- { + border-color:#2f3136 +} + +.theme-dark .unitClose-3p7axD, +.theme-light .unitClose-3p7axD { + -o-border-image:linear-gradient(90deg, + #738ef5, + #b3aeff); + border-image:-webkit-gradient(linear, + left top, + right top, + from(#738ef5), + to(#b3aeff)); + border-image:linear-gradient(90deg, + #738ef5, + #b3aeff) +} + +.theme-dark .duration-38ZM7M, +.theme-light .duration-38ZM7M { + color:#fff +} + +.theme-dark .header-11pEmr, +.theme-light .header-11pEmr { + color:#b9bbbe +} + +.alternativeSkus-1IZIkB { + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:-4px +} + +.alternativeSku-2r0c9j, +.alternativeSkus-1IZIkB { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.alternativeSku-2r0c9j { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding:4px 8px; + font-size:12px; + line-height:16px; + border-radius:4px; + cursor:pointer; + margin:4px 4px 0 0 +} + +.selectedIcon-1VX7G3 { + width:16px; + height:16px; + margin-right:4px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.theme-dark .alternativeSku-2r0c9j, +.theme-light .alternativeSku-2r0c9j { + color:#fff +} + +.theme-dark .alternativeSkuSelected-3Qhw9n, +.theme-light .alternativeSkuSelected-3Qhw9n { + background-color:#7289da +} + +.theme-dark .alternativeSkuDefault-1yqWuK, +.theme-light .alternativeSkuDefault-1yqWuK { + background-color:#4f545c +} + +.theme-dark .alternativeSkuDefault-1yqWuK:hover, +.theme-light .alternativeSkuDefault-1yqWuK:hover { + background-color:#292b2f +} + +.info-1Emy1X { + margin-left:5px +} + +.details-31ROOk { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + font-size:15px; + font-weight:500 +} + +.row--Szcq7 { + margin-top:8px; + line-height:1.2 +} + +.theme-light h3.contentHeader-1R8tQ_ { + color:#dcddde +} + +.theme-dark .label-13UUcd, +.theme-light .label-13UUcd { + color:#72767d +} + +.theme-dark .info-1Emy1X, +.theme-light .info-1Emy1X { + color:#dcddde +} + +.warning-n1YvYR { + padding:20px; + border-radius:3px; + border:1px solid +} + +.warning-n1YvYR:not(:first-child) { + margin-top:20px +} + +.title-3zfWaO { + font-size:20px; + font-weight:600; + line-height:1.2 +} + +.description-Gcecy9 { + font-size:15px; + line-height:1.33; + color:#b9bbbe; + margin-top:8px +} + +.description-Gcecy9 .link-249fAx, +.description-Gcecy9 a { + color:var(--text-link) +} + +.description-Gcecy9 .link-249fAx:hover, +.description-Gcecy9 a:hover { + text-decoration:underline +} + +.theme-dark .red-2ChJaa, +.theme-light .red-2ChJaa { + border-color:#f04747 +} + +.theme-dark .red-2ChJaa .title-3zfWaO, +.theme-light .red-2ChJaa .title-3zfWaO { + color:#f04747 +} + +.theme-dark .yellow-2DRjXu, +.theme-light .yellow-2DRjXu { + border-color:#faa61a +} + +.theme-dark .yellow-2DRjXu .title-3zfWaO, +.theme-light .yellow-2DRjXu .title-3zfWaO { + color:#faa61a +} + +.title-2xCQKy { + font-size:14px; + font-weight:600; + line-height:1.14; + padding-top:20px; + margin-bottom:12px +} + +.title-2xCQKy:first-child { + padding-top:0 +} + +.sku-epQEb_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + padding:8px 0; + cursor:pointer +} + +.skuNormal-3h1es- { + border-bottom:1px solid transparent +} + +.name-u2zgy7 { + font-size:15px; + font-weight:600; + line-height:1.24 +} + +.price-NUANu6 { + font-size:14px; + line-height:1.71; + padding:2px 8px; + margin-left:20px; + border-radius:3px +} + +.collapseButton-32NMMH { + margin-top:20px +} + +.theme-dark .title-2xCQKy, +.theme-light .title-2xCQKy { + color:#f6f6f7 +} + +.theme-dark .skuNormal-3h1es-, +.theme-light .skuNormal-3h1es- { + border-bottom-color:#36393f +} + +.theme-dark .sku-epQEb_:hover .name-u2zgy7, +.theme-light .sku-epQEb_:hover .name-u2zgy7 { + color:#f6f6f7 +} + +.theme-dark .name-u2zgy7, +.theme-light .name-u2zgy7 { + color:#b9bbbe +} + +.theme-dark .price-NUANu6, +.theme-light .price-NUANu6 { + color:#f6f6f7; + background-color:#4f545c +} + +.section-foaVwT:first-child { + border-radius:3px 3px 0 0 +} + +.section-foaVwT:last-child { + border-radius:0 0 3px 3px +} + +.header-2Fr7dn { + font-size:20px; + font-weight:500; + border-radius:3px 3px 0 0 +} + +.header-2Fr7dn+.bodySection-jqkkIP { + border-top:none +} + +.entitledHeader-3LRNDT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:20px; + cursor:pointer +} + +.entitledHeaderIcon-nxWD70 { + margin-right:10px +} + +.exclusiveHeader-1vnEtm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + padding:16px +} + +.exclusiveHeaderExclusive-2pT9JV { + font-size:8px; + font-weight:500; + text-transform:uppercase +} + +.exclusiveHeaderIcon-1v3uvk { + width:auto; + height:24px +} + +.premiumHeader-3aB1ow { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + padding:20px +} + +.premiumHeaderIcon-bTc_nQ { + width:auto; + height:18px; + padding:4px 2px +} + +.premiumHeaderPrice-1F1CMD { + font-size:14px; + font-weight:600; + line-height:1.7; + padding:0 8px; + border-radius:3px +} + +.bodySection-jqkkIP { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:20px; + border-top:1px solid +} + +.bodySection-jqkkIP:first-child { + border-top:none +} + +.bodySection-jqkkIP:empty { + padding:0; + border-top:none +} + +.alternativeSkus-1Av0rq { + margin:10px 0 +} + +.countdownSection-8BWHXa { + margin-bottom:20px; + padding-bottom:20px; + border-bottom:1px solid +} + +.headerBar-3cOLpD { + margin-bottom:4px +} + +.actionText-3EKWER { + font-size:14px; + font-weight:500; + line-height:1.14; + text-transform:uppercase +} + +.countdownHeader-latdKn { + margin-bottom:8px +} + +.releaseDate-28xyN1 { + margin-top:12px; + font-size:14px; + line-height:18px +} + +.price-4PDWNj { + margin-bottom:16px +} + +.priceRow-2AWjHv { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.priceSalePercentage-1WxDsw { + border-radius:3px; + color:#fff; + font-size:16px; + background-color:#43b581; + padding:4px 6px; + margin-left:10px +} + +.priceOriginalAmount-2ylj9i { + text-decoration:line-through; + font-size:15px; + color:#b9bbbe +} + +.warning-2DA6zZ { + margin-top:20px +} + +.dlcSection-jvKaVf { + margin-top:40px +} + +.purchaseError-3jQvJF { + font-size:14px; + line-height:20px; + margin-top:8px +} + +.secondaryBuyButton-2c9gx_ { + margin-top:8px +} + +.theme-dark .entitledHeader-3LRNDT, +.theme-light .entitledHeader-3LRNDT { + background-color:#4f545c; + color:#dcddde +} + +.theme-dark .entitledHeader-3LRNDT:hover, +.theme-light .entitledHeader-3LRNDT:hover { + color:#fff +} + +.theme-dark .purchaseError-3jQvJF, +.theme-light .purchaseError-3jQvJF { + color:#f04747 +} + +.theme-dark .headerFancy-1AcCLF, +.theme-light .headerFancy-1AcCLF { + background-image:url(img/b44da97e40cc628c39b0a0441c356e2d.svg), + -webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#738ef5)); + background-image:url(img/b44da97e40cc628c39b0a0441c356e2d.svg), + linear-gradient(270deg, + #b3aeff, + #738ef5); + color:#fff +} + +.theme-dark .premiumHeaderPrice-1F1CMD, +.theme-light .premiumHeaderPrice-1F1CMD { + color:#7289da; + background-color:#fff +} + +.theme-dark .bodySection-jqkkIP, +.theme-light .bodySection-jqkkIP { + background-color:#202225; + border-top-color:rgba(47, + 49, + 54, + .6) +} + +.theme-dark .countdownSection-8BWHXa, +.theme-light .countdownSection-8BWHXa { + border-bottom-color:#36393f +} + +.theme-dark .actionText-3EKWER, +.theme-light .actionText-3EKWER { + color:#dcddde +} + +.theme-dark .price-4PDWNj, +.theme-light .price-4PDWNj { + color:#f6f6f7 +} + +.theme-dark .releaseDate-28xyN1, +.theme-light .releaseDate-28xyN1 { + color:#b9bbbe +} + +.recommendationReason-21q3aC { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:15px +} + +.circle-1nK_79 { + border-radius:50%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:12px; + padding:8px; + width:32px; + height:32px +} + +.icon-2qcd9w { + width:100%; + height:100% +} + +.iconCircle-1dlYo0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.earlyAccess-HnHc6a { + padding:11px +} + +.premiumCircle-3jgziV { + background-image:-webkit-gradient(linear, + right top, + left top, + from(#d589c0), + to(#bf7be3)); + background-image:linear-gradient(270deg, + #d589c0, + #bf7be3) +} + +.smallHeader-2h-9-U { + font-size:12px; + font-weight:500; + margin-bottom:2px +} + +.text-1Z3P6i { + font-size:14px; + font-weight:500; + line-height:1.3 +} + +.description-2jnn3p { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.theme-dark .circle-1nK_79 { + color:#f6f6f7 +} + +.theme-dark .iconCircle-1dlYo0 { + background-color:#4f545c +} + +.theme-dark .smallHeader-2h-9-U { + color:#b9bbbe +} + +.theme-dark .text-1Z3P6i { + color:#fff +} + +.theme-dark .staffIcon-2MB1se { + background-color:#7289da +} + +.theme-dark .nitroIcon-2uS3VJ { + background:-webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#7289da)); + background:linear-gradient(270deg, + #b3aeff, + #7289da) +} + +.theme-light .circle-1nK_79 { + color:#f6f6f7 +} + +.theme-light .iconCircle-1dlYo0 { + background-color:#4f545c +} + +.theme-light .smallHeader-2h-9-U { + color:#b9bbbe +} + +.theme-light .text-1Z3P6i { + color:#36393f +} + +.theme-light .staffIcon-2MB1se { + background-color:#7289da +} + +.theme-light .nitroIcon-2uS3VJ { + background:-webkit-gradient(linear, + right top, + left top, + from(#b3aeff), + to(#7289da)); + background:linear-gradient(270deg, + #b3aeff, + #7289da) +} + +.recommendationActivity-EJN6Ps { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.players-2Tcfos { + margin-right:8px; + margin-bottom:12px +} + +.playerAvatar-3EAx5P { + margin-right:4px; + cursor:pointer +} + +.avatarMasked-1s1eiJ { + -webkit-mask-image:url(img/71e404e665541ef97f99fe9af6593aca.svg); + mask-image:url(img/71e404e665541ef97f99fe9af6593aca.svg); + -webkit-mask-position:0 0; + mask-position:0 0; + -webkit-mask-size:100% 100%; + mask-size:100% 100%; + -webkit-mask-repeat:no-repeat; + mask-repeat:no-repeat; + margin-right:-16px +} + +.playerOverflow-2Hf77M { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-size:12px; + font-weight:700; + height:32px; + min-width:32px; + line-height:32px; + border-radius:50%; + padding:0 8px +} + +.description-2Ifi6N { + font-size:14px; + font-weight:500; + line-height:20px +} + +.username-2gp_Xw:hover { + text-decoration:underline; + cursor:pointer +} + +.tooltip-18WADv { + text-align:center +} + +.tooltipTimestamp-3tv3H9 { + opacity:.6 +} + +.theme-light .description-2Ifi6N { + color:#72767d +} + +.theme-light .playerOverflow-2Hf77M { + background-color:#f6f6f7; + color:#72767d +} + +.theme-light .description-2Ifi6N strong, +.theme-light .discriminator-2q6SFg strong, +.theme-light .username-2gp_Xw { + color:#36393f +} + +.theme-dark .description-2Ifi6N { + color:#b9bbbe +} + +.theme-dark .playerOverflow-2Hf77M { + background-color:#4f545c; + color:#b9bbbe +} + +.theme-dark .description-2Ifi6N strong, +.theme-dark .username-2gp_Xw { + color:#fff +} + +.header-3BlBga { + margin-bottom:12px +} + +.staffReviewHeader-r0iDCy { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.headerText-34JZSx { + margin-left:12px +} + +.label-2zCFFs { + font-size:12px; + font-weight:500; + margin-bottom:4px +} + +.username-Ga9-tM { + font-size:14px; + font-weight:600 +} + +.notes-3hkVr0 { + font-size:14px; + font-style:italic; + font-weight:500; + line-height:1.33 +} + +.notes-3hkVr0:before { + content:"\201C" +} + +.notes-3hkVr0:after { + content:"\201D" +} + +.theme-dark .label-2zCFFs { + color:#72767d +} + +.theme-dark .username-Ga9-tM { + color:#f6f6f7 +} + +.theme-dark .notes-3hkVr0, +.theme-light .label-2zCFFs { + color:#b9bbbe +} + +.theme-light .username-Ga9-tM { + color:#36393f +} + +.theme-light .notes-3hkVr0 { + color:#72767d +} + +.root-1bFE0x { + border-radius:3px; + overflow:hidden; + padding:20px 20px 0; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.header-3HFF3R { + font-size:20px; + font-weight:500; + margin-bottom:20px +} + +.section-7tu4tu:not(:last-child) { + border-bottom:1px solid transparent; + margin-bottom:20px +} + +.sectionContent-1_X7BG { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-right:-20px +} + +.unit-2r571b { + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1 1 50%; + flex:1 1 50%; + min-width:240px; + margin-bottom:20px; + padding-right:20px +} + +.review-1hG2hB { + padding-bottom:20px +} + +.theme-dark .root-1bFE0x { + background-color:#2f3136 +} + +.theme-dark .header-3HFF3R { + color:#fff +} + +.theme-dark .section-7tu4tu { + border-bottom-color:#36393f +} + +.theme-light .root-1bFE0x { + background-color:#fff +} + +.theme-light .header-3HFF3R { + color:#36393f +} + +.theme-light .section-7tu4tu { + border-bottom-color:rgba(220, + 221, + 222, + .6) +} + +.breadcrumb-22XhB5 { + cursor:pointer +} + +.breadcrumb-22XhB5:hover { + text-decoration:underline +} + +.theme-dark .breadcrumb-22XhB5:hover { + color:#fff +} + +.theme-light .breadcrumb-22XhB5:hover { + color:#747f8d +} + +.tabs-cN0XDH { + position:relative +} + +.separator-1tvx79 { + height:1px; + position:absolute; + bottom:0; + left:0; + right:0 +} + +.tab-3lcWsW { + margin-left:8px; + padding-bottom:4px; + border-bottom:2px solid transparent; + border-radius:0 +} + +.tab-3lcWsW:first-child { + margin-left:0 +} + +.tabPageLarge-1iyX69 { + padding-left:8px; + padding-right:8px +} + +.tabNotSelected-1l9_nl { + -webkit-transition:color .17s; + transition:color .17s +} + +.sectionTitle-Zi_w7u { + font-size:12px; + font-weight:600; + margin-bottom:8px; + text-transform:uppercase +} + +.requirementsContainer-3N-apS { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:10px +} + +.requirements-dEriwm { + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1 0 50%; + flex:1 0 50%; + margin-bottom:16px; + padding-right:20px; + min-width:260px +} + +.requirement-2guSgu { + margin:6px 0; + font-size:15px; + line-height:18px +} + +.requirementKey-14DT2D { + margin-right:4px; + white-space:nowrap +} + +.theme-dark .separator-1tvx79 { + background-color:rgba(47, + 49, + 54, + .6) +} + +.theme-dark .tabNotSelectedColor-3P16F- { + color:#b9bbbe +} + +.theme-dark .tabNotSelectedColor-3P16F-:hover, +.theme-dark .tabSelectedColor-2b3xO9 { + color:#fff +} + +.theme-dark .tabSelected-3IK-Xf { + border-bottom-color:#fff +} + +.theme-dark .sectionTitle-Zi_w7u { + color:#b9bbbe +} + +.theme-dark .requirementKey-14DT2D { + color:#72767d +} + +.theme-dark .requirements-dEriwm { + color:#dcddde +} + +.theme-light .separator-1tvx79 { + background-color:rgba(220, + 221, + 222, + .6) +} + +.theme-light .tabNotSelectedColor-3P16F- { + color:#72767d +} + +.theme-light .tabNotSelectedColor-3P16F-:hover, +.theme-light .tabSelectedColor-2b3xO9 { + color:#36393f +} + +.theme-light .tabSelected-3IK-Xf { + border-bottom-color:#36393f +} + +.theme-light .sectionTitle-Zi_w7u { + color:#72767d +} + +.theme-light .requirementKey-14DT2D { + color:#b9bbbe +} + +.theme-light .requirements-dEriwm { + color:#72767d +} + +.dropdownArrowHitbox-1-jUwM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.dropdownArrowHitbox-1-jUwM:hover .dropdownArrow-3hUdu6 { + opacity:1 +} + +.dropdownArrow-3hUdu6 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + opacity:.2; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.arrowSeparator-ZLk2V2 { + width:1px; + opacity:.2; + background-color:currentColor +} + +.dropdownSmall-2nM_vD { + width:16px + 8px +} + +.dropdownSmall-2nM_vD .arrowSeparator-ZLk2V2 { + height:16px - 4px +} + +.dropdownSmall-2nM_vD .dropdownArrow-3hUdu6 { + width:16px; + height:16px +} + +.dropdownMedium-32DQxh { + width:24px + 8px +} + +.dropdownMedium-32DQxh .arrowSeparator-ZLk2V2 { + height:24px - 4px +} + +.dropdownMedium-32DQxh .dropdownArrow-3hUdu6 { + width:24px; + height:24px +} + +.dropdownLarge-3n2kcQ { + width:32px + 8px +} + +.dropdownLarge-3n2kcQ .arrowSeparator-ZLk2V2 { + height:32px - 4px +} + +.dropdownLarge-3n2kcQ .dropdownArrow-3hUdu6 { + width:32px; + height:32px +} + +.inviteSmall-1mi1Fc .content-35aVm0 { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.inviteSmall-1mi1Fc .info-3hEr5J { + margin-bottom:12px +} + +.inviteLarge-37aL4C .content-35aVm0 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.content-35aVm0 { + border-radius:5px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding:16px +} + +.guildIcon-3du51s { + -ms-flex-negative:0; + flex-shrink:0 +} + +.info-3hEr5J { + max-width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.infoText-2DvX0j { + min-width:0; + margin-left:20px +} + +.name-3TBxUq { + font-size:16px; + line-height:1.25 +} + +.memberInfo-1TAaKC { + margin-top:4px; + font-size:14px +} + +.dot-33s_8n { + border-radius:50%; + width:8px; + height:8px; + margin-right:4px; + margin-left:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.dot-33s_8n:first-child { + margin-left:0 +} + +.dotOnline-3qrf96 { + background-color:#43b581 +} + +.memberText-14Qowr { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.actionButton-2Pkgbp { + margin-top:16px +} + +.joinedCheckmark-1cdXz7 { + width:18px; + height:18px; + margin-left:8px +} + +.theme-dark .content-35aVm0 { + background-color:#2f3136 +} + +.theme-dark .buttonColorInGuild-2hfayS { + color:#fff +} + +.theme-dark .name-3TBxUq { + color:#b9bbbe +} + +.theme-dark .memberInfo-1TAaKC { + color:#72767d +} + +.theme-dark .dotOffline-1PVTuj { + background-color:#72767d +} + +.theme-light .content-35aVm0 { + background-color:#fff +} + +.theme-light .buttonColorInGuild-2hfayS, +.theme-light .name-3TBxUq { + color:#72767d +} + +.theme-light .memberInfo-1TAaKC { + color:#b9bbbe +} + +.theme-light .dotOffline-1PVTuj { + background-color:#72767d +} + +.listingWrapper-329f74 { + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.outerScroller-1W6jP0:before { + content:""; + position:absolute; + display:block; + top:-1px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none +} + +.scroller-1JpcIc { + background-color:var(--deprecated-store-bg); + contain:layout size +} + +.noHeaderSpacer-321X3p { + padding-top:20px +} + +.headerAssets-2CL92w { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin:0 auto; + max-width:880px; + position:relative +} + +.headerBackground-3Sjqjz { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + background-position:50%; + background-size:cover; + -webkit-mask:radial-gradient(ellipse 50% 100% at 50% 0, + #000, + transparent); + mask:radial-gradient(ellipse 50% 100% at 50% 0, + #000, + transparent); + opacity:.3 +} + +.headerLogo-2O9XZd { + background-size:contain; + height:60px; + -o-object-fit:contain; + object-fit:contain; + position:relative +} + +.link-2T7oYD { + margin-left:6px; + margin-right:6px; + cursor:pointer; + opacity:.6 +} + +.link-2T7oYD:hover { + opacity:.8 +} + +.link-2T7oYD:disabled { + opacity:.2 +} + +.linkIcon-PzfbqY { + width:24px; + height:24px; + display:block +} + +.spinner-3N25TF { + margin-top:40px; + margin-bottom:40px +} + +.listing-2nUQ4d { + margin:0 auto +} + +.gatedListing-3Ry5Oi { + visibility:hidden; + position:absolute; + z-index:-2 +} + +.contentRating-W0e7H-, +.description-3z5Lb3, +.guildInvite-3fvAbr, +.legalInfo-lVTrbD, +.news-27xNIP, +.premiumPerks-zFst3i, +.purchaseUnit-2lxci3, +.whyYouMightLikeIt-2zZIIj { + margin-bottom:40px +} + +.systemRequirements-1L5nPd { + margin-bottom:20px +} + +.marketingHeader-3in4BD { + background-color:#202225 +} + +.headerBarListing-3DL3sL { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.headerBarListing-3DL3sL, +.headerPurchase-2z_nch, +.headerSection-VnaiAo { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.headerPurchase-2z_nch { + font-size:14px; + opacity:0; + -webkit-transform:translateY(45px); + transform:translateY(45px); + -webkit-transition-duration:.4s; + transition-duration:.4s; + -webkit-transition-property:opacity, + -webkit-transform; + transition-property:opacity, + -webkit-transform; + transition-property:transform, + opacity; + transition-property:transform, + opacity, + -webkit-transform; + -webkit-transition-timing-function:ease; + transition-timing-function:ease +} + +.headerPurchase-2z_nch.active-MpmWDn { + opacity:1; + -webkit-transform:translateY(0); + transform:translateY(0) +} + +.testModeSelectButton-3Tz96u { + margin-left:16px; + padding:4px 4px 4px 8px +} + +@media (max-width: 900px) { + .headerPurchase-2z_nch { + display:none + } + +} + +.headerActionButton-24JFAX { + margin-left:12px; + margin-right:6px +} + +.listingLarge-3Rix7u { + max-width:880px; + margin:0 auto; + padding:0 20px +} + +.listingLarge-3Rix7u .body-1HEBKj { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.listingLarge-3Rix7u .leftColumn-1scUu2 { + width:66.67% +} + +.listingLarge-3Rix7u .rightColumn-2YXQ85 { + margin-left:40px; + width:33.33% +} + +.listingSmall-d9e5gC { + padding-left:20px; + padding-right:20px +} + +.listingSmall-d9e5gC .headerAssets-2CL92w { + height:80px +} + +.listingSmall-d9e5gC .headerLogo-2O9XZd { + height:40px +} + +.listingSmall-d9e5gC .purchaseUnit-2lxci3 { + margin-top:20px; + margin-bottom:20px +} + +.purchaseError-1fA5nO { + font-size:14px; + margin-left:8px +} + +.theme-light .listing-2nUQ4d { + color:#36393f +} + +.theme-light .purchaseError-1fA5nO { + color:#f04747 +} + +.theme-light .link-2T7oYD { + color:#36393f +} + +.theme-dark .listing-2nUQ4d { + color:#f6f6f7 +} + +.theme-dark .purchaseError-1fA5nO { + color:#f04747 +} + +.theme-dark .link-2T7oYD { + color:#f6f6f7 +} + +.applicationStore-1pNvnv { + overflow-x:hidden; + overflow-y:auto; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-overflow-scrolling:touch; + background-color:var(--deprecated-store-bg) +} + +.navigation-1d6CXm { + margin:40px 35px +} + +.marketingHeader-2Iq7qk { + background-color:#202225 +} + +.marketingFooter-1ZdZyI { + overflow:visible!important +} + +.notice-3uyY6c { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:40px; + padding:0 8px; + -webkit-box-shadow:none; + box-shadow:none; + background-color:#4e5d94; + color:#fff +} + +.notice-3uyY6c.error-10-hkY { + background-color:#f04747 +} + +.button-gP4R86 { + font-weight:600; + padding:4px 8px; + height:-webkit-fit-content; + height:-moz-fit-content; + height:fit-content; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.button-gP4R86:hover { + background-color:#687dc6 +} + +.error-10-hkY>.button-gP4R86:hover { + background-color:#da4141 +} + +.header-2QVqxD { + color:#fff; + display:inline; + margin-right:16px +} + +.notice-2X5hT5 { + background-color:#4e5d94; + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + height:40px; + padding:0 8px +} + +.button-2PWmas, +.notice-2X5hT5 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.button-2PWmas { + font-weight:600; + padding:4px 8px; + height:-webkit-fit-content; + height:-moz-fit-content; + height:fit-content +} + +.button-2PWmas:hover { + background-color:#687dc6 +} + +.back-1Ess-_ { + position:absolute; + left:8px; + margin:auto; + top:0; + bottom:0; + height:24px +} + +.iconButton-2_z05_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.arrow-18Rpsc { + margin-right:8px +} + +.header-1g25vm { + display:inline; + margin-right:16px; + color:#fff +} + +.premiumIcon-2lve6h { + position:relative; + top:6px; + margin-right:8px; + width:24px; + height:24px +} + +.platformIcon-2NdO9F { + display:inline-block; + width:28px; + height:28px; + margin-top:-4px; + margin-right:10px; + vertical-align:middle; + position:relative +} + +.platformIcon-2NdO9F+.platformIcon-2NdO9F { + margin-left:-10px +} + +.icon-KgjVwm { + display:inline-block; + width:20px; + height:20px; + vertical-align:middle; + margin-left:10px; + margin-top:-3px; + position:relative +} + +.icon-KgjVwm+.icon-KgjVwm { + margin-left:6px +} + +.iconWindows-1KG_XN { + background-image:url(img/24b843ed68d70abffbf4fdab9b400cc9.svg) +} + +.iconApple-1hp9Sq { + background-image:url(img/ca511da5c9b326e5cb3f6befab1a3143.svg) +} + +.iconAndroid-3HTSwF { + background-image:url(img/296aebeec33f5ce47db9ebbee9ccf1fc.svg) +} + +.iconUSFlag-2aEzZR { + background-image:url(img/7b2d27f93d5984aeb6111c044c9b7b43.png); + background-size:85%; + background-position:top; + background-repeat:no-repeat; + margin-right:7px; + margin-top:0 +} + +.icon-KgjVwm+.btn-2o56RF { + margin-left:20px +} + +.textLink-27KAGV { + color:#fff; + text-decoration:underline; + padding-left:10px; + -webkit-app-region:no-drag +} + +.textLinkSmall-1iFB8H { + font-size:12px +} + +.testModeSKUSelector-1z7rGh { + margin-left:16px; + height:24px +} + +.premiumLogo-30dge3 { + display:inline-block; + position:relative; + top:2px; + width:51px; + height:13px; + margin-right:20px; + background-image:url(img/9328a2df4b542ac8725b57010a52f73b.svg); + background-size:100%; + background-repeat:no-repeat +} + +.premiumText-C5NcRe { + font-weight:500 +} + +.premiumAction-3Tcani { + margin-left:20px +} + +.ellipsis-AB-iKn { + margin-left:7px +} + +.container-_xSQEe { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.acceptButton-1w0WVo { + margin-left:16px; + padding:4px 8px +} + +.acceptText-j9fxRL { + color:#2e7b58 +} + +.declineButton-3AjV5l { + margin-left:8px; + padding:3px 7px +} + +.declineText-awkkNG { + color:#fff +} + +.errorLabel-7OAe-A, +.supportCallToAction-7lpXkq { + margin-top:20px +} + +.errorLabel-7OAe-A { + font-size:12px; + font-weight:700; + letter-spacing:.5px; + text-transform:uppercase +} + +.errorDetails-qKU8eS { + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-width:2px; + border-style:solid; + border-radius:5px; + font-size:14px; + line-height:16px; + margin-top:10px; + margin-bottom:20px; + padding:12px; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + white-space:pre +} + +.theme-dark .body-3AvtFJ { + color:#dcddde +} + +.theme-dark .errorLabel-7OAe-A { + color:#b9bbbe +} + +.theme-dark .errorDetails-qKU8eS { + background:#2f3136; + border-color:rgba(32, + 34, + 37, + .3); + color:#fff +} + +.theme-dark .closeLink-2MRAUp { + color:#fff +} + +.theme-light .body-3AvtFJ { + color:#4f545c +} + +.theme-light .errorLabel-7OAe-A { + color:#72767d +} + +.theme-light .errorDetails-qKU8eS { + background:#f8f9f9; + border-color:rgba(227, + 229, + 232, + .6); + color:#747f8d +} + +.theme-light .closeLink-2MRAUp { + color:#7289da +} + +.container-2QQFFz { + padding:0 20px +} + +.row-35Mhio { + height:62px; + position:relative; + font-size:16px; + line-height:20px +} + +.row-35Mhio:hover .revokeInvite-2KlrFs { + opacity:1 +} + +.row-35Mhio:after { + content:""; + position:absolute; + bottom:-1px; + left:-18px; + right:-18px; + height:1px; + z-index:-1 +} + +.boostZIndex-15qgGS { + z-index:2 +} + +.userColumn-3TGvQA { + width:280px +} + +.code-16ahh6 { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + opacity:.6; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.code-16ahh6, +.username-xgZTi8 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.username-xgZTi8 { + font-weight:500; + margin-left:8px +} + +.avatar-Tg15I6 { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + width:20px!important; + height:20px!important +} + +.discrimClass-dYDxPL { + opacity:.6 +} + +.revokeInvite-2KlrFs { + z-index:2; + position:absolute; + top:-12px; + right:-31px; + opacity:0; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease +} + +.alignRight-1lRNxs { + text-align:right +} + +.countdown-2VKTMl { + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.theme-dark .row-35Mhio { + color:#f6f6f7 +} + +.theme-dark .row-35Mhio:after { + background-color:hsla(0, + 0%, + 100%, + .04) +} + +.theme-light .row-35Mhio { + color:#4f545c +} + +.theme-light .row-35Mhio:after { + background-color:rgba(79, + 84, + 92, + .04) +} + +.channel-2QD9_O { + position:relative; + max-width:348px; + margin-left:8px +} + +.channel-2QD9_O:hover .closeButton-2GCmT5 { + display:block +} + +.linkButtonIcon-Mlm5d6 { + width:24px; + height:24px +} + +.closeButton-2GCmT5 { + display:none; + width:16px; + height:16px; + opacity:.7; + margin:2px +} + +.closeButton-2GCmT5:hover { + opacity:1 +} + +.closeIcon-rycxaQ { + display:block; + width:16px; + height:16px +} + +.subtext-1RtU34 { + font-size:12px; + line-height:16px; + font-weight:500; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.activity-525YDR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.activityText-OW8WYb { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.activityEmoji-1AR8K6 { + margin-right:4px; + width:14px; + height:14px +} + +.decorator-3MaMCZ { + margin-left:4px +} + +.empty-388osJ { + fill:var(--background-primary); + padding:16px +} + +.scroller-1JbKMe { + background-color:var(--background-secondary) +} + +.headerText-2F0828 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden; + text-overflow:ellipsis +} + +.privateChannelsHeaderContainer-3NB1K1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:18px 8px 4px 18px; + height:40px +} + +.privateChannelRecipientsInviteButtonIcon-3A3uTc { + -webkit-box-flex:0; + -ms-flex:0; + flex:0; + width:16px; + height:16px; + margin-left:0; + margin-right:2px +} + +.progressCircle-1hzs_b { + position:relative; + width:100%; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:#00b0f4 +} + +.circle-vWlbvd { + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.circleBackgroundAlt-Eohdst { + fill:rgba(0, + 0, + 0, + .2) +} + +.circleBackground-OqqxHM { + fill:var(--background-accent) +} + +.circleProgress-1EBmVn { + fill:none +} + +.circleOverlay-2WHDjO { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.progressContainer-GRWlbC { + width:20px; + height:20px; + position:relative +} + +.downloadIcon-3TWA3B { + position:relative; + color:#fff; + width:100%; + height:100%; + padding:4px +} + +html .tabBadge-3smxHS { + background-color:#f04747 +} + +.downloadProgressCircle-3_wgim { + width:24px; + height:24px; + margin-left:8px; + opacity:1; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.hideGameUpdateProgressIndicator-YAQq-w { + opacity:0; + pointer-events:none +} + +.privateChannels-1nO12o { + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + background-color:var(--background-secondary) +} + +.privateChannels-1nO12o, +.searchBar-6Kv8R2 { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.searchBar-6Kv8R2 { + z-index:2; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding:0 10px; + height:48px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.searchBar-6Kv8R2 .searchBarComponent-32dTOx { + width:100%; + height:28px; + overflow:hidden; + border-radius:4px; + background-color:var(--background-tertiary); + -webkit-box-shadow:none; + box-shadow:none; + color:var(--text-normal); + text-align:left; + text-overflow:ellipsis; + font-size:14px; + font-weight:500; + line-height:24px; + white-space:nowrap; + border: none; + padding-top: 2px; +} + +.libraryFilter-31ZUa2 { + margin-right:8px; + position:relative; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:144px +} + +.libraryFilter-31ZUa2.focused-2eiV0o { + width:240px +} + +.searchBar-TUoVPN { + width:100%; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.libraryHeader-3g95kE { + z-index:3 +} + +.libraryHeader-3g95kE:before { + content:""; + position:absolute; + display:block; + top:47px; + left:0; + right:0; + height:1px; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low); + z-index:1; + pointer-events:none; + contain:paint +} + +.row-1Lmx44 { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.clickable-VxMZ3b { + cursor:pointer; + color:var(--interactive-normal) +} + +.clickable-VxMZ3b:hover { + color:var(--interactive-hover) +} + +.headerCell-2jGIdL, +.headerCellContent-1pLtOr { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.headerCellContent-1pLtOr { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-height:18px +} + +.stickyHeader-r2k9DK { + position:fixed; + top:0; + left:0; + z-index:2 +} + +.spacerHeader-3eoEE2 { + visibility:hidden +} + +.sortIcon-3wW2NW { + width:18px; + height:18px; + margin-left:4px +} + +.theme-dark .headerCellSorted-1JR4Ny { + color:#fff +} + +.theme-light .headerCellSorted-1JR4Ny { + color:#4f545c +} + +.table-1tDS6w { + width:100% +} + +.table-1tDS6w:only-child { + margin-bottom:20px +} + +.header-39GIC8 { + padding:20px 34px 8px; + font-size:12px; + font-weight:600; + -webkit-box-sizing:border-box; + box-sizing:border-box; + background-color:var(--background-primary); + border-bottom:1px solid var(--background-modifier-accent) +} + +.nameCell-3_ThYZ { + width:30% +} + +.nameCellText-1mpqtF { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-primary); + font-weight:600 +} + +.icon-1IKq3C { + width:20px; + height:20px; + color:var(--interactive-muted) +} + +.nitroIcon-2_2ZKS { + margin-left:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.lastPlayedCell-2arbtc, +.platformCell-XyBBs6 { + width:20%; + color:var(--text-muted) +} + +.actionsCell-1awtNi { + width:30%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:0; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.stickyHeader-1pqx0j { + width:calc(100% - 16px) +} + +.headerCell-3L6rFG { + border-left:1px solid var(--background-modifier-accent); + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:0 12px; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.headerCell-3L6rFG:first-child { + border-left:none; + padding-left:0 +} + +.headerCellSorted-3a5AzJ, +.headerCellSorted-3a5AzJ:hover { + color:var(--interactive-active) +} + +.rowWrapper-2fB6P0 { + border-radius:8px; + margin:0 18px; + cursor:pointer; + position:relative +} + +.rowWrapper-2fB6P0+.rowWrapper-2fB6P0 .row-ZLfFhY { + border-top:1px solid var(--background-modifier-accent) +} + +.rowWrapperActive-2L7i9f { + padding-bottom:1px; + margin-bottom:-1px; + z-index:1; + background-color:var(--background-modifier-hover) +} + +@-webkit-keyframes glow-3kkOpg { + 0% { + opacity:1 + } + + 20% { + opacity:1 + } + + to { + opacity:0 + } + +} + +@keyframes glow-3kkOpg { + 0% { + opacity:1 + } + + 20% { + opacity:1 + } + + to { + opacity:0 + } + +} + +.row-ZLfFhY { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin:0 8px; + min-height:62px; + color:var(--header-secondary) +} + +.rowBackground-3MeNoN { + position:absolute; + top:0; + left:0; + bottom:0; + width:272px; + background-repeat:no-repeat; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + background-size:cover; + -webkit-mask:radial-gradient(100% 100% at top left, + hsla(0, + 0%, + 100%, + .3) 0, + hsla(0, + 0%, + 100%, + 0) 100%); + mask:radial-gradient(100% 100% at top left, + hsla(0, + 0%, + 100%, + .3) 0, + hsla(0, + 0%, + 100%, + 0) 100%); + border-radius:8px +} + +.bodyCell-9xKjWE { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:8px 8px 8px 15px; + line-height:1.25; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.textCell-1aBIUP { + -ms-flex-item-align:stretch; + align-self:stretch; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + color:var(--text-muted) +} + +.nameBodyCell-3JOlnK { + font-weight:500; + padding-left:8px +} + +.nameCellInfo-11WjkQ { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.lastPlayedCellNew-3twqHQ { + font-weight:600; + color:#faa61a; + text-transform:uppercase +} + +.gameIcon-3XJ9fu { + margin-right:20px +} + +.actionButtonSize-1Znp1q { + height:32px; + min-width:120px +} + +.hidden-QHDCKo { + visibility:hidden +} + +.settingIcons-3QYa5E { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-right:26px; + min-width:56px +} + +.settingIcon-1nXguX { + min-width:20px; + margin-right:20px +} + +.settingIcon-1nXguX:last-child { + margin-right:0 +} + +.emptyState-1pmlaK { + padding-bottom:20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.emptyStateText-1CEHF_ { + margin:20px 20px 0; + text-align:center +} + +.emptyStateHeader-3CJtAy { + margin-bottom:8px; + font-size:24px; + color:var(--header-primary) +} + +.emptyStateDescription-2IePen { + line-height:1.25; + font-size:16px; + color:var(--header-secondary) +} + +.emptyStateButtons-2u6vlI { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.emptyStateButton-ab82qi { + min-width:125px; + margin-top:20px; + margin-right:20px +} + +.emptyStateButton-ab82qi:last-child { + margin-right:0 +} + +.emptyWumpus-12J3jI { + width:404px; + height:202px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.emptyStateLarge-1nQX5A { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.emptyStateSmall-2Ttdgm { + padding-top:39px; + border-top:1px solid var(--background-modifier-accent) +} + +.emptyStateSmall-2Ttdgm .emptyStateText-1CEHF_ { + text-align:left; + margin-left:0 +} + +.emptyStateSmall-2Ttdgm .emptyWumpus-12J3jI { + margin-left:50px; + margin-right:40px +} + +.emptyStateSmall-2Ttdgm .emptyStateButtons-2u6vlI { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.rowWrapperDim-2Y1SDG .nameBodyCell-3JOlnK, +.rowWrapperDim-2Y1SDG .settingIcon-1nXguX, +.rowWrapperDim-2Y1SDG .textCell-1aBIUP { + opacity:.2 +} + +.rowWrapper-2fB6P0+.rowWrapperActive-2L7i9f .row-ZLfFhY, +.rowWrapperActive-2L7i9f+.rowWrapper-2fB6P0 .row-ZLfFhY { + border-top-color:transparent +} + +.theme-dark .emptyWumpus-12J3jI { + background:url(img/131dcaaa628405e6d0ebee7708111c7a.svg) +} + +.theme-light .emptyWumpus-12J3jI { + background:url(img/d0320d29cdef93b8e2baf889a28d32e0.svg) +} + +@media (max-width: 1200px) { + .settingIcons-3QYa5E { + display:none + } + + .emptyStateSmall-2Ttdgm { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column + } + + .emptyStateSmall-2Ttdgm .emptyStateText-1CEHF_ { + text-align:center; + margin-left:20px + } + + .emptyStateSmall-2Ttdgm .emptyWumpus-12J3jI { + margin-left:0; + margin-right:0 + } + + .emptyStateSmall-2Ttdgm .emptyStateButtons-2u6vlI { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center + } + +} + +@media (max-width: 980px) { + .platformCell-XyBBs6 { + display:none + } + +} + +@media (max-width: 860px) { + .lastPlayedCell-2arbtc { + display:none + } + +} + +@media (max-width: 780px) { + .rowWrapper-2fB6P0 { + margin:0 8px + } + + .header-39GIC8 { + padding:0 24px 8px + } + +} + +.progress-5tMCVk { + position:relative; + width:100%; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.progressBar-3zryPV { + position:absolute; + width:100% +} + +.animating-LLJeAN { + -webkit-transition:-webkit-transform .2s ease-out; + transition:-webkit-transform .2s ease-out; + transition:transform .2s ease-out; + transition:transform .2s ease-out, + -webkit-transform .2s ease-out +} + +.xsmall-2LuBKD { + height:4px +} + +.small-4dgL9e, +.xsmall-2LuBKD { + border-radius:3px +} + +.small-4dgL9e { + height:6px +} + +.large-2ObtSP { + height:8px; + border-radius:4px +} + +.canvas-vcIIha { + width:100%; + height:100% +} + +.monitor-16FZmL { + width:100%; + height:24px +} + +.overflowContainer-3Px9Jk { + -webkit-mask:-webkit-gradient(linear, + left top, + right top, + color-stop(0, + transparent), + color-stop(50%, + #000), + color-stop(97%, + #000), + to(transparent)); + -webkit-mask:linear-gradient(90deg, + transparent, + #000 50%, + #000 97%, + transparent); + mask:-webkit-gradient(linear, + left top, + right top, + color-stop(0, + transparent), + color-stop(50%, + #000), + color-stop(97%, + #000), + to(transparent)); + mask:linear-gradient(90deg, + transparent, + #000 50%, + #000 97%, + transparent); + overflow:hidden; + width:100% +} + +.text-UALi1A { + font-size:10px; + line-height:12px; + white-space:nowrap; + width:70px; + margin-right:0 +} + +.title-1rXJ86 { + font-weight:600; + color:currentColor +} + +.rate-1Gat8e { + font-weight:500 +} + +.sparkChart-1mzaPT { + height:24px +} + +.theme-dark .rate-1Gat8e { + color:#72767d +} + +.table-2BOVTY { + width:100% +} + +.gameUpdates-2GPqBU { + -webkit-transform:translateZ(0); + transform:translateZ(0); + background-color:var(--background-tertiary) +} + +.headerRow-2xTwL8 { + padding:20px 28px 12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.headerCell-1ucI8T { + -webkit-box-sizing:border-box; + box-sizing:border-box; + margin-right:40px +} + +.headerCell-1ucI8T:last-child { + margin-right:0 +} + +.diskProgress-37-Sik { + color:var(--text-link) +} + +.networkProgress-2auspD { + color:#43b581 +} + +.row-2X_kYI { + border-bottom:1px solid var(--background-modifier-accent); + margin:0 28px; + padding:16px 0 10px +} + +.row-2X_kYI:last-child { + border-bottom:none +} + +.cell-nWKOx7 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:8px 8px 8px 20px +} + +.nameCell-bbdv8D { + cursor:pointer; + width:30%; + -ms-flex-negative:0; + flex-shrink:0; + padding-left:8px +} + +.progressCell-3JFYxP { + width:60% +} + +.actionsCell-31fBWo { + width:10%; + min-width:98px; + padding-right:12px; + padding-left:12px +} + +.nameCellHeader-3ioEGH { + font-size:18px +} + +.nameCellText-Ubz8FY { + font-weight:600; + margin-left:20px; + line-height:1.25; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-primary) +} + +.progressCellHeader-2-7Z16 { + display:block; + padding:8px 8px 8px 20px +} + +.progressCellBody-1PZmFW { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-left:13px +} + +.progressCellText-3avmMz { + margin-top:4px; + font-size:12px; + font-weight:500; + color:var(--text-muted) +} + +.infoIcon-2h6crV { + opacity:.3; + width:24px; + height:24px +} + +.actionButton-4w4-EY { + margin-left:8px +} + +.actionButton-4w4-EY:first-child { + margin-left:0 +} + +.actionButton-4w4-EY .actionButtonContents-1bdeMq { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.gameActionButton-1PpUxH { + min-width:72px +} + +.actionIcon-3Pm3FL { + width:24px; + height:24px; + opacity:.6 +} + +.container-19hC9u { + position:relative +} + +.scroller-1IIF0A { + background-color:var(--background-primary); + contain:layout size +} + +.stickyScroller-24zUyY { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.wrapper-1u09nF { + position:relative; + width:50px; + height:50px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.svg-3yO_hc { + -webkit-transform:rotate(-86deg); + transform:rotate(-86deg) +} + +.path-3H_ZFA { + fill:none; + stroke-width:4px +} + +.foreground-2aE44H { + stroke-dashoffset:0; + stroke-miterlimit:10; + stroke-linecap:round; + -webkit-transition:stroke .3s ease, + stroke-dasharray .3s ease-out; + transition:stroke .3s ease, + stroke-dasharray .3s ease-out +} + +.usageInfo-2WQAwr { + position:absolute; + top:19px; + left:11px; + width:30px; + font-size:12px; + font-weight:600; + line-height:12px; + text-align:center; + overflow:hidden +} + +.theme-dark .background-yZEZik { + stroke:#4f545c +} + +.theme-dark .usageInfo-2WQAwr { + color:#b9bbbe +} + +.theme-light .background-yZEZik { + stroke:#dcddde +} + +.theme-light .usageInfo-2WQAwr { + color:#4f545c +} + +.hoverRoll-YK53gQ { + display:inline-block; + vertical-align:top; + cursor:default; + text-align:left; + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + width:100%; + contain:paint +} + +.hoverRoll-YK53gQ.forceHover-10IIq8:not(.disabled-3Vq5Ov) .default-3sgIpy, +.hoverRoll-YK53gQ:hover:not(.disabled-3Vq5Ov) .default-3sgIpy { + -webkit-transform:translate3d(0, + -107%, + 0); + transform:translate3d(0, + -107%, + 0); + opacity:0; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.hoverRoll-YK53gQ.forceHover-10IIq8:not(.disabled-3Vq5Ov) .hovered-d5PMVU, +.hoverRoll-YK53gQ:hover:not(.disabled-3Vq5Ov) .hovered-d5PMVU { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 +} + +.default-3sgIpy, +.hovered-d5PMVU { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + display:block; + -webkit-transition:all .22s ease; + transition:all .22s ease; + -webkit-transform-style:preserve-3d; + transform-style:preserve-3d; + pointer-events:none; + width:100% +} + +.hovered-d5PMVU { + opacity:0; + -webkit-transform:translate3d(0, + 107%, + 0); + transform:translate3d(0, + 107%, + 0); + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.wrapper-3Lw29Y { + margin-top:60px +} + +.installationPath-3cStrB { + padding:20px 0 +} + +.installationPathEditing-1ecsKV { + padding:19px; + margin-left:-20px; + margin-right:-20px +} + +.separator-3JyZKG { + margin-top:20px; + margin-bottom:20px +} + +.defaultIndicator-3WqGFB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:11px; + height:14px; + padding:0 4px; + margin-left:8px; + letter-spacing:.4px; + text-align:center; + border-radius:3px; + font-weight:700 +} + +.rowBody-3dJTTZ { + margin-top:4px; + font-size:14px; + height:16px +} + +.buttonRowWrapper-3taTnj { + margin-top:20px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.defaultLocationCheckbox-3HMIPO { + margin-top:20px +} + +.theme-dark .installationPath-3cStrB { + -webkit-box-shadow:0 1px 0 0 #4f545c; + box-shadow:0 1px 0 0 #4f545c +} + +.theme-dark .rowTitle-1KYtY7 { + color:#dcddde +} + +.theme-dark .rowBody-3dJTTZ { + color:#72767d +} + +.theme-dark .defaultLocationCheckbox-3HMIPO { + color:#f6f6f7 +} + +.theme-dark .defaultIndicator-3WqGFB { + background-color:#4f545c; + color:#fff +} + +.theme-light .installationPath-3cStrB { + -webkit-box-shadow:0 1px 0 0 #dcddde; + box-shadow:0 1px 0 0 #dcddde +} + +.theme-light .rowTitle-1KYtY7 { + color:#4f545c +} + +.theme-light .rowBody-3dJTTZ { + color:rgba(114, + 118, + 125, + .6) +} + +.theme-light .defaultLocationCheckbox-3HMIPO { + color:#4f545c +} + +.theme-light .defaultIndicator-3WqGFB { + background-color:#4f545c; + color:#fff +} + +.scroller-2XE8rp { + background-color:var(--background-primary); + contain:layout size +} + +.body-3s3lDR { + max-width:660px; + margin:0 auto; + padding:40px 0 +} + +.hiddenLibraryApplications-2C70Ov { + margin-top:60px +} + +.hiddenLibraryApplications-2C70Ov:first-child { + margin-top:20px +} + +.hiddenLibraryApplicationContent-2Q-kwE { + z-index:1 +} + +.hiddenLibraryApplicationsTitle-xEDJHH { + margin-bottom:8px +} + +.hiddenLibraryApplication-T6N3U1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative; + padding:20px 0; + border-top:1px solid +} + +.hiddenLibraryApplication-T6N3U1:last-of-type { + border-bottom:1px solid +} + +.hiddenLibraryApplication-T6N3U1:last-of-type:hover { + border-bottom-color:transparent +} + +.hiddenLibraryApplication-T6N3U1:hover .restoreButton-3jU0Z6 { + opacity:1 +} + +.restoreButton-3jU0Z6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:24px; + height:24px; + padding:0; + opacity:0; + -webkit-transition:opacity .1s ease; + transition:opacity .1s ease; + position:absolute; + top:-12px; + right:-31px; + border-radius:50%; + min-height:0; + min-width:0; + cursor:pointer +} + +.restoreIcon-28gQmF { + width:11px; + height:11px +} + +.applicationName-2toV6z { + font-size:16px; + font-weight:600; + line-height:22px +} + +.applicationSubText-2V8LSK { + margin-top:2px; + font-size:14px; + font-weight:500; + line-height:16px +} + +.theme-dark .applicationName-2toV6z { + color:#f6f6f7 +} + +.theme-dark .applicationSubText-2V8LSK { + color:#72767d +} + +.theme-dark .hiddenLibraryApplication-T6N3U1 { + border-color:#4f545c +} + +.theme-dark .hiddenLibraryApplication-T6N3U1:first-of-type, +.theme-dark .hiddenLibraryApplication-T6N3U1:hover, +.theme-dark .hiddenLibraryApplication-T6N3U1:hover+.hiddenLibraryApplication-T6N3U1 { + border-top-color:transparent +} + +.theme-dark .hiddenLibraryApplication-T6N3U1:before { + background:rgba(32, + 34, + 37, + .3); + border-color:#202225 +} + +.theme-dark .restoreButton-3jU0Z6 { + background:#36393f; + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 1px 5px 0 rgba(0, + 0, + 0, + .3) +} + +.theme-dark .restoreButton-3jU0Z6:hover { + background:#2f3136; + -webkit-box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(32, + 34, + 37, + .6), + 0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .restoreIcon-28gQmF { + color:#f04747 +} + +.theme-light .applicationName-2toV6z { + color:#4f545c +} + +.theme-light .applicationSubText-2V8LSK { + color:rgba(114, + 118, + 125, + .6) +} + +.theme-light .hiddenLibraryApplication-T6N3U1 { + border-color:rgba(185, + 187, + 190, + .3) +} + +.theme-light .hiddenLibraryApplication-T6N3U1:first-of-type, +.theme-light .hiddenLibraryApplication-T6N3U1:hover, +.theme-light .hiddenLibraryApplication-T6N3U1:hover+.hiddenLibraryApplication-T6N3U1 { + border-top-color:transparent +} + +.theme-light .hiddenLibraryApplication-T6N3U1:before { + background-color:rgba(246, + 246, + 247, + .6); + border-color:#dcddde +} + +.theme-light .restoreButton-3jU0Z6 { + background:#fff; + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 5px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 5px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-light .restoreButton-3jU0Z6:hover { + background:#f6f6f7; + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .restoreIcon-28gQmF { + color:#f04747 +} + +.container-3Mxszk { + overflow:hidden; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.card-3DjzTQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:320px; + width:100%; + overflow:hidden; + border-radius:8px; + position:relative; + -webkit-transition:background .2s ease-out, + opacity .2s ease-in, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:background .2s ease-out, + opacity .2s ease-in, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out, + opacity .2s ease-in; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out, + opacity .2s ease-in, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + cursor:pointer; + background-color:var(--activity-card-background) +} + +.iconMask-3b8GzQ { + -webkit-transition:background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out; + transition:box-shadow .2s ease-out, + transform .2s ease-out, + background .2s ease-out, + -webkit-box-shadow .2s ease-out, + -webkit-transform .2s ease-out +} + +.card-3DjzTQ:focus, +.card-3DjzTQ:hover { + -webkit-transform:translateY(-1px); + transform:translateY(-1px); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.card-3DjzTQ:focus .splash-3N0nhD, +.card-3DjzTQ:hover .splash-3N0nhD { + -webkit-transform:scale(1.01) translateZ(0); + transform:scale(1.01) translateZ(0) +} + +@-webkit-keyframes placeholderPulse-3szywu { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +@keyframes placeholderPulse-3szywu { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +.cardPlaceholder-1zrbbe { + -webkit-animation:placeholderPulse-3szywu 1.8s ease-in-out infinite; + animation:placeholderPulse-3szywu 1.8s ease-in-out infinite; + background-color:var(--background-tertiary) +} + +.cardHeader-Int16m { + height:143px; + position:relative; + display:block; + overflow:visible; + margin-bottom:32px +} + +.splash-3N0nhD { + display:block; + position:absolute; + top:0; + left:0; + -webkit-transition:opacity .2s, + -webkit-transform .2s ease-out; + transition:opacity .2s, + -webkit-transform .2s ease-out; + transition:opacity .2s, + transform .2s ease-out; + transition:opacity .2s, + transform .2s ease-out, + -webkit-transform .2s ease-out; + -webkit-transform:scale(1); + transform:scale(1); + opacity:0 +} + +.splash-3N0nhD, +.splashImage-1wJ3Sk { + width:100%; + height:100% +} + +.splashImage-1wJ3Sk { + -o-object-fit:cover; + object-fit:cover +} + +.loaded-1eBnjq { + position:relative +} + +.loaded-1eBnjq .splash-3N0nhD { + opacity:1 +} + +.guildIcon-3W0pfo { + position:absolute; + bottom:-21px; + left:12px +} + +.iconMask-3b8GzQ { + padding:4px; + background-color:var(--activity-card-background) +} + +.avatar-22otdK { + width:100%; + height:100% +} + +.guildInfo-2wGKIg { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + position:relative; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-line-pack:stretch; + align-content:stretch; + padding:0 16px 16px; + overflow:hidden +} + +.guildInfo-2wGKIg, +.title-OqQvkN { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.title-OqQvkN { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100%; + font-weight:600 +} + +.guildBadge-RlDbED { + -webkit-box-flex:0; + -ms-flex:0 0 16px; + flex:0 0 16px; + width:16px; + height:16px; + margin-right:4px; + margin-left:-2px +} + +.guildName-1yURO5 { + overflow:hidden; + white-space:nowrap; + text-overflow:ellipsis +} + +.description-2QALGo { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden; + margin:4px 0 16px; + display:-webkit-box; + -webkit-line-clamp:4; + -webkit-box-orient:vertical +} + +.memberInfo-3r4FKx { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.memberCount-1a8ALW, +.memberInfo-3r4FKx { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.memberCount-1a8ALW { + font-size:0.75rem; + line-height:1rem; + margin-right:16px +} + +.memberCount-1a8ALW:last-child { + margin-right:0 +} + +.dotOnline-8Ag7EB { + border-radius:50%; + width:8px; + height:8px; + margin-right:4px; + -ms-flex-negative:0; + flex-shrink:0; + background-color:#43b581 +} + +.dotOffline-3DXoDy { + background-color:#b9bbbe +} + +.loading-17PYl_ { + position:relative; + border-radius:5px; + background-color:var(--channeltextarea-background) +} + +.submitting-1aI0iz { + opacity:.5; + pointer-events:none +} + +.spinner-3lb-NU { + width:48px; + height:48px; + border-radius:8px; + background-color:#18191c; + top:50%; + left:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%); + position:absolute; + z-index:1 +} + +.theme-dark .card-3DjzTQ, +.theme-dark .iconMask-3b8GzQ { + background-color:var(--background-secondary-alt) +} + +.theme-dark .card-3DjzTQ:hover, +.theme-dark .card-3DjzTQ:hover .iconMask-3b8GzQ, +.theme-dark .iconMask-3b8GzQ:hover, +.theme-dark .iconMask-3b8GzQ:hover .iconMask-3b8GzQ { + background-color:var(--background-tertiary) +} + +.theme-light .card-3DjzTQ { + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + var(--elevation-medium); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + var(--elevation-medium) +} + +.theme-light .card-3DjzTQ:focus, +.theme-light .card-3DjzTQ:hover { + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.guildListSection-2CS8vH { + width:100%; + margin-bottom:32px; + min-width:580px +} + +.subtitle-160Q0A { + margin-top:4px +} + +.guildList-3cJX3d { + margin-top:16px; + display:grid; + grid-gap:16px; + grid-template-columns:repeat(auto-fill, + minmax(248px, + 1fr)) +} + +.searchBox-3Y2Vi7 { + position:relative; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-size:18px; + padding-right:16px; + border-radius:3px; + border:1px solid transparent +} + +.searchBox-3Y2Vi7:focus, +.searchBox-3Y2Vi7:focus-within { + border-color:#7289da +} + +.searchBox-3Y2Vi7 .searchBoxInput-uJtBcv { + border:none; + font-size:18px; + font-weight:500; + padding:12px; + background:transparent; + height:auto +} + +.searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-webkit-input-placeholder { + font-weight:500 +} + +.searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-moz-placeholder { + font-weight:500 +} + +.searchBox-3Y2Vi7 .searchBoxInput-uJtBcv:-ms-input-placeholder { + font-weight:500 +} + +.searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::placeholder { + font-weight:500 +} + +.searchBoxInputWrapper-nKncfu { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.cta-BiH9zX { + margin-right:8px +} + +.clear-U3WkKp { + line-height:0 +} + +.clearIcon-2N9YIn { + cursor:pointer; + -webkit-transform-origin:center; + transform-origin:center; + -webkit-transform:rotate(90deg); + transform:rotate(90deg); + color:var(--interactive-normal) +} + +.clearIcon-2N9YIn:hover { + color:var(--interactive-hover) +} + +.clear-U3WkKp:focus, +.clearIcon-2N9YIn:focus { + color:var(--interactive-active) +} + +.searchIcon-1a1-yA { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-transition:color .2s ease; + transition:color .2s ease +} + +.clearIcon-2N9YIn, +.searchIcon-1a1-yA { + width:1.4em; + height:1.4em +} + +.theme-light .searchBox-3Y2Vi7 { + background-color:#fff; + -webkit-box-shadow:0 2px 5px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 5px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-light .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-webkit-input-placeholder { + color:#72767d +} + +.theme-light .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-moz-placeholder { + color:#72767d +} + +.theme-light .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv:-ms-input-placeholder { + color:#72767d +} + +.theme-light .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::placeholder { + color:#72767d +} + +.theme-light .searchIcon-1a1-yA { + color:rgba(79, + 84, + 92, + .6) +} + +.theme-light .filterLabel-2yQNPl { + color:#000 +} + +.theme-dark .searchBox-3Y2Vi7 { + background-color:#4f545c; + -webkit-box-shadow:0 2px 5px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 5px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-webkit-input-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::-moz-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv:-ms-input-placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .searchBox-3Y2Vi7 .searchBoxInput-uJtBcv::placeholder { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .searchIcon-1a1-yA { + color:hsla(0, + 0%, + 100%, + .3) +} + +.theme-dark .filterLabel-2yQNPl { + color:#b9bbbe +} + +.container-V70vZ2 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + margin-top:16px +} + +.container-V70vZ2.searchPage-3GKAdT { + margin-bottom:16px; + margin-top:0 +} + +.search-1iTphC { + width:100%; + max-width:560px; + position:relative; + margin:auto auto 16px +} + +.search-1iTphC .searchBox-2_mAlO { + z-index:2; + border-radius:8px; + background-color:#fff; + padding-right:8px +} + +.search-1iTphC .searchBox-2_mAlO:focus, +.search-1iTphC .searchBox-2_mAlO:focus-within { + -webkit-box-shadow:0 0 0 1px #5b43f0, + 0 0 0 2px #bdb3f9, + 0 0 0 3px #bdb3f9; + box-shadow:0 0 0 1px #5b43f0, + 0 0 0 2px #bdb3f9, + 0 0 0 3px #bdb3f9; + border-color:transparent +} + +.search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng { + font-size:16px; + padding:8px; + color:#2e3338 +} + +.search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng::-webkit-input-placeholder { + color:#72767d +} + +.search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng::-moz-placeholder { + color:#72767d +} + +.search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng:-ms-input-placeholder { + color:#72767d +} + +.search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng::placeholder { + color:#72767d +} + +.search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1 { + color:#4f5660; + width:24px; + height:24px +} + +.search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1:hover { + color:#2e3338 +} + +.search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1:focus { + color:#060607 +} + +.search-1iTphC .searchBox-2_mAlO .searchIcon-6ljH-4 { + color:rgba(79, + 84, + 92, + .6) +} + +.searchPage-3GKAdT .search-1iTphC { + width:auto; + -webkit-box-flex:2; + -ms-flex-positive:2; + flex-grow:2; + margin:0; + max-width:720px +} + +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO { + background-color:var(--background-tertiary); + -webkit-box-shadow:none; + box-shadow:none +} + +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO:focus, +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO:focus-within { + -webkit-box-shadow:none; + box-shadow:none; + border-color:#7289da; + -webkit-transform:none; + transform:none +} + +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO .searchBoxInput-K6mkng { + color:var(--text-normal) +} + +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1:focus, +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1:hover { + color:var(--interactive-active) +} + +.searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO .closeIcon-2WLZc1 { + color:var(--interactive-normal); + width:24px; + height:24px +} + +.languageSelector-LEtpHP { + -webkit-box-flex:0; + -ms-flex:0 0 106px; + flex:0 0 106px; + margin-left:8px +} + +.categories-1ywIbh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-bottom:20px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + max-width:848px +} + +.categoryPill-34fszg { + margin-right:8px; + margin-bottom:4px; + padding:4px 8px; + text-align:center; + cursor:pointer; + border-radius:8px +} + +.categoryPill-34fszg .categoryLabel-2G3r2V { + color:var(--text-muted); + font-weight:600 +} + +.categoryPill-34fszg:hover:not(.selected-1dONk0) { + background-color:var(--background-modifier-hover) +} + +.categoryPill-34fszg.selected-1dONk0 { + background-color:#7289da; + color:#fff +} + +.categoryPill-34fszg.selected-1dONk0 .categoryLabel-2G3r2V { + color:#fff +} + +.card-Lnpy-k { + position:relative +} + +.container-2zflaQ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + cursor:pointer; + -webkit-transition:opacity .2s ease-in; + transition:opacity .2s ease-in +} + +.content-1BENPf { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:baseline; + -ms-flex-align:baseline; + align-items:baseline; + height:135px +} + +.content-1BENPf, +.header-17VJwP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.header-17VJwP { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:start +} + +.splashContainer-1rUZiJ { + height:135px; + border-radius:8px; + margin-right:16px; + overflow:hidden; + -ms-flex-negative:0; + flex-shrink:0 +} + +.splashImage-37Y0AL { + height:100%; + -o-object-fit:cover; + object-fit:cover; + -webkit-transition:-webkit-transform .2s ease-out; + transition:-webkit-transform .2s ease-out; + transition:transform .2s ease-out; + transition:transform .2s ease-out, + -webkit-transform .2s ease-out +} + +.avatar-1izvHm { + width:100%; + height:100%; + cursor:pointer +} + +.headerName-2_tRB0 { + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:8px +} + +.hover-5Ebo7F .splashImage-37Y0AL { + -webkit-transform:scale(1.05); + transform:scale(1.05) +} + +.guildBadge-3eWG1R { + margin-right:4px +} + +.description-2gqdJO { + margin-top:8px +} + +.memberInfo-1YVMA9 { + margin-top:auto +} + +.memberCount-3waKfJ, +.memberInfo-1YVMA9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.memberCount-3waKfJ { + font-size:12px; + line-height:16px +} + +.dotSeparator-vID2Hz { + border-radius:50%; + width:4px; + height:4px; + margin:0 8px; + -ms-flex-negative:0; + flex-shrink:0; + background-color:var(--interactive-muted) +} + +.separator-2xbLUz { + width:100%; + height:0; + display:block; + border:none; + border-top:1px solid var(--background-modifier-accent) +} + +@-webkit-keyframes placeholderPulse-19E6RQ { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +@keyframes placeholderPulse-19E6RQ { + 0% { + opacity:.6 + } + + 50% { + opacity:.8 + } + + to { + opacity:.6 + } + +} + +.placeholder-2erB-x { + height:136px; + border-radius:8px; + -webkit-animation:placeholderPulse-19E6RQ 1.8s ease-in-out infinite; + animation:placeholderPulse-19E6RQ 1.8s ease-in-out infinite; + background-color:var(--background-tertiary) +} + +.submitting-IZmnHL { + opacity:.5; + pointer-events:none +} + +.spinner-2OWD4A { + width:48px; + height:48px; + border-radius:8px; + background-color:#18191c; + top:50%; + left:50%; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%); + position:absolute; + z-index:1 +} + +.pageWrapper-1PgVDX { + width:100%; + position:relative +} + +.platform-osx .pageHeaderDrag-OPlmbm { + -webkit-app-region:drag +} + +.viewWrapper-8-8h4T { + width:100%; + height:100%; + max-width:1608px; + margin:0 auto +} + +.viewWrapper-8-8h4T.searchPage-3m5ssC { + margin:0 +} + +.scroller-1d5FgU { + padding:16px; + height:100% +} + +@media (min-width: 1129px) { + .scroller-1d5FgU { + padding:32px + } + +} + +.dragRegion-1CaXN- { + position:absolute; + top:0; + left:0; + width:100%; + height:100px +} + +.dragRegion-1CaXN-.searchPageDrag-3TmAeh { + height:50px +} + +.searchHeader-2I26nG { + position:relative; + text-align:center; + margin-bottom:32px; + min-height:200px +} + +.headerImage-3X1tyY { + display:inherit; + border-radius:8px; + width:100%; + height:auto +} + +.headerContentWrapper-2u32yq { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.headerContent-2gImvv { + width:100%; + min-width:360px; + max-width:720px; + margin:0 240px +} + +.searchTitle-36D1cB { + color:#fff +} + +.searchSubtitle-2jsC5X { + color:#fff; + margin-top:8px +} + +.guildList-1ItbxP { + display:grid; + grid-gap:16px; + grid-template-columns:auto; + grid-auto-rows:-webkit-min-content; + grid-auto-rows:min-content; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + max-width:760px; + margin:0 +} + +@media (max-width: 1265px) { + .searchSubtitle-2jsC5X { + font-size:14px + } + +} + +.footer-2jdoRS { + margin:32px 0; + text-align:center +} + +.footerImage-1CwWjz { + margin-bottom:8px +} + +.theme-dark .pageWrapper-1PgVDX { + background-color:#36393f; + color:#fff +} + +.theme-light .pageWrapper-1PgVDX { + background-color:#fff; + color:#4f545c +} + +.container-1A4qMb { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + height:100% +} + +.container-1A4qMb, +.searchHeader-14dJfk { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.searchHeader-14dJfk { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-bottom:16px +} + +.header-1URtb6 { + color:var(--header-secondary); + margin-left:20px +} + +.header-1URtb6 strong { + color:var(--header-primary) +} + +.arrow-3Qp2S8 { + cursor:pointer; + color:var(--interactive-normal) +} + +.arrow-3Qp2S8:hover { + color:var(--interactive-hover) +} + +.arrow-3Qp2S8:focus { + color:var(--interactive-active) +} + +.results-2a-SSB { + max-width:720px; + padding-bottom:32px +} + +.emptyContainer-1_gwCl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background-color:var(--background-secondary); + padding:80px 0; + max-width:720px; + border-radius:8px +} + +.emptyImage-1ABqhB { + width:314px; + height:145px; + background-image:url(img/4bb32037d9d2e8240d1315ddaf4e4b85.svg) +} + +.emptyImage-1ABqhB, +.errorImage-1StK2r { + background-repeat:no-repeat; + background-size:contain +} + +.errorImage-1StK2r { + width:80px; + height:80px; + background-image:url(img/cdc3daf6fc982fef1df502912b682ada.svg) +} + +.emptyHeader-3hf8Hv { + margin-top:32px; + margin-bottom:8px +} + +.discoverHeader-1TWTqG { + margin:16px 0 16px 16px; + font-weight:700 +} + +.categoryItem-3zFJns { + color:var(--header-secondary); + margin-left:8px +} + +.categoryItem-3zFJns.selectedCategoryItem-3X8ujp { + color:#fff +} + +.categoryItem-3zFJns.selectedCategoryItem-3X8ujp .itemInner-3gVXMG { + background-color:#7289da +} + +.wrapper-sa6paO { + position:relative; + overflow:hidden; + width:8px; + height:48px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + contain:layout size +} + +.item-2hkk8m { + position:absolute; + display:block; + width:8px; + border-radius:0 4px 4px 0; + margin-left:-4px; + background-color:var(--header-primary) +} + +.wrapper-25eVIn { + position:relative; + cursor:pointer +} + +.svg-1X37T1, +.wrapper-25eVIn { + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:48px; + height:48px +} + +.svg-1X37T1 { + position:absolute; + top:0; + left:0 +} + +.lowerBadge-29hYVK { + bottom:0 +} + +.lowerBadge-29hYVK, +.upperBadge-2XnnGB { + pointer-events:none; + position:absolute; + right:0 +} + +.upperBadge-2XnnGB { + top:0 +} + +.focusStroke-1ApElc { + stroke:transparent; + stroke-width:0 +} + +.focusFill-3Y4YuU, +.focusStroke-1ApElc { + fill:transparent +} + +.keyboard-mode .focusStroke-1ApElc { + fill:var(--focus-primary); + stroke:var(--focus-primary); + stroke-width:8px +} + +.keyboard-mode .focusFill-3Y4YuU { + fill:var(--background-tertiary) +} + +.wrapper-2B2Wx1 { + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + pointer-events:none +} + +.half-1OBsd2 { + -ms-flex-preferred-size:50%; + flex-basis:50% +} + +.edge-1OJQxL { + -ms-flex-preferred-size:25%; + flex-basis:25% +} + +.middle-3rAgAl { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.higher-3RVLpi { + margin-top:-20px +} + +.autoPointerEvents-jwJdCs { + pointer-events:auto +} + +.wrapper-1BJsBx { + -webkit-transition:background-color .1s ease-out, + color .1s ease-out; + transition:background-color .1s ease-out, + color .1s ease-out +} + +.childWrapper-anI2G9, +.wrapper-1BJsBx { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + width:48px; + height:48px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.childWrapper-anI2G9 { + -webkit-transition:background-color .15s ease-out, + color .15s ease-out; + transition:background-color .15s ease-out, + color .15s ease-out; + background-color:var(--background-primary); + color:var(--text-normal) +} + +.wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9, +.wrapper-1BJsBx:hover .childWrapper-anI2G9 { + color: #1c1c1c; + background-color:#FEBE10 +} + +.acronym-2mOFsV { + font-weight:500; + line-height:1.2em; + white-space:nowrap +} + +.icon-27yU2q { + display:block; + width:48px; + height:48px; + -o-object-fit:cover; + object-fit:cover; + pointer-events:none +} + +.pill-1m5BUr { + position:absolute; + top:0; + left:0 +} + +.wrapper-21YSNc { + position:relative; + width:72px +} + +.wrapper-21YSNc:active { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.expandedFolderBackground-2sPsd- { + position:absolute; + top:0; + left:12px; + bottom:8px; + width:48px; + border-radius:24px; + -webkit-transition:background-color .15s ease-out; + transition:background-color .15s ease-out; + background-color:var(--background-secondary) +} + +.expandedFolderBackground-2sPsd-.collapsed-1GMuSb, +.expandedFolderBackground-2sPsd-.collapsed-1GMuSb.hover-2ji_A7 { + background-color:transparent +} + +.folderIconWrapper-226oVY { + border-radius:16px; + overflow:hidden +} + +.folder-21wGz3, +.folderIconWrapper-226oVY { + width:48px; + height:48px; + -webkit-transition:background-color .15s ease-out; + transition:background-color .15s ease-out +} + +.folder-21wGz3 { + cursor:pointer; + background-color:var(--background-secondary) +} + +.folder-21wGz3.hover-2ji_A7 { + background-color:var(--background-primary) +} + +.closedFolderIconWrapper-15K9MK { + width:48px; + height:48px; + padding:4px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:grid; + grid-template:1fr 1fr/1fr 1fr; + justify-items:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.folderIconPreview-1-zF58 { + border-radius:50% +} + +.folderIconPreview-1-zF58 .guildIcon-GuAC7C { + background-color:transparent +} + +.miniPlaceholder-2fEHqA { + width:15px; + height:15px +} + +.expandedFolderIconWrapper-1xLaU- { + width:48px; + height:48px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.guildIcon-GuAC7C { + overflow:hidden; + position:static +} + +.guildIconUnavailable-5PMHDN { + width:16px; + height:16px; + border-radius:50%; + font-size:8px; + font-weight:700; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background:var(--background-primary); + color:var(--header-primary); + border:1px solid #f04747 +} + +.blobContainer-239gwq:active { + position:relative; + -webkit-transform:translateY(1px) translateZ(0); + transform:translateY(1px) translateZ(0); + -webkit-backface-visibility:hidden; + backface-visibility:hidden +} + +.pill-31IEus { + position:absolute; + left:0; + top:0 +} + +.sorting-3G576C { + pointer-events:none +} + +@-webkit-keyframes wobble-2shAxW { + 0%, + to { + -webkit-transform:rotate(0); + transform:rotate(0) + } + + 25% { + -webkit-transform:rotate(2deg); + transform:rotate(2deg) + } + + 75% { + -webkit-transform:rotate(-2deg); + transform:rotate(-2deg) + } + +} + +@keyframes wobble-2shAxW { + 0%, + to { + -webkit-transform:rotate(0); + transform:rotate(0) + } + + 25% { + -webkit-transform:rotate(2deg); + transform:rotate(2deg) + } + + 75% { + -webkit-transform:rotate(-2deg); + transform:rotate(-2deg) + } + +} + +.wobble-2shAxW { + -webkit-animation-name:wobble-2shAxW; + animation-name:wobble-2shAxW; + -webkit-animation-duration:.2s; + animation-duration:.2s; + -webkit-animation-iteration-count:infinite; + animation-iteration-count:infinite; + -webkit-transform-origin:50% 30%; + transform-origin:50% 30% +} + +.modal-2Lmpu0 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + width:700px +} + +.information-34_WSh { + padding:20px; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.body-3LnUjB { + line-height:20px; + margin-top:20px +} + +.card-8mY5hz { + padding:0 20px 20px; + -ms-flex-negative:0; + flex-shrink:0; + width:400px; + height:100%; + background-color:#2f3136; + border-radius:0 5px 5px 0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-pack:distribute; + justify-content:space-around +} + +.image-23YBsm { + position:absolute; + bottom:0; + left:0; + width:300px +} + +.title-2sg2wH { + margin-bottom:8px +} + +.subtitle-1tsRgk { + margin-bottom:24px +} + +.img-14RJ4C { + margin-bottom:20px; + width:252px; + height:168px +} + +.checkbox-2isuxc { + margin-right:8px +} + +.errorMessage-1Zosc1 { + color:#f04747 +} + +.createAccountTemplateHeader-2nHsFv { + color:var(--header-primary); + font-size:24px; + font-weight:600 +} + +.horizontalAuthBox-3g0z2L { + width:960px +} + +.flex-3GtgJ6 { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.pill-2uzAFe { + position:absolute; + top:0; + left:0 +} + +.downloadProgress-3lBtPV { + position:relative; + top:-2px; + right:-2px +} + +.homeIcon-tEMBK1 { + display:block; + width:28px; + height:20px +} + +.tutorialContainer-1v44GL { + position:relative +} + +.pendingIcon-3TSVFt { + color:var(--text-normal) +} + +.wrapper-1Rf91z { + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + width:72px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -ms-flex-negative:0; + flex-shrink:0; + position:relative; + background-color:var(--background-tertiary) +} + +.platform-osx .wrapper-1Rf91z { + margin-top:32px +} + +.tree-3tCaw8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100% +} + +.scroller-2TZvBN { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + padding:12px 0 0; + background-color:var(--background-tertiary); + contain:layout size +} + +.platform-win .scroller-2TZvBN { + padding-top:4px +} + +.platform-osx .scroller-2TZvBN { + padding-top:0 +} + +.platform-overlay .scroller-2TZvBN { + padding-top:12px +} + +.unreadMentionsIndicatorBottom-BXS58x, +.unreadMentionsIndicatorTop-gA6RCh { + position:absolute; + left:0; + right:0; + z-index:10; + overflow:hidden; + padding:8px; + height:40px; + pointer-events:none; + width:72px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.unreadMentionsIndicatorTop-gA6RCh { + padding-top:8px +} + +.unreadMentionsIndicatorBottom-BXS58x { + padding-bottom:8px +} + +.unreadMentionsBar-1VrBNe:before { + position:absolute; + top:0; + left:-8px; + right:-8px; + bottom:0; + content:"" +} + +.unreadMentionsIndicatorTop-gA6RCh { + top:0 +} + +.unreadMentionsIndicatorTop-gA6RCh .unreadMentionsBar-1VrBNe:before { + top:-8px +} + +.unreadMentionsIndicatorBottom-BXS58x { + bottom:0 +} + +.unreadMentionsIndicatorBottom-BXS58x .unreadMentionsBar-1VrBNe:before { + bottom:-8px +} + +.formGroup-2hEDrJ { + margin-bottom:20px +} + +.modalRoot-1Kx4Hb { + overflow:visible +} + +.inputContainer-1SpwlU { + position:relative +} + +.modalCloseButton-3ztS-g { + position:absolute; + top:12px; + right:12px +} + +.headerText-2uyvpY { + font-size:20px; + line-height:24px; + font-weight:600; + color:var(--interactive-active) +} + +.emojiButton-2NpAb3.fullOpacity-mggU2C { + opacity:1 +} + +.emojiButtonContainer-3d6DFV { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:absolute; + left:0; + top:0; + margin:0 10px; + height:100% +} + +.emoji-MCvpgl { + width:22px; + height:22px +} + +.input-1GLP_D { + padding-left:42px; + padding-right:36px +} + +.clearButton-13g8ju { + position:absolute; + top:0; + right:10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:100%; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + line-height:0; + opacity:.6 +} + +.clearButton-13g8ju:focus, +.clearButton-13g8ju:hover { + opacity:1 +} + +.clearIcon-xXwSFS { + width:16px; + height:16px; + color:var(--interactive-normal) +} + +.headerContainer-3N-yWX { + overflow:visible; + position:relative +} + +.header-3C6qT5 { + padding-top:52px; + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.art-347BZj { + background-size:contain; + background-repeat:no-repeat; + position:absolute; + top:0; + left:50%; + -webkit-transform:translateY(-50%) translateX(-50%); + transform:translateY(-50%) translateX(-50%); + width:200px; + height:120px; + background-image:url(img/c65bdfef89fe3a7456a727a4cf58933c.svg) +} + +.cancelButton-2O3h8t { + color:var(--interactive-active) +} + +.cancelButton-2O3h8t:hover { + text-decoration:underline +} + +.statusItem-33LqPf { + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:grid; + grid-template-areas:"icon status"". description"; + grid-template-rows:24px 1fr; + grid-template-columns:24px 1fr; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100%; + padding:4px 8px; + min-height:24px +} + +.status-1fhblQ { + grid-area:status span 2; + line-height: normal; +} + +.icon-1IxfJ2 { + grid-area:icon +} + +.description-2L932D { + grid-area:description; + color:currentColor; + margin-bottom:2px; + font-size:12px; + line-height:16px; + white-space:normal +} + +.customStatusItem-1TTIxM { + grid-template-areas:"status clear"; + grid-template-columns:1fr 20px +} + +.customStatusItem-1TTIxM, +.customStatusWithEmoji-8-XZ8I { + grid-template-rows:24px +} + +.customStatusWithEmoji-8-XZ8I { + grid-template-areas:"icon status clear"; + grid-template-columns:24px 1fr 20px +} + +.customEmoji-2_2FwB { + grid-area:icon; + margin-left:-2px; + width:16px; + height:16px +} + +.customEmojiPlaceholder-37iZ_j { + background-image:url(img/25acad70d165d46b460754aacfdc388b.svg); + background-size:contain; + background-repeat:no-repeat +} + +.customText-tY5LJn { + grid-area:status; + min-width:0; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis +} + +.clearStatusButton-1Mxs1q { + grid-area:clear; + line-height:0 +} + +.clearStatusButton-1Mxs1q:hover { + color:var(--interactive-hover) +} + +.clearStatusIcon-3-MDNF { + width:16px; + height:16px; + margin-left:4px +} + +.info-1VyQPT { + padding:8px 10px; + text-transform:capitalize; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.versionHash-2gXjIB { + text-transform:none +} + +.socialLinks-3jqNFy { + padding:8px 10px; + font-size:12px; + line-height:16px +} + +.link-1IoFq- { + padding:0 2px; + margin-right:8px +} + +.foreground-26ym5y { + -webkit-transition:fill .15s ease; + transition:fill .15s ease +} + +.theme-light .foreground-26ym5y { + fill:#b9bbbe +} + +.theme-light .link-1IoFq-:hover .foreground-26ym5y { + fill:#72767d +} + +.theme-dark .foreground-26ym5y { + fill:#adadad +} + +.theme-dark .link-1IoFq-:hover .foreground-26ym5y { + fill:#fff +} + +.description-31A0cy { + margin-bottom:16px +} + +.buttonContainer-1zBNxN { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.disableButton-220a9y { + margin-right:16px +} + +.modalContent-2ParpD { + padding-top:30px; + text-align:center +} + +.header-2BYOHT { + padding:42px 0 4px +} + +.promo--BLWHF { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + padding:16px; + margin:20px 0 8px; + background-color:var(--background-secondary); + border-radius:5px; + -ms-flex-line-pack:center; + align-content:center; + text-align:left +} + +.promoText-2pe0yR { + font-weight:600; + margin-right:16px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.avatar-2IUHRM { + position:absolute; + top:-60px; + left:160px +} + +.cancelButton-2i5eJ4 { + margin-right:12px +} + +.modalFooter-mcRLvN { + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.modalFooter-mcRLvN, +.modalFooterActions-1prWEU { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.modalFooterActions-1prWEU { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.container-q03LZO { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.profileBadge-2niAfJ { + background-repeat:no-repeat; + background-size:contain; + background-position:50%; + cursor:pointer; + width:24px; + height:24px +} + +.profileBadgeWrapper-1rGSsp { + margin-right:6px +} + +.profileBadgeStaff-3BXdTO { + background-image:url(img/7cfd90c8062139e4804a1fa59f564731.svg) +} + +.profileBadgePartner-j6Lwhr { + background-image:url(img/a6a741e07b5ec2d1583f8b98df3c2143.svg) +} + +.profileBadgeHypesquad-12E2P6 { + background-image:url(img/3a050fcc884255231b99b7033c776070.svg) +} + +.profileBadgeHypeSquadOnlineHouse1-3rBtjf { + background-image:url(img/1115767aed344e96a27a12e97718c171.svg) +} + +.profileBadgeHypeSquadOnlineHouse2-2oU04B { + background-image:url(img/d3478c6bd5cee0fc600e55935ddc81aa.svg) +} + +.profileBadgeHypeSquadOnlineHouse3-1DoJkv { + background-image:url(img/2a085ed9c86f3613935a6a8667ba8b89.svg) +} + +.profileBadgeHypeSquadOnlineHouse1Winner-3wCl80 { + background-image:url(img/75f75c3142b8d44ea7052c2bcb9a9043.svg) +} + +.profileBadgeHypeSquadOnlineHouse2Winner-AS5bXe { + background-image:url(img/d4a8fe68fc5f40c8a778f858881a7b84.svg) +} + +.profileBadgeHypeSquadOnlineHouse3Winner-2CwwQi { + background-image:url(img/5dc48a7859a00e7d95ad8382156aab84.svg) +} + +.profileBadgeVerifiedDeveloper-195KfD { + background-image:url(img/785d81fdbedd133e213da693aba98774.svg) +} + +.profileBadgeEarlySupporter-2ng_jL { + background-image:url(img/ce15562552e3d70c56d5408cfeed2ffd.svg); + width:28px +} + +.profileBadgePremium-1KDZYC { + background-image:url(img/379d2b3171722ef8be494231234da5d1.svg); + width:28px +} + +.profileBadgeBugHunterLevel1-dbEzVz { + background-image:url(img/df26f079738a4dcd07cbce6eb3c957f1.svg) +} + +.profileBadgeBugHunterLevel2-3TUciC { + background-image:url(img/16def052b03d75dac0ed9234c5d6a880.svg) +} + +.profileGuildSubscriberlvl1-3oI9tx { + background-image:url(img/a86d7e56b8208da9f8623ac49fe822dc.svg) +} + +.profileGuildSubscriberlvl2-r6nJHT { + background-image:url(img/e85361cd599b6722548c5a5f003b4b78.svg) +} + +.profileGuildSubscriberlvl3-38s3Dj { + background-image:url(img/7a0be61e754af3353d0871070f46a9d6.svg) +} + +.profileGuildSubscriberlvl4-2NXrsI { + background-image:url(img/88f960f400930f109847d0335685de69.svg) +} + +.profileGuildSubscriberlvl5-3XIa2K { + background-image:url(img/a99def5f819c077e5e5061cab741b7e6.svg) +} + +.profileGuildSubscriberlvl6-3e3sxW { + background-image:url(img/2cfb317f3db3963d8ded9a97ee967bac.svg) +} + +.profileGuildSubscriberlvl7-1dVhQT { + background-image:url(img/278736f579d810b11ddf308cb598b19e.svg) +} + +.profileGuildSubscriberlvl8-1kXdFr { + background-image:url(img/38e40f25802a0fdf480d9b855a37a2f3.svg) +} + +.profileGuildSubscriberlvl9-1d6zav { + background-image:url(img/cfbc2d8ceacfacf07850f986c8165195.svg) +} + +.colored-1armap .profileBadgeStaff-3BXdTO { + background-image:url(img/4358ad1fb423b346324516453750f569.svg) +} + +.colored-1armap .profileBadgePartner-j6Lwhr { + background-image:url(img/6203964d9d25c394a573fd4f6be36d97.svg) +} + +.colored-1armap .profileBadgeHypesquad-12E2P6 { + background-image:url(img/6c73f47daf179ffade99f501bfc5101b.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse1-3rBtjf { + background-image:url(img/64ae1208b6aefc0a0c3681e6be36f0ff.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse2-2oU04B { + background-image:url(img/48cf0556d93901c8cb16317be2436523.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse3-1DoJkv { + background-image:url(img/9fdc63ef8a3cc1617c7586286c34e4f1.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse1Winner-3wCl80 { + background-image:url(img/26a2dc8c9d70955a988cb377eec84c22.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse2Winner-AS5bXe { + background-image:url(img/88d4f11bee9ea34fee59973b33353da0.svg) +} + +.colored-1armap .profileBadgeHypeSquadOnlineHouse3Winner-2CwwQi { + background-image:url(img/3245b2cd85b787b195ea8f6e10ef5790.svg) +} + +.colored-1armap .profileBadgeVerifiedDeveloper-195KfD { + background-image:url(img/45cd06af582dcd3c6b79370b4e3630de.svg) +} + +.colored-1armap .profileBadgeEarlySupporter-2ng_jL { + background-image:url(img/23e59d799436a73c024819f84ea0b627.svg) +} + +.colored-1armap .profileBadgePremium-1KDZYC { + background-image:url(img/386884eecd36164487505ddfbac35a9d.svg) +} + +.colored-1armap .profileBadgeBugHunterLevel1-dbEzVz { + background-image:url(img/f61b8981e92feead854f52e5a1ba14f0.svg) +} + +.colored-1armap .profileBadgeBugHunterLevel2-3TUciC { + background-image:url(img/9286332d6e947c91fa91569efce431b0.svg) +} + +.colored-1armap .profileGuildSubscriberlvl1-3oI9tx { + background-image:url(img/fbb6f1e160280f0e9aeb5d7c452eefe1.svg) +} + +.colored-1armap .profileGuildSubscriberlvl2-r6nJHT { + background-image:url(img/b4b741bef6c3de9b29e2e0653e294620.svg) +} + +.colored-1armap .profileGuildSubscriberlvl3-38s3Dj { + background-image:url(img/93f5a393e22796a850931483166d7cb9.svg) +} + +.colored-1armap .profileGuildSubscriberlvl4-2NXrsI { + background-image:url(img/4c380650960c2b1e1584115d5e9ad63b.svg) +} + +.colored-1armap .profileGuildSubscriberlvl5-3XIa2K { + background-image:url(img/438dd7ecbffcf21b6cbf2773ade51a04.svg) +} + +.colored-1armap .profileGuildSubscriberlvl6-3e3sxW { + background-image:url(img/7a5f78de816fcecbbd1d5d6e635cc7dd.svg) +} + +.colored-1armap .profileGuildSubscriberlvl7-1dVhQT { + background-image:url(img/5a24b20b84fb3eafc138916729386e76.svg) +} + +.colored-1armap .profileGuildSubscriberlvl8-1kXdFr { + background-image:url(img/f31d590e1f3629cd0b614330f4a8ee2a.svg) +} + +.colored-1armap .profileGuildSubscriberlvl9-1d6zav { + background-image:url(img/9ba64f1fa91ccde0eba506c1c33f3d1a.svg) +} + +.header-3ydO_m { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-top:24px; + padding-bottom:24px +} + +.title-33m_XM { + font-weight:700 +} + +.subtitle-1DRiTc, +.title-33m_XM { + text-align:center +} + +.subtitle-1DRiTc { + margin-top:8px +} + +.modalCloseButton-3aEy9o { + position:absolute; + top:16px; + right:16px +} + +.content-1AKki_ { + padding-bottom:16px +} + +.password-7h0m3y { + margin-top:16px +} + +.cancel-3ncp2g { + margin-right:8px +} + +.multiInput-2AiDV2 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.multiInputFirst-2aPTwX { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.multiInputField-3K361B { + border:none; + background-color:transparent +} + +.multiInputLast-33BbRU input { + width:100px; + padding-left:32px; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.multiInputLast-33BbRU:before { + width:1px; + height:30px; + content:""; + position:absolute; + margin-top:5px; + border-width:1px; + border-right-style:solid; + opacity:.1 +} + +.questionMark-3qBhGj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + width:32px; + height:32px; + border-radius:2px; + margin-right:4px; + padding:0; + min-width:0; + min-height:0; + background-color:#7289da +} + +.questionMark-3qBhGj .icon-3zLVMD { + width:24px; + height:24px; + cursor:pointer; + -webkit-app-region:no-drag; + color:#f6f6f7 +} + +.discriminatorChangeWarning-3Aw70V { + margin-top:8px +} + +.background-1QDuV2 { + border-radius:8px; + background-color:var(--background-secondary); + padding:16px +} + +.profile-1eT9hT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.avatarUploaderInner-2EvNMg { + width:80px; + height:80px +} + +.details-2fkb7l { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-top:auto; + margin-bottom:auto; + margin-left:16px; + overflow:hidden +} + +.detailsInner-1VPlWl { + overflow:hidden; + text-overflow:ellipsis; + color:var(--header-primary) +} + +.username-1fQw19 { + font-weight:600 +} + +.badgeList-HtCfKd { + margin-top:4px +} + +.fieldList-21DyL8 { + border-radius:8px; + background-color:var(--background-primary); + padding:16px; + margin-top:16px +} + +.field-1HUseB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.fieldSpacer-wgewFh { + margin-top:24px +} + +.fieldTitle-3h2iLW { + margin-bottom:4px +} + +.fieldButtonList-16Wn0S { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.fieldButton-27bJrp { + margin-top:auto; + margin-bottom:auto +} + +.removeButton-3vophT { + margin-right:8px +} + +.menu-319q29, +.uploadButton-3kjtMm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + margin-left:auto; + -ms-flex-negative:0; + flex-shrink:0 +} + +.menu-319q29 { + margin-right:16px; + color:var(--interactive-normal); + cursor:pointer +} + +.avatarError-10Cg1R { + margin-top:8px +} + +.constrainedRow-2GB6Ki { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + overflow:hidden; + margin-right:16px +} + +.usernameRow-2Lu_-c { + overflow:hidden +} + +.usernameInnerRow-ZlFnET { + overflow:hidden; + color:var(--header-primary); + text-overflow:ellipsis +} + +.header-2xfEYR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding-top:24px; + padding-bottom:24px +} + +.title-7KIelA { + font-weight:700 +} + +.subtitle-2RGT-H, +.title-7KIelA { + text-align:center +} + +.subtitle-2RGT-H { + margin-top:8px +} + +.modalCloseButton-1tQPZJ { + position:absolute; + top:16px; + right:16px +} + +.content-39mg13 { + padding-bottom:16px +} + +.newPassword-2xUoju { + margin-top:16px +} + +.cancel-3-Mvz6 { + margin-right:8px +} + +.headerSpacing-VC8KSy { + margin-bottom:0 +} + +.input-1yeenJ { + width:100% +} + +.customWidth-hekRLH { + width:520px +} + +.image-zE4JEH { + width:128px +} + +.secret-VW-wXa { + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.theme-dark .subHeader-3TFIST { + color:#b9bbbe +} + +.theme-light .subHeader-3TFIST { + color:#72767d +} + +.modal-IZS9Va { + width:450px +} + +.modalInner-H7DVez { + padding-bottom:20px +} + +.header-26_H9C img { + vertical-align:bottom +} + +.phoneNumber-1Sn5tB { + font-weight:600; + padding-right:4px +} + +.linkButton-2seBb6 { + padding-left:0; + font-size:16px +} + +.theme-dark .sectionBody-DUrZPU, +.theme-dark .subHeader-3FXnUc { + color:#b9bbbe +} + +.theme-light .sectionBody-DUrZPU, +.theme-light .subHeader-3FXnUc { + color:#72767d +} + +.btn-1PnLxm { + padding:10px 20px; + font-size:14px; + line-height:16px; + font-weight:500; + -webkit-transition:background-color .2s ease; + transition:background-color .2s ease; + position:relative; + text-align:center; + cursor:pointer +} + +.btn-1PnLxm+.btn-1PnLxm { + margin-left:8px +} + +.btn-1PnLxm:disabled { + cursor:not-allowed; + opacity:.3 +} + +.btn-1PnLxm.btnPrimary-1jluZW { + color:#fff; + background-color:#7289da; + border-radius:3px; + padding:8px 16px +} + +.btn-1PnLxm.btnPrimary-1jluZW:hover:not(:disabled) { + background-color:#4e5d94 +} + +.userSettingsSecurityImage-21pI_Q { + width:100%; + opacity:1; + -webkit-transition:opacity .3s ease; + transition:opacity .3s ease +} + +@media (max-width: 840px) { + .userSettingsSecurityImage-21pI_Q { + opacity:0 + } + +} + +.userSettingsSecurity-3IYeMF .isEnabled-24g9qA { + color:#43b581 +} + +.userSettingsSecurity-3IYeMF .lockIcon-2Hj8Tq { + margin-right:4px; + width:10px; + height:14px; + position:relative; + top:2px +} + +.userSettingsSecurity-3IYeMF .checkboxGroup-3_9osm .code-2d9-2m { + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + font-size:14px; + line-height:28px; + cursor:text +} + +.phoneRevealer-3-Mv3e { + margin-left:4px +} + +.changePasswordButton-1LGVWT { + margin-bottom:28px +} + +.accountWarningBodyText-3_2oAj { + margin-bottom:16px +} + +.backupCode-1iCDnI { + outline:none; + display:inline-block +} + +.theme-light .userSettingsSecurity-3IYeMF .codeCheckbox-1T0TTy { + color:#4f545c +} + +.theme-dark .userSettingsSecurity-3IYeMF .codeCheckbox-1T0TTy { + color:#dcddde +} + +.modalContent-Kx1eDz { + padding-bottom:20px +} + +.inputWrapper-1WF_fw { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-right:10px; + width:100%; + margin-bottom:20px +} + +.preview-2nSL_2 { + position:relative; + height:180px; + overflow:hidden; + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch +} + +.preview-2nSL_2:after { + content:""; + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + cursor:default +} + +.firstMessage-2wgPU_ { + margin-top:-.8rem!important +} + +.compactPreview-uctQ4t .firstMessage-2wgPU_ { + margin-top:0!important +} + +.authedApp-mj2Hmd { + padding:20px +} + +.authedApp-mj2Hmd:focus-within .deleteApp-dtfZIe, +.authedApp-mj2Hmd:hover .deleteApp-dtfZIe { + opacity:1 +} + +.deleteApp-dtfZIe { + opacity:0; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.headerInfo-30WFqE { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.appAvatar-3bgkQ9 { + width:32px; + height:32px; + border-radius:50%; + -webkit-user-drag:none +} + +.permission-1gtoyP { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:18px +} + +.permissionCheckmark-1SeKr2 { + background:url(img/119de0e66a41e5a39d17f2699b34b3f2.svg) no-repeat; + background-size:18px 18px; + display:inline-block; + width:23px; + height:18px +} + +.formError-2HK0A5 { + margin-bottom:20px +} + +.card-VoqMMK { + padding:20px +} + +.addressSection-3LwW_f, +.formActions-34l65m { + margin-top:20px +} + +.defaultSection-2hDX5u { + margin:20px 0 +} + +.defaultCheckboxLabel-380vsp { + margin-left:4px +} + +.sectionHeader-1068cF { + margin-bottom:10px +} + +.subText-1Lf-cY { + font-size:14px; + margin-top:20px; + color:var(--text-muted) +} + +.disabledTooltipWrapper-pcjnN3 { + position:relative +} + +.disabledTooltipTarget-1M3ydP { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + z-index:1; + cursor:not-allowed +} + +.theme-light .sectionHeader-1068cF { + color:#72767d +} + +.theme-light .errorSubText-E6nFXO { + color:#f04747 +} + +.theme-dark .sectionHeader-1068cF { + color:#b9bbbe +} + +.theme-dark .errorSubText-E6nFXO { + color:#f04747 +} + +.paymentSourceRow-3FbcL_ { + margin:16px 0 +} + +.header-3HBlrs { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.subText-2Zhkkh { + font-size:14px; + margin-top:4px +} + +.footer-TVTShO { + margin-top:20px +} + +.lockIcon-1UaIyp { + margin-right:8px; + width:20px; + height:20px +} + +.theme-dark .subText-2Zhkkh, +.theme-light .subText-2Zhkkh { + color:#72767d +} + +.syncing-q4sYw9 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:300px +} + +.paymentHistory-2FXzro { + margin-top:40px +} + +.codeRedemptionRedirect-1wVR4b { + font-size:14px; + line-height:18px; + margin-top:40px; + padding:16px 22px +} + +.theme-dark .codeRedemptionRedirect-1wVR4b { + color:#fff; + background-color:#2f3136; + border-color:#202225 +} + +.theme-light .codeRedemptionRedirect-1wVR4b { + color:#4f545c; + background-color:#f6f6f7; + border-color:#dcddde +} + +.accountList-33MS45 { + padding:20px 20px 12px; + background-color:var(--background-secondary-alt); + border-radius:8px +} + +.accountBtn-2Nozo3 { + margin-right:8px; + margin-bottom:8px +} + +.accountBtn-2Nozo3:last-child { + margin-right:0 +} + +.accountBtn-2Nozo3 .accountBtnInner-sj5jLs { + background-color:var(--background-secondary); + border:none +} + +.accountBtn-2Nozo3 .accountBtnInner-sj5jLs:hover { + background-color:var(--background-modifier-hover) +} + +.connectionList-3pzR-1 { + display:grid; + grid-gap:24px +} + +.connection-1fbD7X { + background-color:var(--background-secondary); + width:100%; + border-radius:8px +} + +.connectionHeader-2MDqhu { + position:relative; + display:grid; + grid-template-columns:auto 1fr auto; + padding:20px; + background:var(--background-secondary-alt); + border-radius:8px 8px 0 0 +} + +.connectionHeader-2MDqhu .connectionAccountValue-3VdBGs { + color:var(--header-primary); + margin-left:20px +} + +.connectionAccountLabel-1DiK0A { + margin-left:20px; + font-size:12px; + line-height:14px; + color:var(--header-secondary) +} + +.connectionIcon-2ElzVe { + width:32px; + height:32px +} + +.connectionOptionsWrapper-3KIj1Z { + padding:20px 10px 0 +} + +.connectionOptionsWrapper-3KIj1Z .connectionOptionSwitch-3KNn-E h3 { + color:#fff; + font-weight:500 +} + +.connectionOptionSwitch-3KNn-E { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + padding-left:10px; + padding-right:10px +} + +.connectionOptions-YE9FAM { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.integrationsWrapper-VkM_zO { + padding:20px +} + +.integrationsWrapper-VkM_zO a { + color:var(--text-normal) +} + +.integration-3kMeY4 { + border-radius:8px; + background:var(--background-secondary-alt); + padding:16px 10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.integration-3kMeY4 .guildIcon-YCs9He { + margin:0 10px 0 0; + float:left +} + +.integrationInner-3SUFBs { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.integrationInner-3SUFBs .channelLink-2TxEu3 { + color:var(--header-secondary); + font-size:12px +} + +.integrationInner-3SUFBs .integrationName-2tSCoY { + color:var(--header-primary) +} + +.warning-1XxEC9 { + color:#faa61a +} + +.connectedAccounts-2-XP1G { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.connectionDelete-2Odoln { + cursor:pointer; + color:var(--interactive-normal); + -ms-flex-item-align:center; + align-self:center +} + +.connectionDelete-2Odoln:hover { + color:var(--interactive-hover) +} + +.connectedAccountSeparator-2EgLhW { + margin-left:20px; + margin-right:20px; + width:auto +} + +.subEnabledTitle-2ElRo_ { + color:var(--text-normal) +} + +.item-3q5jTx { + position:relative +} + +.removeBuildOverride-1P8xc1 { + opacity:0; + position:absolute; + top:-12px; + right:-31px +} + +.buildOverrideGroup-2x3Fda { + position:relative; + padding-top:20px; + padding-bottom:20px; + margin-top:-1px +} + +.buildOverrideGroup-2x3Fda:hover .removeBuildOverride-1P8xc1 { + opacity:1 +} + +.theme-dark .codebox-1FquOa, +.theme-light .codebox-1FquOa { + height:230px; + max-height:230px; + background:none +} + +.removeBuildOverrideDisabled-3-pn2T { + opacity:.75; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + cursor:not-allowed +} + +.theme-light .row-2o2DzQ { + -webkit-box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3); + box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3) +} + +.theme-dark .row-2o2DzQ { + -webkit-box-shadow:inset 0 -1px 0 rgba(114, + 118, + 125, + .3); + box-shadow:inset 0 -1px 0 rgba(114, + 118, + 125, + .3) +} + +.title-2jLbtf { + cursor:pointer; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.experimentDate-2ymg99 { + color:var(--channels-default) +} + +.emptyState-2iBaUn { + margin-top:36px; + text-align:center +} + +.notDetected-33MY4s, +.nowPlaying-284llR { + width:100%; + padding:16px; + -webkit-animation:none; + animation:none; + margin-top:0; + border-radius:3px +} + +.notDetected-33MY4s .overlayStatusText-L2IACa, +.notDetected-33MY4s .overlayWarningIcon-3fZsZE, +.nowPlaying-284llR .overlayStatusText-L2IACa, +.nowPlaying-284llR .overlayWarningIcon-3fZsZE { + opacity:1 +} + +.nowPlayingAdd-1Kdmh_ { + -ms-flex-item-align:start; + align-self:flex-start; + margin-left:0; + font-size:14px +} + +.game-1ipmAa { + position:relative; + padding:20px 0 +} + +.game-1ipmAa .removeGame-2JFGPn { + position:absolute; + top:-12px; + right:-31px; + opacity:0 +} + +.game-1ipmAa:focus-within .overlayStatusText-L2IACa, +.game-1ipmAa:focus-within .overlayWarningIcon-3fZsZE, +.game-1ipmAa:focus-within .removeGame-2JFGPn, +.game-1ipmAa:hover .overlayStatusText-L2IACa, +.game-1ipmAa:hover .overlayWarningIcon-3fZsZE, +.game-1ipmAa:hover .removeGame-2JFGPn { + opacity:1 +} + +.activeGame-14JI7o { + position:relative +} + +.activeGame-14JI7o .removeGame-2JFGPn { + position:absolute; + top:-12px; + right:-12px; + opacity:0 +} + +.activeGame-14JI7o:focus-within .removeGame-2JFGPn, +.activeGame-14JI7o:hover .removeGame-2JFGPn { + opacity:1 +} + +.gameName-1RiWHm, +.gameNameInput-385LoS, +.gameVerifiedIcon-2dGGa5, +.lastPlayed-3bQ7Bo, +.overlayStatusText-L2IACa, +.overlayToggleIcon-2liB3r { + z-index:1 +} + +.gameNameLastPlayed-3LJo8n { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.gameVerifiedIcon-2dGGa5 { + margin-left:8px +} + +.gameName-1RiWHm { + font-size:16px; + font-weight:600; + line-height:22px +} + +.gameNameInput-385LoS { + border:1px solid transparent; + border-radius:3px; + background-color:transparent; + padding:0 4px; + margin-left:-5px; + width:240px +} + +.lastPlayed-3bQ7Bo { + color:#72767d; + font-size:14px +} + +.overlayStatusText-L2IACa { + width:100px; + margin-right:4px; + font-size:14px; + opacity:0 +} + +.overlayToggleIcon-2liB3r { + cursor:pointer +} + +.overlayToggleIconOff-1kT42w .fill-1ugeBG { + fill:#f04747 +} + +.overlayWarningIcon-3fZsZE { + background:url(img/afc17a02f2ea7406b0ee518c28414f7c.svg) no-repeat; + width:16px; + height:16px; + margin-right:20px; + opacity:0 +} + +.addGamePopout-2RY8Ju { + padding:10px; + width:300px; + border-radius:3px +} + +.addGamePopout-2RY8Ju .actions-3wcPyD { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.detectedApplication-1qfUIv { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.theme-light .nowPlayingAdd-1Kdmh_ { + color:#b9bbbe +} + +.theme-light .game-1ipmAa { + -webkit-box-shadow:0 1px 0 0 #dcddde; + box-shadow:0 1px 0 0 #dcddde +} + +.theme-light .gameName-1RiWHm { + color:#4f545c +} + +.theme-light .gameNameInput-385LoS:focus, +.theme-light .gameNameInput-385LoS:hover { + border-color:rgba(79, + 84, + 92, + .3); + background-color:#fff +} + +.theme-light .lastPlayed-3bQ7Bo { + color:#72767d +} + +.theme-light .overlayStatusText-L2IACa { + color:#b9bbbe +} + +.theme-light .overlayToggleIconOn-3UNmty .fill-1ugeBG { + fill:#b9bbbe +} + +.theme-light .addGamePopout-2RY8Ju { + background-color:#fff +} + +.theme-dark .nowPlayingAdd-1Kdmh_ { + color:#72767d +} + +.theme-dark .game-1ipmAa { + -webkit-box-shadow:0 1px 0 0 #4f545c; + box-shadow:0 1px 0 0 #4f545c +} + +.theme-dark .gameName-1RiWHm { + color:#f6f6f7 +} + +.theme-dark .gameNameInput-385LoS:focus, +.theme-dark .gameNameInput-385LoS:hover { + border-color:rgba(79, + 84, + 92, + .3); + background-color:#36393f +} + +.theme-dark .lastPlayed-3bQ7Bo, +.theme-dark .overlayStatusText-L2IACa { + color:#72767d +} + +.theme-dark .overlayToggleIconOn-3UNmty .fill-1ugeBG { + fill:#72767d +} + +.theme-dark .addGamePopout-2RY8Ju { + background-color:#36393f +} + +.theme-dark .addGamePopout-2RY8Ju .cancelButton-10XRsm { + color:#fff +} + +.theme-dark .nowPlayingAdd-1Kdmh_, +.theme-light .nowPlayingAdd-1Kdmh_ { + color:#b9bbbe +} + +.theme-dark .nowPlaying-284llR, +.theme-light .nowPlaying-284llR { + background-color:#43b581 +} + +.theme-dark .nowPlaying-284llR .gameName-1RiWHm, +.theme-light .nowPlaying-284llR .gameName-1RiWHm { + color:#f6fbf9 +} + +.theme-dark .nowPlaying-284llR .gameNameInput-385LoS:focus, +.theme-dark .nowPlaying-284llR .gameNameInput-385LoS:hover, +.theme-light .nowPlaying-284llR .gameNameInput-385LoS:focus, +.theme-light .nowPlaying-284llR .gameNameInput-385LoS:hover { + border-color:#1b4834; + background-color:rgba(27, + 72, + 52, + .3) +} + +.theme-dark .nowPlaying-284llR .lastPlayed-3bQ7Bo, +.theme-dark .nowPlaying-284llR .overlayStatusText-L2IACa, +.theme-light .nowPlaying-284llR .lastPlayed-3bQ7Bo, +.theme-light .nowPlaying-284llR .overlayStatusText-L2IACa { + color:#b4e1cd +} + +.theme-dark .nowPlaying-284llR .overlayToggleIconOff-1kT42w .fill-1ugeBG, +.theme-dark .nowPlaying-284llR .overlayToggleIconOn-3UNmty .fill-1ugeBG, +.theme-light .nowPlaying-284llR .overlayToggleIconOff-1kT42w .fill-1ugeBG, +.theme-light .nowPlaying-284llR .overlayToggleIconOn-3UNmty .fill-1ugeBG { + fill:#b4e1cd +} + +.theme-dark .notDetected-33MY4s, +.theme-light .notDetected-33MY4s { + background-color:#747f8d +} + +.theme-dark .notDetected-33MY4s .gameName-1RiWHm, +.theme-light .notDetected-33MY4s .gameName-1RiWHm { + color:#f8f9f9 +} + +.theme-dark .notDetected-33MY4s .lastPlayed-3bQ7Bo, +.theme-light .notDetected-33MY4s .lastPlayed-3bQ7Bo { + color:#c7ccd1 +} + +.feature-BGH8y4 { + padding-top:20px +} + +.featureBorder-7j4v58 { + border-top:1px solid var(--background-modifier-accent) +} + +.title-PMZpEi { + font-size:20px; + color:var(--header-primary) +} + +.description-1W0DiL { + font-size:16px; + line-height:20px; + color:var(--text-normal) +} + +.icon-3j1dJB { + width:120px; + height:80px; + background-size:100% 100%; + background-repeat:no-repeat; + margin-right:20px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.videoWrapper-3YdgHH { + background-color:var(--background-primary); + border-radius:5px; + overflow:hidden +} + +.video-2aTfcg { + display:block; + width:100%; + height:100% +} + +.features-2npk2D { + margin-bottom:20px +} + +.video-34IsHk { + margin:0 auto 40px +} + +.perksHeading-3oxU3I { + text-align:center; + color:var(--text-normal) +} + +.perkIcon-2bvvgO { + background-position:50%; + background-size:contain +} + +.perkNewsletter-2lxlA1 { + background-image:url(img/c970061def69b8226617841ca3089219.svg) +} + +.perkBadge-2la1kc { + background-image:url(img/46b24114f7276738329be3ae84e22da4.svg) +} + +.perkChallenges-19qHzw { + background-image:url(img/b13ade832d7f19e30c5d2452b6cbdd53.svg) +} + +.wrapper-2K37PN { + width:100% +} + +.contentWrapper-1VyP0K { + padding-bottom:20px +} + +.separator-PE-_y1 { + border:0; + background-color:#4f5660; + height:1px; + margin:0 +} + +.theme-light .prompt-kcCNXs { + color:#040405 +} + +.theme-light .selectYourAnswer-2lDJj_ { + color:#9099a4 +} + +.theme-light .separator-PE-_y1 { + background-color:#e3e5e8 +} + +.theme-dark .prompt-kcCNXs { + color:#fff +} + +.theme-dark .selectYourAnswer-2lDJj_ { + color:#9099a4 +} + +.theme-dark .separator-PE-_y1 { + background-color:#4f5660 +} + +.outerContentWrapper-2YH49P { + overflow:hidden; + position:relative +} + +.innerContentWrapper-1OlqRR, +.outerContentWrapper-2YH49P { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.quizResultHeading-2_7tfJ { + margin-bottom:24px; + text-align:center; + color:var(--text-normal) +} + +.inputFirstName-1ssgZ2, +.nameFormPreface-H-3UVQ { + margin-bottom:20px +} + +.quizResultBody-2x52di { + line-height:18px +} + +.quizResultLogoWrapper-1A5Eb1 { + border-radius:100%; + margin-left:auto; + margin-right:auto; + position:relative; + width:160px; + height:160px +} + +.quizResultLogo-QNVISZ { + position:absolute; + top:50%; + left:50%; + width:115px; + height:115px; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) +} + +.quizResultLogoWrapperHouse1-3FV1ry { + background-color:#9c84ef +} + +.quizResultLogoWrapperHouse1-3FV1ry .quizResultLogo-QNVISZ { + -webkit-transform:translate(-50%, + -45%); + transform:translate(-50%, + -45%) +} + +.quizResultLogoWrapperHouse2-3yrRO9 { + background-color:#f47b67 +} + +.quizResultLogoWrapperHouse3-2oQS9n { + background-color:#45ddc0 +} + +.membershipDialog-rVL-t_ { + border-radius:3px; + margin-bottom:30px; + overflow:hidden; + padding:30px; + position:relative +} + +.membershipDialog-rVL-t_:after { + position:absolute; + top:0; + left:0; + background-image:url(img/c48ff253859d29a8825ddb00b59a4565.svg); + background-position:bottom; + background-repeat:no-repeat; + background-size:cover; + content:""; + opacity:.15; + width:100%; + height:100%; + z-index:0 +} + +.membershipDialogContent-3zv-XB { + position:relative; + z-index:1 +} + +.membershipDialogHeading-3y8iIr { + margin-bottom:16px; + text-transform:uppercase +} + +.membershipDialogHouseName-ezTTJ9 { + font-size:24px; + margin-bottom:8px +} + +.membershipDialogHouseDescription-1GaVtg { + margin-bottom:20px +} + +.membershipDialogSwitchHouses-1K8L1U { + border-top:1px solid hsla(0, + 0%, + 100%, + .1); + padding-top:26px; + text-align:center +} + +.membershipDialogSwitchHousesAction-2a3eDg { + color:hsla(0, + 0%, + 100%, + .7); + cursor:pointer; + display:inline-block; + margin-left:4px; + -webkit-transition:color .1s; + transition:color .1s +} + +.membershipDialogHeading-3y8iIr, +.membershipDialogHouseDescription-1GaVtg, +.membershipDialogHouseName-ezTTJ9, +.membershipDialogSwitchHouses-1K8L1U, +.membershipDialogSwitchHousesAction-2a3eDg:hover { + color:#fff +} + +.joinCTAWrapper-2BaVvb { + margin-bottom:40px +} + +.joinCTA-FN-DEn { + margin-bottom:20px +} + +.newsletterWarning-UKgyLB { + font-size:14px; + line-height:18px; + opacity:.7; + text-align:center +} + +.membershipDialogHouse1-3KhKE- { + background-color:#9c84ef +} + +.membershipDialogHouse2-35h9SY { + background-color:#f47b67 +} + +.membershipDialogHouse3-15OBIQ { + background-color:#45ddc0 +} + +.houseLogoWrapper-3XZ6yo { + background:#fff; + border-radius:100%; + position:relative; + width:100px; + height:100px +} + +.houseLogo-2MU96l { + position:absolute; + top:50%; + left:50%; + width:70px; + height:70px; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%) +} + +.houseLogoHouse1-2LEurl { + -webkit-transform:translate(-50%, + -45%); + transform:translate(-50%, + -45%) +} + +.leaveActionWrapper-34XGz6 { + border-top:1px solid var(--background-modifier-accent); + margin-bottom:40px; + padding-top:40px; + text-align:center +} + +.leaveButton-2ml9zB { + cursor:pointer; + display:inline-block; + margin-left:4px; + padding:0; + position:relative +} + +.error-2netMa { + color:#f04747; + margin-bottom:20px +} + +.wrapper-2lwZNm { + padding:20px; + text-align:center +} + +.image-3bKszV { + background:none 50%/contain no-repeat; + width:120px; + height:107px +} + +.theme-dark .image-3bKszV { + background-image:url(img/cefc9c14adce616059f519c581331b32.svg) +} + +.theme-light .image-3bKszV { + background-image:url(img/890ba09792d4b17f9cffacdd81df6b71.svg) +} + +.intro-325xRx { + margin-bottom:40px; + text-align:center +} + +.introHeader-4MPach { + font-size:36px; + line-height:44px; + font-weight:700; + margin-bottom:8px; + color:var(--header-primary) +} + +.introBlurb-3gFgTQ { + font-size:20px; + line-height:30px; + color:var(--text-normal) +} + +.verificationNotice-3n1EX6 { + margin-bottom:40px +} + +.attendeeCTA-3ZZQWt { + color:var(--text-normal); + font-size:14px; + line-height:18px; + margin-top:40px; + padding:16px 22px +} + +.attendeeCTA-3ZZQWt a { + font-weight:inherit +} + +.codeRedemptionInput-3JOJea { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-right:20px +} + +.confirmBackgroundImage-2lmx3s { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-size:cover; + background-position:bottom; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + -webkit-mask:radial-gradient(circle at 50% 0, + #000, + transparent); + mask:radial-gradient(circle at 50% 0, + #000, + transparent) +} + +.confirmEntitlementBackground-2xwrrr { + opacity:.1 +} + +.confirmPremiumBackground-Y8tSCm { + background-image:url(img/6a737f7b8384b26ac45e389dbab5b43b.svg); + background-size:cover; + opacity:.2 +} + +.confirmPremiumIcon-26GX5Y { + background-image:url(img/95a99c20457b563a45238e98545c2744.svg); + background-size:cover; + border-radius:5px; + margin-bottom:20px; + width:80px; + height:80px +} + +.confirmCloseButton-1LOHfq { + -ms-flex-item-align:end; + align-self:flex-end; + margin-right:10px; + margin-bottom:10px +} + +.confirmContent-GnT1qw { + padding:20px 0 50px +} + +.confirmTitle-1K9S8K { + font-size:24px; + line-height:1.25 +} + +.confirmButton-1VXU_S, +.confirmTitle-1K9S8K { + margin-top:20px +} + +.confirmBlurb-2LiLkM { + margin-top:10px; + font-size:16px; + line-height:1.44; + text-align:center; + max-width:360px +} + +.theme-dark .confirmTitle-1K9S8K { + color:#fff +} + +.theme-dark .confirmBlurb-2LiLkM { + color:#b9bbbe +} + +.theme-light .confirmTitle-1K9S8K { + color:#36393f +} + +.theme-light .confirmBlurb-2LiLkM { + color:#72767d +} + +.modalRoot-b4j38N { + overflow:visible +} + +.content-2ruaPs { + padding-bottom:16px +} + +.modalCloseButton-wRlXg2 { + position:absolute; + top:12px; + right:12px +} + +.headerText-BkYGzL { + margin-top:8px; + text-align:center +} + +.headerContainer-3wcp1C { + overflow:visible; + position:relative +} + +.header-3fy4Ix { + padding-top:52px; + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.art-2_Xqu3 { + background-size:contain; + background-repeat:no-repeat; + position:absolute; + top:0; + left:50%; + -webkit-transform:translateY(-50%) translateX(-50%); + transform:translateY(-50%) translateX(-50%); + width:300px; + height:120px; + background-image:url(img/f6c22e729e8546947eb67d1e67c24697.svg) +} + +.subHeader-ySW_oM { + color:var(--header-secondary); + margin-bottom:8px +} + +.confirmationEmail-sCKx-l { + margin-top:8px; + color:var(--header-secondary) +} + +.card-7JP0BX { + border-radius:5px; + overflow:hidden; + cursor:default; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.header-1RC2Wb { + position:relative; + padding:20px +} + +.headerButtonColor-G7_f-V { + background:#4f545c; + color:#fff +} + +.coverArtPosition-1EkmxA { + position:absolute; + top:0; + left:0; + bottom:0; + background-position-y:40%; + background-position-x:50%; + background-repeat:no-repeat; + background-size:cover; + pointer-events:none; + border-radius:5px; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.splashArt-3yFzRe { + width:300px; + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + opacity:.3; + -webkit-mask:radial-gradient(100% 100% at top left, + hsla(0, + 0%, + 100%, + .6) 0, + hsla(0, + 0%, + 100%, + 0) 100%); + mask:radial-gradient(100% 100% at top left, + hsla(0, + 0%, + 100%, + .6) 0, + hsla(0, + 0%, + 100%, + 0) 100%) +} + +.body-SKIE6r { + background-color:var(--background-secondary) +} + +.header-1RC2Wb { + background-color:var(--background-tertiary); + color:var(--header-primary) +} + +.header-1RC2Wb:hover { + background-color:var(--background-modifier-hover) +} + +.theme-dark .card-7JP0BX { + color:#f6f6f7 +} + +.theme-dark .splashArt-3yFzRe { + background-image:url(img/976b56da8d86af63aef4f55afb553a9f.png) +} + +.theme-light .card-7JP0BX { + color:#36393f +} + +.theme-light .splashArt-3yFzRe { + background-image:url(img/171a53265b4d807b208e80f1acba3762.png) +} + +.card-3S2buc { + cursor:pointer +} + +.subText-2dcuEX { + font-size:12px; + line-height:16px +} + +.subTextHeader-1m8dpJ { + font-weight:600 +} + +.codeText-yBpp9D { + margin-bottom:8px +} + +.headerText-1hVFSC { + margin-left:20px +} + +.cardHeader-oG4l4I { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.giftCodeRow-24nTuI { + padding:20px 0 19px; + margin:0 20px; + border-bottom:1px solid transparent +} + +.giftCodeRow-24nTuI:last-child { + border-bottom:none +} + +.generateCodeRow-U1iNgl { + padding:22px 0 +} + +.gameName-2LhX55 { + line-height:19px +} + +.expandIcon-3v5EV8 { + margin-left:8px; + cursor:pointer +} + +.spinner-3abdbi { + padding:20px +} + +.theme-dark .subTextHeader-1m8dpJ { + color:#72767d +} + +.theme-dark .subTextRow-2vP_Z7 { + color:#b9bbbe +} + +.theme-dark .giftCodeRow-24nTuI { + border-color:rgba(79, + 84, + 92, + .6) +} + +.theme-dark .bodyButtonColor-ptbdFu { + background:#36393f; + color:#fff +} + +.theme-dark .bodyButtonColor-ptbdFu:hover { + background:#4f545c +} + +.theme-dark .bodyButtonColor-ptbdFu:active { + background:#72767d +} + +.theme-light .subTextHeader-1m8dpJ { + color:#72767d +} + +.theme-light .subTextRow-2vP_Z7 { + color:#b9bbbe +} + +.theme-light .bodyButtonColor-ptbdFu { + background:#f6f6f7 +} + +.theme-light .bodyButtonColor-ptbdFu:hover { + background:#dcddde +} + +.theme-light .bodyButtonColor-ptbdFu:active { + background:#b9bbbe +} + +.skuCard-i0Kf67 { + margin-bottom:20px +} + +.emptyState-1C8By3 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.emptyStateHeader-248f_b { + margin-top:20px; + font-size:24px; + line-height:1.17 +} + +.emptyStateSubtext-2hdA9c { + margin-top:8px; + line-height:1.25 +} + +.emptyStateImage-2MrSNs { + margin-top:120px; + width:404px; + height:202px +} + +.loading-3DDmD5 { + margin-top:40px +} + +.promotionCardDescriptionWithCode-3YtJQp { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + cursor:text +} + +.promotionIcon-3FDeSa { + width:40px; + height:40px; + display:block; + margin-right:10px; + -ms-flex-negative:0; + flex-shrink:0; + border-radius:4px; + -ms-flex-item-align:start; + align-self:flex-start +} + +.xboxGamePassIcon-2to-VL { + background:url(img/8fee6fec894e95626a95d855b7da1e88.svg) +} + +.funimationIcon-1WU3NH { + background:url(img/0708148beeac0b7c44ab538b95abe49e.svg); + background-size:100% +} + +.promotionLegalese-3EeK1U { + border-top:1px solid var(--background-modifier-accent); + margin-top:8px; + padding-top:8px +} + +.theme-dark .emptyStateHeader-248f_b { + color:#fff +} + +.theme-dark .emptyStateSubtext-2hdA9c { + color:#b9bbbe +} + +.theme-dark .emptyStateImage-2MrSNs { + background:url(img/131dcaaa628405e6d0ebee7708111c7a.svg) +} + +.theme-light .emptyStateHeader-248f_b { + color:#4f545c +} + +.theme-light .emptyStateSubtext-2hdA9c { + color:#72767d +} + +.theme-light .emptyStateImage-2MrSNs { + background:url(img/d0320d29cdef93b8e2baf889a28d32e0.svg) +} + +.divider-1Jfi9s { + margin:32px 0 +} + +.item-rJ_Cmt, +.keybindMessage-20JT9A { + position:relative +} + +.item-rJ_Cmt a, +.keybindMessage-20JT9A a { + color:inherit; + text-decoration:underline +} + +.ghostPill-2-KUPM { + color:#060607; + background-color:#feedd1; + border:1px solid #faa61a; + display:inline-grid; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + grid-template-columns:auto 1fr; + padding:10px; + grid-gap:10px; + font-size:14px; + border-radius:4px +} + +.removeKeybind-39dSFj { + opacity:0; + position:absolute; + top:-12px; + right:-31px +} + +.keybindGroup-JQs9x_ { + position:relative; + padding-top:20px; + padding-bottom:20px; + margin-top:-1px +} + +.keybindGroup-JQs9x_:hover .removeKeybind-39dSFj { + opacity:1 +} + +.keyboard-mode .keybindGroup-JQs9x_:focus-within .removeKeybind-39dSFj { + opacity:1 +} + +.defaultKeybind-2coG8W { + display:grid; + grid-template-columns:1fr auto; + padding:14px 0; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:500; + height:80px; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.defaultKeybindGroup-X6nhBr { + margin:40px 0 24px +} + +.defaultKeybindShortcutGroup-gWLCis { + display:grid; + grid-gap:4px +} + +.defaultKeybindGroupHeader-3fMhcS { + margin-bottom:24px +} + +.defaultKeybindGroupWithDescription-3YceEh { + margin-bottom:4px +} + +.defaultKeybindGroupDescription-1bMdWe { + margin-bottom:20px +} + +.defaultKeybindShortcut-14Z6f4 { + margin:0 +} + +.browserNotice-cefwll a { + color:inherit; + text-decoration:underline +} + +.theme-light .row-2okwlC { + -webkit-box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3); + box-shadow:inset 0 -1px 0 rgba(185, + 187, + 190, + .3) +} + +.theme-dark .row-2okwlC { + -webkit-box-shadow:inset 0 -1px 0 rgba(114, + 118, + 125, + .3); + box-shadow:inset 0 -1px 0 rgba(114, + 118, + 125, + .3) +} + +.option-2Mjq18 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.localeName-2oaRo4 { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.localizedName-2dYMQh { + font-size:14px; + line-height:20px; + font-weight:400 +} + +.flag-Ve4YnP, +.localizedName-2dYMQh { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.flagImage-3Wbkq4 { + display:block; + margin-left:8px; + width:27px; + height:18px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.notificationSound-3D6eyn { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.soundName-23hgAT { + margin-right:8px +} + +.soundIcon-2ketvd, +.soundName-23hgAT { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.soundIcon-2ketvd { + opacity:0; + height:24px; + padding:4px; + margin-top:-1px; + -webkit-transition:opacity .1s linear; + transition:opacity .1s linear +} + +.soundIcon-2ketvd:active { + opacity:1 +} + +.soundRow-7krrdT:focus-within .soundIcon-2ketvd, +.soundRow-7krrdT:hover .soundIcon-2ketvd { + opacity:.6 +} + +.icon-GiGwrE { + width:16px; + height:16px +} + +.wrapper-3jrx9n { + -webkit-box-sizing:border-box; + box-sizing:border-box; + position:relative; + background-color:rgba(0, + 0, + 0, + .1); + padding-bottom:56.25%; + border-radius:8px; + border:2px solid #7289da +} + +.wrapper-3jrx9n.disabledSelected-2Kf0yZ { + border:2px solid #f04747 +} + +.option-n0icdO { + position:absolute; + width:24%; + height:24%; + margin:6px; + border-radius:3px; + opacity:.6; + background-color:#72767d; + cursor:pointer; + overflow:hidden; + text-indent:-999em; + font-size:0; + line-height:0 +} + +.option-n0icdO:hover { + background-color:#7289da; + -webkit-box-shadow:0 2px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 2px 0 rgba(0, + 0, + 0, + .3); + opacity:.8 +} + +.hiddenInput-AN-Xon { + opacity:0; + position:absolute; + top:0; + cursor:pointer +} + +.topRight-3GKDeL { + top:0; + right:0 +} + +.topLeft-3buHIc { + top:0; + left:0 +} + +.bottomRight-1T56wW { + bottom:0; + right:0 +} + +.bottomLeft-39-xss { + bottom:0; + left:0 +} + +.disabled-3I9jyo { + position:absolute; + top:50%; + left:50%; + width:15%; + height:auto; + -webkit-transform:translate(-50%, + -50%); + transform:translate(-50%, + -50%); + opacity:.6; + cursor:pointer; + color:#72767d; + overflow:hidden; + text-indent:-999em; + font-size:0; + line-height:0 +} + +.disabled-3I9jyo:hover { + opacity:.8; + color:#f04747 +} + +.disabledIcon-9QatvX { + display:block; + width:100%; + height:100% +} + +.selected-mKYnfr.option-n0icdO { + background-color:#7289da; + border-color:#7289da; + -webkit-box-shadow:0 2px 0 rgba(0, + 0, + 0, + .3); + box-shadow:0 2px 0 rgba(0, + 0, + 0, + .3); + opacity:1 +} + +.selected-mKYnfr.disabled-3I9jyo { + opacity:1; + color:#f04747 +} + +.notificationSettings-1NQKPR { + max-width:75% +} + +.features-3EmM1p { + display:grid; + grid-gap:20px; + margin-top:20px +} + +.feature-1Q4U_R { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.icon-3GaxIC { + width:24px; + height:24px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:10px +} + +.title-3IUNJ6 { + font-size:12px; + line-height:16px; + font-weight:600; + margin-bottom:4px; + color:var(--header-primary) +} + +.description-yMw5z0 { + font-size:14px; + line-height:18px; + color:var(--header-secondary) +} + +.descriptionStandalone-3aMqwN { + font-size:16px; + line-height:20px; + color:var(--header-primary) +} + +.gemIndicatorProgressCircle-3wDFa1 { + width:70px; + height:70px; + color:#ff73fa +} + +.progressBackground-8KV71U { + stroke:transparent; + fill:transparent +} + +.gemIndicatorContainer-2jdECl { + border-radius:50%; + width:64px; + height:64px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.gemWithLabel-2aecE_, +.gemWithoutLabel-7-ZvB_ { + width:24px; + height:24px +} + +.gemWithLabel-2aecE_ { + color:#ff73fa +} + +.tierLabel-39IsmN { + font-weight:700; + font-size:12px; + line-height:16px; + text-align:center; + margin-top:2px +} + +.theme-light .gemIndicatorContainer-2jdECl { + background-color:#fff +} + +.theme-light .gemWithoutLabel-7-ZvB_ { + color:#e3e5e8 +} + +.theme-light .tierLabel-39IsmN { + color:#4f545c +} + +.theme-dark .gemIndicatorContainer-2jdECl { + background-color:#18191c +} + +.theme-dark .gemWithoutLabel-7-ZvB_ { + color:#36393f +} + +.theme-dark .tierLabel-39IsmN { + color:#fff +} + +.body-qqMTVX { + color:var(--text-normal); + font-size:16px; + line-height:20px; + padding-bottom:16px +} + +.invoiceTable-SpU-mf { + margin:16px 0 +} + +.cancelImage-2DN4YK { + background-image:url(img/757364bd612744e9d9f500828124f03c.svg); + width:270px; + height:128px; + margin:0 auto 24px +} + +html .invoiceCancelRow-3mYhFX { + color:#f04747 +} + +.body-3oHYJD { + color:var(--text-normal); + font-size:16px; + line-height:20px; + padding-bottom:16px +} + +.uncancelImage-2OizbG { + background-image:url(img/b21efa6180f92568fade7f05cbb4f872.svg); + width:234px; + height:128px; + margin:0 auto 24px +} + +.blurb-1D7mK2 { + margin-bottom:40px +} + +.guild-Hq0WWA { + border-radius:4px; + overflow:hidden; + margin-bottom:8px +} + +.guild-Hq0WWA:last-child { + margin-bottom:0 +} + +.guildHeader-3nh5RK { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-tertiary); + position:relative +} + +.guildHeaderBackground-1G51bM { + position:absolute; + right:0; + background-size:cover; + background-position:50%; + background-repeat:no-repeat; + opacity:.4; + -webkit-mask:-webkit-gradient(linear, + right top, + left top, + from(#000), + to(transparent)); + -webkit-mask:linear-gradient(270deg, + #000, + transparent); + mask:-webkit-gradient(linear, + right top, + left top, + from(#000), + to(transparent)); + mask:linear-gradient(270deg, + #000, + transparent); + -webkit-filter:grayscale(100%); + filter:grayscale(100%); + width:300px; + height:100% +} + +.guildHeaderContent-1vpxhX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + padding:16px +} + +.guildHeaderContent-1vpxhX, +.guildIcon-c10VUR { + -ms-flex-item-align:start; + align-self:flex-start +} + +.guildIcon-c10VUR { + margin:16px 0 16px 16px +} + +.guildName-1B3vm5 { + overflow:hidden; + text-overflow:ellipsis; + margin-bottom:4px; + color:var(--interactive-active) +} + +.guildSubscriberCount-2lXrmh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:4px; + color:var(--interactive-active) +} + +.guildSubscriberCountIcon-6Fo5EK { + width:12px; + height:12px; + color:#ff73fa; + margin-right:2px +} + +.guildSubscribeButton-3fKux2 { + padding-left:8px +} + +.guildGemIndicatorContainer-3Ie0ga { + margin:13px 13px 13px 0; + cursor:pointer +} + +.guildSubscriptionSlots-JPXXvN { + padding:16px; + background-color:var(--background-secondary) +} + +.guildSubscriptionSlot-1XGRPI { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:16px 0; + border-bottom:1px solid var(--background-modifier-accent) +} + +.guildSubscriptionSlot-1XGRPI:first-child { + padding-top:0 +} + +.guildSubscriptionSlot-1XGRPI:last-child { + padding-bottom:0; + border-bottom:none +} + +.guildSubscriptionSlotIcon-EVE04u { + width:18px; + height:18px; + color:#ff73fa; + margin-right:8px +} + +.guildSubscriptionSlotIconCanceled-18TSCf { + color:#faa61a +} + +.guildSubscriptionSlotContent-13Z3VB { + margin-right:auto +} + +.guildSubscriptionSlotMenuIcon-uzNhjL { + width:24px; + height:24px; + cursor:pointer +} + +.guildSubscriptionDuration-z1eXWb, +.guildSubscriptionSlotMenuIcon-uzNhjL { + color:var(--interactive-normal) +} + +.guildSubscriptionCreationDate-2b_pKA { + color:var(--interactive-active) +} + +.sectionHeader-2_ZES3 { + font-weight:700; + text-transform:uppercase +} + +.subSectionHeader-1bsAit { + margin:32px 0 16px; + color:var(--header-secondary) +} + +.theme-dark .guildHeaderBackground-1G51bM { + background-image:url(img/d03d90cb6f12a7ea06274b278dfa4160.svg) +} + +.theme-light .guildHeaderBackground-1G51bM { + background-image:url(img/7b6ed225050df29a07cb5db712d35a73.svg) +} + +.container-ZsrEn9 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.container-ZsrEn9, +.loading-3FyPco { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.loading-3FyPco { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:520px +} + +.guildsSection-3AvK09 { + border-top:1px solid var(--background-modifier-accent); + margin-bottom:60px; + margin-top:32px; + padding-top:32px +} + +.guildsBlurb-2AgVCC { + margin-top:16px +} + +.guilds-3A5wi_ { + display:grid; + grid:auto/50% 50%; + grid-gap:16px; + margin-top:24px +} + +@media (max-width: 1024px) { + .guilds-3A5wi_ { + grid:auto/100% + } + +} + +.emptyGuilds-14hOr4 { + margin:32px auto 0; + width:177px; + height:112px +} + +.emptyGuildsTitle-VAg42p { + color:var(--header-primary); + font-weight:700; + text-align:center; + margin-top:16px +} + +.emptyGuildsText-2KAlgb { + text-align:center; + margin-top:4px +} + +.cardWrapper-2Min21 { + background:var(--background-tertiary); + border-radius:4px +} + +.card-3AyPWq { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + background-color:transparent +} + +.card-3AyPWq:hover { + background-color:var(--background-modifier-hover) +} + +.guildInfo-1zLiSL { + margin:0 16px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden +} + +.guildName-13lmy3, +.subscriberCount-3PSK6x { + color:var(--header-primary); + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.subscriptionInfo-14cju1 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + margin-top:8px +} + +.premiumGuildIcon-13KUPa { + color:#ff73fa; + width:12px; + height:12px; + margin-right:4px +} + +.background-1PZEsB { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + background-repeat:no-repeat +} + +.content-3BhRLj { + position:relative +} + +.divider-J3ken9 { + margin:40px 0; + height:1px; + background-color:var(--background-modifier-accent) +} + +.marketingLogo-1D8DV6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.marketingLogoIcon-3bZq9h { + color:var(--header-primary); + width:327px; + height:32px +} + +.marketingLogoImage-2SzXIR { + background-image:url(img/4dbcadc3cf1d0619a4eddb452b72a74d.svg); + width:95px; + height:60px; + margin-left:24px +} + +.marketingHeader-d16BX1 { + margin:8px 0 16px +} + +.featureHeaderTop-1-N6Nb { + margin-top:32px; + font-weight:400 +} + +.featureHeader-TxFp47 { + margin-top:16px; + font-weight:400 +} + +.memberBadgeIcon-1hpSQc { + color:#ff73fa +} + +.profileBadgeIcon-_ctnKj { + background-image:url(img/5a24b20b84fb3eafc138916729386e76.svg) +} + +.roleIcon-F8XDd3 { + color:#faa61a +} + +.emojiIcon-2xOPMD { + color:#8ea1e1 +} + +.audioQualityIcon-1KNkhv { + color:#2d8dd6 +} + +.uploadSizeIcon-2HNa5p { + color:#ff80f4 +} + +.guildSubscriptionHeading-mJn036 { + max-width:none; + text-align:left +} + +.guildFullFeatures-hLeUPO { + margin-top:24px +} + +.theme-dark .emptyGuilds-14hOr4 { + background-image:url(img/e500b2fe39bd0080b48e740d9d96e240.svg) +} + +.theme-light .emptyGuilds-14hOr4 { + background-image:url(img/0e7920033898f01ae5de8497f6371f4b.svg) +} + +.list-1QISSx { + list-style-type:disc; + margin-left:30px +} + +.list-1QISSx li, +.status-1pzkam { + margin-bottom:8px +} + +.card-KeAWkA { + padding:20px; + margin-bottom:20px +} + +.requestNote-2SdnVH strong { + font-weight:700 +} + +.theme-dark .requestNoteColor-1c4OfD, +.theme-light .requestNoteColor-1c4OfD { + color:#72767d +} + +@media (max-width: 900px) { + .container-1-STTv .noticeIcon-1phvR2 { + display:none + } + +} + +.beta-3smTDE { + color:#f04747; + font-size:12px; + vertical-align:super +} + +.wrapper-3Z-vWm { + width:100%; + height:20px +} + +.container-3PXSwK { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:100%; + overflow:hidden +} + +.notches-1sAcEM, +.progress-1IcQ3A { + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.notches-1sAcEM { + background-repeat:repeat-x +} + +.theme-dark .progress-1IcQ3A { + background-color:#72767d +} + +.micTest-2C-tpt { + position:relative +} + +.micTestCaption-2xsa4I { + font-size:12px; + line-height:16px; + position:absolute; + top:27px; + left:100px +} + +.userSettingsVoice-iwdUCU .sensitivity-3XxR4A { + min-height:120px +} + +.userSettingsVoice-iwdUCU .sliderBar-3DezvM.speaking-2bFhO4 { + background-color:#69c49a +} + +.userSettingsVoice-iwdUCU .inputSensitivityToggle-2LKb8o .sliderBar-3DezvM { + -webkit-transition:background-color .2s linear; + transition:background-color .2s linear +} + +.userSettingsVoice-iwdUCU .inputSensitivityToggle-2LKb8o.manual-36Evg9 .microphone-2rtdHw { + position:absolute; + top:16px; + width:100% +} + +.userSettingsVoice-iwdUCU .inputSensitivityToggle-2LKb8o.manual-36Evg9 .microphone-2rtdHw .fill-3eUagR { + -webkit-transition:width 35ms ease; + transition:width 35ms ease; + height:100%; + background-color:rgba(0, + 0, + 0, + .25) +} + +.userSettingsVoice-iwdUCU .pttTools-1VaVZH { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.userSettingsVoice-iwdUCU .pttTools-1VaVZH>div { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.userSettingsVoice-iwdUCU .pttToolsMessage-3uc-Td { + margin-top:28px +} + +.userSettingsVoice-iwdUCU .pttToolsMessage-3uc-Td.pttToolsWarning-7imHBv { + color:#f04747 +} + +.userSettingsVoice-iwdUCU .pttToolsMessage-3uc-Td.pttToolsWarning-7imHBv a { + color:#f04747; + font-weight:700 +} + +.userSettingsVoice-iwdUCU .inputDisabledWarning-3vvc9B { + color:#f04747 +} + +.userSettingsVoice-iwdUCU .inputDisabledWarning-3vvc9B a { + color:#f04747; + font-weight:700 +} + +.userSettingsVoice-iwdUCU .previewContainer-37c2Si { + position:relative; + overflow:hidden; + height:180px; + width:320px +} + +.userSettingsVoice-iwdUCU .media-engine-video { + background-color:#000; + border-radius:3px; + -webkit-transform:scaleX(-1); + transform:scaleX(-1); + -o-object-fit:cover; + object-fit:cover +} + +.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC { + border-radius:3px; + border-style:solid; + border-width:1px; + width:320px; + height:180px; + position:absolute; + top:0; + right:0; + bottom:0; + left:0 +} + +.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC.dismiss-3tPbRc { + -webkit-transform:scale(2); + transform:scale(2); + -webkit-transition:background-color .4s ease-in, + -webkit-transform .4s ease-in; + transition:background-color .4s ease-in, + -webkit-transform .4s ease-in; + transition:transform .4s ease-in, + background-color .4s ease-in; + transition:transform .4s ease-in, + background-color .4s ease-in, + -webkit-transform .4s ease-in +} + +.userSettingsVoice-iwdUCU .previewOverlay-2O7_KC .previewOverlayInner-1WXURq.dismiss-3tPbRc { + opacity:0; + -webkit-transition:opacity .1s ease-in; + transition:opacity .1s ease-in +} + +.deviceOption-o4yLlI { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + overflow:hidden +} + +.deviceOptionLabel-22FM_u { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin-right:8px +} + +.deviceOptionCertified-38nQb8 { + width:84px; + height:20px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.micTest-cP1_6S { + margin-bottom:16px +} + +.micTestHelpLink-2tQuwD { + margin-left:4px +} + +.micTestButton-2Vwk4_ { + width:90px; + padding:0 4px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.Select-value-label .deviceOptionLabel-22FM_u { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + margin-right:20px +} + +.Select-value-label .deviceOptionCertified-38nQb8 { + margin-right:20px +} + +.theme-light .userSettingsVoice-iwdUCU .inputSensitivityToggle-2LKb8o.manual-36Evg9 .microphone-2rtdHw { + background-color:transparent +} + +.theme-light .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC { + background-color:#f6f6f7; + border-color:#dcddde +} + +.theme-light .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC.dismiss-3tPbRc { + background-color:transparent +} + +.beta-1WAFgA { + color:var(--header-secondary); + font-size:12px; + margin-left:2px +} + +.theme-dark .userSettingsVoice-iwdUCU .inputSensitivityToggle-2LKb8o.manual-36Evg9 .microphone-2rtdHw { + background-color:transparent +} + +.theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC { + background-color:#2f3136; + border-color:#202225 +} + +.theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC.dismiss-3tPbRc { + background-color:transparent +} + +.container-1S6Mlq { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-radius:4px; + padding:4px; + margin:4px 2px; + background-color:var(--background-tertiary) +} + +.input-1lKksk { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-sizing:border-box; + box-sizing:border-box; + min-width:48px; + height:20px; + padding:2px 4px; + color:var(--text-normal); + background:transparent; + border:none; + resize:none; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + font-size:14px; + font-weight:500; + line-height:20px +} + +.input-1lKksk::-webkit-input-placeholder { + color:var(--text-muted); + opacity:1 +} + +.iconContainer-gnSl8w { + position:relative; + margin-right:3px +} + +.icon-1T3XuV, +.iconContainer-gnSl8w { + height:18px; + width:18px +} + +.iconClickable-3ZfMci { + cursor:pointer +} + +.button-14-BFJ { + line-height:0; + width:32px; + height:32px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + border-radius:4px; + position:relative; + color:var(--interactive-normal) +} + +.button-14-BFJ.enabled-2cQ-u7:hover { + color:var(--interactive-hover); + background-color:var(--background-modifier-selected) +} + +.button-14-BFJ.disabled-2iW-fm { + opacity:.4 +} + +.subtext-3CDbHg { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-secondary); + line-height:13px +} + +.title-eS5yk3 { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-primary); + line-height:18px; + font-weight:600 +} + +.container-3baos1 { + height:52px; + font-size:14px; + font-weight:500; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:0 8px; + margin-bottom:1px +} + +.container-3baos1, +.container-3baos1 .avatar-SmRMf2 { + -ms-flex-negative:0; + flex-shrink:0 +} + +.container-3baos1 .avatar-SmRMf2 { + cursor:pointer +} + +.container-3baos1 .avatar-SmRMf2:hover { + opacity:.8 +} + +.container-3baos1 .redIcon-2uP7Ej { + color:#f04747 +} + +.avatarWrapper-2yR4wp { + margin-right:8px +} + +.nameTag-3uD-yy { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1; + margin-right:4px; + min-width:0 +} + +.nameTag-3uD-yy.canCopy-2VBT7N { + cursor:pointer +} + +.hasBuildOverride-dDIqaT { + position:absolute; + bottom:0; + right:0; + border-radius:50% +} + +.buildOverrideButton-1zWkwo { + position:relative +} + +.usernameContainer-1fp4nu { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.copySuccess-2x83fA { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none +} + +.copySuccess-2x83fA.godlike-2WYNj- { + color:#f04747 +} + +.statusTooltip-Zz6T1q { + display:-webkit-box; + -webkit-line-clamp:2; + -webkit-box-orient:vertical; + overflow:hidden +} + +.customStatus-3tC2ig { + overflow:hidden; + text-overflow:ellipsis +} + +.strikethrough-1n4ekb { + color:#f04747 +} + +.emoji-1PSQtY { + width:14px; + height:14px; + margin-right:4px +} + +.result-oB0z-- { + position:relative; + border-radius:3px; + font-weight:500; + font-size:16px; + cursor:pointer; + overflow:hidden; + height:34px +} + +.resultFocused-3aIoYe { + background:var(--background-modifier-selected) +} + +.content-1jxX5g { + padding:0 10px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + height:34px; + line-height:34px; + overflow:hidden +} + +.contentDefault-16dKSY { + color:var(--interactive-normal) +} + +.contentUnread-3gTHvA { + color:var(--header-primary) +} + +.iconContainer-3UxHn2 { + width:20px; + margin-right:5px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.gameIcon-2hcrAo, +.iconContainer-3UxHn2 { + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0 +} + +.gameIconSize-1Kq-T4 { + width:20px; + height:20px +} + +.icon-30q1Or { + display:block; + color:var(--interactive-normal) +} + +.name-2NBmhj { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + -ms-flex-align:center +} + +.misc-1CT3G7, +.name-2NBmhj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + align-items:center +} + +.misc-1CT3G7 { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + -ms-flex-align:center; + max-width:140px; + margin-left:4px; + color:var(--interactive-normal) +} + +.match-38WbBN { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.badge-36LyGI, +.match-38WbBN { + margin-right:4px +} + +.note-S--UP5 { + font-size:10px; + line-height:14px; + font-weight:600; + margin-top:4px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--text-muted) +} + +.username-2hHyRL { + font-weight:300; + opacity:.6 +} + +.header-13MUnb { + font-size:12px; + letter-spacing:.025em; + font-weight:600; + line-height:30px; + margin-top:4px; + color:var(--interactive-normal) +} + +.dmIconContainer-2yFeX3 .guildIcon-Ripiyt, +.guildIconContainer-1M95yt .guildIcon-Ripiyt { + background-size:100% 100%; + -ms-flex-negative:0; + flex-shrink:0; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + display:block; + margin:0; + line-height:20px; + text-align:center; + overflow:hidden; + border-radius:3px +} + +.avatarSizeOverride-2KySyz { + width:20px!important; + height:20px!important +} + +.score-HzQK9w { + position:absolute; + top:2px; + right:2px; + bottom:2px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + padding-left:8px; + padding-right:8px; + border-radius:2px; + background-color:rgba(0, + 0, + 0, + .2); + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.wrapper-EG0WaC { + z-index:1; + width:500px; + height:400px +} + +.modalSize-FMC6FT { + width:500px; + height:auto; + max-height:400px +} + +.header-1DHqOG { + width:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.closeButton-3-P7ti { + position:absolute; + top:14px; + right:14px; + z-index:3 +} + +.noResults-24KNHj { + height:200px; + background:no-repeat 50% 40% +} + +.queryInput-1mXTvF { + margin-top:4px +} + +.miscContainer-2uOgaa { + font-weight:500; + opacity:.6; + font-size:14px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.theme-dark .noResults-24KNHj { + background-image:url(img/0b298968e0a756e25677771fd6b58b34.svg) +} + +.theme-light .noResults-24KNHj { + background-image:url(img/0900c33038a1b28283644e5870de552f.svg) +} + +.modal-LD5FRI { + padding-bottom:20px +} + +.icon-3Oovq9 { + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + text-align:center; + line-height:34px; + width:32px; + height:32px; + border-radius:3px; + font-weight:700; + color:#fff +} + +.badge-1JXQev { + position:absolute; + bottom:-4px; + right:-4px; + width:14px; + height:14px; + padding:2px; + background-color:var(--background-secondary-alt); + color:var(--header-primary); + border-radius:50% +} + +.panel-24C3ux { + padding:8px; + border-bottom:1px solid var(--background-modifier-accent); + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.body-GmmuPm { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.liveBadge-yuNuMC { + position:absolute; + bottom:-4px; + right:-4px; + width:14px; + height:14px; + padding:2px; + background-color:var(--background-secondary-alt); + color:var(--header-primary); + border-radius:50% +} + +.gameWrapper-1jIQAX { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + min-width:0 +} + +.gameWrapper-1jIQAX .liveIndicator-3ALYHg { + padding:0 4px +} + +.clickableGameWrapper-2fpjdx { + cursor:pointer +} + +.gameIconWrapper-1YByCI { + position:relative +} + +.gameIcon-2YB8Et { + width:32px; + height:32px +} + +.info-WdNIDE { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin-left:8px +} + +.clickableGameWrapper-2fpjdx:hover .gameName-13va7o { + color:var(--interactive-active) +} + +.actions-aUdUfC { + margin-left:4px; + -webkit-box-flex:0; + -ms-flex-positive:0; + flex-grow:0; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.userList-1kLH8B { + position:relative; + border:1px solid; + min-width:250px; + border-radius:3px +} + +.userList-1kLH8B:before { + content:""; + width:8px; + height:8px; + position:absolute; + top:100%; + left:50%; + margin-left:-8px; + -webkit-transform:translate3d(4px, + -4px, + 0) rotate(45deg); + transform:translate3d(4px, + -4px, + 0) rotate(45deg); + border:1px solid; + -webkit-box-shadow:2px 2px 4px rgba(0, + 0, + 0, + .2); + box-shadow:2px 2px 4px rgba(0, + 0, + 0, + .2) +} + +.header-2B7Ri8 { + font-weight:600; + text-align:center; + padding:12px +} + +.content-2KAjC9 { + max-height:260px +} + +.user-3rmWHs { + padding:10px +} + +.tag-2S-Z1b { + margin-left:8px +} + +.avatar-2snyZH { + width:20px!important; + height:20px!important +} + +.theme-dark .userList-1kLH8B { + border-color:#202225 +} + +.theme-dark .userList-1kLH8B:before { + background-color:#2f3136; + border-color:transparent #202225 #202225 transparent +} + +.theme-dark .header-2B7Ri8 { + background-color:#202225; + color:#fff +} + +.theme-dark .content-2KAjC9 { + background-color:#2f3136 +} + +.theme-dark .username-2lEtrk { + color:#dcddde +} + +.theme-dark .discriminator-1fGEDN { + color:#72767d +} + +.theme-light .userList-1kLH8B { + border-color:#f6f6f7 +} + +.theme-light .userList-1kLH8B:before { + background-color:#fff; + border-color:transparent #f6f6f7 #f6f6f7 transparent +} + +.theme-light .header-2B7Ri8 { + background-color:#f6f6f7; + color:#4f545c +} + +.theme-light .content-2KAjC9 { + background-color:#fff +} + +.theme-light .username-2lEtrk { + color:#4f545c +} + +.theme-light .discriminator-1fGEDN { + color:#b9bbbe +} + +.listeningAlong-30wH70 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-bottom:1px solid var(--background-modifier-accent); + padding:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.party-2cIOyb { + margin-left:8px +} + +.overflow-1VTquN { + cursor:pointer +} + +.icons-2uekgw { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-left:4px +} + +.avatar-2fD4wn { + width:20px!important; + height:20px!important; + cursor:pointer +} + +.container-2x5lvQ { + width:250px; + border-radius:4px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + background:var(--background-primary) +} + +.container-2x5lvQ section { + padding:14px 20px +} + +.container-2x5lvQ section p { + font-size:14px; + line-height:18px; + margin-bottom:0; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.container-2x5lvQ section p strong { + font-weight:700 +} + +.container-2x5lvQ section p+p { + margin-top:3px +} + +.container-2x5lvQ section a { + color:var(--text-link); + text-decoration:none +} + +.container-2x5lvQ section a:hover { + text-decoration:underline +} + +.container-2x5lvQ hr { + border-bottom:none; + margin:14px -15px +} + +.container-2x5lvQ .debugButton-1Zec0y { + font-size:12px; + cursor:pointer; + font-weight:500 +} + +.header-2C89wJ { + background-color:rgba(115, + 139, + 215, + .98); + padding:13px; + font-weight:500; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + position:relative; + border-radius:3px 3px 0 0 +} + +.header-2C89wJ:last-child { + border-radius:3px +} + +.white-3xi-nx { + color:#fff +} + +.secured-1Yihly { + font-size:12px; + font-weight:500; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.secured-1Yihly:before { + content:" "; + background:url(img/0c89a0b25036b406bcbcf37701ec738f.svg) 50% no-repeat; + width:9px; + height:12px; + background-size:9px 12px; + display:inline-block; + margin-right:4px; + vertical-align:bottom +} + +.popoutBottom-31rU82 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-top:14px +} + +.theme-light .container-2x5lvQ section { + background-color:#fff +} + +.theme-light .container-2x5lvQ section p { + color:#8a8e94 +} + +.theme-light .container-2x5lvQ hr { + border:1px solid #f0f0f0 +} + +.theme-light .debugButton-1Zec0y { + color:#99aab5 +} + +.theme-light .secured-1Yihly { + color:#43b581 +} + +.theme-dark .container-2x5lvQ section { + background-color:#36393f +} + +.theme-dark .container-2x5lvQ section p { + color:hsla(0, + 0%, + 100%, + .4) +} + +.theme-dark .container-2x5lvQ section strong { + color:#b9bbbe +} + +.theme-dark .container-2x5lvQ section:after { + border-top-color:#36393f +} + +.theme-dark .container-2x5lvQ .header-2C89wJ { + background-color:#2f3136 +} + +.theme-dark .container-2x5lvQ hr { + border:none +} + +.theme-dark .debugButton-1Zec0y { + color:#99aab5 +} + +.theme-dark .secured-1Yihly { + color:#43b581 +} + +.ping-2NgC8E { + width:16px; + height:16px; + display:block; + margin-right:4px; + margin-left:0; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + color:var(--text-muted) +} + +.ping-2NgC8E.smallPing-R4na2o { + width:14px; + height:14px +} + +.rtcConnectionStatus-2-jIsi { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + padding-bottom:2px +} + +.rtcConnectionStatusLabel-1wk4tH { + font-weight:600 +} + +.rtcConnectionStatusConnected-VRZDjy { + color:#43b581 +} + +.rtcConnectionStatusConnecting-3322Pa { + color:#faa61a +} + +.rtcConnectionStatusError-2hLzrL { + color:#f04747 +} + +.rtcConnectionQualityFine-2J6i8z .pingForeground-2uAOZ3 { + color:#43b581 +} + +.rtcConnectionQualityAverage-3KV0u- .pingForeground-2uAOZ3:not(:last-child) { + color:#faa61a +} + +.rtcConnectionQualityBad-1J7mUU .pingForeground-2uAOZ3:first-child { + color:#f04747 +} + +.labelWrapper-Pniq53 { + overflow:hidden +} + +.menu-1O51-Y { + width:200px +} + +.activityItem-1pRGhE { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + border-radius:2px; + padding:8px; + margin:2px 0 +} + +.activityItem-1pRGhE:hover { + background:var(--background-modifier-hover) +} + +.activityIcon-1bhjuo { + width:36px; + height:36px; + border-radius:4px; + margin-right:10px +} + +.activityHeader-6FCdZD { + font-weight:600; + color:var(--interactive-active) +} + +.subtitle-2yubBS { + color:var(--interactive-normal) +} + +.beta-1zTBai { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px; + margin-bottom:2px +} + +.betaTag-F_ncuo { + color:#fff; + background:#7289da; + padding:0 4px; + border-radius:16px; + margin-right:10px; + text-transform:uppercase +} + +.content-2tpvCi { + background:#7289da; + position:relative; + text-align:center; + padding:32px 10px 16px; + max-width:280px; + border-radius:8px +} + +.art-OwuVY4 { + background-size:contain; + background-repeat:no-repeat; + position:absolute; + top:0; + left:50%; + -webkit-transform:translateY(-65%) translateX(-50%); + transform:translateY(-65%) translateX(-50%); + width:259px; + height:126px; + background-image:url(img/3fdc74526ba7d5f23c59d9e6642c7663.svg) +} + +.headerText-3gIyzb { + color:#fff; + font-weight:600; + margin-top:24px +} + +.bodyText-Qx99aN { + color:#fff; + margin-top:4px +} + +.button-1ojJ0N { + margin-top:16px; + height:32px +} + +.content-2tpvCi .button-1ojJ0N { + color:#7289da +} + +.pointer-3iL_va { + width:0; + height:0; + border:5px solid transparent; + border-top-color:#7289da; + pointer-events:none; + position:absolute; + top:100%; + left:50%; + margin-left:-5px +} + +.container-1giJp5 { + color:var(--header-primary); + font-size:14px; + font-weight:500; + padding:8px; + -ms-flex-negative:0; + flex-shrink:0; + border-bottom:1px solid var(--background-modifier-accent) +} + +.inner-tyMogq { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:0 +} + +.channel-1TmDQ6:hover { + text-decoration:underline +} + +.statusWithPopout-3ZfFol { + cursor:pointer +} + +.statusWithPopout-3ZfFol:hover { + text-decoration:underline +} + +.hotspot-2bOhC8 { + position:absolute; + top:1px; + right:1px +} + +.customStatusContainer-3MngWi { + position:relative +} + +.noiseCancellationPopout-iRK2A0 { + background:var(--background-floating); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + width:239px; + border-radius:4px; + padding:16px +} + +.noiseCancellationTooltip-h4yuQJ { + max-width:150px; + text-align:center +} + +.krispLogo-a9msDI { + width:44px; + height:20px; + background-size:contain; + background-repeat:no-repeat; + background-position:50% +} + +.krispLink-2mtfLU { + font-size:14px +} + +.micTestButton-m2rQFo { + width:60px; + padding:0 4px; + -ms-flex-negative:0; + flex-shrink:0; + margin-right:8px +} + +.beta-27QNCS { + color:var(--header-secondary); + font-size:12px; + margin-left:2px +} + +.voiceUsers-YsH5Db { + padding:4px 0 0; + margin-left:-4px +} + +.actionButtons-14eAc_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-top:8px; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.actionButtons-14eAc_>* { + margin:0 4px +} + +.actionButtons-14eAc_>:last-child { + margin-right:0 +} + +.actionButtons-14eAc_>:first-child { + margin-left:0 +} + +.button-1YfofB { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-width:auto +} + +.button-1YfofB.disabled-158sUq { + width:100% +} + +.button-1YfofB.buttonColor-7qQbGO, +.button-1YfofB .buttonColor-7qQbGO { + background-color:var(--background-primary); + color:var(--interactive-active) +} + +.button-1YfofB.buttonColor-7qQbGO:hover, +.button-1YfofB .buttonColor-7qQbGO:hover { + background-color:var(--background-secondary) +} + +.button-1YfofB.buttonColor-7qQbGO.buttonActive-3FrkXp, +.button-1YfofB .buttonColor-7qQbGO.buttonActive-3FrkXp { + background-color:#43b581; + color:#fff +} + +.button-1YfofB.buttonColor-7qQbGO.buttonActive-3FrkXp:hover, +.button-1YfofB .buttonColor-7qQbGO.buttonActive-3FrkXp:hover { + background-color:#69c49a +} + +.button-1YfofB.buttonColor-7qQbGO.fauxDisabled-2ik0Vw, +.button-1YfofB .buttonColor-7qQbGO.fauxDisabled-2ik0Vw, +.button-1YfofB.buttonColor-7qQbGO:disabled, +.button-1YfofB .buttonColor-7qQbGO:disabled { + background-color:var(--background-primary); + color:var(--interactive-active); + opacity:.3 +} + +.buttonIcon-Od8mYw { + width:20px; + height:20px +} + +.buttonIcon-Od8mYw.withText-10pQhr { + margin-right:8px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.voicePanelIntroductionHeader-1R3enj, +.voicePanelIntroductionText-ruw2P6 { + text-align:center +} + +.voicePanelIntroductionHeader-1R3enj { + color:var(--header-primary) +} + +.voicePanelIntroductionText-ruw2P6 { + margin-top:4px; + font-weight:400; + color:var(--header-secondary) +} + +.voicePanelIntroductionButton-LMjabZ { + margin:16px auto 0; + width:100% +} + +.voicePanelIntroductionWrapper-jPLJ0T { + max-width:280px; + padding:16px; + background-color:#fff; + border-radius:4px; + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.voicePanelIntroductionWrapper-jPLJ0T:after { + content:" "; + position:absolute; + top:100%; + left:50%; + margin-left:-8px; + border:8px solid transparent; + border-top-color:#fff +} + +.wrapper-24pKcD { + position:relative; + overflow:visible +} + +.viewAsRolesWarning-11eD70 { + position:absolute; + bottom:96px; + left:6px; + z-index:1000; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + text-align:center; + border-radius:4px; + background-color:var(--background-floating); + padding:16px; + max-width:196px +} + +.viewAsRolesWarning-11eD70 .viewAsRolesWarningText-2rok0U { + margin-bottom:16px +} + +.viewAsRolesWarning-11eD70 .viewAsRolesWarningButton-2LQjqD { + padding:8px 16px +} + +.theme-light .krispLogo-a9msDI { + background-image:url(img/ebfb23f0cdb11b1871ed8beb3f9ec0ee.svg) +} + +.theme-dark .krispLogo-a9msDI { + background-image:url(img/c28317e203e00b2d7390d5ece2399228.svg) +} + +.container-2lgZY8 { + position:relative; + overflow:hidden; + width:100%; + height:100% +} + +.downloadProgressCircle-2hBlsA { + width:24px; + height:24px; + opacity:1; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.guilds-1SWlCJ { + position:absolute; + top:0; + left:0; + bottom:0 +} + +.base-3dtUhz { + flex-direction:column; + position:absolute; + top:0; + left:72px; + right:0; + bottom:0 +} + +.base-3dtUhz, +.sidebar-2K8pFh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + overflow:hidden +} + +.sidebar-2K8pFh { + flex-direction:column; + min-height:0; + width:320px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background:var(--background-secondary) +} + +.platform-win .sidebar-2K8pFh { + border-radius:8px 0 0; + overflow:hidden +} + +.sidebar-2K8pFh.hasNotice-1XRy4h, +.platform-win .sidebar-2K8pFh.hasNotice-1XRy4h { + border-radius:0 +} + +.panels-j1Uci_ { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background-color:var(--background-secondary-alt) +} + +.content-98HsJk { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + min-width:0; + min-height:0; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.activityPanel-28dQGo { + border-bottom:1px solid var(--background-modifier-accent) +} + +@media (max-width: 760px) { + .hiddenOnMobileStore-1DIxbw { + display:none + } + +} + +.root-3JVdIJ { + border-radius:8px; + padding:16px; + background:var(--background-floating); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high); + min-width:232px; + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.root-3JVdIJ, +.root-3JVdIJ.previewCamera-3PmGhD { + -webkit-box-orient:vertical +} + +.root-3JVdIJ.previewCamera-3PmGhD { + -webkit-box-direction:reverse; + -ms-flex-direction:column-reverse; + flex-direction:column-reverse; + overflow:hidden +} + +.previewRoot-14s8Ig { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background:var(--background-secondary-alt) +} + +.preview-376i63, +.preview-376i63:after, +.previewRoot-14s8Ig { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.preview-376i63:after { + content:""; + background:linear-gradient(#18191c, + transparent 84px, + transparent 183px, + #18191c) +} + +.mainChannelInfo-1vd795 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + max-width:100% +} + +.mainChannelInfo-1vd795 .titleGroup-1ZtXoq { + max-width:100% +} + +.mainChannelInfo-1vd795 .icon-16X0RM { + margin:16px 0 +} + +.mainChannelInfo-1vd795 .subtitle-1rNV3n, +.mainChannelInfo-1vd795 .title-8sgFLx { + text-align:center +} + +.mainChannelInfo-1vd795 .title-8sgFLx { + margin-bottom:2px; + color:var(--header-primary); + min-width:0; + -ms-flex-negative:1; + flex-shrink:1; + overflow-wrap:break-word +} + +.mainChannelInfo-1vd795 .subtitle-1rNV3n { + margin-bottom:24px; + color:var(--header-secondary) +} + +.previewChannelHeader-1TL6h2 { + position:absolute; + top:16px; + left:0; + padding-left:16px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + max-width:100% +} + +.previewChannelHeader-1TL6h2 .titleGroup-1ZtXoq { + -ms-flex-negative:1; + flex-shrink:1; + min-width:0 +} + +.previewChannelHeader-1TL6h2 .icon-16X0RM { + margin-right:16px +} + +.previewChannelHeader-1TL6h2 .subtitle-1rNV3n, +.previewChannelHeader-1TL6h2 .title-8sgFLx { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + color:var(--header-primary) +} + +.wrapper-3lJCnD { + z-index:10; + pointer-events:all +} + +.title-8sgFLx { + font-weight:600 +} + +.actions-19uIvN { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.actionButton-3CLkPB { + margin-right:16px +} + +.actionButton-3CLkPB.last-3WKR_s { + margin-right:0 +} + +.previewButton-1vdHBp { + margin-top:16px +} + +.container-VSDcQc { + border-radius:5px; + width:250px; + overflow:hidden +} + +.container-VSDcQc .sectionTag-pXyto9 { + padding:0 +} + +.container-VSDcQc .sectionTag-pXyto9:before { + display:none +} + +.container-VSDcQc .headerText-3i6A8K { + color:var(--header-secondary); + font-size:14px; + font-weight:700; + padding:0; + margin-right:5px +} + +.container-VSDcQc .input-1ppKdn { + font-size:16px; + font-weight:500; + border:none; + background:none; + padding:0; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + margin-bottom:1px +} + +.container-VSDcQc .header-2bNvm4 { + background-color:transparent; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + height:54px; + padding:0 20px; + position:relative +} + +.container-VSDcQc .header-2bNvm4:before { + display:none +} + +.autocompleteShadow-iiGWFU { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + border-radius:5px; + overflow:hidden +} + +.autocompleteArrowWrapper-3Z7OuM { + position:absolute; + margin-left:-8px; + overflow:hidden; + width:16px; + height:12px; + -webkit-transform:rotate(180deg); + transform:rotate(180deg); + left:50% +} + +.autocompleteArrow-Zxoy9H { + width:8px; + height:8px; + -webkit-transform:rotate(45deg); + transform:rotate(45deg) +} + +.autocompleteHeaderBackground-30T70q { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + border-radius:5px 5px 0 0; + overflow:hidden; + z-index:-1 +} + +.autocompleteScroller-iInVqR { + height:280px; + padding:8px 0 +} + +.empty-3hoe1g, +.section-sfKw6q { + padding:0 20px; + line-height:44px +} + +.empty-3hoe1g:last-of-type, +.section-sfKw6q:last-of-type { + border-radius:0 0 3px 3px +} + +.section-sfKw6q { + font-size:11px; + font-weight:700 +} + +.row-rrHHJU { + color:var(--interactive-normal); + cursor:pointer; + font-size:16px; + font-weight:500; + padding:0 0 0 8px +} + +.row-rrHHJU:focus .rowInner-1vvRiF, +.row-rrHHJU:hover .rowInner-1vvRiF { + background-color:var(--background-modifier-hover); + color:var(--interactive-hover) +} + +.row-rrHHJU.selected-1pIgLL .rowInner-1vvRiF { + background-color:var(--background-modifier-selected); + color:var(--interactive-active) +} + +.rowInner-1vvRiF { + border-radius:4px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + padding:12px +} + +.empty-3hoe1g .noResultsHeader-pqW4H- { + font-size:16px; + font-weight:700; + text-align:center; + margin:15px 0 0 +} + +.empty-3hoe1g p { + font-size:16px; + text-align:center; + margin:-20px 0 18px +} + +.positionBottom-3oo9L9 .autocompleteArrowWrapper-3Z7OuM { + top:0; + -webkit-transform-origin:top; + transform-origin:top +} + +.positionBottom-3oo9L9 .autocompleteArrow-Zxoy9H { + position:absolute; + top:-4px; + left:4px +} + +.positionTop-3e-X1p .autocompleteArrowWrapper-3Z7OuM { + bottom:0; + -webkit-transform-origin:bottom; + transform-origin:bottom +} + +.positionTop-3e-X1p .autocompleteArrow-Zxoy9H { + position:absolute; + bottom:-4px; + left:4px +} + +.positionTop-3e-X1p .autocompleteHeaderBackground-30T70q { + border-radius:0 0 5px 5px +} + +.positionTop-3e-X1p .sectionTag-pXyto9 { + border-radius:5px 5px 0 0; + overflow:hidden +} + +.theme-dark .container-VSDcQc .input-1ppKdn { + color:#f6f6f7 +} + +.theme-dark .container-VSDcQc .input-1ppKdn::-webkit-input-placeholder { + color:#72767d +} + +.theme-dark .container-VSDcQc .input-1ppKdn::-moz-placeholder { + color:#72767d +} + +.theme-dark .container-VSDcQc .input-1ppKdn:-ms-input-placeholder { + color:#72767d +} + +.theme-dark .container-VSDcQc .input-1ppKdn::placeholder { + color:#72767d +} + +.theme-dark .container-VSDcQc .sectionTag-pXyto9 { + background-color:#2f3136; + color:#72767d +} + +.theme-dark .autocompleteArrow-Zxoy9H, +.theme-dark .autocompleteShadow-iiGWFU { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(32, + 34, + 37, + .6) +} + +.theme-dark .autocompleteArrow-Zxoy9H, +.theme-dark .header-2bNvm4 { + background-color:#202225 +} + +.theme-dark .empty-3hoe1g .noResultsHeader-pqW4H- { + color:#b9bbbe +} + +.theme-dark .empty-3hoe1g p { + color:#72767d +} + +.theme-light .container-VSDcQc .input-1ppKdn { + color:#4f545c +} + +.theme-light .container-VSDcQc .input-1ppKdn::-webkit-input-placeholder { + color:#b9bbbe +} + +.theme-light .container-VSDcQc .input-1ppKdn::-moz-placeholder { + color:#b9bbbe +} + +.theme-light .container-VSDcQc .input-1ppKdn:-ms-input-placeholder { + color:#b9bbbe +} + +.theme-light .container-VSDcQc .input-1ppKdn::placeholder { + color:#b9bbbe +} + +.theme-light .container-VSDcQc .sectionTag-pXyto9 { + background-color:#fff; + color:#72767d +} + +.theme-light .autocompleteArrow-Zxoy9H, +.theme-light .autocompleteShadow-iiGWFU { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + 0 0 0 1px rgba(185, + 187, + 190, + .3); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1), + 0 0 0 1px rgba(185, + 187, + 190, + .3) +} + +.theme-light .autocompleteArrow-Zxoy9H, +.theme-light .header-2bNvm4 { + background-color:#f6f6f7 +} + +.theme-light .empty-3hoe1g .noResultsHeader-pqW4H- { + color:#72767d +} + +.theme-light .empty-3hoe1g p { + color:#b9bbbe +} + +.container-SDBvD6 { + min-height:100vh; + position:relative +} + +.sidebarHeader-2uiNOo { + opacity:.9; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.sidebarHeader-2uiNOo:hover, +.sidebarHeader-2uiNOo:hover .addRoleIcon-1LaDEA { + opacity:1 +} + +.layoutStyle-2tuE18 { + position:relative; + padding:24px 15px 80px 0; + color:var(--text-normal) +} + +.xsmallAvatar-3MTKjd { + width:20px!important; + height:20px!important +} + +.smallAvatar-3ws-Fs { + width:30px!important; + height:30px!important +} + +.sidebarHeaderDefault-euM02r { + cursor:pointer +} + +.sidebarHeaderLocked-3vDCdm { + cursor:default +} + +.addRoleIcon-1LaDEA { + opacity:.8; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.username-1pvYDh { + margin-left:8px +} + +.button-_5Uniy { + margin:0 auto +} + +.advancedModeDivider-GJCGg1 { + margin:40px 0 31px +} + +.advancedTitle-1CFkcU { + cursor:pointer +} + +.titleCaret-3b138P { + vertical-align:bottom; + margin-left:14px +} + +.cardContent-qqqwo8 { + padding:16px +} + +.cardTitle-3TvHmZ { + font-weight:600 +} + +.cardDescription-1YvO0X { + padding-top:8px; + padding-left:4px +} + +.card-4s8auQ { + background:var(--background-secondary); + border:none; + border-radius:8px; + padding:16px; + margin-top:16px +} + +.label-1M1EWS { + margin:0 10px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.easyModeContainer-27mxag { + padding:0 +} + +.settingCard-3w2mVL { + margin-top:16px; + background:var(--background-secondary); + border-radius:8px +} + +.settingCard-3w2mVL.active-1ytUzX { + background:var(--background-secondary-alt) +} + +.cardIcon-3mLabf { + color:var(--text-normal) +} + +.cardFolder-28dwxo { + background:var(--background-secondary); + border-bottom-left-radius:8px; + border-bottom-right-radius:8px +} + +.adminWarning-3Ie8tf, +.folderHeader-3eAh2M { + padding:16px +} + +.folderTitle-1J5dgw { + margin:0; + color:var(--text-normal) +} + +.sectionTitle-3RJoUp { + padding-bottom:16px +} + +.roleMemberList-3aPmJW { + max-height:400px; + padding:0 16px 8px +} + +.divider-1O4dNT { + padding-bottom:16px +} + +.memberRow-1LB6aT { + padding:0 4px 16px +} + +.rowHeight-3zP7dP { + height:24px +} + +.rowLabel-30ico_ { + margin-left:8px +} + +.rowBotTag-2BdvS8 { + margin-left:4px +} + +.rowLabelSubText-2yGOLI { + margin-left:4px; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + max-width:250px +} + +.removeIconContainer-1paNBn { + margin-left:8px +} + +.removeIcon-2httxG { + width:16px; + height:16px; + color:var(--interactive-normal); + cursor:pointer +} + +.disabledRemoveIcon-32MyIO { + color:var(--interactive-muted); + cursor:auto +} + +.category-2ux-7P { + margin-left:4px; + font-size:10px; + opacity:.6; + font-weight:600; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + word-wrap:nowrap +} + +.channelIcon-3IJ4o7 { + position:relative; + margin-right:2px; + display:inline; + vertical-align:top; + top:2px +} + +.background-2EVvmU { + opacity:.6 +} + +.channelName-1SzRNb { + margin:0 0 8px 8px +} + +.username-34pxWC { + padding-left:4px +} + +.valueIcon-2LbNu6 { + float:left; + position:relative; + top:-1px +} + +.theme-dark .item-30Gz8g { + color:#f6f6f7 +} + +.theme-dark .itemValue-JNy0LV { + color:#b9bbbe +} + +.theme-light .item-30Gz8g { + color:#4f545c +} + +.theme-light .itemValue-JNy0LV { + color:#72767d +} + +.title-3CR76z { + font-weight:600; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + cursor:default; + overflow:hidden; + word-wrap:break-word +} + +.videoWrapper-3XDj-F { + width:320px; + height:180px +} + +.allowSelection-uK1q4t { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.channelItem-36SV7x { + margin-left:-8px; + margin-bottom:8px +} + +.avatar-1eTZ8m { + width:20px!important; + height:20px!important +} + +.theme-dark .videoPreview-22khDR { + background-color:#2f3136; + border:1px solid #202225 +} + +.theme-light .videoPreview-22khDR { + background-color:#f6f6f7; + border:1px solid #dcddde +} + +.verification-3RfWYC { + width:100%; + height:100% +} + +.container-1kp68M { + width:500px +} + +.image-2LVZ_j { + width:400px; + height:300px; + background-size:80%; + background-repeat:no-repeat; + background-position:50% +} + +.title-wZCcDo { + font-size:24px; + line-height:30px +} + +.body-3ROqbj, +.title-wZCcDo { + text-align:center +} + +.body-3ROqbj { + font-size:16px; + line-height:24px +} + +.footer-1eZumv { + font-size:14px; + text-align:center; + line-height:18px +} + +.footerBullet-1m59pn { + opacity:.3 +} + +.footerAction-2ATxbG { + font-weight:600; + margin-left:12px; + margin-right:12px +} + +.logoutButton-1WaAEE { + position:relative; + bottom:40px +} + +.verificationBlock-1Chfpc { + border-radius:3px; + padding-left:20px; + padding-right:20px; + cursor:pointer +} + +.verificationBlock-1Chfpc .image-2LVZ_j { + width:180px; + height:160px; + background-size:80%; + background-repeat:no-repeat; + background-position:50% +} + +.verificationBlock-1Chfpc .body-3ROqbj { + text-transform:uppercase +} + +.theme-light .verification-3RfWYC .image-2LVZ_j { + background-image:url(img/a10842455004efe987e0a27f5209cb4b.svg) +} + +.theme-light .verification-3RfWYC .title-wZCcDo { + color:#4f545c +} + +.theme-light .verification-3RfWYC .body-3ROqbj, +.theme-light .verification-3RfWYC .footer-1eZumv { + color:#72767d +} + +.theme-light .verificationBlock-1Chfpc { + border:1px solid #b9bbbe +} + +.theme-light .verificationBlock-1Chfpc:hover { + background-color:#f6f6f7 +} + +.theme-light .verificationBlock-1Chfpc .image-2LVZ_j.email-1MPDs- { + background-image:url(img/890ba09792d4b17f9cffacdd81df6b71.svg) +} + +.theme-light .verificationBlock-1Chfpc .image-2LVZ_j.phone-27MBJz { + background-image:url(img/5f8406a9cccbd48676551b6250e295e4.svg) +} + +.theme-light .verificationBlock-1Chfpc .body-3ROqbj { + color:#72767d +} + +.theme-dark .verification-3RfWYC .image-2LVZ_j { + background-image:url(img/c290235278e128e94ae5ac37e58c5cbb.svg) +} + +.theme-dark .verification-3RfWYC .title-wZCcDo { + color:#fff +} + +.theme-dark .verification-3RfWYC .body-3ROqbj, +.theme-dark .verification-3RfWYC .footer-1eZumv { + color:#b9bbbe +} + +.theme-dark .verificationBlock-1Chfpc { + border:1px solid #202225 +} + +.theme-dark .verificationBlock-1Chfpc:hover { + background-color:#202225 +} + +.theme-dark .verificationBlock-1Chfpc .image-2LVZ_j.email-1MPDs- { + background-image:url(img/cefc9c14adce616059f519c581331b32.svg) +} + +.theme-dark .verificationBlock-1Chfpc .image-2LVZ_j.phone-27MBJz { + background-image:url(img/ca452f5271ebcc7132db59f60a2a9cfe.svg) +} + +.theme-dark .verificationBlock-1Chfpc .body-3ROqbj { + color:#b9bbbe +} + +.layers-3iHuyZ { + position:relative; + overflow:hidden +} + +.layers-3iHuyZ>.layer-3QrUeG { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + overflow:hidden; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada { + pointer-events:none; + will-change:transform, + opacity +} + +.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada * { + pointer-events:none!important +} + +.bg-h5JY_x { + background-color:var(--background-tertiary); + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.platform-win .layer-3QrUeG { + top:-22px; + padding-top:22px +} + +.platform-win .bg-h5JY_x { + top:-22px +} + +.stop-animations * { + -webkit-transition-property:none!important; + transition-property:none!important; + -webkit-animation:none!important; + animation:none!important +} + +.layer-3QrUeG { + background-color:var(--background-primary) +} + +.layer-3QrUeG.baseLayer-35bLyl { + background-color:transparent +} + +.videoHeight-Qp_9vC { + position:relative; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.videoHeight-Qp_9vC.animated-UtE465 { + -webkit-transition:height .35s ease; + transition:height .35s ease +} + +.videoHeight-Qp_9vC.normal-1jW0uq { + height:50vh +} + +.videoHeight-Qp_9vC.minimum-1pRSEN { + height:275px +} + +.videoHeight-Qp_9vC.noChat-3nt48u { + height:100vh +} + +.videoHeight-Qp_9vC.fullScreen-lH2Q2c { + -webkit-transition:none; + transition:none; + height:100vh; + position:fixed; + top:0; + right:0; + bottom:0; + left:0; + z-index:100 +} + +.platform-win .videoHeight-Qp_9vC.normal-1jW0uq { + height:calc(50vh - 22px) +} + +.platform-win .videoHeight-Qp_9vC.noChat-3nt48u { + height:calc(100vh - 22px) +} + +.video-1FfuMD { + width:100%; + height:100%; + min-height:275px; + overflow:hidden; + background-size:100%; + background-position:50%; + position:relative; + cursor:default; + background-color:#18191c +} + +.video-1FfuMD.idle-1sRXLT { + cursor:none +} + +.video-1FfuMD.fullScreen-lH2Q2c .videoCenter-1nmPrS, +.video-1FfuMD.noChat-3nt48u .videoCenter-1nmPrS, +.video-1FfuMD.normal-1jW0uq .videoCenter-1nmPrS { + -ms-flex-item-align:end; + align-self:flex-end +} + +.video-1FfuMD.fullScreen-lH2Q2c .videoBottom-2_HYXG, +.video-1FfuMD.noChat-3nt48u .videoBottom-2_HYXG, +.video-1FfuMD.normal-1jW0uq .videoBottom-2_HYXG { + -webkit-transform:translate3d(0, + 8px, + 0); + transform:translate3d(0, + 8px, + 0); + opacity:0; + -webkit-transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.video-1FfuMD.fullScreen-lH2Q2c:not(.idle-1sRXLT) .videoWrapper-2wbLD-.focused-2WuveL .videoBottom-2_HYXG, +.video-1FfuMD.fullScreen-lH2Q2c:not(.idle-1sRXLT) .videoWrapper-2wbLD-:hover .videoBottom-2_HYXG, +.video-1FfuMD.noChat-3nt48u:not(.idle-1sRXLT) .videoWrapper-2wbLD-.focused-2WuveL .videoBottom-2_HYXG, +.video-1FfuMD.noChat-3nt48u:not(.idle-1sRXLT) .videoWrapper-2wbLD-:hover .videoBottom-2_HYXG, +.video-1FfuMD.normal-1jW0uq:not(.idle-1sRXLT) .videoWrapper-2wbLD-.focused-2WuveL .videoBottom-2_HYXG, +.video-1FfuMD.normal-1jW0uq:not(.idle-1sRXLT) .videoWrapper-2wbLD-:hover .videoBottom-2_HYXG { + -webkit-transform:translateZ(0); + transform:translateZ(0); + opacity:1 +} + +.videoWrapper-2wbLD- { + position:relative; + border-radius:3px +} + +.videoInner-3OR9J2 { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + overflow:hidden; + z-index:1; + pointer-events:none +} + +.videoBottom-2_HYXG, +.videoCenter-1nmPrS, +.videoTop-eOkSPq { + pointer-events:all +} + +.videoBackground-3AY_fu, +.videoBackgroundTransition-3wpOSl { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + width:100%; + height:100% +} + +.videoBackgroundTransition-3wpOSl { + overflow:hidden; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.theme-light .video-1FfuMD.minimum-1pRSEN { + background-color:#fff; + -webkit-box-shadow:inset 0 -1px 0 #e3e5e8; + box-shadow:inset 0 -1px 0 #e3e5e8 +} + +.theme-light .video-1FfuMD.noChat-3nt48u .videoBackgroundTransition-3wpOSl { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.theme-light .video-1FfuMD.noChat-3nt48u .videoTop-eOkSPq, +.theme-light .video-1FfuMD.normal-1jW0uq .videoTop-eOkSPq { + background-image:-webkit-gradient(linear, + left bottom, + left top, + from(transparent), + to(rgba(0, + 0, + 0, + .9))); + background-image:linear-gradient(0deg, + transparent, + rgba(0, + 0, + 0, + .9)) +} + +.theme-dark .video-1FfuMD.noChat-3nt48u .videoBackgroundTransition-3wpOSl { + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.theme-dark .video-1FfuMD.noChat-3nt48u .videoTop-eOkSPq, +.theme-dark .video-1FfuMD.normal-1jW0uq .videoTop-eOkSPq { + background-image:-webkit-gradient(linear, + left bottom, + left top, + from(transparent), + to(rgba(0, + 0, + 0, + .9))); + background-image:linear-gradient(0deg, + transparent, + rgba(0, + 0, + 0, + .9)) +} + +.pictureInPictureVideo-2iKsGg { + width:320px; + height:180px; + background:#18191c; + color:#fff; + border-radius:5px; + overflow:hidden; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.videoControls-38i4kP { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + pointer-events:none; + padding:8px; + background:-webkit-gradient(linear, + left top, + left bottom, + from(#000), + color-stop(30%, + transparent), + color-stop(60%, + transparent), + to(#000)); + background:linear-gradient(#000, + transparent 30%, + transparent 60%, + #000) +} + +.bottomControls-2f_UqT, +.topControls-1PHLxx { + width:100%; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + -webkit-transform:translateZ(0); + transform:translateZ(0); + pointer-events:all; + -webkit-transition:-webkit-transform .2s ease-in-out; + transition:-webkit-transform .2s ease-in-out; + transition:transform .2s ease-in-out; + transition:transform .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.bottomControls-2f_UqT { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.idle-70Gg3H .videoControls-38i4kP { + opacity:0 +} + +.idle-70Gg3H .topControls-1PHLxx { + -webkit-transform:translate3d(0, + -8px, + 0); + transform:translate3d(0, + -8px, + 0) +} + +.idle-70Gg3H .bottomControls-2f_UqT { + -webkit-transform:translate3d(0, + 8px, + 0); + transform:translate3d(0, + 8px, + 0) +} + +.backButton-3c6fw4 { + margin-right:2px; + color:#b9bbbe +} + +.headerBar-2wGwms { + padding:4px 0 0; + height:auto +} + +.topControls-1PHLxx .headerBar-2wGwms { + -webkit-app-region:no-drag +} + +.headerTitle-1Y0ywV { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + color:#fff; + border-bottom:1px solid transparent; + margin:0; + width:-webkit-min-content; + width:-moz-min-content; + width:min-content; + line-height:20px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.headerTitle-1Y0ywV:hover { + border-bottom:1px solid #fff; + cursor:pointer +} + +.headerTitle-1Y0ywV:hover .backButton-3c6fw4 { + color:#fff +} + +.keyboard-mode .videoControls-38i4kP { + opacity:1 +} + +.root-p-00Nk { + width:100%; + height:100% +} + +.root-p-00Nk.pipMode-3fqyku { + width:320px; + height:180px +} + +.iframe-_tVdvp { + width:100%; + height:100% +} + +.clickShield-3Xe6Ru { + position:absolute; + top:0; + left:0; + right:0; + bottom:0 +} + +.participantsButton-1suy2g { + position:absolute; + top:50%; + right:16px; + -webkit-transform:translateY(-50%); + transform:translateY(-50%) +} + +.pipHeader-a1mcn9 { + position:absolute; + top:0; + left:0; + right:0 +} + +.rightPipIcon--5JNYI { + margin-left:16px +} + +.leftPipIcon-1Y_S5L { + margin-right:16px +} + +.button-3HLNXW { + line-height:0 +} + +.badgeUpgrade-3_4a3F { + position:absolute; + right:2px; + bottom:2px; + color:#7289da +} + +.mirror-1i_yQY { + -webkit-transform:scaleX(-1); + transform:scaleX(-1) +} + +.video-xBa92B { + position:relative; + background-color:#000 +} + +.media-ya5FZp, +.video-xBa92B { + width:100%; + height:100% +} + +.media-ya5FZp { + -o-object-fit:contain; + object-fit:contain +} + +.leftTrayIcon-1mCY9j { + margin-right:16px +} + +.rightTrayIcon-gMHgPy { + margin-left:16px +} + +.embedTarget-xAd1Pd { + width:100%; + height:100% +} + +.firefoxFixScrollFlex-cnI2ix { + min-height:0 +} + +.fixClipping-3qAKRb { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.container-16j22k { + position:absolute; + top:0; + right:0; + bottom:0; + left:0; + background-color:var(--background-secondary); + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + z-index:3000; + overflow:hidden +} + +.container-16j22k img, +.container-16j22k video { + width:200px; + height:200px +} + +.container-16j22k video { + visibility:hidden +} + +.container-16j22k video.ready-36e6Vk { + visibility:visible; + object-fit: cover; +} + +.platform-win .container-16j22k { + padding-top:22px; + top:-22px +} + +.content-1-zrf2 { + text-align:center +} + +.problems-3mgf6w { + color:var(--header-primary); + padding-bottom:32px; + position:absolute; + left:0; + right:0; + bottom:0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-transition:-webkit-transform .2s ease-out; + transition:-webkit-transform .2s ease-out; + transition:transform .2s ease-out; + transition:transform .2s ease-out, + -webkit-transform .2s ease-out; + -webkit-transform:translate3d(0, + 100%, + 0); + transform:translate3d(0, + 100%, + 0) +} + +.problems-3mgf6w.slideIn-sCvzGz { + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.problemsText-1Yx-Kl { + font-size:14px; + color:var(--header-secondary); + margin-bottom:8px +} + +.links-3Ldd4A { + font-weight:500; + font-size:16px; + line-height:16px +} + +.links-3Ldd4A:hover { + opacity:.8 +} + +.links-3Ldd4A:before { + display:inline-block; + content:""; + margin-right:6px; + vertical-align:bottom +} + +.statusLink-gFXhrL { + margin-left:20px +} + +.icon-3N9Bhy { + display:inline-block; + vertical-align:middle; + width:16px; + height:auto; + color:var(--text-link); + margin-right:4px +} + +.contentBase-11jeVK { + color:var(--header-secondary); + font-size:12px; + font-weight:500; + max-width:600px; + line-height:16px +} + +.text-3c9Zq1 { + position:relative; + top:-20px +} + +.tipTitle-GL9qAt { + color:#febe10; + font-size:12px; + font-weight:600; + line-height:16px; + margin-bottom:8px +} + +.tip-2cgoli, +.tipTitle-GL9qAt { + max-width:300px +} + +.tip-2cgoli { + color:var(--text-normal); + font-size:16px; + line-height:20px +} + +.keybind-2jbzrT { + display:-webkit-inline-box; + display:-ms-inline-flexbox; + display:inline-flex; + margin-right:-2px; + margin-bottom:0; + -webkit-transform:translateY(-1px); + transform:translateY(-1px) +} + +.title-3JMOhC { + margin-bottom:10px; + color:var(--header-primary); + font-style:italic; + font-size:16px; + line-height:20px +} + +.ragingDemon-bDcoXE { + position:fixed; + top:0; + left:0; + width:100%; + height:100%; + color:#fff +} + +.symbol-3ffeCr { + position:absolute; + top:0; + left:0; + width:100vw; + height:100vh; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.symbol-3ffeCr img { + position:relative; + max-height:60vh; + max-width:80vw; + width:80%; + height:auto; + -o-object-fit:contain; + object-fit:contain; + opacity:0; + -webkit-animation:symbolFadeIn-wkjQKf .3s ease-out forwards; + animation:symbolFadeIn-wkjQKf .3s ease-out forwards +} + +.symbolBackground-1w6i-M { + position:absolute; + top:0; + left:0; + width:100vw; + height:100vh; + background-color:#fff; + opacity:0; + -webkit-animation:symbolBgFadeOut-YosnTk .3s ease-out; + animation:symbolBgFadeOut-YosnTk .3s ease-out +} + +.container-2Cu1o9 { + position:absolute; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.explosion-379HJd { + position:absolute; + -webkit-transform-origin:50%; + transform-origin:50%; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.explosion-379HJd img { + position:absolute; + -webkit-transform-origin:50%; + transform-origin:50% +} + +.animate-2Dk3Iw .circleInner-1vlodX { + -webkit-animation:explCircleInner-4eTA27 .3s ease-out .15s 1 forwards; + animation:explCircleInner-4eTA27 .3s ease-out .15s 1 forwards; + opacity:0 +} + +.animate-2Dk3Iw .circleOuter-2XG8_d { + -webkit-animation:explCircleOuter-20lecN .45s ease-out 1 forwards; + animation:explCircleOuter-20lecN .45s ease-out 1 forwards; + opacity:0 +} + +.animate-2Dk3Iw .linesSecondary-2f45rn { + -webkit-animation:explLinesSecondary-1Eag-K .375s ease-out .225s 1 forwards; + animation:explLinesSecondary-1Eag-K .375s ease-out .225s 1 forwards; + opacity:0 +} + +.animate-2Dk3Iw .linesMain-3dQGy0 { + -webkit-animation:explLinesMain-1D2qvD .3s ease-out .15s 1 forwards; + animation:explLinesMain-1D2qvD .3s ease-out .15s 1 forwards; + opacity:0 +} + +.primaryExplosion-lHCiHZ { + width:178px; + height:175px; + margin-left:-77px; + margin-top:-102px +} + +.primaryExplosion-lHCiHZ .circleInner-1vlodX { + top:69px; + left:43px +} + +.primaryExplosion-lHCiHZ .circleOuter-2XG8_d { + top:56px; + left:30px +} + +.primaryExplosion-lHCiHZ .linesSecondary-2f45rn { + top:59px; + left:0; + -webkit-transform-origin:77px 43px; + transform-origin:77px 43px +} + +.primaryExplosion-lHCiHZ .linesMain-3dQGy0 { + top:0; + left:71px; + -webkit-transform-origin:3px 110px; + transform-origin:3px 110px +} + +.secondaryExplosion-3nb9j5 { + width:170px; + height:300px; + margin-left:-88px; + margin-top:-156px +} + +.secondaryExplosion-3nb9j5 .circleInner-1vlodX { + top:130px; + left:58px; + -webkit-transform-origin:30.5px 27.5px; + transform-origin:30.5px 27.5px +} + +.secondaryExplosion-3nb9j5 .circleOuter-2XG8_d { + top:115px; + left:46px +} + +.secondaryExplosion-3nb9j5 .linesSecondary-2f45rn { + top:68px; + left:19px; + -webkit-transform-origin:70px 91px; + transform-origin:70px 91px +} + +.secondaryExplosion-3nb9j5 .linesMain-3dQGy0 { + top:6px; + left:5px; + -webkit-transform-origin:87px 150px; + transform-origin:87px 150px +} + +@-webkit-keyframes symbolFadeIn-wkjQKf { + 0% { + opacity:0 + } + + 25% { + opacity:1 + } + + to { + opacity:1 + } + +} + +@keyframes symbolFadeIn-wkjQKf { + 0% { + opacity:0 + } + + 25% { + opacity:1 + } + + to { + opacity:1 + } + +} + +@-webkit-keyframes symbolBgFadeOut-YosnTk { + 0% { + opacity:0 + } + + 25% { + opacity:1 + } + + to { + opacity:0 + } + +} + +@keyframes symbolBgFadeOut-YosnTk { + 0% { + opacity:0 + } + + 25% { + opacity:1 + } + + to { + opacity:0 + } + +} + +@-webkit-keyframes explCircleInner-4eTA27 { + 0% { + -webkit-transform:scale(.2) translateZ(0); + transform:scale(.2) translateZ(0); + opacity:0 + } + + 10% { + opacity:1 + } + + 70% { + opacity:1 + } + + to { + -webkit-transform:scale(.8) translateZ(0); + transform:scale(.8) translateZ(0); + opacity:0 + } + +} + +@keyframes explCircleInner-4eTA27 { + 0% { + -webkit-transform:scale(.2) translateZ(0); + transform:scale(.2) translateZ(0); + opacity:0 + } + + 10% { + opacity:1 + } + + 70% { + opacity:1 + } + + to { + -webkit-transform:scale(.8) translateZ(0); + transform:scale(.8) translateZ(0); + opacity:0 + } + +} + +@-webkit-keyframes explCircleOuter-20lecN { + 0% { + -webkit-transform:scale(.2) translateZ(0); + transform:scale(.2) translateZ(0); + opacity:0 + } + + 10% { + opacity:1 + } + + 70% { + opacity:1 + } + + to { + -webkit-transform:scale(.9) translateZ(0); + transform:scale(.9) translateZ(0); + opacity:0 + } + +} + +@keyframes explCircleOuter-20lecN { + 0% { + -webkit-transform:scale(.2) translateZ(0); + transform:scale(.2) translateZ(0); + opacity:0 + } + + 10% { + opacity:1 + } + + 70% { + opacity:1 + } + + to { + -webkit-transform:scale(.9) translateZ(0); + transform:scale(.9) translateZ(0); + opacity:0 + } + +} + +@-webkit-keyframes explLinesSecondary-1Eag-K { + 0% { + -webkit-transform:scale(0) translateZ(0); + transform:scale(0) translateZ(0); + opacity:0 + } + + 20% { + opacity:1 + } + + 50% { + opacity:1 + } + + to { + -webkit-transform:scale(1) translateZ(0); + transform:scale(1) translateZ(0); + opacity:0 + } + +} + +@keyframes explLinesSecondary-1Eag-K { + 0% { + -webkit-transform:scale(0) translateZ(0); + transform:scale(0) translateZ(0); + opacity:0 + } + + 20% { + opacity:1 + } + + 50% { + opacity:1 + } + + to { + -webkit-transform:scale(1) translateZ(0); + transform:scale(1) translateZ(0); + opacity:0 + } + +} + +@-webkit-keyframes explLinesMain-1D2qvD { + 0% { + -webkit-transform:scale(0) translateZ(0); + transform:scale(0) translateZ(0); + opacity:0 + } + + 30% { + opacity:1 + } + + 50% { + opacity:1 + } + + to { + -webkit-transform:scale(1) translateZ(0); + transform:scale(1) translateZ(0); + opacity:0 + } + +} + +@keyframes explLinesMain-1D2qvD { + 0% { + -webkit-transform:scale(0) translateZ(0); + transform:scale(0) translateZ(0); + opacity:0 + } + + 30% { + opacity:1 + } + + 50% { + opacity:1 + } + + to { + -webkit-transform:scale(1) translateZ(0); + transform:scale(1) translateZ(0); + opacity:0 + } + +} + +.keyboardShortcutsModal-3piNz7 { + position:relative; + width:80vw; + max-height:80vh; + max-width:950px; + min-width:800px; + border-radius:4px; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.keyboardShortcutsModal-3piNz7, +.modalTitle-37O4n6 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + overflow:hidden +} + +.modalTitle-37O4n6 { + margin:0 0 5px; + padding:20px 40px 0; + font-size:26px; + line-height:34px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 0; + flex:0 0 +} + +.modalTitle-37O4n6 .content-2Add9f { + margin-right:20px +} + +.modalSubtitle-1Pj5nv { + padding:0 40px 20px; + font-size:16px; + line-height:20px; + -webkit-box-flex:0; + -ms-flex:0 0; + flex:0 0 +} + +.ddrArrows-lSnH7P { + position:absolute; + overflow:hidden; + top:22px; + right:40px +} + +.ddrArrows-lSnH7P .arrow-2enltQ { + margin:4px; + width:50px; + height:50px; + float:left; + overflow:hidden; + text-indent:-9999em +} + +.ddrArrows-lSnH7P .arrow-2enltQ.active-2X6Ewx { + -webkit-animation:arrow-2enltQ .2s steps(2) 1; + animation:arrow-2enltQ .2s steps(2) 1; + background-position:0 -100px +} + +.ddrArrows-lSnH7P .arrow-2enltQ.left-21PxOi { + background-image:url(img/743ca46af146337e82c2873bfac05c03.svg) +} + +.ddrArrows-lSnH7P .arrow-2enltQ.down-2Ju7Q_ { + background-image:url(img/41b546a5b2935c29e058414aa65cecf9.svg) +} + +.ddrArrows-lSnH7P .arrow-2enltQ.up-fkTose { + background-image:url(img/4f1cd2e93ce6be829b3f77b76d8fb83b.svg) +} + +.ddrArrows-lSnH7P .arrow-2enltQ.right-1AEPK3 { + background-image:url(img/02435ae88c6d1605bfd3a0fa6620ab1d.svg) +} + +.keybindGroupDescription-3vhN3p, +.keybindGroupDivider-1t_8zX { + margin:8px 0 +} + +.keyboardShortcutList-13cQ-8 { + padding:40px 20px 20px; + -webkit-column-count:3; + -moz-column-count:3; + column-count:3; + -webkit-column-gap:12px; + -moz-column-gap:12px; + column-gap:12px +} + +.keyboardShortcutList-13cQ-8 .keybindGroup--6Qp-w { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding:0 20px 8px; + overflow:hidden; + -webkit-column-break-inside:avoid; + page-break-inside:avoid; + break-inside:avoid +} + +.keyboardShortcutList-13cQ-8 .keybindGroup--6Qp-w.groupEnd-1cdweh { + margin-bottom:40px +} + +.keyboardShortcutList-13cQ-8 .keybindGroup--6Qp-w .keybindDescription-2RDbC2 { + font-weight:700; + font-size:12px; + line-height:18px; + margin-bottom:4px +} + +.keyboardShortcutListGroup-1jHSlZ { + padding:8px; + margin:8px 0 +} + +.theme-dark .keyboardShortcutsModal-3piNz7 { + background-color:#36393f +} + +.theme-dark .modalTitle-37O4n6 { + color:#fff +} + +.theme-dark .modalSubtitle-1Pj5nv { + border-bottom:1px solid rgba(0, + 0, + 0, + .1); + color:#dcddde +} + +.theme-dark .keyboardShortcutList-13cQ-8 .keybindGroup--6Qp-w .keybindDescription-2RDbC2 { + color:#b9bbbe; + font-weight:600 +} + +.firstGroup-2QOPL9 { + margin-top:0; + padding-top:0 +} + +.theme-light .keyboardShortcutsModal-3piNz7 { + background-color:#fff +} + +.theme-light .modalTitle-37O4n6 { + color:#4f545c +} + +.theme-light .modalSubtitle-1Pj5nv { + border-bottom:1px solid rgba(0, + 0, + 0, + .1); + color:#737f8d +} + +.theme-light .keyboardShortcutList-13cQ-8 .keybindGroup--6Qp-w .keybindDescription-2RDbC2 { + color:#4f545c +} + +@-webkit-keyframes arrow-2enltQ { + 0% { + background-position:0 -50px + } + + to { + background-position:0 -150px + } + +} + +@keyframes arrow-2enltQ { + 0% { + background-position:0 -50px + } + + to { + background-position:0 -150px + } + +} + +.emailVerificationModal-3cfLjL { + position:relative; + width:440px; + padding:20px +} + +.emailVerificationModal-3cfLjL .animationContainer-s_1r9o { + position:absolute; + top:-150px; + left:90px; + right:90px +} + +.emailVerificationModal-3cfLjL .title-38uBel { + font-weight:700; + font-size:24px; + line-height:30px; + margin-top:100px; + color:var(--header-primary) +} + +.emailVerificationModal-3cfLjL .body-1_Foxn { + font-size:16px; + line-height:20px; + text-align:center; + color:var(--header-secondary) +} + +.emailVerificationModal-3cfLjL .container-2GVxK3 { + -ms-flex-item-align:stretch; + align-self:stretch +} + +.emailVerificationModal-3cfLjL .fullWidthButton-1JDY-- { + width:100% +} + +.container-2Yth53 { + position:relative; + height:420px; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +@media (max-height: 600px) { + .container-2Yth53 { + margin-top:-20px + } + +} + +.contentWrapper-3WC1ID { + border-radius:5px 0 0 5px; + height:100% +} + +.contentWrapper-3WC1ID:only-child { + border-radius:5px +} + +@media (max-width: 720px) { + .contentWrapper-3WC1ID { + border-radius:5px + } + +} + +.theme-dark .contentWrapper-3WC1ID { + background:#36393f +} + +.theme-light .contentWrapper-3WC1ID { + background:#f6f6f7 +} + +.scroller-3__pG8 { + position:relative; + width:400px; + height:420px +} + +.inviteContent-3R63XV { + position:relative; + height:380px; + margin:40px 32px 0 40px; + text-align:center +} + +.inviteSplash-40aHus { + width:520px; + height:420px; + background-size:cover; + background-position:100%; + border-radius:0 5px 5px 0 +} + +@media (max-width: 940px) { + .inviteSplash-40aHus { + width:300px + } + +} + +@media (max-width: 720px) { + .inviteSplash-40aHus { + display:none + } + +} + +.buttonGroup-276hcG { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.buttonGroup-276hcG>* { + margin:4px +} + +.tutorial-3igfYb { + position:absolute; + top:-70px; + left:-60px; + right:-60px; + opacity:0; + -webkit-transition:opacity .2s ease-in-out; + transition:opacity .2s ease-in-out +} + +.tutorial-3igfYb.shown-3PNP1p { + opacity:1 +} + +.arrowGroup-2imezz { + position:absolute; + top:0; + left:0; + -webkit-transform-origin:0 0; + transform-origin:0 0 +} + +.arrowGroup-2imezz.right-xllYXb { + right:0; + left:auto; + -webkit-transform:scaleX(-1); + transform:scaleX(-1) +} + +.arrowContainer-17eG6u { + position:absolute; + top:0; + left:0; + -webkit-transform-origin:0 0; + transform-origin:0 0; + opacity:1; + -webkit-transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out; + transition:transform .2s ease-in-out, + opacity .2s ease-in-out, + -webkit-transform .2s ease-in-out +} + +.horizontal-3uU00t { + top:118px; + -webkit-transition:none; + transition:none +} + +.diag1-2VcglJ { + -webkit-transform:translate3d(10px, + 24px, + 0) rotate(40deg); + transform:translate3d(10px, + 24px, + 0) rotate(40deg) +} + +.diag2-3iVToU { + -webkit-transform:translate3d(85px, + 0, + 0) rotate(70deg); + transform:translate3d(85px, + 0, + 0) rotate(70deg) +} + +.arrowIcon-1EMN73 { + -webkit-animation:arrow-pulse-2BHQjw .82s ease-in-out infinite; + animation:arrow-pulse-2BHQjw .82s ease-in-out infinite +} + +.tutorialMessages-12mfId { + color:#fff; + position:relative; + top:10px; + text-align:center; + font-size:18px; + line-height:24px; + font-weight:500; + padding-top:30px; + height:60px; + overflow:hidden +} + +.message-3WE_vQ { + position:absolute; + width:100%; + -webkit-transition:opacity .15s ease-in-out, + -webkit-transform .15s ease-in-out; + transition:opacity .15s ease-in-out, + -webkit-transform .15s ease-in-out; + transition:opacity .15s ease-in-out, + transform .15s ease-in-out; + transition:opacity .15s ease-in-out, + transform .15s ease-in-out, + -webkit-transform .15s ease-in-out +} + +.searchMessage-2dNwh2 { + opacity:1; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +.selectMessage-24T7Qk { + opacity:0; + -webkit-transform:translate3d(0, + 100%, + 0); + transform:translate3d(0, + 100%, + 0) +} + +.hasQuery-2sgtk4 .diag1-2VcglJ, +.hasQuery-2sgtk4 .diag2-3iVToU { + opacity:0 +} + +.hasQuery-2sgtk4 .diag1-2VcglJ { + -webkit-transform:translate3d(0, + 12px, + 0) rotate(40deg); + transform:translate3d(0, + 12px, + 0) rotate(40deg) +} + +.hasQuery-2sgtk4 .diag2-3iVToU { + -webkit-transform:translate3d(85px, + -10px, + 0) rotate(70deg); + transform:translate3d(85px, + -10px, + 0) rotate(70deg) +} + +.hasQuery-2sgtk4 .searchMessage-2dNwh2 { + opacity:0; + -webkit-transform:translate3d(0, + -100%, + 0); + transform:translate3d(0, + -100%, + 0) +} + +.hasQuery-2sgtk4 .selectMessage-24T7Qk { + opacity:1; + -webkit-transform:translateZ(0); + transform:translateZ(0) +} + +@-webkit-keyframes arrow-pulse-2BHQjw { + 0%, + to { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + 50% { + -webkit-transform:translate3d(3px, + 0, + 0); + transform:translate3d(3px, + 0, + 0) + } + +} + +@keyframes arrow-pulse-2BHQjw { + 0%, + to { + -webkit-transform:translateZ(0); + transform:translateZ(0) + } + + 50% { + -webkit-transform:translate3d(3px, + 0, + 0); + transform:translate3d(3px, + 0, + 0) + } + +} + +.container-3qKHyN { + width:570px; + height:365px +} + +.quickswitcher-3JagVE { + position:relative; + width:570px; + border-radius:8px; + padding:20px 20px 0; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-box-shadow:0 2px 10px rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(28, + 36, + 43, + .6); + box-shadow:0 2px 10px rgba(0, + 0, + 0, + .2), + 0 0 0 1px rgba(28, + 36, + 43, + .6); + background-color:var(--background-secondary); + color:var(--text-normal) +} + +.quickswitcher-3JagVE, +.quickswitcher-3JagVE * { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.input-2VB9rf { + position:relative; + z-index:1; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + display:block; + padding:0 12px; + font-size:22px; + border-radius:5px; + border:none; + height:70px; + line-height:70px; + background-color:var(--deprecated-quickswitcher-input-background); + color:var(--text-normal); + -webkit-box-shadow:var(--elevation-high); + box-shadow:var(--elevation-high) +} + +.input-2VB9rf::-webkit-input-placeholder { + color:var(--deprecated-quickswitcher-input-placeholder) +} + +.input-2VB9rf::-moz-placeholder { + color:var(--deprecated-quickswitcher-input-placeholder) +} + +.input-2VB9rf:-ms-input-placeholder { + color:var(--deprecated-quickswitcher-input-placeholder) +} + +.input-2VB9rf::placeholder { + color:var(--deprecated-quickswitcher-input-placeholder) +} + +.autocompleteQuerySymbol-1kyGZ5 { + background-color:var(--background-tertiary); + padding:2px; + border-radius:4px; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.scroller-zPkAnE { + z-index:0; + margin-right:-17px; + margin-top:-5px; + max-height:236px; + background-color:var(--background-secondary) +} + +.scroller-zPkAnE::-webkit-scrollbar-track { + background-color:var(--background-secondary-alt)!important +} + +.protip-1b9XPC { + padding:10px 0; + border-top:1px solid var(--background-modifier-accent) +} + +.emptyState-2gL-9T { + padding-top:150px; + padding-bottom:20px; + background:no-repeat 50% 20px; + text-align:center; + font-weight:500 +} + +.emptyStateNote-ZYTetQ { + font-size:16px; + line-height:20px; + color:var(--text-muted) +} + +.emptyStateCTA-veJ2Cu { + font-size:14px; + line-height:16px; + opacity:.6 +} + +.emptyStateCTA-veJ2Cu:hover { + opacity:1 +} + +.miscContainer-2ptJ_C { + font-weight:500; + opacity:.6; + font-size:14px; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.theme-dark .emptyState-2gL-9T { + background-image:url(img/0b298968e0a756e25677771fd6b58b34.svg) +} + +.theme-light .emptyState-2gL-9T { + background-image:url(img/0900c33038a1b28283644e5870de552f.svg) +} + +.modal-DRZfgq { + width:520px; + border-radius:5px; + position:relative; + background-color:#fff; + overflow:hidden; + -webkit-box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1); + box-shadow:0 0 0 1px rgba(185, + 187, + 190, + .3), + 0 2px 10px 0 rgba(0, + 0, + 0, + .1) +} + +.container-1nPf-D { + margin:32px 40px +} + +.title-3Fa4Po { + font-weight:700; + color:#7289da; + text-transform:uppercase +} + +.description-vvVtO_ { + margin-left:40px; + margin-right:40px +} + +.ack-2yIUvY { + color:#4f545c +} + +.buttonContainer-3S_miP { + background-color:#f9f9f9; + padding-right:30px +} + +.root-SR8cQa { + border-radius:8px; + overflow:hidden; + position:relative; + width:600px; + background-color:var(--background-secondary) +} + +.topSectionNormal-2-vo2m { + background-color:var(--background-tertiary) +} + +.topSectionStreaming-1Tpf5X { + background:#593695 +} + +.topSectionSpotify-1lI0-P { + background:#1db954 +} + +.topSectionXbox-3fWLjS { + background:#107c10 +} + +.topSectionPlaying-1J5E4n { + background:#7289da +} + +.header-QKLPzZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:20px +} + +.customStatusText-39gdCI { + color:#fff; + font-size:14px; + line-height:18px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.customStatus-154i-H .customStatusEmoji-3BvdMX { + width:20px; + height:20px +} + +.customStatus-154i-H .customStatusEmoji-3BvdMX:not(:last-child) { + margin-right:8px +} + +.customStatus-154i-H .customStatusEmoji-3BvdMX.customStatusSoloEmoji-192Z_4 { + width:48px; + height:48px +} + +.topSectionNormal-2-vo2m .activityHeader-1PExlk, +.topSectionNormal-2-vo2m .customStatusText-39gdCI { + color:var(--header-secondary) +} + +.activityHeader-1PExlk { + color:#fff; + margin-bottom:8px; + font-weight:600 +} + +.headerInfo-30uryT { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:0; + padding-right:16px +} + +.nameTag-2IFDfL { + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + white-space:normal; + word-break:break-word; + line-height:20px; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-right:20px +} + +.botTag-ymWxY6 { + position:relative; + bottom:1px +} + +.avatar-3EQepX { + margin-right:20px +} + +.username-3gJmXY { + font-size:18px; + font-weight:600; + color:#fff +} + +.topSectionNormal-2-vo2m .username-3gJmXY { + color:var(--header-primary) +} + +.nameTag-2IFDfL .botTag-ymWxY6, +.nameTag-2IFDfL .discriminator-xUhQkU, +.nameTag-2IFDfL .username-3gJmXY { + white-space:normal +} + +.discriminator-xUhQkU { + font-size:14px; + color:#fff; + opacity:.6 +} + +.topSectionNormal-2-vo2m .discriminator-xUhQkU { + color:var(--header-secondary); + opacity:1 +} + +.profileBadges-2vWUYb { + margin-top:8px +} + +.actionButton-3W1xZa { + min-height:32px +} + +.actionRightButton-2vQaa9 { + margin-left:10px +} + +.buttonInvertedPurple-WtBglX { + background-color:#f8f9fd; + color:#593695 +} + +.buttonInvertedPurple-WtBglX:active { + background-color:#e3e7f8 +} + +.headerFill-adLl4x { + background-color:rgba(0, + 0, + 0, + .05) +} + +.additionalActionsIcon-1FoUlE { + cursor:pointer; + display:block; + width:24px; + height:24px; + margin-left:8px; + opacity:.6; + color:#fff +} + +.additionalActionsIcon-1FoUlE:hover { + opacity:1 +} + +.topSectionNormal-2-vo2m .additionalActionsIcon-1FoUlE { + color:var(--interactive-normal) +} + +.topSectionNormal-2-vo2m .additionalActionsIcon-1FoUlE:hover { + color:var(--interactive-hover) +} + +.topSectionNormal-2-vo2m .additionalActionsIcon-1FoUlE:active { + color:var(--interactive-active) +} + +.tabBarContainer-1s1u-z { + border-top:1px solid hsla(0, + 0%, + 100%, + .1); + padding-left:20px +} + +.topSectionNormal-2-vo2m .tabBarContainer-1s1u-z { + border-top-color:var(--background-secondary) +} + +.tabBar-2MuP6- { + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + height:55px +} + +.tabBar-2MuP6-, +.tabBarItem-1b8RUP { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.tabBarItem-1b8RUP { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border-bottom:2px solid transparent; + margin-right:40px; + font-size:14px +} + +.activity-1ythUs { + padding:20px +} + +.body-3ND3kc { + height:240px; + background-color:var(--background-secondary) +} + +.listScroller-2_vlfo { + padding:8px 0; + height:100% +} + +.infoScroller-3EYYns { + padding:0 20px; + height:100% +} + +.userInfoSection-2acyCx { + padding:20px 0 +} + +.userInfoSection-2acyCx+.userInfoSection-2acyCx { + border-top:1px solid var(--background-modifier-accent) +} + +.userInfoSectionHeader-CBvMDh { + font-weight:700; + font-size:12px; + color:var(--channels-default); + margin-bottom:10px; + text-transform:uppercase +} + +.note-QfFU8y { + margin:-4px +} + +.note-QfFU8y textarea { + border-radius:3px; + font-size:14px; + line-height:16px; + padding:4px +} + +.connectedAccounts-repVzS { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:-20px +} + +.connectedAccount-36nQx7 { + border-radius:3px; + margin-top:20px; + padding:8px 14px 8px 8px; + width:240px; + border:1px solid; + border-color:var(--background-modifier-accent) +} + +.connectedAccountIcon-3P3V6F { + width:30px; + height:30px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.connectedAccountNameInner-1phBvE { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.connectedAccountName-f8AEe2, +.connectedAccountNameInner-1phBvE { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.connectedAccountName-f8AEe2 { + font-size:16px; + font-weight:500; + margin-left:10px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text; + color:var(--text-normal) +} + +.connectedAccountVerifiedIcon-3aZz_K { + margin:0 5px +} + +.connectedAccountOpenIcon-2cNbq5 { + -ms-flex-negative:0; + flex-shrink:0; + width:18px; + height:18px; + color:var(--interactive-normal); + display:block +} + +.connectedAccountOpenIcon-2cNbq5:hover { + color:var(--interactive-hover) +} + +.connectedAccountOpenIcon-2cNbq5:active { + color:var(--interactive-active) +} + +.listAvatar-1NlAhb { + margin-right:10px; + -ms-flex-negative:0; + flex-shrink:0 +} + +.guildAvatarWithoutIcon-1sTmE_ { + background-color:#7289da; + color:#fff +} + +.listRow-hutiT_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + font-weight:500; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + cursor:pointer; + line-height:30px; + padding:4px 8px; + color:var(--text-normal); + border-radius:4px; + margin:1px 0 1px 8px +} + +.listRow-hutiT_:hover { + background-color:var(--background-modifier-hover) +} + +.listRowContent-3Kih4Q { + overflow:hidden +} + +.listName-3w10cx { + font-size:16px; + line-height:16px +} + +.guildNick-3uAm3i, +.listName-3w10cx { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.guildNick-3uAm3i { + font-weight:500; + font-size:11px; + line-height:13px; + color:var(--header-secondary) +} + +.listDiscriminator-253zfw { + font-size:12px; + opacity:.6 +} + +.empty-2WtT5s { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-height:100%; + padding:20px 0 +} + +.emptyIcon-pGTAhd { + width:240px; + height:130px; + background-position:50%; + background-repeat:no-repeat; + background-size:cover +} + +.emptyText-6tYmO5 { + font-weight:500; + font-size:14px; + line-height:16px; + margin-top:12px; + color:var(--header-secondary) +} + +.theme-dark .emptyIconStreamerMode-3RfWOW { + background-image:url(img/e18336bc1141d8a5e88379e41e91cacb.svg) +} + +.theme-dark .emptyIconGuilds-3OViNh { + background-image:url(img/87ad02315e38924402c7fb5017cf11ab.svg) +} + +.theme-dark .emptyIconFriends-BrjhY9 { + background-image:url(img/ca3f5ec71bb86c6aeb015bb0d54a10fa.svg) +} + +.theme-light .emptyIconStreamerMode-3RfWOW { + background-image:url(img/40311479d87be9ab59aef9571750cd5f.svg) +} + +.theme-light .emptyIconGuilds-3OViNh { + background-image:url(img/38af48da1542dfedce582fc5e8042285.svg) +} + +.theme-light .emptyIconFriends-BrjhY9 { + background-image:url(img/898a7791572e9e050735eeec7e25739d.svg) +} + +.gamepadButtonText-3oiVZ3 { + font-size:20px; + font-weight:500; + color:#fff; + margin-right:30px +} + +.gamepadButtonContainer-1LwN57 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.leftPanel-9cRl50 { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding-left:100px; + width:40%; + max-width:650px; + padding-top:36px; + margin:auto 0 +} + +.sectionTitle-337Owh { + font-size:48px; + font-weight:700; + color:#fff +} + +.sectionSubtitle-3oof5F { + font-size:32px; + margin-top:32px; + font-weight:300; + line-height:1.25; + color:#fff +} + +@media (max-height: 720px) { + .sectionTitle-337Owh { + font-size:32px + } + + .sectionSubtitle-3oof5F { + font-size:24px; + margin-top:20px + } + +} + +.pageWrapper-3F6owx { + width:100vw; + height:100vh; + background-image:linear-gradient(114deg, + #738ef5, + #9295e2); + overflow:auto +} + +.container-1r0Ael { + height:100%; + width:100% +} + +.logo-2apZa6 { + height:80px; + margin-left:94px; + margin-top:40px; + position:absolute +} + +.linkButton-3aQMjF { + height:auto; + font-size:20px; + margin-top:20px; + padding:16px 40px +} + +.rightPanel-3v0DYb { + position:relative; + width:60%; + overflow:hidden; + padding-top:15% +} + +.image-22sO6Y { + width:70%; + height:auto; + position:fixed; + right:-11%; + z-index:0; + pointer-events:none +} + +.xboxButtonContainer-1fnVjR { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:absolute; + bottom:40px; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.gamepadButton-_uzDVK { + margin-right:8px; + width:30px; + height:30px +} + +.errorMessageContainer-3tPaYl { + border-radius:5px; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + background-color:#f6f6f7; + border:1px solid #dcddde; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:20px +} + +.errorMessage-3H97Nb { + color:#4f545c +} + +.errorMessageIcon-1ToWng { + color:#f04747; + width:24px; + height:24px; + margin-right:8px +} + +@media (max-height: 720px) { + .logo-2apZa6 { + height:46px + } + + .linkButton-3aQMjF { + font-size:16px; + padding:2px 24px + } + + .gamepadButton-_uzDVK { + width:30px; + height:30px + } + + .errorMessageIcon-1ToWng { + width:24px; + height:24px + } + +} + +.leftPanel-2l1T5i { + -webkit-box-sizing:border-box; + box-sizing:border-box; + padding-left:100px; + width:40%; + margin:auto 0 +} + +.sectionTitle-2nPEF4 { + font-size:32px; + margin-bottom:20px; + margin-top:48px; + color:#fff +} + +.sectionSubheader-rwzZ1d { + margin-bottom:4px +} + +.sectionSubheader-rwzZ1d, +.sectionSubtitle-c6uxj- { + font-size:24px; + line-height:1.25; + color:#fff +} + +.sectionSubtitle-c6uxj- { + margin-top:0; + margin-bottom:8px; + font-weight:300 +} + +.pinNumber-2Y-fxV { + font-size:80px; + line-height:1.25; + letter-spacing:6px; + margin-top:60px; + color:#fff; + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace; + font-weight:300 +} + +.pinExpiresText-2kOhgQ { + font-size:20px; + margin-top:13px; + color:#fff +} + +@media (max-height: 720px) { + .pinNumber-2Y-fxV { + font-size:60px; + margin-top:60px + } + + .pinExpiresText-2kOhgQ { + font-size:16px; + margin-top:12px + } + + .sectionTitle-2nPEF4 { + font-size:24px; + margin-bottom:16px; + margin-top:24px + } + + .sectionSubheader-rwzZ1d { + font-size:20px; + line-height:1.25; + margin-bottom:4px + } + + .sectionSubtitle-c6uxj- { + font-size:18px; + margin-bottom:4px + } + + .linkButton-c8TCnB { + font-size:16px; + padding:2px 24px + } + +} + +.elevated-26QCAo { + -webkit-box-shadow:0 2px 10px 0 rgba(4, + 4, + 5, + .2), + 0 0 0 1px #202225; + box-shadow:0 2px 10px 0 rgba(4, + 4, + 5, + .2), + 0 0 0 1px #202225 +} + +.button-2nxwjH { + margin:12px auto 20px; + width:85% +} + +.buttonTitle-3i-bDM { + text-align:center; + margin:20px 20px 0 +} + +.text-YvEHPh { + text-align:left +} + +.buttonLogin-2oCPEH { + font-weight:600; + font-size:12px +} + +.card-naSvY_ { + margin:16px; + background:#202225; + border-color:#202225 +} + +.cardContents-3WbWvB { + max-width:400px; + margin:0 auto +} + +.cardAccentLeft-21rdcy { + left:0 +} + +.cardAccentLeft-21rdcy, +.cardAccentRight-2fDjxG { + position:absolute; + bottom:0; + opacity:.3 +} + +.cardAccentRight-2fDjxG { + right:0 +} + +.acceptButton-1JKJrE { + margin-top:8px +} + +@media (min-height: 720px) { + .acceptButton-1JKJrE { + margin-top:12px + } + +} + +@media (min-height: 960px) { + .acceptButton-1JKJrE { + margin-top:24px + } + +} + +.valueProps-MQU5k3 { + -ms-flex-item-align:stretch; + align-self:stretch; + margin:8px 0; + padding:0 16px; + border-radius:8px; + background:#2f3136 +} + +@media (min-height: 720px) { + .valueProps-MQU5k3 { + margin:12px 0 + } + +} + +@media (min-height: 960px) { + .valueProps-MQU5k3 { + margin:24px 0 + } + +} + +.valuePropItem-2ampWu { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + padding:8px 0; + text-align:left; + border-bottom:1px solid var(--background-modifier-accent) +} + +.valuePropItem-2ampWu:last-child { + border-bottom:none +} + +@media (min-height: 640px) { + .valuePropItem-2ampWu { + padding:12px 0 + } + +} + +.valuePropIcon-1Hgw0u { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + background:#202225; + width:32px; + height:32px; + border-radius:50%; + margin-left:-4px; + margin-right:12px +} + +.valuePropLabel-29Vitw { + display:block; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + font-size:16px; + line-height:20px; + color:#b9bbbe +} + +.valuePropLabel-29Vitw strong { + color:#fff; + font-weight:600 +} + +.container-I6Klu5 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + width:100%; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.guildBadge-2loz2D { + position:relative; + margin-right:6px; + -ms-flex-negative:0; + flex-shrink:0; + width:25px; + height:25px +} + +.appIcon-8pI_Ye { + display:inline-block +} + +.appIconSize-1WQ9nz { + width:100px; + height:100px +} + +.appIcon-8pI_Ye, +.avatar-5lWvma, +.guildIcon-3w0Hwc { + margin-top:24px; + margin-bottom:24px; + border-radius:16px +} + +.title-36_Qng { + margin-top:4px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + color:var(--header-primary); + font-weight:600 +} + +@media (min-height: 640px) { + .title-36_Qng { + margin-top:8px + } + +} + +.activityCount-A89d7s { + margin-top:4px +} + +@media (min-height: 640px) { + .activityCount-A89d7s { + margin-top:8px + } + +} + +.description-1Rx3bM { + margin:4px 0; + color:#b9bbbe; + font-size:14px; + line-height:18px +} + +@media (min-height: 640px) { + .description-1Rx3bM { + margin:8px 0 + } + +} + +.guildContainer-3U-BXz { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.appIn-3Fa6lj { + margin:4px 0 +} + +.appGuildName-3nA7vq { + color:var(--header-primary) +} + +.inviteJoinContainer-3XnqFF { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.inviterIconWrapper-ti3YTR { + padding-right:8px +} + +.inviteJoinText-3CUNHu { + color:var(--header-secondary) +} + +.acceptButton-3IVn3J { + margin-top:28px; + width:100% +} + +.splashBackground-1xe4jJ { + --background-mobile-primary:#202225 center/cover no-repeat url(img/a49f55e96d5786e4da4935a993d7f796.png) +} + +.centerFlex-2UU8gh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.centerAuthBoxContent-2AJUs_ { + margin-top:-50px +} + +.inviteCard-bGLA09 { + border-radius:8px; + background:var(--background-primary); + width:calc(100vw - 72px); + min-height:200px; + -webkit-box-shadow:0 8px 16px rgba(0, + 0, + 0, + .2); + box-shadow:0 8px 16px rgba(0, + 0, + 0, + .2); + padding:20px; + margin:auto 8px +} + +@media (max-height: 640px) { + .inviteCard-bGLA09 { + width:100vw; + padding:16px; + margin:0 + } + +} + +.inviteCardInner-2QLrMQ { + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.inviteCardInner-2QLrMQ, +.inviteCardInnerError-2yrg2f { + -webkit-box-orient:vertical; + -webkit-box-direction:normal +} + +.inviteCardInnerError-2yrg2f { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-sizing:content-box; + box-sizing:content-box; + margin:0 -4px; + padding-bottom:0; + padding-top:24px +} + +@media (max-height: 640px) { + .inviteCardInnerError-2yrg2f { + padding:0; + margin:0 -12px + } + +} + +.inviteCardInnerLoading-X5GXa7 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.authBox-OtSo8z { + width:960px +} + +.createButton-2XJ7jN { + margin-top:12px +} + +.header-2tghzW { + text-align:center; + margin-bottom:32px +} + +.formContainer-2ZWoPq { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + text-align:start +} + +.image-vn9QOh { + height:100px +} + +.wrapper-1V4Ofx { + background:repeat 108% 103% url(img/8eba753f8b6d02be1013c5e659b0fc2f.png); + width:100vw; + height:100vh; + background-color:#202225; + overflow:auto +} + +.lottieStickerTest-1hKOyj { + width:100%; + height:100vh; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + overflow:scroll +} + +.actions-1Z2JKm, +.lottieStickerTest-1hKOyj { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.actionUpload-3jLwSx { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + margin-right:8px +} + +.lists-v2EVz_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.list-2dzxSI, +.lists-v2EVz_ { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.darkList-3LdH9J { + background-color:#36393f +} + +.lightList-IANdV6 { + background-color:#fff +} + +.stickerWrapper-35XsuF { + height:160px; + width:160px +} + +.key-3j3-mG { + display:inline-block; + background-color:#7289da; + color:#fff; + border-bottom:2px solid #4e5d94; + border-radius:3px; + padding:3px 9px; + margin-left:8px; + margin-right:8px +} + +.container-fEIfjO { + position:relative; + color:#fff; + border-radius:5px; + width:300px; + padding:12px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + font-size:14px; + line-height:1.3 +} + +.container-fEIfjO+.container-fEIfjO { + margin-top:8px +} + +.clickBlocker-fnG15u { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + z-index:100; + cursor:auto +} + +.content-15zTcI { + -webkit-box-align:top; + -ms-flex-align:top; + align-items:top +} + +.content-15zTcI, +.details-2gEcEs { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.details-2gEcEs { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + overflow:hidden; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto +} + +.hintText-2g1c9G { + font-weight:500; + text-align:center +} + +.clickable-2NoTM3 { + cursor:pointer +} + +.dismissButton-AdNfLV { + position:absolute; + width:24px; + height:24px; + top:5px; + right:5px; + line-height:0; + visibility:hidden; + cursor:pointer +} + +.dismissButton-AdNfLV .dismissIcon-37THWD { + opacity:.5 +} + +.dismissButton-AdNfLV:hover .dismissIcon-37THWD { + opacity:1 +} + +.container-fEIfjO:hover .dismissButton-AdNfLV, +.dismissButton-AdNfLV:hover { + visibility:visible +} + +.buttonContainer-1OF5r4 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin-left:-5px; + margin-right:-5px +} + +.button-1_corF { + margin-left:5px; + margin-right:5px +} + +.avatar-2DTGCj { + margin-right:10px; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.title-IU0YL0 { + font-size:16px; + overflow:hidden; + -webkit-line-clamp:2 +} + +.body-3iVSWA, +.title-IU0YL0 { + text-overflow:ellipsis; + display:-webkit-box; + -webkit-box-orient:vertical +} + +.body-3iVSWA { + overflow-wrap:break-word +} + +.divider-2SJIXw { + width:100%; + height:1px; + margin-top:12px; + margin-bottom:12px; + position:relative +} + +.footer-29jAtw { + color:#b9bbbe +} + +.keybindMessage-27rgH4 { + font-weight:500 +} + +.keybindMessage-27rgH4 .keybind-3thb0I { + font-size:13px; + line-height:14px; + font-weight:500; + margin-left:6px; + margin-right:6px +} + +.hintSubtleText-mZJcbW { + text-align:center; + font-size:12px +} + +.themePrimary-18HFsc.container-fEIfjO { + background-color:rgba(54, + 57, + 63, + .95) +} + +.themePrimary-18HFsc.container-fEIfjO.clickable-2NoTM3:hover { + background-color:#36393f +} + +.themePrimary-18HFsc.container-fEIfjO.clickable-2NoTM3:hover .hintText-2g1c9G { + color:#fff +} + +.themePrimary-18HFsc .body-3iVSWA, +.themePrimary-18HFsc .hintSubtleText-mZJcbW, +.themePrimary-18HFsc .hintText-2g1c9G, +.themePrimary-18HFsc .keybindMessage-27rgH4 { + color:#b9bbbe +} + +.themePrimary-18HFsc .divider-2SJIXw { + background-color:#4f545c +} + +.themePrimary-18HFsc .dismissButton-AdNfLV { + background-color:#36393f; + -webkit-box-shadow:0 0 7px 3px #36393f; + box-shadow:0 0 7px 3px #36393f +} + +.themeBrand-2qTyWV.container-fEIfjO { + background-color:rgba(114, + 137, + 218, + .95) +} + +.themeBrand-2qTyWV.container-fEIfjO.clickable-2NoTM3:hover { + background-color:#7289da +} + +.themeBrand-2qTyWV.container-fEIfjO.clickable-2NoTM3:hover .hintText-2g1c9G { + color:#fff +} + +.themeBrand-2qTyWV .body-3iVSWA, +.themeBrand-2qTyWV .hintText-2g1c9G, +.themeBrand-2qTyWV .keybindMessage-27rgH4 { + color:#e3e7f8 +} + +.themeBrand-2qTyWV .footer-29jAtw { + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.themeBrand-2qTyWV .divider-2SJIXw { + background-color:hsla(0, + 0%, + 100%, + .15) +} + +.themeBrand-2qTyWV .dismissButton-AdNfLV { + background-color:#7289da; + -webkit-box-shadow:0 0 7px 3px #7289da; + box-shadow:0 0 7px 3px #7289da +} + +.themeBrand-2qTyWV .keybind-3thb0I { + background-color:#fff; + color:#7289da; + border-bottom-color:#c7d0f0 +} + +.themeBrand-2qTyWV .button-1_corF .innerText-2pcwrI { + color:#7289da +} + +.themeDanger-2d-qs2.container-fEIfjO { + background-color:rgba(240, + 71, + 71, + .95) +} + +.themeDanger-2d-qs2.container-fEIfjO.clickable-2NoTM3:hover { + background-color:#f04747 +} + +.themeDanger-2d-qs2.container-fEIfjO.clickable-2NoTM3:hover .hintText-2g1c9G { + color:#fff +} + +.themeDanger-2d-qs2 .body-3iVSWA, +.themeDanger-2d-qs2 .hintText-2g1c9G, +.themeDanger-2d-qs2 .keybindMessage-27rgH4 { + color:#fcdada +} + +.themeDanger-2d-qs2 .footer-29jAtw { + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.themeDanger-2d-qs2 .divider-2SJIXw { + background-color:#f36c6c +} + +.themeDanger-2d-qs2 .dismissButton-AdNfLV { + background-color:rgba(240, + 71, + 71, + .8); + -webkit-box-shadow:0 0 7px 3px rgba(240, + 71, + 71, + .8); + box-shadow:0 0 7px 3px rgba(240, + 71, + 71, + .8) +} + +.themeDanger-2d-qs2 .dismissButton-AdNfLV .dismissIcon-37THWD { + opacity:.8; + color:#fff +} + +.themeDanger-2d-qs2 .dismissButton-AdNfLV:hover .dismissIcon-37THWD { + opacity:1 +} + +.themeDanger-2d-qs2 .keybind-3thb0I { + background-color:#fff; + color:#f04747; + border-bottom-color:#f9b5b5 +} + +.themeDanger-2d-qs2 .button-1_corF .innerText-2pcwrI { + color:#f04747 +} + +.content-3NKj2i { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.staticSize-60Tgeg { + -ms-flex-negative:0; + flex-shrink:0 +} + +.widget-2M7wFU { + color:#fff; + position:relative; + z-index:1; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + max-height:100vh; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + border-radius:5px +} + +.widget-2M7wFU.inGame-2jyo39, +.widget-2M7wFU.inGameActive-2sV6GI, +.widget-2M7wFU.inGameText-O5ZnCQ { + -webkit-box-shadow:none; + box-shadow:none +} + +.widget-2M7wFU.default-3DQdjh { + background-color:#2f3136 +} + +.widget-2M7wFU.unpinned-yEO9eb { + background-color:#36393f +} + +.bar-223pc1 { + font-size:16px; + line-height:1.25; + padding:12px; + color:#fff; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between; + height:20px; + -ms-flex-negative:0; + flex-shrink:0; + background-color:rgba(54, + 57, + 63, + .85) +} + +.bar-223pc1, +.bar-223pc1 .content-3NKj2i { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.bar-223pc1 .content-3NKj2i { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + font-weight:600 +} + +.bar-223pc1:first-child { + border-radius:5px 5px 0 0; + -webkit-box-shadow:inset 0 -1px 0 0 rgba(0, + 0, + 0, + .1); + box-shadow:inset 0 -1px 0 0 rgba(0, + 0, + 0, + .1) +} + +.background-opacity-low .bar-223pc1:first-child { + -webkit-box-shadow:inset 0 -1px 0 0 hsla(0, + 0%, + 100%, + .1); + box-shadow:inset 0 -1px 0 0 hsla(0, + 0%, + 100%, + .1) +} + +.bar-223pc1:last-child { + border-radius:0 0 5px 5px; + -webkit-box-shadow:inset 0 1px 0 0 rgba(0, + 0, + 0, + .1); + box-shadow:inset 0 1px 0 0 rgba(0, + 0, + 0, + .1) +} + +.bar-223pc1:last-child.inGame-2jyo39, +.bar-223pc1:last-child.inGameActive-2sV6GI, +.bar-223pc1:last-child.inGameText-O5ZnCQ { + -webkit-box-shadow:none; + box-shadow:none +} + +.bar-223pc1.default-3DQdjh { + background-color:#282b30 +} + +.bar-223pc1.unpinned-yEO9eb { + background-color:#36393f +} + +.body-Mv1Pg8 { + font-size:16px; + line-height:1.25; + padding:4px 0 4px 4px; + color:#fff +} + +.body-Mv1Pg8:first-child { + border-radius:5px 5px 0 0 +} + +.body-Mv1Pg8:last-child { + border-radius:0 0 5px 5px +} + +.body-Mv1Pg8.default-3DQdjh { + background-color:#2f3136 +} + +.body-Mv1Pg8.unpinned-yEO9eb { + background-color:#36393f +} + +.body-Mv1Pg8.pinned-3n-jtZ { + background-color:rgba(54, + 57, + 63, + .75) +} + +.body-Mv1Pg8.inGame-2jyo39 { + background-color:hsla(0, + 0%, + 100%, + 0) +} + +.icon-15v2QJ { + color:#fff; + opacity:.6; + margin-left:8px; + cursor:pointer +} + +.icon-15v2QJ.toggledIconOn-1A0KDh, +.icon-15v2QJ:hover { + opacity:1 +} + +.tutorialTip-3dJd0e { + text-align:center +} + +.container-3DGuwk { + position:fixed; + top:0; + left:0; + padding:10px +} + +.stackTrace-1C2h4v { + position:absolute; + left:10px; + top:140px +} + +.stackTraceCode-h5MUsb { + font-family:Consolas, + Andale Mono WT, + Andale Mono, + Lucida Console, + Lucida Sans Typewriter, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Liberation Mono, + Nimbus Mono L, + Monaco, + Courier New, + Courier, + monospace +} + +.code-1Y2ppX { + padding:15px; + -webkit-user-select:text; + -moz-user-select:text; + -ms-user-select:text; + user-select:text +} + +.errorMessage-1N2oXW { + font-weight:600; + margin-left:30px; + font-size:18px +} + +.notificationButton-2FRzIZ { + border:1px solid #fff +} + +.notificationIcon-iCU6Y0 { + fill:#fff +} + +.footer-33N2Qf { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-line-pack:center; + align-content:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.ctaButton-3WP2JB { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.animationContainer-1cdP1K { + position:absolute; + padding:10px +} + +.container-O6k7qM { + position:absolute; + z-index:100 +} + +.topLeft-2Lcaww { + top:0; + left:0 +} + +.topRight-3gPcod { + top:0; + right:0 +} + +.bottomLeft-t5CsTb { + bottom:0; + left:0 +} + +.bottomRight-1T9V4C { + bottom:0; + right:0 +} + +.wrapper-3GhqwF { + position:absolute +} + +.wrapper-3GhqwF, +.wrapper-3GhqwF>* { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.wrapper-3GhqwF>* { + position:relative; + width:100%; + height:100% +} + +.operation-3mRRRz>* { + pointer-events:none +} + +.handle-uxnyYH { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + z-index:1 +} + +.resizeNorth-1rGeFd { + top:2px - 8px; + bottom:auto +} + +.resizeNorth-1rGeFd, +.resizeSouth-OBIjD0 { + height:8px +} + +.resizeSouth-OBIjD0 { + bottom:2px - 8px; + top:auto +} + +.resizeNSCursor-1lS9F0 { + cursor:ns-resize +} + +.resizeWest-1E67qS { + left:2px - 8px; + right:auto +} + +.resizeEast-2-Ljsv, +.resizeWest-1E67qS { + width:8px; + cursor:ew-resize +} + +.resizeEast-2-Ljsv { + right:2px - 8px; + left:auto +} + +.resizeEWCursor-ARVQXd { + cursor:ew-resize +} + +.resizeNorthWest-3Q21ZU { + left:2px - 8px; + right:auto; + cursor:nwse-resize +} + +.resizeNorthEast-2gXday, +.resizeNorthWest-3Q21ZU { + width:16px; + height:16px; + top:2px - 8px; + bottom:auto +} + +.resizeNorthEast-2gXday { + right:2px - 8px; + left:auto; + cursor:nesw-resize +} + +.resizeSouthWest-mlbRRD { + left:2px - 8px; + right:auto; + cursor:nesw-resize +} + +.resizeSouthEast-385fJH, +.resizeSouthWest-mlbRRD { + width:16px; + height:16px; + bottom:2px - 8px; + top:auto +} + +.resizeSouthEast-385fJH { + right:2px - 8px; + left:auto +} + +.resizeNWSECursor-2mXwZU, +.resizeSouthEast-385fJH { + cursor:nwse-resize +} + +.resizeNESWCursor-1EQZf_ { + cursor:nesw-resize +} + +.header-GGVVMy { + padding:14px 20px 0; + z-index:1; + -webkit-box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3); + box-shadow:0 1px 0 0 rgba(24, + 25, + 28, + .3), + 0 1px 2px 0 rgba(24, + 25, + 28, + .3) +} + +.headerTitle-7BNint { + font-size:14px +} + +.headerClose-2ZfpDO { + right:-7px +} + +.tabBarItem-3HJRqN { + font-size:14px; + line-height:16px; + letter-spacing:-.2px; + padding:13px 0 +} + +.tabBarItem-3HJRqN+.tabBarItem-3HJRqN { + margin-left:12px +} + +.content-2PHP2E { + padding-top:20px +} + +.sidebar-sfP6x6 { + width:240px; + -ms-flex-direction:column; + flex-direction:column; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + overflow:hidden; + background:var(--background-secondary) +} + +.children-kVL7da, +.sidebar-sfP6x6 { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + min-height:0 +} + +.children-kVL7da { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -ms-flex-direction:column; + flex-direction:column +} + +.header-3UON5h { + position:relative; + -ms-flex-negative:0; + flex-shrink:0; + height:48px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + border-radius:0!important; + z-index:2; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:var(--background-secondary)!important +} + +.sidebar-sfP6x6 .header-3UON5h { + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.draggableStartArea-37VeBj { + cursor:move +} + +.headerTitle-2YD2DN { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; + display:block; + -ms-flex-negative:1; + flex-shrink:1 +} + +.guildHeader-1aEy0W { + cursor:move +} + +.guildHeaderInner-TcEnyk { + padding:12px +} + +.panels-Etdz3E { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background-color:var(--background-secondary-alt) +} + +.privateChannels-1ysLLR { + -webkit-box-sizing:border-box; + box-sizing:border-box; + overflow:hidden; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.privateChannels-1ysLLR, +.searchBar-12D2Sr { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.searchBar-12D2Sr { + z-index:2; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + padding:0 10px; + height:48px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-shadow:var(--elevation-low); + box-shadow:var(--elevation-low) +} + +.searchBar-12D2Sr .searchBarComponent-3Wvrbl { + width:100%; + height:28px; + overflow:hidden; + border-radius:4px; + background-color:var(--background-tertiary); + -webkit-box-shadow:none; + box-shadow:none; + color:var(--text-muted); + text-align:left; + text-overflow:ellipsis; + font-size:14px; + font-weight:500; + line-height:24px; + white-space:nowrap +} + +.panels-Iu7NZz { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + background-color:var(--background-secondary-alt) +} + +.base-zsjlUl { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + width:312px; + background:var(--background-tertiary)!important +} + +.widget-1O6tyl { + border-radius:5px!important; + overflow:hidden +} + +.container-pkXooo { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + margin-top:2px +} + +.title-2zTLTo { + margin-right:10px; + margin-left:2px +} + +.sliderContainer-1ypX9f { + width:200px; + padding-right:10px; + position:relative; + top:-12px +} + +.contained-1li2eZ { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + background-color:#36393f; + overflow:hidden; + min-width:0 +} + +.contained-1li2eZ, +.header-2yGCVu { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.header-2yGCVu { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.headerDefault-1qHUFF { + background-color:#36393f +} + +.activateContainer-2X6KOg { + height:68px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.activateKeybind-1oKNW5 { + padding:10px 16px; + border-radius:5px; + line-height:20px; + font-weight:600; + text-shadow:0 0 1px #4f545c, + 1px 1px 0 #4f545c +} + +.inGame-2RplaV .headerDefault-1qHUFF { + background-color:rgba(54, + 57, + 63, + .2) +} + +.inGameActive-36BUM7 { + pointer-events:auto +} + +.inGameActive-36BUM7 .footerContent-2Hkx-f { + visibility:visible +} + +.inGameActive-36BUM7 .messages-3lF2UY { + border-radius:5px 5px 0 0 +} + +.headerPinned-93Uwgl { + background-color:rgba(54, + 57, + 63, + .3) +} + +.widget-Ap3cJh { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + width:auto; + height:100% +} + +.widget-Ap3cJh:after { + border:none +} + +.draggableStartArea-1UY-rN { + cursor:move +} + +.footer-2Ijhzu { + height:auto +} + +.typingWrapper-24QP4N { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + white-space:nowrap; + text-overflow:ellipsis; + margin-right:-8px; + margin-left:-16px +} + +.typing-hkqjXx, +.typingWrapper-24QP4N { + height:24px; + overflow:hidden +} + +.typing-hkqjXx { + background:none +} + +.messagesContainer-2i76Bw { + position:relative; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + min-height:0 +} + +.messagesContainer-2i76Bw.disableHoverStates-2pKqy8 { + pointer-events:none +} + +.background-opacity-low .isDragging-RjSza0 { + -webkit-box-shadow:inset 0 0 2px hsla(0, + 0%, + 100%, + .5); + box-shadow:inset 0 0 2px hsla(0, + 0%, + 100%, + .5) +} + +.theme-dark .pinned-3CXiuy:not(.locked-e70j-9) .footerContent-2Hkx-f, +.theme-dark .pinned-3CXiuy:not(.locked-e70j-9) .messages-3lF2UY, +.theme-dark .pinned-3CXiuy:not(.locked-e70j-9) .typing-hkqjXx { + background-color:transparent +} + +.theme-dark .pinned-3CXiuy:not(.locked-e70j-9) .footerContent-2Hkx-f, +.theme-dark .pinned-3CXiuy:not(.locked-e70j-9) .messagesContainer-2i76Bw { + background-color:rgba(54, + 57, + 63, + .8) +} + +.theme-dark .scroller-3t2qeU::-webkit-scrollbar { + width:0; + height:0 +} + +.theme-dark .inGame-2RplaV .footerContentPinned-2M6JEM { + display:inline-block; + padding:8px 16px; + border-radius:5px; + position:absolute; + top:8px; + text-shadow:0 1px 1px #72767d, + 0 1px 0 #72767d; + font-weight:500 +} + +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .messages-3lF2UY, +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .messages-3lF2UY .scroller-3t2qeU { + background-color:transparent +} + +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .footerContent-2Hkx-f { + background-color:transparent; + padding:0; + border-radius:5px +} + +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .draggableStartArea-1UY-rN { + cursor:default +} + +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .messagesContainer-2i76Bw:not(.looksLocked-1Mis4S) { + border-radius:0 0 5px 5px +} + +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .footer-2Ijhzu:before, +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .footerContent-2Hkx-f:before, +.theme-dark .inGame-2RplaV:not(.inGameActive-36BUM7) .typing-hkqjXx:before { + content:none +} + +.theme-dark .inGameActive-36BUM7 .messagesContainer-2i76Bw { + background-color:rgba(54, + 57, + 63, + .4) +} + +.theme-dark .inGameActive-36BUM7 .messages-3lF2UY .scroller-3t2qeU::-webkit-scrollbar-thumb { + background-color:#36393f; + border-color:transparent +} + +.theme-dark .inGameActive-36BUM7 .messages-3lF2UY .scroller-3t2qeU::-webkit-scrollbar-track-piece { + background-color:rgba(47, + 49, + 54, + .3); + border-color:transparent +} + +.footer-2Ijhzu { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + position:relative; + padding:0 16px; + -webkit-box-sizing:border-box; + box-sizing:border-box; + cursor:default; + border-radius:0 0 5px 5px +} + +.footer-2Ijhzu, +.footerContent-2Hkx-f { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.footerContent-2Hkx-f { + background-color:#36393f; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + padding-bottom:0 +} + +.resizeIcon-2xSgbl { + position:absolute; + right:-4px; + bottom:-4px; + width:24px; + height:24px; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + background-image:url(img/424e19296e4f30c0c8424f8407512b94.svg); + background-size:16px; + background-repeat:no-repeat; + cursor:nwse-resize; + z-index:1 +} + +.headerContainer-1FBNKq { + position:relative; + z-index:2; + border-radius:5px 5px 0 0; + -webkit-box-shadow:0 1px 0 rgba(32, + 34, + 37, + .7), + 0 2px 0 rgba(0, + 0, + 0, + .06); + box-shadow:0 1px 0 rgba(32, + 34, + 37, + .7), + 0 2px 0 rgba(0, + 0, + 0, + .06) +} + +.background-opacity-high .headerContainer-1FBNKq { + -webkit-box-shadow:0 1px 0 rgba(32, + 34, + 37, + .4); + box-shadow:0 1px 0 rgba(32, + 34, + 37, + .4) +} + +.background-opacity-medium .headerContainer-1FBNKq { + -webkit-box-shadow:0 1px 0 rgba(32, + 34, + 37, + .2); + box-shadow:0 1px 0 rgba(32, + 34, + 37, + .2) +} + +.background-opacity-low .headerContainer-1FBNKq { + -webkit-box-shadow:0 1px 0 rgba(32, + 34, + 37, + .05); + box-shadow:0 1px 0 rgba(32, + 34, + 37, + .05) +} + +.opacityHeader-1wUrEK { + height:25px; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + background-color:#36393f; + -webkit-box-shadow:0 1px 0 rgba(32, + 34, + 37, + .7), + 0 2px 0 rgba(0, + 0, + 0, + .06); + box-shadow:0 1px 0 rgba(32, + 34, + 37, + .7), + 0 2px 0 rgba(0, + 0, + 0, + .06); + overflow:visible; + cursor:default +} + +.leaveCall-3Dgc1L { + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.status-m0kzwG { + margin-left:4px +} + +.dragIcon-29nDeZ { + color:#b9bbbe; + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto +} + +.wrapper-3K6RqB { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + overflow:hidden; + -webkit-box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2); + box-shadow:0 2px 10px 0 rgba(0, + 0, + 0, + .2) +} + +.controls-2NrGNJ { + background:rgba(32, + 34, + 37, + .85); + color:#fff; + font-size:14px; + font-weight:500; + padding:16px 12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-negative:0; + flex-shrink:0; + border-radius:0 0 5px +} + +.controls-2NrGNJ.unpinned-1hnzhe { + background:#202225 +} + +.content-3AhxhY { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.strikethrough-jo9Zr4 { + color:#f04747 +} + +.icon-2v7mcp { + width:16px; + height:16px; + padding:2px 0; + margin-left:3px +} + +.icon-2v7mcp, +.voiceIcon-1DSD_T { + display:block; + -ms-flex-negative:0; + flex-shrink:0 +} + +.voiceIcon-1DSD_T { + color:var(--interactive-hover); + padding:2px +} + +.voiceList-2_nc4r { + padding:4px 0 4px 4px +} + +.dragIcon-1tH5OP { + margin-right:4px; + margin-left:-4px +} + +.draggableStartArea-3BsD3u { + cursor:move +} + +.content-27MLsY { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.speakerIcon-XtTKrG { + margin-right:3px +} + +.interactive-2o5ouo:hover { + opacity:1 +} + +.username-2FGs2B { + margin:0; + font-size:14px; + line-height:16px; + font-weight:500; + padding:2px 4px; + max-width:158px +} + +.voiceUserWrapper-1eV-Yy .username-2FGs2B { + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto +} + +.locked-3PIhFd { + border-radius:4px +} + +.theme-dark .username-2FGs2B, +.theme-light .username-2FGs2B { + color:#fff +} + +.theme-dark .locked-3PIhFd, +.theme-light .locked-3PIhFd { + background-color:rgba(0, + 0, + 0, + .4); + color:#fff +} + +.faded-NBF6ah { + opacity:.6 +} + +.draggingHeader-QORSVE { + opacity:.4 +} + +.preview-2iPwI6 { + opacity:.3 +} + +.hidden-1HFzIV { + display:none +} + +.priority-20RaiF { + width:10px; + height:10px; + border-radius:50%; + background-color:#72767d; + margin-top:3px; + margin-left:3px +} + +.prioritySpeaking-2lsGo- { + background-color:#43b581 +} + +.topMargin-3X2K9E { + margin-top:20px + 24px +} + +.bottomMargin-28bbBf { + margin-bottom:52px +} + +.title-2njKBu { + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden +} + +.voiceUserList-13SpfF { + width:272px +} + +.streamerControls-3DE0AK { + background:rgba(32, + 34, + 37, + .85); + color:#fff; + font-size:14px; + font-weight:500; + padding:16px 12px; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -ms-flex-negative:0; + flex-shrink:0; + border-bottom:1px solid #36393f +} + +.streamerControls-3DE0AK.hidden-1HFzIV { + display:none +} + +.streamerControls-3DE0AK.unpinned-2Bknns { + background:#202225 +} + +.streamerContent-Y2-D91 { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.streamerInner-2PhE1d { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:0 +} + +.gameIcon-3N9FYK { + width:30px; + height:30px +} + +.streamerInfo-3bsfw3 { + margin-left:8px; + overflow:hidden +} + +.streaming-2y5EXU { + font-size:14px; + line-height:16px; + color:#f6f6f7 +} + +.streamerIconWrapper-HkFRbT { + width:32px; + height:32px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.streamerIcon-urajq1, +.streamerIconWrapper-HkFRbT { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.streamerIcon-urajq1 { + width:20px; + height:20px; + color:#b9bbbe; + opacity:.9 +} + +.streamerIcon-urajq1:hover { + color:#fff +} + +.videoDev-1wRRjc { + position:absolute; + z-index:-1 +} + +.overlay-2zxlBT, +.videoDev-1wRRjc { + top:0; + left:0; + right:0; + bottom:0 +} + +.overlay-2zxlBT { + position:fixed; + cursor:auto; + color:#fff +} + +.overlayBackground-2Ja_LP { + position:absolute; + top:0; + left:0; + bottom:0; + right:0; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.overlayActive-1zNgFQ { + background-color:rgba(79, + 86, + 96, + .8) +} + +.overlayLocked-KYWBH4 { + z-index:1 +} + +.previewMode-1ZDwlY { + opacity:0 +} + +.closeContainer-2Bq3S5 { + position:absolute; + top:26px; + right:26px; + z-index:1 +} + +.invalidContainer-3NuUTB { + background-color:rgba(79, + 86, + 96, + .8); + position:absolute; + top:0; + left:0; + bottom:0; + right:0 +} + +.inactiveContainer-3yv21J { + text-align:center; + width:300px; + background-color:#202225; + border-radius:5px; + padding:20px 20px 25px; + font-size:18px; + line-height:30px +} + +.layoutLocked-1ID4te { + position:absolute; + top:0; + left:0; + pointer-events:none +} + +.layoutLocked-1ID4te>* { + pointer-events:auto +} + +.layoutUnlocked-1DzZ9H { + pointer-events:none +} + +.layoutUnlocked-1DzZ9H>* { + pointer-events:auto +} + +.previewingInGameHeader-2cMdLJ { + width:33.33333vw; + position:absolute; + top:0; + left:33.33333vw; + padding-top:1rem; + padding-bottom:1rem; + font-size:1.6rem; + font-weight:500; + letter-spacing:-.1px; + text-align:center; + color:#fff; + background-color:rgba(32, + 34, + 37, + .9); + border-radius:0 0 10px 10px; + -webkit-transition:opacity .2s ease; + transition:opacity .2s ease +} + +.wrapper-2AQieU { + width:auto +} + +.saturation-1FDvtn { + position:relative; + width:auto; + height:150px +} + +.saturation-1FDvtn>div, +.saturation-1FDvtn>div>div { + border-radius:3px +} + +.hue-13HAGb { + height:8px; + margin:8px 0; + position:relative +} + +.hue-13HAGb>div>div { + border-radius:3px +} + +.hue-13HAGb>div>div>div>div { + height:16px!important; + width:8px!important; + margin-top:-3px!important; + border-radius:3px!important +} + +.container-3sNMIc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + margin-top:-10px; + margin-right:-10px +} + +.customContainer-3fZxdw, +.defaultContainer-Z8qCJn { + margin-top:10px; + margin-right:10px; + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + min-width:60px; + max-width:70px +} + +.custom-2SJn4n .preset-10Y8Fc { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -ms-flex-direction:vertical; + flex-direction:vertical +} + +.colorPickerCustom-2CWBn2, +.custom-2SJn4n .preset-10Y8Fc { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal +} + +.colorPickerCustom-2CWBn2 { + -ms-flex-direction:column; + flex-direction:column; + padding:10px; + border:1px solid transparent; + width:220px +} + +.colorPickerCustom-2CWBn2 .customColorPickerInput-14pB0r .input-GfazGc { + height:24px +} + +.colorPickerRow-1LgLnl { + margin-top:10px; + -ms-flex-wrap:wrap; + flex-wrap:wrap; + overflow:hidden +} + +.colorPickerRow-1LgLnl, +.colorPickerSwatch-5GX3Ve { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + height:20px +} + +.colorPickerSwatch-5GX3Ve { + background-color:transparent; + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + width:20px; + border-radius:3px; + margin-right:10px; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + border:1px solid transparent; + cursor:pointer; + padding:0 +} + +.colorPickerSwatch-5GX3Ve.custom-2SJn4n, +.colorPickerSwatch-5GX3Ve.default-cS_caM { + margin-right:0; + width:100%; + height:50px; + border-radius:4px +} + +.colorPickerSwatch-5GX3Ve.disabled-1C4eHl { + opacity:.3; + cursor:not-allowed; + pointer-events:none +} + +.colorPickerSwatch-5GX3Ve .colorPickerDropper-3c2mIf { + position:absolute; + top:4px; + right:4px +} + +.theme-dark .colorPickerSwatch-5GX3Ve.noColor-1pdBDm { + border-color:hsla(0, + 0%, + 100%, + .1) +} + +.theme-dark .colorPickerSwatch-5GX3Ve.noColor-1pdBDm .colorPickerDropperFg-3jYKWI { + fill:#fff +} + +.theme-dark .colorPickerCustom-2CWBn2 { + background:#36393f; + border-color:#202225 +} + +.theme-light .colorPickerSwatch-5GX3Ve.noColor-1pdBDm { + border-color:rgba(79, + 84, + 92, + .1) +} + +.theme-light .colorPickerSwatch-5GX3Ve.noColor-1pdBDm .colorPickerDropperFg-3jYKWI { + fill:#4f545c +} + +.theme-light .colorPickerCustom-2CWBn2 { + background:#fff; + border-color:#dcddde +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, +.react-datepicker__month-read-view--down-arrow, +.react-datepicker__year-read-view--down-arrow { + margin-left:-8px; + position:absolute +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before, +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, +.react-datepicker__month-read-view--down-arrow, +.react-datepicker__month-read-view--down-arrow:before, +.react-datepicker__year-read-view--down-arrow, +.react-datepicker__year-read-view--down-arrow:before { + -webkit-box-sizing:content-box; + box-sizing:content-box; + position:absolute; + border:8px solid transparent; + height:0; + width:1px +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before, +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, +.react-datepicker__month-read-view--down-arrow:before, +.react-datepicker__year-read-view--down-arrow:before { + content:""; + z-index:-1; + border-width:8px; + left:-8px; + border-bottom-color:#aeaeae +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle { + top:0; + margin-top:-8px +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before { + border-top:none; + border-bottom-color:#f0f0f0 +} + +.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before { + top:-1px; + border-bottom-color:#aeaeae +} + +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, +.react-datepicker__month-read-view--down-arrow, +.react-datepicker__year-read-view--down-arrow { + bottom:0; + margin-bottom:-8px +} + +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, +.react-datepicker__month-read-view--down-arrow, +.react-datepicker__month-read-view--down-arrow:before, +.react-datepicker__year-read-view--down-arrow, +.react-datepicker__year-read-view--down-arrow:before { + border-bottom:none; + border-top-color:#fff +} + +.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before, +.react-datepicker__month-read-view--down-arrow:before, +.react-datepicker__year-read-view--down-arrow:before { + bottom:-1px; + border-top-color:#aeaeae +} + +.react-datepicker-wrapper { + display:inline-block +} + +.react-datepicker { + font-size:.8rem; + background-color:#fff; + color:#000; + border:1px solid #aeaeae; + border-radius:.3rem; + display:inline-block; + position:relative +} + +.react-datepicker__triangle { + position:absolute; + left:50px +} + +.react-datepicker-popper { + z-index:1 +} + +.react-datepicker-popper[data-placement^=bottom] { + margin-top:10px +} + +.react-datepicker-popper[data-placement^=top] { + margin-bottom:6px +} + +.react-datepicker-popper[data-placement^=right] { + margin-left:8px +} + +.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle { + left:auto; + right:42px +} + +.react-datepicker-popper[data-placement^=left] { + margin-right:8px +} + +.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle { + left:42px; + right:auto +} + +.react-datepicker__header { + text-align:center; + background-color:#f0f0f0; + border-bottom:1px solid #aeaeae; + border-top-left-radius:.3rem; + border-top-right-radius:.3rem; + padding-top:8px; + position:relative +} + +.react-datepicker__month-dropdown-container--scroll, +.react-datepicker__month-dropdown-container--select, +.react-datepicker__year-dropdown-container--scroll, +.react-datepicker__year-dropdown-container--select { + display:inline-block; + margin:0 2px +} + +.react-datepicker__current-month { + margin-top:0; + color:#000; + font-weight:700; + font-size:.944rem +} + +.react-datepicker__navigation { + line-height:1.7rem; + text-align:center; + cursor:pointer; + position:absolute; + top:10px; + width:0; + border:.45rem solid transparent; + z-index:1 +} + +.react-datepicker__navigation--previous { + left:10px; + border-right-color:#ccc +} + +.react-datepicker__navigation--previous:hover { + border-right-color:#b3b2b2 +} + +.react-datepicker__navigation--next { + right:10px; + border-left-color:#ccc +} + +.react-datepicker__navigation--next:hover { + border-left-color:#b3b2b2 +} + +.react-datepicker__navigation--years { + position:relative; + top:0; + display:block; + margin-left:auto; + margin-right:auto +} + +.react-datepicker__navigation--years-previous { + top:4px; + border-top-color:#ccc +} + +.react-datepicker__navigation--years-previous:hover { + border-top-color:#b3b2b2 +} + +.react-datepicker__navigation--years-upcoming { + top:-4px; + border-bottom-color:#ccc +} + +.react-datepicker__navigation--years-upcoming:hover { + border-bottom-color:#b3b2b2 +} + +.react-datepicker__month-container { + display:inline; + float:left +} + +.react-datepicker__month { + margin:.4rem; + text-align:center +} + +.react-datepicker__week-number { + color:#ccc; + display:inline-block; + width:1.7rem; + line-height:1.7rem; + text-align:center; + margin:.166rem +} + +.react-datepicker__week-number.react-datepicker__week-number--clickable { + cursor:pointer +} + +.react-datepicker__week-number.react-datepicker__week-number--clickable:hover { + border-radius:.3rem; + background-color:#f0f0f0 +} + +.react-datepicker__day, +.react-datepicker__day-name { + color:#000; + display:inline-block; + width:1.7rem; + line-height:1.7rem; + text-align:center; + margin:.166rem +} + +.react-datepicker__day { + cursor:pointer +} + +.react-datepicker__day:hover { + border-radius:.3rem; + background-color:#f0f0f0 +} + +.react-datepicker__day--today { + font-weight:700 +} + +.react-datepicker__day--highlighted { + border-radius:.3rem; + background-color:#3dcc4a; + color:#fff +} + +.react-datepicker__day--highlighted:hover { + background-color:#32be3f +} + +.react-datepicker__day--highlighted-custom-1 { + color:#f0f +} + +.react-datepicker__day--highlighted-custom-2 { + color:green +} + +.react-datepicker__day--in-range, +.react-datepicker__day--in-selecting-range, +.react-datepicker__day--selected { + border-radius:.3rem; + background-color:#216ba5; + color:#fff +} + +.react-datepicker__day--in-range:hover, +.react-datepicker__day--in-selecting-range:hover, +.react-datepicker__day--selected:hover { + background-color:#1d5d90 +} + +.react-datepicker__day--keyboard-selected { + border-radius:.3rem; + background-color:#2a87d0; + color:#fff +} + +.react-datepicker__day--keyboard-selected:hover { + background-color:#1d5d90 +} + +.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) { + background-color:rgba(33, + 107, + 165, + .5) +} + +.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) { + background-color:#f0f0f0; + color:#000 +} + +.react-datepicker__day--disabled { + cursor:default; + color:#ccc +} + +.react-datepicker__day--disabled:hover { + background-color:transparent +} + +.react-datepicker__input-container { + position:relative; + display:inline-block +} + +.react-datepicker__month-read-view, +.react-datepicker__year-read-view { + border:1px solid transparent; + border-radius:.3rem +} + +.react-datepicker__month-read-view:hover, +.react-datepicker__year-read-view:hover { + cursor:pointer +} + +.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, +.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, +.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, +.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow { + border-top-color:#b3b2b2 +} + +.react-datepicker__month-read-view--down-arrow, +.react-datepicker__year-read-view--down-arrow { + border-top-color:#ccc; + float:right; + margin-left:20px; + top:8px; + position:relative; + border-width:.45rem +} + +.react-datepicker__month-dropdown, +.react-datepicker__year-dropdown { + background-color:#f0f0f0; + position:absolute; + width:50%; + left:25%; + top:30px; + z-index:1; + text-align:center; + border-radius:.3rem; + border:1px solid #aeaeae +} + +.react-datepicker__month-dropdown:hover, +.react-datepicker__year-dropdown:hover { + cursor:pointer +} + +.react-datepicker__month-dropdown--scrollable, +.react-datepicker__year-dropdown--scrollable { + height:150px; + overflow-y:scroll +} + +.react-datepicker__month-option, +.react-datepicker__year-option { + line-height:20px; + width:100%; + display:block; + margin-left:auto; + margin-right:auto +} + +.react-datepicker__month-option:first-of-type, +.react-datepicker__year-option:first-of-type { + border-top-left-radius:.3rem; + border-top-right-radius:.3rem +} + +.react-datepicker__month-option:last-of-type, +.react-datepicker__year-option:last-of-type { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + border-bottom-left-radius:.3rem; + border-bottom-right-radius:.3rem +} + +.react-datepicker__month-option:hover, +.react-datepicker__year-option:hover { + background-color:#ccc +} + +.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, +.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming { + border-bottom-color:#b3b2b2 +} + +.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, +.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous { + border-top-color:#b3b2b2 +} + +.react-datepicker__month-option--selected, +.react-datepicker__year-option--selected { + position:absolute; + left:15px +} + +.react-datepicker__close-icon { + background-color:transparent; + border:0; + cursor:pointer; + display:inline-block; + height:0; + outline:0; + padding:0; + vertical-align:middle +} + +.react-datepicker__close-icon:after { + background-color:#216ba5; + border-radius:50%; + bottom:0; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:#fff; + content:"\D7"; + cursor:pointer; + font-size:12px; + height:16px; + width:16px; + line-height:1; + margin:-8px auto 0; + padding:2px; + position:absolute; + right:7px; + text-align:center; + top:50% +} + +.react-datepicker__today-button { + background:#f0f0f0; + border-top:1px solid #aeaeae; + cursor:pointer; + text-align:center; + font-weight:700; + padding:5px 0; + clear:left +} + +.react-datepicker__portal { + position:fixed; + width:100vw; + height:100vh; + background-color:rgba(0, + 0, + 0, + .8); + left:0; + top:0; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + z-index:2147483647 +} + +.react-datepicker__portal .react-datepicker__day, +.react-datepicker__portal .react-datepicker__day-name { + width:3rem; + line-height:3rem +} + +@media (max-height: 550px), +(max-width: 400px) { + .react-datepicker__portal .react-datepicker__day, + .react-datepicker__portal .react-datepicker__day-name { + width:2rem; + line-height:2rem + } + +} + +.react-datepicker__portal .react-datepicker__current-month { + font-size:1.44rem +} + +.react-datepicker__portal .react-datepicker__navigation { + border:.81rem solid transparent +} + +.react-datepicker__portal .react-datepicker__navigation--previous { + border-right-color:#ccc +} + +.react-datepicker__portal .react-datepicker__navigation--previous:hover { + border-right-color:#b3b2b2 +} + +.react-datepicker__portal .react-datepicker__navigation--next { + border-left-color:#ccc +} + +.react-datepicker__portal .react-datepicker__navigation--next:hover { + border-left-color:#b3b2b2 +} + +.calendarPicker-2yf6Ci .react-datepicker { + border:none; + padding:20px +} + +.calendarPicker-2yf6Ci .react-datepicker__header { + padding-top:0; + border-bottom:0 +} + +.calendarPicker-2yf6Ci .react-datepicker__current-month { + margin:0 0 10px; + padding:0 0 20px; + border-bottom:1px solid; + font-size:13px; + line-height:20px; + font-weight:600; + text-transform:uppercase +} + +.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next, +.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous { + top:20px; + left:20px; + width:18px; + height:18px; + border:1px solid; + border-radius:2px; + background-repeat:no-repeat; + background-size:6px 12px; + background-position:50%; + -webkit-transform:rotate(180deg); + transform:rotate(180deg) +} + +.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next.react-datepicker__navigation--next, +.calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous.react-datepicker__navigation--next { + left:auto; + right:20px; + -webkit-transform:rotate(0deg); + transform:rotate(0deg) +} + +.calendarPicker-2yf6Ci .react-datepicker__month { + margin:0 +} + +.calendarPicker-2yf6Ci .react-datepicker__week:first-of-type>.react-datepicker__day:first-of-type { + border-radius:3px 0 0 +} + +.calendarPicker-2yf6Ci .react-datepicker__week:first-of-type>.react-datepicker__day:last-of-type { + border-radius:0 3px 0 0 +} + +.calendarPicker-2yf6Ci .react-datepicker__week:last-of-type>.react-datepicker__day { + border-bottom:1px solid #dcddde +} + +.calendarPicker-2yf6Ci .react-datepicker__week:last-of-type>.react-datepicker__day:first-of-type { + border-radius:0 0 0 3px +} + +.calendarPicker-2yf6Ci .react-datepicker__week:last-of-type>.react-datepicker__day:last-of-type { + border-radius:0 0 3px +} + +.calendarPicker-2yf6Ci .react-datepicker__week>.react-datepicker__day:last-of-type { + border-right:1px solid +} + +.calendarPicker-2yf6Ci .react-datepicker__day-names { + margin-bottom:10px +} + +.calendarPicker-2yf6Ci .react-datepicker__day-name { + width:40px; + font-size:13px; + font-weight:500; + line-height:1em; + margin:0 +} + +.calendarPicker-2yf6Ci .react-datepicker__day { + position:relative; + -webkit-box-sizing:border-box; + box-sizing:border-box; + margin:0; + width:40px; + height:40px; + line-height:40px; + border-top:1px solid; + border-left:1px solid +} + +.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:hover, +.calendarPicker-2yf6Ci .react-datepicker__day:hover { + border-radius:0 +} + +.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected { + background:none; + border-radius:0 +} + +.calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after { + content:""; + position:absolute; + bottom:0; + left:0; + width:100%; + height:3px +} + +.calendarPicker-2yf6Ci .react-datepicker__day--disabled, +.calendarPicker-2yf6Ci .react-datepicker__day--outside-month { + font-weight:500 +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker { + background-color:#fff +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__header { + background-color:#fff; + border-color:rgba(220, + 221, + 222, + .2) +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__current-month { + border-bottom-color:rgba(220, + 221, + 222, + .2); + color:#4f545c +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next, +.theme-light .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous { + border-color:#dcddde; + background-image:url(img/0fce6d7622d8173fcee0397634bff5b5.svg) +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__week:last-of-type .react-datepicker__day { + border-bottom-color:#dcddde +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__week .react-datepicker__day:last-of-type { + border-right-color:#dcddde +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day-name { + color:rgba(79, + 84, + 92, + .6) +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day { + border-top-color:#dcddde; + border-left-color:#dcddde; + color:#4f545c +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:hover, +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day:hover { + color:#fff; + background-color:#7289da +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled, +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled:hover { + background-color:rgba(0, + 0, + 0, + .05); + color:rgba(0, + 0, + 0, + .2) +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after { + background-color:#7289da +} + +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day--disabled, +.theme-light .calendarPicker-2yf6Ci .react-datepicker__day--outside-month { + background-color:#f6f6f7; + color:rgba(79, + 84, + 92, + .3) +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker { + background-color:#36393f +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__header { + background-color:#36393f; + border-color:rgba(24, + 25, + 28, + .2) +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__current-month { + border-bottom-color:rgba(24, + 25, + 28, + .3); + color:#f6f6f7 +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--next, +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__navigation.react-datepicker__navigation--previous { + border-color:#18191c; + background-image:url(img/7619529e87dad31fd2ae83d9b9583e49.svg) +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__week:last-of-type .react-datepicker__day { + border-bottom-color:#18191c +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__week .react-datepicker__day:last-of-type { + border-right-color:#18191c +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day-name { + color:rgba(246, + 246, + 247, + .6) +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day { + border-top-color:#18191c; + border-left-color:#18191c; + color:#f6f6f7 +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:hover, +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day:hover { + color:#fff; + background-color:#7289da +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled, +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--disabled:hover { + background-color:#2f3136; + color:rgba(246, + 246, + 247, + .3) +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after { + background-color:#7289da +} + +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day--disabled, +.theme-dark .calendarPicker-2yf6Ci .react-datepicker__day--outside-month { + background-color:#2f3136; + color:rgba(246, + 246, + 247, + .3) +} + +.footer-je22K2 { + position:relative; + padding:80px 160px 48px; + font-weight:400; + overflow:hidden +} + +.footerPrimary-KxrtlY { + background:#18191c +} + +.footerBackgroundPrimary-3ouTtT { + position:absolute; + bottom:0; + left:0; + width:100% +} + +.footerBackgroundAnimate-1CHJYi { + -webkit-animation:footer-blob-animation-_I95Dt 100s linear infinite alternate; + animation:footer-blob-animation-_I95Dt 100s linear infinite alternate +} + +.footerBackgroundPaused-1Qgmbn { + -webkit-animation-play-state:paused; + animation-play-state:paused +} + +.footerBackgroundPlay-YykCNn { + -webkit-animation-play-state:running; + animation-play-state:running +} + +.footerContent-_U2enW { + position:relative; + max-width:1600px; + margin:0 auto +} + +.navigation-18zSA- { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.navigationHeader-2Vp4n_ { + color:#fff; + font-size:14px; + margin-bottom:13px +} + +.route-MFNjyu { + color:hsla(0, + 0%, + 100%, + .6); + font-size:14px; + line-height:20px +} + +.route-MFNjyu:hover { + color:#fff +} + +.navigationSection-1CjCJZ { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + margin:0 16px +} + +.logo-28n2Vu, +.logoWrap-1rGDvB { + width:36px; + height:36px +} + +.separator-xZsY5U { + height:1px; + width:100%; + background:url(img/ffa0a8d74568beaa8ec72dd51951685c.svg); + opacity:.1; + margin:34px 0 +} + +.joinDiscord-3gZEG_ { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.stats-2t3ZLa { + -webkit-box-flex:1; + -ms-flex:1; + flex:1 +} + +.readyToJoin-3kZFcp { + font-size:26px; + color:#fff; + line-height:34px +} + +.joinOtherPlayers-370EmJ { + font-size:14px; + color:hsla(0, + 0%, + 100%, + .6); + font-weight:500; + margin-top:4px +} + +.button-2A8AGi { + position:relative; + padding:16px; + height:15px; + border-radius:3px; + font-size:15px; + line-height:15px; + cursor:pointer +} + +.button-2A8AGi:hover { + top:-1px; + -webkit-box-shadow:0 4px 14px 0 rgba(28, + 30, + 34, + .4); + box-shadow:0 4px 14px 0 rgba(28, + 30, + 34, + .4) +} + +.button-2A8AGi:active { + top:1px +} + +.buttonPrimary-3RahU_ { + background-color:#7289da; + color:#fff +} + +.buttonPrimary-3RahU_:hover { + color:#fff +} + +.buttonBlurple-1kuusH { + background:#fff; + color:#7289da +} + +.footerBackgroundBlurple-3m2rFK>path { + fill:rgba(106, + 127, + 203, + .6) +} + +.footerBlurple-1BSoUN { + background:#7289da +} + +@media screen and (max-width: 848px) { + .footer-je22K2 { + padding-left:8px; + padding-right:8px + } + + .footerBackgroundPrimary-3ouTtT { + display:none; + -webkit-animation:none; + animation:none + } + + .navigation-18zSA- { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-flow:row wrap; + flex-flow:row wrap; + -ms-flex-pack:distribute; + justify-content:space-around + } + + .navigationSection-1CjCJZ { + text-align:center; + margin:16px 0; + width:45% + } + + .joinDiscord-3gZEG_ { + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column; + text-align:center + } + + .logoWrap-1rGDvB { + width:45%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + margin:16px 0 + } + + .logo-28n2Vu { + margin:0 auto; + width:50px; + height:50px + } + + .button-2A8AGi { + background-color:#fff; + margin-top:16px; + -ms-flex-item-align:center; + align-self:center + } + + .button-2A8AGi, + .button-2A8AGi:hover { + color:#7289da + } + +} + +@-webkit-keyframes footer-blob-animation-_I95Dt { + 0% { + d:path("M140.881198,194.260295 C257.600568,129.32862 342.939626,119.84993 418.009939,203.154617 C493.080251,286.459305 545.728689,70.9046172 636.439626,63.9593047 C727.150564,57.0139922 768.99822,139.670242 858.802907,119.431961 C948.607595,99.1936797 1071.91228,-32.9977266 1243.91228,7.75227342 C1415.91228,48.5022734 1404.10369,208.584305 1508.27166,178.709305 C1612.43963,148.834305 1633.73291,79.913472 1711.63588,98.8569055 C1776.28676,114.577866 1819.96778,221.391836 1889.37253,185.808108 C2017.32661,120.206212 2004.01952,336.769569 2004.01952,336.769569 L271.635881,337 L-149.063338,337 C-149.063338,337 -245.850307,175.637635 -58.0633382,228.867188 C33.8652851,254.92501 64.1722713,236.933925 140.881198,194.260295 Z") + } + + 50% { + d:path("M-60.13579,199.189799 C-33.8674767,-71.7287911 170.194454,11.9640675 274.985105,83.0972992 C379.775756,154.230531 409.072181,161.653171 521.54913,124.460269 C634.026079,87.2673683 645.348165,219.42808 735.152853,199.189799 C824.95754,178.951518 948.262228,46.7601116 1120.26223,87.5101116 C1292.26223,128.260112 1309.89513,321.347957 1414.0631,291.472957 C1518.23106,261.597957 1580.53259,89.5639434 1732.07052,88.5665294 C1892.57296,87.5101116 1897.70372,225.708266 2049.59054,199.189799 C2201.47736,172.671332 2002.94707,336.794682 2002.94707,336.794682 L270.563429,337.025114 L-60.13579,337.025114 C-60.13579,337.025114 -469.886827,134.917309 -282.099858,188.146862 C-190.171235,214.204685 -65.9645849,259.30515 -60.13579,199.189799 Z") + } + + to { + d:path("M-160.553381,263.533987 C-124.4955,243.377988 -18.6139605,181.080724 56.456352,264.385412 C131.526664,347.690099 165.148428,226.409513 223.668826,168.5 C282.189224,110.590487 372.68516,208.331261 462.489847,188.09298 C552.294535,167.854699 723.262827,-40.1656225 847.424394,40.7522734 C971.58596,121.670169 1156.59375,252.295176 1300.40314,228.958726 C1444.21253,205.622277 1478.90991,106.221579 1563.51957,124.699258 C1655.80276,144.85274 1595.69955,250.007434 1832.41793,206.740235 C2069.1363,163.473036 2002.94707,336.794682 2002.94707,336.794682 L270.563429,337.025114 L-60.13579,337.025114 C-60.13579,337.025114 -495.794798,256.512987 -308.007829,309.74254 C-216.079206,335.800362 -208.740043,290.469854 -160.553381,263.533987 Z") + } + +} + +@keyframes footer-blob-animation-_I95Dt { + 0% { + d:path("M140.881198,194.260295 C257.600568,129.32862 342.939626,119.84993 418.009939,203.154617 C493.080251,286.459305 545.728689,70.9046172 636.439626,63.9593047 C727.150564,57.0139922 768.99822,139.670242 858.802907,119.431961 C948.607595,99.1936797 1071.91228,-32.9977266 1243.91228,7.75227342 C1415.91228,48.5022734 1404.10369,208.584305 1508.27166,178.709305 C1612.43963,148.834305 1633.73291,79.913472 1711.63588,98.8569055 C1776.28676,114.577866 1819.96778,221.391836 1889.37253,185.808108 C2017.32661,120.206212 2004.01952,336.769569 2004.01952,336.769569 L271.635881,337 L-149.063338,337 C-149.063338,337 -245.850307,175.637635 -58.0633382,228.867188 C33.8652851,254.92501 64.1722713,236.933925 140.881198,194.260295 Z") + } + + 50% { + d:path("M-60.13579,199.189799 C-33.8674767,-71.7287911 170.194454,11.9640675 274.985105,83.0972992 C379.775756,154.230531 409.072181,161.653171 521.54913,124.460269 C634.026079,87.2673683 645.348165,219.42808 735.152853,199.189799 C824.95754,178.951518 948.262228,46.7601116 1120.26223,87.5101116 C1292.26223,128.260112 1309.89513,321.347957 1414.0631,291.472957 C1518.23106,261.597957 1580.53259,89.5639434 1732.07052,88.5665294 C1892.57296,87.5101116 1897.70372,225.708266 2049.59054,199.189799 C2201.47736,172.671332 2002.94707,336.794682 2002.94707,336.794682 L270.563429,337.025114 L-60.13579,337.025114 C-60.13579,337.025114 -469.886827,134.917309 -282.099858,188.146862 C-190.171235,214.204685 -65.9645849,259.30515 -60.13579,199.189799 Z") + } + + to { + d:path("M-160.553381,263.533987 C-124.4955,243.377988 -18.6139605,181.080724 56.456352,264.385412 C131.526664,347.690099 165.148428,226.409513 223.668826,168.5 C282.189224,110.590487 372.68516,208.331261 462.489847,188.09298 C552.294535,167.854699 723.262827,-40.1656225 847.424394,40.7522734 C971.58596,121.670169 1156.59375,252.295176 1300.40314,228.958726 C1444.21253,205.622277 1478.90991,106.221579 1563.51957,124.699258 C1655.80276,144.85274 1595.69955,250.007434 1832.41793,206.740235 C2069.1363,163.473036 2002.94707,336.794682 2002.94707,336.794682 L270.563429,337.025114 L-60.13579,337.025114 C-60.13579,337.025114 -495.794798,256.512987 -308.007829,309.74254 C-216.079206,335.800362 -208.740043,290.469854 -160.553381,263.533987 Z") + } + +} + +.logo-1U_ovC { + fill:#fff +} + +.clyde-2-VPBZ { + width:33px +} + +.clyde-2-VPBZ, +.type-1G6S2n { + height:36px +} + +.type-1G6S2n { + width:98px +} + +@media screen and (max-width: 1024px) { + .type-1G6S2n { + display:none + } + +} + +.flex-21ywRf { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.flex-21ywRf, +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-sizing:border-box; + box-sizing:border-box +} + +.flex-21ywRf .flexChild-FMspoG { + -webkit-box-flex:1; + -ms-flex-positive:1; + flex-grow:1 +} + +.flex-21ywRf.flexGutterSmall-qcUxro { + margin-left:-10px; + margin-right:-10px +} + +.flex-21ywRf.flexGutterSmall-qcUxro .flexChild-FMspoG { + padding:0 10px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw { + margin-left:-30px; + margin-right:-30px +} + +.flex-21ywRf.flexGutterLarge-2kUiyw .flexChild-FMspoG { + padding:0 30px +} + +.flexVertical-3UlyGp { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:vertical; + -webkit-box-direction:normal; + -ms-flex-direction:column; + flex-direction:column +} + +.flexVertical-3UlyGp>.flexSpacer-GrNT7f { + min-height:1px +} + +.flexHorizontal-2e8SIr { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row +} + +.flexHorizontal-2e8SIr>.flexSpacer-GrNT7f { + min-width:1px +} + +.flexHorizontalReverse-yA5GP2 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-orient:horizontal; + -webkit-box-direction:reverse; + -ms-flex-direction:row-reverse; + flex-direction:row-reverse +} + +.flexHorizontalReverse-yA5GP2>.flexSpacer-GrNT7f { + min-width:1px +} + +.flexSpacer-GrNT7f { + -webkit-box-flex:1; + -ms-flex:1; + flex:1; + overflow:hidden +} + +.flexCenter-OeefPj { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.flexAlignStart-2qRj5J { + -webkit-box-align:start; + -ms-flex-align:start; + align-items:flex-start +} + +.flexAlignEnd-3h-_AZ { + -webkit-box-align:end; + -ms-flex-align:end; + align-items:flex-end +} + +.flexAlignCenter-3u30b3 { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center +} + +.flexAlignStretch-2lwI1M { + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch +} + +.flexJustifyStart-3Hopvt { + -webkit-box-pack:start; + -ms-flex-pack:start; + justify-content:flex-start +} + +.flexJustifyEnd-39vIgk { + -webkit-box-pack:end; + -ms-flex-pack:end; + justify-content:flex-end +} + +.flexJustifyCenter-1QqCti { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center +} + +.flexJustifyAround-duP4ew { + -ms-flex-pack:distribute; + justify-content:space-around +} + +.flexJustifyBetween-1E8--m { + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.flexNowrap-2g1HIq { + -ms-flex-wrap:nowrap; + flex-wrap:nowrap +} + +.flexWrap-2YuKQk { + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.flexWrapReverse-2yt1q9 { + -ms-flex-wrap:wrap-reverse; + flex-wrap:wrap-reverse +} + +.localePicker-25NM64 { + position:relative; + padding:13px 0 +} + +.opener-eS3TVz { + opacity:.8 +} + +.opener-eS3TVz:hover, +.openerOpen-3j31zR { + opacity:1 +} + +.line-eyazOv { + width:2px; + height:14px; + border-radius:1px; + background-color:hsla(0, + 0%, + 100%, + .2); + margin-right:12px +} + +.icon-1xPIw1 { + margin-left:5px +} + +.hr-2P0HM7 { + opacity:.1 +} + +.localeList-4Zmfi9 { + position:absolute; + top:46px; + right:-14px; + background-color:#fff; + border-radius:4px; + -webkit-box-shadow:rgba(0, + 0, + 0, + .1) 0 1px 3px; + box-shadow:0 1px 3px rgba(0, + 0, + 0, + .1); + min-width:170px; + max-height:320px; + overflow-x:hidden; + overflow-y:auto +} + +.localeListClosed-2T1kCH { + display:none +} + +.localeListOpen-3UmwZe { + display:block +} + +.localeBase-27bssN { + margin:4px; + padding:10px 5px; + color:#9099a4; + opacity:.8; + border-radius:3px; + cursor:pointer; + -webkit-transition:background-color .2s, + color .2s; + transition:background-color .2s, + color .2s +} + +.localeBase-27bssN a { + color:inherit +} + +.localeBase-27bssN:hover { + opacity:1; + background-color:#f2f2f2 +} + +.locale-2fVnrF { + opacity:.8 +} + +.localeCurrent-3CaiIC { + opacity:1 +} + +.localeImage-3HPI4s { + width:24px; + height:16px; + margin-right:8px +} + +@media screen and (max-width: 848px) { + .line-eyazOv { + display:none + } + + .localeIcon-1lzrRW { + margin-left:0 + } + + .opener-eS3TVz, + .openerOpen-3j31zR { + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center + } + + .localePicker-25NM64 { + cursor:pointer + } + + .localeList-4Zmfi9 { + left:50%; + right:auto; + -webkit-transform:translateX(-50%); + transform:translateX(-50%) + } + + .locale-2fVnrF { + padding:10px; + font-size:14px; + opacity:.8; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + position:relative + } + + .select-3Go1Du { + position:absolute; + left:10px; + -webkit-appearance:none; + -moz-appearance:none; + appearance:none; + background-color:transparent; + text-indent:-10000px; + border:none; + outline:none; + cursor:pointer; + height:calc(100% - 20px); + width:calc(100% - 20px) + } + + .localeImage-3HPI4s { + width:18px; + height:14px; + margin-right:8px + } + +} + +.divider-35ot9S { + opacity:.1 +} + +.moreList-29ir-q { + position:absolute; + top:30px; + left:0; + font-size:13px; + -webkit-box-shadow:0 1px 3px rgba(0, + 0, + 0, + .1); + box-shadow:0 1px 3px rgba(0, + 0, + 0, + .1); + overflow:hidden; + min-width:122px; + background:#fff; + border-radius:4px; + padding:2px 0; + -webkit-transform-origin:50% 0; + transform-origin:50% 0; + -webkit-transition:opacity .125s, + visibility .125s, + -webkit-transform .125s; + transition:opacity .125s, + visibility .125s, + -webkit-transform .125s; + transition:opacity .125s, + transform .125s, + visibility .125s; + transition:opacity .125s, + transform .125s, + visibility .125s, + -webkit-transform .125s +} + +.moreListOpen-1gGlf8 { + opacity:1; + -webkit-transform:scale(1) translateY(0); + transform:scale(1) translateY(0); + visibility:visible +} + +.moreListClosed-2sZtk3 { + opacity:0; + pointer-events:none; + -webkit-transform:scale(.9) translateY(-10px); + transform:scale(.9) translateY(-10px); + visibility:hidden +} + +.moreListItem-2_Z3Je { + background-color:#fff; + font-weight:400; + display:block +} + +.moreListItemInactive-1v7PjS .moreListLink-3U23th { + color:#9099a4 +} + +.moreListItemActive-MIosDj .moreListLink-3U23th { + color:#4f545c +} + +.moreListLink-3U23th { + display:block; + padding:2px 4px +} + +.moreListLink-3U23th:focus-within .moreListLinkCopy-1NEMj_, +.moreListLink-3U23th:focus .moreListLinkCopy-1NEMj_, +.moreListLink-3U23th:hover .moreListLinkCopy-1NEMj_ { + background-color:#f2f2f2; + color:#4f545c +} + +.moreListLinkCopy-1NEMj_ { + border-radius:3px; + display:block; + padding:5px 10px; + -webkit-transition:background-color .2s, + color .2s; + transition:background-color .2s, + color .2s +} + +@media screen and (max-width: 848px) { + .moreList-29ir-q { + display:none + } + +} + +.mobileMenuItem-z_D6aZ { + cursor:pointer; + display:block; + padding:17px 10px; + font-size:15px; + text-decoration:none; + -webkit-transition:opacity .2s; + transition:opacity .2s; + text-align:center; + opacity:.8; + border-radius:2px; + border-top:1px solid rgba(79, + 84, + 92, + .4) +} + +.mobileMenuItem-z_D6aZ:focus, +.mobileMenuItem-z_D6aZ:focus-within, +.mobileMenuItem-z_D6aZ:hover { + opacity:1 +} + +.mobileHeaderSubMenu-1ECibN { + position:relative; + margin:0 +} + +.mobileSubMenuOpen-1H6ij6 { + top:0; + display:initial +} + +.mobileSubMenuClosed-DSXPlm { + top:-500px; + display:none +} + +.subListItem-2vz0O6 { + display:block; + font-size:15px; + text-decoration:none; + -webkit-transition:opacity .2s; + transition:opacity .2s; + text-align:center +} + +.subListItem-2vz0O6:focus+.subListItem-2vz0O6 .subListItemLink-qR-Pa1, +.subListItem-2vz0O6:focus-within+.subListItem-2vz0O6 .subListItemLink-qR-Pa1, +.subListItem-2vz0O6:hover+.subListItem-2vz0O6 .subListItemLink-qR-Pa1 { + border-top:1px solid hsla(0, + 0%, + 100%, + .06) +} + +.subListItemActive-2nnyFs .subListItemLink-qR-Pa1 { + color:#fff +} + +.subListItemInactive-2wcecZ .subListItemLink-qR-Pa1 { + color:#dcddde +} + +.subListItemLink-qR-Pa1 { + background-color:#18191c; + border-top:1px solid hsla(0, + 0%, + 100%, + .03); + color:#dcddde; + display:block; + padding:17px 10px; + -webkit-transition:background-color .2s, + border-color .2s, + color .2s; + transition:background-color .2s, + border-color .2s, + color .2s +} + +.subListItemLink-qR-Pa1:focus, +.subListItemLink-qR-Pa1:focus-within, +.subListItemLink-qR-Pa1:hover { + background-color:#202225; + color:#f6f6f7 +} + +.desktopSubMenuItem-1fMXMo { + cursor:default; + -webkit-font-smoothing:subpixel-antialiased; + opacity:.8; + position:relative; + -webkit-transition:opacity .125s; + transition:opacity .125s; + will-change:opacity +} + +.desktopSubMenuItem-1fMXMo:focus, +.desktopSubMenuItem-1fMXMo:focus-within, +.desktopSubMenuItem-1fMXMo:hover { + opacity:1 +} + +.desktopMenuMore-351jZB { + color:#fff; + text-decoration:none; + font-weight:400; + -webkit-transition:opacity .2s; + transition:opacity .2s; + padding:15px 10px +} + +.iconArrow-1Wc1CT { + margin-left:5px; + position:relative; + top:-1px +} + +.header-1Zm1at { + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:#fff; + font-size:14px; + font-weight:400; + height:72px; + padding:8px 0; + position:relative; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + width:100%; + z-index:56 +} + +.headerInner-3WwzEA { + margin:0 auto; + padding:0 30px; + position:relative; + height:100%; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-pack:center; + -ms-flex-pack:center; + justify-content:center; + max-width:1600px; + -ms-flex-wrap:wrap; + flex-wrap:wrap +} + +.headerLogo-TcWpbY { + -webkit-box-flex:0; + -ms-flex:0 0 auto; + flex:0 0 auto; + position:relative; + margin-right:12px; + margin-top:4px +} + +.skipToContent-2u59mW { + position:absolute; + left:-10000px; + top:auto; + width:1px; + height:1px; + overflow:hidden; + margin-top:1em; + padding:4px; + color:#fff; + font-size:16px +} + +.skipToContent-2u59mW:focus { + left:0; + width:auto; + height:auto; + opacity:1 +} + +.logo-BkKbcr { + width:130px; + height:36px +} + +.headerNav-IBNU4s { + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + list-style:none; + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-flex:1; + -ms-flex:1 0 auto; + flex:1 0 auto; + padding:0; + margin:0; + min-height:56px +} + +.headerNav-IBNU4s:after { + content:""; + display:block; + min-height:inherit; + font-size:0 +} + +.headerNavRight-yKnar8 { + display:-webkit-box; + display:-ms-flexbox; + display:flex; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-flex:0; + -ms-flex:0 1 auto; + flex:0 1 auto; + margin-left:auto +} + +.listItem-1ra-Bk { + display:inline-block; + -webkit-font-smoothing:subpixel-antialiased; + position:relative; + -webkit-transition:opacity .125s; + transition:opacity .125s; + will-change:opacity +} + +.listItemInactive-396Xk8 { + cursor:pointer; + opacity:.8 +} + +.listItemInactive-396Xk8:focus, +.listItemInactive-396Xk8:focus-within, +.listItemInactive-396Xk8:hover { + opacity:1 +} + +.listItemActive-3Vb7bW { + opacity:1 +} + +.navLink-DPGG6D { + color:#fff; + font-weight:400; + text-decoration:none; + position:relative +} + +.mainNavLink-Z3uwQ7 { + padding:15px 10px +} + +.mainNavLink-Z3uwQ7, +.rightNavLink-5uvsNo { + margin-right:8px +} + +.rightNavLink-5uvsNo { + top:3px; + padding:15px 10px 15px 0 +} + +.appButton-3GZ9-9 { + color:#fff; + top:0; + border:2px solid hsla(0, + 0%, + 100%, + .8); + padding:5px 17px 7px; + border-radius:20px; + line-height:24px; + margin-right:18px +} + +.desktopSubMenuItem-2CCvU9 { + position:relative; + opacity:.8 +} + +.desktopSubMenuItem-2CCvU9:focus, +.desktopSubMenuItem-2CCvU9:focus-within, +.desktopSubMenuItem-2CCvU9:hover { + opacity:1 +} + +.desktopMenuMore-vBoGnq { + color:#fff; + text-decoration:none; + font-weight:400; + padding:15px 10px +} + +.iconArrow-3tdk9V { + margin-left:5px; + position:relative; + top:-1px +} + +@media screen and (max-width: 1024px) { + .listItemSocialMedia-RWHjN1 { + display:none + } + +} + +.btnHamburger-3grAP3 { + width:60px; + height:45px; + position:relative; + cursor:pointer; + background:transparent; + -webkit-transform:scale(.3); + transform:scale(.3); + margin-right:-20px; + padding:8px +} + +.btnHamburger-3grAP3 span { + display:block; + position:absolute; + height:9px; + width:50%; + background:#fff; + opacity:1; + -webkit-transform:rotate(0deg); + transform:rotate(0deg); + -webkit-transition:.25s ease-in-out; + transition:.25s ease-in-out +} + +.btnHamburger-3grAP3 span:nth-child(2n) { + left:50%; + border-radius:0 9px 9px 0 +} + +.btnHamburger-3grAP3 span:nth-child(odd) { + left:0; + border-radius:9px 0 0 9px +} + +.btnHamburger-3grAP3 span:first-child, +.btnHamburger-3grAP3 span:nth-child(2) { + top:0 +} + +.btnHamburger-3grAP3 span:nth-child(3), +.btnHamburger-3grAP3 span:nth-child(4) { + top:18px +} + +.btnHamburger-3grAP3 span:nth-child(5), +.btnHamburger-3grAP3 span:nth-child(6) { + top:36px +} + +.btnHamburgerOpen-5Ig7r6 span:first-child, +.btnHamburgerOpen-5Ig7r6 span:nth-child(6) { + -webkit-transform:rotate(45deg); + transform:rotate(45deg) +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(2), +.btnHamburgerOpen-5Ig7r6 span:nth-child(5) { + -webkit-transform:rotate(-45deg); + transform:rotate(-45deg) +} + +.btnHamburgerOpen-5Ig7r6 span:first-child { + left:5px; + top:7px +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(2) { + left:calc(50% - 5px); + top:7px +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(3) { + left:-50%; + opacity:0 +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(4) { + left:100%; + opacity:0 +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(5) { + left:5px; + top:29px +} + +.btnHamburgerOpen-5Ig7r6 span:nth-child(6) { + left:calc(50% - 5px); + top:29px +} + +.header-3aRurq { + -webkit-box-align:stretch; + -ms-flex-align:stretch; + align-items:stretch; + -webkit-box-sizing:border-box; + box-sizing:border-box; + color:#fff; + font-size:14px; + font-weight:400; + min-height:40px; + height:40px; + -webkit-box-pack:stretch; + -ms-flex-pack:stretch; + justify-content:stretch; + margin:0 auto; + padding:4px 10px; + position:relative; + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + width:100%; + z-index:56 +} + +.header-3aRurq, +.headerInner-2w4ICT { + display:-webkit-box; + display:-ms-flexbox; + display:flex +} + +.headerInner-2w4ICT { + -webkit-box-flex:1; + -ms-flex:1 1 auto; + flex:1 1 auto; + -webkit-box-align:center; + -ms-flex-align:center; + align-items:center; + -webkit-box-orient:horizontal; + -webkit-box-direction:normal; + -ms-flex-direction:row; + flex-direction:row; + -webkit-box-pack:justify; + -ms-flex-pack:justify; + justify-content:space-between +} + +.hamburgerButton-3ewXOy, +.headerLogo-tb03Nu { + position:relative; + z-index:70 +} + +.headerLogo-tb03Nu { + image-rendering:crisp-edges +} + +.logoWrapper-3agQ6A { + display:block; + -webkit-transform:translateY(2px); + transform:translateY(2px) +} + +.logo-3FcuSx { + width:86px; + height:24px +} + +.headerNav-QStAAj { + position:absolute; + top:-2px; + right:0; + left:0; + background-color:#000; + list-style:none; + margin:0; + opacity:0; + padding:40px 0 0; + -webkit-transform:translateY(-100%); + transform:translateY(-100%); + -webkit-transition:opacity .2s, + -webkit-transform .2s; + transition:opacity .2s, + -webkit-transform .2s; + transition:opacity .2s, + transform .2s; + transition:opacity .2s, + transform .2s, + -webkit-transform .2s; + z-index:55 +} + +.headerNavOpen-3-xIDP { + opacity:1; + -webkit-transform:translateY(0); + transform:translateY(0) +} + +.headerSubNavOpen-46T5Q_ { + position:relative; + display:block; + opacity:1; + z-index:55; + margin-top:8px +} + +.mainNavLink-1SwQrC { + color:#dcddde; + display:block; + padding:17px 10px; + font-size:15px; + text-decoration:none; + -webkit-transition:color .2s; + transition:color .2s; + text-align:center; + border-radius:2px; + border-top:1px solid rgba(79, + 84, + 92, + .4) +} + +.mainNavLink-1SwQrC:hover { + color:#f6f6f7 +} + +.localePicker-2GReqC { + border-top:1px solid rgba(79, + 84, + 92, + .4) +} + +.mobileHeader-2xB92D { + display:none +} + +.desktopHeader-3za0nJ { + display:block +} + +@media (max-width: 848px) { + .mobileHeader-2xB92D { + display:-webkit-box; + display:-ms-flexbox; + display:flex + } + + .desktopHeader-3za0nJ { + display:none + } + +} + +.dataOfBirthSelect-fF4y52 { + padding-left: 8px; + padding-top: 6.5px; + margin-left: 6px; +} + +.dataOfBirthSelect-fF4y52:first-child { + margin-left: 0; +} + +.fadeIn-dk023d { + animation: fadeInBackdrop ease 0.15s; + -webkit-animation: fadeInBackdrop ease 0.15s; + -moz-animation: fadeInBackdrop ease 0.15s; + -o-animation: fadeInBackdrop ease 0.15s; + -ms-animation: fadeInBackdrop ease 0.15s; +} + +@keyframes fadeInBackdrop { + 0% {opacity:0;} + 100% {opacity:0.85;} +} + +@-moz-keyframes fadeInBackdrop { + 0% {opacity:0;} + 100% {opacity:0.85;} +} + +@-webkit-keyframes fadeInBackdrop { + 0% {opacity:0;} + 100% {opacity:0.85;} +} + +@-o-keyframes fadeInBackdrop { + 0% {opacity:0;} + 100% {opacity:0.85;} +} + +@-ms-keyframes fadeInBackdrop { + 0% {opacity:0;} + 100% {opacity:0.85;} +} + +.fadeIn-efi30 { + animation: fadeIn ease 0.15s; + -webkit-animation: fadeIn ease 0.15s; + -moz-animation: fadeIn ease 0.15s; + -o-animation: fadeIn ease 0.15s; + -ms-animation: fadeIn ease 0.15s; +} + +@keyframes fadeIn { + 0% {opacity:0;} + 100% {opacity:1;} +} + +@-moz-keyframes fadeIn { + 0% {opacity:0;} + 100% {opacity:1;} +} + +@-webkit-keyframes fadeIn { + 0% {opacity:0;} + 100% {opacity:1;} +} + +@-o-keyframes fadeIn { + 0% {opacity:0;} + 100% {opacity:1;} +} + +@-ms-keyframes fadeIn { + 0% {opacity:0;} + 100% {opacity:1;} +} + +.fadeOut-efi30 { + animation: fadeOut ease 0.15s; + -webkit-animation: fadeOut ease 0.15s; + -moz-animation: fadeOut ease 0.15s; + -o-animation: fadeOut ease 0.15s; + -ms-animation: fadeOut ease 0.15s; +} + +@keyframes fadeOut { + 0% {opacity:1;} + 100% {opacity:0;} +} + +@-moz-keyframes fadeOut { + 0% {opacity:1;} + 100% {opacity:0;} +} + +@-webkit-keyframes fadeOut { + 0% {opacity:1;} + 100% {opacity:0;} +} + +@-o-keyframes fadeOut { + 0% {opacity:1;} + 100% {opacity:0;} +} + +@-ms-keyframes fadeOut { + 0% {opacity:1;} + 100% {opacity:0;} +} + +.fadeOut-dk023d { + animation: fadeOutBackdrop ease 0.15s; + -webkit-animation: fadeOutBackdrop ease 0.15s; + -moz-animation: fadeOutBackdrop ease 0.15s; + -o-animation: fadeOutBackdrop ease 0.15s; + -ms-animation: fadeOutBackdrop ease 0.15s; +} + +@keyframes fadeOutBackdrop { + 0% {opacity:0.85;} + 100% {opacity:0;} +} + +@-moz-keyframes fadeOutBackdrop { + 0% {opacity:0.85;} + 100% {opacity:0;} +} + +@-webkit-keyframes fadeOutBackdrop { + 0% {opacity:0.85;} + 100% {opacity:0;} +} + +@-o-keyframes fadeOutBackdrop { + 0% {opacity:0.85;} + 100% {opacity:0;} +} + +@-ms-keyframes fadeOutBackdrop { + 0% {opacity:0.85;} + 100% {opacity:0;} +} + +.hidden { + display: none; +} \ No newline at end of file diff --git a/firebase-messaging-sw.js b/firebase-messaging-sw.js new file mode 100644 index 0000000..8c0c45e --- /dev/null +++ b/firebase-messaging-sw.js @@ -0,0 +1,16 @@ +importScripts('https://www.gstatic.com/firebasejs/7.9.3/firebase-app.js'); +importScripts('https://www.gstatic.com/firebasejs/7.9.3/firebase-messaging.js'); + +firebase.initializeApp({ + apiKey: "AIzaSyCw2XgIvCUbUclj4KSSFZ9rwhQAruo3jAc", + authDomain: "pyro-chat.firebaseapp.com", + projectId: "pyro-chat", + storageBucket: "pyro-chat.appspot.com", + messagingSenderId: "598431502056", + appId: "1:598431502056:web:aac9825304ddf9fbc2435d", + measurementId: "G-56W0T7F4YD" +}); + +const messaging = firebase.messaging(); + +messaging.usePublicVapidKey('BLHzzlAd9aBJCaOSrgTlO_vs1EHA_GpHo8pco2cRnD3rNrGtxWMdGphjUWY14w2Wk5qYCup3GflyRdJdxWMqKic'); \ No newline at end of file diff --git a/img/092d86847152cc1297e50ac02e28baf5.svg b/img/092d86847152cc1297e50ac02e28baf5.svg new file mode 100644 index 0000000..c2ad4eb --- /dev/null +++ b/img/092d86847152cc1297e50ac02e28baf5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/img/11ebd3cd1712fe17b647d846559d7559.svg b/img/11ebd3cd1712fe17b647d846559d7559.svg new file mode 100644 index 0000000..fae27b5 --- /dev/null +++ b/img/11ebd3cd1712fe17b647d846559d7559.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/17192d3fe939ecf404e8cdd64b340469.svg b/img/17192d3fe939ecf404e8cdd64b340469.svg new file mode 100644 index 0000000..d95a28e --- /dev/null +++ b/img/17192d3fe939ecf404e8cdd64b340469.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/1d9b04db64569bf18409a59a32ffd256.svg b/img/1d9b04db64569bf18409a59a32ffd256.svg new file mode 100644 index 0000000..29b88c4 --- /dev/null +++ b/img/1d9b04db64569bf18409a59a32ffd256.svg @@ -0,0 +1,4 @@ + + + + diff --git a/img/25acad70d165d46b460754aacfdc388b.svg b/img/25acad70d165d46b460754aacfdc388b.svg new file mode 100644 index 0000000..601c7b7 --- /dev/null +++ b/img/25acad70d165d46b460754aacfdc388b.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/img/31fde13d3508b8ddb01cf817ad09c690.svg b/img/31fde13d3508b8ddb01cf817ad09c690.svg new file mode 100644 index 0000000..9ed1207 --- /dev/null +++ b/img/31fde13d3508b8ddb01cf817ad09c690.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/4b25b64915cb0e74934b6b749445def2.svg b/img/4b25b64915cb0e74934b6b749445def2.svg new file mode 100644 index 0000000..e39c0fa --- /dev/null +++ b/img/4b25b64915cb0e74934b6b749445def2.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/4bdac631250f5f9e8a4b928d5efa22c8.svg b/img/4bdac631250f5f9e8a4b928d5efa22c8.svg new file mode 100644 index 0000000..2f4dc9b --- /dev/null +++ b/img/4bdac631250f5f9e8a4b928d5efa22c8.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/5cc3db60569965c8bd92a05f6cb09b8d.svg b/img/5cc3db60569965c8bd92a05f6cb09b8d.svg new file mode 100644 index 0000000..4a5743a --- /dev/null +++ b/img/5cc3db60569965c8bd92a05f6cb09b8d.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/5ccabf62108d5a8074ddd95af2211727.png b/img/5ccabf62108d5a8074ddd95af2211727.png new file mode 100644 index 0000000..18c7de0 Binary files /dev/null and b/img/5ccabf62108d5a8074ddd95af2211727.png differ diff --git a/img/5fadc604cb12da892e196e6dbf20e2a6.svg b/img/5fadc604cb12da892e196e6dbf20e2a6.svg new file mode 100644 index 0000000..2a75d91 --- /dev/null +++ b/img/5fadc604cb12da892e196e6dbf20e2a6.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/6623b6310d590ec9be669189f4aa813a.svg b/img/6623b6310d590ec9be669189f4aa813a.svg new file mode 100644 index 0000000..d2376c9 --- /dev/null +++ b/img/6623b6310d590ec9be669189f4aa813a.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/690c2345bcaaaa50b71548231a26b696.svg b/img/690c2345bcaaaa50b71548231a26b696.svg new file mode 100644 index 0000000..8b7b963 --- /dev/null +++ b/img/690c2345bcaaaa50b71548231a26b696.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/6e95d39708991a81004b77a5282160c6.svg b/img/6e95d39708991a81004b77a5282160c6.svg new file mode 100644 index 0000000..ae8bb52 --- /dev/null +++ b/img/6e95d39708991a81004b77a5282160c6.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/779a770c34fcb823a598a7277301adaf.svg b/img/779a770c34fcb823a598a7277301adaf.svg new file mode 100644 index 0000000..897f1bf --- /dev/null +++ b/img/779a770c34fcb823a598a7277301adaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/7b01f72a2054561145b6dd04add417c0.svg b/img/7b01f72a2054561145b6dd04add417c0.svg new file mode 100644 index 0000000..7a8b654 --- /dev/null +++ b/img/7b01f72a2054561145b6dd04add417c0.svg @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/7df86467c3079db32f8a48aeadc450ca.svg b/img/7df86467c3079db32f8a48aeadc450ca.svg new file mode 100644 index 0000000..0157c2f --- /dev/null +++ b/img/7df86467c3079db32f8a48aeadc450ca.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/7ed9683436331d4a3434ca9fa64b5859.svg b/img/7ed9683436331d4a3434ca9fa64b5859.svg new file mode 100644 index 0000000..f0c5a44 --- /dev/null +++ b/img/7ed9683436331d4a3434ca9fa64b5859.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/9184fcadc2e3c84650dd4b075850d3d6.svg b/img/9184fcadc2e3c84650dd4b075850d3d6.svg new file mode 100644 index 0000000..dd472b6 --- /dev/null +++ b/img/9184fcadc2e3c84650dd4b075850d3d6.svg @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/94acf432b564660994742251c2a5f222.svg b/img/94acf432b564660994742251c2a5f222.svg new file mode 100644 index 0000000..7203de4 --- /dev/null +++ b/img/94acf432b564660994742251c2a5f222.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/img/98c9edf635a98377ec579aaa19ed47be.svg b/img/98c9edf635a98377ec579aaa19ed47be.svg new file mode 100644 index 0000000..e69de29 diff --git a/img/9c0629769616f9629689a0e68a2e57b7.svg b/img/9c0629769616f9629689a0e68a2e57b7.svg new file mode 100644 index 0000000..9d14593 --- /dev/null +++ b/img/9c0629769616f9629689a0e68a2e57b7.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/a188414ce83f2454b9d71a47c3d95909.svg b/img/a188414ce83f2454b9d71a47c3d95909.svg new file mode 100644 index 0000000..362e9b7 --- /dev/null +++ b/img/a188414ce83f2454b9d71a47c3d95909.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/img/a6f749bbe52f6e75c8735c5075bfc4a4.svg b/img/a6f749bbe52f6e75c8735c5075bfc4a4.svg new file mode 100644 index 0000000..fa78a58 --- /dev/null +++ b/img/a6f749bbe52f6e75c8735c5075bfc4a4.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/avatar_blue.png b/img/avatar_blue.png new file mode 100644 index 0000000..4892de3 Binary files /dev/null and b/img/avatar_blue.png differ diff --git a/img/avatar_green.png b/img/avatar_green.png new file mode 100644 index 0000000..8b1dd39 Binary files /dev/null and b/img/avatar_green.png differ diff --git a/img/avatar_red.png b/img/avatar_red.png new file mode 100644 index 0000000..977c65e Binary files /dev/null and b/img/avatar_red.png differ diff --git a/img/avatar_yellow.png b/img/avatar_yellow.png new file mode 100644 index 0000000..c72870f Binary files /dev/null and b/img/avatar_yellow.png differ diff --git a/img/b5eb2f7d6b3f8cc9b60be4a5dcf28015.svg b/img/b5eb2f7d6b3f8cc9b60be4a5dcf28015.svg new file mode 100644 index 0000000..10ea8da --- /dev/null +++ b/img/b5eb2f7d6b3f8cc9b60be4a5dcf28015.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/beb557bf6fce2373c59accc0931c9567.svg b/img/beb557bf6fce2373c59accc0931c9567.svg new file mode 100644 index 0000000..11ff26d --- /dev/null +++ b/img/beb557bf6fce2373c59accc0931c9567.svg @@ -0,0 +1,4 @@ + + + + diff --git a/img/c01c644bc9fa2a28678ae2f44969d248.svg b/img/c01c644bc9fa2a28678ae2f44969d248.svg new file mode 100644 index 0000000..31b0b9e --- /dev/null +++ b/img/c01c644bc9fa2a28678ae2f44969d248.svg @@ -0,0 +1 @@ +#development#pets#rants \ No newline at end of file diff --git a/img/c65bdfef89fe3a7456a727a4cf58933c.svg b/img/c65bdfef89fe3a7456a727a4cf58933c.svg new file mode 100644 index 0000000..396b96a --- /dev/null +++ b/img/c65bdfef89fe3a7456a727a4cf58933c.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/d70fa33128cb72c4092abac7a0d25ed2.svg b/img/d70fa33128cb72c4092abac7a0d25ed2.svg new file mode 100644 index 0000000..3df0db5 --- /dev/null +++ b/img/d70fa33128cb72c4092abac7a0d25ed2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/img/e6d6b255259ac878d00819a9555072ad.png b/img/e6d6b255259ac878d00819a9555072ad.png new file mode 100644 index 0000000..7dbb29b Binary files /dev/null and b/img/e6d6b255259ac878d00819a9555072ad.png differ diff --git a/img/e92fcc9ab6e63c1a17e954af347a1f1d.svg b/img/e92fcc9ab6e63c1a17e954af347a1f1d.svg new file mode 100644 index 0000000..8cac627 --- /dev/null +++ b/img/e92fcc9ab6e63c1a17e954af347a1f1d.svg @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/edaebb01cd24df779f6feae9a34bd7d8.svg b/img/edaebb01cd24df779f6feae9a34bd7d8.svg new file mode 100644 index 0000000..a47dfe3 --- /dev/null +++ b/img/edaebb01cd24df779f6feae9a34bd7d8.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/f61264d792fd2556a618c95d97b5de07.svg b/img/f61264d792fd2556a618c95d97b5de07.svg new file mode 100644 index 0000000..230d22a --- /dev/null +++ b/img/f61264d792fd2556a618c95d97b5de07.svg @@ -0,0 +1,290 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/f8c67d821e5f44619258319a4ecdf84d.svg b/img/f8c67d821e5f44619258319a4ecdf84d.svg new file mode 100644 index 0000000..0edcb3a --- /dev/null +++ b/img/f8c67d821e5f44619258319a4ecdf84d.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/favicon.png b/img/favicon.png new file mode 100644 index 0000000..c464bc7 Binary files /dev/null and b/img/favicon.png differ diff --git a/img/fb628c7d1e7b604e841e10e289148659.svg b/img/fb628c7d1e7b604e841e10e289148659.svg new file mode 100644 index 0000000..57248eb --- /dev/null +++ b/img/fb628c7d1e7b604e841e10e289148659.svg @@ -0,0 +1,3 @@ + + + diff --git a/img/login_bg.jpg b/img/login_bg.jpg new file mode 100644 index 0000000..1815845 Binary files /dev/null and b/img/login_bg.jpg differ diff --git a/img/logo.svg b/img/logo.svg new file mode 100644 index 0000000..1ea667a --- /dev/null +++ b/img/logo.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/img/ogimage.png b/img/ogimage.png new file mode 100644 index 0000000..1077b67 Binary files /dev/null and b/img/ogimage.png differ diff --git a/img/qrlogo.png b/img/qrlogo.png new file mode 100644 index 0000000..b292e00 Binary files /dev/null and b/img/qrlogo.png differ diff --git a/index.js b/index.js new file mode 100644 index 0000000..a6fd54e --- /dev/null +++ b/index.js @@ -0,0 +1,73 @@ +const { exec } = require('child_process') +const {app, BrowserWindow } = require('electron') +const fkill = require('fkill') +// const delay = require('delay') + +async function startInternalServer() { + try { + const {stdout, stderr} = await exec(`cd ${__dirname}/internal/out/pyro-win32-x64 && pyro.exe`) + // await delay(10000) + // console.log(stdout) + // console.log(stderr) + } catch (err) { + console.log(err) + } +} + +/* +function newWindow(file, width, height) { + const win = new BrowserWindow({ + width: width, + height: height, + webPreferences: { + preload: 'preload.js' //path.join(__dirname, 'preload.js') + } + + }) + + win.loadFile(file).then(null) +} +*/ + + +function pyrostart() { + app.whenReady().then(() => { + const pyro = new BrowserWindow({ + width: 800, + height: 600, + webPreferences: { + preload: "preload.js" + } + //show: false, + // icon: "static/desktop_icon.ico" + }) + + pyro.loadFile('landing.html').then(null) + + app.on('activate', () => { + if (BrowserWindow.getAllWindows().length === 0) { + pyro.loadFile('landing.html').then(null) + } + }) + + console.log('App loading') + + }) +} + + + //fkill(['pyro.exe', 'pyro-desktop.exe'], {force: true}) + +//startInternalServer().then(r => { + pyrostart() + +//}) + + +app.on('window-all-closed', () => { + //fkill(['pyro.exe', 'pyro-desktop.exe', ':50153'], {force: true}).then(r => { + //console.log('kek') + if (process.platform !== 'darwin') { + app.quit() + } + }) diff --git a/internal/.firebaserc b/internal/.firebaserc new file mode 100644 index 0000000..e88825d --- /dev/null +++ b/internal/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "pyro-chat" + } +} diff --git a/internal/firebase.json b/internal/firebase.json new file mode 100644 index 0000000..d28d59e --- /dev/null +++ b/internal/firebase.json @@ -0,0 +1,28 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "/", + "destination": "/views/landing.html" + }, + { + "source": "/login", + "destination": "/views/login.html" + }, + { + "source": "/signup", + "destination": "/views/signup.html" + }, + { + "source": "/channels/**/**", + "destination": "/views/app.html" + } + ] + } +} diff --git a/internal/forge.config.js b/internal/forge.config.js new file mode 100644 index 0000000..2770aee --- /dev/null +++ b/internal/forge.config.js @@ -0,0 +1,11 @@ +module.exports = { + makers: [ + { + name: '@electron-forge/maker-squirrel', + config: { + certificateFile: './cert.pfx', + certificatePassword: 'this-is-a-secret' + } + } + ] +} \ No newline at end of file diff --git a/internal/functions/.gitignore b/internal/functions/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/internal/functions/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/internal/functions/index.js b/internal/functions/index.js new file mode 100644 index 0000000..d03c055 --- /dev/null +++ b/internal/functions/index.js @@ -0,0 +1,34 @@ +const functions = require("firebase-functions"); +const firebase = require('firebase-admin'); + +firebase.initializeApp(); + +/** + * This listens for new message documents. When a new document is received, + * the user who sent that message is read and their status and messaging + * token is fetched. Depending on their status it may or may not send the + * notification to the user. + */ +exports.notifications = functions.firestore.document('/channels/{channelId}/messages/{messageId}').onWrite((change, context) => { + const { author: { id, username }, content, channel_id, recipients } = change.after.data(); + + recipients.forEach(recipient => { + + // Setup notification content + const payload = { + notification: { + title: username, + body: content, + click_action: `https://pyro-chat.web.app/channels/@me/${channel_id}`, + icon: `https://firebasestorage.googleapis.com/v0/b/pyro-chat.appspot.com/o/avatars%2F${id}.gif?alt=media` + }, + data: { + channel_id: channel_id.toString(), + }, + }; + + firebase.messaging().sendToDevice(recipient.token, payload); // Send notification + }); + + return true; +}); \ No newline at end of file diff --git a/internal/functions/package-lock.json b/internal/functions/package-lock.json new file mode 100644 index 0000000..bc57807 --- /dev/null +++ b/internal/functions/package-lock.json @@ -0,0 +1,1596 @@ +{ + "name": "functions", + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "@firebase/app-types": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.6.1.tgz", + "integrity": "sha512-L/ZnJRAq7F++utfuoTKX4CLBG5YR7tFO3PLzG1/oXXKEezJ0kRL3CMRoueBEmTCzVb/6SIs2Qlaw++uDgi5Xyg==" + }, + "@firebase/auth-interop-types": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.5.tgz", + "integrity": "sha512-88h74TMQ6wXChPA6h9Q3E1Jg6TkTHep2+k63OWg3s0ozyGVMeY+TTOti7PFPzq5RhszQPQOoCi59es4MaRvgCw==" + }, + "@firebase/component": { + "version": "0.1.21", + "resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.1.21.tgz", + "integrity": "sha512-kd5sVmCLB95EK81Pj+yDTea8pzN2qo/1yr0ua9yVi6UgMzm6zAeih73iVUkaat96MAHy26yosMufkvd3zC4IKg==", + "requires": { + "@firebase/util": "0.3.4", + "tslib": "^1.11.1" + } + }, + "@firebase/database": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.8.3.tgz", + "integrity": "sha512-i29rr3kcPltIkA8La9M1lgsSxx9bfu5lCQ0T+tbJptZ3UpqpcL1NzCcZa24cJjiLgq3HQNPyLvUvCtcPSFDlRg==", + "requires": { + "@firebase/auth-interop-types": "0.1.5", + "@firebase/component": "0.1.21", + "@firebase/database-types": "0.6.1", + "@firebase/logger": "0.2.6", + "@firebase/util": "0.3.4", + "faye-websocket": "0.11.3", + "tslib": "^1.11.1" + } + }, + "@firebase/database-types": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.6.1.tgz", + "integrity": "sha512-JtL3FUbWG+bM59iYuphfx9WOu2Mzf0OZNaqWiQ7lJR8wBe7bS9rIm9jlBFtksB7xcya1lZSQPA/GAy2jIlMIkA==", + "requires": { + "@firebase/app-types": "0.6.1" + } + }, + "@firebase/logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.6.tgz", + "integrity": "sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw==" + }, + "@firebase/util": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.3.4.tgz", + "integrity": "sha512-VwjJUE2Vgr2UMfH63ZtIX9Hd7x+6gayi6RUXaTqEYxSbf/JmehLmAEYSuxS/NckfzAXWeGnKclvnXVibDgpjQQ==", + "requires": { + "tslib": "^1.11.1" + } + }, + "@google-cloud/common": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-3.6.0.tgz", + "integrity": "sha512-aHIFTqJZmeTNO9md8XxV+ywuvXF3xBm5WNmgWeeCK+XN5X+kGW0WEX94wGwj+/MdOnrVf4dL2RvSIt9J5yJG6Q==", + "optional": true, + "requires": { + "@google-cloud/projectify": "^2.0.0", + "@google-cloud/promisify": "^2.0.0", + "arrify": "^2.0.1", + "duplexify": "^4.1.1", + "ent": "^2.2.0", + "extend": "^3.0.2", + "google-auth-library": "^7.0.2", + "retry-request": "^4.1.1", + "teeny-request": "^7.0.0" + } + }, + "@google-cloud/firestore": { + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-4.9.8.tgz", + "integrity": "sha512-M3Wc4m/5gvWFHtZpu+tDNUp90CyVhNi0P5Sfhbt1WGUORq+/NmqqtahojsPaQ7VqLMbEiFRgzbinLL7Zm23fGg==", + "optional": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "functional-red-black-tree": "^1.0.1", + "google-gax": "^2.9.2", + "protobufjs": "^6.8.6" + } + }, + "@google-cloud/paginator": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.5.tgz", + "integrity": "sha512-N4Uk4BT1YuskfRhKXBs0n9Lg2YTROZc6IMpkO/8DIHODtm5s3xY8K5vVBo23v/2XulY3azwITQlYWgT4GdLsUw==", + "optional": true, + "requires": { + "arrify": "^2.0.0", + "extend": "^3.0.2" + } + }, + "@google-cloud/projectify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-2.0.1.tgz", + "integrity": "sha512-ZDG38U/Yy6Zr21LaR3BTiiLtpJl6RkPS/JwoRT453G+6Q1DhlV0waNf8Lfu+YVYGIIxgKnLayJRfYlFJfiI8iQ==", + "optional": true + }, + "@google-cloud/promisify": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.3.tgz", + "integrity": "sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw==", + "optional": true + }, + "@google-cloud/storage": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.8.3.tgz", + "integrity": "sha512-g++NTmpmwbZZEnBhJi3y1D3YyZ2Y+1xL5blp96eeJhffginMym5tRw/AGNZblDI35U2K1FTJEYqIZ31tbEzs8w==", + "optional": true, + "requires": { + "@google-cloud/common": "^3.6.0", + "@google-cloud/paginator": "^3.0.0", + "@google-cloud/promisify": "^2.0.0", + "arrify": "^2.0.0", + "async-retry": "^1.3.1", + "compressible": "^2.0.12", + "date-and-time": "^0.14.2", + "duplexify": "^4.0.0", + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "gcs-resumable-upload": "^3.1.3", + "get-stream": "^6.0.0", + "hash-stream-validation": "^0.2.2", + "mime": "^2.2.0", + "mime-types": "^2.0.8", + "onetime": "^5.1.0", + "p-limit": "^3.0.1", + "pumpify": "^2.0.0", + "snakeize": "^0.1.0", + "stream-events": "^1.0.1", + "xdg-basedir": "^4.0.0" + } + }, + "@grpc/grpc-js": { + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.12.tgz", + "integrity": "sha512-+gPCklP1eqIgrNPyzddYQdt9+GvZqPlLpIjIo+TveE+gbtp74VV1A2ju8ExeO8ma8f7MbpaGZx/KJPYVWL9eDw==", + "optional": true, + "requires": { + "@types/node": ">=12.12.47", + "google-auth-library": "^6.1.1", + "semver": "^6.2.0" + }, + "dependencies": { + "@types/node": { + "version": "14.14.37", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", + "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==", + "optional": true + }, + "google-auth-library": { + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.6.tgz", + "integrity": "sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ==", + "optional": true, + "requires": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + } + } + } + }, + "@grpc/proto-loader": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.5.6.tgz", + "integrity": "sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==", + "optional": true, + "requires": { + "lodash.camelcase": "^4.3.0", + "protobufjs": "^6.8.6" + } + }, + "@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=", + "optional": true + }, + "@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==", + "optional": true + }, + "@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==", + "optional": true + }, + "@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=", + "optional": true + }, + "@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", + "optional": true, + "requires": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=", + "optional": true + }, + "@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=", + "optional": true + }, + "@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=", + "optional": true + }, + "@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=", + "optional": true + }, + "@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=", + "optional": true + }, + "@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "optional": true + }, + "@types/body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", + "requires": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "@types/connect": { + "version": "3.4.34", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.34.tgz", + "integrity": "sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/express": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.3.tgz", + "integrity": "sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==", + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz", + "integrity": "sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==", + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "@types/lodash": { + "version": "4.14.168", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz", + "integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==", + "dev": true + }, + "@types/long": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", + "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==", + "optional": true + }, + "@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "@types/node": { + "version": "10.17.56", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.56.tgz", + "integrity": "sha512-LuAa6t1t0Bfw4CuSR0UITsm1hP17YL+u82kfHGrHUWdhlBtH7sa7jGY5z7glGaIj/WDYDkRtgGd+KCjCzxBW1w==" + }, + "@types/qs": { + "version": "6.9.6", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.6.tgz", + "integrity": "sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==" + }, + "@types/range-parser": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", + "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" + }, + "@types/serve-static": { + "version": "1.13.9", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.9.tgz", + "integrity": "sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA==", + "requires": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "optional": true, + "requires": { + "event-target-shim": "^5.0.0" + } + }, + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "optional": true, + "requires": { + "debug": "4" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "optional": true + }, + "async-retry": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", + "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", + "optional": true, + "requires": { + "retry": "0.12.0" + } + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "optional": true + }, + "bignumber.js": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", + "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==", + "optional": true + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "optional": true, + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "optional": true, + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + } + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "requires": { + "object-assign": "^4", + "vary": "^1" + } + }, + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "optional": true + }, + "date-and-time": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.2.tgz", + "integrity": "sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA==", + "optional": true + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "optional": true, + "requires": { + "ms": "2.1.2" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "dicer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", + "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", + "requires": { + "streamsearch": "0.1.2" + } + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "optional": true, + "requires": { + "is-obj": "^2.0.0" + } + }, + "duplexify": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.1.tgz", + "integrity": "sha512-DY3xVEmVHTv1wSzKNbwoU6nVjzI369Y6sPoqfYr0/xlx3IdX2n94xIszTcjPO8W8ZIv0Wb0PXNcjuZyT4wiICA==", + "optional": true, + "requires": { + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.0" + } + }, + "ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "optional": true, + "requires": { + "once": "^1.4.0" + } + }, + "ent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", + "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", + "optional": true + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "optional": true + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "optional": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "optional": true + }, + "fast-text-encoding": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.3.tgz", + "integrity": "sha512-dtm4QZH9nZtcDt8qJiOH9fcQd1NAgi+K1O2DbE6GG1PPCK/BWfOH3idCTRQ4ImXRUOyopDEgDEnVEE7Y/2Wrig==", + "optional": true + }, + "faye-websocket": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "firebase-admin": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.6.0.tgz", + "integrity": "sha512-GNrxsQsZ6alz9u+uYmX84qcixxYQnfOrByxVgEHWiCI9JSCbMOQ/1Px2A6+Coz5zzFokTgXsHnIg+Qz7hMlNZg==", + "requires": { + "@firebase/database": "^0.8.1", + "@firebase/database-types": "^0.6.1", + "@google-cloud/firestore": "^4.5.0", + "@google-cloud/storage": "^5.3.0", + "@types/node": "^10.10.0", + "dicer": "^0.3.0", + "jsonwebtoken": "^8.5.1", + "node-forge": "^0.10.0" + } + }, + "firebase-functions": { + "version": "3.13.2", + "resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.13.2.tgz", + "integrity": "sha512-XHgAQZqA62awr4l9mNlJv6qnv5MkMkLuo+hafdW0T7IJj1PgrZtuIo5x+ib2npAcB0XhX5Sg0QR1hMYPAlfbaA==", + "requires": { + "@types/express": "4.17.3", + "cors": "^2.8.5", + "express": "^4.17.1", + "lodash": "^4.17.14" + } + }, + "firebase-functions-test": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/firebase-functions-test/-/firebase-functions-test-0.2.3.tgz", + "integrity": "sha512-zYX0QTm53wCazuej7O0xqbHl90r/v1PTXt/hwa0jo1YF8nDM+iBKnLDlkIoW66MDd0R6aGg4BvKzTTdJpvigUA==", + "dev": true, + "requires": { + "@types/lodash": "^4.14.104", + "lodash": "^4.17.5" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "optional": true + }, + "gaxios": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.2.0.tgz", + "integrity": "sha512-Ms7fNifGv0XVU+6eIyL9LB7RVESeML9+cMvkwGS70xyD6w2Z80wl6RiqiJ9k1KFlJCUTQqFFc8tXmPQfSKUe8g==", + "optional": true, + "requires": { + "abort-controller": "^3.0.0", + "extend": "^3.0.2", + "https-proxy-agent": "^5.0.0", + "is-stream": "^2.0.0", + "node-fetch": "^2.3.0" + } + }, + "gcp-metadata": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.2.1.tgz", + "integrity": "sha512-tSk+REe5iq/N+K+SK1XjZJUrFPuDqGZVzCy2vocIHIGmPlTGsa8owXMJwGkrXr73NO0AzhPW4MF2DEHz7P2AVw==", + "optional": true, + "requires": { + "gaxios": "^4.0.0", + "json-bigint": "^1.0.0" + } + }, + "gcs-resumable-upload": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/gcs-resumable-upload/-/gcs-resumable-upload-3.1.3.tgz", + "integrity": "sha512-LjVrv6YVH0XqBr/iBW0JgRA1ndxhK6zfEFFJR4im51QVTj/4sInOXimY2evDZuSZ75D3bHxTaQAdXRukMc1y+w==", + "optional": true, + "requires": { + "abort-controller": "^3.0.0", + "configstore": "^5.0.0", + "extend": "^3.0.2", + "gaxios": "^4.0.0", + "google-auth-library": "^7.0.0", + "pumpify": "^2.0.0", + "stream-events": "^1.0.4" + } + }, + "get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==", + "optional": true + }, + "google-auth-library": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.0.3.tgz", + "integrity": "sha512-6wJNYqY1QUr5I2lWaUkkzOT2b9OCNhNQrdFOt/bsBbGb7T7NCdEvrBsXraUm+KTUGk2xGlQ7m9RgUd4Llcw8NQ==", + "optional": true, + "requires": { + "arrify": "^2.0.0", + "base64-js": "^1.3.0", + "ecdsa-sig-formatter": "^1.0.11", + "fast-text-encoding": "^1.0.0", + "gaxios": "^4.0.0", + "gcp-metadata": "^4.2.0", + "gtoken": "^5.0.4", + "jws": "^4.0.0", + "lru-cache": "^6.0.0" + } + }, + "google-gax": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-2.11.2.tgz", + "integrity": "sha512-PNqXv7Oi5XBMgoMWVxLZHUidfMv7cPHrDSDXqLyEd6kY6pqFnVKC8jt2T1df4JPSc2+VLPdeo6L7X9mbdQG8Xw==", + "optional": true, + "requires": { + "@grpc/grpc-js": "~1.2.0", + "@grpc/proto-loader": "^0.5.1", + "@types/long": "^4.0.0", + "abort-controller": "^3.0.0", + "duplexify": "^4.0.0", + "fast-text-encoding": "^1.0.3", + "google-auth-library": "^7.0.2", + "is-stream-ended": "^0.1.4", + "node-fetch": "^2.6.1", + "protobufjs": "^6.10.2", + "retry-request": "^4.0.0" + } + }, + "google-p12-pem": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.0.3.tgz", + "integrity": "sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA==", + "optional": true, + "requires": { + "node-forge": "^0.10.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "optional": true + }, + "gtoken": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.2.1.tgz", + "integrity": "sha512-OY0BfPKe3QnMsY9MzTHTSKn+Vl2l1CcLe6BwDEQj00mbbkl5nyQ/7EUREstg4fQNZ8iYE7br4JJ7TdKeDOPWmw==", + "optional": true, + "requires": { + "gaxios": "^4.0.0", + "google-p12-pem": "^3.0.3", + "jws": "^4.0.0" + } + }, + "hash-stream-validation": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz", + "integrity": "sha512-Gjzu0Xn7IagXVkSu9cSFuK1fqzwtLwFhNhVL8IFJijRNMgUttFbBSIAzKuSIrsFMO1+g1RlsoN49zPIbwPDMGQ==", + "optional": true + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + } + } + }, + "http-parser-js": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", + "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==" + }, + "http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "optional": true, + "requires": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + } + }, + "https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "optional": true, + "requires": { + "agent-base": "6", + "debug": "4" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "optional": true + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "optional": true + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "optional": true + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "optional": true + }, + "is-stream-ended": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.4.tgz", + "integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==", + "optional": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "optional": true + }, + "json-bigint": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", + "optional": true, + "requires": { + "bignumber.js": "^9.0.0" + } + }, + "jsonwebtoken": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", + "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", + "requires": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^5.6.0" + }, + "dependencies": { + "jwa": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "requires": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + } + } + }, + "jwa": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz", + "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==", + "optional": true, + "requires": { + "buffer-equal-constant-time": "1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "jws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz", + "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==", + "optional": true, + "requires": { + "jwa": "^2.0.0", + "safe-buffer": "^5.0.1" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=", + "optional": true + }, + "lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=" + }, + "lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=" + }, + "lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=" + }, + "lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=" + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=" + }, + "long": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", + "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==", + "optional": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "optional": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "optional": true, + "requires": { + "semver": "^6.0.0" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", + "optional": true + }, + "mime-db": { + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz", + "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==" + }, + "mime-types": { + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz", + "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==", + "requires": { + "mime-db": "1.47.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "optional": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "optional": true + }, + "node-forge": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", + "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "optional": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "optional": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "optional": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "protobufjs": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.2.tgz", + "integrity": "sha512-27yj+04uF6ya9l+qfpH187aqEzfCF4+Uit0I9ZBQVqK09hk/SQzKa2MUqUpXaVa7LOFRg1TSSr3lVxGOk6c0SQ==", + "optional": true, + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": "^13.7.0", + "long": "^4.0.0" + }, + "dependencies": { + "@types/node": { + "version": "13.13.48", + "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.48.tgz", + "integrity": "sha512-z8wvSsgWQzkr4sVuMEEOvwMdOQjiRY2Y/ZW4fDfjfe3+TfQrZqFKOthBgk2RnVEmtOKrkwdZ7uTvsxTBLjKGDQ==", + "optional": true + } + } + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "optional": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz", + "integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==", + "optional": true, + "requires": { + "duplexify": "^4.1.1", + "inherits": "^2.0.3", + "pump": "^3.0.0" + } + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "optional": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "optional": true + }, + "retry-request": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-4.1.3.tgz", + "integrity": "sha512-QnRZUpuPNgX0+D1xVxul6DbJ9slvo4Rm6iV/dn63e048MvGbUZiKySVt6Tenp04JqmchxjiLltGerOJys7kJYQ==", + "optional": true, + "requires": { + "debug": "^4.1.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "optional": true + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "optional": true + }, + "snakeize": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/snakeize/-/snakeize-0.1.0.tgz", + "integrity": "sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0=", + "optional": true + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "stream-events": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz", + "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==", + "optional": true, + "requires": { + "stubs": "^3.0.0" + } + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "optional": true + }, + "streamsearch": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", + "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "optional": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "stubs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", + "integrity": "sha1-6NK6H6nJBXAwPAMLaQD31fiavls=", + "optional": true + }, + "teeny-request": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-7.0.1.tgz", + "integrity": "sha512-sasJmQ37klOlplL4Ia/786M5YlOcoLGQyq2TE4WHSRupbAuDaQW0PfVxV4MtdBtRJ4ngzS+1qim8zP6Zp35qCw==", + "optional": true, + "requires": { + "http-proxy-agent": "^4.0.0", + "https-proxy-agent": "^5.0.0", + "node-fetch": "^2.6.1", + "stream-events": "^1.0.5", + "uuid": "^8.0.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "optional": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "optional": true, + "requires": { + "crypto-random-string": "^2.0.0" + } + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "optional": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "optional": true + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "optional": true, + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "optional": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "optional": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "optional": true + } + } +} diff --git a/internal/functions/package.json b/internal/functions/package.json new file mode 100644 index 0000000..dbeb74a --- /dev/null +++ b/internal/functions/package.json @@ -0,0 +1,23 @@ +{ + "name": "functions", + "description": "Cloud Functions for Firebase", + "scripts": { + "serve": "firebase emulators:start --only functions", + "shell": "firebase functions:shell", + "start": "npm run shell", + "deploy": "firebase deploy --only functions", + "logs": "firebase functions:log" + }, + "engines": { + "node": "12" + }, + "main": "index.js", + "dependencies": { + "firebase-admin": "^9.2.0", + "firebase-functions": "^3.11.0" + }, + "devDependencies": { + "firebase-functions-test": "^0.2.0" + }, + "private": true +} diff --git a/internal/paths/channels slash guildid slash channelid.js b/internal/paths/channels slash guildid slash channelid.js new file mode 100644 index 0000000..af6d9a7 --- /dev/null +++ b/internal/paths/channels slash guildid slash channelid.js @@ -0,0 +1,8 @@ +module.exports = { + path: "/channels/:guildId/:channelId", + method: "get", + + async execute(req, res, web) { + res.status(200).sendFile(web + '/views/app.html'); + } +}; diff --git a/internal/paths/channels slash guildid.js b/internal/paths/channels slash guildid.js new file mode 100644 index 0000000..c5bd987 --- /dev/null +++ b/internal/paths/channels slash guildid.js @@ -0,0 +1,8 @@ +module.exports = { + path: "/channels/:guildId/", + method: "get", + + async execute(req, res, web) { + res.status(200).sendFile(web + '/views/app.html'); + } +}; diff --git a/internal/paths/index.js b/internal/paths/index.js new file mode 100644 index 0000000..62a3da2 --- /dev/null +++ b/internal/paths/index.js @@ -0,0 +1,8 @@ +module.exports = { + path: "/", + method: "get", + + async execute(req, res, web) { + res.status(200).sendFile(web + '/views/landing.html'); + } +}; diff --git a/internal/paths/login.js b/internal/paths/login.js new file mode 100644 index 0000000..4492c24 --- /dev/null +++ b/internal/paths/login.js @@ -0,0 +1,8 @@ +module.exports = { + path: "/login", + method: "get", + + async execute(req, res, web) { + res.status(200).sendFile(web + '/views/login.html'); + } +}; diff --git a/internal/paths/signup.js b/internal/paths/signup.js new file mode 100644 index 0000000..d6f1419 --- /dev/null +++ b/internal/paths/signup.js @@ -0,0 +1,8 @@ +module.exports = { + path: "/signup", + method: "get", + + async execute(req, res, web) { + res.status(200).sendFile(web + '/views/signup.html'); + } +}; diff --git a/js/app/authentication.js b/js/app/authentication.js new file mode 100644 index 0000000..5c2ce18 --- /dev/null +++ b/js/app/authentication.js @@ -0,0 +1,47 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/authentication.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +window.onload = () => { + const didyouknow = document.getElementById('didYouKnowLabel'); + + didyouknow.innerText = generateDidYouKnowMessage(); +} + + +window.onpopstate = () => { + loadChannelFromId(); // When user goes back +} + + +firebase.auth().onAuthStateChanged(async user => { + if (!user) return redirect('login'); + + await firebase.firestore().collection('users').doc(user.uid).onSnapshot(snapshot => { + CACHED_USERS[user.uid] = { + ...snapshot.data() + }; + + document.getElementById('avatarImage').setAttribute('src', getAvatar()); + document.querySelectorAll('.panels-j1Uci_')[0].setAttribute('uid', user.uid); + + setRealtimeUserInfo(user.uid); + }); + + await loadPrivateChannels(); + await loadGroupChannels(); + await blockedUserHandler(); + await setAutomaticStatus('online'); + await delay(LOADING_TIMEOUT); + loadChannelFromId(); + await delay(500); + hidePageLoader(); + await enableNotifications(); +}); \ No newline at end of file diff --git a/js/app/chats.js b/js/app/chats.js new file mode 100644 index 0000000..7f6e69c --- /dev/null +++ b/js/app/chats.js @@ -0,0 +1,1208 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/chats.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + * @param {*} channel_id + * @param {*} friend_uid + */ + function addChat(channel_id, friend_uid) { + const div = document.createElement('div'); + div.classList = 'chat-3bRxxu mainBody-f3wd0 hidden'; + div.id = channel_id; + div.setAttribute('uid', friend_uid); + div.innerHTML = ` +
+
+
+ + + +
+

+
+ + + +
+
+
+
+
+ + + +
+
+
+
+
+
+
Search
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+
+ + +
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+

+
+ This is the beginning of your direct message history with @. +
+ + + + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + +
+
Message @
+
+
+
+
+
+ + +
+
+
+ `; + + document.getElementById('main-body').appendChild(div); + + // Send message on enter + const input = div.querySelectorAll('.messageField')[0]; + + input.addEventListener('keypress', event => { + if (!event.shiftKey && event.key === 'Enter') { + sendPrivateMessage(channel_id); + event.returnValue = false; + + let chatdiv = document.querySelectorAll(".textArea-12jD-V"); + + if (chatdiv) { + if (chatdiv.length !== 0) { + for (let query of chatdiv) { + query.style.height = "44px"; + }; + }; + }; + } + }); + + // Placeholder behavior + input.addEventListener('input', () => { + const placeholder = div.querySelectorAll('.placeholder-37qJjk')[0]; + + if (input.innerHTML.length > 0) { + placeholder.classList.add('hidden'); + } else { + placeholder.classList.remove('hidden'); + } + + // Dynamically change height of message field with multiple lines + const text = div.querySelectorAll('.messageField')[0]; + const length = text.childNodes.length == 0 ? 1 : text.childNodes.length; + + const chatdiv = document.querySelectorAll(".textArea-12jD-V"); + + if (!chatdiv) return; + if (chatdiv.length === 0) return; + + for (query of chatdiv) { + query.style.height = (33 + (11 * length)) + "px"; + }; + }); + + input.addEventListener("paste", function(e) { + e.preventDefault(); + + let text = (e.originalEvent || e).clipboardData.getData('text/plain'); + + document.execCommand("insertHTML", false, text.replace(/&/g, "&").replace(//g, ">").replace(/"/g, """).replace(/'/g, "'")); + }); + + div.querySelectorAll('.clickable-3rdHwn')[0].onclick = () => { + showGroupDMModal(friend_uid); + } + + div.querySelectorAll('.block-button-rj93')[0].onclick = () => { + blockFriend(friend_uid); + } +} + + +/** + * + * @param {*} id + */ +function selectMainBody(id) { + const mainBodies = document.querySelectorAll('.mainBody-f3wd0'); + + mainBodies.forEach(body => { + body.classList.add('hidden'); + }); + + const selectedBody = document.getElementById(id); + + selectedBody.classList.remove('hidden'); +} \ No newline at end of file diff --git a/js/app/friends.js b/js/app/friends.js new file mode 100644 index 0000000..a564bdc --- /dev/null +++ b/js/app/friends.js @@ -0,0 +1,266 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/friends.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +document.getElementById('addFriendField').oninput = event => { + const button = document.getElementById('addFriendButton'); + const value = event.target.value; + + if (value) { + button.removeAttribute('disabled'); + } else { + button.setAttribute('disabled', ''); + } +} + + +document.getElementById('addFriendButton').onclick = () => { + const field = document.getElementById('addFriendField'); + + if (field.value) addFriendHandler(); +} + + +document.getElementById('addFriendField').onkeyup = event => { + const value = event.target.value; + + if (event.key === 'Enter' && value) addFriendHandler(); +} + + +async function addFriendHandler() { + const input = document.getElementById('addFriendField'); + const button = document.getElementById('addFriendButton'); + const label = document.getElementById('addFriendLabel'); + + const split = input.value.split('#'); + + showButtonLoader(button); + disableButton(button); + + if (split.length > 2) { + label.classList.add('error-3T-E-_'); + label.innerText = 'You cannot have more than one # in a user\'s username.'; + + } else if (split.length === 1) { + label.classList.add('error-3T-E-_'); + label.innerText = `We need ${input.value}'s four digit tag so we know which one they are.`; + + } else if (!split[1] || split[1].length !== 4 || isNaN(split[1])) { + label.classList.add('error-3T-E-_'); + label.innerText = 'Hm, didn\'t work. Double check that the capitalisation, spelling, any spaces, and numbers are correct.'; + + } else { + const user = await getUser(split[0], split[1]); + + // Back to default + label.innerText = 'You can add a friend with their Pyro Tag. It\'s cAsE sEnSitIvE!'; + + // Can't find user + if (!user) { + showBasicModal( + 'Friend Request Failed', + 'Hm, didn\'t work. Double check that the capitalization, spelling, any spaces, and numbers are correct.', + 'Okay', + 'hideModals()' + ); + } else { + const { + failed, + message + } = await addFriend(user); + + if (failed) { + label.classList.add('error-3T-E-_'); + } else { + label.classList.add('success-t0oxXf'); + } + + label.innerHTML = message; + input.value = ''; + } + } + + enableButton(button); + hideButtonLoader(button); +} + + +/** + * + * @param {*} user + * @returns + */ +async function addFriend(user) { + const { uid } = firebase.auth().currentUser; + const { + uid: f_uid, + discriminator: f_discriminator, + username: f_username + } = user; + + const friended = await isFriend(f_username, f_discriminator); + + // Make sure you haven't already friended user + if (friended) { + return { + failed: true, + message: `You have already friended ${f_username}`, + }; + } + + // Make sure you are not friending yourself + const { + username: l_username, + discriminator: l_discriminator + } = CACHED_USERS[uid] + + if (l_username === f_username && l_discriminator === f_discriminator) { + return { + failed: true, + message: 'You cannot add yourself as a friend.' + } + } + + try { + // Create friend database relationship + await firebase.firestore().collection('friends').doc(uid).set({ + [f_uid]: { + type: 'FRIEND' + } + }, { + merge: true + }); + + await firebase.firestore().collection('friends').doc(f_uid).set({ + [uid]: { + type: 'FRIEND' + } + }, { + merge: true + }); + + // Create private message channnel + const privateId = generateId(); + + await firebase.firestore().collection('channels').doc(privateId).set({ + type: 'DM', + recipients: [uid, f_uid], + users: [uid, f_uid], + created: getTime(), + }); + + return { + failed: false, + message: `Success! You added ${f_username} as a friend.` + } + } catch (e) { + return { + failed: true, + message: `Unexpected Error! Failed to add ${f_username} as a friend.` + } + } +} + + +/** + * + * @returns + */ +async function getFriends() { + const { uid } = firebase.auth().currentUser; + + const friends = await (await firebase.firestore().collection('friends').doc(uid).get()).data(); + const uids = []; + + for (friend in friends) { + const { type } = friends[friend]; + + if (type === 'FRIEND') uids.push(friend); + } + + uids.sort(); + + return uids; +} + + +/** + * + * @returns + */ + async function getBlockedUsers() { + const { uid } = firebase.auth().currentUser; + + const friends = await (await firebase.firestore().collection('friends').doc(uid).get()).data(); + const uids = []; + + for (friend in friends) { + const { type } = friends[friend]; + + if (type === 'BLOCKED') uids.push(friend); + } + + uids.sort(); + + return uids; +} + + +/** + * + * @param {*} friend_uid + */ +function unblockFriend(friend_uid) { + const { uid } = firebase.auth().currentUser; + + // Unblock from current relationship + firebase.firestore().collection('friends').doc(uid).update({ + [friend_uid]: { + type: 'FRIEND', + } + }, { + merge: true + }); + + // Unblock from friends relationship + firebase.firestore().collection('friends').doc(friend_uid).update({ + [uid]: { + type: 'FRIEND' + } + }, { + merge: true + }); +} + + +/** + * + * @param {*} friend_uid + */ +function blockFriend(friend_uid) { + const { uid } = firebase.auth().currentUser; + + // Unblock from current relationship + firebase.firestore().collection('friends').doc(uid).update({ + [friend_uid]: { + type: 'BLOCKED', + local: true, + } + }); + + // Unblock from friends relationship + firebase.firestore().collection('friends').doc(friend_uid).update({ + [uid]: { + type: 'BLOCKED', + local: false, + } + }); +} \ No newline at end of file diff --git a/js/app/group_dms.js b/js/app/group_dms.js new file mode 100644 index 0000000..2d43c96 --- /dev/null +++ b/js/app/group_dms.js @@ -0,0 +1,1497 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/group_dms.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + */ +async function showGroupDMModal(friend_uid) { + const layer = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + layer.innerHTML = ` +
+
+
+
+
+
+

Create a Group Chat

+
+
+
+
+
+

Select Friends

+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ `; + + const subtitle = layer.querySelectorAll('.subtitle-2P4u9v')[0]; + const button = layer.querySelectorAll('.button-38aScr')[0]; + + subtitle.innerText = `You can add ${GROUP_DMS_USER_THRESHOLD} more friends.`; + + // Load friends list + const friendList = document.querySelectorAll('.friendWrapper-2SrUFF')[0]; + const friends = await getFriends(); + const selectedFriends = []; + + button.onclick = () => { + const { uid } = firebase.auth().currentUser; + + selectedFriends.push(friend_uid); + selectedFriends.push(uid); + + createGroupChat(selectedFriends); + hideModals(); + } + + friends.forEach(friend => { + if (friend_uid === friend) return; + + const div = document.createElement('div'); + + div.classList = 'flex-1xMQg5 flex-1O1GKY horizontal-1ae9ci horizontal-2EEEnY flex-1O1GKY directionRow-3v3tfG justifyStart-2NDFzi alignCenter-1dQNNs noWrap-3jynv6 friend-3KALPe'; + div.style = 'flex: 1 1 auto; margin-bottom: 4px;'; + div.setAttribute('uid', friend); + div.innerHTML = ` +
+ + +
+ +
+
+ +
+
+
+ +
+
+ + `; + + friendList.appendChild(div); + + // Checkbox click + const checkbox = div.querySelectorAll('.checkbox-1ix_J3')[0]; + + function checkboxToggle() { + const notSelected = checkbox.classList.contains('checked-3_4uQ9'); + + if (!notSelected) { + const left = GROUP_DMS_USER_THRESHOLD - selectedFriends.length; + + if (left === 0) { + return `You have reached the ${GROUP_DMS_USER_THRESHOLD} user limit.`; + } + + selectedFriends.push(friend); + + subtitle.innerText = `You can add ${left - 1} more friends.`; + + } else { + const index = selectedFriends.indexOf(friend); + + selectedFriends.splice(index, 1); + + const left = GROUP_DMS_USER_THRESHOLD - selectedFriends.length; + + subtitle.innerText = `You can add ${left} more friends.`; + } + + if (selectedFriends.length > 0) { + enableButton(button); + } else { + disableButton(button); + } + + checkbox.setAttribute('selected', notSelected); + checkbox.classList.toggle('checked-3_4uQ9'); + } + + div.querySelectorAll('.match-23yWrF')[0].onclick = () => { + checkboxToggle(); + } + + checkbox.onclick = () => { + checkboxToggle(); + } + + setRealtimeUserInfo(friend); + }); +} + + +/** + * + * @param {*} friends + */ +async function createGroupChat(friends) { + const group_id = generateId(); + const { uid } = firebase.auth().currentUser; + + // Get list of user usernames + const usernames = []; + + friends.forEach(friend => { + usernames.push(CACHED_USERS[friend].username); + }); + + // Upload channel picture + // Picture is uploaded first to ensure when the channel is shown, + // an avatar appears and does not error out + await uploadDefaultAvatar(group_id); + + // Create channel + await firebase.firestore().collection('channels').doc(group_id).set({ + owner: uid, + name: usernames.join(', '), + type: 'GROUP_DM', + recipients: friends, + created: getTime(), + }); +} + + +/** + * + * @param {*} channel_id + */ +async function addGroupChannel(channel_id) { + const channelsList = document.getElementById('groupChatsList'); + + const a = document.createElement('a'); + a.classList = 'channel-2QD9_O container-2Pjhx- clickable-1JJAn8 fadeIn-efi30'; + a.id = 'channel-' + channel_id; + a.setAttribute('channel', channel_id); + a.setAttribute('onclick', `loadChannelFromId(${channel_id});`); + a.innerHTML = ` +
+
+
+ + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ `; + + return channelsList.appendChild(a); +} + + +/** + * + * @param {*} channel_id + */ +function addGroupChat(channel_id) { + const div = document.createElement('div'); + div.classList = 'chat-3bRxxu mainBody-f3wd0 hidden'; + div.id = channel_id; + div.setAttribute('channel', channel_id); + div.innerHTML = ` +
+
+
+ + + +
+

+
+
+
+ +
+
+
+
+
+
Search
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + + + + + +
+
+
+
+
+ + +
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+

+
+ Welcome to the beginning of the group. + +
+
+
+ +
+
+
+
+
+
+
+
+
+
+ + +
+
Message
+
+
+
+
+
+ +
+
+
+ `; + + document.getElementById('main-body').appendChild(div); + + // Send message on enter + const input = div.querySelectorAll('.messageField')[0]; + + input.addEventListener('keypress', event => { + if (!event.shiftKey && event.key === 'Enter') { + sendPrivateMessage(channel_id); + event.returnValue = false; + + let chatdiv = document.querySelectorAll(".textArea-12jD-V"); + + if (chatdiv) { + if (chatdiv.length !== 0) { + for (let query of chatdiv) { + query.style.height = "44px"; + }; + }; + }; + } + }); + + // Placeholder behavior + input.addEventListener('input', () => { + const placeholder = div.querySelectorAll('.placeholder-37qJjk')[0]; + + if (input.innerHTML.length > 0) { + placeholder.classList.add('hidden'); + } else { + placeholder.classList.remove('hidden'); + } + + // Dynamically change height of message field with multiple lines + const text = div.querySelectorAll('.messageField')[0]; + const length = text.childNodes.length == 0 ? 1 : text.childNodes.length; + + const chatdiv = document.querySelectorAll(".textArea-12jD-V"); + + if (!chatdiv) return; + if (chatdiv.length === 0) return; + + for (query of chatdiv) { + query.style.height = (33 + (11 * length)) + "px"; + }; + }); + + input.addEventListener('paste', (e) => { + e.preventDefault(); + + const text = (e.originalEvent || e).clipboardData.getData('text/plain'); + + document.execCommand("insertHTML", false, text); + }); + + return div; +} + + +/** + * + * @param {*} id + */ +function selectMainBody(id) { + const mainBodies = document.querySelectorAll('.mainBody-f3wd0'); + + mainBodies.forEach(body => { + body.classList.add('hidden'); + }); + + const selectedBody = document.getElementById(id); + + selectedBody.classList.remove('hidden'); +} + + +/** + * + */ + async function loadGroupChannels() { + const { uid } = firebase.auth().currentUser; + + await firebase.firestore().collection('channels') + .where('recipients', 'array-contains', uid) + .where('type', '==', 'GROUP_DM') + .limit(50) + .onSnapshot(snapshot => { + if (snapshot.empty) return; + + snapshot.docChanges().forEach(change => { + const { type, doc: channel } = change; + + if (type === 'added') { + + // Get group members + const { recipients } = channel.data(); + + CACHED_RECIPIENTS[channel.id] = recipients; + + addGroupChannel(channel.id); + addGroupChat(channel.id); + + // Realtime group chat name + firebase.firestore().collection('channels').doc(channel.id).onSnapshot(snapshot => { + const { recipients } = snapshot.data(); + const gc = document.getElementById(`channel-${channel.id}`); + + // Channel + gc.querySelectorAll('.activityText-OW8WYb')[0].innerText = recipients.length.toString() + ' Members'; + + CACHED_CHANNELS[channel.id] = { + ...snapshot.data() + } + + setRealtimeChannelInfo(channel.id); + }); + + recipients.forEach(recipient => { + if (recipient === uid) return; + if (CACHED_USERS[recipient]) return; // User already exists + + firebase.firestore().collection('users').doc(recipient).onSnapshot(snapshot => { + CACHED_USERS[recipient] = { + ...snapshot.data() + }; + }); + }); + } + }); + }); +} + + +/** + * + * @param {*} channel_id + */ +function setRealtimeChannelInfo(channel_id) { + const elements = document.querySelectorAll(`[channel="${channel_id}"]`); + + elements.forEach(element => { + const nameEl = element.querySelectorAll('.RT_name'); + const { name } = CACHED_CHANNELS[channel_id]; + + nameEl.forEach(n => { + n.innerText = name; + }); + }); +} \ No newline at end of file diff --git a/js/app/messages.js b/js/app/messages.js new file mode 100644 index 0000000..f82e769 --- /dev/null +++ b/js/app/messages.js @@ -0,0 +1,442 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/messages.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + +// Emojis + +let emojis = {"0":"0️⃣","1":"1️⃣","2":"2️⃣","3":"3️⃣","4":"4️⃣","5":"5️⃣","6":"6️⃣","7":"7️⃣","8":"8️⃣","9":"9️⃣","woman_woman_girl_girl":"👩‍👩‍👧‍👧","woman_woman_girl_boy":"👩‍👩‍👧‍👦","woman_woman_boy_boy":"👩‍👩‍👦‍👦","man_woman_girl_girl":"👨‍👩‍👧‍👧","man_woman_girl_boy":"👨‍👩‍👧‍👦","man_woman_boy_boy":"👨‍👩‍👦‍👦","man_man_girl_girl":"👨‍👨‍👧‍👧","man_man_girl_boy":"👨‍👨‍👧‍👦","man_man_boy_boy":"👨‍👨‍👦‍👦","woman_woman_girl":"👩‍👩‍👧","woman_woman_boy":"👩‍👩‍👦","woman_girl_girl":"👩‍👧‍👧","woman_girl_boy":"👩‍👧‍👦","woman_boy_boy":"👩‍👦‍👦","man_woman_girl":"👨‍👩‍👧","man_man_girl":"👨‍👨‍👧","man_man_boy":"👨‍👨‍👦","man_girl_girl":"👨‍👧‍👧","man_girl_boy":"👨‍👧‍👦","man_boy_boy":"👨‍👦‍👦","woman_girl":"👩‍👧","woman_boy":"👩‍👦","man_girl":"👨‍👧","man_boy":"👨‍👦","joy":"😂","heart":"❤️","heart_suit":"♥️","heart_eyes":"😍","sob":"😭","blush":"😊","unamused":"😒","kissing_heart":"😘","two_hearts":"💕","smiling":"☺️","weary":"😩","dark_skin_tone":"🏿","mediumdark_skin_tone":"🏾","medium_skin_tone":"🏽","mediumlight_skin_tone":"🏼","light_skin_tone":"🏻","ok_hand":"👌","pensive":"😔","smirk":"😏","grin":"😁","recycle":"♻","wink":"😉","thumbsup":"👍","pray":"🙏","relieved":"😌","notes":"🎶","flushed":"😳","raised_hands":"🙌","see_no_evil":"🙈","cry":"😢","sunglasses":"🕶️","v":"✌️","eyes":"👀","sweat_smile":"😅","sparkles":"✨","sleeping":"😴","smile":"😄","purple_heart":"💜","broken_heart":"💔","hundred_points":"💯","expressionless":"😑","sparkling_heart":"💖","blue_heart":"💙","confused":"😕","man_tipping_hand":"💁‍♂️","information_desk_person":"💁","stuck_out_tongue_winking_eye":"😜","disappointed":"😞","yum":"😋","neutral_face":"😐","sleepy":"😪","clap":"👏","cupid":"💘","heartpulse":"💗","revolving_hearts":"💞","arrow_left":"⬅️","speak_no_evil":"🙊","raised_hand":"✋","kiss":"💋","point_right":"👉","cherry_blossom":"🌸","scream":"😱","fire":"🔥","rage":"😡","smiley":"😃","tada":"🎉","oncoming_fist":"👊","tired_face":"😫","camera":"📷","rose":"🌹","stuck_out_tongue_closed_eyes":"😝","muscle":"💪","skull":"💀","sunny":"☀️","yellow_heart":"💛","triumph":"😤","new_moon_with_face":"🌚","laughing":"😆","sweat":"😓","point_left":"👈","heavy_check_mark":"✔️","heart_eyes_cat":"😻","grinning":"😀","mask":"😷","green_heart":"💚","wave":"👋","persevere":"😣","heartbeat":"💓","arrow_forward":"▶️","arrow_backward":"◀️","arrow_right_hook":"↪️","leftwards_arrow_with_hook":"↩️","crown":"👑","kissing_closed_eyes":"😚","stuck_out_tongue":"😛","disappointed_relieved":"😥","innocent":"😇","headphones":"🎧","white_check_mark":"✅","confounded":"😖","arrow_right":"➡","angry":"😠","grimacing":"😬","star2":"🌟","gun":"🔫","man_raising_hand":"🙋‍♂️","raising_hand":"🙋","thumbsdown":"👎","dancer":"💃","musical_note":"🎵","no_mouth":"😶","dizzy":"💫","fist":"✊","point_down":"👇","red_circle":"🔴","man_gesturing_NO":"🙅‍♂️","no_good":"🙅","boom":"💥","copyright":"©","thought_balloon":"💭","tongue":"👅","poop":"💩","cold_sweat":"😰","gem":"💎","man_gesturing_OK":"🙆‍♂️","ok_woman":"🙆","pizza":"🍕","joy_cat":"😹","sun_with_face":"🌞","leaves":"🍃","sweat_drops":"💦","penguin":"🐧","zzz":"💤","woman_walking":"🚶‍♀️","walking":"🚶","airplane":"✈","balloon":"🎈","star":"⭐","ribbon":"🎀","ballot_box_with_check":"☑️","worried":"😟","underage":"🔞","fearful":"😨","four_leaf_clover":"🍀","hibiscus":"🌺","microphone":"🎤","open_hands":"👐","ghost":"👻","palm_tree":"🌴","bangbang":"‼️","nail_care":"💅","x":"❌","alien":"👽","woman_bowing":"🙇‍♀️","bow":"🙇","cloud":"☁️","soccer":"⚽","angel":"👼","men_with_bunny_ears":"👯‍♂️","dancers":"👯","exclamation":"❗","snowflake":"❄","point_up":"☝️","kissing_smiling_eyes":"😙","rainbow":"🌈","crescent_moon":"🌙","heart_decoration":"💟","gift_heart":"💝","gift":"🎁","beers":"🍻","anguished":"😧","earth_africa":"🌍","movie_camera":"🎥","anchor":"⚓","zap":"⚡","club_suit":"♣️","heavy_multiplication_x":"✖️","woman_running":"🏃‍♀️","runner":"🏃","sunflower":"🌻","earth_americas":"🌎","bouquet":"💐","dog":"🐶","moneybag":"💰","herb":"🌿","couple":"👫","fallen_leaf":"🍂","tulip":"🌷","birthday":"🎂","cat":"🐱","coffee":"☕","dizzy_face":"😵","point_up_2":"👆","open_mouth":"😮","hushed":"😯","basketball":"🏀","christmas_tree":"🎄","ring":"💍","full_moon_with_face":"🌝","astonished":"😲","two_women_holding_hands":"👭","money_with_wings":"💸","crying_cat_face":"😿","hear_no_evil":"🙉","dash":"💨","cactus":"🌵","hotsprings":"♨️","telephone":"☎","maple_leaf":"🍁","princess":"👸","man_getting_massage":"💆‍♂️","massage":"💆","love_letter":"💌","trophy":"🏆","man_frowning":"🙍‍♂️","person_frowning":"🙍","us":"🇺🇸","confetti_ball":"🎊","blossom":"🌼","kitchen_knife":"🔪","lips":"👄","fries":"🍟","doughnut":"🍩","frowning":"😦","ocean":"🌊","bomb":"💣","ok":"🆗","cyclone":"🌀","rocket":"🚀","umbrella":"☂","couplekiss":"💏","couple_woman_kiss":"👩‍❤️‍💋‍👩","couple_man_kiss":"👨‍❤️‍💋‍👨","couple_with_heart":"💑","woman_woman":"👩‍❤‍👩","man_man_love":"👨‍❤️‍👨","lollipop":"🍭","clapper":"🎬","pig":"🐷","smiling_imp":"😈","imp":"👿","bee":"🐝","kissing_cat":"😽","anger":"💢","musical_score":"🎼","santa":"🎅","earth_asia":"🌏","football":"🏈","guitar":"🎸","diamond_suit":"♦️","panda_face":"🐼","speech_balloon":"💬","strawberry":"🍓","smirk_cat":"😼","banana":"🍌","watermelon":"🍉","snowman":"☃","smile_cat":"😸","spade_suit":"♠️","top":"🔝","eggplant":"🍆","crystal_ball":"🔮","fork_and_knife":"🍴","calling":"📲","iphone":"📱","partly_sunny":"⛅","warning":"⚠","scream_cat":"🙀","small_orange_diamond":"🔸","baby":"👶","feet":"🐾","footprints":"👣","beer":"🍺","wine_glass":"🍷","o":"⭕","video_camera":"📹","rabbit":"🐰","tropical_drink":"🍹","smoking":"🚬","space_invader":"👾","peach":"🍑","snake":"🐍","turtle":"🐢","cherries":"🍒","kissing":"😗","frog":"🐸","milky_way":"🌌","rotating_light":"🚨","hatching_chick":"🐣","closed_book":"📕","candy":"🍬","hamburger":"🍔","bear":"🐻","tiger":"🐯","automobile":"🚗","fast_forward":"⏩","icecream":"🍦","pineapple":"🍍","ear_of_rice":"🌾","syringe":"💉","put_litter_in_its_place":"🚮","chocolate_bar":"🍫","black_small_square":"▪","tv":"📺","pill":"💊","octopus":"🐙","jack_o_lantern":"🎃","grapes":"🍇","smiley_cat":"😺","cd":"💿","cocktail":"🍸","cake":"🍰","video_game":"🎮","trade_mark":"™️","arrow_down":"⬇️","no_entry_sign":"🚫","lipstick":"💄","whale":"🐳","memo":"📝","registered":"®","cookie":"🍪","dolphin":"🐬","loud_sound":"🔊","man":"👨","hatched_chick":"🐥","monkey":"🐒","books":"📚","japanese_ogre":"👹","woman_guard":"💂‍♀️","guardsman":"💂","loudspeaker":"📢","scissors":"✂","girl":"👧","mortar_board":"🎓","fr":"🇫🇷","baseball":"⚾","vertical_traffic_light":"🚦","woman":"👩","fireworks":"🎆","stars":"🌠","sos":"🆘","mushroom":"🍄","pouting_cat":"😾","left_luggage":"🛅","high_heel":"👠","dart":"🎯","woman_swimming":"🏊‍♀️","swimmer":"🏊","key":"🔑","bikini":"👙","family":"👪","pencil2":"✏","elephant":"🐘","droplet":"💧","seedling":"🌱","apple":"🍎","cool":"🆒","telephone_receiver":"📞","dollar":"💵","house_with_garden":"🏡","book":"📖","man_getting_haircut":"💇‍♂️","haircut":"💇","computer":"💻","bulb":"💡","question":"❓","back":"🔙","boy":"👦","closed_lock_with_key":"🔐","man_pouting":"🙎‍♂️","person_with_pouting_face":"🙎","tangerine":"🍊","leftright_arrow":"↔️","sunrise":"🌅","poultry_leg":"🍗","blue_circle":"🔵","oncoming_automobile":"🚘","shaved_ice":"🍧","it":"🇮🇹","bird":"🐦","gb":"🇬🇧","first_quarter_moon_with_face":"🌛","eyeglasses":"👓","goat":"🐐","night_with_stars":"🌃","older_woman":"👵","black_circle":"⚫","new_moon":"🌑","two_men_holding_hands":"👬","white_circle":"⚪","customs":"🛃","tropical_fish":"🐠","house":"🏠","arrows_clockwise":"🔃","last_quarter_moon_with_face":"🌜","round_pushpin":"📍","full_moon":"🌕","athletic_shoe":"👟","lemon":"🍋","baby_bottle":"🍼","artist_palette":"🎨","envelope":"✉","spaghetti":"🍝","wind_chime":"🎐","fish_cake":"🍥","evergreen_tree":"🌲","up":"🆙","arrow_up":"⬆️","arrow_upper_right":"↗️","arrow_lower_right":"↘️","arrow_lower_left":"↙️","performing_arts":"🎭","nose":"👃","pig_nose":"🐽","fish":"🐟","woman_wearing_turban":"👳‍♀️","man_with_turban":"👳","koala":"🐨","ear":"👂","eight_spoked_asterisk":"✳️","small_blue_diamond":"🔹","shower":"🚿","bug":"🐛","ramen":"🍜","tophat":"🎩","bride_with_veil":"👰","fuelpump":"⛽","checkered_flag":"🏁","horse":"🐴","watch":"⌚","monkey_face":"🐵","baby_symbol":"🚼","new":"🆕","free":"🆓","sparkler":"🎇","corn":"🌽","tennis":"🎾","alarm_clock":"⏰","battery":"🔋","grey_exclamation":"❕","wolf":"🐺","moyai":"🗿","cow":"🐮","mega":"📣","older_man":"👴","dress":"👗","link":"🔗","chicken":"🐔","cooking":"🍳","whale2":"🐋","arrow_upper_left":"↖","deciduous_tree":"🌳","bento":"🍱","pushpin":"📌","soon":"🔜","repeat":"🔁","dragon":"🐉","hamster":"🐹","golf":"⛳","woman_surfing":"🏄‍♀️","surfer":"🏄","mouse":"🐭","waxing_crescent_moon":"🌒","blue_car":"🚙","a":"🅰️","interrobang":"⁉️","u5272":"🈹","electric_plug":"🔌","first_quarter_moon":"🌓","cancer":"♋","trident":"🔱","bread":"🍞","woman_police_officer":"👮‍♀️","cop":"👮","tea":"🍵","fishing_pole_and_fish":"🎣","waxing_gibbous_moon":"🌔","bike":"🚲","bust_in_silhouette":"👤","rice":"🍚","radio":"📻","baby_chick":"🐤","arrow_heading_down":"⤵️","waning_crescent_moon":"🌘","arrow_up_down":"↕","":"*️⃣","last_quarter_moon":"🌗","radio_button":"🔘","sheep":"🐑","dark_skin_tone_blond_hair":"👱🏿‍♂","mediumdark_skin_tone_blond_hair":"👱🏾‍♂","medium_skin_tone_blond_hair":"👱🏽‍♂","mediumlight_skin_tone_blond_hair":"👱🏼‍♂","light_skin_tone_blond_hair":"👱🏻‍♂","blond_hair":"👱‍♂","person_with_blond_hair":"👱","waning_gibbous_moon":"🌖","lock":"🔒","green_apple":"🍏","japanese_goblin":"👺","curly_loop":"➰","triangular_flag_on_post":"🚩","arrows_counterclockwise":"🔄","racehorse":"🐎","fried_shrimp":"🍤","sunrise_over_mountains":"🌄","volcano":"🌋","rooster":"🐓","inbox_tray":"📥","wedding":"💒","sushi":"🍣","wavy_dash":"〰️","ice_cream":"🍨","rewind":"⏪","tomato":"🍅","rabbit2":"🐇","eight_pointed_black_star":"✴️","small_red_triangle":"🔺","high_brightness":"🔆","heavy_plus_sign":"➕","man_with_gua_pi_mao":"👲","convenience_store":"🏪","busts_in_silhouette":"👥","beetle":"🐞","small_red_triangle_down":"🔻","ger":"🇩🇪","arrow_heading_up":"⤴️","name_badge":"📛","bath":"🛀","no_entry":"⛔","crocodile":"🐊","chestnut":"🌰","dog2":"🐕","cat2":"🐈","hammer":"🔨","meat_on_bone":"🍖","shell":"🐚","sparkle":"❇","sailboat":"⛵","b":"🅱️","m":"Ⓜ️","poodle":"🐩","aquarius":"♒","stew":"🍲","jeans":"👖","honey_pot":"🍯","musical_keyboard":"🎹","unlock":"🔓","black_nib":"✒️","statue_of_liberty":"🗽","heavy_dollar_sign":"💲","snowboarder":"🏂","white_flower":"💮","necktie":"👔","diamond_shape_with_a_dot_inside":"💠","aries":"♈","womens":"🚺","ant":"🐜","scorpius":"♏","city_sunset":"🌇","hourglass_flowing_sand":"⏳","o2":"🅾️","dragon_face":"🐲","snail":"🐌","dvd":"📀","shirt":"👕","game_die":"🎲","heavy_minus_sign":"➖","dolls":"🎎","sagittarius":"♐","8ball":"🎱","bus":"🚌","custard":"🍮","crossed_flags":"🎌","part_alternation_mark":"〽","camel":"🐫","curry":"🍛","steam_locomotive":"🚂","hospital":"🏥","jp":"🇯🇵","large_blue_diamond":"🔷","tanabata_tree":"🎋","bell":"🔔","leo":"♌","gemini":"♊","pear":"🍐","large_orange_diamond":"🔶","taurus":"♉","globe_with_meridians":"🌐","door":"🚪","clock6":"🕕","oncoming_police_car":"🚔","envelope_with_arrow":"📩","closed_umbrella":"🌂","saxophone":"🎷","church":"⛪","woman_biking":"🚴‍♀️","bicyclist":"🚴","pisces":"♓","dango":"🍡","capricorn":"♑","office":"🏢","woman_rowing_boat":"🚣‍♀️","rowboat":"🚣","womans_hat":"👒","mans_shoe":"👞","love_hotel":"🏩","mount_fuji":"🗻","dromedary_camel":"🐪","handbag":"👜","hourglass":"⌛","negative_squared_cross_mark":"❎","trumpet":"🎺","school":"🏫","cow2":"🐄","cityscape_at_dusk":"🌆","woman_construction_worker":"👷‍♀️","construction_worker":"👷","toilet":"🚽","pig2":"🐖","grey_question":"❔","beginner":"🔰","violin":"🎻","on":"🔛","credit_card":"💳","id":"🆔","secret":"㊙","ferris_wheel":"🎡","bowling":"🎳","libra":"♎","virgo":"♍","barber":"💈","purse":"👛","roller_coaster":"🎢","rat":"🐀","date":"📅","rugby_football":"🏉","ram":"🐏","arrow_up_small":"🔼","black_square_button":"🔲","mobile_phone_off":"📴","tokyo_tower":"🗼","congratulations":"㊗","kimono":"👘","ru":"🇷🇺","ship":"🚢","mag_right":"🔎","mag":"🔍","fire_engine":"🚒","clock1130":"🕦","police_car":"🚓","black_joker":"🃏","bridge_at_night":"🌉","package":"📦","oncoming_taxi":"🚖","calendar":"📆","horse_racing":"🏇","tiger2":"🐅","boot":"👢","ambulance":"🚑","white_square_button":"🔳","boar":"🐗","school_satchel":"🎒","loop":"➿","pound":"💷","information_source":"ℹ","ox":"🐂","rice_ball":"🍙","vs":"🆚","end":"🔚","parking":"🅿️","sandal":"👡","tent":"⛺","seat":"💺","taxi":"🚕","black_medium_small_square":"◾","briefcase":"💼","newspaper":"📰","circus_tent":"🎪","six_pointed_star":"🔯","mens":"🚹","european_castle":"🏰","flashlight":"🔦","foggy":"🌁","arrow_double_up":"⏫","bamboo":"🎍","ticket":"🎫","helicopter":"🚁","minidisc":"💽","oncoming_bus":"🚍","melon":"🍈","white_small_square":"▫️","european_post_office":"🏤","keycap_ten":"🔟","notebook":"📓","no_bell":"🔕","oden":"🍢","flags":"🎏","carousel_horse":"🎠","blowfish":"🐡","chart_with_upwards_trend":"📈","sweet_potato":"🍠","ski":"🎿","clock12":"🕛","signal_strength":"📶","construction":"🚧","black_medium_square":"◼","satellite":"🛰️","euro":"💶","womans_clothes":"👚","ledger":"📒","leopard":"🐆","low_brightness":"🔅","clock3":"🕒","department_store":"🏬","truck":"🚚","sake":"🍶","railway_car":"🚃","speedboat":"🚤","ko":"🇰🇷","vhs":"📼","clock1":"🕐","arrow_double_down":"⏬","water_buffalo":"🐃","arrow_down_small":"🔽","yen":"💴","mute":"🔇","running_shirt_with_sash":"🎽","white_large_square":"⬜","wheelchair":"♿","clock2":"🕑","paperclip":"📎","atm":"🏧","cinema":"🎦","telescope":"🔭","rice_scene":"🎑","blue_book":"📘","white_medium_square":"◻️","postbox":"📮","e-mail":"📧","mouse2":"🐁","bullettrain_side":"🚄","ideograph_advantage":"🉐","nut_and_bolt":"🔩","ng":"🆖","hotel":"🏨","wc":"🚾","izakaya_lantern":"🏮","repeat_one":"🔂","mailbox_with_mail":"📬","chart_with_downwards_trend":"📉","green_book":"📗","tractor":"🚜","fountain":"⛲","metro":"🚇","clipboard":"📋","no_mobile_phones":"📵","clock4":"🕓","no_smoking":"🚭","black_large_square":"⬛","slot_machine":"🎰","clock5":"🕔","bathtub":"🛁","scroll":"📜","station":"🚉","rice_cracker":"🍘","bank":"🏦","wrench":"🔧","u6307":"🈯️","articulated_lorry":"🚛","page_facing_up":"📄","ophiuchus":"⛎","bar_chart":"📊","no_pedestrians":"🚷","cn":"🇨🇳","vibration_mode":"📳","clock10":"🕙","clock9":"🕘","bullettrain_front":"🚅","minibus":"🚐","tram":"🚊","clock8":"🕗","u7a7a":"🈳","traffic_light":"🚥","woman_mountain_biking":"🚵‍♀️","mountain_bicyclist":"🚵","microscope":"🔬","japanese_castle":"🏯","bookmark":"🔖","bookmark_tabs":"📑","pouch":"👝","ab":"🆎","page_with_curl":"📃","flower_playing_cards":"🎴","clock11":"🕚","fax":"📠","clock7":"🕖","white_medium_small_square":"◽","currency_exchange":"💱","sound":"🔉","chart":"💹","cl":"🆑","floppy_disk":"💾","post_office":"🏣","speaker":"🔈","japan":"🗾","u55b6":"🈺","mahjong":"🀄","incoming_envelope":"📨","orange_book":"📙","restroom":"🚻","u7121":"🈚️","u6709":"🈶","triangular_ruler":"📐","train":"🚋","u7533":"🈸","trolleybus":"🚎","u6708":"🈷","input_numbers":"🔢","notebook_with_decorative_cover":"📔","u7981":"🈲","u6e80":"🈵","postal_horn":"📯","factory":"🏭","children_crossing":"🚸","train2":"🚆","straight_ruler":"📏","pager":"📟","accept":"🉑","u5408":"🈴","lock_with_ink_pen":"🔏","clock130":"🕜","sa":"🈂️","outbox_tray":"📤","twisted_rightwards_arrows":"🔀","mailbox":"📫","light_rail":"🚈","clock930":"🕤","busstop":"🚏","open_file_folder":"📂","file_folder":"📁","potable_water":"🚰","card_index":"📇","clock230":"🕝","monorail":"🚝","clock1230":"🕧","clock1030":"🕥","abc":"🔤","mailbox_closed":"📪","clock430":"🕟","mountain_railway":"🚞","do_not_litter":"🚯","clock330":"🕞","heavy_division_sign":"➗","clock730":"🕢","clock530":"🕠","capital_abcd":"🔠","mailbox_with_no_mail":"📭","symbols":"🔣","aerial_tramway":"🚡","clock830":"🕣","clock630":"🕡","abcd":"🔡","mountain_cableway":"🚠","koko":"🈁","passport_control":"🛂","non-potable_water":"🚱","suspension_railway":"🚟","baggage_claim":"🛄","no_bicycles":"🚳","rainbow_flag":"🏳️‍🌈","woman_detective":"🕵️‍♀","detective":"🕵️","frowning_face":"☹️","skull_crossbones":"☠","hugging":"🤗","robot":"🤖","face_with_headbandage":"🤕","thinking":"🤔","nerd":"🤓","face_with_thermometer":"🤒","moneymouth_face":"🤑","zipper_mouth":"🤐","rolling_eyes":"🙄","upside_down":"🙃","slight_smile":"🙂","slightly_frowning_face":"🙁","sign_of_the_horns":"🤘","vulcan_salute":"🖖","middle_finger":"🖕","hand_with_fingers_splayed":"🖐️","writing_hand":"✍️","dark_sunglasses":"🕶","eye_speachbubble":"👁‍🗨","eye":"👁️","weightlifter_woman_dt":"🏋🏿‍♀","weightlifter_woman_mdt":"🏋🏾‍♀","weightlifter_woman_mt":"🏋🏽‍♀","weightlifter_woman_mlt":"🏋🏼‍♀","weightlifter_woman_lt":"🏋🏻‍♀","weightlifter_woman":"🏋‍♀","weightlifter_dt":"🏋🏿","weightlifter_mdt":"🏋🏾","weightlifter_mt":"🏋🏽","weightlifter_mlt":"🏋🏼","weightlifter_lt":"🏋🏻","weightlifter":"🏋","basketballer_woman_dt":"⛹🏿‍♀","basketballer_woman_mdt":"⛹🏾‍♀","basketballer_woman_mt":"⛹🏽‍♀","basketballer_woman_mlt":"⛹🏼‍♀","basketballer_woman_lt":"⛹🏻‍♀","woman_bouncing_ball":"⛹️‍♀","basketballer_lt":"⛹🏻","basketballer":"⛹","man_in_suit":"🕴","golfer":"🏌","golfer_woman":"🏌‍♀","heart_exclamation":"❣","star_of_david":"✡️","cross":"✝️","fleur-de-lis":"⚜","atom":"⚛","wheel_of_dharma":"☸️","yin_yang":"☯️","peace":"☮","star_and_crescent":"☪️","orthodox_cross":"☦️","biohazard":"☣️","radioactive":"☢️","place_of_worship":"🛐","anger_right":"🗯","menorah":"🕎","om_symbol":"🕉","funeral_urn":"⚱️","coffin":"⚰️","gear":"⚙️","alembic":"⚗️","scales":"⚖","crossed_swords":"⚔️","keyboard":"⌨️","oil_drum":"🛢️","shield":"🛡️","hammer_and_wrench":"🛠️","bed":"🛏️","bellhop_bell":"🛎️","shopping_bags":"🛍️","sleeping_accommodation":"🛌","couch_and_lamp":"🛋️","ballot_box":"🗳","dagger":"🗡️","rolledup_newspaper":"🗞️","old_key":"🗝️","compression":"🗜","spiral_calendar":"🗓️","spiral_notepad":"🗒️","wastebasket":"🗑️","file_cabinet":"🗄️","card_file_box":"🗃️","card_index_dividers":"🗂️","framed_picture":"🖼️","trackball":"🖲️","computer_mouse":"🖱️","printer":"🖨️","desktop_computer":"🖥️","crayon":"🖍️","paintbrush":"🖌️","fountain_pen":"🖋️","pen":"🖊️","linked_paperclips":"🖇️","joystick":"🕹️","hole":"🕳️","mantelpiece_clock":"🕰️","candle":"🕯️","prayer_beads":"📿","film_projector":"📽️","camera_with_flash":"📸","amphora":"🏺","label":"🏷️","flag_black":"🏴","flag_white":"🏳","film_frames":"🎞️","control_knobs":"🎛️","level_slider":"🎚️","studio_microphone":"🎙️","thermometer":"🌡️","passenger_ship":"🛳️","airplane_arriving":"🛬","airplane_departure":"🛫","small_airplane":"🛩️","motor_boat":"🛥️","railway_track":"🛤️","motorway":"🛣️","world_map":"🗺️","synagogue":"🕍","mosque":"🕌","kaaba":"🕋","stadium":"🏟️","national_park":"🏞️","desert_island":"🏝️","desert":"🏜️","classical_building":"🏛️","derelict_house":"🏚️","cityscape":"🏙️","houses":"🏘️","building_construction":"🏗️","beach_with_umbrella":"🏖️","camping":"🏕️","snowcapped_mountain":"🏔️","racing_car":"🏎️","motorcycle":"🏍️","bow_and_arrow":"🏹","badminton":"🏸","rosette":"🏵️","ping_pong":"🏓","ice_hockey":"🏒","field_hockey":"🏑","volleyball":"🏐","cricket_game":"🏏","medal":"🏅","admission_tickets":"🎟️","reminder_ribbon":"🎗️","military_medal":"🎖️","cheese_wedge":"🧀","popcorn":"🍿","champagne":"🍾","fork_and_knife_with_plate":"🍽️","hot_pepper":"🌶️","burrito":"🌯","taco":"🌮","hotdog":"🌭","shamrock":"☘️","comet":"☄️","unicorn":"🦄","turkey":"🦃","scorpion":"🦂","lion_face":"🦁","crab":"🦀","spider_web":"🕸️","spider":"🕷️","dove":"🕊️","chipmunk":"🐿️","wind_blowing_face":"🌬","fog":"🌫️","tornado":"🌪️","cloud_with_lightning":"🌩️","cloud_with_snow":"🌨️","cloud_with_rain":"🌧️","sun_behind_rain_cloud":"🌦️","sun_behind_large_cloud":"🌥️","sun_behind_small_cloud":"🌤️","speaking_head":"🗣️","record_button":"⏺️","stop_button":"⏹️","pause_button":"⏸️","play_pause":"⏯","track_previous":"⏮","track_next":"⏭","beach_umbrella":"⛱","chains":"⛓️","pick":"⛏️","hammer_and_pick":"⚒️","timer_clock":"⏲️","stopwatch":"⏱️","ferry":"⛴️","mountain":"⛰️","shinto_shrine":"⛩️","ice_skate":"⛸️","skier":"⛷️","cloud_with_lightning_and_rain":"⛈️","rescue_worker’s_helmet":"⛑️","flag_ac":"🇦🇨","flag_ad":"🇦🇩","flag_ae":"🇦🇪","flag_af":"🇦🇫","flag_ag":"🇦🇬","flag_ai":"🇦🇮","flag_al":"🇦🇱","flag_am":"🇦🇲","flag-ao":"🇦🇴","flag-aq":"🇦🇶","flag-ar":"🇦🇷","flag-as":"🇦🇸","flag-at":"🇦🇹","flag-au":"🇦🇺","flag-aw":"🇦🇼","flag-ax":"🇦🇽","flag-az":"🇦🇿","flag-ba":"🇧🇦","flag-bb":"🇧🇧","flag-bd":"🇧🇩","flag-be":"🇧🇪","flag-bf":"🇧🇫","flag-bg":"🇧🇬","flag-bh":"🇧🇭","flag-bi":"🇧🇮","flag-bj":"🇧🇯","flag-bl":"🇧🇱","flag-bm":"🇧🇲","flag-bn":"🇧🇳","flag-bo":"🇧🇴","flag-bq":"🇧🇶","flag-br":"🇧🇷","flag-bs":"🇧🇸","flag-bt":"🇧🇹","flag-bv":"🇧🇻","flag-bw":"🇧🇼","flag-by":"🇧🇾","flag-bz":"🇧🇿","flag-ca":"🇨🇦","flag-cc":"🇨🇨","flag-cd":"🇨🇩","flag-cf":"🇨🇫","flag-cg":"🇨🇬","flag-ch":"🇨🇭","flag-ci":"🇨🇮","flag-ck":"🇨🇰","flag-cl":"🇨🇱","flag-cm":"🇨🇲","flag-cn":"🇨🇳","flag-co":"🇨🇴","flag-cp":"🇨🇵","flag-cr":"🇨🇷","flag-cu":"🇨🇺","flag-cv":"🇨🇻","flag-cw":"🇨🇼","flag-cx":"🇨🇽","flag-cy":"🇨🇾","flag-cz":"🇨🇿","flag-de":"🇩🇪","flag-dg":"🇩🇬","flag-dj":"🇩🇯","flag-dk":"🇩🇰","flag-dm":"🇩🇲","flag-do":"🇩🇴","flag-dz":"🇩🇿","flag-ea":"🇪🇦","flag-ec":"🇪🇨","flag-ee":"🇪🇪","flag-eg":"🇪🇬","flag-eh":"🇪🇭","flag-er":"🇪🇷","flag-es":"🇪🇸","flag-et":"🇪🇹","flag-eu":"🇪🇺","flag-fi":"🇫🇮","flag-fj":"🇫🇯","flag-fk":"🇫🇰","flag-fm":"🇫🇲","flag-fo":"🇫🇴","flag-fr":"🇫🇷","flag-ga":"🇬🇦","flag-gb":"🇬🇧","flag-gd":"🇬🇩","flag-ge":"🇬🇪","flag-gf":"🇬🇫","flag-gg":"🇬🇬","flag-gh":"🇬🇭","flag-gi":"🇬🇮","flag-gl":"🇬🇱","flag-gm":"🇬🇲","flag-gn":"🇬🇳","flag-gp":"🇬🇵","flag-gq":"🇬🇶","flag-gr":"🇬🇷","flag-gs":"🇬🇸","flag-gt":"🇬🇹","flag-gu":"🇬🇺","flag-gw":"🇬🇼","flag-gy":"🇬🇾","flag-hk":"🇭🇰","flag-hm":"🇭🇲","flag-hn":"🇭🇳","flag-hr":"🇭🇷","flag-ht":"🇭🇹","flag-hu":"🇭🇺","flag-ic":"🇮🇨","flag-id":"🇮🇩","flag-ie":"🇮🇪","flag-il":"🇮🇱","flag-im":"🇮🇲","flag-in":"🇮🇳","flag-io":"🇮🇴","flag-iq":"🇮🇶","flag-ir":"🇮🇷","flag-is":"🇮🇸","flag-it":"🇮🇹","flag-je":"🇯🇪","flag-jm":"🇯🇲","flag-jo":"🇯🇴","flag-jp":"🇯🇵","flag-ke":"🇰🇪","flag-kg":"🇰🇬","flag-kh":"🇰🇭","flag-ki":"🇰🇮","flag-km":"🇰🇲","flag-kn":"🇰🇳","flag-kp":"🇰🇵","flag-kr":"🇰🇷","flag-kw":"🇰🇼","flag-ky":"🇰🇾","flag-kz":"🇰🇿","flag-la":"🇱🇦","flag-lb":"🇱🇧","flag-lc":"🇱🇨","flag-li":"🇱🇮","flag-lk":"🇱🇰","flag-lr":"🇱🇷","flag-ls":"🇱🇸","flag-lt":"🇱🇹","flag-lu":"🇱🇺","flag-lv":"🇱🇻","flag-ly":"🇱🇾","flag-ma":"🇲🇦","flag-mc":"🇲🇨","flag-md":"🇲🇩","flag-me":"🇲🇪","flag-mf":"🇲🇫","flag-mg":"🇲🇬","flag-mh":"🇲🇭","flag-mk":"🇲🇰","flag-ml":"🇲🇱","flag-mm":"🇲🇲","flag-mn":"🇲🇳","flag-mo":"🇲🇴","flag-mp":"🇲🇵","flag-mq":"🇲🇶","flag-mr":"🇲🇷","flag-ms":"🇲🇸","flag-mt":"🇲🇹","flag-mu":"🇲🇺","flag-mv":"🇲🇻","flag-mw":"🇲🇼","flag-mx":"🇲🇽","flag-my":"🇲🇾","flag-mz":"🇲🇿","flag-na":"🇳🇦","flag-nc":"🇳🇨","flag-ne":"🇳🇪","flag-nf":"🇳🇫","flag-ng":"🇳🇬","flag-ni":"🇳🇮","flag-nl":"🇳🇱","flag-no":"🇳🇴","flag-np":"🇳🇵","flag-nr":"🇳🇷","flag-nu":"🇳🇺","flag-nz":"🇳🇿","flag-om":"🇴🇲","flag-pa":"🇵🇦","flag-pe":"🇵🇪","flag-pf":"🇵🇫","flag-pg":"🇵🇬","flag-ph":"🇵🇭","flag-pk":"🇵🇰","flag-pl":"🇵🇱","flag-pm":"🇵🇲","flag-pn":"🇵🇳","flag-pr":"🇵🇷","flag-ps":"🇵🇸","flag-pt":"🇵🇹","flag-pw":"🇵🇼","flag-py":"🇵🇾","flag-qa":"🇶🇦","flag-re":"🇷🇪","flag-ro":"🇷🇴","flag-rs":"🇷🇸","flag-ru":"🇷🇺","flag-rw":"🇷🇼","flag-sa":"🇸🇦","flag-sb":"🇸🇧","flag-sc":"🇸🇨","flag-sd":"🇸🇩","flag-se":"🇸🇪","flag-sg":"🇸🇬","flag-sh":"🇸🇭","flag-si":"🇸🇮","flag-sj":"🇸🇯","flag-sk":"🇸🇰","flag-sl":"🇸🇱","flag-sm":"🇸🇲","flag-sn":"🇸🇳","flag-so":"🇸🇴","flag-sr":"🇸🇷","flag-ss":"🇸🇸","flag-st":"🇸🇹","flag-sv":"🇸🇻","flag-sx":"🇸🇽","flag-sy":"🇸🇾","flag-sz":"🇸🇿","flag-ta":"🇹🇦","flag-tc":"🇹🇨","flag-td":"🇹🇩","flag-tf":"🇹🇫","flag-tg":"🇹🇬","flag-th":"🇹🇭","flag-tj":"🇹🇯","flag-tk":"🇹🇰","flag-tl":"🇹🇱","flag-tm":"🇹🇲","flag-tn":"🇹🇳","flag-to":"🇹🇴","flag-tr":"🇹🇷","flag-tt":"🇹🇹","flag-tv":"🇹🇻","flag-tw":"🇹🇼","flag-tz":"🇹🇿","flag-ua":"🇺🇦","flag-ug":"🇺🇬","flag-um":"🇺🇲","flag-us":"🇺🇸","flag-uy":"🇺🇾","flag-uz":"🇺🇿","flag-va":"🇻🇦","flag-vc":"🇻🇨","flag-ve":"🇻🇪","flag-vg":"🇻🇬","flag-vi":"🇻🇮","flag-vn":"🇻🇳","flag_vu":"🇻🇺","flag_wf":"🇼🇫","flag_ws":"🇼🇸","flag_xk":"🇽🇰","flag_ye":"🇾🇪","flag_yt":"🇾🇹","flag_za":"🇿🇦","flag_zm":"🇿🇲","flag_zw":"🇿🇼","black_heart":"🖤","speech_left":"🗨","egg":"🥚","octagonal_sign":"🛑","spades":"♠","hearts":"♥","diamonds":"♦","clubs":"♣","drum":"🥁","left_right_arrow":"↔","tm":"™","hash":"#⃣","asterisk":"*⃣","zero":"0⃣","one":"1⃣","two":"2⃣","three":"3⃣","four":"4⃣","five":"5⃣","six":"6⃣","seven":"7⃣","eight":"8⃣","nine":"9⃣","rolling_on_the_floor_laughing":"🤣","smiling_face_with_hearts":"🥰","starstruck":"🤩","smiling_face":"☺","zany_face":"🤪","face_with_hand_over_mouth":"🤭","shushing_face":"🤫","face_with_raised_eyebrow":"🤨","lying_face":"🤥","drooling_face":"🤤","nauseated_face":"🤢","face_vomiting":"🤮","sneezing_face":"🤧","hot_face":"🥵","cold_face":"🥶","woozy_face":"🥴","exploding_head":"🤯","cowboy_hat_face":"🤠","partying_face":"🥳","face_with_monocle":"🧐","pleading_face":"🥺","yawning_face":"🥱","face_with_symbols_on_mouth":"🤬","skull_and_crossbones":"☠️","clown_face":"🤡","red_heart":"❤","orange_heart":"🧡","brown_heart":"🤎","white_heart":"🤍","eye_in_speech_bubble":"👁️‍🗨","left_speech_bubble":"🗨️","right_anger_bubble":"🗯️","raised_back_of_hand":"🤚","pinching_hand":"🤏","victory_hand":"✌","crossed_fingers":"🤞","loveyou_gesture":"🤟","call_me_hand":"🤙","index_pointing_up":"☝","leftfacing_fist":"🤛","rightfacing_fist":"🤜","palms_up_together":"🤲","handshake":"🤝","selfie":"🤳","mechanical_arm":"🦾","mechanical_leg":"🦿","leg":"🦵","foot":"🦶","ear_with_hearing_aid":"🦻","brain":"🧠","tooth":"🦷","bone":"🦴","child":"🧒","person":"🧑","beard":"🧔","light_skin_tone_beard":"🧔🏻","mediumlight_skin_tone_beard":"🧔🏼","medium_skin_tone_beard":"🧔🏽","mediumdark_skin_tone_beard":"🧔🏾","dark_skin_tone_beard":"🧔🏿","red_hair":"🦰","light_skin_tone_red_hair":"🧑🏻‍🦰","mediumlight_skin_tone_red_hair":"🧑🏼‍🦰","medium_skin_tone_red_hair":"🧑🏽‍🦰","mediumdark_skin_tone_red_hair":"🧑🏾‍🦰","dark_skin_tone_red_hair":"🧑🏿‍🦰","curly_hair":"🦱","light_skin_tone_curly_hair":"🧑🏻‍🦱","mediumlight_skin_tone_curly_hair":"🧑🏼‍🦱","medium_skin_tone_curly_hair":"🧑🏽‍🦱","mediumdark_skin_tone_curly_hair":"🧑🏾‍🦱","dark_skin_tone_curly_hair":"🧑🏿‍🦱","white_hair":"🦳","light_skin_tone_white_hair":"🧑🏻‍🦳","mediumlight_skin_tone_white_hair":"🧑🏼‍🦳","medium_skin_tone_white_hair":"🧑🏽‍🦳","mediumdark_skin_tone_white_hair":"🧑🏾‍🦳","dark_skin_tone_white_hair":"🧑🏿‍🦳","bald":"🦲","light_skin_tone_bald":"🧑🏻‍🦲","mediumlight_skin_tone_bald":"🧑🏼‍🦲","medium_skin_tone_bald":"🧑🏽‍🦲","mediumdark_skin_tone_bald":"🧑🏾‍🦲","dark_skin_tone_bald":"🧑🏿‍🦲","older_person":"🧓","woman_frowning":"🙍‍♀","woman_pouting":"🙎‍♀","woman_gesturing_NO":"🙅‍♀","woman_gesturing_OK":"🙆‍♀","woman_tipping_hand":"💁‍♀","woman_raising_hand":"🙋‍♀","deaf_person":"🧏","deaf_man":"🧏‍♂","deaf_woman":"🧏‍♀","man_bowing":"🙇‍♂","person_facepalming":"🤦","man_facepalming":"🤦‍♂","woman_facepalming":"🤦‍♀","person_shrugging":"🤷","man_shrugging":"🤷‍♂","woman_shrugging":"🤷‍♀","health_worker":"🧑‍⚕","man_health_worker":"👨‍⚕","woman_health_worker":"👩‍⚕","student":"🧑‍🎓","man_student":"👨‍🎓","woman_student":"👩‍🎓","teacher":"🧑‍🏫","man_teacher":"👨‍🏫","woman_teacher":"👩‍🏫","judge":"🧑‍⚖","man_judge":"👨‍⚖","woman_judge":"👩‍⚖","farmer":"🧑‍🌾","man_farmer":"👨‍🌾","woman_farmer":"👩‍🌾","cook":"🧑‍🍳","man_cook":"👨‍🍳","woman_cook":"👩‍🍳","mechanic":"🧑‍🔧","man_mechanic":"👨‍🔧","woman_mechanic":"👩‍🔧","factory_worker":"🧑‍🏭","man_factory_worker":"👨‍🏭","woman_factory_worker":"👩‍🏭","office_worker":"🧑‍💼","man_office_worker":"👨‍💼","woman_office_worker":"👩‍💼","scientist":"🧑‍🔬","man_scientist":"👨‍🔬","woman_scientist":"👩‍🔬","technologist":"🧑‍💻","man_technologist":"👨‍💻","woman_technologist":"👩‍💻","singer":"🧑‍🎤","man_singer":"👨‍🎤","woman_singer":"👩‍🎤","artist":"🧑‍🎨","man_artist":"👨‍🎨","woman_artist":"👩‍🎨","pilot":"🧑‍✈","man_pilot":"👨‍✈","woman_pilot":"👩‍✈","astronaut":"🧑‍🚀","man_astronaut":"👨‍🚀","woman_astronaut":"👩‍🚀","firefighter":"🧑‍🚒","man_firefighter":"👨‍🚒","woman_firefighter":"👩‍🚒","man_police_officer":"👮‍♂","man_detective":"🕵‍♂","man_guard":"💂‍♂","man_construction_worker":"👷‍♂","prince":"🤴","man_wearing_turban":"👳‍♂","woman_with_headscarf":"🧕","man_in_tuxedo":"🤵","pregnant_woman":"🤰","breastfeeding":"🤱","Mrs_Claus":"🤶","superhero":"🦸","man_superhero":"🦸‍♂","woman_superhero":"🦸‍♀","supervillain":"🦹","man_supervillain":"🦹‍♂","woman_supervillain":"🦹‍♀","mage":"🧙","man_mage":"🧙‍♂","woman_mage":"🧙‍♀","fairy":"🧚","man_fairy":"🧚‍♂","woman_fairy":"🧚‍♀","vampire":"🧛","man_vampire":"🧛‍♂","woman_vampire":"🧛‍♀","merperson":"🧜","merman":"🧜‍♂","mermaid":"🧜‍♀","elf":"🧝","man_elf":"🧝‍♂","woman_elf":"🧝‍♀","genie":"🧞","man_genie":"🧞‍♂","woman_genie":"🧞‍♀","zombie":"🧟","man_zombie":"🧟‍♂","woman_zombie":"🧟‍♀","woman_getting_massage":"💆‍♀","woman_getting_haircut":"💇‍♀","man_walking":"🚶‍♂","person_standing":"🧍","man_standing":"🧍‍♂","woman_standing":"🧍‍♀","person_kneeling":"🧎","man_kneeling":"🧎‍♂","woman_kneeling":"🧎‍♀","person_with_probing_cane":"🧑‍🦯","man_with_probing_cane":"👨‍🦯","woman_with_probing_cane":"👩‍🦯","person_in_motorized_wheelchair":"🧑‍🦼","man_in_motorized_wheelchair":"👨‍🦼","woman_in_motorized_wheelchair":"👩‍🦼","person_in_manual_wheelchair":"🧑‍🦽","man_in_manual_wheelchair":"👨‍🦽","woman_in_manual_wheelchair":"👩‍🦽","man_running":"🏃‍♂","man_dancing":"🕺","man_in_suit_levitating":"🕴️","women_with_bunny_ears":"👯‍♀","person_in_steamy_room":"🧖","man_in_steamy_room":"🧖‍♂","woman_in_steamy_room":"🧖‍♀","person_climbing":"🧗","man_climbing":"🧗‍♂","woman_climbing":"🧗‍♀","person_fencing":"🤺","person_golfing":"🏌️","man_golfing":"🏌‍♂","woman_golfing":"🏌️‍♀","man_surfing":"🏄‍♂","man_rowing_boat":"🚣‍♂","man_swimming":"🏊‍♂","person_bouncing_ball":"⛹️","man_bouncing_ball":"⛹‍♂","person_lifting_weights":"🏋️","man_lifting_weights":"🏋‍♂","woman_lifting_weights":"🏋️‍♀","man_biking":"🚴‍♂","man_mountain_biking":"🚵‍♂","person_cartwheeling":"🤸","man_cartwheeling":"🤸‍♂","woman_cartwheeling":"🤸‍♀","people_wrestling":"🤼","men_wrestling":"🤼‍♂","women_wrestling":"🤼‍♀","person_playing_water_polo":"🤽","man_playing_water_polo":"🤽‍♂","woman_playing_water_polo":"🤽‍♀","person_playing_handball":"🤾","man_playing_handball":"🤾‍♂","woman_playing_handball":"🤾‍♀","person_juggling":"🤹","man_juggling":"🤹‍♂","woman_juggling":"🤹‍♀","person_in_lotus_position":"🧘","man_in_lotus_position":"🧘‍♂","woman_in_lotus_position":"🧘‍♀","people_holding_hands":"🧑‍🤝‍🧑","light_skin_tone_mediumlight_skin_tone":"👨🏻‍🤝‍👨🏼","light_skin_tone_medium_skin_tone":"👨🏻‍🤝‍👨🏽","light_skin_tone_mediumdark_skin_tone":"👨🏻‍🤝‍👨🏾","light_skin_tone_dark_skin_tone":"👨🏻‍🤝‍👨🏿","mediumlight_skin_tone_light_skin_tone":"👨🏼‍🤝‍👨🏻","mediumlight_skin_tone_medium_skin_tone":"👨🏼‍🤝‍👨🏽","mediumlight_skin_tone_medium-dark_skin_tone":"👨🏼‍🤝‍👨🏾","mediumlight_skin_tone_dark_skin_tone":"👨🏼‍🤝‍👨🏿","medium_skin_tone_light_skin_tone":"👨🏽‍🤝‍👨🏻","medium_skin_tone_mediumlight_skin_tone":"👨🏽‍🤝‍👨🏼","medium_skin_tone_mediumdark_skin_tone":"👨🏽‍🤝‍👨🏾","medium_skin_tone_dark_skin_tone":"👨🏽‍🤝‍👨🏿","mediumdark_skin_tone_light_skin_tone":"👨🏾‍🤝‍👨🏻","mediumdark_skin_tone_medium-light_skin_tone":"👨🏾‍🤝‍👨🏼","mediumdark_skin_tone_medium_skin_tone":"👨🏾‍🤝‍👨🏽","mediumdark_skin_tone_dark_skin_tone":"👨🏾‍🤝‍👨🏿","dark_skin_tone_light_skin_tone":"👨🏿‍🤝‍👨🏻","dark_skin_tone_mediumlight_skin_tone":"👨🏿‍🤝‍👨🏼","dark_skin_tone_medium_skin_tone":"👨🏿‍🤝‍👨🏽","dark_skin_tone_mediumdark_skin_tone":"👨🏿‍🤝‍👨🏾","woman_man":"👩‍❤‍👨","man_man":"👨‍❤‍👨","man_woman_boy":"👨‍👩‍👦","gorilla":"🦍","orangutan":"🦧","guide_dog":"🦮","service_dog":"🐕‍🦺","fox":"🦊","raccoon":"🦝","zebra":"🦓","deer":"🦌","llama":"🦙","giraffe":"🦒","rhinoceros":"🦏","hippopotamus":"🦛","hedgehog":"🦔","bat":"🦇","sloth":"🦥","otter":"🦦","skunk":"🦨","kangaroo":"🦘","badger":"🦡","eagle":"🦅","duck":"🦆","swan":"🦢","owl":"🦉","flamingo":"🦩","peacock":"🦚","parrot":"🦜","lizard":"🦎","sauropod":"🦕","TRex":"🦖","shark":"🦈","butterfly":"🦋","cricket":"🦗","mosquito":"🦟","microbe":"🦠","wilted_flower":"🥀","mango":"🥭","kiwi_fruit":"🥝","coconut":"🥥","avocado":"🥑","potato":"🥔","carrot":"🥕","cucumber":"🥒","leafy_green":"🥬","broccoli":"🥦","garlic":"🧄","onion":"🧅","peanuts":"🥜","croissant":"🥐","baguette_bread":"🥖","pretzel":"🥨","bagel":"🥯","pancakes":"🥞","waffle":"🧇","cut_of_meat":"🥩","bacon":"🥓","sandwich":"🥪","stuffed_flatbread":"🥙","falafel":"🧆","shallow_pan_of_food":"🥘","bowl_with_spoon":"🥣","green_salad":"🥗","butter":"🧈","salt":"🧂","canned_food":"🥫","moon_cake":"🥮","dumpling":"🥟","fortune_cookie":"🥠","takeout_box":"🥡","lobster":"🦞","shrimp":"🦐","squid":"🦑","oyster":"🦪","cupcake":"🧁","pie":"🥧","glass_of_milk":"🥛","clinking_glasses":"🥂","tumbler_glass":"🥃","cup_with_straw":"🥤","beverage_box":"🧃","mate":"🧉","ice":"🧊","chopsticks":"🥢","spoon":"🥄","compass":"🧭","brick":"🧱","hindu_temple":"🛕","hot_springs":"♨","motor_scooter":"🛵","manual_wheelchair":"🦽","motorized_wheelchair":"🦼","auto_rickshaw":"🛺","kick_scooter":"🛴","skateboard":"🛹","canoe":"🛶","parachute":"🪂","flying_saucer":"🛸","luggage":"🧳","sun":"☀","ringed_planet":"🪐","wind_face":"🌬️","umbrella_on_ground":"⛱️","firecracker":"🧨","red_envelope":"🧧","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","softball":"🥎","flying_disc":"🥏","lacrosse":"🥍","boxing_glove":"🥊","martial_arts_uniform":"🥋","goal_net":"🥅","diving_mask":"🤿","sled":"🛷","curling_stone":"🥌","yoyo":"🪀","kite":"🪁","nazar_amulet":"🧿","puzzle_piece":"🧩","teddy_bear":"🧸","chess_pawn":"♟","thread":"🧵","yarn":"🧶","goggles":"🥽","lab_coat":"🥼","safety_vest":"🦺","scarf":"🧣","gloves":"🧤","coat":"🧥","socks":"🧦","sari":"🥻","onepiece_swimsuit":"🩱","briefs":"🩲","shorts":"🩳","hiking_boot":"🥾","flat_shoe":"🥿","ballet_shoes":"🩰","billed_cap":"🧢","banjo":"🪕","abacus":"🧮","diya_lamp":"🪔","receipt":"🧾","ballot_box_with_ballot":"🗳️","pencil":"✏️","axe":"🪓","clamp":"🗜️","balance_scale":"⚖️","probing_cane":"🦯","toolbox":"🧰","magnet":"🧲","test_tube":"🧪","petri_dish":"🧫","dna":"🧬","drop_of_blood":"🩸","adhesive_bandage":"🩹","stethoscope":"🩺","chair":"🪑","razor":"🪒","lotion_bottle":"🧴","safety_pin":"🧷","broom":"🧹","basket":"🧺","roll_of_paper":"🧻","soap":"🧼","sponge":"🧽","fire_extinguisher":"🧯","shopping_cart":"🛒","up_arrow":"⬆","upright_arrow":"↗","right_arrow":"➡️","downright_arrow":"↘","down_arrow":"⬇","downleft_arrow":"↙","left_arrow":"⬅","upleft_arrow":"↖️","updown_arrow":"↕️","right_arrow_curving_left":"↩","left_arrow_curving_right":"↪","right_arrow_curving_up":"⤴","right_arrow_curving_down":"⤵","atom_symbol":"⚛️","om":"🕉️","star_of_David":"✡","latin_cross":"✝","peace_symbol":"☮️","play_button":"▶","next_track_button":"⏭️","play_or_pause_button":"⏯️","reverse_button":"◀","last_track_button":"⏮️","eject_button":"⏏","female_sign":"♀","male_sign":"♂","medical_symbol":"⚕","infinity":"♾","recycling_symbol":"♻️","fleurde-lis":"⚜️","check_box_with_check":"☑","check_mark":"✔","multiplication_sign":"✖","eightspoked_asterisk":"✳","eightpointed_star":"✴","double_exclamation_mark":"‼","exclamation_question_mark":"⁉","#":"#️⃣","A_button_blood_type":"🅰","B_button_blood_type":"🅱","information":"ℹ️","circled_M":"Ⓜ","O_button_blood_type":"🅾","P_button":"🅿","Japanese_service_charge_button":"🈂","Japanese_monthly_amount_button":"🈷️","Japanese_reserved_button":"🈯","Japanese_free_of_charge_button":"🈚","Japanese_congratulations_button":"㊗️","Japanese_secret_button":"㊙️","orange_circle":"🟠","yellow_circle":"🟡","green_circle":"🟢","purple_circle":"🟣","brown_circle":"🟤","red_square":"🟥","orange_square":"🟧","yellow_square":"🟨","green_square":"🟩","blue_square":"🟦","white_flag":"🏳️","pirate_flag":"🏴‍☠","United_Nations":"🇺🇳","England":"🏴󠁧󠁢󠁥󠁮󠁧󠁿","Scotland":"🏴󠁧󠁢󠁳󠁣󠁴󠁿","wales":"🏴󠁧󠁢󠁷󠁬󠁳󠁿"}; + +function parseEmojis(text) { + let oldtext = text; + let newtext = ""; + + while (oldtext.length !== 0) { + if (oldtext.startsWith("\\")) { + oldtext = oldtext.slice(1); + newtext = newtext + oldtext.slice(0, 1); + oldtext = oldtext.slice(1); + } else { + let emoji = findEmoji(oldtext); + if (emoji) { + newtext = newtext + emoji.emoji; + oldtext = oldtext.slice(emoji.text.length); + } else { + newtext = newtext + oldtext.slice(0, 1); + oldtext = oldtext.slice(1); + }; + } + }; + + return newtext; +}; + +function findEmoji(text) { + for (let [name, emoji] of Object.entries(emojis)) { + if (text.startsWith(`:${name}:`)) { + return { + text: `:${name}:`, + emoji: emoji + }; + }; + }; + + return null; +}; + +/** + * + * @param {*} channelId + */ + function sendPrivateMessage(channel_id) { + const channel = document.getElementById(channel_id); + const input = channel.querySelectorAll('.messageField')[0]; + const placeholder = channel.querySelectorAll('.placeholder-37qJjk')[0]; + + const message = input.innerHTML.trim(); + + if (!message) return; + + const { uid } = firebase.auth().currentUser; + const ref = firebase.firestore().collection('channels').doc(channel_id).collection('messages').doc(generateId()); + + // Format message recipients + const recipients = []; + + CACHED_RECIPIENTS[channel_id].forEach(recipient => { + if (uid === recipient) return; // Don't add current user + + const { fcm_token, mute_notifications } = CACHED_USERS[recipient]; + + if (mute_notifications) return; // Don't send notification + if (!fcm_token) return; // User doesn't have notifications enabled + + recipients.push({ + id: recipient, + token: fcm_token, + }); + }); + + ref.set({ + attachments: [], + author: { + id: uid, + username: CACHED_USERS[uid].username + }, + channel_id: channel_id, + content: parseEmojis(message), + edited_timestamp: null, + mention_everyone: false, + mention_roles: [], + mentions: [], + recipients: recipients, + pinned: false, + timestamp: new Date().toISOString() + }); + + // Remove all child node content + while (input.childNodes.length > 0) { + input.firstChild.remove(); + } + + placeholder.classList.remove('hidden'); +} + + +/** + * + * @param {*} channel_id + */ + +async function loadPrivateMessages(channel_id) { + let chatdiv = document.querySelectorAll(".textArea-12jD-V"); + + if (chatdiv) { + if (chatdiv.length !== 0) { + for (let query of chatdiv) { + query.style.height = "44px"; + }; + }; + }; + + // Retreive the initial 50 messages without a realtime listener + const msgs = []; + let lastmsg; + + // First setup of messages are retrieved in descending order to get + // the last 50 messages instead of the first 50 + const messages = await firebase.firestore() + .collection('channels') + .doc(channel_id) + .collection('messages') + .where('channel_id', '==', channel_id) + .orderBy('timestamp', 'desc') + .limit(INITIAL_MESSAGE_FETCH) + .get(); + + // Reverses the messages again to set them back into + // chronological order + messages.forEach(message => { + msgs.push(message); + }); + + msgs.reverse(); + + msgs.forEach(msg => { + loadMessage(msg); + lastmsg = msg; + }); + + if (lastmsg) { + // Get the last document from the previous snapshot to start + // the realtime listener from + const { timestamp: lasttimestamp } = lastmsg.data(); + + // Retreive realtime updates + const listener = await firebase.firestore() + .collection('channels') + .doc(channel_id) + .collection('messages') + .where('channel_id', '==', channel_id) + .orderBy('timestamp') + .startAfter(lasttimestamp) + .onSnapshot(snapshot => { + if (snapshot.empty) return; + + snapshot.docChanges().forEach(change => { + const { type, doc: message } = change; + + if (type === 'added') loadMessage(message); + }); + }); + + CACHED_PRIVATE_CHAT_LISTENERS[channel_id] = { + Unsubscribe: listener, + }; + } else { + // Retreive realtime updates + const listener = await firebase.firestore() + .collection('channels') + .doc(channel_id) + .collection('messages') + .where('channel_id', '==', channel_id) + .orderBy('timestamp') + .onSnapshot(snapshot => { + if (snapshot.empty) return; + + snapshot.docChanges().forEach(change => { + const { type, doc: message } = change; + + if (type === 'added') loadMessage(message); + }); + }); + + CACHED_PRIVATE_CHAT_LISTENERS[channel_id] = { + Unsubscribe: listener, + }; + } +} + + +/** + * + * @param {*} message + */ +let lastMessage = { author: { id: null } }; + +function loadMessage(message) { + const { content, embeds, author: { id: author }, timestamp, channel_id } = message.data(); + const { username } = CACHED_USERS[author]; + + const isToday = moment(timestamp).isSame(moment(), "day"); + const isYesterday = moment(timestamp).isSame(moment().subtract(1, 'day'), "day"); + + let formattedTime = moment(timestamp).format('dd/mm/yy'); + let messageClass = 'groupStart-23k01U'; + + if (isToday) formattedTime = 'Today at ' + moment(timestamp).format('hh:mm A'); + if (isYesterday) formattedTime = 'Yesterday at ' + moment(timestamp).format('hh:mm A'); + + if (lastMessage.author.id == author) { + formattedTime = moment(timestamp).format('hh:mm A'); + messageClass = ''; + } + + const div = document.createElement('div'); + + div.className = 'message-2qnXI6 cozyMessage-3V1Y8y wrapper-2a6GCs cozy-3raOZG zalgo-jN1Ica ' + messageClass; + div.id = `private-message-${message.id}`; + div.setAttribute('channel', channel_id); + + if (lastMessage.author.id === author) { + div.innerHTML = ` +
+ ${formattedTime} + ${content ? `
${textParser(content)}
` : ""}${embeds ? parseEmbeds(embeds) : ""} +
+ `.trim(); + } else { + div.innerHTML = ` +
+ +

${username}${formattedTime}

+ ${content ? `
${textParser(content)}
` : ""}${embeds ? parseEmbeds(embeds) : ""} +
+ `; + } + + lastMessage = message.data(); + + document.getElementById(`private-message-list-${channel_id}`).appendChild(div); + div.scrollIntoView(); +} + +function parseEmbeds(embeds) { + let htmls = []; + for (let embed of embeds) { + let html = `
`; + if (embed.title) { + html = html + `
${textParser(embed.title)}
`; + }; + if (embed.author) { + html = html + `
${textParser(embed.author)}
`; + }; + if (embed.description) { + html = html + `
${textParser(embed.description)}
` + }; + html = html + `
`; + htmls.push(html); + }; + + return htmls.join("\n"); +}; + +function textParser(text) { + let oldtext = strip(text); + let newtext = ""; + + let markdown = { + bold: false, + italicized: false, + underlined: false, + codeblock: false, + strikethrough: false, + spoiler: false, + quote: false, + bigcodeblock: false + }; + + while (oldtext.length !== 0) { + if (oldtext.startsWith("\\")) { + oldtext = oldtext.slice(1); + newtext = newtext + oldtext.slice(0, 1); + oldtext = oldtext.slice(1); + } else { + if (newtext == "" && oldtext.startsWith("> ") || oldtext.startsWith("\n> ")) { + newtext = newtext + `
`; + oldtext = oldtext.slice(oldtext.startsWith("\n> ") ? "\n> ".length : "> ".length); + markdown.quote = true; + } else if (oldtext.startsWith("\n") && markdown.quote == true) { + newtext = newtext + "
" + oldtext = oldtext.slice(1); + markdown.quote = false; + } else if (oldtext.startsWith("**") && !oldtext.startsWith("****")) { + if (markdown.bold == false) { + markdown.bold = true; + newtext = newtext + ""; + } else { + markdown.bold = false; + newtext = newtext + ""; + }; + oldtext = oldtext.slice(2); + } else if (oldtext.startsWith("__") && !oldtext.startsWith("____")) { + if (markdown.underlined == false) { + markdown.underlined = true; + newtext = newtext + ""; + } else { + markdown.underlined = false; + newtext = newtext + ""; + }; + oldtext = oldtext.slice(2); + } else if (oldtext.startsWith("*") && !oldtext.startsWith("**")) { + if (markdown.italicized == false) { + markdown.italicized = true; + newtext = newtext + ""; + } else { + markdown.italicized = false; + newtext = newtext + ""; + }; + oldtext = oldtext.slice(1); + } else if (oldtext.startsWith("```") && !oldtext.startsWith("``````")) { + if (markdown.bigcodeblock == true) { + markdown.bigcodeblock = false; + newtext = newtext + ``; + + oldtext = oldtext.slice(3); + } else { + markdown.bigcodeblock = true; + newtext = newtext + `
`;
+
+                    oldtext = oldtext.slice(3);
+
+                    if (oldtext.startsWith("\n")) oldtext = oldtext.slice(1);
+                };
+            } else if (oldtext.startsWith("`") && !oldtext.startsWith("``")) {
+                if (markdown.codeblock == false) {
+                    markdown.codeblock = true;
+                    newtext = newtext + "";
+                } else {
+                    markdown.codeblock = false;
+                    newtext = newtext + "";
+                };
+                oldtext = oldtext.slice(1);
+            } else if (oldtext.startsWith("~~") && !oldtext.startsWith("~~~~")) {
+                if (markdown.strikethrough == false) {
+                    markdown.strikethrough = true;
+                    newtext = newtext + "";
+                } else {
+                    markdown.strikethrough = false;
+                    newtext = newtext + "";
+                };
+                oldtext = oldtext.slice(2);
+            } else if (oldtext.startsWith("||") && !oldtext.startsWith("||||")) {
+                if (markdown.spoiler == false) {
+                    markdown.spoiler = true;
+                    newtext = newtext + `";
+                };
+                oldtext = oldtext.slice(2);
+            } else if (oldtext.startsWith(":pyrodev:")) {
+                newtext = newtext + `:pyrodev:`;
+                oldtext = oldtext.slice(`:pyrodev:`.length);
+            } else if (oldtext.startsWith(":firebase:")) {
+                newtext = newtext + `:firebase:`;
+                oldtext = oldtext.slice(`:firebase:`.length);
+            } else {
+                newtext = newtext + oldtext.slice(0, 1);
+                oldtext = oldtext.slice(1);
+            };
+        };
+    };
+
+    if (markdown.bold == true) newtext = removeLastOfThis(newtext, "", "**");
+    if (markdown.italicized == true) newtext = removeLastOfThis(newtext, "", "*");
+    if (markdown.underlined == true) newtext = removeLastOfThis(newtext, "", "__");
+    if (markdown.codeblock == true) newtext = removeLastOfThis(newtext, "", "`");
+    if (markdown.strikethrough == true) newtext = removeLastOfThis(newtext, "", "~~");
+    if (markdown.spoiler == true) newtext = removeLastOfThis(newtext, `
"; + if (markdown.bigcodeblock == true) newtext = removeLastOfThis(newtext, `
`, "```");
+
+    return twemoji.parse(createTextLinks_(newtext));
+};
+
+function removeLastOfThis(text, find, replace) {
+    let removelast = text;
+    let removedlast = "";
+
+    while (removelast.length !== 0) {
+        if (removelast.endsWith(find)) {
+            removedlast = removelast.slice(0, -(find.length)) + replace + removedlast;
+            removelast = "";
+        } else {
+            removedlast = removelast.slice(-1) + removedlast;
+            removelast = removelast.slice(0, -1);
+        };
+    };
+    return removedlast;
+};
+
+document.body.onclick = function(e) {
+    if (typeof e.target.className == "string" && e.target.className == "spoilerText-3p6IlD hidden-HHr2R9") e.target.className = "spoilerText-3p6IlD";
+};
+
+// https://stackoverflow.com/questions/6899659/remove-formatting-from-a-contenteditable-div
+
+function strip(html) {
+    let tempDiv = document.createElement("DIV");
+    tempDiv.innerHTML = html;
+    return tempDiv.innerText;
+};
+
+//https://www.labnol.org/code/20294-regex-extract-links-javascript
+
+function createTextLinks_(text) {
+    return (text || "").replace(
+        /([^\S]|^)(((https?\:\/\/)|(www\.))(\S+))/gi,
+            function(match, space, url) {
+                let hyperlink = url;
+                if (!hyperlink.match('^https?:\/\/')) {
+                    hyperlink = 'http://' + hyperlink;
+                }
+                return space + '' + url + '';
+        }
+    );
+};
diff --git a/js/app/notifications.js b/js/app/notifications.js
new file mode 100644
index 0000000..9d6be57
--- /dev/null
+++ b/js/app/notifications.js
@@ -0,0 +1,41 @@
+//? ------------------------------------------------------------------------------------
+//?
+//?  /app/notifications.js
+//?  Pyro Chat
+//?
+//?  Developed by Robolab LLC
+//?  Copyright (c) 2021 Robolab LLC. All Rights Reserved
+//?     
+//? ------------------------------------------------------------------------------------
+
+
+/**
+ * 
+ */
+async function enableNotifications() {
+    if (isMobile()) return;
+
+    try {
+        await messaging.requestPermission();
+    
+        const token = await messaging.getToken();
+        const { uid } = firebase.auth().currentUser;
+
+        await firebase.firestore().collection('users').doc(uid).update({
+            fcm_token: token
+        });
+    } catch (e) {}
+}
+
+
+/**
+ * 
+ * @param {*} mute 
+ */
+ async function toggleNotificationMute(mute) {
+    const { uid } = firebase.auth().currentUser;
+
+    await firebase.firestore().collection('users').doc(uid).update({
+        mute_notifications: mute
+    });
+}
\ No newline at end of file
diff --git a/js/app/privatechannels.js b/js/app/privatechannels.js
new file mode 100644
index 0000000..048a266
--- /dev/null
+++ b/js/app/privatechannels.js
@@ -0,0 +1,233 @@
+//? ------------------------------------------------------------------------------------
+//?
+//?  /app/privatechannels.js
+//?  Pyro Chat
+//?
+//?  Developed by Robolab LLC
+//?  Copyright (c) 2021 Robolab LLC. All Rights Reserved
+//?     
+//? ------------------------------------------------------------------------------------
+
+
+/**
+ * 
+ */
+async function loadPrivateChannels() {
+    const { uid } = firebase.auth().currentUser;
+
+    await firebase.firestore().collection('channels')
+    .where('recipients', 'array-contains', uid)
+    .where('type', '==', 'DM')
+    .limit(50)
+    .onSnapshot(snapshot => {
+        if (snapshot.empty) return addPrivateChannelPlaceholder();
+
+        snapshot.docChanges().forEach(async change => {
+            const { type, doc: channel } = change;
+
+            if (type === 'added') {
+                hidePrivateChannelPlaceholder();
+
+                // Get friend user
+                const { recipients } = channel.data();
+
+                CACHED_RECIPIENTS[channel.id] = recipients;
+
+                recipients.forEach(async recipient => {
+                    if (recipient === uid) return;
+
+                    addPrivateChannel(channel.id, recipient);
+                    addChat(channel.id, recipient);
+
+                    if (CACHED_USERS[recipient]) return; // User already exists
+
+                    await firebase.firestore().collection('users').doc(recipient).onSnapshot(snapshot => {
+                        CACHED_USERS[recipient] = {
+                            ...snapshot.data()
+                        };
+
+                        setRealtimeUserInfo(recipient);
+                    });
+                });
+            }
+        });
+    });
+}
+
+
+async function blockedUserHandler() {
+    const { uid } = firebase.auth().currentUser;
+    
+    firebase.firestore().collection('friends').doc(uid).onSnapshot(snapshot => {
+        const blocked_users = [];
+
+        // Get blocked users
+        for (friend_uid in snapshot.data()) {
+            const { type } = snapshot.data()[friend_uid];
+
+            if (type === 'BLOCKED') {
+                blocked_users[friend_uid] = {
+                    ...snapshot.data()[friend_uid]
+                };
+            }
+        }
+
+        // Get channels from DOM
+        const channelsDOM = document.getElementById('privateChannelsList').childNodes;
+
+        channelsDOM.forEach(channelDOM => {
+            const channel_id = channelDOM.id.split('-')[1];
+            const friend_uid = channelDOM.getAttribute('uid');
+
+            const channel = document.getElementById(channel_id);
+            const chatpanel = channel.querySelectorAll('.channelTextArea-2VhZ6z')[0];
+            const blockpanel = channel.querySelectorAll('.channelBlockedArea-fj903')[0];
+            const unblock_btn = blockpanel.querySelectorAll('.unblockbutton-fj93f')[0];
+            const block_btn = channel.querySelectorAll('.block-button-rj93')[0];
+
+            // Check if user is blocked
+            if (blocked_users[friend_uid]) {
+                chatpanel.classList.add('hidden');
+                blockpanel.classList.remove('hidden');
+
+                blockpanel.querySelectorAll('.button-1YxJv4')[0].onclick = () => {
+                    unblockFriend(friend_uid);
+                }
+
+                // Change block button to unblock
+                if (blocked_users[friend_uid].local) {
+                    block_btn.onclick = () => { unblockFriend(friend_uid) };
+                    block_btn.innerText = 'Unblock';
+                } else {
+                    unblock_btn.classList.add('hidden');
+                    block_btn.classList.add('hidden');
+                }
+            } else {
+                chatpanel.classList.remove('hidden');
+                blockpanel.classList.add('hidden');
+                block_btn.classList.remove('hidden');
+
+                // Change block button to unblock
+                block_btn.onclick = () => { blockFriend(friend_uid) };
+                block_btn.innerText = 'Block';
+            }
+        });
+    });
+}
+
+
+/**
+ * 
+ * @param {*} uid 
+ */
+ function addPrivateChannel(channel_id, friend_uid) {
+    const channelsList = document.getElementById('privateChannelsList');
+
+    const a = document.createElement('a');
+    a.classList = 'channel-2QD9_O container-2Pjhx- clickable-1JJAn8 fadeIn-efi30';
+    a.id = 'channel-' + channel_id;
+    a.setAttribute('uid', friend_uid);
+    a.setAttribute('onclick', `loadChannelFromId(${channel_id});`);
+    a.innerHTML = `
+        
+
+
+ + + + + + + + + + +
+
+
+
+
+
+
+
+
+ +
+
+ +
+ `; + + return channelsList.appendChild(a); + + // Close private channel button + a.querySelectorAll('.closeButton-2GCmT5')[0].onclick = () => { + closePrivateChannel(channel_id); + } +} + + +/** + * + */ + function toggleSelectedChannel(channelId) { + document.querySelectorAll('.channel-2QD9_O').forEach(element => { + element.classList.remove('selected-aXhQR6'); + }); + + document.getElementById(channelId).classList.add('selected-aXhQR6'); +} + + +/** + * + */ +async function selectChannel(channel_id) { + toggleSelectedChannel(`channel-${channel_id}`); + + channel_id = channel_id.toString(); // Not sure why it sometimes returns an int + + if (channel_id === 'friends') return; // Don't load messages for friends channel + if (CACHED_PRIVATE_CHAT_LISTENERS[channel_id]) return; // If listener already exists + + loadPrivateMessages(channel_id); +} + + +/** + * + * @param {*} channel_id + */ +async function closePrivateChannel(channel_id) { + const { uid } = firebase.auth().currentUser; + + await firebase.firestore().collection('channels').doc(channel_id).update({ + recipients: firebase.firestore.FieldValue.arrayRemove(uid) + }); + + // Remove from listener cache + delete CACHED_PRIVATE_CHAT_LISTENERS[channel_id]; + + // Determine if the selected user is being removed, + // select the first user in the list. + const channelList = document.getElementById('privateChannelsList'); + const channel = document.getElementById('channel-' + channel_id); + + channelList.removeChild(channel); + + let id = 'friends'; + + if (channelList.childElementCount > 0) { + id = channelList.children[0].id.replace('channel-', ''); + } + + loadChannelFromId(id); +} \ No newline at end of file diff --git a/js/app/status.js b/js/app/status.js new file mode 100644 index 0000000..9eab746 --- /dev/null +++ b/js/app/status.js @@ -0,0 +1,94 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /app/status.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * This shouldn't change the behavior of notifications as + * muting notifications is only done when settings automatic + * or manual status's. This will keep to the last set status + * which, if dnd, will not be overridden by going offline + */ +window.onunload = async () => { + setStatus('offline'); + + // Update user with the last open channel + const { uid } = firebase.auth().currentUser; + + await firebase.firestore().collection('users').doc(uid).update({ + last_open_channel: lastPrivateChannelId + }); +} + + +document.onvisibilitychange = async () => { + await delay(IDLE_TIMEOUT); + setAutomaticStatus(); +} + + +/** + * + * @param {*} status + */ + async function setAutomaticStatus(override) { + + // If user has a manual status, don't set automatic one + const ls = window.localStorage; + + if (ls.getItem('manual_status')) { + return setStatus(ls.getItem('manual_status')); + } + + const visState = document.visibilityState; + let status = 'online'; + + if (override) { + status = override; + } else { + if (visState === 'hidden') status = 'idle'; + } + + toggleNotificationMute(status === 'dnd'); + setStatus(status); +} + + +/** + * + * @param {*} status + */ +async function setManualStatus(status) { + setStatus(status); + + // If user selects online status, clear existing manual status + const ls = window.localStorage; + + if (status === 'online') { + ls.removeItem('manual_status'); + } else { + ls.setItem('manual_status', status); + } + + toggleNotificationMute(status === 'dnd'); + setStatus(status); +} + + +/** + * + * @param {*} status + */ +async function setStatus(status) { + const { uid } = firebase.auth().currentUser; + + await firebase.firestore().collection('users').doc(uid).update({ + status: status + }); +} \ No newline at end of file diff --git a/js/auth/login.js b/js/auth/login.js new file mode 100644 index 0000000..ef5d415 --- /dev/null +++ b/js/auth/login.js @@ -0,0 +1,72 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /auth/login.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + */ +document.getElementById('loginButton').addEventListener('click', () => { + login(); +}); + + +/** + * + */ +document.getElementById('emailField').addEventListener('keyup', event => { + if (event.key === 'Enter') login(); +}); + + +/** + * + */ + document.getElementById('passwordField').addEventListener('keyup', event => { + if (event.key === 'Enter') login(); +}); + + +/** + * + */ +async function login() { + const button = document.getElementById('loginButton'); + const values = validateInputs([ + 'email', 'password' + ]); + + if (!values) return; + + showButtonLoader(button); + disableButton(button); + + try { + await firebase.auth().signInWithEmailAndPassword( + values.email, values.password + ); + + redirect('app.html'); + } catch (error) { + if (error.code === 'auth/wrong-password') { + showLabelError('passwordLabel', AUTH_CODES[error.code]); + showInputError('passwordField'); + } else if (error.code === 'auth/invalid-email') { + showLabelError('emailLabel', AUTH_CODES[error.code]); + showInputError('emailField'); + } else { + showLabelError('emailLabel', AUTH_CODES[error.code]); + } + + console.error(error); + + hideButtonLoader(button); + enableButton(button); + } +} \ No newline at end of file diff --git a/js/auth/signup.js b/js/auth/signup.js new file mode 100644 index 0000000..db69451 --- /dev/null +++ b/js/auth/signup.js @@ -0,0 +1,126 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /auth/signup.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + */ +document.getElementById('signupButton').addEventListener('click', () => { + signup(); +}); + + +/** + * + */ + document.getElementById('emailField').addEventListener('keyup', event => { + if (event.key === 'Enter') signup(); +}); + + +/** + * + */ + document.getElementById('usernameField').addEventListener('keyup', event => { + if (event.key === 'Enter') signup(); +}); + + +/** + * + */ + document.getElementById('passwordField').addEventListener('keyup', event => { + if (event.key === 'Enter') signup(); +}); + + +/** + * + */ + function loadYearsBorn() { + const dropdown = document.getElementById('bornDropdown'); + const endDate = getYear() - AGE_LIMIT; + + + for (year = DOB_START_YEAR; year < endDate; year++) { + dropdown.innerHTML += ` + + `; + } +} + + +/** + * + */ +async function signup() { + const button = document.getElementById('signupButton'); + const values = validateInputs([ + 'email', 'username', 'password' + ]); + + if (!values) return; + + showButtonLoader(button); + disableButton(button); + + const { email, username, password } = values; + + let invalid = validateUsername(username); + + if (invalid) { + showLabelError('usernameLabel', `Username cannot contain "${invalid}"`); + showInputError('usernameField'); + + hideButtonLoader(button); + enableButton(button); + + return; + } + + try { + const user = await firebase.auth().createUserWithEmailAndPassword(email, password); + const discriminator = await generateDiscriminator(); + + const { user: { uid } } = user; + + await firebase.firestore().collection('users').doc(uid).set({ + username: username, + discriminator: discriminator, + mfa_enabled: false, + locale: navigator.languages[0] || navigator.language, + verified: false, + email: email, + flags: [], + premium_type: null, + status: 'online', + mute_notifications: false, + }, { + merge: true + }); + + await uploadDefaultAvatar(uid); + + redirect('/channels/@me'); + } catch (error) { + if (error.code === 'auth/email-already-in-use') { + showInputError('emailField'); + } else if (error.code === 'auth/email-invalid') { + showInputError('emailField'); + } + + showLabelError('emailLabel', AUTH_CODES[error.code]); + + console.error(error); + + hideButtonLoader(button); + enableButton(button); + } +} \ No newline at end of file diff --git a/js/firebase/config.js b/js/firebase/config.js new file mode 100644 index 0000000..d408ec9 --- /dev/null +++ b/js/firebase/config.js @@ -0,0 +1,27 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /firebase/config.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +firebase.initializeApp({ + apiKey: "AIzaSyCw2XgIvCUbUclj4KSSFZ9rwhQAruo3jAc", + authDomain: "pyro-chat.firebaseapp.com", + projectId: "pyro-chat", + storageBucket: "pyro-chat.appspot.com", + messagingSenderId: "598431502056", + appId: "1:598431502056:web:aac9825304ddf9fbc2435d", + measurementId: "G-56W0T7F4YD" +}); + +const analytics = firebase.analytics(); +const messaging = firebase.messaging(); + +messaging.onMessage(payload => { + console.log(payload); +}); \ No newline at end of file diff --git a/js/frameworks/moment.min.js b/js/frameworks/moment.min.js new file mode 100644 index 0000000..8483a7c --- /dev/null +++ b/js/frameworks/moment.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.moment=t()}(this,function(){"use strict";var e,i;function f(){return e.apply(null,arguments)}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function u(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function m(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;for(var t in e)if(m(e,t))return;return 1}function r(e){return void 0===e}function h(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function a(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){for(var n=[],s=0;s>>0,s=0;sFe(e)?(r=e+1,a-Fe(e)):(r=e,a);return{year:r,dayOfYear:o}}function Ae(e,t,n){var s,i,r=Ge(e.year(),t,n),a=Math.floor((e.dayOfYear()-r-1)/7)+1;return a<1?s=a+je(i=e.year()-1,t,n):a>je(e.year(),t,n)?(s=a-je(e.year(),t,n),i=e.year()+1):(i=e.year(),s=a),{week:s,year:i}}function je(e,t,n){var s=Ge(e,t,n),i=Ge(e+1,t,n);return(Fe(e)-s+i)/7}C("w",["ww",2],"wo","week"),C("W",["WW",2],"Wo","isoWeek"),L("week","w"),L("isoWeek","W"),A("week",5),A("isoWeek",5),ce("w",te),ce("ww",te,Q),ce("W",te),ce("WW",te,Q),ge(["w","ww","W","WW"],function(e,t,n,s){t[s.substr(0,1)]=Z(e)});function Ie(e,t){return e.slice(t,7).concat(e.slice(0,t))}C("d",0,"do","day"),C("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),C("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),C("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),C("e",0,0,"weekday"),C("E",0,0,"isoWeekday"),L("day","d"),L("weekday","e"),L("isoWeekday","E"),A("day",11),A("weekday",11),A("isoWeekday",11),ce("d",te),ce("e",te),ce("E",te),ce("dd",function(e,t){return t.weekdaysMinRegex(e)}),ce("ddd",function(e,t){return t.weekdaysShortRegex(e)}),ce("dddd",function(e,t){return t.weekdaysRegex(e)}),ge(["dd","ddd","dddd"],function(e,t,n,s){var i=n._locale.weekdaysParse(e,s,n._strict);null!=i?t.d=i:y(n).invalidWeekday=e}),ge(["d","e","E"],function(e,t,n,s){t[s]=Z(e)});var Ze="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),$e="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),qe=de,Be=de,Je=de;function Qe(){function e(e,t){return t.length-e.length}for(var t,n,s,i,r=[],a=[],o=[],u=[],l=0;l<7;l++)t=_([2e3,1]).day(l),n=me(this.weekdaysMin(t,"")),s=me(this.weekdaysShort(t,"")),i=me(this.weekdays(t,"")),r.push(n),a.push(s),o.push(i),u.push(n),u.push(s),u.push(i);r.sort(e),a.sort(e),o.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Xe(){return this.hours()%12||12}function Ke(e,t){C(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function et(e,t){return t._meridiemParse}C("H",["HH",2],0,"hour"),C("h",["hh",2],0,Xe),C("k",["kk",2],0,function(){return this.hours()||24}),C("hmm",0,0,function(){return""+Xe.apply(this)+T(this.minutes(),2)}),C("hmmss",0,0,function(){return""+Xe.apply(this)+T(this.minutes(),2)+T(this.seconds(),2)}),C("Hmm",0,0,function(){return""+this.hours()+T(this.minutes(),2)}),C("Hmmss",0,0,function(){return""+this.hours()+T(this.minutes(),2)+T(this.seconds(),2)}),Ke("a",!0),Ke("A",!1),L("hour","h"),A("hour",13),ce("a",et),ce("A",et),ce("H",te),ce("h",te),ce("k",te),ce("HH",te,Q),ce("hh",te,Q),ce("kk",te,Q),ce("hmm",ne),ce("hmmss",se),ce("Hmm",ne),ce("Hmmss",se),ye(["H","HH"],Me),ye(["k","kk"],function(e,t,n){var s=Z(e);t[Me]=24===s?0:s}),ye(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),ye(["h","hh"],function(e,t,n){t[Me]=Z(e),y(n).bigHour=!0}),ye("hmm",function(e,t,n){var s=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s)),y(n).bigHour=!0}),ye("hmmss",function(e,t,n){var s=e.length-4,i=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s,2)),t[Se]=Z(e.substr(i)),y(n).bigHour=!0}),ye("Hmm",function(e,t,n){var s=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s))}),ye("Hmmss",function(e,t,n){var s=e.length-4,i=e.length-2;t[Me]=Z(e.substr(0,s)),t[De]=Z(e.substr(s,2)),t[Se]=Z(e.substr(i))});var tt=z("Hours",!0);var nt,st={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Te,monthsShort:Ne,week:{dow:0,doy:6},weekdays:Ze,weekdaysMin:$e,weekdaysShort:ze,meridiemParse:/[ap]\.?m?\.?/i},it={},rt={};function at(e){return e?e.toLowerCase().replace("_","-"):e}function ot(e){for(var t,n,s,i,r=0;r=t&&function(e,t){for(var n=Math.min(e.length,t.length),s=0;s=t-1)break;t--}r++}return nt}function ut(t){var e;if(void 0===it[t]&&"undefined"!=typeof module&&module&&module.exports)try{e=nt._abbr,require("./locale/"+t),lt(e)}catch(e){it[t]=null}return it[t]}function lt(e,t){var n;return e&&((n=r(t)?dt(e):ht(e,t))?nt=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),nt._abbr}function ht(e,t){if(null===t)return delete it[e],null;var n,s=st;if(t.abbr=e,null!=it[e])Y("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),s=it[e]._config;else if(null!=t.parentLocale)if(null!=it[t.parentLocale])s=it[t.parentLocale]._config;else{if(null==(n=ut(t.parentLocale)))return rt[t.parentLocale]||(rt[t.parentLocale]=[]),rt[t.parentLocale].push({name:e,config:t}),null;s=n._config}return it[e]=new x(b(s,t)),rt[e]&&rt[e].forEach(function(e){ht(e.name,e.config)}),lt(e),it[e]}function dt(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return nt;if(!o(e)){if(t=ut(e))return t;e=[e]}return ot(e)}function ct(e){var t,n=e._a;return n&&-2===y(e).overflow&&(t=n[ve]<0||11xe(n[pe],n[ve])?ke:n[Me]<0||24je(n,r,a)?y(e)._overflowWeeks=!0:null!=u?y(e)._overflowWeekday=!0:(o=Ee(n,s,i,r,a),e._a[pe]=o.year,e._dayOfYear=o.dayOfYear)}(e),null!=e._dayOfYear&&(r=St(e._a[pe],s[pe]),(e._dayOfYear>Fe(r)||0===e._dayOfYear)&&(y(e)._overflowDayOfYear=!0),n=Ve(r,0,e._dayOfYear),e._a[ve]=n.getUTCMonth(),e._a[ke]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=u[t]=s[t];for(;t<7;t++)e._a[t]=u[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Me]&&0===e._a[De]&&0===e._a[Se]&&0===e._a[Ye]&&(e._nextDay=!0,e._a[Me]=0),e._d=(e._useUTC?Ve:function(e,t,n,s,i,r,a){var o;return e<100&&0<=e?(o=new Date(e+400,t,n,s,i,r,a),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,n,s,i,r,a),o}).apply(null,u),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Me]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(y(e).weekdayMismatch=!0)}}function Ot(e){if(e._f!==f.ISO_8601)if(e._f!==f.RFC_2822){e._a=[],y(e).empty=!0;for(var t,n,s,i,r,a,o,u=""+e._i,l=u.length,h=0,d=H(e._f,e._locale).match(N)||[],c=0;cn.valueOf():n.valueOf()"}),pn.toJSON=function(){return this.isValid()?this.toISOString():null},pn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},pn.unix=function(){return Math.floor(this.valueOf()/1e3)},pn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},pn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},pn.eraName=function(){for(var e,t=this.localeData().eras(),n=0,s=t.length;nthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},pn.isLocal=function(){return!!this.isValid()&&!this._isUTC},pn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},pn.isUtc=At,pn.isUTC=At,pn.zoneAbbr=function(){return this._isUTC?"UTC":""},pn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},pn.dates=n("dates accessor is deprecated. Use date instead.",fn),pn.months=n("months accessor is deprecated. Use month instead",Ue),pn.years=n("years accessor is deprecated. Use year instead",Le),pn.zone=n("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}),pn.isDSTShifted=n("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!r(this._isDSTShifted))return this._isDSTShifted;var e,t={};return v(t,this),(t=bt(t))._a?(e=(t._isUTC?_:Tt)(t._a),this._isDSTShifted=this.isValid()&&0 + ${message} + + `; + } else { + element.innerHTML += ` + + - + ${message} + + `; + } + + element.classList.add('error-25JxNp'); +} + + +/** + * + * @param {*} id + */ + function hideLabelError(id) { + const element = document.getElementById(id); + + if (!element.querySelectorAll('span')[0]) return; + + element.removeChild(element.childNodes[1]); + element.classList.remove('error-25JxNp'); +} + + +/** + * + * @param {*} element + */ +function showButtonLoader(element) { + if (element.querySelectorAll('span')[0]) return; + + element.innerHTML += ` + + + + + + + + `; +} + + +/** + * + * @param {*} element + */ +function hideButtonLoader(element) { + const children = element.childNodes[0]; + + if (children) { + const buttonContents = element.querySelectorAll('.contents-18-Yxp')[0]; + + element.innerHTML = `
${buttonContents.innerText}
`; + } +} + + +/** + * + * @param {*} element + */ +function disableButton(element) { + element.setAttribute('disabled', ''); +} + + +/** + * + * @param {*} element + */ +function enableButton(element) { + element.removeAttribute('disabled'); +} + + +/** + * + * Inputs must be ended with "Field". eg: emailField + * Labels must be ended with Label. eg: emailLabel + * + * @param {*} ids + * @returns + */ +function validateInputs(ids) { + const values = {}; + + // Clear all initial errors + ids.forEach(id => { + hideInputError(id + 'Field'); + hideLabelError(id + 'Label'); + }) + + // Check each input + ids.forEach(id => { + const element = document.getElementById(id + 'Field'); + + // Field is empty + if (!element.value) { + showInputError(id + 'Field'); + showLabelError(id + 'Label', 'This field is required.'); + + return; + } + + // Field is not at the correct length + const minLength = element.getAttribute('min'); + const maxLength = element.getAttribute('max'); + + if (element.value.length < minLength) { + showInputError(id + 'Field'); + showLabelError(id + 'Label', `Minimum length is ${minLength} characters.`); + } else if (element.value.length > maxLength) { + showInputError(id + 'Field'); + showLabelError(id + 'Label', `Maximum length is ${maxLength} characters.`); + } else { + values[id] = element.value; + } + }); + + // Check to see if all fields are valid + if (Object.keys(values).length === ids.length) { + return values; + } else { + return; + } +} + + +/** + * + * @param {*} username + * @returns + */ +function validateUsername(username) { + const invalid = ['everyone', 'here', '@', '#', ':', '.', "'", "`"]; + + let flag; + + invalid.forEach(string => { + if (username.includes(string)) { + return flag = string; + } + }); + + return flag; +} \ No newline at end of file diff --git a/js/helpers/globals.js b/js/helpers/globals.js new file mode 100644 index 0000000..5060024 --- /dev/null +++ b/js/helpers/globals.js @@ -0,0 +1,75 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /helpers/globals.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + +// Global Cache +const CACHED_USERS = {}; +const CACHED_CHANNELS = {}; +const CACHED_RECIPIENTS = {}; +const CACHED_PRIVATE_CHAT_LISTENERS = {}; + +// Global thresholds +const LOADING_TIMEOUT = 1500; +const ACTIVITY_TIMEOUT = 3000; +const IDLE_TIMEOUT = 10000; +const INITIAL_MESSAGE_FETCH = 50; +const GROUP_DMS_USER_THRESHOLD = 4; // Not including current user + +// Global user status colours +const STATUS_COLOURS = { + online: '#51DF3E', + idle: '#dd9e00', + dnd: '#DF3E3E', + offline: '#666665', + streaming: '#563490', +}; + +// Firebase authentication error codes +const AUTH_CODES = { + 'auth/claims-too-large': 'Claim size exceeds 1000 bytes.', + 'auth/email-already-exists': 'Email already exists.', + 'auth/id-token-expired': 'Authentication token has expired.', + 'auth/id-token-revoked': 'Authentication token has been revoked.', + 'auth/insufficient-permission': 'Insufficient permissions.', + 'auth/internal-error': 'Authentication server encountered an error.', + 'auth/invalid-argument': 'Invalid authentication argument.', + 'auth/invalid-claims': 'Invalid authentication payload.', + 'auth/invalid-continue-uri': 'Invalid authentication URI.', + 'auth/invalid-creation-time': 'Invalid creation time.', + 'auth/invalid-credential': 'Invalid authentication credentials.', + 'auth/email-already-in-use': 'Email already exists.', + + 'auth/user-not-found': 'User does not exist.', + 'auth/invalid-email': 'Invalid email address.', + 'auth/invalid-display-name': 'Invalid username.', + 'auth/wrong-password': 'Invalid password.', + 'auth/too-many-requests': 'Slow down! You are being rate limited.' +}; + +// Loading overlay messages +const DID_YOU_KNOW = [ + 'Deobfuscating the obfuscation!', + 'Now with 100% less Nitro!', + 'Go say something nice to a friend!', + 'Pyro is cool, and you are too!', + 'Organic, gluten-free, non-GMO code!', + 'Spaghettifying the spaghetto!', + 'Spark a conversation!', + 'Lighting up a nice campfire for you!', + 'Say hi at your local Pyro tavern - hot chocolate included!', + 'Robo will remember that.', + 'Hyperion says: "Damn, nice profile picture!"', + 'Firebase says: "How many writes will you do today?"', + 'Sargon says: "Trouble connecting? Check Pyro\'s status." (Get it? It\'s a downtime joke!)', + 'Unpack the webpack!', + 'Doing wizardly math stuff!', + 'Caring for the fonts!', + 'Lighting the way to camp!', + 'Be more like doko.' +]; \ No newline at end of file diff --git a/js/helpers/interface.js b/js/helpers/interface.js new file mode 100644 index 0000000..1d76896 --- /dev/null +++ b/js/helpers/interface.js @@ -0,0 +1,287 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /helpers/interface.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + * @param {*} message + */ +function showBanner(message) { + const banner = document.getElementById('banner'); + + banner.innerText = message; +} + + +/** + * + * @param {*} message + * @param {*} buttonText + * @param {*} buttonEvent + */ +function showInteractiveBanner(message, buttonText, buttonEvent) { + const banner = document.getElementById('banner'); + + banner.innerHTML = ` + ${message} + + `; +} + + +/** + * + * @returns + */ +function generateDidYouKnowMessage() { + const index = generateRandom(0, DID_YOU_KNOW.length - 1); + + return DID_YOU_KNOW[index]; +} + + +/** + * + */ +function showPageLoader() { + const loader = document.getElementById('pageLoader'); + + loader.innerHTML = ` +
+
+ +
+
Pyro is loading
+
${generateDidYouKnowMessage()}
+
+
+
+
+
Connection problems? Let us know!
+ +
+
+ `; +} + + +/** + * + */ +async function hidePageLoader() { + const loader = document.getElementById('pageLoader'); + + loader.classList.add('fadeOut-efi30'); + + await delay(100); + + loader.innerHTML = ''; +} + + +/** + * + */ +function showStatusPicker() { + const container = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + if (container.childElementCount > 0) return hideStatusPicker(); + + container.innerHTML = ` +
+
+
+
+ +
+
+
+ `; +} + + + +/** + * + */ +async function hideStatusPicker() { + const container = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + if (container.childElementCount < 1) return; + + // TODO: Fix this issue elegantly + try { + const picker = container.querySelectorAll('.statusPicker-rj932')[0]; + + container.removeChild(picker); + } catch (e) {} +} + + +/** + * + */ + function addPrivateChannelPlaceholder() { + const channelsList = document.getElementById('privateChannelsList'); + + channelsList.insertAdjacentHTML('afterbegin', ` + + + + + + + + + + + + + + + + + + + + + + + `); +} + + +/** + * + */ +function hidePrivateChannelPlaceholder() { + const channelsList = document.getElementById('privateChannelsList'); + const placeholder = document.getElementById('privateChannelPlaceholder'); + + if (placeholder) channelsList.removeChild(placeholder); +} + + +/** + * + * @param {*} channelId + */ +let lastChannelId; + +function loadChannelFromId(channel_id) { + if (!channel_id) channel_id = getChannelFromURL(); + if (lastChannelId === channel_id) return; + + let title = 'Pyro'; + let path = '/channels/@me/'; + + const channel = document.getElementById(`channel-${channel_id}`); + + if (channel) { + path = (channel_id === 'friends') ? '/channels/@me/' : `/channels/@me/${channel_id}/`; + } else { + channel_id = 'friends'; + } + + window.history.pushState({}, title, path); + selectChannel(channel_id); + selectMainBody(channel_id); + + lastChannelId = channel_id; +} + + + /** + * + * @returns + */ +function getChannelFromURL() { + const path = window.location.pathname.split('/'); + + path.filter((value, index) => { + if (!value) path.splice(index, index + 1); + }); + + const channel_id = path[path.length - 1]; + + // Friends page + const { uid } = firebase.auth().currentUser; + + //TODO: FIX THIS UTTER SHIT CODE + // if (channel_id === '@me') return CACHED_USERS[uid].last_open_channel || ''; + + const otherPages = ['embers']; + + return (isNaN(channel_id) && !otherPages.includes(channel_id)) ? false : channel_id; +} \ No newline at end of file diff --git a/js/helpers/main.js b/js/helpers/main.js new file mode 100644 index 0000000..995a46e --- /dev/null +++ b/js/helpers/main.js @@ -0,0 +1,153 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /helpers/main.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + * @returns + */ +function isDev() { + return window.location.protocol === 'http:'; +} + + +/** + * + * @param {*} path + */ +function redirect(path) { + window.location.href = path; +} + + +/** + * + * @returns + */ +function getTime() { + return Date.now(); +} + + +/** + * + * @returns + */ +function getYear() { + return new Date().getFullYear(); +} + + +/** + * + * @param {*} min + * @param {*} max + * @returns + */ +function generateRandom(min, max) { + return Math.floor(Math.random() * (max - min + 1) + min); +} + + +/** + * + * @param {*} email + * @returns + */ + function validateEmail(email) { + const pattern = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; + + return pattern.test(String(email).toLowerCase()); +} + + +/** + * + * @param {*} num + * @param {*} len + */ +function pad(num, len) { + let pad = ''; + + for (i = 0; i < len; i++) { + pad += '0'; + } + + return (pad + num).slice(-len); +} + + +/** + * + * @param {*} ms + * @returns + */ +const delay = ms => new Promise(res => setTimeout(res, ms)); + + +/** + * @returns + */ +function generateId() { + const epoch = Date.now().toString(); + const random = generateRandom(0, 5).toString(); + + return `${epoch}${random}`; +} + +/** + * + * @param {*} key + * @param {*} order + * @returns + */ +function sortObjectByKey(key, order = 'asc') { + return function innerSort(a, b) { + if (!a.hasOwnProperty(key) || !b.hasOwnProperty(key)) return 0; + + const varA = (typeof a[key] === 'string') ? a[key].toUpperCase() : a[key]; + const varB = (typeof b[key] === 'string') ? b[key].toUpperCase() : b[key]; + + let comparison = 0; + + if (varA > varB) { + comparison = 1; + } else if (varA < varB) { + comparison = -1; + } + + return ((order === 'desc') ? (comparison * -1) : comparison) + } +} + + +/** + * + * @returns + */ + Array.prototype.remove = function() { + var what, a = arguments, L = a.length, ax; + while (L && this.length) { + what = a[--L]; + while ((ax = this.indexOf(what)) !== -1) { + this.splice(ax, 1); + } + } + return this; +}; + + +/** + * + * @returns + */ +function isMobile() { + return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent); +} \ No newline at end of file diff --git a/js/helpers/modals.js b/js/helpers/modals.js new file mode 100644 index 0000000..81f207a --- /dev/null +++ b/js/helpers/modals.js @@ -0,0 +1,116 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /helpers/modals.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + * @param {*} heading + * @param {*} message + * @param {*} buttonText + * @param {*} buttonEvent + */ + function showBasicModal(heading, message, buttonText, buttonEvent) { + const modal = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + modal.innerHTML = ` +
+
+
+
+
+
+
+

${heading}

+
${message}
+
+
+
+ +
+
+
+
+ `; +} + + +/** + * + */ +async function hideModals() { + const modal = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + if (!modal.childNodes.length) return; + + const container = document.querySelectorAll('.fadeIn-efi30')[0]; + const background = document.querySelectorAll('.fadeIn-dk023d')[0]; + + container.classList.add('fadeOut-efi30'); + background.classList.add('fadeOut-dk023d'); + + await delay(80); + + modal.innerHTML = ''; +} + + +function showCustomStatusModal() { + const modal = document.querySelectorAll('.layerContainer-yqaFcK')[0]; + + const { displayName } = firebase.auth().currentUser; + + modal.innerHTML = ` +
+
+
+
+
+
+
+

Set a custom status

+
+ +
+
+
+
What's cookin', ${displayName.split('#')[0]}
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+ `; +} \ No newline at end of file diff --git a/js/helpers/user.js b/js/helpers/user.js new file mode 100644 index 0000000..231101e --- /dev/null +++ b/js/helpers/user.js @@ -0,0 +1,154 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /helpers/user.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + + +/** + * + */ +async function uploadDefaultAvatar(name) { + + // Generate a random colour for the profile picture + const avatars = ['blue', 'green', 'yellow', 'red']; + const index = generateRandom(0, avatars.length - 1); + const path = `/img/avatar_${avatars[index]}.png`; + + // Get image into blob format for upload + const blob = await (await fetch(path)).blob(); + + // Upload image to Firebase Storage + await firebase.storage().ref(`/avatars/${name}.gif`).put(blob); +} + + +/** + * + * @param {*} userId + * @returns + */ +function getAvatar(userId) { + const path = 'https://firebasestorage.googleapis.com/v0/b/pyro-chat.appspot.com/o/avatars%2F'; + let { uid } = firebase.auth().currentUser; + + if (userId) uid = userId; + + return `${path}${uid}.gif?alt=media`; +} + + +/** + * + * @param {*} discriminator + * @returns + */ +async function doesDiscriminatorExist(discriminator) { + const ref = firebase.firestore().collection('users'); + let snapshot = await ref.where('profile.discriminator', '==', discriminator).get(); + + snapshot.forEach(() => { + snapshot = true; + }); + + return snapshot === true ? true : false; +} + + +/** + * + * @returns + */ +async function generateDiscriminator() { + let valid = false; + let discriminator = 0; + + do { + discriminator = generateRandom(0, 9999); + + const query = await doesDiscriminatorExist(discriminator); + + if (!query) valid = true; + } while (valid === false); + + discriminator = pad(discriminator, 4); + + return discriminator; +} + + +/** + * + * @param {*} username + * @param {*} discriminator + */ +async function getUser(username, discriminator) { + let snapshot = await firebase.firestore().collection('users') + .where('username', '==', username) + .where('discriminator', '==', discriminator).get(); + + if (snapshot.empty) return false; + + snapshot.forEach(user => { + snapshot = { + ...user.data(), + uid: user.id + }; + }); + + return snapshot; +} + + +/** + * + * @param {*} username + * @returns + */ +async function isFriend(username, discriminator) { + const { uid } = firebase.auth().currentUser; + const friend = await getUser(username, discriminator); + + if (!friend) return false; + + const snapshot = await firebase.firestore().collection('friends').doc(uid).get(); + + if (!snapshot.data()) return false; // No friends to begin with + if (snapshot.data()[friend.uid]) return true; + + return false; +} + + +/** + * + * @param {*} uid + */ + function setRealtimeUserInfo(uid) { + const elements = document.querySelectorAll(`[uid="${uid}"]`); + + elements.forEach(element => { + const statusEl = element.querySelectorAll('.RT_status'); + const usernameEl = element.querySelectorAll('.RT_username'); + const discrminiatorEl = element.querySelectorAll('.RT_discriminator'); + + const { status, username, discriminator } = CACHED_USERS[uid]; + + statusEl.forEach(s => { + s.setAttribute('fill', STATUS_COLOURS[status]); + s.setAttribute('mask', `url(#svg-mask-status-${status})`); + }); + + usernameEl.forEach(u => { + u.innerText = username; + }); + + discrminiatorEl.forEach(d => { + d.innerText = '#' + discriminator; + }); + }); +} \ No newline at end of file diff --git a/js/home/auth.js b/js/home/auth.js new file mode 100644 index 0000000..63a093a --- /dev/null +++ b/js/home/auth.js @@ -0,0 +1,22 @@ +//? ------------------------------------------------------------------------------------ +//? +//? /home/auth.js +//? Pyro Chat +//? +//? Developed by Robolab LLC +//? Copyright (c) 2021 Robolab LLC. All Rights Reserved +//? +//? ------------------------------------------------------------------------------------ + +firebase.auth().onAuthStateChanged(user => { + if (user) { + const mobile = document.getElementById('loginButtonMobile'); + const desktop = document.getElementById('loginButtonDesktop'); + + desktop.innerText = 'Open Pyro'; + desktop.setAttribute('href', 'app.html'); + + mobile.innerText = 'Open Pyro'; + mobile.setAttribute('href', 'app.html'); + } +}); \ No newline at end of file diff --git a/landing.html b/landing.html new file mode 100644 index 0000000..4b8bdaa --- /dev/null +++ b/landing.html @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyro | Ignite Your Community + + +
+
+
+ +
+
+ +
+
+
+
+
+

Ignite your community

+
Stop paying for emojis and subscriptons - Pyro is an unlimited and free chat service for your friends and communities.
+
+
+ + + + + + + + + + +
+
+
+ +
+
+
+
+ +
+

For anyone, for anything, for everyone

+
Pyro is flexible for your needs. Organize your community into channels where you can talk, collaborate, share, and upload without the hassle of setting up a group chat.
+
+
+
+
+ + + +
+
+
+ +
+

Flexible, powerful, easy

+
Pyro is designed for easy instant communication. Set up your workflow, rearrange the interface, and add your own features for a Pyro that feels right to you. With a flexbile and modular app, Pyro can be customzied to your desire.
+
+
+
+
+ + + +
+
+
+ +
+

No payments, no tricks, no traps

+
Pyro is and will always be free to use. Everything from messaging capabilities, file sharing, contacts, servers, and emoji are unlimited, becuse monthly subscription are overrated.
+
+
+
+
+ + + +
+
+
+
+

Optimized, performant, speedy

+
Reliable 99.9% uptime on all our services. Never worry about missing a message or losing your data - Pyro has your back.
+
+ +
+
+
+
+ +

Download Pyro - it's free!

+ + + + + + + + Download for Windows + +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/login.html b/login.html new file mode 100644 index 0000000..1027c91 --- /dev/null +++ b/login.html @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyro + + +
+
+
+
+
+ +
+
+
+
+
Welcome back to Pyro!
+
Let's get you settled.
+
+
+
Email
+
+ +
+
+
+
Password
+
+ +
+
+ +
Forgot your password?
+
+ +
+ New to Pyro? + +
Sign up
+
+
+
+
+ + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..db56bcc --- /dev/null +++ b/package-lock.json @@ -0,0 +1,12274 @@ +{ + "name": "pyro-desktop", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "pyro-desktop", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "electron-squirrel-startup": "^1.0.0", + "fkill": "^7.1.1" + }, + "devDependencies": { + "@electron-forge/cli": "^6.0.0-beta.54", + "@electron-forge/maker-deb": "^6.0.0-beta.54", + "@electron-forge/maker-rpm": "^6.0.0-beta.54", + "@electron-forge/maker-squirrel": "^6.0.0-beta.54", + "@electron-forge/maker-zip": "^6.0.0-beta.54", + "electron": "^12.0.2" + } + }, + "node_modules/@electron-forge/async-ora": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/async-ora/-/async-ora-6.0.0-beta.54.tgz", + "integrity": "sha512-OCoHds0BIXaB54HgKw6pjlHC1cnaTcfJfVVkPSJl1GLC3VShZ5bETJfsitwbiP2kbfKLUQFayW27sqbwnwQR2w==", + "dev": true, + "dependencies": { + "colors": "^1.4.0", + "debug": "^4.1.0", + "log-symbols": "^4.0.0", + "ora": "^5.0.0", + "pretty-ms": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/cli": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/cli/-/cli-6.0.0-beta.54.tgz", + "integrity": "sha512-+Ui1BI8c5CnBawH2OEySa5QR8DzrFd/I9FHlClvrTsIDfsBAeMSv9NTbSNcmo9Af5kI+aNsLQa8tp1vD8DNrng==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/malept" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/subscription/pkg/npm-.electron-forge-cli?utm_medium=referral&utm_source=npm_fund" + } + ], + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/core": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron/get": "^1.9.0", + "colors": "^1.4.0", + "commander": "^4.1.1", + "debug": "^4.1.0", + "fs-extra": "^9.0.1", + "inquirer": "^7.3.3", + "semver": "^7.2.1" + }, + "bin": { + "electron-forge": "dist/electron-forge.js", + "electron-forge-vscode-nix": "script/vscode.sh", + "electron-forge-vscode-win": "script/vscode.cmd" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/cli/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/cli/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/cli/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/cli/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/core": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/core/-/core-6.0.0-beta.54.tgz", + "integrity": "sha512-yggZeiwRLnIsQYCT5jKhx2L7I02CwUCjnIzA+CqUZXD0AU1c2o0BA/26dNOGvY/+pr5yWjOXcrGy1hvj3dnLmQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/malept" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/subscription/pkg/npm-.electron-forge-core?utm_medium=referral&utm_source=npm_fund" + } + ], + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/installer-base": "6.0.0-beta.54", + "@electron-forge/installer-deb": "6.0.0-beta.54", + "@electron-forge/installer-dmg": "6.0.0-beta.54", + "@electron-forge/installer-exe": "6.0.0-beta.54", + "@electron-forge/installer-rpm": "6.0.0-beta.54", + "@electron-forge/installer-zip": "6.0.0-beta.54", + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/plugin-base": "6.0.0-beta.54", + "@electron-forge/publisher-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "@electron-forge/template-typescript": "6.0.0-beta.54", + "@electron-forge/template-typescript-webpack": "6.0.0-beta.54", + "@electron-forge/template-webpack": "6.0.0-beta.54", + "@electron/get": "^1.9.0", + "@malept/cross-spawn-promise": "^1.1.0", + "colors": "^1.4.0", + "debug": "^4.1.0", + "electron-packager": "^15.0.0", + "electron-rebuild": "^2.0.3", + "find-up": "^5.0.0", + "fs-extra": "^9.0.1", + "glob": "^7.1.5", + "lodash": "^4.17.20", + "log-symbols": "^4.0.0", + "node-fetch": "^2.6.0", + "nugget": "^2.0.1", + "resolve-package": "^1.0.1", + "semver": "^7.2.1", + "source-map-support": "^0.5.13", + "sudo-prompt": "^9.1.1", + "username": "^5.1.0", + "yarn-or-npm": "^3.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/core/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/core/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/core/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/core/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-base/-/installer-base-6.0.0-beta.54.tgz", + "integrity": "sha512-q6Z5kBAE6StKqn+3Z5tXVHu7WGCb9OMeIomw9H9Q41UUIehF7V0J3tCWTkJdhZ8D6/tkXcis3GKptaj0wfMpyg==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-darwin": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-darwin/-/installer-darwin-6.0.0-beta.54.tgz", + "integrity": "sha512-kRbH24+QBhbcIugnIvevnf43JGzLFLoyFsoY3YeyZeeDL3vfyg0vtSyUx0hfq1GpHG+zObDf3o18c3WbxdXlXA==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/installer-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1", + "sudo-prompt": "^9.1.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-darwin/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/installer-darwin/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/installer-darwin/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-deb": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-deb/-/installer-deb-6.0.0-beta.54.tgz", + "integrity": "sha512-UbJR2Md0SBqex5AIv9YZ56hY2Iz5gZ6f1iAx0q4PlYpCY19W9nRXdudLNhx1w5go26DsT53+h6EzX2NGpBLq3Q==", + "dev": true, + "dependencies": { + "@electron-forge/installer-linux": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-dmg": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-dmg/-/installer-dmg-6.0.0-beta.54.tgz", + "integrity": "sha512-F9jwhUTzdFNlbLus7RQ8paoGPryr79JFYDLi42f0dyuFwlOjwlrA1wN5xWqrvcMeqFlc3DfjjeRWZ+10RQyorA==", + "dev": true, + "dependencies": { + "@electron-forge/installer-darwin": "6.0.0-beta.54", + "@malept/cross-spawn-promise": "^1.1.0", + "debug": "^4.1.0", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-dmg/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/installer-dmg/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/installer-dmg/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-exe": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-exe/-/installer-exe-6.0.0-beta.54.tgz", + "integrity": "sha512-PE7RBPerSenNcSkKXJWpervKNl7AVT+JeMzx61OHUQSw3h63NHRvXWh31llxk32mmJcaKRgGle2GsWob87Lv/w==", + "dev": true, + "dependencies": { + "@electron-forge/installer-base": "6.0.0-beta.54", + "open": "^7.2.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-linux": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-linux/-/installer-linux-6.0.0-beta.54.tgz", + "integrity": "sha512-WQVV5fitsfTyktjb18m9Bx+Dho6rCFvVILqFNZAu1RfXIsjLl/h0WdkozdGDccfeDMqlRYmaNs3e5THn5swnAg==", + "dev": true, + "dependencies": { + "@electron-forge/installer-base": "6.0.0-beta.54", + "sudo-prompt": "^9.1.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-rpm": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-rpm/-/installer-rpm-6.0.0-beta.54.tgz", + "integrity": "sha512-8gaJA2m8+Y/ZhV4xEeijXz8UksrliMEzyUAdwM5ZdAsmfmGlnhchGr0L6rI23D66dQP9DeyvUIuUwXrsTlj1nQ==", + "dev": true, + "dependencies": { + "@electron-forge/installer-linux": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-zip": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-zip/-/installer-zip-6.0.0-beta.54.tgz", + "integrity": "sha512-KCY5zreA79wjZODhLmtrbFweTWdlh9JgmW9WruIrmHm3sK19rRhCdaZ+Dg5ZWUhMx2A79d5a2C7r78lWGcHl7A==", + "dev": true, + "dependencies": { + "@electron-forge/installer-darwin": "6.0.0-beta.54", + "@malept/cross-spawn-promise": "^1.1.0", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/installer-zip/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/installer-zip/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/installer-zip/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/maker-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-base/-/maker-base-6.0.0-beta.54.tgz", + "integrity": "sha512-4y0y15ieb1EOR5mibtFM9tZzaShbAO0RZu6ARLCpD5BgKuJBzXRPfWvEmY6WeDNzoWTJ+mQdYikLAeOL2E9mew==", + "dev": true, + "dependencies": { + "@electron-forge/shared-types": "6.0.0-beta.54", + "fs-extra": "^9.0.1", + "which": "^2.0.2" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/maker-base/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/maker-base/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/maker-base/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/maker-deb": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-deb/-/maker-deb-6.0.0-beta.54.tgz", + "integrity": "sha512-PEAYULi7n/JkwvaEQnM554ewmLYkxGtHvuh6vUf5wsh48Xw3jcEVHejsc4FDjx5I6cKAByb9nscTtZpKt3ngXw==", + "dev": true, + "dependencies": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + }, + "optionalDependencies": { + "electron-installer-debian": "^3.0.0" + } + }, + "node_modules/@electron-forge/maker-rpm": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-rpm/-/maker-rpm-6.0.0-beta.54.tgz", + "integrity": "sha512-6nqBOUnojRE8+KdvE8zVXN2/H/V/QuWJQ4cwCLahJQxG1kG5RXOh6VbsM1mEFxjJwOhVnK+wkNCODf1qi56JZw==", + "dev": true, + "dependencies": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + }, + "optionalDependencies": { + "electron-installer-redhat": "^3.2.0" + } + }, + "node_modules/@electron-forge/maker-squirrel": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-squirrel/-/maker-squirrel-6.0.0-beta.54.tgz", + "integrity": "sha512-JJ+HmUe94zZ6mZnyv3IvNLQ5nwoj4dcQ4gzwps4P3fCEpuABMr74KOlza7fMXrrs8cwOrGfMFwsk80GTcLdWkg==", + "dev": true, + "dependencies": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + }, + "optionalDependencies": { + "electron-winstaller": "^4.0.1" + } + }, + "node_modules/@electron-forge/maker-squirrel/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/maker-squirrel/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/maker-squirrel/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/maker-zip": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-zip/-/maker-zip-6.0.0-beta.54.tgz", + "integrity": "sha512-wbJhK1rDOCZMTtKrjvavT8R+Yi+v/6axsnTXvzbkzzMQ0xADKNslTwzO6mmbBJea4oIbYmQ44DRAjI21TNyQ/A==", + "dev": true, + "dependencies": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "cross-zip": "^3.0.0", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/maker-zip/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/maker-zip/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/maker-zip/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/plugin-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/plugin-base/-/plugin-base-6.0.0-beta.54.tgz", + "integrity": "sha512-8HwGzgNCHo2PgUfNnTch3Gvj7l6fqOgjnARK1y056UfsxFy+hwvHaAO+7LLfr7ktNwU/bH3hGhOpE+ZmBSwSqQ==", + "dev": true, + "dependencies": { + "@electron-forge/shared-types": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/publisher-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/publisher-base/-/publisher-base-6.0.0-beta.54.tgz", + "integrity": "sha512-Dny0jW0N8QcNYKHTtzQFZD4pBWJ7tclJWf3ZCX031vUKG7RhThdA06IPNzV6JtWJswrvAE9TPndzZONMza2V7g==", + "dev": true, + "dependencies": { + "@electron-forge/shared-types": "6.0.0-beta.54" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/shared-types": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/shared-types/-/shared-types-6.0.0-beta.54.tgz", + "integrity": "sha512-6CzWKFR17rxxeIqm1w5ZyT9uTAHSVAjhqL8c+TmizF2703GyCEusUkjP2UXt/tZNY4MJlukZoJM66Bct6oZJ+w==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "electron-packager": "^15.0.0", + "electron-rebuild": "^2.0.3", + "ora": "^5.0.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-base/-/template-base-6.0.0-beta.54.tgz", + "integrity": "sha512-LuSpeOiM6AzUbamz5U/NqRkn4y7dzof1JK1ISAb+6tORf7JU014aKqDcLdwgP8Lxaz6P1bdlMmNJTvg5+SBrEw==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "debug": "^4.1.0", + "fs-extra": "^9.0.1", + "username": "^5.1.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-base/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/template-base/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/template-base/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-typescript": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-typescript/-/template-typescript-6.0.0-beta.54.tgz", + "integrity": "sha512-7V87LWH+vJ1YibM9MsTttbz7upfwLrmXgchQ399EfLxK306g7q/ouyGkeTerhLr2gCUAvm/Oqx+sXQ7402ol9w==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-typescript-webpack": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-typescript-webpack/-/template-typescript-webpack-6.0.0-beta.54.tgz", + "integrity": "sha512-1MIw1eGlMZg7KLG4oAEE0rB28WDOtz01OSoW2a2NqkmUzmu4BxJdSvQ97Tp7xCU0naW0H1uU39B9QOjJQgLGCQ==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-typescript-webpack/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/template-typescript-webpack/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/template-typescript-webpack/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-typescript/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/template-typescript/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/template-typescript/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-webpack": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-webpack/-/template-webpack-6.0.0-beta.54.tgz", + "integrity": "sha512-4/zUOZ8MCZqs8PcUCeeG6ofpy6HT53tQiLknM23OPaFP6ckuE6kOunC6N/teijUrJuLpKl3P8d39SWPVacxEzg==", + "dev": true, + "dependencies": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron-forge/template-webpack/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@electron-forge/template-webpack/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/@electron-forge/template-webpack/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@electron/get": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/@electron/get/-/get-1.12.4.tgz", + "integrity": "sha512-6nr9DbJPUR9Xujw6zD3y+rS95TyItEVM0NVjt1EehY2vUWfIgPiIPVHxCvaTS0xr2B+DRxovYVKbuOWqC35kjg==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "env-paths": "^2.2.0", + "fs-extra": "^8.1.0", + "got": "^9.6.0", + "progress": "^2.0.3", + "semver": "^6.2.0", + "sumchecker": "^3.0.1" + }, + "engines": { + "node": ">=8.6" + }, + "optionalDependencies": { + "global-agent": "^2.0.2", + "global-tunnel-ng": "^2.7.1" + } + }, + "node_modules/@malept/cross-spawn-promise": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz", + "integrity": "sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/malept" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund" + } + ], + "dependencies": { + "cross-spawn": "^7.0.1" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dev": true, + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@types/cacheable-request": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", + "integrity": "sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==", + "dev": true, + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "node_modules/@types/fs-extra": { + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.10.tgz", + "integrity": "sha512-O9T2LLkRDiTlalOBdjEkcnT0MRdT2+wglCl7pJUJ3mkWkR8hX4K+5bg2raQNJcLv4V8zGuTXe7Ud3wSqkTyuyQ==", + "dev": true, + "optional": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "dev": true, + "optional": true, + "dependencies": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz", + "integrity": "sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==", + "dev": true + }, + "node_modules/@types/keyv": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.1.tgz", + "integrity": "sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==", + "dev": true, + "optional": true + }, + "node_modules/@types/node": { + "version": "14.14.37", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", + "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==", + "dev": true + }, + "node_modules/@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/yauzl": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz", + "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==", + "dev": true, + "optional": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/aggregate-error/node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "node_modules/are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dev": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "node_modules/array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "engines": { + "node": ">=8" + } + }, + "node_modules/asar": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/asar/-/asar-3.0.3.tgz", + "integrity": "sha512-k7zd+KoR+n8pl71PvgElcoKHrVNiSXtw7odKbyNpmgKe7EGRF9Pnu3uLOukD37EvavKwVFxOUpqXTIZC5B5Pmw==", + "dev": true, + "dependencies": { + "chromium-pickle-js": "^0.2.0", + "commander": "^5.0.0", + "glob": "^7.1.6", + "minimatch": "^3.0.4" + }, + "bin": { + "asar": "bin/asar.js" + }, + "engines": { + "node": ">=10.12.0" + }, + "optionalDependencies": { + "@types/glob": "^7.1.1" + } + }, + "node_modules/asar/node_modules/commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/author-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz", + "integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", + "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", + "dev": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "node_modules/boolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.0.3.tgz", + "integrity": "sha512-EqrTKXQX6Z3A2nRmMEIlAIfjQOgFnVO2nqZGpbcsPnYGWBwpFqzlrozU1dy+S2iqfYDLh26ef4KrgTxu9xQrxA==", + "dev": true, + "optional": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "dependencies": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "node_modules/buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true + }, + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true, + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cacheable-request/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "dependencies": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "node_modules/chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/chromium-pickle-js": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz", + "integrity": "sha1-BKEGZywYsIWrd02YPfo+oTjyIgU=", + "dev": true + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", + "integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + } + }, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/compare-version": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz", + "integrity": "sha1-AWLsLZNR9d3VmpICy6k1NmpyUIA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/config-chain": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz", + "integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", + "dev": true, + "optional": true, + "dependencies": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "node_modules/core-js": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", + "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-zip": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cross-zip/-/cross-zip-3.1.0.tgz", + "integrity": "sha512-aX02l0SD3KE27pMl69gkxDdDM5D3u9Ic4Je+2b1B2fP0dWnlWWY6ns2Vk5DEgCXJRhL3GasSpicNQRNbDkq0+w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "rimraf": "^3.0.0" + } + }, + "node_modules/cross-zip/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cuint": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", + "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", + "dev": true, + "optional": true + }, + "node_modules/currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true, + "dependencies": { + "array-find-index": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + } + }, + "node_modules/defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "dev": true + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "optional": true, + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "dev": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/detect-node": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.5.tgz", + "integrity": "sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw==", + "dev": true, + "optional": true + }, + "node_modules/duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/electron": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.2.tgz", + "integrity": "sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@electron/get": "^1.0.1", + "@types/node": "^14.6.2", + "extract-zip": "^1.0.3" + }, + "bin": { + "electron": "cli.js" + }, + "engines": { + "node": ">= 8.6" + } + }, + "node_modules/electron-installer-common": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/electron-installer-common/-/electron-installer-common-0.10.3.tgz", + "integrity": "sha512-mYbP+6i+nHMIm0WZHXgGdmmXMe+KXncl6jZYQNcCF9C1WsNA9C5SZ2VP4TLQMSIoFO+X4ugkMEA5uld1bmyEvA==", + "dev": true, + "optional": true, + "dependencies": { + "@malept/cross-spawn-promise": "^1.0.0", + "asar": "^3.0.0", + "debug": "^4.1.1", + "fs-extra": "^9.0.0", + "glob": "^7.1.4", + "lodash": "^4.17.15", + "parse-author": "^2.0.0", + "semver": "^7.1.1", + "tmp-promise": "^3.0.2" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "url": "https://github.com/electron-userland/electron-installer-common?sponsor=1" + }, + "optionalDependencies": { + "@types/fs-extra": "^9.0.1" + } + }, + "node_modules/electron-installer-common/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-installer-common/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-installer-common/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "optional": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-installer-common/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-installer-debian": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/electron-installer-debian/-/electron-installer-debian-3.1.0.tgz", + "integrity": "sha512-k6KChvx0Fw8XTlCqwwbBfh19yGQaKjGdbugokmr1IpzINOm4QFyACKMTHAYFHW5LCBUZQShZD96hwxUZ+8Kx+w==", + "dev": true, + "optional": true, + "os": [ + "darwin", + "linux" + ], + "dependencies": { + "@malept/cross-spawn-promise": "^1.0.0", + "debug": "^4.1.1", + "electron-installer-common": "^0.10.2", + "fs-extra": "^9.0.0", + "get-folder-size": "^2.0.1", + "lodash": "^4.17.4", + "word-wrap": "^1.2.3", + "yargs": "^15.0.1" + }, + "bin": { + "electron-installer-debian": "src/cli.js" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-installer-debian/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/electron-installer-debian/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "optional": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/electron-installer-debian/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "optional": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-installer-debian/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-installer-debian/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-installer-debian/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "optional": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-installer-debian/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "optional": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/electron-installer-debian/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "optional": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-installer-debian/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-installer-debian/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "optional": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-installer-debian/node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true, + "optional": true + }, + "node_modules/electron-installer-debian/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "optional": true, + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-installer-debian/node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "optional": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/electron-installer-redhat": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/electron-installer-redhat/-/electron-installer-redhat-3.3.0.tgz", + "integrity": "sha512-hXIXB3uQXmXZy/v3MpbwWN4Of28ALpPt9ZyUDNEoSe0w7QZceL9IqI2K6Q6imiBJCLRC0hmT94WhlKj1RyGOWg==", + "dev": true, + "optional": true, + "os": [ + "darwin", + "linux" + ], + "dependencies": { + "@malept/cross-spawn-promise": "^1.0.0", + "debug": "^4.1.1", + "electron-installer-common": "^0.10.2", + "fs-extra": "^9.0.0", + "lodash": "^4.17.15", + "word-wrap": "^1.2.3", + "yargs": "^16.0.2" + }, + "bin": { + "electron-installer-redhat": "src/cli.js" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-installer-redhat/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-installer-redhat/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-installer-redhat/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-notarize": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/electron-notarize/-/electron-notarize-1.0.0.tgz", + "integrity": "sha512-dsib1IAquMn0onCrNMJ6gtEIZn/azG8hZMCYOuZIMVMUeRMgBYHK1s5TK9P8xAcrAjh/2aN5WYHzgVSWX314og==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "fs-extra": "^9.0.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-notarize/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-notarize/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-notarize/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-osx-sign": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz", + "integrity": "sha512-icoRLHzFz/qxzDh/N4Pi2z4yVHurlsCAYQvsCSG7fCedJ4UJXBS6PoQyGH71IfcqKupcKeK7HX/NkyfG+v6vlQ==", + "dev": true, + "dependencies": { + "bluebird": "^3.5.0", + "compare-version": "^0.1.2", + "debug": "^2.6.8", + "isbinaryfile": "^3.0.2", + "minimist": "^1.2.0", + "plist": "^3.0.1" + }, + "bin": { + "electron-osx-flat": "bin/electron-osx-flat.js", + "electron-osx-sign": "bin/electron-osx-sign.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/electron-osx-sign/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/electron-osx-sign/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/electron-packager": { + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-15.2.0.tgz", + "integrity": "sha512-BaklTBRQy1JTijR3hi8XxHf/uo76rHbDCNM/eQHSblzE9C0NoNfOe86nPxB7y1u2jwlqoEJ4zFiHpTFioKGGRA==", + "dev": true, + "dependencies": { + "@electron/get": "^1.6.0", + "asar": "^3.0.0", + "debug": "^4.0.1", + "electron-notarize": "^1.0.0", + "electron-osx-sign": "^0.5.0", + "extract-zip": "^2.0.0", + "filenamify": "^4.1.0", + "fs-extra": "^9.0.0", + "galactus": "^0.2.1", + "get-package-info": "^1.0.0", + "junk": "^3.1.0", + "parse-author": "^2.0.0", + "plist": "^3.0.0", + "rcedit": "^2.0.0", + "resolve": "^1.1.6", + "semver": "^7.1.3", + "yargs-parser": "^20.0.0" + }, + "bin": { + "electron-packager": "bin/electron-packager.js" + }, + "engines": { + "node": ">= 10.12.0" + }, + "funding": { + "url": "https://github.com/electron/electron-packager?sponsor=1" + } + }, + "node_modules/electron-packager/node_modules/extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + }, + "bin": { + "extract-zip": "cli.js" + }, + "engines": { + "node": ">= 10.17.0" + }, + "optionalDependencies": { + "@types/yauzl": "^2.9.1" + } + }, + "node_modules/electron-packager/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-packager/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/electron-packager/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-packager/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-packager/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-rebuild": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/electron-rebuild/-/electron-rebuild-2.3.5.tgz", + "integrity": "sha512-1sQ1DRtQGpglFhc3urD4olMJzt/wxlbnAAsf+WY2xHf5c50ZovivZvCXSpVgTOP9f4TzOMvelWyspyfhxQKHzQ==", + "dev": true, + "dependencies": { + "@malept/cross-spawn-promise": "^1.1.1", + "colors": "^1.3.3", + "debug": "^4.1.1", + "detect-libc": "^1.0.3", + "fs-extra": "^9.0.1", + "got": "^11.7.0", + "lzma-native": "^6.0.1", + "node-abi": "^2.19.2", + "node-gyp": "^7.1.0", + "ora": "^5.1.0", + "tar": "^6.0.5", + "yargs": "^16.0.0" + }, + "bin": { + "electron-rebuild": "lib/src/cli.js" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/electron-rebuild/node_modules/@sindresorhus/is": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz", + "integrity": "sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/electron-rebuild/node_modules/@szmarczak/http-timer": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.5.tgz", + "integrity": "sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==", + "dev": true, + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-rebuild/node_modules/cacheable-request": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz", + "integrity": "sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-rebuild/node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/electron-rebuild/node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-rebuild/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/electron-rebuild/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/electron-rebuild/node_modules/got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, + "node_modules/electron-rebuild/node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/electron-rebuild/node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/electron-rebuild/node_modules/keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/electron-rebuild/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-rebuild/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/electron-rebuild/node_modules/p-cancelable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", + "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-rebuild/node_modules/responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "dev": true, + "dependencies": { + "lowercase-keys": "^2.0.0" + } + }, + "node_modules/electron-rebuild/node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/electron-squirrel-startup": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/electron-squirrel-startup/-/electron-squirrel-startup-1.0.0.tgz", + "integrity": "sha1-GbTlWTP6Dvj1VnhLnGYPdyVGoLg=", + "dependencies": { + "debug": "^2.2.0" + } + }, + "node_modules/electron-squirrel-startup/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/electron-squirrel-startup/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/electron-winstaller": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/electron-winstaller/-/electron-winstaller-4.0.2.tgz", + "integrity": "sha512-tYmzIyi+W0CXd9o/jmR0VT+vwJ+nOaE/dQz8f64IlbQ/J9d2lpwsmmOKxx6veAVKeYiJHYQHR1eYsLzznNzd5g==", + "dev": true, + "optional": true, + "dependencies": { + "asar": "^2.0.1", + "debug": "^4.1.1", + "fs-extra": "^7.0.1", + "lodash.template": "^4.2.2", + "temp": "^0.9.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/electron-winstaller/node_modules/asar": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/asar/-/asar-2.1.0.tgz", + "integrity": "sha512-d2Ovma+bfqNpvBzY/KU8oPY67ZworixTpkjSx0PCXnQi67c2cXmssaTxpFDUM0ttopXoGx/KRxNg/GDThYbXQA==", + "dev": true, + "optional": true, + "dependencies": { + "chromium-pickle-js": "^0.2.0", + "commander": "^2.20.0", + "cuint": "^0.2.2", + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.1", + "tmp-promise": "^1.0.5" + }, + "bin": { + "asar": "bin/asar.js" + }, + "engines": { + "node": ">=8.0" + }, + "optionalDependencies": { + "@types/glob": "^7.1.1" + } + }, + "node_modules/electron-winstaller/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "optional": true + }, + "node_modules/electron-winstaller/node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "optional": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/electron-winstaller/node_modules/tmp": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", + "integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==", + "dev": true, + "optional": true, + "dependencies": { + "rimraf": "^2.6.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/electron-winstaller/node_modules/tmp-promise": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-1.1.0.tgz", + "integrity": "sha512-8+Ah9aB1IRXCnIOxXZ0uFozV1nMU5xiu7hhFVUSxZ3bYu+psD4TzagCzVbexUCgNNGJnsmNDQlS4nG3mTyoNkw==", + "dev": true, + "optional": true, + "dependencies": { + "bluebird": "^3.5.0", + "tmp": "0.1.0" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true, + "optional": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "dev": true, + "optional": true + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "optional": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/execa/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/execa/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/execa/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/execa/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "dev": true, + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/extract-zip": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz", + "integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==", + "dev": true, + "dependencies": { + "concat-stream": "^1.6.2", + "debug": "^2.6.9", + "mkdirp": "^0.5.4", + "yauzl": "^2.10.0" + }, + "bin": { + "extract-zip": "cli.js" + } + }, + "node_modules/extract-zip/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/extract-zip/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true, + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "dev": true, + "dependencies": { + "pend": "~1.2.0" + } + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/filename-reserved-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/filenamify": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.2.0.tgz", + "integrity": "sha512-pkgE+4p7N1n7QieOopmn3TqJaefjdWXwEkj2XLZJLKfOgcQKkn11ahvGNgTD8mLggexLiDFQxeTs14xVU22XPA==", + "dev": true, + "dependencies": { + "filename-reserved-regex": "^2.0.0", + "strip-outer": "^1.0.1", + "trim-repeated": "^1.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fkill": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fkill/-/fkill-7.1.1.tgz", + "integrity": "sha512-jFPrW3qmbPQxjbKUMGPTXbpWoX5plS0BMotAB7q9jwInFd/YdrY40/5Szt4gFroF2BfXHIVuMdQC40X8IcgL3w==", + "dependencies": { + "aggregate-error": "^3.1.0", + "arrify": "^2.0.1", + "execa": "^5.0.0", + "pid-port": "^0.1.0", + "process-exists": "^4.0.0", + "ps-list": "^7.2.0", + "taskkill": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fkill/node_modules/execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/fkill/node_modules/get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fkill/node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fkill/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flora-colossus": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.1.tgz", + "integrity": "sha512-d+9na7t9FyH8gBJoNDSi28mE4NgQVGGvxQ4aHtFRetjyh5SXjuus+V5EZaxFmFdXVemSOrx0lsgEl/ZMjnOWJA==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "fs-extra": "^7.0.0" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/flora-colossus/node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/galactus": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz", + "integrity": "sha1-y+0tIKQMH1Z5o1kI4rlBVzPnjbk=", + "dev": true, + "dependencies": { + "debug": "^3.1.0", + "flora-colossus": "^1.0.0", + "fs-extra": "^4.0.0" + } + }, + "node_modules/galactus/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/galactus/node_modules/fs-extra": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", + "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "node_modules/gar": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/gar/-/gar-1.0.4.tgz", + "integrity": "sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==", + "dev": true, + "optional": true + }, + "node_modules/gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "dependencies": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "node_modules/gauge/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-folder-size": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/get-folder-size/-/get-folder-size-2.0.1.tgz", + "integrity": "sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA==", + "dev": true, + "optional": true, + "dependencies": { + "gar": "^1.0.4", + "tiny-each-async": "2.0.3" + }, + "bin": { + "get-folder-size": "bin/get-folder-size" + } + }, + "node_modules/get-installed-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/get-installed-path/-/get-installed-path-2.1.1.tgz", + "integrity": "sha512-Qkn9eq6tW5/q9BDVdMpB8tOHljX9OSP0jRC5TRNVA4qRc839t4g8KQaR8t0Uv0EFVL0MlyG7m/ofjEgAROtYsA==", + "dev": true, + "dependencies": { + "global-modules": "1.0.0" + } + }, + "node_modules/get-package-info": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz", + "integrity": "sha1-ZDJ5ZWPigRPNlHTbvQAFKYWkmZw=", + "dev": true, + "dependencies": { + "bluebird": "^3.1.1", + "debug": "^2.2.0", + "lodash.get": "^4.0.0", + "read-pkg-up": "^2.0.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/get-package-info/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/get-package-info/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/global-agent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz", + "integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==", + "dev": true, + "optional": true, + "dependencies": { + "boolean": "^3.0.1", + "core-js": "^3.6.5", + "es6-error": "^4.1.1", + "matcher": "^3.0.0", + "roarr": "^2.15.3", + "semver": "^7.3.2", + "serialize-error": "^7.0.1" + }, + "engines": { + "node": ">=10.0" + } + }, + "node_modules/global-agent/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "optional": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/global-tunnel-ng": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz", + "integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==", + "dev": true, + "optional": true, + "dependencies": { + "encodeurl": "^1.0.2", + "lodash": "^4.17.10", + "npm-conf": "^1.1.3", + "tunnel": "^0.0.6" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/globalthis": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.2.tgz", + "integrity": "sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==", + "dev": true, + "optional": true, + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "dev": true + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", + "dev": true, + "dependencies": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore-walk": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", + "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", + "dev": true, + "dependencies": { + "minimatch": "^3.0.4" + } + }, + "node_modules/indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "dependencies": { + "repeating": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dev": true, + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "node_modules/is-core-module": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz", + "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.0.tgz", + "integrity": "sha512-K4GwB4i/HzhAzwP/XSlspzRdFTI9N8OxJOyOU7Y5Rz+p+WBokXWVWblaJeBkggthmoSV0OoGTH5thJNvplpkvQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "dev": true, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/isbinaryfile": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", + "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", + "dev": true, + "dependencies": { + "buffer-alloc": "^1.2.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "node_modules/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "node_modules/json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "node_modules/junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.0" + } + }, + "node_modules/load-json-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", + "dev": true, + "optional": true + }, + "node_modules/lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "node_modules/lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "dev": true, + "optional": true, + "dependencies": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "node_modules/lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "dev": true, + "optional": true, + "dependencies": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "dev": true, + "dependencies": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/lzma-native": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/lzma-native/-/lzma-native-6.0.1.tgz", + "integrity": "sha512-O6oWF0xe1AFvOCjU8uOZBZ/lhjaMNwHfVNaqVMqmoQXlRwBcFWpCAToiZOdXcKVMdo/5s/D0a2QgA5laMErxHQ==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "node-addon-api": "^1.6.0", + "node-pre-gyp": "^0.11.0", + "readable-stream": "^2.3.5", + "rimraf": "^2.7.1" + }, + "bin": { + "lzmajs": "bin/lzmajs" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "dev": true, + "dependencies": { + "p-defer": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matcher": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "dev": true, + "optional": true, + "dependencies": { + "escape-string-regexp": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "dev": true, + "dependencies": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "dependencies": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "dependencies": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "dependencies": { + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "dependencies": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true, + "dependencies": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow/node_modules/strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "dependencies": { + "is-utf8": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/mime-db": { + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz", + "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz", + "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==", + "dev": true, + "dependencies": { + "mime-db": "1.47.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "node_modules/needle": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", + "integrity": "sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==", + "dev": true, + "dependencies": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, + "engines": { + "node": ">= 4.4.x" + } + }, + "node_modules/needle/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/node-abi": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.21.0.tgz", + "integrity": "sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg==", + "dev": true, + "dependencies": { + "semver": "^5.4.1" + } + }, + "node_modules/node-abi/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/node-addon-api": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz", + "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "dev": true, + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/node-gyp": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz", + "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==", + "dev": true, + "dependencies": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.3", + "nopt": "^5.0.0", + "npmlog": "^4.1.2", + "request": "^2.88.2", + "rimraf": "^3.0.2", + "semver": "^7.3.2", + "tar": "^6.0.2", + "which": "^2.0.2" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": ">= 10.12.0" + } + }, + "node_modules/node-gyp/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-pre-gyp": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz", + "integrity": "sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==", + "deprecated": "Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future", + "dev": true, + "dependencies": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/node-pre-gyp/node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "node_modules/node-pre-gyp/node_modules/fs-minipass": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", + "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", + "dev": true, + "dependencies": { + "minipass": "^2.6.0" + } + }, + "node_modules/node-pre-gyp/node_modules/minipass": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", + "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "node_modules/node-pre-gyp/node_modules/minizlib": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", + "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", + "dev": true, + "dependencies": { + "minipass": "^2.9.0" + } + }, + "node_modules/node-pre-gyp/node_modules/nopt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", + "dev": true, + "dependencies": { + "abbrev": "1", + "osenv": "^0.1.4" + }, + "bin": { + "nopt": "bin/nopt.js" + } + }, + "node_modules/node-pre-gyp/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/node-pre-gyp/node_modules/tar": { + "version": "4.4.13", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", + "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", + "dev": true, + "dependencies": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" + }, + "engines": { + "node": ">=4.5" + } + }, + "node_modules/node-pre-gyp/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dev": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm-bundled": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", + "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", + "dev": true, + "dependencies": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "node_modules/npm-conf": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz", + "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==", + "dev": true, + "optional": true, + "dependencies": { + "config-chain": "^1.1.11", + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, + "node_modules/npm-packlist": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "dev": true, + "dependencies": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "dependencies": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "node_modules/nugget": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz", + "integrity": "sha1-IBCVpIfhrTYIGzQy+jytpPjQcbA=", + "dev": true, + "dependencies": { + "debug": "^2.1.3", + "minimist": "^1.1.0", + "pretty-bytes": "^1.0.2", + "progress-stream": "^1.1.0", + "request": "^2.45.0", + "single-line-log": "^1.1.2", + "throttleit": "0.0.2" + }, + "bin": { + "nugget": "bin.js" + } + }, + "node_modules/nugget/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/nugget/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "optional": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.0.tgz", + "integrity": "sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==", + "dev": true, + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "dependencies": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "node_modules/p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-author": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz", + "integrity": "sha1-00YL8d3Q367tQtp1QkLmX7aEqB8=", + "dev": true, + "dependencies": { + "author-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "dependencies": { + "error-ex": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-ms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz", + "integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "node_modules/path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "dev": true, + "dependencies": { + "pify": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-type/node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "node_modules/pid-port": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pid-port/-/pid-port-0.1.1.tgz", + "integrity": "sha512-boqPJtSgZC6KOgXKNPC+/XR3xwVtpOtaLa7JLcdf8jfVe0ZM2TwllBXxxLUO8GQbOLJ4/hEtf2+L1QCKbaoHUg==", + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pid-port/node_modules/execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/pid-port/node_modules/get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pid-port/node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/pid-port/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, + "optional": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/plist": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.2.tgz", + "integrity": "sha512-MSrkwZBdQ6YapHy87/8hDU8MnIcyxBKjeF+McXnr5A9MtffPewTs7G3hlpodT5TacyfIyFTaJEhh3GGcmasTgQ==", + "dev": true, + "dependencies": { + "base64-js": "^1.5.1", + "xmlbuilder": "^9.0.7", + "xmldom": "^0.5.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pretty-bytes": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz", + "integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=", + "dev": true, + "dependencies": { + "get-stdin": "^4.0.1", + "meow": "^3.1.0" + }, + "bin": { + "pretty-bytes": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pretty-ms": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz", + "integrity": "sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==", + "dev": true, + "dependencies": { + "parse-ms": "^2.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/process-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/process-exists/-/process-exists-4.0.0.tgz", + "integrity": "sha512-BnlcYPiZjSW+fye12g9B7UeCzMAOdMkxuTz3zcytJ2BHwYZf2RoKvuuwUcJLeXlGj58x9YQrvhT21PmKhUc4UQ==", + "dependencies": { + "ps-list": "^6.3.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/process-exists/node_modules/ps-list": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-6.3.0.tgz", + "integrity": "sha512-qau0czUSB0fzSlBOQt0bo+I2v6R+xiQdj78e1BR/Qjfl5OHWJ/urXi8+ilw1eHe+5hSeDI1wrwVTgDp2wst4oA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/progress-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/progress-stream/-/progress-stream-1.2.0.tgz", + "integrity": "sha1-LNPP6jO6OonJwSHsM0er6asSX3c=", + "dev": true, + "dependencies": { + "speedometer": "~0.1.2", + "through2": "~0.2.3" + } + }, + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=", + "dev": true, + "optional": true + }, + "node_modules/ps-list": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-7.2.0.tgz", + "integrity": "sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rcedit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/rcedit/-/rcedit-2.3.0.tgz", + "integrity": "sha512-h1gNEl9Oai1oijwyJ1WYqYSXTStHnOcv1KYljg/8WM4NAg3H1KBK3azIaKkQ1WQl+d7PoJpcBMscPfLXVKgCLQ==", + "dev": true, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "dev": true, + "dependencies": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "dev": true, + "dependencies": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "dev": true, + "dependencies": { + "locate-path": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "dev": true, + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "dependencies": { + "p-try": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "dev": true, + "dependencies": { + "p-limit": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true, + "dependencies": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "dependencies": { + "is-finite": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", + "dev": true, + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true, + "optional": true + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-alpn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.0.0.tgz", + "integrity": "sha512-rTuiIEqFmGxne4IovivKSDzld2lWW9QCjqv80SYjPgf+gS35eaCAjaP54CCwGAwBtnCsvNLYtqxe1Nw+i6JEmA==", + "dev": true + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-package": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-package/-/resolve-package-1.0.1.tgz", + "integrity": "sha1-aG9wsYi9fWdfW7xCgszaBgq7nSc=", + "dev": true, + "dependencies": { + "get-installed-path": "^2.0.3" + }, + "engines": { + "node": ">=4", + "npm": ">=2" + } + }, + "node_modules/responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "dev": true, + "dependencies": { + "lowercase-keys": "^1.0.0" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/roarr": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "dev": true, + "optional": true, + "dependencies": { + "boolean": "^3.0.1", + "detect-node": "^2.0.4", + "globalthis": "^1.0.1", + "json-stringify-safe": "^5.0.1", + "semver-compare": "^1.0.0", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", + "dev": true, + "optional": true + }, + "node_modules/serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "dev": true, + "optional": true, + "dependencies": { + "type-fest": "^0.13.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "node_modules/single-line-log": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz", + "integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=", + "dev": true, + "dependencies": { + "string-width": "^1.0.1" + } + }, + "node_modules/single-line-log/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/single-line-log/node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/single-line-log/node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/single-line-log/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz", + "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==", + "dev": true + }, + "node_modules/speedometer": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz", + "integrity": "sha1-mHbb0qFp0xFUAtSObqYynIgWpQ0=", + "dev": true + }, + "node_modules/sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true, + "optional": true + }, + "node_modules/sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "dependencies": { + "get-stdin": "^4.0.1" + }, + "bin": { + "strip-indent": "cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-outer/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/sudo-prompt": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", + "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==", + "dev": true + }, + "node_modules/sumchecker": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", + "integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", + "dev": true, + "dependencies": { + "debug": "^4.1.0" + }, + "engines": { + "node": ">= 8.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", + "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "dev": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/tar/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/taskkill": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/taskkill/-/taskkill-3.1.0.tgz", + "integrity": "sha512-5KcOFzPvd1nGFVrmB7H4+QAWVjYOf//+QTbOj0GpXbqtqbKGWVczG+rq6VhXAtdtlKLTs16NAmHRyF5vbggQ2w==", + "dependencies": { + "arrify": "^2.0.1", + "execa": "^3.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/taskkill/node_modules/execa": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", + "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "p-finally": "^2.0.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": "^8.12.0 || >=9.7.0" + } + }, + "node_modules/taskkill/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/taskkill/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/taskkill/node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/taskkill/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/taskkill/node_modules/p-finally": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/temp": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz", + "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==", + "dev": true, + "optional": true, + "dependencies": { + "mkdirp": "^0.5.1", + "rimraf": "~2.6.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/temp/node_modules/rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "optional": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/throttleit": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz", + "integrity": "sha1-z+34jmDADdlpe2H90qg0OptoDq8=", + "dev": true + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "node_modules/through2": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz", + "integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=", + "dev": true, + "dependencies": { + "readable-stream": "~1.1.9", + "xtend": "~2.1.1" + } + }, + "node_modules/through2/node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "node_modules/through2/node_modules/readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/through2/node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, + "node_modules/tiny-each-async": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz", + "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE=", + "dev": true, + "optional": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/tmp-promise": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.2.tgz", + "integrity": "sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==", + "dev": true, + "optional": true, + "dependencies": { + "tmp": "^0.2.0" + } + }, + "node_modules/tmp-promise/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "optional": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/tmp-promise/node_modules/tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dev": true, + "optional": true, + "dependencies": { + "rimraf": "^3.0.0" + }, + "engines": { + "node": ">=8.17.0" + } + }, + "node_modules/to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dev": true, + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/trim-repeated/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tunnel": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.6.11 <=0.7.0 || >=0.7.3" + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "dev": true, + "dependencies": { + "prepend-http": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/username": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/username/-/username-5.1.0.tgz", + "integrity": "sha512-PCKbdWw85JsYMvmCv5GH3kXmM66rCd9m1hBEDutPNv94b/pqCMT4NtcKyeWYvLFiE8b+ha1Jdl8XAaUdPn5QTg==", + "dev": true, + "dependencies": { + "execa": "^1.0.0", + "mem": "^4.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true, + "optional": true + }, + "node_modules/wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "dependencies": { + "string-width": "^1.0.2 || 2" + } + }, + "node_modules/wide-align/node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/xmldom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/xtend": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz", + "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=", + "dev": true, + "dependencies": { + "object-keys": "~0.4.0" + }, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/xtend/node_modules/object-keys": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz", + "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=", + "dev": true + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yarn-or-npm": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/yarn-or-npm/-/yarn-or-npm-3.0.1.tgz", + "integrity": "sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ==", + "dev": true, + "dependencies": { + "cross-spawn": "^6.0.5", + "pkg-dir": "^4.2.0" + }, + "bin": { + "yarn-or-npm": "bin/index.js", + "yon": "bin/index.js" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/yarn-or-npm/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/yarn-or-npm/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/yarn-or-npm/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/yarn-or-npm/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/yarn-or-npm/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/yarn-or-npm/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", + "dev": true, + "dependencies": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, + "dependencies": { + "@electron-forge/async-ora": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/async-ora/-/async-ora-6.0.0-beta.54.tgz", + "integrity": "sha512-OCoHds0BIXaB54HgKw6pjlHC1cnaTcfJfVVkPSJl1GLC3VShZ5bETJfsitwbiP2kbfKLUQFayW27sqbwnwQR2w==", + "dev": true, + "requires": { + "colors": "^1.4.0", + "debug": "^4.1.0", + "log-symbols": "^4.0.0", + "ora": "^5.0.0", + "pretty-ms": "^7.0.0" + } + }, + "@electron-forge/cli": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/cli/-/cli-6.0.0-beta.54.tgz", + "integrity": "sha512-+Ui1BI8c5CnBawH2OEySa5QR8DzrFd/I9FHlClvrTsIDfsBAeMSv9NTbSNcmo9Af5kI+aNsLQa8tp1vD8DNrng==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/core": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron/get": "^1.9.0", + "colors": "^1.4.0", + "commander": "^4.1.1", + "debug": "^4.1.0", + "fs-extra": "^9.0.1", + "inquirer": "^7.3.3", + "semver": "^7.2.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/core": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/core/-/core-6.0.0-beta.54.tgz", + "integrity": "sha512-yggZeiwRLnIsQYCT5jKhx2L7I02CwUCjnIzA+CqUZXD0AU1c2o0BA/26dNOGvY/+pr5yWjOXcrGy1hvj3dnLmQ==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/installer-base": "6.0.0-beta.54", + "@electron-forge/installer-deb": "6.0.0-beta.54", + "@electron-forge/installer-dmg": "6.0.0-beta.54", + "@electron-forge/installer-exe": "6.0.0-beta.54", + "@electron-forge/installer-rpm": "6.0.0-beta.54", + "@electron-forge/installer-zip": "6.0.0-beta.54", + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/plugin-base": "6.0.0-beta.54", + "@electron-forge/publisher-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "@electron-forge/template-typescript": "6.0.0-beta.54", + "@electron-forge/template-typescript-webpack": "6.0.0-beta.54", + "@electron-forge/template-webpack": "6.0.0-beta.54", + "@electron/get": "^1.9.0", + "@malept/cross-spawn-promise": "^1.1.0", + "colors": "^1.4.0", + "debug": "^4.1.0", + "electron-packager": "^15.0.0", + "electron-rebuild": "^2.0.3", + "find-up": "^5.0.0", + "fs-extra": "^9.0.1", + "glob": "^7.1.5", + "lodash": "^4.17.20", + "log-symbols": "^4.0.0", + "node-fetch": "^2.6.0", + "nugget": "^2.0.1", + "resolve-package": "^1.0.1", + "semver": "^7.2.1", + "source-map-support": "^0.5.13", + "sudo-prompt": "^9.1.1", + "username": "^5.1.0", + "yarn-or-npm": "^3.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/installer-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-base/-/installer-base-6.0.0-beta.54.tgz", + "integrity": "sha512-q6Z5kBAE6StKqn+3Z5tXVHu7WGCb9OMeIomw9H9Q41UUIehF7V0J3tCWTkJdhZ8D6/tkXcis3GKptaj0wfMpyg==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54" + } + }, + "@electron-forge/installer-darwin": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-darwin/-/installer-darwin-6.0.0-beta.54.tgz", + "integrity": "sha512-kRbH24+QBhbcIugnIvevnf43JGzLFLoyFsoY3YeyZeeDL3vfyg0vtSyUx0hfq1GpHG+zObDf3o18c3WbxdXlXA==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/installer-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1", + "sudo-prompt": "^9.1.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/installer-deb": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-deb/-/installer-deb-6.0.0-beta.54.tgz", + "integrity": "sha512-UbJR2Md0SBqex5AIv9YZ56hY2Iz5gZ6f1iAx0q4PlYpCY19W9nRXdudLNhx1w5go26DsT53+h6EzX2NGpBLq3Q==", + "dev": true, + "requires": { + "@electron-forge/installer-linux": "6.0.0-beta.54" + } + }, + "@electron-forge/installer-dmg": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-dmg/-/installer-dmg-6.0.0-beta.54.tgz", + "integrity": "sha512-F9jwhUTzdFNlbLus7RQ8paoGPryr79JFYDLi42f0dyuFwlOjwlrA1wN5xWqrvcMeqFlc3DfjjeRWZ+10RQyorA==", + "dev": true, + "requires": { + "@electron-forge/installer-darwin": "6.0.0-beta.54", + "@malept/cross-spawn-promise": "^1.1.0", + "debug": "^4.1.0", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/installer-exe": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-exe/-/installer-exe-6.0.0-beta.54.tgz", + "integrity": "sha512-PE7RBPerSenNcSkKXJWpervKNl7AVT+JeMzx61OHUQSw3h63NHRvXWh31llxk32mmJcaKRgGle2GsWob87Lv/w==", + "dev": true, + "requires": { + "@electron-forge/installer-base": "6.0.0-beta.54", + "open": "^7.2.1" + } + }, + "@electron-forge/installer-linux": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-linux/-/installer-linux-6.0.0-beta.54.tgz", + "integrity": "sha512-WQVV5fitsfTyktjb18m9Bx+Dho6rCFvVILqFNZAu1RfXIsjLl/h0WdkozdGDccfeDMqlRYmaNs3e5THn5swnAg==", + "dev": true, + "requires": { + "@electron-forge/installer-base": "6.0.0-beta.54", + "sudo-prompt": "^9.1.1" + } + }, + "@electron-forge/installer-rpm": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-rpm/-/installer-rpm-6.0.0-beta.54.tgz", + "integrity": "sha512-8gaJA2m8+Y/ZhV4xEeijXz8UksrliMEzyUAdwM5ZdAsmfmGlnhchGr0L6rI23D66dQP9DeyvUIuUwXrsTlj1nQ==", + "dev": true, + "requires": { + "@electron-forge/installer-linux": "6.0.0-beta.54" + } + }, + "@electron-forge/installer-zip": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/installer-zip/-/installer-zip-6.0.0-beta.54.tgz", + "integrity": "sha512-KCY5zreA79wjZODhLmtrbFweTWdlh9JgmW9WruIrmHm3sK19rRhCdaZ+Dg5ZWUhMx2A79d5a2C7r78lWGcHl7A==", + "dev": true, + "requires": { + "@electron-forge/installer-darwin": "6.0.0-beta.54", + "@malept/cross-spawn-promise": "^1.1.0", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/maker-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-base/-/maker-base-6.0.0-beta.54.tgz", + "integrity": "sha512-4y0y15ieb1EOR5mibtFM9tZzaShbAO0RZu6ARLCpD5BgKuJBzXRPfWvEmY6WeDNzoWTJ+mQdYikLAeOL2E9mew==", + "dev": true, + "requires": { + "@electron-forge/shared-types": "6.0.0-beta.54", + "fs-extra": "^9.0.1", + "which": "^2.0.2" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/maker-deb": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-deb/-/maker-deb-6.0.0-beta.54.tgz", + "integrity": "sha512-PEAYULi7n/JkwvaEQnM554ewmLYkxGtHvuh6vUf5wsh48Xw3jcEVHejsc4FDjx5I6cKAByb9nscTtZpKt3ngXw==", + "dev": true, + "requires": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "electron-installer-debian": "^3.0.0" + } + }, + "@electron-forge/maker-rpm": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-rpm/-/maker-rpm-6.0.0-beta.54.tgz", + "integrity": "sha512-6nqBOUnojRE8+KdvE8zVXN2/H/V/QuWJQ4cwCLahJQxG1kG5RXOh6VbsM1mEFxjJwOhVnK+wkNCODf1qi56JZw==", + "dev": true, + "requires": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "electron-installer-redhat": "^3.2.0" + } + }, + "@electron-forge/maker-squirrel": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-squirrel/-/maker-squirrel-6.0.0-beta.54.tgz", + "integrity": "sha512-JJ+HmUe94zZ6mZnyv3IvNLQ5nwoj4dcQ4gzwps4P3fCEpuABMr74KOlza7fMXrrs8cwOrGfMFwsk80GTcLdWkg==", + "dev": true, + "requires": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "electron-winstaller": "^4.0.1", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/maker-zip": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/maker-zip/-/maker-zip-6.0.0-beta.54.tgz", + "integrity": "sha512-wbJhK1rDOCZMTtKrjvavT8R+Yi+v/6axsnTXvzbkzzMQ0xADKNslTwzO6mmbBJea4oIbYmQ44DRAjI21TNyQ/A==", + "dev": true, + "requires": { + "@electron-forge/maker-base": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "cross-zip": "^3.0.0", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/plugin-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/plugin-base/-/plugin-base-6.0.0-beta.54.tgz", + "integrity": "sha512-8HwGzgNCHo2PgUfNnTch3Gvj7l6fqOgjnARK1y056UfsxFy+hwvHaAO+7LLfr7ktNwU/bH3hGhOpE+ZmBSwSqQ==", + "dev": true, + "requires": { + "@electron-forge/shared-types": "6.0.0-beta.54" + } + }, + "@electron-forge/publisher-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/publisher-base/-/publisher-base-6.0.0-beta.54.tgz", + "integrity": "sha512-Dny0jW0N8QcNYKHTtzQFZD4pBWJ7tclJWf3ZCX031vUKG7RhThdA06IPNzV6JtWJswrvAE9TPndzZONMza2V7g==", + "dev": true, + "requires": { + "@electron-forge/shared-types": "6.0.0-beta.54" + } + }, + "@electron-forge/shared-types": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/shared-types/-/shared-types-6.0.0-beta.54.tgz", + "integrity": "sha512-6CzWKFR17rxxeIqm1w5ZyT9uTAHSVAjhqL8c+TmizF2703GyCEusUkjP2UXt/tZNY4MJlukZoJM66Bct6oZJ+w==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "electron-packager": "^15.0.0", + "electron-rebuild": "^2.0.3", + "ora": "^5.0.0" + } + }, + "@electron-forge/template-base": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-base/-/template-base-6.0.0-beta.54.tgz", + "integrity": "sha512-LuSpeOiM6AzUbamz5U/NqRkn4y7dzof1JK1ISAb+6tORf7JU014aKqDcLdwgP8Lxaz6P1bdlMmNJTvg5+SBrEw==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "debug": "^4.1.0", + "fs-extra": "^9.0.1", + "username": "^5.1.0" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/template-typescript": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-typescript/-/template-typescript-6.0.0-beta.54.tgz", + "integrity": "sha512-7V87LWH+vJ1YibM9MsTttbz7upfwLrmXgchQ399EfLxK306g7q/ouyGkeTerhLr2gCUAvm/Oqx+sXQ7402ol9w==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/template-typescript-webpack": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-typescript-webpack/-/template-typescript-webpack-6.0.0-beta.54.tgz", + "integrity": "sha512-1MIw1eGlMZg7KLG4oAEE0rB28WDOtz01OSoW2a2NqkmUzmu4BxJdSvQ97Tp7xCU0naW0H1uU39B9QOjJQgLGCQ==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron-forge/template-webpack": { + "version": "6.0.0-beta.54", + "resolved": "https://registry.npmjs.org/@electron-forge/template-webpack/-/template-webpack-6.0.0-beta.54.tgz", + "integrity": "sha512-4/zUOZ8MCZqs8PcUCeeG6ofpy6HT53tQiLknM23OPaFP6ckuE6kOunC6N/teijUrJuLpKl3P8d39SWPVacxEzg==", + "dev": true, + "requires": { + "@electron-forge/async-ora": "6.0.0-beta.54", + "@electron-forge/shared-types": "6.0.0-beta.54", + "@electron-forge/template-base": "6.0.0-beta.54", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "@electron/get": { + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/@electron/get/-/get-1.12.4.tgz", + "integrity": "sha512-6nr9DbJPUR9Xujw6zD3y+rS95TyItEVM0NVjt1EehY2vUWfIgPiIPVHxCvaTS0xr2B+DRxovYVKbuOWqC35kjg==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "env-paths": "^2.2.0", + "fs-extra": "^8.1.0", + "global-agent": "^2.0.2", + "global-tunnel-ng": "^2.7.1", + "got": "^9.6.0", + "progress": "^2.0.3", + "semver": "^6.2.0", + "sumchecker": "^3.0.1" + } + }, + "@malept/cross-spawn-promise": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.tgz", + "integrity": "sha512-RTBGWL5FWQcg9orDOCcp4LvItNzUPcyEU9bwaeJX0rJ1IQxzucC48Y0/sQLp/g6t99IQgAlGIaesJS+gTn7tVQ==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.1" + } + }, + "@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true + }, + "@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dev": true, + "requires": { + "defer-to-connect": "^1.0.1" + } + }, + "@types/cacheable-request": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", + "integrity": "sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==", + "dev": true, + "requires": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "@types/fs-extra": { + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.10.tgz", + "integrity": "sha512-O9T2LLkRDiTlalOBdjEkcnT0MRdT2+wglCl7pJUJ3mkWkR8hX4K+5bg2raQNJcLv4V8zGuTXe7Ud3wSqkTyuyQ==", + "dev": true, + "optional": true, + "requires": { + "@types/node": "*" + } + }, + "@types/glob": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.3.tgz", + "integrity": "sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==", + "dev": true, + "optional": true, + "requires": { + "@types/minimatch": "*", + "@types/node": "*" + } + }, + "@types/http-cache-semantics": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz", + "integrity": "sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==", + "dev": true + }, + "@types/keyv": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.1.tgz", + "integrity": "sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==", + "dev": true, + "optional": true + }, + "@types/node": { + "version": "14.14.37", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", + "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==", + "dev": true + }, + "@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/yauzl": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz", + "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==", + "dev": true, + "optional": true, + "requires": { + "@types/node": "*" + } + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "dependencies": { + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + }, + "dependencies": { + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + } + } + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true + }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dev": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true + }, + "arrify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==" + }, + "asar": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/asar/-/asar-3.0.3.tgz", + "integrity": "sha512-k7zd+KoR+n8pl71PvgElcoKHrVNiSXtw7odKbyNpmgKe7EGRF9Pnu3uLOukD37EvavKwVFxOUpqXTIZC5B5Pmw==", + "dev": true, + "requires": { + "@types/glob": "^7.1.1", + "chromium-pickle-js": "^0.2.0", + "commander": "^5.0.0", + "glob": "^7.1.6", + "minimatch": "^3.0.4" + }, + "dependencies": { + "commander": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", + "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", + "dev": true + } + } + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true + }, + "author-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz", + "integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", + "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", + "dev": true + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + } + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "boolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/boolean/-/boolean-3.0.3.tgz", + "integrity": "sha512-EqrTKXQX6Z3A2nRmMEIlAIfjQOgFnVO2nqZGpbcsPnYGWBwpFqzlrozU1dy+S2iqfYDLh26ef4KrgTxu9xQrxA==", + "dev": true, + "optional": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-alloc": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, + "requires": { + "buffer-alloc-unsafe": "^1.1.0", + "buffer-fill": "^1.0.0" + } + }, + "buffer-alloc-unsafe": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true + }, + "buffer-fill": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true + }, + "buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true + }, + "cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true + }, + "cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true + } + } + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + } + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true + }, + "chromium-pickle-js": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz", + "integrity": "sha1-BKEGZywYsIWrd02YPfo+oTjyIgU=", + "dev": true + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-spinners": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", + "integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", + "dev": true + }, + "cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true + }, + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "colors": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true + }, + "compare-version": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz", + "integrity": "sha1-AWLsLZNR9d3VmpICy6k1NmpyUIA=", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "config-chain": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz", + "integrity": "sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==", + "dev": true, + "optional": true, + "requires": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "dev": true + }, + "core-js": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", + "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==", + "dev": true, + "optional": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "cross-zip": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cross-zip/-/cross-zip-3.1.0.tgz", + "integrity": "sha512-aX02l0SD3KE27pMl69gkxDdDM5D3u9Ic4Je+2b1B2fP0dWnlWWY6ns2Vk5DEgCXJRhL3GasSpicNQRNbDkq0+w==", + "dev": true, + "requires": { + "rimraf": "^3.0.0" + }, + "dependencies": { + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "cuint": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", + "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", + "dev": true, + "optional": true + }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true, + "requires": { + "array-find-index": "^1.0.1" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "dev": true + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "optional": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", + "dev": true + }, + "detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "dev": true + }, + "detect-node": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.5.tgz", + "integrity": "sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw==", + "dev": true, + "optional": true + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "electron": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.2.tgz", + "integrity": "sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow==", + "dev": true, + "requires": { + "@electron/get": "^1.0.1", + "@types/node": "^14.6.2", + "extract-zip": "^1.0.3" + } + }, + "electron-installer-common": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/electron-installer-common/-/electron-installer-common-0.10.3.tgz", + "integrity": "sha512-mYbP+6i+nHMIm0WZHXgGdmmXMe+KXncl6jZYQNcCF9C1WsNA9C5SZ2VP4TLQMSIoFO+X4ugkMEA5uld1bmyEvA==", + "dev": true, + "optional": true, + "requires": { + "@malept/cross-spawn-promise": "^1.0.0", + "@types/fs-extra": "^9.0.1", + "asar": "^3.0.0", + "debug": "^4.1.1", + "fs-extra": "^9.0.0", + "glob": "^7.1.4", + "lodash": "^4.17.15", + "parse-author": "^2.0.0", + "semver": "^7.1.1", + "tmp-promise": "^3.0.2" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "optional": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true + } + } + }, + "electron-installer-debian": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/electron-installer-debian/-/electron-installer-debian-3.1.0.tgz", + "integrity": "sha512-k6KChvx0Fw8XTlCqwwbBfh19yGQaKjGdbugokmr1IpzINOm4QFyACKMTHAYFHW5LCBUZQShZD96hwxUZ+8Kx+w==", + "dev": true, + "optional": true, + "requires": { + "@malept/cross-spawn-promise": "^1.0.0", + "debug": "^4.1.1", + "electron-installer-common": "^0.10.2", + "fs-extra": "^9.0.0", + "get-folder-size": "^2.0.1", + "lodash": "^4.17.4", + "word-wrap": "^1.2.3", + "yargs": "^15.0.1" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "optional": true + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, + "optional": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "optional": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "optional": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "optional": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "optional": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "optional": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true, + "optional": true + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "optional": true, + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "optional": true, + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "electron-installer-redhat": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/electron-installer-redhat/-/electron-installer-redhat-3.3.0.tgz", + "integrity": "sha512-hXIXB3uQXmXZy/v3MpbwWN4Of28ALpPt9ZyUDNEoSe0w7QZceL9IqI2K6Q6imiBJCLRC0hmT94WhlKj1RyGOWg==", + "dev": true, + "optional": true, + "requires": { + "@malept/cross-spawn-promise": "^1.0.0", + "debug": "^4.1.1", + "electron-installer-common": "^0.10.2", + "fs-extra": "^9.0.0", + "lodash": "^4.17.15", + "word-wrap": "^1.2.3", + "yargs": "^16.0.2" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "optional": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "optional": true + } + } + }, + "electron-notarize": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/electron-notarize/-/electron-notarize-1.0.0.tgz", + "integrity": "sha512-dsib1IAquMn0onCrNMJ6gtEIZn/azG8hZMCYOuZIMVMUeRMgBYHK1s5TK9P8xAcrAjh/2aN5WYHzgVSWX314og==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "fs-extra": "^9.0.1" + }, + "dependencies": { + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "electron-osx-sign": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz", + "integrity": "sha512-icoRLHzFz/qxzDh/N4Pi2z4yVHurlsCAYQvsCSG7fCedJ4UJXBS6PoQyGH71IfcqKupcKeK7HX/NkyfG+v6vlQ==", + "dev": true, + "requires": { + "bluebird": "^3.5.0", + "compare-version": "^0.1.2", + "debug": "^2.6.8", + "isbinaryfile": "^3.0.2", + "minimist": "^1.2.0", + "plist": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "electron-packager": { + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-15.2.0.tgz", + "integrity": "sha512-BaklTBRQy1JTijR3hi8XxHf/uo76rHbDCNM/eQHSblzE9C0NoNfOe86nPxB7y1u2jwlqoEJ4zFiHpTFioKGGRA==", + "dev": true, + "requires": { + "@electron/get": "^1.6.0", + "asar": "^3.0.0", + "debug": "^4.0.1", + "electron-notarize": "^1.0.0", + "electron-osx-sign": "^0.5.0", + "extract-zip": "^2.0.0", + "filenamify": "^4.1.0", + "fs-extra": "^9.0.0", + "galactus": "^0.2.1", + "get-package-info": "^1.0.0", + "junk": "^3.1.0", + "parse-author": "^2.0.0", + "plist": "^3.0.0", + "rcedit": "^2.0.0", + "resolve": "^1.1.6", + "semver": "^7.1.3", + "yargs-parser": "^20.0.0" + }, + "dependencies": { + "extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dev": true, + "requires": { + "@types/yauzl": "^2.9.1", + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + } + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "electron-rebuild": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/electron-rebuild/-/electron-rebuild-2.3.5.tgz", + "integrity": "sha512-1sQ1DRtQGpglFhc3urD4olMJzt/wxlbnAAsf+WY2xHf5c50ZovivZvCXSpVgTOP9f4TzOMvelWyspyfhxQKHzQ==", + "dev": true, + "requires": { + "@malept/cross-spawn-promise": "^1.1.1", + "colors": "^1.3.3", + "debug": "^4.1.1", + "detect-libc": "^1.0.3", + "fs-extra": "^9.0.1", + "got": "^11.7.0", + "lzma-native": "^6.0.1", + "node-abi": "^2.19.2", + "node-gyp": "^7.1.0", + "ora": "^5.1.0", + "tar": "^6.0.5", + "yargs": "^16.0.0" + }, + "dependencies": { + "@sindresorhus/is": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz", + "integrity": "sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==", + "dev": true + }, + "@szmarczak/http-timer": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.5.tgz", + "integrity": "sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==", + "dev": true, + "requires": { + "defer-to-connect": "^2.0.0" + } + }, + "cacheable-request": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz", + "integrity": "sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^2.0.0" + } + }, + "decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, + "requires": { + "mimic-response": "^3.1.0" + } + }, + "defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "dev": true + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "requires": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + } + }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true + }, + "mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "dev": true + }, + "p-cancelable": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.0.tgz", + "integrity": "sha512-HAZyB3ZodPo+BDpb4/Iu7Jv4P6cSazBz9ZM0ChhEXp70scx834aWCEjQRwgt41UzzejUAPdbqqONfRWTPYrPAQ==", + "dev": true + }, + "responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "dev": true, + "requires": { + "lowercase-keys": "^2.0.0" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + } + } + }, + "electron-squirrel-startup": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/electron-squirrel-startup/-/electron-squirrel-startup-1.0.0.tgz", + "integrity": "sha1-GbTlWTP6Dvj1VnhLnGYPdyVGoLg=", + "requires": { + "debug": "^2.2.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "electron-winstaller": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/electron-winstaller/-/electron-winstaller-4.0.2.tgz", + "integrity": "sha512-tYmzIyi+W0CXd9o/jmR0VT+vwJ+nOaE/dQz8f64IlbQ/J9d2lpwsmmOKxx6veAVKeYiJHYQHR1eYsLzznNzd5g==", + "dev": true, + "optional": true, + "requires": { + "asar": "^2.0.1", + "debug": "^4.1.1", + "fs-extra": "^7.0.1", + "lodash.template": "^4.2.2", + "temp": "^0.9.0" + }, + "dependencies": { + "asar": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/asar/-/asar-2.1.0.tgz", + "integrity": "sha512-d2Ovma+bfqNpvBzY/KU8oPY67ZworixTpkjSx0PCXnQi67c2cXmssaTxpFDUM0ttopXoGx/KRxNg/GDThYbXQA==", + "dev": true, + "optional": true, + "requires": { + "@types/glob": "^7.1.1", + "chromium-pickle-js": "^0.2.0", + "commander": "^2.20.0", + "cuint": "^0.2.2", + "glob": "^7.1.3", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.1", + "tmp-promise": "^1.0.5" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "optional": true + }, + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "optional": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "tmp": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", + "integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==", + "dev": true, + "optional": true, + "requires": { + "rimraf": "^2.6.3" + } + }, + "tmp-promise": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-1.1.0.tgz", + "integrity": "sha512-8+Ah9aB1IRXCnIOxXZ0uFozV1nMU5xiu7hhFVUSxZ3bYu+psD4TzagCzVbexUCgNNGJnsmNDQlS4nG3mTyoNkw==", + "dev": true, + "optional": true, + "requires": { + "bluebird": "^3.5.0", + "tmp": "0.1.0" + } + } + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true, + "optional": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es6-error": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz", + "integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==", + "dev": true, + "optional": true + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "optional": true + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "extract-zip": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz", + "integrity": "sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==", + "dev": true, + "requires": { + "concat-stream": "^1.6.2", + "debug": "^2.6.9", + "mkdirp": "^0.5.4", + "yauzl": "^2.10.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fd-slicer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", + "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + }, + "dependencies": { + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + } + } + }, + "filename-reserved-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", + "dev": true + }, + "filenamify": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.2.0.tgz", + "integrity": "sha512-pkgE+4p7N1n7QieOopmn3TqJaefjdWXwEkj2XLZJLKfOgcQKkn11ahvGNgTD8mLggexLiDFQxeTs14xVU22XPA==", + "dev": true, + "requires": { + "filename-reserved-regex": "^2.0.0", + "strip-outer": "^1.0.1", + "trim-repeated": "^1.0.0" + } + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "fkill": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fkill/-/fkill-7.1.1.tgz", + "integrity": "sha512-jFPrW3qmbPQxjbKUMGPTXbpWoX5plS0BMotAB7q9jwInFd/YdrY40/5Szt4gFroF2BfXHIVuMdQC40X8IcgL3w==", + "requires": { + "aggregate-error": "^3.1.0", + "arrify": "^2.0.1", + "execa": "^5.0.0", + "pid-port": "^0.1.0", + "process-exists": "^4.0.0", + "ps-list": "^7.2.0", + "taskkill": "^3.1.0" + }, + "dependencies": { + "execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==" + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + } + } + }, + "flora-colossus": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.1.tgz", + "integrity": "sha512-d+9na7t9FyH8gBJoNDSi28mE4NgQVGGvxQ4aHtFRetjyh5SXjuus+V5EZaxFmFdXVemSOrx0lsgEl/ZMjnOWJA==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "fs-extra": "^7.0.0" + }, + "dependencies": { + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "requires": { + "minipass": "^3.0.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "galactus": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz", + "integrity": "sha1-y+0tIKQMH1Z5o1kI4rlBVzPnjbk=", + "dev": true, + "requires": { + "debug": "^3.1.0", + "flora-colossus": "^1.0.0", + "fs-extra": "^4.0.0" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "fs-extra": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", + "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "gar": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/gar/-/gar-1.0.4.tgz", + "integrity": "sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==", + "dev": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dev": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-folder-size": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/get-folder-size/-/get-folder-size-2.0.1.tgz", + "integrity": "sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA==", + "dev": true, + "optional": true, + "requires": { + "gar": "^1.0.4", + "tiny-each-async": "2.0.3" + } + }, + "get-installed-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/get-installed-path/-/get-installed-path-2.1.1.tgz", + "integrity": "sha512-Qkn9eq6tW5/q9BDVdMpB8tOHljX9OSP0jRC5TRNVA4qRc839t4g8KQaR8t0Uv0EFVL0MlyG7m/ofjEgAROtYsA==", + "dev": true, + "requires": { + "global-modules": "1.0.0" + } + }, + "get-package-info": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz", + "integrity": "sha1-ZDJ5ZWPigRPNlHTbvQAFKYWkmZw=", + "dev": true, + "requires": { + "bluebird": "^3.1.1", + "debug": "^2.2.0", + "lodash.get": "^4.0.0", + "read-pkg-up": "^2.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "global-agent": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/global-agent/-/global-agent-2.2.0.tgz", + "integrity": "sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==", + "dev": true, + "optional": true, + "requires": { + "boolean": "^3.0.1", + "core-js": "^3.6.5", + "es6-error": "^4.1.1", + "matcher": "^3.0.0", + "roarr": "^2.15.3", + "semver": "^7.3.2", + "serialize-error": "^7.0.1" + }, + "dependencies": { + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "optional": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", + "dev": true, + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "dependencies": { + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "global-tunnel-ng": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/global-tunnel-ng/-/global-tunnel-ng-2.7.1.tgz", + "integrity": "sha512-4s+DyciWBV0eK148wqXxcmVAbFVPqtc3sEtUE/GTQfuU80rySLcMhUmHKSHI7/LDj8q0gDYI1lIhRRB7ieRAqg==", + "dev": true, + "optional": true, + "requires": { + "encodeurl": "^1.0.2", + "lodash": "^4.17.10", + "npm-conf": "^1.1.3", + "tunnel": "^0.0.6" + } + }, + "globalthis": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.2.tgz", + "integrity": "sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==", + "dev": true, + "optional": true, + "requires": { + "define-properties": "^1.1.3" + } + }, + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "dev": true + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "dev": true, + "requires": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", + "dev": true + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "requires": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + } + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore-walk": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", + "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", + "dev": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "requires": { + "repeating": "^2.0.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "inquirer": { + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", + "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", + "dev": true, + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.19", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-core-module": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz", + "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-docker": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.0.tgz", + "integrity": "sha512-K4GwB4i/HzhAzwP/XSlspzRdFTI9N8OxJOyOU7Y5Rz+p+WBokXWVWblaJeBkggthmoSV0OoGTH5thJNvplpkvQ==", + "dev": true + }, + "is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isbinaryfile": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", + "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", + "dev": true, + "requires": { + "buffer-alloc": "^1.2.0" + } + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true + }, + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "junk": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "dev": true + }, + "keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "requires": { + "json-buffer": "3.0.0" + } + }, + "load-json-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + } + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash._reinterpolate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", + "dev": true, + "optional": true + }, + "lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "lodash.template": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz", + "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==", + "dev": true, + "optional": true, + "requires": { + "lodash._reinterpolate": "^3.0.0", + "lodash.templatesettings": "^4.0.0" + } + }, + "lodash.templatesettings": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz", + "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==", + "dev": true, + "optional": true, + "requires": { + "lodash._reinterpolate": "^3.0.0" + } + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + } + }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "dev": true, + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "lzma-native": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/lzma-native/-/lzma-native-6.0.1.tgz", + "integrity": "sha512-O6oWF0xe1AFvOCjU8uOZBZ/lhjaMNwHfVNaqVMqmoQXlRwBcFWpCAToiZOdXcKVMdo/5s/D0a2QgA5laMErxHQ==", + "dev": true, + "requires": { + "node-addon-api": "^1.6.0", + "node-pre-gyp": "^0.11.0", + "readable-stream": "^2.3.5", + "rimraf": "^2.7.1" + } + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "dev": true, + "requires": { + "p-defer": "^1.0.0" + } + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + }, + "matcher": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "dev": true, + "optional": true, + "requires": { + "escape-string-regexp": "^4.0.0" + } + }, + "mem": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", + "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", + "dev": true, + "requires": { + "map-age-cleaner": "^0.1.1", + "mimic-fn": "^2.0.0", + "p-is-promise": "^2.0.0" + } + }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true, + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "^0.2.0" + } + } + } + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "mime-db": { + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz", + "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==", + "dev": true + }, + "mime-types": { + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz", + "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==", + "dev": true, + "requires": { + "mime-db": "1.47.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "requires": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + } + }, + "mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "needle": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz", + "integrity": "sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==", + "dev": true, + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-abi": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.21.0.tgz", + "integrity": "sha512-smhrivuPqEM3H5LmnY3KU6HfYv0u4QklgAxfFyRNujKUzbUcYZ+Jc2EhukB9SRcD2VpqhxM7n/MIcp1Ua1/JMg==", + "dev": true, + "requires": { + "semver": "^5.4.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "node-addon-api": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz", + "integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==", + "dev": true + }, + "node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "dev": true + }, + "node-gyp": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz", + "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==", + "dev": true, + "requires": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.3", + "nopt": "^5.0.0", + "npmlog": "^4.1.2", + "request": "^2.88.2", + "rimraf": "^3.0.2", + "semver": "^7.3.2", + "tar": "^6.0.2", + "which": "^2.0.2" + }, + "dependencies": { + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "node-pre-gyp": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz", + "integrity": "sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==", + "dev": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.1", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.2.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" + }, + "dependencies": { + "chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true + }, + "fs-minipass": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", + "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", + "dev": true, + "requires": { + "minipass": "^2.6.0" + } + }, + "minipass": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", + "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.2", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", + "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", + "dev": true, + "requires": { + "minipass": "^2.9.0" + } + }, + "nopt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", + "dev": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "tar": { + "version": "4.4.13", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", + "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", + "dev": true, + "requires": { + "chownr": "^1.1.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.2", + "yallist": "^3.0.3" + } + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + } + } + }, + "nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dev": true, + "requires": { + "abbrev": "1" + } + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "dev": true + }, + "npm-bundled": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", + "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", + "dev": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-conf": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz", + "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==", + "dev": true, + "optional": true, + "requires": { + "config-chain": "^1.1.11", + "pify": "^3.0.0" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, + "npm-packlist": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", + "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==", + "dev": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1", + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "requires": { + "path-key": "^2.0.0" + }, + "dependencies": { + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + } + } + }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dev": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "nugget": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz", + "integrity": "sha1-IBCVpIfhrTYIGzQy+jytpPjQcbA=", + "dev": true, + "requires": { + "debug": "^2.1.3", + "minimist": "^1.1.0", + "pretty-bytes": "^1.0.2", + "progress-stream": "^1.1.0", + "request": "^2.45.0", + "single-line-log": "^1.1.2", + "throttleit": "0.0.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + } + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", + "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", + "dev": true, + "requires": { + "is-docker": "^2.0.0", + "is-wsl": "^2.1.1" + } + }, + "ora": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.0.tgz", + "integrity": "sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==", + "dev": true, + "requires": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true + }, + "p-is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", + "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", + "dev": true + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "parse-author": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz", + "integrity": "sha1-00YL8d3Q367tQtp1QkLmX7aEqB8=", + "dev": true, + "requires": { + "author-regex": "^1.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-ms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz", + "integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==", + "dev": true + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "dev": true, + "requires": { + "pify": "^2.0.0" + }, + "dependencies": { + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + } + } + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "pid-port": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pid-port/-/pid-port-0.1.1.tgz", + "integrity": "sha512-boqPJtSgZC6KOgXKNPC+/XR3xwVtpOtaLa7JLcdf8jfVe0ZM2TwllBXxxLUO8GQbOLJ4/hEtf2+L1QCKbaoHUg==", + "requires": { + "execa": "^5.0.0" + }, + "dependencies": { + "execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.0.tgz", + "integrity": "sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==" + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + } + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, + "optional": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + } + } + }, + "plist": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.2.tgz", + "integrity": "sha512-MSrkwZBdQ6YapHy87/8hDU8MnIcyxBKjeF+McXnr5A9MtffPewTs7G3hlpodT5TacyfIyFTaJEhh3GGcmasTgQ==", + "dev": true, + "requires": { + "base64-js": "^1.5.1", + "xmlbuilder": "^9.0.7", + "xmldom": "^0.5.0" + } + }, + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", + "dev": true + }, + "pretty-bytes": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz", + "integrity": "sha1-CiLoIQYJrTVUL4yNXSFZr/B1HIQ=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1", + "meow": "^3.1.0" + } + }, + "pretty-ms": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz", + "integrity": "sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==", + "dev": true, + "requires": { + "parse-ms": "^2.1.0" + } + }, + "process-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/process-exists/-/process-exists-4.0.0.tgz", + "integrity": "sha512-BnlcYPiZjSW+fye12g9B7UeCzMAOdMkxuTz3zcytJ2BHwYZf2RoKvuuwUcJLeXlGj58x9YQrvhT21PmKhUc4UQ==", + "requires": { + "ps-list": "^6.3.0" + }, + "dependencies": { + "ps-list": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-6.3.0.tgz", + "integrity": "sha512-qau0czUSB0fzSlBOQt0bo+I2v6R+xiQdj78e1BR/Qjfl5OHWJ/urXi8+ilw1eHe+5hSeDI1wrwVTgDp2wst4oA==" + } + } + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true + }, + "progress-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/progress-stream/-/progress-stream-1.2.0.tgz", + "integrity": "sha1-LNPP6jO6OonJwSHsM0er6asSX3c=", + "dev": true, + "requires": { + "speedometer": "~0.1.2", + "through2": "~0.2.3" + } + }, + "proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=", + "dev": true, + "optional": true + }, + "ps-list": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/ps-list/-/ps-list-7.2.0.tgz", + "integrity": "sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==" + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "rcedit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/rcedit/-/rcedit-2.3.0.tgz", + "integrity": "sha512-h1gNEl9Oai1oijwyJ1WYqYSXTStHnOcv1KYljg/8WM4NAg3H1KBK3azIaKkQ1WQl+d7PoJpcBMscPfLXVKgCLQ==", + "dev": true + }, + "read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "dev": true, + "requires": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + } + }, + "read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + }, + "dependencies": { + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "dev": true, + "requires": { + "locate-path": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "dev": true, + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "dev": true, + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "dev": true + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + } + } + }, + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true, + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + } + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + }, + "request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true, + "optional": true + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "resolve-alpn": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.0.0.tgz", + "integrity": "sha512-rTuiIEqFmGxne4IovivKSDzld2lWW9QCjqv80SYjPgf+gS35eaCAjaP54CCwGAwBtnCsvNLYtqxe1Nw+i6JEmA==", + "dev": true + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", + "dev": true, + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-package": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-package/-/resolve-package-1.0.1.tgz", + "integrity": "sha1-aG9wsYi9fWdfW7xCgszaBgq7nSc=", + "dev": true, + "requires": { + "get-installed-path": "^2.0.3" + } + }, + "responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "dev": true, + "requires": { + "lowercase-keys": "^1.0.0" + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "roarr": { + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", + "dev": true, + "optional": true, + "requires": { + "boolean": "^3.0.1", + "detect-node": "^2.0.4", + "globalthis": "^1.0.1", + "json-stringify-safe": "^5.0.1", + "semver-compare": "^1.0.0", + "sprintf-js": "^1.1.2" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "semver-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", + "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", + "dev": true, + "optional": true + }, + "serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "dev": true, + "optional": true, + "requires": { + "type-fest": "^0.13.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + }, + "single-line-log": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz", + "integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=", + "dev": true, + "requires": { + "string-width": "^1.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz", + "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==", + "dev": true + }, + "speedometer": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz", + "integrity": "sha1-mHbb0qFp0xFUAtSObqYynIgWpQ0=", + "dev": true + }, + "sprintf-js": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", + "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", + "dev": true, + "optional": true + }, + "sshpk": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", + "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "requires": { + "get-stdin": "^4.0.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + }, + "dependencies": { + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + } + } + }, + "sudo-prompt": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", + "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==", + "dev": true + }, + "sumchecker": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz", + "integrity": "sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==", + "dev": true, + "requires": { + "debug": "^4.1.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "tar": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", + "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "dev": true, + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "dependencies": { + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + } + } + }, + "taskkill": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/taskkill/-/taskkill-3.1.0.tgz", + "integrity": "sha512-5KcOFzPvd1nGFVrmB7H4+QAWVjYOf//+QTbOj0GpXbqtqbKGWVczG+rq6VhXAtdtlKLTs16NAmHRyF5vbggQ2w==", + "requires": { + "arrify": "^2.0.1", + "execa": "^3.3.0" + }, + "dependencies": { + "execa": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-3.4.0.tgz", + "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==", + "requires": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "p-finally": "^2.0.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "requires": { + "pump": "^3.0.0" + } + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==" + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "requires": { + "path-key": "^3.0.0" + } + }, + "p-finally": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", + "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==" + } + } + }, + "temp": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz", + "integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==", + "dev": true, + "optional": true, + "requires": { + "mkdirp": "^0.5.1", + "rimraf": "~2.6.2" + }, + "dependencies": { + "rimraf": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", + "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", + "dev": true, + "optional": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "throttleit": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz", + "integrity": "sha1-z+34jmDADdlpe2H90qg0OptoDq8=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "through2": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz", + "integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=", + "dev": true, + "requires": { + "readable-stream": "~1.1.9", + "xtend": "~2.1.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "tiny-each-async": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz", + "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE=", + "dev": true, + "optional": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "tmp-promise": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.2.tgz", + "integrity": "sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==", + "dev": true, + "optional": true, + "requires": { + "tmp": "^0.2.0" + }, + "dependencies": { + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "optional": true, + "requires": { + "glob": "^7.1.3" + } + }, + "tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dev": true, + "optional": true, + "requires": { + "rimraf": "^3.0.0" + } + } + } + }, + "to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "dev": true + }, + "tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dev": true, + "requires": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.2" + }, + "dependencies": { + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + } + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "tunnel": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "dev": true, + "optional": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true + }, + "type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "dev": true, + "optional": true + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "dev": true, + "requires": { + "prepend-http": "^2.0.0" + } + }, + "username": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/username/-/username-5.1.0.tgz", + "integrity": "sha512-PCKbdWw85JsYMvmCv5GH3kXmM66rCd9m1hBEDutPNv94b/pqCMT4NtcKyeWYvLFiE8b+ha1Jdl8XAaUdPn5QTg==", + "dev": true, + "requires": { + "execa": "^1.0.0", + "mem": "^4.3.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "dev": true, + "requires": { + "defaults": "^1.0.3" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true, + "optional": true + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "optional": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "xmlbuilder": { + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", + "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", + "dev": true + }, + "xmldom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz", + "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==", + "dev": true + }, + "xtend": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz", + "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=", + "dev": true, + "requires": { + "object-keys": "~0.4.0" + }, + "dependencies": { + "object-keys": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz", + "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=", + "dev": true + } + } + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true + }, + "yarn-or-npm": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/yarn-or-npm/-/yarn-or-npm-3.0.1.tgz", + "integrity": "sha512-fTiQP6WbDAh5QZAVdbMQkecZoahnbOjClTQhzv74WX5h2Uaidj1isf9FDes11TKtsZ0/ZVfZsqZ+O3x6aLERHQ==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.5", + "pkg-dir": "^4.2.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", + "dev": true, + "requires": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..9da9bfb --- /dev/null +++ b/package.json @@ -0,0 +1,53 @@ +{ + "name": "pyro-desktop", + "version": "1.0.0", + "main": "internal/public/index.js", + "scripts": { + "start": "electron-forge start", + "package": "electron-forge package", + "make": "electron-forge make" + }, + "keywords": [], + "author": "Robolab LLC", + "license": "ISC", + "description": "Ignite your community", + "dependencies": { + "electron-squirrel-startup": "^1.0.0", + "fkill": "^7.1.1" + }, + "devDependencies": { + "@electron-forge/cli": "^6.0.0-beta.54", + "@electron-forge/maker-deb": "^6.0.0-beta.54", + "@electron-forge/maker-rpm": "^6.0.0-beta.54", + "@electron-forge/maker-squirrel": "^6.0.0-beta.54", + "@electron-forge/maker-zip": "^6.0.0-beta.54", + "electron": "^12.0.2" + }, + "config": { + "forge": { + "packagerConfig": {}, + "makers": [ + { + "name": "@electron-forge/maker-squirrel", + "config": { + "name": "pyro_desktop" + } + }, + { + "name": "@electron-forge/maker-zip", + "platforms": [ + "darwin" + ] + }, + { + "name": "@electron-forge/maker-deb", + "config": {} + }, + { + "name": "@electron-forge/maker-rpm", + "config": {} + } + ] + } + } +} diff --git a/signup.html b/signup.html new file mode 100644 index 0000000..09468c4 --- /dev/null +++ b/signup.html @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pyro + + +
+
+
+
+
+ +
+
+
Create an account
+
+
+
Email
+
+ +
+
+
+
Username
+
+ +
+
+
+
Password
+
+ +
+
+ +
+ +
+ +
Already have an account?
+
+
By registering, you agree to Pyro's Terms of Service and Privacy Policy.
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/desktop_icon.ico b/static/desktop_icon.ico new file mode 100644 index 0000000..033f0c8 Binary files /dev/null and b/static/desktop_icon.ico differ diff --git a/static/pyro_logo.png b/static/pyro_logo.png new file mode 100644 index 0000000..b66518a Binary files /dev/null and b/static/pyro_logo.png differ diff --git a/vid/0bdc0497eb3a19e66f2b1e3d5741634c.webm b/vid/0bdc0497eb3a19e66f2b1e3d5741634c.webm new file mode 100644 index 0000000..27cc34d Binary files /dev/null and b/vid/0bdc0497eb3a19e66f2b1e3d5741634c.webm differ diff --git a/vid/ffac5bb3fb919ce8bf7137d79e9defc9.mp4 b/vid/ffac5bb3fb919ce8bf7137d79e9defc9.mp4 new file mode 100644 index 0000000..b0edf3c Binary files /dev/null and b/vid/ffac5bb3fb919ce8bf7137d79e9defc9.mp4 differ