:root{--NLDarkOrange:#f3532b;--NLLightOrange:#edb900;--NLDarkBlue:#25a5f0;--NLLightBlue:#00e4ec;--NLBackgroundOrange:#eae3e2;--NLWhite:#fff;--NLDarkGray:#666;--NLLightGray:#e4e4e4;--NLBlack:#000;--DarkerGray:#3f3f3f;--ReadableWidth:575px;--CompactWidthBreakpoint:500px;--OrangeGradient:linear-gradient(90deg,var(--NLDarkOrange) 0%,var(--NLLightOrange) 100%);font-size:14pt}@media (max-width:500px){:root{font-size:13pt}}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,li,p{margin:1rem}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.3rem}h4{font-size:1.2rem}a{color:var(--NLDarkOrange);text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}a.external:after{padding:4px;content:"↗"}h3,li,p,ul{max-width:var(--ReadableWidth)}@media (max-width:500px){h1{font-size:2rem}h2{font-size:1.5rem}h3,h4{font-size:1rem}}.visibility--collapse{visibility:collapse}.flex{display:flex;flex-direction:row}.flex--centered{justify-content:center}.flex--centered,.flex--start{display:flex;flex-direction:row;align-items:center}.flex--start{justify-content:flex-start}.flexColumn,.flexColumn--centered{display:flex;flex-direction:column}.flexColumn--centered{align-items:center}.grid,.grid--centered{display:grid}.grid--centered{justify-items:center}.grid--inline{display:inline-grid}.justify--flex-end{justify-content:flex-end}.pageLayout--standard{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;overflow-x:auto}.minHeight--viewportSmall{min-height:75vh}.viewportHeight{min-height:100vh}.fillParent{width:100%;height:100%}.fullWidth{width:100%}.fullHeight{height:100%}.readableWidth{max-width:var(--ReadableWidth)}.leftMargin--push{margin-left:auto}.list--bulleted{list-style:disc}.list--numbered{list-style:decimal}.list--plain{list-style:none}.listSpacing--medium li:not(:last-child){margin-bottom:24px}.selfAlign--start{align-self:start}.paddingVertical--small{padding-top:12px;padding-bottom:12px}.paddingVertical--medium{padding-top:24px;padding-bottom:24px}.paddingVertical--large{padding-top:36px;padding-bottom:36px}.paddingVertical--veryLarge{padding-top:128px;padding-bottom:128px}.paddingHorizontal--small{padding-left:12px;padding-right:12px}.paddingHorizontal--medium{padding-left:24px;padding-right:24px}.paddingHorizontal--large{padding-left:36px;padding-right:36px}.padding--small{padding:12px}.padding--medium{padding:24px}.padding--large{padding:36px}.paddingBottom--small{padding-bottom:12px}.paddingBottom--medium{padding-bottom:24px}.paddingBottom--large{padding-bottom:36px}.margin--small{margin:12px}.margin--medium{margin:16px}.margin--large{margin:36px}.line--black,.line--white{display:flex;height:6px;width:96%}.line--white{background-color:#fff}.line--black{background-color:#000}.divider{display:flex;flex-direction:row;background-color:var(--NLDarkGray);height:3px;width:100%}.overflow--scroll{overflow:scroll}.hidden{display:none}.lineHeight--standard{line-height:1.8}.text--centered{text-align:center}.font--small{font-size:14pt}.font--medium{font-size:16pt}.font--large{font-size:18pt}.font--extraLarge{font-size:40pt}.font--extraExtraLarge{font-size:70pt}.textMargin--verySmall{margin:6px}.textMargin--medium{margin:24px}.text--noWrap{white-space:nowrap;overflow:scroll}.text--orangeGradient{background:-webkit-gradient(linear,left top,right top,from(#d23b26),to(#f4d6a5));background:linear-gradient(90deg,#d23b26,#f4d6a5);-webkit-background-clip:text;background-clip:text}.text--blueGradient,.text--orangeGradient{-webkit-text-fill-color:transparent;color:transparent}.text--blueGradient{background:-webkit-gradient(linear,left top,right top,from(#b7f2fb),to(#4c82f0));background:linear-gradient(90deg,#b7f2fb,#4c82f0);-webkit-background-clip:text;background-clip:text}.text--blueGradient--reverse{background:-webkit-gradient(linear,right top,left top,from(#b7f2fb),to(#4c82f0));background:linear-gradient(-90deg,#b7f2fb,#4c82f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;color:transparent}.text--noSelect{user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}.darkOrange{color:var(--NLDarkOrange)}.lightOrange{color:var(--NLLightOrange)}.darkBlue{color:var(--NLDarkBlue)}.lightBlue{color:var(--NLLightBlue)}.darkGray{color:var(--NLDarkGray)}.darkerGray{color:var(--DarkerGray)}.lightGray{color:var(--NLLightGray)}.white{color:#fff}.black{color:#000}.background--white{background-color:#fff}.background--black{background-color:#000}.background--darkGray{background-color:var(--NLDarkGray)}.background--lightGray{background-color:var(--NLLightGray)}.roundedBorder--card{border-radius:48px}.roundedBorder--appIcon{border-radius:24%}.card{padding:12px;margin:12px;border-radius:48px}.cardContent{display:flex;flex-direction:column;text-align:center;align-items:center;grid-gap:48px;gap:48px;margin:12px;padding-top:48px;padding-bottom:48px}.cardContent h2{margin:8px}.card--notice{background-color:#000;padding:10pt;margin:10pt}.card--notice,.card--warning{color:#fff;border-radius:24px}.card--warning{padding:24px;margin:12px;background-color:var(--NLLightOrange);display:flex;flex-direction:column;align-items:center}.hoverGrow{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.hoverGrow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.resetSpacing{padding:0;margin:0}.resetSizing,.resetSizing:hover{height:auto;min-height:auto;max-height:none;width:auto;min-width:auto;max-width:none;scale:100%;-webkit-transform:scale(1);transform:scale(1)}.AppIcon_icon__1etiA{border-radius:24%;min-height:44px;min-width:44px;aspect-ratio:1;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.TrademarkButton_trademarkButton__2X7Fm,.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_active__3FaQz{display:flex;flex-direction:row;align-items:center;border:0;border-radius:10px;padding:8px;cursor:pointer}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_standard__nYExN{background:transparent;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_quiet__2xqIX{background:transparent}.TrademarkButton_trademarkButton__2X7Fm:not(.TrademarkButton_active__3FaQz):hover{background:var(--NLWhite)}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_quiet__2xqIX:not(.TrademarkButton_active__3FaQz):hover{background:transparent}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_quiet__2xqIX :is(h1,h2,h3),.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_standard__nYExN :is(h1,h2,h3){font-size:1.5rem;padding-left:4px}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_standard__nYExN :is(h1,h2,h3){color:var(--NLDarkOrange)}.TrademarkButton_trademarkButton__2X7Fm.TrademarkButton_quiet__2xqIX :is(h1,h2,h3){color:var(--NLWhite)}.TrademarkButton_title__1jSPa{margin:0}.ChromaticShimmerAnimation_layout__l0VS9{display:grid}.ChromaticShimmerAnimation_backgroundLayer__2f6py{z-index:0;color:transparent;background:-webkit-gradient(linear,left top,right top,from(var(--NLDarkOrange)),color-stop(50%,var(--NLLightOrange)),to(var(--NLLightBlue)));background:linear-gradient(to right,var(--NLDarkOrange) 0,var(--NLLightOrange) 50%,var(--NLLightBlue) 100%);-webkit-background-clip:text;background-clip:text;background-repeat:no-repeat}.ChromaticShimmerAnimation_shimmerLayer__35P3g{z-index:1}.ChromaticShimmerAnimation_shimmerLayer__35P3g:active,.ChromaticShimmerAnimation_shimmerLayer__35P3g:focus,.ChromaticShimmerAnimation_shimmerLayer__35P3g:hover{-webkit-animation-name:ChromaticShimmerAnimation_chromaticShimmer__20wN0;animation-name:ChromaticShimmerAnimation_chromaticShimmer__20wN0;-webkit-animation-duration:.95s;animation-duration:.95s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(42%,#000),color-stop(50%,transparent),color-stop(58%,#000));-webkit-mask-image:linear-gradient(90deg,#000 42%,transparent 50%,#000 58%);mask-image:-webkit-gradient(linear,left top,right top,color-stop(42%,#000),color-stop(50%,transparent),color-stop(58%,#000));mask-image:linear-gradient(90deg,#000 42%,transparent 50%,#000 58%);-webkit-mask-position:right;mask-position:right;-webkit-mask-size:300% 100%;mask-size:300% 100%;mask-mode:alpha}.ChromaticShimmerAnimation_backgroundLayer__2f6py,.ChromaticShimmerAnimation_shimmerLayer__35P3g{grid-column:1;grid-row:1}@-webkit-keyframes ChromaticShimmerAnimation_chromaticShimmer__20wN0{to{-webkit-mask-position:left;mask-position:left}}@keyframes ChromaticShimmerAnimation_chromaticShimmer__20wN0{to{-webkit-mask-position:left;mask-position:left}}.Footer_footer__317iK{width:100%;padding:1.5rem 0;background-color:var(--ThemeBackgroundSecondary);color:var(--Text);display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center}.Footer_footerTrademarkButton__-fFRk{padding:1rem}.Footer_footer__317iK a,.Footer_footer__317iK p{display:flex;justify-content:center;align-items:center;text-align:center}.Footer_footer__317iK a:hover{color:var(--ThemePrimary)}.Footer_footer__317iK p{padding:.5rem}.Footer_footer__317iK a{padding:1rem}@media (max-width:600px){.Footer_footer__317iK{grid-template-columns:1fr}}.Themes_sunny__17K5o{--Text:#000;--ThemePrimary:#f3562b;--ThemeSecondary:#ebb800;--ThemeTertiary:#24a5f0;--ThemeQuaternary:#00e3eb;--ThemeBackgroundPrimary:#e9e3e2;--ThemeBackgroundSecondary:#fdfcfc;--ThemePrimaryGradient:linear-gradient(90deg,var(--ThemePrimary) 0%,var(--ThemeSecondary) 100%);--ThemeSecondaryGradient:linear-gradient(90deg,var(--ThemeTertiary) 0%,var(--ThemeQuaternary) 100%)}@media (prefers-color-scheme:dark){.Themes_sunny__17K5o{--Text:#fff;--ThemeBackgroundPrimary:#292424;--ThemeBackgroundSecondary:#5e5655}}