@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;font-family:Quicksand;box-sizing:border-box}:not(.codeblock *){color:#333}.theme-changed:not(.codeblock *){animation-name:changeThemeTextWhiteToDark;animation-duration:1s}body.dark-content :not(input,button){color:hsl(210,calc(1 * 2.9%),86.7%)}body.theme-changed.dark-content :not(input,button,.codeblock *){animation-name:changeThemeTextDarktoWhite;animation-duration:1s}@keyframes changeThemeTextWhiteToDark{0%{color:hsl(210,calc(1 * 2.9%),86.7%)}to{color:#333}}@keyframes changeThemeTextDarktoWhite{0%{color:#333}to{color:hsl(210,calc(1 * 2.9%),86.7%)}}body.dark-content{background-color:hsl(220,calc(1 * 7.7%),22.9%)}#root{min-height:100vh;display:flex;flex-direction:column}#root,body,html{overflow-x:clip;max-width:100%}.i18nBoot{min-height:100vh;width:100%;background:hsl(220,calc(1 * 7.7%),22.9%)}nav{height:70px;width:100%;background:rgb(233,230,230);filter:drop-shadow(0 0 2px #000);position:sticky;z-index:999;top:0;overflow:visible}.App{min-height:calc(100vh - 70px - 70px);overflow-x:clip;flex:1 0 auto}body.dark-content .App{background-color:#36393e}body.theme-changed.dark-content .App{animation-name:changeThemeBgWhiteToDark;animation-duration:1s}body:not(.dark-content) .App{background-color:#fff}body.theme-changed:not(.dark-content) .App{animation-name:changeThemeBgDarkToWhite;animation-duration:1s}@keyframes changeThemeBgWhiteToDark{0%{background-color:#fff}to{background-color:#36393e}}@keyframes changeThemeBgDarkToWhite{0%{background-color:#36393e}to{background-color:#fff}}.App>div:not(:first-child){padding:40px 20vw calc(40px + 2.5rem);display:flex;flex-direction:column;row-gap:10vh}.App>div:not(:first-child) h2{margin:0 0 2.5vh}@media only screen and (max-width:1366px){.App>div:not(:first-child){padding:40px 10vw}}@media only screen and (max-width:801px){.App>div:not(:first-child){padding:40px 5vw}}footer{height:70px;width:100%;background:#111;box-shadow:0 0 3px #000;position:sticky;bottom:0;z-index:80;padding:0 20px;flex-shrink:0}section{width:100%;max-width:420px;min-height:400px;justify-content:flex-start;padding:1rem;background-color:rgba(0,0,0,.4)}form,section{display:flex;flex-direction:column}form{justify-content:space-evenly;flex-grow:1}hr:not([class]){background-color:#fff;padding:0;margin:80px;border:0;height:1px;background-image:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0))}body.dark-content hr:not([class]){background-color:#36393e;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.75),rgba(255,255,255,0))}hr.hr-text{line-height:1em;position:relative;outline:0;border:0;color:black;text-align:center;height:1.5em;opacity:.5}hr.hr-text:before{content:"";background:linear-gradient(90deg,transparent,#818078,transparent);position:absolute;left:0;top:50%;width:100%;height:1px}body.dark-content hr.hr-text:after{background-color:#36393e!important}hr.hr-text:after{content:attr(data-content);position:relative;display:inline-block;color:black;padding:0 .5em;line-height:1.5em;color:#818078;background-color:#fff}body.dark-content a,body.dark-content a:visited{color:hsl(210,calc(1 * 2.9%),86.7%)}a,a:visited{color:#333}a:hover{cursor:pointer}.Contact p.moreinfo{margin:4vh 0 4vh 6.75vw}body.dark-content .Contact p.moreinfo a,body.dark-content .Contact p.moreinfo a:visited{color:hsl(210,calc(1 * 2.9%),86.7%)}.Contact p.moreinfo a,.Contact p.moreinfo a:visited{color:#333}button,input[type=password],input[type=text],textarea{font-size:22px;padding:.25rem;border-radius:.5rem}button,label{margin-top:1rem}button{padding:.5rem}button:hover{cursor:pointer}button:disabled{cursor:not-allowed}nav ol{height:100%}nav ul.navRoot{list-style-type:none;margin:0;padding:0 20px;overflow:visible;display:flex;float:right;height:100%}nav ul.navRoot>li{height:100%;display:flex;align-items:center;position:relative}nav ul.navRoot>li:not(:last-child):after{content:"|"}nav ul.navRoot>li.has-submenu:after{content:none}nav ul.navRoot>li>.navParent,nav ul.navRoot>li>a{color:#333!important;height:100%;display:inline-flex;align-items:center;padding:0 35px;text-decoration:none;font-weight:900;cursor:pointer;background:transparent;border:0;font:inherit;margin:0}nav ul.navRoot>li>.navParent svg,nav ul.navRoot>li>a svg{display:none!important}nav ul.navRoot>li.has-submenu.is-open>.navParent,nav ul.navRoot>li.has-submenu:hover>.navParent,nav ul.navRoot>li>a:hover{background:rgba(255,255,255,.5)}nav .submenu{display:none;position:absolute;top:100%;left:0;min-width:180px;width:max-content;flex-direction:column;height:auto!important;float:none;padding:.35rem 0;margin:0;list-style:none;overflow:visible;background:#f3f1f1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));z-index:1000}nav li.has-submenu.is-open>.submenu,nav li.has-submenu:focus-within>.submenu,nav li.has-submenu:hover>.submenu{display:flex}nav .submenu>li{height:auto!important;width:100%;display:block;position:static;align-items:stretch}nav .submenu>li:after{content:none!important}nav .submenu>li>a{height:auto!important;display:block;padding:.7rem 1.1rem;width:100%;color:#222!important;text-decoration:none;font-weight:800;white-space:nowrap}nav .submenu>li>a:hover{background:rgba(0,0,0,.08)}body.dark-content nav .submenu{background:#2f3136}body.dark-content nav .submenu>li>a{color:hsl(210,3%,90%)!important}body.dark-content nav .submenu>li>a:hover{background:rgba(255,255,255,.08)}.animeStatusChip{display:inline-block;font-size:.7rem;font-weight:700;padding:.2rem .4rem;background:rgba(0,0,0,.65);color:#fff!important}header .hamburger{padding-right:20px}header .hamburger,header input,header span{display:none}@media only screen and (max-width:1366px){header{height:70px;width:100%;background:rgb(233,230,230);filter:drop-shadow(0 0 2px #000);position:sticky;z-index:999;top:0;overflow:hidden}nav{position:absolute;right:0;height:100%;height:calc(100vh - 70px);filter:unset;top:70px;float:right;width:50vw;z-index:500;background:#333;margin-right:-50vw}nav ul.navRoot{display:flex;flex-direction:column;float:none;height:auto;padding:0;width:100%;overflow-y:auto}nav ul.navRoot>li{height:unset;display:flex;min-height:8vh;background:#444;align-items:center;justify-content:flex-start}nav ul.navRoot>li>.navParent,nav ul.navRoot>li>a{color:#fff!important;display:flex;padding:0 0 0 20px;font-size:1.1rem;width:100%;height:auto;min-height:8vh}nav ul.navRoot>li>.navParent svg,nav ul.navRoot>li>a svg{padding-left:.3rem;display:inline!important}nav ul.navRoot>li>.navParent svg *,nav ul.navRoot>li>a svg *{color:#fff}nav ul.navRoot>li.has-submenu{flex-direction:column;align-items:stretch;min-height:unset}nav ul.navRoot>li.has-submenu:hover>.submenu{display:none}nav ul.navRoot>li.has-submenu.is-open>.submenu{display:flex}nav .submenu{display:none;position:static;width:100%;min-width:0;background:#3a3a3a;filter:none;padding:0;box-shadow:none}nav .submenu>li{min-height:6vh;background:#3a3a3a;height:auto!important}nav .submenu>li>a{padding-left:2rem;font-size:1rem;color:#fff!important;min-height:6vh;display:flex;align-items:center}header .hamburger{height:70px;display:flex;flex-direction:column;justify-content:center;float:right}header .hamburger input{display:block;width:33px;height:calc(4px + 5px + 4px + 5px + 4px);position:absolute;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none;justify-content:center}header .hamburger span{display:block;width:33px;height:4px;position:relative;background:#cdcdcd;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}header .hamburger span:not(:last-child){margin-bottom:5px}header .hamburger span:nth-child(2){transform-origin:0 0}header .hamburger span:nth-child(3){transform-origin:0 100%}header .hamburger input:checked~span:nth-last-child(3){opacity:1;transform:rotate(45deg) translate(5px,-4px);background:#232323}header .hamburger input:checked~span:nth-last-child(2){opacity:0;transform:rotate(0deg) scale(.2)}header .hamburger input:checked~span:last-child{opacity:1;transform:rotate(-45deg) translateY(4px);background:#232323}header .hamburger input:checked~ul{transform:none}nav ol>ul>li:after,nav ol>ul>li:not(:last-child):after{content:unset}nav.open{margin-right:0;animation:openHambugerMenu 1s}nav:not(.resizing).close{margin-right:-50vw;animation:closeHambugerMenu 1s}@keyframes openHambugerMenu{0%{margin-right:-50vw}to{margin-right:0}}@keyframes closeHambugerMenu{0%{margin-right:0}to{margin-right:-50vw}}}.UserLayout{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem .5rem;background-color:dodgerblue;background-image:url(/images/loginBg.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;min-height:inherit}body.theme-changed .UserLayout{animation-name:changeThemeUserLayoutDarktoWhite;animation-duration:1s}body.dark-content .UserLayout{background-color:#2a3439}body.theme-changed.dark-content .UserLayout{animation-name:changeThemeUserLayoutWhiteToDark;animation-duration:1s}@keyframes changeThemeUserLayoutWhiteToDark{0%{background-color:dodgerblue}to{background-color:#2a3439}}@keyframes changeThemeUserLayoutDarktoWhite{0%{background-color:#2a3439}to{background-color:dodgerblue}}body.dark-content .UserLayout.danger{background-color:darkred;animation:slowlydarktored 1s}body.dark-content .UserLayout.resolve{animation:slowlyredtodark 1s}.UserLayout.danger{background-color:darkred;animation:slowlybluetored 1s}.UserLayout.resolve{animation:slowlyredtoblue 1s}.KeyVisual{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/keyvisual.jpg);height:50vh;background-attachment:fixed;background-position:top;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}@media only screen and (max-width:1366px){.KeyVisual{height:30vh;background-attachment:scroll}}.KeyVisualText{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:2em auto;width:300px;color:#fff;line-height:1.4em}.KeyVisualText *{color:white!important}.KeyVisualHeading h1{position:relative}.KeyVisualHeading:after,.KeyVisualHeading:before{content:"";position:absolute;width:10vw;border-top:2px solid #fff;border-bottom:2px solid #fff;top:50%}.KeyVisualHeading:after{left:105%}.KeyVisualHeading:before{right:105%}.tag{width:auto;height:auto;padding:.2em;margin:-.2em 0 0 .4em;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;background:hsl(223,calc(1 * 6.9%),19.8%);color:hsl(210,calc(1 * 2.9%),86.7%);forced-color-adjust:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.contactDetails{padding:30px;display:flex;flex-direction:row;flex-wrap:wrap}.contactDetailIcons{margin:4vh 0 4vh 6.75vw;width:calc(50% - 6.75vw);overflow-x:auto;overflow-y:hidden}.contactDetailIconsDesc,.contactDetailIconsTitle,.gameAccountName,.gameAccountNameTitle{-webkit-user-select:all;user-select:all}.tag.psrv{background:#a45a00}.tag.sexual{background:red}.tag.closed{background:darkred}.contactDetailIcons svg,.gameAccount svg{font-size:2rem;margin-right:16px}.contactDetailIcons a,.contactDetailIcons a:visited,.gameAccount a,.gameAccount a:visited{text-decoration:none;color:#333}.contactDetails h2{width:100%;text-align:center}.contactDetails table{max-width:14rem;width:100%;table-layout:fixed}.gameAccountTags{justify-content:right}.contactDetails textarea{width:100%;text-align:left;margin:30px 0 0;height:20vh;border-color:#333;border-radius:0;resize:none}.contactDetails textarea:disabled{background:#333}.contactDetails textarea.loading:disabled{background:transparent!important}.contactDetails div.leaveAMsgTextareaWrapper{width:100%;position:relative}.contactDetails div.leaveAMsgUnlocker{width:100%;position:absolute;top:30px;left:0;right:0;bottom:0;background:#333;display:flex;flex-direction:column;align-items:center;justify-content:center}.contactDetails div.leaveAMsgUnlocker.loading{background:transparent!important}.contactDetails div.leaveAMsgUnlocker *{color:#fff}.contactDetails .laveAMsgCounter{width:100%}.contactDetails .leaveAMsgSend{width:100%;display:flex;align-items:flex-end;flex-direction:row;justify-content:space-between}.contactDetails .leaveAMsgSend button{background:#333;color:#fff;float:right;border-radius:0;width:20%}.contactDetails .leaveAMsgSend button:hover{background:dodgerblue;border-color:dodgerblue}.contactDetails .leaveAMsgSend button:disabled{background:#999}.contactMsgs{padding:0;display:flex;flex-direction:column;row-gap:1.5rem}.contactMsgs div.profile{margin:0 5rem 0 0;overflow-wrap:anywhere}.contactMsgs img.profilePic{width:5rem;height:5rem;background:grey}.contactMsgs .socialWrapper{display:flex;justify-content:right;column-gap:.5rem;margin:1rem 0 0}body.dark-content .contactMsgs .socialWrapper :not(:last-child):after{color:#fff}.contactMsgs .socialWrapper :not(:last-child):after{padding:0 0 0 .7rem;content:"|";color:#767676}body.dark-content .contactMsgs .socialWrapper a,body.dark-content .contactMsgs .socialWrapper a:visited{color:hsl(210,calc(1 * 2.9%),86.7%)}.contactMsgs .socialWrapper a,.contactMsgs .socialWrapper a:visited{text-decoration:none;color:#333}.contactMsg{background:rgba(0,0,0,.05);padding:2rem}.gamesDetails{display:flex;flex-direction:column;row-gap:30px}.gamesDetails.slider>div{position:relative}.gamesDetails.slider>div>a>img{filter:brightness(50%)}.gamesDetails.slider>div>a>p{position:absolute;top:50%;left:0;z-index:5;text-align:center;width:100%;text-shadow:-.1rem -.1rem 0 #000,.1rem -.1rem 0 #000,-.1rem .1rem 0 #000,.1rem .1rem 0 #000;font-weight:600;font-size:larger;padding:0 10px}.gameAccounts{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;margin:0}.gameAccount{display:flex;align-items:flex-start;justify-content:flex-start;gap:.85rem;padding:.85rem 1rem;background:rgba(0,0,0,.08);min-width:220px;max-width:320px;flex:0 1 280px}body.dark-content .gameAccount{background:hsl(223,7%,18%)}.gameAccount .platformIcon{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem}.gameAccountBody{display:flex;flex-direction:column;gap:.2rem;min-width:0}.gameAccountPlatform{font-weight:700;margin:0}.gameAccountTags{display:flex;justify-content:flex-start;flex-wrap:wrap;row-gap:.3rem;margin-top:.25rem}.tutorialContent p,.tutorialQuestion p{white-space:pre-line}.tutorialContent :not(pre)>code,.tutorialQuestion :not(pre)>code{font-size:.875rem;line-height:1.125rem;text-indent:0;white-space:pre-wrap;scrollbar-width:thin;scrollbar-color:hsl(216,calc(1 * 7.2%),13.5%) hsl(223,calc(1 * 6.9%),19.8%);background:hsl(223,calc(1 * 6.9%),19.8%);border:1px solid hsl(216,calc(1 * 7.2%),13.5%);forced-color-adjust:none;display:inline-block;overflow-x:auto;margin:0 .25rem .25rem;padding:.25rem .5rem;border-radius:4px;color:hsl(216,calc(1 * 3.7%),73.5%);-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}.tutorialContent pre,.tutorialQuestion pre{border:1px solid hsl(216,calc(1 * 7.2%),13.5%);border-radius:4px}.tutorialContent pre,.tutorialContent pre>code,.tutorialQuestion pre,.tutorialQuestion pre>code{background:hsl(223,calc(1 * 6.9%),19.8%)!important}code,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-primary:Whitney,"Microsoft JhengHei",微軟正黑體,"Microsoft JhengHei UI","Microsoft YaHei",微軟雅黑,宋体,SimSun,"Helvetica Neue",Helvetica,Arial,sans-serif}.int,.string{color:#2aa198!important}.keyword{color:#859900!important}.classname{color:#b58900!important}.funcname{color:#268bd2!important}.comment,.comment *{color:hsl(217,calc(1 * 7.6%),33.5%)!important}:not(pre)>.qoute{width:auto;height:auto;padding:.2em;margin:0 .5rem .1rem;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;background:hsl(223,calc(1 * 6.9%),19.8%);forced-color-adjust:none;vertical-align:middle}pre{margin:.5em 0;padding:1.25em 1em}pre code.qoute{white-space:break-spaces}.Game .gameInfo{text-align:center}@media only screen and (max-width:1366px){.Contact h2{margin-top:5vh}.contactDetails{padding:0}.contactDetailIcons{margin:3vh 0;width:100%}.contactDetailIcons svg{display:block}}.locale{float:right;height:100%;display:flex;align-items:center}.locale button{border:0;margin:0 5px;background:none}.locale button img{width:51.2px;height:37px}.locale button img:hover{cursor:pointer}.locale button.selected img:hover{cursor:not-allowed}.locale button:not(.selected) img:hover{filter:brightness(90%)}.locale button img{filter:brightness(40%)}.locale button.selected img{filter:brightness(100%);box-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;background:#fff}body.dark-content .heading:after{background-color:hsl(210,calc(1 * 2.9%),86.7%)}.heading{text-transform:uppercase;color:#252525;text-align:center;line-height:1.5;position:relative;text-decoration:none}.heading:after{content:"";width:8vw;height:2px;background-color:#252525;position:absolute;bottom:0;right:calc(50% - (8vw / 2))}.tooltip{position:relative}.instructions{font-size:.75rem;border-radius:.5rem;background:rgba(0,0,0,.95);color:#fff;padding:1rem;position:absolute;top:0}.instructions>svg{margin-right:1rem}.offscreen{position:absolute;left:-9999px}.hide{display:none}.valid{margin-left:.5rem}.valid *{color:limegreen!important}.invalid{margin-left:.5rem}.invalid *{color:red!important}.component :not(button,input){color:#fff}.component h1{font-size:38px}.component h2{font-size:30px}.component h3{font-size:24.72px}.component :not(h1,h2,h3,h5,h6){font-size:22px}.component h5{font-size:19.28px}.component h5,.component h6{font-weight:400;display:inline}.component h6{font-size:18px}.component form{padding-top:20px}.component button,.component input{border:0;margin-bottom:10px}.component input{padding-left:10px}.component button{padding-top:5px;padding-bottom:5px}.component .signin,.component .signout,.component .signup{padding-top:80px;padding-bottom:70px;text-align:center;border-bottom:1px solid #fff}.component .signin button,.component .signout button,.component .signup button{width:35%}section.component{padding:2.5rem;border-radius:8px}.component ul{list-style:none;display:flex;flex-direction:column;justify-content:space-between;height:300px}.component ul>li{padding:16px;text-align:center;background-color:#f1f1f1;color:#333}.component ul>li:hover{cursor:pointer;background-color:dodgerblue;color:#fff;box-shadow:0 4px 8px 0 rgb(0 0 0/20%)}.component .persistCheck{font-size:.75rem;margin-top:10px;display:flex;justify-content:flex-start;align-items:flex-end}.component .persistCheck label{margin:0}.component input[type=checkbox]{height:20px;width:20px;margin:0 5px 2px 2px}.errMsg{visibility:visible;min-width:250px;margin-left:-125px;background-color:darkred;color:#fff;text-align:left;border-radius:2px;padding:16px;position:fixed;z-index:1;right:-250px;bottom:12vh;opacity:0}.errMsg.danger{right:0;opacity:1;animation:fadein .5s}.errMsg.resolve{right:-250px;opacity:0;animation:fadeout .5s}@keyframes fadein{0%{right:-250px;opacity:0}to{right:0;opacity:1}}@keyframes fadeout{0%{right:0;opacity:1}to{right:-250px;opacity:0}}.background{min-width:100%;min-height:100vh;position:absolute;background-color:dodgerblue;background-image:url(/images/cloud.png);background-position:bottom;background-repeat:no-repeat;background-size:100% auto;z-index:-1}body.dark-content .background.danger{background-color:darkred;animation:slowlydarktored 1s}body.dark-content .background.resolve{animation:slowlyredtodark 1s}.background.danger{background-color:darkred;animation:slowlybluetored 1s}.background.resolve{animation:slowlyredtoblue 1s}@keyframes slowlyredtoblue{0%{background-color:darkred}to{background-color:dodgerblue}}@keyframes slowlybluetored{0%{background-color:dodgerblue}to{background-color:darkred}}@keyframes slowlyredtodark{0%{background-color:darkred}to{background-color:#2a3439}}@keyframes slowlydarktored{0%{background-color:#2a3439}to{background-color:darkred}}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#6bb6ff}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toogleDarkThemeBtnIcon svg>path{color:white}.slider{display:flex;height:350px;max-height:auto;overflow-y:hidden;overflow-x:scroll!important;padding:16px;transform:scroll(calc(var(--i, 0) / var(--n) * -100%));scroll-behavior:smooth;flex-direction:row}.slider::-webkit-scrollbar{height:5px;width:150px;display:none}.slider::-webkit-scrollbar-track{background:transparent}.slider::-webkit-scrollbar-thumb{background:#888}.slider::-webkit-scrollbar-thumb:hover{background:#555}.slider img:hover{transform:scale(1.05);box-shadow:10px 10px 10px rgba(0,0,0,.15)}.slide{position:relative}.slide img{height:100%;width:250px;margin:0 10px;object-fit:cover;border-radius:15px;cursor:pointer;transition:.25s ease-in-out}.control-next-btn,.control-prev-btn{background-color:rgba(255,255,255,.55);height:100px;line-height:100px;width:45px;text-align:center;box-shadow:0 1px 3px #888;-webkit-user-select:none;user-select:none;color:#444;cursor:pointer}.slide img.zoomed{width:500px;height:600px;position:fixed;left:25%;top:0;z-index:1000;transform:scale(1) translatey(0)!important}.overlay{position:absolute;height:100%;width:100%;background:rgba(0,0,0,.45);top:0;display:none}.overlay.active{display:block}@media only screen and (max-width:420px){.slider{padding:0}.slide{padding:16px 10px}.slide img{margin:0}.control-next-btn,.control-prev-btn{top:37%}}.arrows:hover{cursor:pointer}.Missing{height:calc(100vh - 70px - 70px);font-weight:bolder;display:flex;justify-content:center;align-items:center;flex-direction:column}.Missing button{background:none;border:none;color:#fff}.skills{background:rgba(0,0,0,.1);border-radius:5px;display:grid;grid-column-gap:2.5vw;column-gap:2.5vw;grid-row-gap:5vh;row-gap:5vh;grid-template-columns:repeat(3,1fr);padding:calc(20px + 3vh) 20px}@media only screen and (max-width:1366px){.skills{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:801px){.skills{grid-template-columns:repeat(1,1fr)}}.ProgWidth{padding:0 20px}.skillDiv{height:5px;width:100%;background-color:gray}.skillBar{display:block;height:5px;background-color:rgb(26,204,19)}.p{display:flex;justify-content:space-between}.participated{display:grid;grid-column-gap:2.5vw;column-gap:2.5vw;grid-row-gap:5vh;row-gap:5vh;grid-template-columns:repeat(3,1fr);padding:7vh 20px;text-align:center}@media only screen and (max-width:1366px){.participated{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:801px){.participated{grid-template-columns:repeat(1,1fr)}}.codeblock{position:relative}.codeblock .copy-icon{position:absolute;top:.5rem;right:.5rem;z-index:5;margin:0;color:rgb(238,238,238)}.filterSearchBar{padding:2vh 3vh;width:100%;border-radius:20px;font-size:1.15rem}main.App>div.Programming{row-gap:2rem;padding:2rem clamp(1rem,3vw,2rem) 3rem!important;width:100%!important;max-width:none!important;box-sizing:border-box;align-items:stretch!important}.App>div.Game,.App>div.Games{row-gap:2rem;padding-left:8vw;padding-right:8vw}.Programming>.programmingEmpty,.Programming>.programmingGrid,.Programming>.programmingHero,.Programming>.programmingSection{width:100%!important;max-width:none!important;align-self:stretch}.Programming .programmingCardFeatured{display:flex!important;flex-direction:row;width:100%;max-width:min(560px,100%);align-self:flex-start;box-sizing:border-box}@media (min-width:900px){.Programming .programmingCardFeatured{max-width:520px}}.Game h2,.Games h2{margin:0 0 .75rem}.steamHero{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;width:100%;padding:1.25rem 1.5rem;background:rgba(0,0,0,.08)}body.dark-content .steamHero{background:hsl(223,7%,18%)}.steamHeroAvatar{width:88px;height:88px;object-fit:cover;flex-shrink:0}.steamHeroAvatarEmpty{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.12);font-size:2rem}.steamHeroCopy{flex:1 1 220px}.steamHeroKicker{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;opacity:.75;margin:0 0 .25rem}.steamHeroCopy h2{margin:0;text-transform:none}.steamHeroStats{margin:.35rem 0 0;opacity:.9}.steamProfileBtn{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;border:1px solid;padding:.6rem .9rem;white-space:nowrap;margin-left:auto}.steamEmpty,.steamNotice{padding:1rem 0;line-height:1.6}.steamFeaturedGrid{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:repeat(2,minmax(120px,1fr));grid-gap:.75rem;gap:.75rem;min-height:320px}.steamFeaturedCard{position:relative;display:block;overflow:hidden;min-height:140px;text-decoration:none}.steamFeaturedCard:first-child{grid-row:1/span 2;min-height:280px}.steamFeaturedCard .steamCover,.steamFeaturedCard .steamCoverFallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.55)}.steamFeaturedMeta{position:absolute;left:0;right:0;bottom:0;padding:1rem;display:flex;flex-direction:column;gap:.25rem;z-index:1}.steamFeaturedMeta strong{font-size:1.15rem}.steamDetailHeroCopy,.steamDetailHeroCopy *,.steamFeaturedMeta,.steamFeaturedMeta *{color:#f3f3f3;text-shadow:0 1px 10px rgba(0,0,0,.75)}.gamesIntro{text-align:center}.gamesIntroStats{margin-top:.5rem;opacity:.85}.gamesStickyBar{position:sticky;top:70px;z-index:40;display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0 1rem;margin:0 0 .5rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}body.dark-content .gamesStickyBar{background:#36393e;border-bottom-color:rgba(255,255,255,.08)}.gamesStickyBar .steamSearch{width:100%;flex:none}.gamesStickyBar .gamesAdultFilters,.gamesStickyBar .steamFilters{display:flex;flex-wrap:wrap;gap:.45rem;width:100%}.gamesStickyBar .gamesAdultFilters button,.gamesStickyBar .steamFilters button{display:inline-flex;align-items:center;gap:.4rem;margin-top:0;font-size:.9rem;padding:.4rem .75rem;border:1px solid;background:transparent;border-radius:0;color:inherit;cursor:pointer}.gamesStickyBar .steamFilters button.gamesFilterAll{font-weight:700}.gamesStickyBar .steamFilters button.is-active{background:#252525;border-color:#252525;color:#fff}.gamesStickyBar .steamFilters button.is-active,.gamesStickyBar .steamFilters button.is-active *{color:#fff}body.dark-content .gamesStickyBar .steamFilters button.is-active{background:hsl(210,3%,87%);border-color:hsl(210,3%,87%);color:#252525}body.dark-content .gamesStickyBar .steamFilters button.is-active,body.dark-content .gamesStickyBar .steamFilters button.is-active *{color:#252525}.gamesAdultFilter{border-color:#c62828!important;color:#c62828!important}.gamesAdultFilter.is-active{background:#c62828!important;border-color:#c62828!important;color:#fff!important}.gamesAdultFilter.is-active,.gamesAdultFilter.is-active *{color:#fff!important}.gamesAdultFilterState{opacity:.85;font-weight:500}.gameAdultBadge{position:absolute;top:.55rem;left:.55rem;z-index:3;padding:.2rem .45rem;background:#c62828;color:#fff!important;font-size:.75rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-shadow:none}.gameAdultBadgeDetail,.steamDetailHeroCopy .gameAdultBadgeDetail,.steamDetailHeroCopy .gameAdultBadgeDetail *{position:static;display:inline-block;margin:.35rem 0 .15rem;color:#fff!important;text-shadow:none}.gameCardMedia{position:relative}.gameCardMedia .gameCover,.gameCardMedia .gameCoverFallback,.steamCard .gameCover,.steamCard .gameCoverFallback{width:100%;aspect-ratio:600/900;object-fit:cover;display:block}.gameCoverFallback{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);font-size:3rem;font-weight:600}.gameCardPlatforms{position:absolute;top:.55rem;right:.55rem;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;z-index:2}.gameCardPlatforms .platformIcon{width:1.7rem;height:1.7rem;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.35)}.gameCardPlatforms .platformIcon,.gameCardPlatforms .platformIcon *{color:#fff;text-shadow:none}.gameDetailPlatformRow{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.gameDetailPlatformChip{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .55rem;border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.35)}.gameAccountsPanel{display:flex;flex-direction:column;gap:.65rem}.App>div.Game .gameAccountsPanel h2,.gameAccountsPanel h2{text-transform:none;margin:0}.gameDetailHero{position:relative}.gameAdultBadgeHero{top:.75rem;left:.75rem}.gameDetailHero .gameCover,.gameDetailHero .gameCoverFallback{width:100%;height:280px;object-fit:cover;display:block;filter:brightness(.45)}@media only screen and (max-width:801px){.gameDetailHero .gameCover,.gameDetailHero .gameCoverFallback{height:200px}}.steamToolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center}.steamSearch{position:relative;flex:1 1 240px;margin:0}.steamSearch svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.steamSearch .filterSearchBar{padding-left:2.75rem;margin:0}.steamFilters button,.steamToolbar button,.steamToolbar label{margin-top:0}.steamFilters{display:flex;flex-wrap:wrap;gap:.4rem}.steamFilters button{font-size:.95rem;padding:.45rem .8rem;border:1px solid;background:transparent;border-radius:0}.steamFilters button.is-active{background:#252525;border-color:#252525;color:#fff}.steamFilters button.is-active,.steamFilters button.is-active *{color:#fff}body:not(.dark-content) .steamFilters button.is-active{background:#252525;border-color:#252525;color:#fff}body.dark-content .steamFilters button.is-active{background:hsl(210,3%,87%);border-color:hsl(210,3%,87%);color:#252525}body.dark-content .steamFilters button.is-active,body.dark-content .steamFilters button.is-active *{color:#252525}.steamSort{display:flex;align-items:center;gap:.5rem;margin:0}.steamSort select{font:inherit;padding:.45rem .6rem;background:transparent;border:1px solid}.steamGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem}.steamCard{display:flex;flex-direction:column;text-decoration:none;background:rgba(0,0,0,.06);overflow:hidden}body.dark-content .steamCard{background:hsl(223,7%,18%)}.steamCard .steamCover,.steamCard .steamCoverFallback{width:100%;aspect-ratio:600/900;object-fit:cover;display:block}.steamCoverFallback{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);font-size:3rem;font-weight:600}.steamCardBody{padding:.7rem .75rem .85rem;display:flex;flex-direction:column;gap:.3rem;min-height:4.75rem}.steamCardName{font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.steamCardHours{font-size:.85rem;opacity:.8}.steamCardBar{display:block;height:3px;background:currentColor;opacity:.55}.steamCardSkeleton,.steamGridSkeleton .steamCard{min-height:280px;background:rgba(0,0,0,.08)}.steamBack{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;width:-moz-fit-content;width:fit-content}.steamDetailHero{position:relative;min-height:220px;overflow:hidden}.steamDetailHero .steamCover,.steamDetailHero .steamCoverFallback{width:100%;height:280px;object-fit:cover;display:block;filter:brightness(.45)}.steamDetailHeroCopy{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem}.steamDetailHeroCopy h1{text-transform:none;margin:0 0 .4rem;line-height:1.2}.steamDetailAbout p,.steamDetailLead{white-space:pre-line;line-height:1.7}.steamDetailLinks{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.steamDetailLinks a{display:inline-flex;align-items:center;gap:.45rem}.steamDetailFacts{display:grid;grid-template-columns:max-content 1fr;grid-gap:.4rem 1.25rem;gap:.4rem 1.25rem}.steamDetailFacts dt{font-weight:700}.steamDetailAbout h2{text-transform:none}@media only screen and (max-width:801px){.steamFeaturedGrid{grid-template-columns:1fr;grid-template-rows:none}.steamFeaturedCard:first-child{grid-row:auto;min-height:180px}.steamHeroAvatar{width:72px;height:72px}.steamDetailHero .steamCover,.steamDetailHero .steamCoverFallback{height:200px}}.Programming>*{width:100%;max-width:100%;box-sizing:border-box}.programmingHero{width:100%}.programmingHero,.programmingHeroCompact{text-align:left;max-width:none;margin:0}.programmingKicker{margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;opacity:.7}.programmingTitle{margin:0;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;text-transform:none;letter-spacing:.01em}.programmingLead{margin:.75rem 0 0;opacity:.85;line-height:1.55;max-width:40rem}.programmingBack{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.85rem;font-weight:700;text-decoration:none}.programmingBack:hover{text-decoration:underline}.programmingSection{display:flex;flex-direction:column;gap:1rem;width:100%}.programmingSectionHead h2{margin:0;text-transform:none;font-size:1.35rem}.programmingSectionHead p{margin:.35rem 0 0;opacity:.75}.programmingGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem;width:100%}.programmingGridFeatured{grid-template-columns:1fr}.programmingGridTopics{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.programmingGridFeatured .programmingCardFeatured{width:auto;max-width:min(560px,100%);justify-self:start}.programmingCard,.topicCard{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit!important;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease;overflow:hidden;min-width:0}body.dark-content .programmingCard,body.dark-content .topicCard{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.08)}.programmingCard:hover,.topicCardLink:hover{transform:translateY(-2px);border-color:rgba(0,0,0,.2)}body.dark-content .programmingCard:hover,body.dark-content .topicCardLink:hover{border-color:rgba(255,255,255,.22)}.programmingCardFeatured{flex-direction:row;align-items:stretch;min-height:180px}.programmingCardMedia{display:flex;align-items:center;justify-content:center;padding:1.1rem;background:rgba(0,0,0,.03)}body.dark-content .programmingCardMedia{background:rgba(0,0,0,.2)}.programmingCardFeatured .programmingCardMedia{flex:0 0 140px}.programmingCardMedia img{width:72px;height:72px;object-fit:contain;display:block}.programmingCardFeatured .programmingCardMedia img{width:min(120px,100%);height:auto;max-height:120px}.programmingCardBody,.topicCard{padding:1rem 1.05rem 1.15rem}.programmingCardBody{display:flex;flex-direction:column;gap:.35rem;flex:1 1}.programmingCardBody h3,.topicCardTop h2{margin:0;text-transform:none;font-size:1.05rem;font-weight:800}.programmingCardBody p,.topicCardMeta{margin:0;font-size:.9rem;opacity:.75;line-height:1.4}.programmingCardCta{margin-top:auto;padding-top:.65rem;font-size:.85rem;font-weight:800;letter-spacing:.02em}.topicCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.topicCardBadge{flex:0 0 auto;font-size:.72rem;font-weight:800;padding:.25rem .45rem;background:#252525;color:#fff!important}body.dark-content .topicCardBadge{background:hsl(210,3%,87%);color:#252525!important}.topicCardBadgeMuted{opacity:.7;border:1px solid}.topicCardBadgeMuted,body.dark-content .topicCardBadgeMuted{background:transparent!important;color:inherit!important}.topicCardMeta{display:flex;flex-wrap:wrap;gap:.35rem .85rem;margin-top:.55rem}.topicCardStatic{opacity:.85}.programmingEmpty{text-align:center;opacity:.8}@media only screen and (max-width:640px){.programmingCardFeatured{flex-direction:column}.programmingCardFeatured .programmingCardMedia{flex-basis:auto}.programmingGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:host),svg.svg-inline--fa:not(:root){overflow:visible;box-sizing:initial}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:black}