@import url(https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap);:root{--p-br-over:5px;--p-bg-over-light:#ffffff40;--p-bg-over-dark:#00000080;--p-fg-over-light:#ffffff80;--p-fg-over-dark:#00000080;--p-fg-light:#222;--p-radius:0.25rem;--p-radius-m:0.5rem;--p-radius-l:1rem;--p-md:30em;--p-lg:60em;--p-c-none:#0000;--p-c-work:#19a974;--p-c-personal:#357edd;--p-c-unmapped:#ff4136;--p-c-conflict:#ff41b4;--t-accent:#1e47ba;--tc-red:#ff4136;--fo-frame-overlay:#071015b3;--fo-frame-overlay-greater:#071015d9;--fo-frame-overlay-lesser:#07101540;--fo-lighten-overlay:#f2c45e33;--fo-frame-gray:#1a2028;--fo-frame-gray2:#1f262f;--fo-frame-text:#111;--fo-primary-gray:#111413;--fo-primary-gray-hover:#262d2b;--fo-primary-gray2:#394247;--fo-primarybg-text:#fbfdd6;--fo-alt-yellow:#f2c45e;--fo-alt-yellow-hilite:#edcc80;--fo-alt-yellow-hilite2:#f2e8d2;--fo-altbg-text:#000;--fo-text-white:#fbfdd6}@custom-media --breakpoint-not-small screen and (min-width: 30em);@custom-media --breakpoint-medium screen and (min-width: 30em) and (max-width: 60em);@custom-media --breakpoint-large screen and (min-width: 60em);*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}:focus{box-shadow:none;outline:0}body{background-color:#000;color:var(--fo-text-white);display:flex;font-family:Avenir,sans-serif;font-size:16px;font-weight:500;margin:0;overflow-y:scroll;padding:0}.noscroll{height:100vh;max-height:100vh;overflow:hidden;overscroll-behavior:none none}.hover-outline{border:1px solid #0000}.hover-outline:hover{border:1px solid var(--fo-alt-yellow)}.hover-lighten:hover{background-color:#ffffffb3!important}.hover-lighten5:hover,.hover-lighten:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hover-lighten5:hover{background-color:#ffffff80!important}.hover-lighten2:hover{background-color:#fff3!important}.hover-lighten1:hover,.hover-lighten2:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hover-lighten1:hover{background-color:hsla(0,0%,100%,.005)!important}.hover-unhide{color:#0000}.hover-lighten:hover .hover-unhide{color:gray}.hover-fade:hover{background-color:#64646480!important}.hover-darken:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0003!important}.darken1{background-color:#0000001a}.hover-outline1:hover{border:2px solid gray}.hover-outline1{border:2px solid #0000}h1,h2,h3,h4,p{margin:0}#root{height:inherit;max-height:inherit;width:100%}.clearfix{zoom:1}.clearfix:after{clear:both;content:"";display:block;font-size:0;height:0;line-height:0;visibility:hidden}.card-blue,.card-green,.card-red{color:#fff}.card-unknown{color:dark}.card-red{background-color:#c8000099!important}.card-green{background-color:#00960099!important}.card-blue{background-color:#0000c880!important}.card-unknown{background-color:inherit}a,a:visited{color:var(--fo-alt-yellow);text-decoration:none}.br-over{border-radius:var(--p-br-over) var(--p-br-over) var(--p-br-over) var(--p-br-over)}.button{border-radius:.5rem;text-align:center}.button-clear-dark,.button-clear-light{background-color:#0000}.button-clear-light{color:var(--fo-alt-yellow)}.button-clear-light:hover:not(.disabled){background-color:var(--fo-alt-yellow);color:#000}.button-clear-dark{color:#000}.button-clear-dark:hover:not(.disabled){background-color:var(--fo-frame-overlay)}.button{background:var(--fo-alt-yellow);color:var(--fo-altbg-text)}.button-clear-dark.disabled,.button-clear-light.disabled,.button.disabled{color:gray}.button:hover:not(.disabled){background:var(--fo-alt-yellow-hilite)}div.square{position:relative}div.square:before{content:"";display:block;padding-top:100%}div.square div.square-guts{bottom:0;left:0;position:absolute;right:0;top:0}.editing{background-color:#fff;color:#000;padding:.25rem}.hide-medium,.hide-small{display:none!important;visibility:hidden}@media screen and (min-width:30em){.hide-small{display:inherit!important;visibility:inherit}}@media screen and (min-width:60em){.hide-medium,.hide-small{display:inherit!important;visibility:inherit}}.loading-inline{animation:spin 1s linear infinite;border:.5em solid #0003;border-left-color:#fff;border-radius:3em;height:1em;margin-left:1em;width:1em}.loading-overlay{background-color:#000000b3;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647}.loading,.loading-body{display:block;height:60vw;left:50%;margin:-30vw 0 0 -30vw;position:relative;top:50%;width:60vw}@media screen and (min-width:30em){.loading,.loading-body{height:30vw;margin:-15vw 0 0 -15vw;width:30vw}}@media screen and (min-width:60em){.loading,.loading-body{height:10vw;margin:-5vw 0 0 -5vw;width:10vw}}.loading-body{text-align:center;top:45%}.loading{animation:spin 5s linear infinite;border:3px solid #0000;border-radius:100%;border-top:3px solid var(--fo-alt-yellow)}.loading:before{animation:spin 3s linear infinite;border:3px solid #0000;border-top:3px solid var(--fo-alt-yellow-hilite);bottom:5px;left:5px;right:5px;top:5px}.loading:after,.loading:before{border-radius:100%;content:"";position:absolute}.loading:after{animation:spin 1.5s linear infinite;border:3px solid #0000;border-top:3px solid var(--fo-alt-yellow-hilite2);bottom:15px;left:15px;right:15px;top:15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-leave{opacity:1}.loading-leave.loading-leave-active{opacity:.01;transition:opacity .3s ease-in}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.hrstrike{display:block;overflow:hidden;text-align:center;white-space:nowrap}.hrstrike>div{display:inline-block;position:relative}.hrstrike>div:after,.hrstrike>div:before{background:#999;content:"";height:1px;position:absolute;top:50%;width:9999px}.hrstrike>div:before{margin-right:15px;right:100%}.hrstrike>div:after{left:100%;margin-left:15px}ul.arrow{list-style:none}ul.arrow li:before{content:"▻ "}input{background-color:#000;color:#ddd}.fo-frame{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--fo-frame-overlay);color:var(--fo-text-white)}.fo-frame .input,.fo-frame .textarea,.fo-frame input,.fo-frame textarea{background-color:var(--fo-frame-overlay);border:none;border-radius:0;color:var(--fo-text-white);outline:0;padding:.5rem}.fo-frame .input.outline,.fo-frame .textarea.outline,.fo-frame input.outline,.fo-frame textarea.outline{border:1px solid var(--fo-frame-gray2)}.fo-frame .input:focus,.fo-frame .textarea:focus,.fo-frame input:focus,.fo-frame textarea:focus{outline:1px solid var(--fo-alt-yellow)}.fo-frame .input::placeholder,.fo-frame .textarea::placeholder,.fo-frame input::placeholder,.fo-frame textarea::placeholder{color:var(--fo-primary-gray2);font-style:italic}.fo-frame .input.noedit,.fo-frame .textarea.noedit,.fo-frame input.noedit,.fo-frame textarea.noedit{background-color:var(--fo-frame-overlay-lesser)}.fo-frame label{color:var(--fo-alt-yellow);display:block;font-size:.75rem;font-weight:700;text-transform:uppercase}.fo-frame-greater{background-color:var(--fo-frame-overlay-greater)}.fo-frame-greater,.fo-frame-lesser{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--fo-text-white)}.fo-frame-lesser{background-color:var(--fo-frame-overlay-lesser)}.fo-frame-hover:hover,.fo-frame-hover:hover a{background-color:var(--fo-alt-yellow-hilite);color:#000}.button,button{background-color:var(--fo-alt-yellow);border:1px solid #0000;border-radius:.25rem;cursor:pointer;font-weight:700;padding:.5rem;white-space:nowrap}.button,.button:visited,button,button:visited{color:var(--fo-primary-gray)}.button:hover,button:hover{background-color:var(--fo-alt-yellow-hilite)}.button:focus,button:focus{box-shadow:none;outline:0}.button:active,button:active{background-color:var(--fo-alt-yellow-hilite2)}.button.invert,button.invert{background-color:var(--fo-primary-gray);color:var(--fo-alt-yellow);font-weight:400}.button.invert:hover,button.invert:hover{border:1px solid var(--fo-alt-yellow)}.button.invert:active,button.invert:active{background-color:var(--fo-primary-gray-hover)}.fo ::placeholder,.fo::placeholder{color:var(--fo-text-white);font-style:italic}.bg-theme-accent{background-color:var(--t-accent)}.fg-theme-accent{color:var(--t-accent)}.b--theme-accent{border-color:var(--t-accent)}.bg-fo-white{background-color:var(--fo-text-white);color:var(--fo-primary-gray)}.bg-fo-frame-overlay{background-color:var(--fo-frame-overlay)}.bg-fo-frame-overlay-greater{background-color:var(--fo-frame-overlay-greater)}.bg-fo-frame-overlay-lesser{background-color:var(--fo-frame-overlay-lesser)}.b--fo-frame-gray{border-color:var(--fo-frame-gray)}.fo-frame-gray{color:var(--fo-frame-gray)}.fo-frame-row{background-color:var(--fo-frame-overlay-lesser)}.bg-fo-frame-gray2{background-color:var(--fo-frame-gray2)}.bg-fo-frame-gray{background-color:var(--fo-frame-gray)}.bg-fo-alt-yellow{background-color:var(--fo-alt-yellow);color:#000}.fo-alt-yellow{color:var(--fo-alt-yellow)}.fo-text-white{color:var(--fo-text-white)}.b--fo-alt-yellow{border-color:var(--fo-alt-yellow)}.tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--fo-frame-overlay-greater);padding:2px}.tabs .tab,.tabs button.tab{background-color:#0000;border:1px solid #0000;border-radius:none;color:var(--fo-text-white);cursor:pointer;display:inline;font-weight:700;outline:0;text-align:center;text-decoration:none;text-transform:uppercase}.tabs .tab a,.tabs .tab:visited,.tabs button.tab a,.tabs button.tab:visited{color:var(--fo-text-white)}.tabs .tab:hover,.tabs button.tab:hover{border:1px solid var(--fo-alt-yellow)}.tabs .tab.active,.tabs button.tab.active{background-color:var(--fo-alt-yellow);border:1px solid var(--fo-alt-yellow);color:#000}.tabs .tab.active:hover,.tabs button.tab.active:hover{background-color:var(--fo-alt-yellow-hilite);color:#000}@media screen and (min-width:30em){.tabs .tab5{width:20%}}.scroll,.scroll0,.scroll0h,.scroll1,.scroll1h,.scroll2,.scroll2h,.scroller{overflow-y:auto}.scroll0::-webkit-scrollbar,.scroll0::-webkit-scrollbar-track,.scroll0h::-webkit-scrollbar,.scroll0h::-webkit-scrollbar-track,.scroll1::-webkit-scrollbar,.scroll1::-webkit-scrollbar-track,.scroll1h::-webkit-scrollbar,.scroll1h::-webkit-scrollbar-track,.scroll2::-webkit-scrollbar,.scroll2::-webkit-scrollbar-track,.scroll2h::-webkit-scrollbar,.scroll2h::-webkit-scrollbar-track,.scroll::-webkit-scrollbar,.scroll::-webkit-scrollbar-track,.scroller::-webkit-scrollbar,.scroller::-webkit-scrollbar-track{background-color:#0000;width:.5rem}.scroll0::-webkit-scrollbar-thumb,.scroll0h::-webkit-scrollbar-thumb,.scroll1::-webkit-scrollbar-thumb,.scroll1h::-webkit-scrollbar-thumb,.scroll2::-webkit-scrollbar-thumb,.scroll2h::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb,.scroller::-webkit-scrollbar-thumb{background-color:#ffffff80;border-radius:.5rem}.scroll0{height:calc(100vh - 1.7rem);max-height:calc(100vh - 1.7rem)}.scroll0h{height:calc(100vh - 1.75rem);max-height:calc(100vh - 1.75rem)}.scroll1h{height:calc(100vh - 1.7rem);max-height:calc(100vh - 1.7rem)}@media screen and (min-width:30em)and (max-width:60em){.scroll1h{height:calc(100vh - 6.7rem);min-height:calc(100vh - 6.7rem)}}@media screen and (min-width:60em){.scroll1h{height:calc(100vh - 8.5rem);min-height:calc(100vh - 8.5rem)}}.scroll2{height:calc(100vh - 3.8rem);max-height:calc(100vh - 3.8rem)}@media screen and (min-width:30em)and (max-width:60em){.scroll2{height:calc(100vh - 6.7rem);max-height:calc(100vh - 6.7rem)}}@media screen and (min-width:60em){.scroll2{height:calc(100vh - 8.5rem);max-height:calc(100vh - 8.5rem)}}.scroll2h{height:calc(100vh - 6.5rem);max-height:calc(100vh - 6.5rem)}@media screen and (min-width:30em)and (max-width:60em){.scroll2h{height:calc(100vh - 9.5rem);max-height:calc(100vh - 9.5rem)}}@media screen and (min-width:60em){.scroll2h{height:calc(100vh - 11.25rem);max-height:calc(100vh - 11.25rem)}}.cbrand,.cicon,.flex-center{align-items:center;display:flex;flex:1 1 auto;justify-content:center}.cbrand,.cicon{align-items:center;border-radius:2rem;height:1.5rem;justify-content:center;max-height:1.5rem;max-width:1.5rem;width:1.5rem}.cbrand{background:var(--fo-alt-yellow);color:#000;font-size:.65rem;font-weight:700}.transparent{color:#0000}.input-over-icon{border-radius:2rem;color:#ffffff40;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.input-over-icon:hover{background:#ffffff80;color:#000}table{border-collapse:collapse;border-spacing:0}table td,table th{padding:.125rem .25rem}table th{color:var(--fo-alt-yellow);font-size:.75rem;font-weight:700;text-transform:uppercase}table.rowHover tr:hover{background:var(--fo-alt-yellow);color:#000}table.rowPointer tr{cursor:pointer}table.altrows tr:nth-child(2n)>td,table.altrows tr:nth-child(2n)>th{background-color:#ffffff1a}.docstyle dd,.docstyle li,.docstyle p{margin-top:.5rem}.docstyle .title,.docstyle .uctitle,.docstyle dt{color:var(--fo-alt-yellow);margin-top:2rem}.docstyle .uc,.docstyle .uctitle{text-transform:uppercase}.mr-dafoe{font-family:Mr Dafoe,Avenir;font-weight:400}.roboto-black{font-family:Roboto,sans-serif;font-weight:900}.text-outline{text-shadow:2px 2px 3px #000,-1px -1px 2px #000,-1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000}.drop-shadow{filter:drop-shadow(2px 2px 3px black) drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.box-shadow{box-shadow:3px 3px 3px #000}@media(min-width:60rem){.max-view-page{margin-left:auto;margin-right:auto;max-width:55rem}}.SignForm_authbox__pXUvU{border-radius:.5rem;margin-left:.25rem;margin-right:.25rem;max-width:100vw!important;overflow:hidden}@media screen and (min-width:508px){.SignForm_authbox__pXUvU{margin-left:auto;margin-right:auto;max-width:500px!important}}.SignForm_authstatus__o6xrE{animation:SignForm_warnfade__qVsE9 1s ease-in-out;background-color:#0000;border-radius:.25rem;font-weight:200}.SignForm_authstatus__o6xrE.SignForm_visible__RZXLJ{height:auto;transition:height 1s linear}.SignForm_authstatus__o6xrE.SignForm_hidden__v1zPD{height:0;transition:height 1s linear}.SignForm_tabs__S90Rj{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:false}.SignForm_tabList__tZuBV{align-items:stretch;display:flex;flex-direction:row;margin:0;padding:0}.SignForm_tab__fMnV3{cursor:pointer;flex:1 1;font-size:1.25rem;font-weight:700;list-style:none;padding:.75rem;position:relative;text-align:center;white-space:nowrap}.SignForm_tab__fMnV3.SignForm_selected__P\+Lwa{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000}.NavBar_navbar__amwe7{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--fo-frame-overlay-greater);border:none;color:var(--fo-text-white);padding:2px;width:100%}.NavBar_navlink__KSMlO{background-color:#0000!important;border:1px solid #0000;border-radius:0;color:var(--fo-text-white);cursor:pointer;display:inline;display:block;font-weight:700;height:100%;outline:0;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;width:100%}.NavBar_navlink__KSMlO.NavBar_menuitem__5ESIZ{text-align:left}.NavBar_navlink__KSMlO:visited{color:var(--fo-text-white)}.NavBar_navlink__KSMlO:hover{border:1px solid var(--fo-alt-yellow)}.NavBar_navlink__KSMlO:after{clear:both;content:""}.NavBar_navlink__KSMlO.NavBar_active__pdpx8{background-color:var(--fo-alt-yellow)!important;border:1px solid var(--fo-alt-yellow);color:#000}.NavBar_navlink__KSMlO.NavBar_active__pdpx8:hover{background-color:var(--fo-alt-yellow-hilite)!important;color:#000}.NavBar_navlink__KSMlO.NavBar_activeImg__j9ai6{border:1px solid var(--fo-alt-yellow);color:#000}.NavBar_navlink__KSMlO.NavBar_activeImg__j9ai6:hover{color:#000}.Root_bgWrapper__PMagk{overflow:hidden}.Root_bgWrapper__PMagk .Root_background__m-koQ{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;margin:0;max-height:inherit;overflow:hidden;position:fixed;right:0;top:0;z-index:-1}@media(orientation:portrait){.Root_bgWrapper__PMagk .Root_background__m-koQ{height:100vh;width:auto}}@media(orientation:landscape){.Root_bgWrapper__PMagk .Root_background__m-koQ{height:auto;width:100vw}}@media screen and (min-width:30em){.Root_bgWrapper__PMagk .Root_background__m-koQ.Root_imgPulse__8-X0K{animation:Root_grow-shrink__rIiXL 60s ease-in-out infinite}}.Root_bgContent__gQvrK{height:100%;position:relative;width:100%;z-index:0}.Root_bgContent__gQvrK .Root_bgCredit__Vu2i7{bottom:0;color:#ffffff80;font-size:.5rem;left:0;padding:.25rem;position:fixed;right:0}.Root_bgContent__gQvrK .Root_bgCredit__Vu2i7 .Root_embiggen__ltro9:hover{color:#fff;font-size:1rem;transition:all .25s ease-in-out}@keyframes Root_grow-shrink__rIiXL{0%{transform:perspective(1000px) translate3d(10px,0,75px)}50%{transform:perspective(1000px) translateZ(0)}to{transform:perspective(1000px) translate3d(10px,0,75px)}}.NukeCodes_button__--CxK{background-color:var(--fo-frame-overlay-greater);border:1px solid var(--fo-alt-yellow);color:var(--fo-alt-yellow)}.NukeCodes_button__--CxK:hover{background-color:#900;border:1px solid red;box-shadow:inset 0 0 16px 4px red;box-shadow:3px 3px 3px #000;transform:scale(1.05);transition-duration:.3s}.NukeCodes_button__--CxK:hover>div{color:#fff}.NukeCodes_button__--CxK:hover:active{box-shadow:3px 3px 3px #000;transform:scale(1.005)}.Home_scroll__zF1G2{height:100vh;max-height:100vh}.Home_grid__bXnKk{display:grid;grid-template-areas:"brand" "menus" "announce" "codes";height:100%;margin:0;position:relative}.Home_grid__bXnKk .Home_brand__xQI-O{grid-area:brand;height:-moz-fit-content;height:fit-content;width:100vw}.Home_grid__bXnKk .Home_menus__xghQ8{align-self:start;grid-area:menus;width:100vw}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_opt__dqnBw{color:var(--fo-text-white);display:block;padding-left:.5rem;padding-right:.5rem}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_opt__dqnBw:hover{background-color:var(--fo-text-white)!important;color:#000!important;text-shadow:none!important}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_opt__dqnBw:active{background-color:var(--fo-alt-yellow)}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_optSm__GWoik{font-weight:400;padding-bottom:.125rem;padding-top:.125rem}.Home_grid__bXnKk .Home_menus__xghQ8 a,.Home_grid__bXnKk .Home_menus__xghQ8 button{border:none}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_profileMenu__WeOkH{text-align:left}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_profileMenu__WeOkH>a,.Home_grid__bXnKk .Home_menus__xghQ8 .Home_profileMenu__WeOkH>div{flex-direction:row-reverse;justify-content:flex-end;text-align:left}.Home_grid__bXnKk .Home_menus__xghQ8 .Home_profileMenu__WeOkH>a i,.Home_grid__bXnKk .Home_menus__xghQ8 .Home_profileMenu__WeOkH>div i{padding-left:0;padding-right:.5rem}.Home_grid__bXnKk .Home_announce__lxOQB{display:flex;grid-area:announce;justify-content:flex-end;width:100vw}.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV{height:-moz-fit-content;height:fit-content}.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV ul{list-style:none;padding:0 0 0 1.2rem}.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV ul li{margin-bottom:.5rem}.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV ul li a:hover{color:var(--fo-alt-yellow-hilite)}.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV ul li:before{content:"";font-family:Font Awesome\ 5 Free;font-size:.75rem;font-weight:900;margin-left:-1.5em;padding-right:.4rem;width:1.5rem}@media screen and (min-width:30rem){.Home_grid__bXnKk .Home_announce__lxOQB .Home_announceBox__e\+ZnV{width:75%}}.Home_grid__bXnKk .Home_codes__K9XIj{grid-area:codes;margin-top:3rem;width:100vw}@media screen and (min-width:30rem){.Home_grid__bXnKk{grid-template-areas:"brand announce" "menus announce" "codes codes"}.Home_grid__bXnKk .Home_brand__xQI-O{grid-area:brand;height:-moz-fit-content;height:fit-content;width:auto}.Home_grid__bXnKk .Home_menus__xghQ8{align-self:start;grid-area:menus;margin-left:2rem;width:auto}.Home_grid__bXnKk .Home_announce__lxOQB{display:flex;grid-area:announce;justify-content:flex-end;width:auto}.Home_grid__bXnKk .Home_codes__K9XIj{bottom:0;grid-area:codes;margin-top:3rem;position:absolute;width:auto;width:100%}}.Notify_msgWrap__dfFr9{height:3rem;left:0;position:fixed;right:0;top:4rem}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW{align-items:center;display:flex;font-size:14pt;font-weight:700;height:100%;justify-content:center;position:relative;width:100%}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW.Notify_error__YiHII{background:#ff4136;color:#fff}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW.Notify_warn__n7W4I{background:#fbf1a9;color:#000}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW.Notify_info__RE6Y4{background:#9eebcf;color:#137752}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW .Notify_close__cv3uU{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;height:1.5rem;justify-content:center;padding:.25rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:1.5rem}@media screen and (min-width:30em){.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW .Notify_close__cv3uU{right:1.5rem}}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW .Notify_close__cv3uU:hover{background:#ffffff80}.Notify_msgWrap__dfFr9 .Notify_msg__wm6MW .Notify_close__cv3uU:active{color:#fff}.Controls_controls__UaSIe{align-items:center;display:flex;justify-content:flex-end;position:absolute;right:1rem;top:1rem;width:calc(100% - 3rem)}.Controls_controls__UaSIe.Controls_reverse__BG-cH{flex-direction:row-reverse}.Controls_control__nCwox{height:1.75rem;position:relative;width:1.75rem}.Controls_control__nCwox.Controls_header__eBYsD{border-radius:.5rem;color:gray;margin-left:.5rem}.Controls_control__nCwox.Controls_inline__lyqYo{border-radius:1.75rem;color:#fff}.Controls_control__nCwox:hover{background-color:gray;color:#fff}.Controls_control__nCwox .Controls_content__osdFL{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.NavTabs_tablist__Espsk{align-items:center;display:flex;position:relative}.NavTabs_tablist__Espsk .NavTabs_tabs__FYQkK{align-items:center;display:flex;margin:0;padding:0;width:100%}.NavTabs_tablist__Espsk .NavTabs_tabs__FYQkK .NavTabs_tab__Ytb-v{border-top-left-radius:.25rem;border-top-right-radius:.25rem;cursor:pointer;display:inline;font-size:1rem;font-weight:700;margin:0 .5rem 0 0;padding:.75rem 1rem;text-align:center;text-decoration:none}.NavTabs_tablist__Espsk .NavTabs_tabs__FYQkK .NavTabs_tab__Ytb-v .NavTabs_activity__DBWIV{background-color:red;border-radius:10px;height:10px;position:absolute;right:-3px;top:-3px;width:10px}.NavTabs_tablist__Espsk .NavTabs_tabs__FYQkK .NavTabs_tab__Ytb-v .NavTabs_close__CN9iv{align-items:center;display:flex;height:100%;position:absolute;right:.25rem;top:0}.NavTabs_tablist__Espsk .NavTabs_tabs__FYQkK .NavTabs_tab__Ytb-v.NavTabs_tabClose__MRfMz{padding-right:2.5rem}.NavTabs_tablist__Espsk .NavTabs_controls__8D4oZ{margin-left:auto}.Activity_activity__C9Tdx{background-color:#ff4136;border-radius:10px;height:10px;position:absolute;right:-3px;top:-3px;width:10px}.Activity_activity__C9Tdx.Activity_offset__kxwdQ{right:-13px}.Modal_overlay__yvkzm{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#fff3;bottom:0;left:0;position:fixed;right:0;top:0}.Modal_scroll__bVoGX{height:calc(100vh - 10rem)!important;max-height:calc(100vh - 10rem)}.Modal_modal__2PM6q .Modal_frame__r78co{left:0;position:absolute;right:0;top:2rem}@media screen and (min-width:30rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-50__SWccW,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-min__ghhMM,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-shrink__7lqqG{left:15%;right:15%;top:4rem}}@media screen and (min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-50__SWccW,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-min__ghhMM,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-shrink__7lqqG{left:25%;right:25%;top:6rem}}@media screen and (orientation:landscape)and (min-width:30rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-50__SWccW,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-min__ghhMM,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-shrink__7lqqG{top:2rem}}@media screen and (orientation:portrait)and (min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-50__SWccW,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-min__ghhMM,.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-shrink__7lqqG{top:2rem}}@media screen and (min-width:30rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-75__hodWL{left:5%;right:5%}}@media screen and (min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-75__hodWL{left:12%;right:12%}}@media(min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-95__TdOBE{margin-left:auto;margin-right:auto;max-width:55rem}}@media screen and (min-width:30rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-95__TdOBE{left:1rem;right:1rem}}@media screen and (min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-95__TdOBE{left:2rem;right:2rem}}.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-min__ghhMM{bottom:auto;top:25%}.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-shrink__7lqqG{bottom:auto;left:50%;right:auto;top:25%;transform:translateX(-50%)}.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-max__wAG0V{left:1rem;right:1rem}@media(min-width:60rem){.Modal_modal__2PM6q .Modal_frame__r78co.Modal_fw-max__wAG0V{margin-left:auto;margin-right:auto;max-width:55rem}}.Modal_modal__2PM6q .Modal_frame__r78co .Modal_body__Kt0AZ{padding:0}.Modal_modal__2PM6q .Modal_frame__r78co .Modal_close__U-t7N{cursor:pointer;height:calc(1.25rem - 1px);position:absolute;right:0;top:.5rem;width:calc(1.25rem - 1px)}@media screen and (min-width:30rem){.Modal_modal__2PM6q .Modal_frame__r78co .Modal_close__U-t7N{right:.5rem}}.FileDialog_uploader__0TL4i label{text-transform:none}.FileDialog_uploader__0TL4i input[type=file]{display:none}.Picture_image__bFn00{display:inline-block;overflow:hidden;position:relative}.Picture_image__bFn00 i,.Picture_image__bFn00 img{height:auto;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.Picture_image__bFn00.Picture_small__R2HPW{border-radius:.5rem;height:2rem;max-height:2rem;max-width:2rem;min-height:2rem;width:2rem}.Picture_image__bFn00.Picture_small__R2HPW.Picture_round__QRiCH{border-radius:2rem}.Picture_image__bFn00.Picture_small__R2HPW img{width:2rem}.Picture_image__bFn00.Picture_medium__AcIpS{height:3rem;max-height:3rem;max-width:3rem;min-height:3rem;width:3rem}.Picture_image__bFn00.Picture_medium__AcIpS.Picture_round__QRiCH{border-radius:3rem}.Picture_image__bFn00.Picture_medium__AcIpS img{width:3rem}.Picture_image__bFn00.Picture_large__Ws00V{height:10rem;max-height:10rem;max-width:10rem;min-height:10rem;width:10rem}.Picture_image__bFn00.Picture_large__Ws00V.Picture_round__QRiCH{border-radius:10rem}.Picture_image__bFn00.Picture_large__Ws00V img{width:10rem}.TabList_clicky__-ILjE:hover{color:#900}.TabList_clicky__-ILjE:active{color:#fff}.CompareTimes_avail__3m7bI{width:20rem}@media screen and (max-width:60rem){.CompareTimes_avail__3m7bI{width:100%}}.CompareTimes_line__1RyKH{stroke:var(--fo-alt-yellow);stroke-width:.5pt}.CompareTimes_now__7zs27{stroke:var(--fo-text-white);stroke-width:1pt}.CompareTimes_text__rYeu\+{fill:var(--fo-alt-yellow);font:normal 8px sans-serif}.CompareTimes_box__EacCE{fill:rgba(242,196,94,.533)}.CompareTimes_box__EacCE.CompareTimes_off__ar97k{fill:#0000}.CompareTimes_box__EacCE.CompareTimes_viewer__FenJW:hover{fill:var(--fo-alt-yellow)}.CompareTimes_box__EacCE.CompareTimes_viewer__FenJW:active{fill:#fff}.CompareTimes_focusedx__sG-KR{fill:var(--fo-alt-yellow)}
/*# sourceMappingURL=main.05a198a5.css.map*/