@charset "UTF-8";

/********* public:bb_code.less ********/
.copy-button{float:right}.bbCodeBlock{display:flow-root;margin:.5em 0;background:#fcfcfc;border:1px solid #eee;border-left:3px solid #597da4}.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content{font-size:13px}.bbCodeBlock-title{padding:10px 15px;font-size:13px;color:#597DA4;background:#fff}.bbCodeBlock-title:before,.bbCodeBlock-title:after{content:" ";display:table}.bbCodeBlock-title:after{clear:both}a.bbCodeBlock-sourceJump{color:inherit;text-decoration:none}a.bbCodeBlock-sourceJump:hover{text-decoration:underline}a.bbCodeBlock-sourceJump:after{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0aa";width:1.28571429em;text-align:center;display:inline-block;margin-left:5px}.bbCodeBlock-content{position:relative;padding:10px 15px}.bbCodeBlock-content:before,.bbCodeBlock-content:after{content:" ";display:table}.bbCodeBlock-content:after{clear:both}.bbCodeBlock-expandLink{display:none;position:absolute;top:120px;left:0;right:0;height:100px;cursor:pointer;z-index:100;background:transparent;background:linear-gradient(to bottom, rgba(252,252,252,0) 0%, #fcfcfc 80%)}.bbCodeBlock-expandLink a{position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:13px;color:#597DA4;text-decoration:none}.bbCodeBlock--screenLimited .bbCodeBlock-content{max-height:300px;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch}.bbCodeBlock--expandable{overflow:hidden;-webkit-transition: -xf-height .15s ease, height .15s ease, padding .15s ease, margin .15s ease, border .15s ease;transition: -xf-height .15s ease, height .15s ease, padding .15s ease, margin .15s ease, border .15s ease}.bbCodeBlock--expandable .bbCodeBlock-content{overflow:hidden}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock:not(.bbCodeBlock--expandable) .bbCodeBlock-content{overflow:visible}.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock.bbCodeBlock--screenLimited .bbCodeBlock-content{overflow:auto}.bbCodeBlock--expandable .bbCodeBlock-expandContent{max-height:200px;overflow:hidden}.bbCodeBlock--expandable.is-expandable .bbCodeBlock-expandLink{display:block}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandContent{max-height:none}.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandLink{display:none}.bbCodeBlock--unfurl{color:#1d1d1d;background:#fcfcfc;padding:10px;width:650px;max-width:100%;border-left:2px solid #34495e;overflow:hidden}.bbCodeBlock--unfurl .contentRow-header{margin:0;font-size:15px;font-weight:normal;overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis}.bbCodeBlock--unfurl .contentRow-snippet{font-size:12px;font-style:normal}.bbCodeBlock--unfurl .contentRow-minor{font-size:12px}.bbCodeBlock--unfurl.is-pending{opacity:0.5}.bbCodeBlock--unfurl.is-pending.is-recrawl{opacity:1}.bbCodeBlock--unfurl.is-simple .contentRow-figure{display:none}.bbCodeBlock--unfurl .bbCodeBlockUnfurl-icon{width:12px;vertical-align:-2px}.bbCodeCode{margin:0;padding:0;font-family:Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;font-size:13px;line-height:1.4;text-align:left;direction:ltr;white-space:pre;position:relative;-moz-tab-size:4;tab-size:4}.has-hiddenscroll .bbCodeCode{padding-bottom:15px}.bbCodeCode code{font-family:inherit}.bbCodeCode .prism-token.prism-comment,.bbCodeCode .prism-token.prism-prolog,.bbCodeCode .prism-token.prism-doctype,.bbCodeCode .prism-token.prism-cdata{color:#a50}.bbCodeCode .prism-token.prism-constant{color:#05a}.bbCodeCode .prism-token.prism-tag{color:#170}.bbCodeCode .prism-token.prism-boolean{color:#219}.bbCodeCode .prism-token.prism-symbol,.bbCodeCode .prism-token.prism-atrule,.bbCodeCode .prism-token.prism-keyword{color:#708}.bbCodeCode .prism-token.prism-selector,.bbCodeCode .prism-token.prism-function{color:#05a}.bbCodeCode .prism-token.prism-deleted{color:#d44}.bbCodeCode .prism-token.prism-inserted{color:#292}.bbCodeCode .prism-token.prism-string,.bbCodeCode .prism-token.prism-attr-value{color:#a11}.bbCodeCode .prism-token.prism-number{color:#164}.bbCodeCode .prism-token.prism-attr-name,.bbCodeCode .prism-token.prism-char,.bbCodeCode .prism-token.prism-builtin{color:#00c}.bbCodeCode .prism-token.prism-regex,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-variable,.bbCodeCode .prism-token.prism-package{color:#05a}.bbCodeCode .prism-token.prism-class-name,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-bold{color:#00f}.bbCodeCode .prism-token.prism-bold{font-weight:bold}.bbCodeCode .prism-token.prism-italic,.bbCodeCode .prism-token.prism-constant{color:#05a;font-style:italic}.bbCodeCode .prism-token.prism-entity{cursor:help}.bbCodeInline{margin:0;font-size:80%;background:#fcfcfc;border:1px solid #eee;border-radius:2px;padding-top:1px;padding-right:6px;padding-bottom:1px;padding-left:6px;font-family:Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;line-height:1.4;box-decoration-break:clone;-webkit-box-decoration-break:clone;white-space:pre-wrap}.bbCodeSpoiler{margin:.5em 0}.has-no-js .bbCodeSpoiler-button{display:none}.bbCodeSpoiler-content{display:none;opacity:0;-webkit-transition: all .15s ease, -xf-opacity .15s ease;transition: all .15s ease, -xf-opacity .15s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height}.bbCodeSpoiler-content.is-active{display:block}.bbCodeSpoiler-content.is-active{display:block;opacity:1}.bbCodeSpoiler-content.is-transitioning{display:block}.bbCodeSpoiler-content.is-active{height:auto;overflow-y:visible}.bbCodeSpoiler-content.is-transitioning{overflow-y:hidden}.has-no-js .bbCodeSpoiler-content{display:block !important}.bbCodeSpoiler-content>.bbCodeBlock--spoiler{margin:.2em 0 0}.bbCodeInlineSpoiler{filter:blur(6px);cursor:pointer}.has-js .bbCodeInlineSpoiler a,.has-js .bbCodeInlineSpoiler span{pointer-events:none}.bbCodeInlineSpoiler .smilie{filter:grayscale(90%)}.bbCodeInlineSpoiler:hover{filter:blur(5px)}.button.button--opposite,a.button.button--opposite{background:none;color:inherit;padding:0;margin:0;border:none;font-size:12px}.button.button--opposite:hover,a.button.button--opposite:hover,.button.button--opposite:focus,a.button.button--opposite:focus{background:none;text-decoration:none;color:#10161c}

/********* public:message.less ********/
.message+.message,.message.message--bordered{border-top:1px solid #dfdfdf}.message.is-mod-selected,.block--messages .message.is-mod-selected{background:#fcfcfc}.message.is-mod-selected .message-cell--user,.block--messages .message.is-mod-selected .message-cell--user,.message.is-mod-selected .message-cell--vote,.block--messages .message.is-mod-selected .message-cell--vote{background:#fcfcfc}.message.is-mod-selected .message-userArrow:after,.block--messages .message.is-mod-selected .message-userArrow:after{border-right-color:#fcfcfc}.message-inner{display:flex}.message-inner+.message-inner{border-top:1px solid #dfdfdf}.message-cell{display:block;vertical-align:top;padding:15px}.message--quickReply .message-cell>.formRow:last-child>dd{padding-bottom:0}.message-cell.message-cell--closer{padding:10px}.message-cell.message-cell--closer.message-cell--user{flex:0 0 172px}.message--simple .message-cell.message-cell--closer.message-cell--user{flex:0 0 90px}.message-cell.message-cell--closer.message-cell--action{flex:0 0 60px}.message-cell.message-cell--user,.message-cell.message-cell--action{position:relative;background:#fcfcfc;border-right:1px solid #dfdfdf;min-width:0}.message-cell.message-cell--vote{position:relative;background:#fcfcfc;border-left:1px solid #dfdfdf;border-right:0;padding-top:0;padding-bottom:0}.message--solution .message-cell.message-cell--vote{background:#daf3d8}.message-cell.message-cell--vote .solutionIcon{margin-top:10px}.message-cell.message-cell--user{flex:0 0 182px}.message--simple .message-cell.message-cell--user{flex:0 0 90px}.message-cell.message-cell--action{flex:0 0 70px}.message-cell.message-cell--main{flex:1 1 auto;width:100%;min-width:0}.message-cell.message-cell--main.is-editing{padding:0}.message-cell.message-cell--main .block{margin:0}.message-cell.message-cell--main .block-container{margin:0;border:none}.message-cell.message-cell--alert{font-size:13px;flex:1 1 auto;width:100%;min-width:0;color:#fff;background:rgba(39,174,96,0.85)}.message-cell.message-cell--alert a{color:#fff;text-decoration:underline}.message-cell.message-cell--extra{flex:0 0 210px;border-left:1px solid #dfdfdf;background:#fcfcfc}.message-cell.message-cell--extra .formRow-explain{margin:10px 0 0;font-size:13px;color:#767676;font-size:80%}.message-cell.message-cell--extra .formRow-explain a{color:inherit;text-decoration:underline}.message-cell.message-cell--header,.message-cell.message-cell--solutionHeader{flex:1 1 auto;width:100%;min-width:0;padding:10px 15px;margin:0}.message-cell.message-cell--header{font-weight:400;text-decoration:none;font-size:18px;color:#34495e;background:#fcfcfc;border-top:5px solid #34495e;border-bottom:1px solid #eee;border-bottom:none}.message-cell.message-cell--header a{color:inherit;text-decoration:none}.message-cell.message-cell--header a:hover{text-decoration:underline}.message-cell.message-cell--solutionHeader{color:#3d793f;font-size:16.5px;background:#daf3d8;border-left:3px solid #63b265}.message-main{height:100%;display:flex;flex-direction:column}.message-content{flex:1 1 auto;min-height:1px}.message-footer{margin-top:auto}.message-expandWrapper{position:relative;overflow:hidden;-webkit-transition: -xf-height height ease;transition: -xf-height height ease}.message-expandWrapper .message-expandContent{max-height:250px;overflow:hidden}.message-expandWrapper .message-expandContent--small{max-height:160px}.message-expandWrapper.is-expandable .message-expandLink{display:block}.message-expandWrapper.is-expanded .message-expandContent{max-height:none}.message-expandWrapper.is-expanded .message-expandLink{display:none}.message-column{display:flex;flex-direction:column;align-items:center}.message-expandLink{display:none;position:absolute;top:60%;bottom:0;left:0;right:0;cursor:pointer;z-index:100;background:transparent;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 70%)}.message-expandLink:empty{cursor:auto;background:transparent;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%)}.message-expandLink a{position:absolute;bottom:15px;left:0;right:0;text-align:center;font-size:13px;color:#597DA4;text-decoration:none}.message-microdata{display:none}@media (max-width:650px){.message:not(.message--forceColumns) .message-inner{display:block}.message:not(.message--forceColumns) .message-cell{display:block}.message:not(.message--forceColumns) .message-cell:before,.message:not(.message--forceColumns) .message-cell:after{content:" ";display:table}.message:not(.message--forceColumns) .message-cell:after{clear:both}.message:not(.message--forceColumns) .message-cell.message-cell--user{width:auto;border-right:none;border-bottom:1px solid #dfdfdf}.message:not(.message--forceColumns) .message-cell.message-cell--vote{width:auto;border-left:none;border-top:1px solid #dfdfdf}.message:not(.message--forceColumns) .message-cell.message-cell--vote .solutionIcon{margin-top:0}.message:not(.message--forceColumns) .message-cell.message-cell--main{padding-left:15px}.message:not(.message--forceColumns) .message-cell.message-cell--extra{width:auto;border-left:none;border-top:1px solid #dfdfdf}.message:not(.message--forceColumns) .message-column{flex-direction:row;justify-content:space-evenly}.message--simple:not(.message--forceColumns) .message-cell.message-cell--user,.message--quickReply:not(.message--forceColumns) .message-cell.message-cell--user{display:none}}.message-userArrow{position:absolute;top:30px;right:-1px;border:15px solid transparent;border-left-width:0;border-right-color:#dfdfdf}.message-userArrow:after{position:absolute;top:-14px;right:-15px;content:"";border:14px solid transparent;border-left-width:0;border-right-color:#fff}.message-avatar{text-align:center}.message-avatar .avatar{vertical-align:bottom}.message-avatar-wrapper{position:relative;display:inline-block;vertical-align:bottom;margin-bottom:.5em}.message-avatar-wrapper .message-avatar-online{position:absolute;left:50%;margin-left:-.615em;bottom:-.5em}.message-avatar-wrapper .message-avatar-online:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f2bd";width:.969em;text-align:center;line-height:1;font-weight:bold;color:#7fb900;background:#fcfcfc;border:#fcfcfc solid 2px;border-radius:50%;display:inline-block}.message-name{font-weight:700;font-size:inherit;text-align:center;margin:0}.message-userTitle{font-size:12px;font-weight:normal;text-align:center;margin:0}.message-userBanner.userBanner{display:block;margin-top:3px}.message-userExtras{margin-top:3px;font-size:12px}.message--deleted .message-userDetails{display:none}.message--deleted .message-avatar .avatar{width:48px;height:48px;font-size:29px}@media (max-width:650px){.message:not(.message--forceColumns) .message-userArrow{top:auto;right:auto;bottom:-1px;left:24px;border:none;border:15px solid transparent;border-top-width:0;border-bottom-color:#dfdfdf}.message:not(.message--forceColumns) .message-userArrow:after{top:auto;right:auto;left:-14px;bottom:-15px;border:none;border:14px solid transparent;border-top-width:0;border-bottom-color:#fff}.message:not(.message--forceColumns).is-mod-selected .message-userArrow:after{border-color:transparent;border-bottom-color:#fcfcfc}.message:not(.message--forceColumns) .message-user{display:flex}.message:not(.message--forceColumns) .message-avatar{margin-bottom:0}.message:not(.message--forceColumns) .message-avatar .avatar{width:48px;height:48px;font-size:29px}.message:not(.message--forceColumns) .message-avatar .avatar+.message-avatar-online{left:auto;right:0}.message:not(.message--forceColumns) .message-userDetails{flex:1;min-width:0;padding-left:15px}.message:not(.message--forceColumns) .message-name{text-align:left}.message:not(.message--forceColumns) .message-userTitle,.message:not(.message--forceColumns) .message-userBanner.userBanner{display:inline-block;text-align:left;margin:0}.message:not(.message--forceColumns) .message-userExtras{display:none}.message:not(.message--forceColumns) .message--deleted .message-userDetails{display:block}}.message-content{position:relative}.message-content .js-selectToQuoteEnd{height:0;font-size:0;overflow:hidden}.message--multiQuoteList .message-content{min-height:80px;max-height:120px;overflow:hidden}.message--multiQuoteList .message-content .message-body{pointer-events:none}.message-attribution{color:#767676;font-size:12px;padding-bottom:3px;border-bottom:1px solid #eee}.message-attribution:before,.message-attribution:after{content:" ";display:table}.message-attribution:after{clear:both}.message-attribution.message-attribution--plain{border-bottom:none;font-size:inherit;padding-bottom:0}.message-attribution.message-attribution--split{display:flex;align-items:flex-end;flex-wrap:wrap}.message-attribution.message-attribution--split .message-attribution-opposite{margin-left:auto}.message-attribution-main{float:left}.message-attribution-opposite{float:right}.message-attribution-opposite.message-attribution-opposite--list{display:flex;list-style:none;margin:0;padding:0}.message-attribution-opposite.message-attribution-opposite--list>li{margin-left:14px}.message-attribution-opposite.message-attribution-opposite--list>li:first-child{margin-left:0}.message-attribution-opposite a{color:inherit}.message-attribution-opposite a:hover{text-decoration:none;color:#10161c}.message-attribution-gadget{display:inline-block;margin:-3px -7px;padding:3px 7px}.message-attribution-source{font-size:12px;margin-bottom:6px}.message-attribution-user{font-weight:700}.message-attribution-user .avatar{display:none}.message-attribution-user .attribution{display:inline;font-size:inherit;font-weight:inherit;margin:0}.message-newIndicator,a.message-newIndicator{font-size:90%;color:#fff;background:#597DA4;border-radius:2px;padding-top:1px;padding-right:4px;padding-bottom:1px;padding-left:4px;white-space:nowrap}a.message-newIndicator:hover{color:#fff}.message-minorHighlight{font-size:13px;color:#597DA4}.message-fields{margin:15px 0}.message--simple .message-fields{margin-top:10px;margin-bottom:10px}.message-fields:last-child{margin-bottom:0}.message-body{margin:15px 0;font-family:'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif}.message-body:before,.message-body:after{content:" ";display:table}.message-body:after{clear:both}.message--simple .message-body{margin-top:10px;margin-bottom:10px}.message-body:last-child{margin-bottom:0}.message-body .message-title{font-size:16.5px;font-weight:400;margin:0 0 15px 0;padding:0}.message-attachments{margin:.5em 0}.message-attachments-list{list-style:none;margin:0;padding:0}.message-lastEdit{margin-top:.5em;color:#767676;font-size:11px;text-align:right}.message-signature{margin-top:15px;font-size:12px;color:#767676;border-top:1px solid #eee;padding-top:3px}.message-actionBar .actionBar-set{margin-top:15px;font-size:13px}.message--simple .message-actionBar .actionBar-set{margin-top:10px}.message .likesBar{margin-top:15px;padding:10px}.message .reactionsBar{margin-top:15px;padding:10px}.message-historyTarget{margin-top:15px}.message-gradient{position:absolute;bottom:0;left:0;right:0;height:60px;background:#fff;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 90%)}.message-responses{margin-top:10px;font-size:13px}.message-responses .editorPlaceholder .input{font-size:inherit}.message-responseRow{margin-top:-1px;background:#fcfcfc;border:1px solid #eee;padding:10px}.message-responseRow.message-responseRow--likes,.message-responseRow.message-responseRow--reactions{display:none;opacity:0;-webkit-transition: all .15s ease, -xf-opacity .15s ease;transition: all .15s ease, -xf-opacity .15s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height}.message-responseRow.message-responseRow--likes.is-active,.message-responseRow.message-responseRow--reactions.is-active{display:block;opacity:1}.message-responseRow.message-responseRow--likes.is-transitioning,.message-responseRow.message-responseRow--reactions.is-transitioning{display:block}.message-responseRow.message-responseRow--likes.is-active,.message-responseRow.message-responseRow--reactions.is-active{height:auto;overflow-y:visible}.message-responseRow.message-responseRow--likes.is-transitioning,.message-responseRow.message-responseRow--reactions.is-transitioning{overflow-y:hidden}@media (max-width:650px){.message:not(.message--forceColumns) .message-attribution-user .avatar{display:inline-flex;width:21px;height:21px;font-size:13px}.message:not(.message--forceColumns) .message-content{min-height:1px}}@media (max-width:480px){.message-signature{display:none}}.message-menuGroup{display:inline-block}.message-menuTrigger{display:inline-block}.message-menuTrigger:after{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0d7";width:1.2em;display:inline-block;text-align:center;font-weight:900;unicode-bidi:isolate;text-align:right}.message-menuTrigger:hover:after{color:black}.message-menu-section--editDelete .menu-linkRow{font-weight:700;font-size:15px}.message-menu-link--delete i:after{content:"\f2ed";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--edit i:after{content:"\f044";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--report i:after{content:"\f119";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--warn i:after{content:"\f071";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--spam i:after{content:"\f05e";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--ip i:after{content:"\f0e8";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--history i:after{content:"\f1da";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--follow i:after{content:"\f234";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--ignore i:after{content:"\f235";width:1.28571429em;display:inline-block;text-align:center}.message-menu-link--share i:after{content:"\f1e0";width:1.28571429em;display:inline-block;text-align:center}.message-articleUserInfo{background:#fcfcfc;border-top:1px solid #dfdfdf}.message-articleUserInfo:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.message-articleUserInfo .contentRow-figure{width:152px;text-align:center}.message-articleUserInfo .contentRow-main{padding-left:30px;text-align:left}@media (max-width:650px){.message-articleUserInfo .contentRow-figure{width:auto}.message-articleUserInfo .contentRow-main{padding-left:15px}}.message-articleWrittenBy{color:#767676;font-size:13px}.message-articleUserName{font-weight:700;font-size:18px;margin:0;display:inline}.message-articleUserBlurb,.message-articleUserBlurb div{font-size:13px;display:inline}.message-articleUserAbout{font-size:13px;margin:.5em 0}.message-articleUserBanners .userBanner{margin-bottom:3px}.message-articleUserStats{font-size:13px;color:#767676}@media (max-width:480px){.message-articleUserStats{display:none}}.comment-inner{display:table;table-layout:fixed;width:100%}.comment-avatar{display:table-cell;width:24px;vertical-align:top}.comment-avatar .avatar,.comment-avatar img{vertical-align:bottom}.comment-main{display:table-cell;padding-left:15px;vertical-align:top}.comment-contentWrapper{margin-bottom:10px}.comment-user{font-weight:700}.comment-body{display:inline}.comment-note{color:#767676;font-size:11px}.comment-input{display:block;height:2.34em;margin-bottom:10px}.comment-actionBar .actionBar-set{margin-top:10px;color:#767676}.comment-likes,.comment-reactions{display:none;opacity:0;-webkit-transition: all .15s ease, -xf-opacity .15s ease;transition: all .15s ease, -xf-opacity .15s ease;overflow-y:hidden;height:0;-webkit-transition-property:all,-xf-height;transition-property:all,-xf-height;margin-top:10px;font-size:12px}.comment-likes.is-active,.comment-reactions.is-active{display:block;opacity:1}.comment-likes.is-transitioning,.comment-reactions.is-transitioning{display:block}.comment-likes.is-active,.comment-reactions.is-active{height:auto;overflow-y:visible}.comment-likes.is-transitioning,.comment-reactions.is-transitioning{overflow-y:hidden}.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls{text-align:center;padding-left:0;padding-right:0;margin-left:15px;margin-right:15px}@media (max-width:540px){.formSubmitRow.formSubmitRow--messageQr .formSubmitRow-controls{text-align:right}}.messageNotice{margin:10px 0;padding:10px 15px;color:#fff;background:rgba(39,174,96,0.85);font-size:12px;border-left:2px solid #597da4}.messageNotice.messageNotice--nested{border-left-width:1px}.messageNotice:not(.messageNotice--highlighted) a,.messageNotice:not(.messageNotice--highlighted) a:hover{color:#fff;text-decoration:underline}.messageNotice:before{display:inline-block;font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:.2em;font-size:125%;color:#597DA4}.messageNotice.messageNotice--highlighted{color:#1d1d1d;background:#fcfcfc;border-left-color:#34495e}.messageNotice.messageNotice--highlighted:before{color:#597DA4}.messageNotice.messageNotice--deleted:before{content:"\f2ed";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--moderated:before{content:"\f132";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--warning:before{content:"\f071";width:1.28571429em;display:inline-block;text-align:center}.messageNotice.messageNotice--ignored:before{content:"\f131";width:1.28571429em;display:inline-block;text-align:center}@media (min-width:650px){.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:first-child>.message:first-child .message-inner:first-of-type .message-cell:first-child,.block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:first-child,.block:not(.block--messages) .block-topRadiusContent>.message:first-child .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:first-child>.message:first-child .message-inner:first-of-type .message-cell:last-child,.block:not(.block--messages) .block-topRadiusContent.message .message-inner:first-of-type .message-cell:last-child,.block:not(.block--messages) .block-topRadiusContent>.message:first-child .message-inner:first-of-type .message-cell:last-child{border-top-right-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:last-child>.message:last-child .message-inner:last-of-type .message-cell:first-child,.block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:first-child,.block:not(.block--messages) .block-bottomRadiusContent>.message:last-child .message-inner:last-of-type .message-cell:first-child{border-bottom-left-radius:3px}.block:not(.block--messages) .block-container:not(.block-container--noStripRadius)>.block-body:last-child>.message:last-child .message-inner:last-of-type .message-cell:last-child,.block:not(.block--messages) .block-bottomRadiusContent.message .message-inner:last-of-type .message-cell:last-child,.block:not(.block--messages) .block-bottomRadiusContent>.message:last-child .message-inner:last-of-type .message-cell:last-child{border-bottom-right-radius:3px}}.block--messages .block-container{background:none;border:none}.block--messages .message,.block--messages .block-row{color:#1d1d1d;background:#fff;border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1);border-radius:4px}.block--messages .message+.message,.block--messages .block-row+.message,.block--messages .message+.block-row,.block--messages .block-row+.block-row{margin-top:10px}.block--messages .block-filterBar{border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1);border-radius:4px;margin-bottom:10px}.block--messages .message-spacer+.message,.block--messages .message-spacer+.block-row{margin-top:10px}.block--messages .message-inner .message-cell{border-radius:0}.block--messages .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px}.block--messages .message-inner:first-of-type .message-cell:last-child{border-top-right-radius:3px}.block--messages .message-inner:last-of-type .message-cell:first-child{border-bottom-left-radius:3px}.block--messages .message-inner:last-of-type .message-cell:last-child{border-bottom-right-radius:3px}@media (max-width:650px){.block--messages .message-inner .message-cell{border-radius:0}.block--messages .message-inner:first-of-type .message-cell:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.block--messages .message-inner:last-of-type .message-cell:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.block--messages .message--simple .message-cell--user+.message-cell{border-radius:0;border-top-left-radius:3px;border-top-right-radius:3px}}@media (max-width:650px){.block--messages .message,.block--messages .block-row,.block--messages .block-filterBar{border-left:none;border-right:none;border-radius:0}.block--messages .message .message-inner .message-cell{border-radius:0}.block--messages .message .message-inner .message-cell:first-child,.block--messages .message .message-inner .message-cell:last-child{border-radius:0}.block--messages .message--simple .message-cell--user+.message-cell{border-radius:0}}.message--article.is-moderated{background:#fcfcfc}.message--article.is-deleted{opacity:.65}.message--articlePreview{display:flex;flex-direction:column;min-width:0;margin-bottom:15px}.message--articlePreview:last-child{margin-bottom:0}.message--articlePreview .articlePreview-main{display:flex;flex-direction:column;flex:1 1 auto}.message--articlePreview .articlePreview-image{flex:0 0 auto;align-self:center;width:100%;max-width:750px;background:center / cover #fcfcfc no-repeat;text-decoration:none}.message--articlePreview .articlePreview-image:after{content:'';display:block;padding-bottom:75%}.message--articlePreview .articlePreview-image+.articlePreview-text .bbImageWrapper,.message--articlePreview .articlePreview-image+.articlePreview-text .bbImage{display:none}.message--articlePreview .articlePreview-text{flex:1 1 auto;display:flex;min-width:0;flex-direction:column;padding:15px}.message--articlePreview .articlePreview-text .bbWrapper{position:relative;max-height:11.2em;overflow:hidden}.message--articlePreview .articlePreview-text .bbWrapper:after{content:'';position:absolute;bottom:0;right:0;text-align:right;width:75%;height:1.4em;background:linear-gradient(to right, rgba(255,255,255,0), #fff)}.message--articlePreview .articlePreview-title{margin:0;font-size:16.5px}.message--articlePreview .articlePreview-content{flex:1 1 auto}.message--articlePreview .articlePreview-links{text-align:right;padding-top:10px}.message--articlePreview .articlePreview-statuses{float:left;display:flex;list-style:none;margin:0;padding:0}.message--articlePreview .articlePreview-statuses>li{margin-right:8px}.message--articlePreview .articlePreview-statuses .message-newIndicator{font-size:13px}.message--articlePreview .articlePreview-footer{padding:0 15px}.message--articlePreview .articlePreview-meta{display:flex;align-items:center;border-top:solid 1px #dfdfdf;padding:10px 0;color:#767676;font-size:13px}.message--articlePreview .articlePreview-meta>li{margin-right:15px}.message--articlePreview .articlePreview-meta>li:last-child{margin-right:0}.message--articlePreview .articlePreview-replies{white-space:nowrap}.message--articlePreview .articlePreview-by,.message--articlePreview .articlePreview-repliesLabel{display:none}.block--articles.block--messages.block--expanded .article-title{margin:0 0 5px;font-size:24px;font-weight:400}.block--articles.block--messages.block--expanded .message-snippet-link{margin-top:.5em;text-align:center}.block--articles.block--messages.block--expanded .message+.message{margin-top:20px}@supports (display: grid){@media (min-width:650px){.block--previews .block-body{display:grid;gap:15px;grid-template-rows:auto;grid-template-columns:repeat(2, 1fr);grid-template-areas:"a a"}.block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.block--previews .block-body>.message--articlePreview{margin-bottom:0}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-title{font-size:18px}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-image{max-width:none}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-image:after{padding-bottom:60%}.block--previews .block-body>.message--articlePreview:nth-of-type(-n+5) .articlePreview-meta .articlePreview-by{display:block}.block--previews .block-body>.message--articlePreview:first-of-type{grid-area:a}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-title{font-size:24px}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-meta{border-top:none}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-main{flex-direction:row-reverse}.block--previews .block-body>.message--articlePreview:first-of-type .articlePreview-image{width:50%}}@media (min-width:900px){.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body{grid-template-columns:repeat(4, 1fr);grid-template-areas:"a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4"}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(1){grid-area:a}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(2){grid-area:b_1}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(3){grid-area:b_2}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(4){grid-area:b_3}.p-body-main:not(.p-body-main--withSidebar) .block--previews .block-body>.message--articlePreview:nth-of-type(5){grid-area:b_4}}@media (min-width:1200px){.p-body-main--withSidebar .block--previews .block-body{grid-template-columns:repeat(4, 1fr);grid-template-areas:"a a a a" "b_1 b_1 b_2 b_2" "b_3 b_3 b_4 b_4"}.p-body-main--withSidebar .block--previews .block-body>.message:first-of-type:last-of-type{grid-area:a}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(1){grid-area:a}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(2){grid-area:b_1}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(3){grid-area:b_2}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(4){grid-area:b_3}.p-body-main--withSidebar .block--previews .block-body>.message--articlePreview:nth-of-type(5){grid-area:b_4}}}

/********* public:notices.less ********/
.notices{list-style:none;margin:0;padding:0}.notices.notices--block .notice{margin-bottom:15px}.notices.notices--floating{margin:0 20px 0 auto;width:300px;max-width:100%;z-index:800}@media (max-width:340px){.notices.notices--floating{margin-right:10px}}.notices.notices--floating .notice{margin-bottom:20px}.notices.notices--scrolling{display:flex;align-items:stretch;overflow:hidden;border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1);margin-bottom:15px}.notices.notices--scrolling.notices--isMulti{margin-bottom:35px}.notices.notices--scrolling .notice{width:100%;flex-grow:0;flex-shrink:0;border:none}.noticeScrollContainer{margin-bottom:15px}.noticeScrollContainer .lSSlideWrapper{border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1)}.noticeScrollContainer .notices.notices--scrolling{border:none;margin-bottom:0}.notice{position:relative;border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1)}.notice:before,.notice:after{content:" ";display:table}.notice:after{clear:both}.notice.notice--primary{color:#1d1d1d;background:#fcfcfc}.notice.notice--accent{color:#fff;background:rgba(39,174,96,0.85)}.notice.notice--accent a:not(.button--notice){color:#fff;text-decoration:underline}.notice.notice--dark{color:#fefefe;border:none;background:#141414}.notice.notice--dark a:not(.button--notice){color:#b4b4b4}.notice.notice--light{color:#141414;background:#fefefe}.notice.notice--light a:not(.button--notice){color:#828282}.notice.notice--enablePush{display:none}@media (max-width:900px){.notice.notice--enablePush{padding:6px 6px 15px;font-size:13px}}@media (max-width:900px){.notice.notice--cookie .notice-content{padding:6px 6px 15px;font-size:12px}.notice.notice--cookie .notice-content .button--notice{font-size:12px;padding:6px 10px}.notice.notice--cookie .notice-content .button--notice .button-text{font-size:12px}}.notice.notice--cookieAdvanced .notice-content{padding:1em 0}.notice.notice--cookieAdvanced .notice-content .u-pageCentered{display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:end}@media (max-width:650px){.notice.notice--cookieAdvanced .notice-content .u-pageCentered{display:block}}.notice.notice--cookieAdvanced .notice-content h2{margin:0}.notice.notice--cookieAdvanced .notice-content .button{width:100%;margin:.5em 0;font-weight:bold}.notice.notice--cookieAdvanced .notice-content form.is-active{display:contents;grid-column:span 2}.notice.notice--cookieAdvanced .notice-content form.is-active .formRow.formRow--fullWidth>dd{padding-left:0;padding-right:0}.notice.notice--cookieAdvanced .notice-content form:not(.is-active){display:none}.notices--block .notice{font-size:15px;border-radius:4px}.notices--floating .notice{font-size:11px;border-radius:4px;box-shadow:1px 1px 3px rgba(0,0,0,0.25)}.notices--floating .notice.notice--primary{background-color:rgba(252,252,252,0.8)}.notices--floating .notice.notice--accent{background-color:rgba(39,174,96,0.8)}.notices--floating .notice.notice--dark{background-color:rgba(20,20,20,0.8)}.notices--floating .notice.notice--light{background-color:rgba(254,254,254,0.8)}.has-js .notices--floating .notice{display:none}.notice.notice--hasImage .notice-content{margin-left:78px;min-height:78px}@media (max-width:900px){.notice.notice--hidewide:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:650px){.notice.notice--hidemedium:not(.is-vis-processed){display:none;visibility:hidden}}@media (max-width:480px){.notice.notice--hidenarrow:not(.is-vis-processed){display:none;visibility:hidden}}.notice-image{float:left;padding:15px 0 15px 15px}.notice-image img{max-width:48px;max-height:48px}.notice-content{padding:15px}.notice-content a.notice-dismiss{float:right;color:inherit;font-size:16px;line-height:1;height:1em;box-sizing:content-box;padding:0 0 5px 5px;opacity:.5;-webkit-transition: opacity .15s ease;transition: opacity .15s ease;cursor:pointer}.notice-content a.notice-dismiss:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00d";width:.75em;display:inline-block;text-align:center}.notice-content a.notice-dismiss:hover{text-decoration:none;opacity:1}.notices--floating .notice-content a.notice-dismiss{font-size:14px}

/********* public:siropu_ads_manager_ad.less ********/
.samCodeUnit,.samBannerUnit,.samTextUnit{margin:10px 0}.samCarousel.samCodeUnit,.samCarousel.samBannerUnit,.samCarousel.samTextUnit{margin:0}.samCodeUnit[data-position="embed"],.samBannerUnit[data-position="embed"],.samTextUnit[data-position="embed"]{margin:0}.samCodeUnit[data-position="container_content_above"],.samBannerUnit[data-position="container_content_above"],.samTextUnit[data-position="container_content_above"],.samCodeUnit[data-position="forum_overview_top"],.samBannerUnit[data-position="forum_overview_top"],.samTextUnit[data-position="forum_overview_top"]{margin-top:0}.itemList-item .samCodeUnit,.itemList-item .samBannerUnit,.itemList-item .samTextUnit{margin:0}.p-header .samCodeUnit:not(.samCarousel),.p-header .samBannerUnit:not(.samCarousel),.p-header .samTextUnit:not(.samCarousel){float:right;max-width:728px}.p-header .sam-swiper-container{max-width:728px;float:right;margin:5px 0}.samCodeUnit,.samBannerUnit{width:100%}.samTextUnit{color:#1d1d1d;background:#fff;border-width:1px;border-style:solid;border-top-color:#eee;border-right-color:#dfdfdf;border-bottom-color:#d2d2d2;border-left-color:#dfdfdf;box-shadow:0px 1px 2px rgba(0,0,0,0.1);border-radius:4px;padding:10px;display:flex;align-items:flex-start}.samTextUnit .samItem,.samTextUnit .samAdvertiseHereLink{margin-right:20px;flex-grow:1;flex-basis:0}.samTextUnit .samItem:last-child,.samTextUnit .samAdvertiseHereLink:last-child{margin-right:0}.samTextUnit .samItemBanner .samItemContent,.samTextUnit .samItemBanner .samAdminActions{margin-left:160px}.samTextUnit .samItemImage{float:left;width:150px;margin-right:10px}.samTextUnit .samItemTitle{color:#34495e;font-weight:bold;font-size:16px;margin-bottom:5px}.samTextUnit:after{content:"";display:block;clear:both}.samTextUnit .samAdvertiseHereLink{font-weight:bold}.samTextUnit.samAlignCenter{text-align:left}.samItem{width:inherit;height:inherit}.samDisplayInlineBlock .samItem{width:auto;display:inline-block;margin-right:10px}.samDisplayInlineBlock .samItem:last-child{margin-right:0}.samDisplayInline .samItem{width:auto;display:inline;margin-right:10px}.samDisplayInline .samItem:last-child{margin-right:0}.samDisplayFlexbox .samItem{flex:1;margin-right:5px}.samDisplayFlexbox .samItem:last-child{margin-right:0}.samDisplayFlexbox{display:flex;flex-wrap:wrap}.samDisplayFlexbox .samAdvertiseHereLink{flex-basis:100%}.samDisplayFlexbox .samUnitContent{width:100%}.p-body-sidebar .samTextUnit{display:block}.p-body-sidebar .samTextUnit .samItem{margin-bottom:15px}.p-body-sidebar .samTextUnit .samItem:last-child{margin-bottom:0}.p-body-sidebar .samTextUnit .samItemImage{float:none;margin:0 auto}.p-body-sidebar .samTextUnit .samItemBanner .samItemContent,.p-body-sidebar .samTextUnit .samItemBanner .samAdminActions{margin-left:0}.samUnitWrapper .samTextUnit{background:none;border:0;border-radius:0}.samUnitWrapper.block-row>div{padding:0;margin:0}.samUnitWrapper.structItem>div,.samUnitWrapper.message>div{margin:0 auto;padding:10px}.samMediaViewContainer{position:absolute;width:100%;bottom:0;z-index:99}.samAlignLeft{text-align:left}.samAlignRight{text-align:right;margin:10px 0 10px auto}.samCarousel.samAlignRight{margin:0 0 0 auto}.samAlignCenter{text-align:center;margin:10px auto}.samCarousel.samAlignCenter{margin:0 auto}.samPositionPreview{background:rgba(30,132,73,0.85);border-radius:4px;border:1px solid #597da4;padding:10px;margin:10px 0;text-align:center;color:#1d1d1d}.samCustomSize{position:relative}.samCustomSize .samBannerUnit .samItem{height:100%}.samCustomSize .samAdminActions{position:absolute;left:5px;bottom:0}.samAdminActions{margin:5px 0}.samAdminActions .button{padding:0 10px;margin-right:1px}.samAdminActions .button:last-child{margin-right:0}.samBackground{background-repeat:no-repeat;background-attachment:fixed;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.samBackgroundItem{position:fixed;height:100%}.samAlignLeft[data-position^="post_above_content_"]{float:left;margin:0 10px 0 0}.samAlignRight[data-position^="post_above_content_"]{float:right;margin:0 0 0 10px;width:auto}.samAlignRight[data-position^="node_title_above_"]{float:right;margin:0 0 0 10px;width:auto}img[data-xf-init="sam-lazy"]{display:none}.samAdBlockDetected .p-body-pageContent,.samAdBlockDetected .p-body-sideNav,.samAdBlockDetected .p-body-sidebar{opacity:0.15}#samNotice{font-size:15px;color:#fff;font-weight:700;background:#d54e49;border:1px solid #b61e19;border-radius:4px;padding:10px;display:none;margin:10px 0}#samNotice #samDismiss{font-size:16px;color:#861410;text-decoration:none;float:right;cursor:pointer}#samNotice #samDismiss:hover{text-decoration:none}.samVideoOverlay{position:absolute;width:100%;height:100%;z-index:10;background-color:#000;opacity:0.5;top:0}div[data-position="below_bb_code_attachment"]{clear:both}div[data-position="over_bb_code_video_attachment"]{position:absolute;left:0;right:0;bottom:25px;z-index:11;text-align:center}div[data-position="footer_fixed"]{position:fixed;left:0;right:0;bottom:0;margin-bottom:0;z-index:100}div[data-position="footer_fixed"] .samItem{position:relative}.samCloseButton{position:absolute;top:0;margin:-2px 0 0 -15px;z-index:10}.samCloseButton i{font-size:20px;color:black;opacity:0.5}.samCloseButton i:hover{color:crimson;opacity:1}.samLazyLoading .samCloseButton{display:none}.samOverlayCloseButton{display:block}.samResponsive,.samResponsive .samItem{width:100% !important;height:auto !important}.swiper-container.sam-swiper-container{width:100%;margin-bottom:20px}.swiper-container.sam-swiper-container .samItem.swiper-slide{margin-top:0 !important;height:auto !important}@media (max-width:480px){.samTextUnit{display:block}.samTextUnit .samItem{margin-bottom:15px}.samTextUnit .samItem:last-child{margin-bottom:0}.samTextUnit .samItemImage{float:none;margin:0 auto}.samTextUnit .samItemBanner .samItemContent,.samTextUnit .samItemBanner .samAdminActions{margin-left:0}.samCustomSize:not(.samCarousel),.samCustomSize:not(.samCarousel) .samItem{width:100% !important;height:auto !important}.samAlignLeft[data-position^="post_above_content_"],.samAlignRight[data-position^="post_above_content_"]{float:none;margin-bottom:10px}}@media (max-width:650px){.samDisplayFlexbox .samItem{flex:100%;margin-right:0}}.samOverlayDisableClose .js-overlayClose{display:none}ins.adsbygoogle[data-ad-status="unfilled"]{display:none !important}

/********* public:th_uix_threadStarterPost.less ********/
.message-threadStarterPost .message-cell.message-cell--user,.message-threadStarterPost .message-cell.message-cell--action{position:relative;min-width:0}

/********* public:xb.less ********/
body[data-template="forum_list"] .p-breadcrumbs--parent,body[data-template="forum_new_posts"] .p-breadcrumbs--parent{display:none}.block--category{margin-bottom:30px}.block--category .block-container .node:last-of-type{border-radius:0 0 3px 3px}.block--category.collapsible-nodes .block-header{display:flex;align-items:center;justify-content:space-between}.block--category.collapsible-nodes .block-header--left{margin-right:auto;max-width:100%}.block--category .collapseTrigger{opacity:0.5;transition:opacity .3s}.block--category .block-container:hover .collapseTrigger{opacity:1}.node.node--read .node-icon i.fa-comments:before{content:"\f4a6\20";width:1.28571429em;display:inline-block;text-align:center;text-shadow:none}.node.node--unread .node-icon i.fa-comments{opacity:1}.node.node--unread .node-icon i.fa-comments:before{content:"\f4a6\20";width:1.28571429em;display:inline-block;text-align:center;text-shadow:none}.node.node--page .node-icon i{opacity:1}.node.node--page .node-icon i:before{content:"\f15c\20";width:1.28571429em;display:inline-block;text-align:center;text-shadow:none}.node.node--link .node-icon i{opacity:1}.node.node--link .node-icon i:before{content:"\f14c\20";width:1.28571429em;display:inline-block;text-align:center;text-shadow:none}.node .node-icon i{font-size:26px;opacity:0.8}.block--category .block-body.nodedual{display:flex;flex-wrap:wrap;flex-direction:row;width:auto}.block--category .block-body.nodedual .node{min-width:280px;flex:1 1 50%;padding:10px 0;border-bottom:1px solid #eee;border-top-width:0}.block--category .block-body.nodedual .node .node-body{padding:0 15px}.block--category .block-body.nodedual .node .node-body .node-statsMeta{display:inline}.block--category .block-body.nodedual .node .node-body .node-stats{display:none}.block--category .block-body.nodedual .node .node-body .node-extra{display:block;width:auto;padding:0px;background-color:#fcfcfc;border-width:0;box-shadow:none}.block--category .block-body.nodedual .node .node-body .node-main{width:100%;display:block;padding:0 10px 10px 10px}.block--category .block-body.nodedual .node .node-body .node-icon{box-sizing:content-box;padding:0 10px}@media (max-width:900px){.block--category .block-body.nodedual{display:block}.block--category .block-body.nodedual .node .node-body .node-icon{padding-left:0}}@media (min-width:1200px){.node-body .node-stats{width:155px}.node-body .node-extra{width:300px}}@media (min-width:650px){.block--category .block-header-wrapper .block-header{border-top-left-radius:3px;border-top-right-radius:3px}}@media (max-width:1200px){.node-stats{display:none}.node-statsMeta{display:inline}}.p-staffBar .badgeContainer:not(.badgeContainer--highlighted):after{background-color:rgba(255,255,255,0.25);color:#fff}#header{display:none}.p-nav-inner .p-nav-smallLogo{display:inline-block;margin-left:15px}.p-nav-inner{align-items:center}.p-nav .p-nav-menuTrigger{padding-top:10px;padding-bottom:10px}.p-navSticky.is-sticky .p-nav{border-radius:0}.p-navSticky.is-sticky .p-nav .p-navEl.is-selected .p-navEl-splitTrigger:before{display:none}.menu-row.menu-row--highlighted{border-left:5px solid rgba(39,174,96,0.85)}@media (max-width:650px){.p-nav-opposite .p-navgroup-link{padding-right:10px;padding-left:10px}.p-navgroup-link--switch{display:none}}.p-nav-list .p-navEl.is-selected .p-navEl-splitTrigger{display:inline;position:relative}.p-nav-list .p-navEl.is-selected .p-navEl-link.p-navEl-link--splitMenu{padding-right:2.5px}.p-nav-list .p-navEl.is-selected:hover,.p-nav-list .p-navEl.is-selected .p-navEl-link:hover,.p-nav-list .p-navEl.is-selected .p-navEl-splitTrigger:hover{text-decoration:none;background:rgba(252,252,252,0.06)}.p-sectionLinks{display:none}.p-navgroup-link--iconic.p-navgroup-link--switch i:after{content:"\f0eb\20";width:1.28571429em;display:inline-block;text-align:center}.p-navgroup-link--iconic.p-navgroup-link--sidebar i:after{content:"\f0c9";width:1.28571429em;display:inline-block;text-align:center}.p-sectionLinks-list .p-navEl-link:before{display:none}a[data-nav-id="login"]:before{content:"\f2f6";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="register"]:before{content:"\f007";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="home"]:before{content:"\f015";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="forums"]:before{content:"\f086";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="members"]:before{content:"\f0c0";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xfrm"]:before{content:"\f013";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="whatsNew"]:before{content:"\f0e7";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="closeMenu"]:before{content:"\f00d";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="contactUs"]:before{content:"\f0e0";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRrio"]:before{content:"\f1e8";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xfmg"]:before{content:"\f03d";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="snog_raffles_navtab"]:before{content:"\f145";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="th_donate"]:before{content:"\f2b5";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRatendo"]:before{content:"\f073";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRcarta"]:before{content:"\f02d";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRdiscord"]:before{content:"\f392";width:1.28571429em;display:inline-block;text-align:center;font-family:'Font Awesome 5 Brands';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a[data-nav-id="EWRmedio"]:before{content:"\f4e1";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRporta"]:before{content:"\f015";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRrio"]:before{content:"\f144";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="EWRtorneo"]:before{content:"\f091";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xa_ams"]:before{content:"\f15c";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xa_ubs"]:before{content:"\f303";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xa_showcase"]:before{content:"\f00b";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xa_sportsbook"]:before{content:"\f091";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="xa_pickem"]:before{content:"\f51e";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="sidebar_canvas"]:before{content:"\f0c9";width:1.28571429em;display:inline-block;text-align:center}a[data-nav-id="lightswitch"]:before{content:"\f0eb";width:1.28571429em;display:inline-block;text-align:center}.p-offCanvasRegisterLink .offCanvasMenu-linkHolder:first-of-type .offCanvasMenu-link:before{content:"\f090";width:1.28571429em;display:inline-block;text-align:center}.p-offCanvasRegisterLink .offCanvasMenu-linkHolder:last-of-type .offCanvasMenu-link:before{content:"\f234";width:1.28571429em;display:inline-block;text-align:center}.p-nav-list a.p-navEl-link:before{display:none}a.offCanvasMenu-link:before,.p-offCanvasRegisterLink .offCanvasMenu-link:before,.xbSidebar-nav .xbVerticalNav-linkHolder .xbVerticalNav-link:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;display:inline-block;width:1.25em;margin-right:5px}.p-body-sidebar{max-width:300px}@media (max-width:900px){.p-body-sidebar{max-width:none}}.p-body-sidebar .block .block-container,.p-body-sideNavContent .block .block-container{background:#fff}.p-body-sidebar .block .block-minorHeader,.p-body-sideNavContent .block .block-minorHeader{font-size:16.5px;color:#34495e;background:#fcfcfc;border-top:5px solid #597da4;border-bottom:1px solid #dfdfdf}.p-body-sideNavContent .block-minorHeader{font-weight:bold}@media (min-width:901px){.p-sidebarWrapper{display:table-cell;vertical-align:top;width:300px;height:0}.p-sidebarWrapper.is-active{height:auto}}@media (min-width:901px) and (max-width:900px){.p-sidebarWrapper{width:auto;display:block;height:auto}}.block--messages .block-container{box-shadow:none}.message-cell .messageNotice{background-color:#fcfcfc;color:#767676}.message-cell .messageNotice a{text-decoration:underline;color:#34495e}.message-cell .messageNotice a:hover{color:#10161c}.message-main .message-attribution{padding-bottom:15px}.message .messageNotice:not(.messageNotice--highlighted) a,.message .messageNotice:not(.messageNotice--highlighted) a:hover{color:#000}.fr-element a,.bbWrapper a{color:#597DA4}.bbWrapper .bbCodeBlock-title a,.bbWrapper .bbCodeBlock-expandLink a{color:inherit}.bookmarkLink.bookmarkLink--highlightable.is-bookmarked:hover{color:#10161c}.message-footer .message-actionBar{margin-top:15px}.message-footer .message-actionBar .actionBar-set{margin-top:0}.actionBar-action.actionBar-action--report:before{content:"\f0f3\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--edit:before{content:"\f040\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--history:before{content:"\f133\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--delete:before{content:"\f1f8\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--warn:before{content:"\f071\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--ip:before{content:"\f0ac\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--reassign:before{content:"\f362\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--change-date:before{content:"\f783\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--date:before{content:"\f783\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--approve:before{content:"\f00c\20";width:1.28571429em;display:inline-block;text-align:center}.actionBar-action.actionBar-action--unapprove:before{content:"\f2ee\20";width:1.28571429em;display:inline-block;text-align:center}.message-newIndicator.message-adminIndicator{background:#e74c3c}.message-newIndicator.message-moderatorIndicator{background:#2980b9}.message-newIndicator.message-staffIndicator{background:#27ae60}.message-newIndicator.message-bannedIndicator{background:#95a5a6}.message-newIndicator.message-threadStarter{background:#597DA4}@media (max-width:650px){.tag-threadStarter,.tag-adminIndicator,.tag-moderatorIndicator,.tag-staffIndicator,.tag-bannedIndicator{display:none}}footer.p-footer{padding:0;background:none;border-width:0;box-shadow:none}.layout-default .footer-stretched .p-footer-inner,.layout-classic .footer-stretched .p-footer-inner,.layout-canvas .footer-stretched .p-footer-inner,.layout-default .footer-stretched .p-footer-inner,.layout-classic .footer-stretched .p-footer-inner,.layout-canvas .footer-stretched .p-footer-inner{padding-right:20px;padding-left:20px}.p-footer-default{font-size:13px;color:#fff;background:#181818;padding:15px 20px}.p-footer-default a{color:#fff}.p-body .p-footer-default{margin-top:20px}.p-footer-default .p-footer-row{margin-bottom:0}.p-footer-default .p-footer-row>div{margin-bottom:0}.p-footer-inner{max-width:98%;padding:0 15px;margin:0 auto}.p-body .p-footer-inner{max-width:100% !important;padding-right:0;padding-left:0}.p-footer-rssLink>span{top:0px;height:auto;font-size:13px;background-color:transparent}.p-footer-copyright{font-size:13px;color:#fff;background:#181818;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;margin-top:0;text-align:center}.p-footer-copyright .p-pe-copyright a{color:#fff}.p-footer-copyright .p-footer-default{font-size:13px}.p-footer-copyright .p-footer-default a{color:#fff}.p-footer-debug{margin-top:0px;background-color:#181818;color:#fff;font-size:11px;text-align:center;padding:5px 0}.p-footer-debug a{color:#fff;text-decoration:underline}.p-footer-debug .pairs>dt{color:inherit}.p-footer--container:before,.p-footer--container:after{content:" ";display:table}.p-footer--container:after{clear:both}.p-footer-row-main{margin-right:.5em}.p-footer-linkList .shareButtons--iconic .shareButtons-button{font-size:13px;line-height:1}@media (max-width:650px){.p-footer--container .p-footer-default,.p-footer--container .p-footer-custom,.p-footer--container .p-footer-copyright{padding-left:10px;padding-right:10px;font-size:12px}.p-footer--container .p-footer-default .p-footer-inner,.p-footer--container .p-footer-custom .p-footer-inner,.p-footer--container .p-footer-copyright .p-footer-inner{padding-right:0;padding-left:0}.p-footer--container .p-footer-default .p-footer-linkList>li a,.p-footer--container .p-footer-custom .p-footer-linkList>li a,.p-footer--container .p-footer-copyright .p-footer-linkList>li a{padding-left:0}.p-footer--container .p-footer-copyright .p-footer-debug{text-align:left;margin-top:10px}.p-footer--container .copyright-right{margin-top:10px}.p-footer-row-main{margin-bottom:10px}.p-footer-row-main,.p-footer-row-opposite{float:none}.p-footer-copyright{text-align:left;padding:10px 5px}}@media (max-width:480px){.p-footer--container .p-footer-default,.p-footer--container .p-footer-custom,.p-footer--container .p-footer-copyright{padding-left:10px;padding-right:10px}.p-footer--container .p-footer-default .p-footer-inner,.p-footer--container .p-footer-custom .p-footer-inner,.p-footer--container .p-footer-copyright .p-footer-inner{padding-right:0;padding-left:0}.p-footer--container .p-footer-default .p-footer-linkList>li a,.p-footer--container .p-footer-custom .p-footer-linkList>li a,.p-footer--container .p-footer-copyright .p-footer-linkList>li a{padding-left:0}.p-footer--container span.p-pe-copyright{display:block;margin-top:10px}}@media (min-width:651px){.layout-boxed .footer-stretched>div{padding-right:20px;padding-left:20px}}@media (max-width:650px){.p-body .p-footer-default{margin-right:-15px;margin-left:-15px}}@media (max-width:650px){.p-footer--container .p-footer-default .p-footer-linkList li{margin-right:5px}.p-footer--container .p-footer-default .p-footer-linkList li a{padding:4px 6px;display:block}.p-footer--container .p-footer-default .p-footer-linkList li:first-of-type a{padding-left:0}.p-footer-default .p-footer-row-main{margin-bottom:5px;padding-right:0}.p-footer--container .p-footer-default .p-footer-linkList li,.p-footer-custom .xb-footer-block ul.footerList li{margin:0;float:none}.p-footer--container .p-footer-default .p-footer-linkList li a,.p-footer-custom .xb-footer-block ul.footerList li a{padding:10px 0;display:block}}@media (min-width:651px){.footer-stretched>div{padding-right:0;padding-left:0}}.XenBase .notice{border-width:1px;border-style:solid;border-left-width:3px;border-radius:0}.XenBase .notice a:not(.button){text-decoration:underline}.XenBase .notice.notice--primary{color:#3f3a23;background:#fcf8e3;border-color:#e6ddb0}.XenBase .notice.notice--primary a:not(.button){color:#78735d}.XenBase .notice.notice--primary a.button{background:#3f3a23;color:#fff;border-color:#3f3a23}.XenBase .notice.notice--primary a.button:hover{background:rgba(63,58,35,0.9);border-color:#3f3a23}.XenBase .notice.notice--accent,.XenBase .notice.notice--enablePush,.XenBase .notice.notice--cookie{color:#fff;background:rgba(39,174,96,0.85);border-color:rgba(30,132,73,0.85)}.XenBase .notice.notice--accent a:not(.button),.XenBase .notice.notice--enablePush a:not(.button),.XenBase .notice.notice--cookie a:not(.button){color:rgba(203,236,217,0.955)}.XenBase .notice.notice--accent a.button,.XenBase .notice.notice--enablePush a.button,.XenBase .notice.notice--cookie a.button{background:#fff;color:#000;border-color:#fff}.XenBase .notice.notice--accent a.button:hover,.XenBase .notice.notice--enablePush a.button:hover,.XenBase .notice.notice--cookie a.button:hover{background:rgba(255,255,255,0.9);border-color:#fff}.XenBase .notice.notice--dark{color:#fefefe;background:#282828;border-color:#404040}.XenBase .notice.notice--dark a:not(.button){color:#bebebe}.XenBase .notice.notice--dark a.button{background:#fefefe;color:#000;border-color:#fefefe}.XenBase .notice.notice--dark a.button:hover{background:rgba(254,254,254,0.9);border-color:#fefefe}.XenBase .notice.notice--light{color:#1d1d1d;background:#fff;border-color:#dfdfdf}.XenBase .notice.notice--light a:not(.button){color:#616161}.XenBase .notice.notice--light a.button{background:#1d1d1d;color:#fff;border-color:#1d1d1d}.XenBase .notice.notice--light a.button:hover{background:rgba(29,29,29,0.9);border-color:#1d1d1d}.XenBase .notice.myCustomNotice{color:#FFF;background:#27826e;border-color:#1b6151}.XenBase .notice.myCustomNotice a:not(.button){color:#bedad4}.XenBase .notice.myCustomNotice a.button{background:#fff;color:#000;border-color:#fff}.XenBase .notice.myCustomNotice a.button:hover{background:rgba(255,255,255,0.9);border-color:#fff}.XenBase .notice.notice--cookie{border-left-width:0;border-right-width:0}.XenBase .notice.notice--cookie .notice-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap;padding:0}.XenBase .notice.notice--cookie .notice-content>*{text-align:left;margin-top:0;margin:10px 15px}.XenBase .notice.notice--cookie .notice-content .u-inputSpacer{white-space:nowrap}.notices--floating .XenBase .notice.notice--primary{background-color:rgba(252,248,227,0.9)}.notices--floating .XenBase .notice.notice--accent{background-color:rgba(39,174,96,0.9)}.notices--floating .XenBase .notice.notice--dark{background-color:rgba(40,40,40,0.9)}.notices--floating .XenBase .notice.notice--light{background-color:rgba(255,255,255,0.9)}.notices--floating .XenBase .notice.myCustomNotice{background-color:rgba(39,130,110,0.9)}html{font-family:'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif}.p-navEl-link,.block-header a,.block-minorHeader,.block-minorHeader a,.p-navgroup-link,.message-header{text-transform:uppercase;letter-spacing:0.25px;font-weight:700}.xb-page-wrapper{position:relative;display:flex;flex-direction:column;flex-grow:1}.xb-page-wrapper .xb-content-wrapper{flex-grow:1}.button{background-color:#1e2b34;color:#fff;-webkit-transition: all .15s ease;transition: all .15s ease}.button.button--icon--cancel .button-text:before{vertical-align:baseline}.block-container .structItem.structItem--note{color:#1d1d1d}.block-filterBar a{color:#34495e}.structItemContainer-group.structItemContainer-group--sticky:after{background:rgba(39,174,96,0.85);height:5px;display:block;content:""}.structItemContainer .structItemContainer-group .structItem:nth-child(even):not(.is-mod-selected){background-color:#fcfcfc}.structItemContainer .structItem{-webkit-transition: all .15s ease;transition: all .15s ease}.block-container .structItemContainer-group.structItemContainer-group--sticky .structItem{background:#f8fafa}.p-breadcrumbs--parent{display:flex;align-items:center;margin-bottom:15px;margin-top:7px}@media (max-width:650px){.p-breadcrumbs--parent{display:block}}.p-breadcrumbs--parent.p-breadcrumbs--bottom{margin-top:30px;margin-bottom:0}.p-breadcrumbs--parent .p-breadcrumbs{flex:1 1 auto;margin-bottom:0;color:#34495e;font-weight:400}.p-breadcrumbs--parent .p-breadcrumbs a{color:#34495e}.p-breadcrumbs--parent .p-breadcrumbs>li:after{color:#587ca0}.p-breadcrumbs--parent .p-breadcrumbs.p-breadcrumbs--bottom{margin-top:0;margin-bottom:0}.p-breadcrumbs--parent .shareButtons{margin-left:5px;align-self:center}@media (max-width:650px){.p-breadcrumbs--parent .shareButtons{display:none}}.p-body-pageContent .block .block-minorHeader{padding:10px 15px;margin:0;font-weight:400;text-decoration:none;font-size:18px;color:#34495e;background:#fcfcfc;border-top:5px solid #34495e;border-bottom:1px solid #eee}.p-body-pageContent .block .block-minorHeader:before,.p-body-pageContent .block .block-minorHeader:after{content:" ";display:table}.p-body-pageContent .block .block-minorHeader:after{clear:both}.p-body-pageContent .block .block-minorHeader a{color:inherit;text-decoration:none}.p-body-pageContent .block .block-minorHeader a:hover{text-decoration:underline}.pika-prev,.pika-next{color:#1d1d1d}.tabs--editor .tabs-tab{color:#767676}.XenBase label.iconic:hover>input+i{color:#253544}.XenBase label.iconic i{color:#34495e}.XenBase .offCanvasMenu--nav .offCanvasMenu-content{color:#fff;background:#1e2b34;width:260px}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-header{display:none}.XenBase .offCanvasMenu--nav .offCanvasMenu-content a{color:#d5d9dd;font-weight:normal;font-size:15px}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-subHeader{padding:7.5px 15px;color:#97a1aa;font-weight:300}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-subList{background-color:transparent;padding-bottom:0}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-subList a{color:#c1c6cc;font-weight:normal;font-size:13px}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-subList a.u-indentDepth1.offCanvasMenu-link:before{content:"-";float:left;display:inline;margin-right:0;width:auto;opacity:0.2;text-align:left;font-family:inherit;margin-left:-10px}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-separator,.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-list>li,.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-list{border-width:0}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-linkHolder.is-selected{background-color:rgba(0,0,0,0.01);color:inherit;font-weight:inherit}.XenBase .offCanvasMenu--nav .offCanvasMenu-content a.offCanvasMenu-link--splitToggle:before{display:none}.XenBase .offCanvasMenu--nav .offCanvasMenu-content a.offCanvasMenu-link--splitToggle:after{content:"\f054";transition:all .2s ease-out;transform:rotate(0deg);width:22px;text-align:center}.XenBase .offCanvasMenu--nav .offCanvasMenu-content a.offCanvasMenu-link--splitToggle.is-active:after{transform:rotate(90deg)}.XenBase .offCanvasMenu--nav .offCanvasMenu-content a.u-indentDepth1.offCanvasMenu-link:before{content:"-";float:left;display:inline;margin-right:0;width:auto;opacity:0.2;text-align:left;font-family:inherit;margin-left:-10px}.XenBase .offCanvasMenu--nav .offCanvasMenu-content [data-nav-id="closeMenu"]{background-color:rgba(0,0,0,0.05)}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .is-selected .offCanvasMenu-subList.is-active{height:0;overflow-y:hidden;display:none;opacity:0;transition:all .25s ease}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .is-selected .offCanvasMenu-subList:not(.is-active){height:auto;overflow-y:visible;display:block;opacity:1;transition:all .25s ease}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .is-selected .offCanvasMenu-link--splitToggle.is-active:after{transform:rotate(0deg) !important}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .is-selected .offCanvasMenu-link--splitToggle:not(.is-active):after{transform:rotate(90deg) !important}.XenBase .offCanvasMenu--nav .offCanvasMenu-content .offCanvasMenu-content--inner{padding:20px}.blockMessage.blockMessage--none{box-shadow:none}a.shareButtons-button{border-radius:2px}a.shareButtons-button.shareButtons-button--youtube:hover{background-color:#ff0000}a.shareButtons-button.shareButtons-button--youtube>i:before{content:"\f167";width:1.29em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--linkedin:hover{background-color:#0077b5}a.shareButtons-button.shareButtons-button--linkedin>i:before{content:"\f0e1";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--vimeo:hover{background-color:#1ab7ea}a.shareButtons-button.shareButtons-button--vimeo>i:before{content:"\f27d";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--steam:hover{background-color:#00adee}a.shareButtons-button.shareButtons-button--steam>i:before{content:"\f1b6";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--twitch:hover{background-color:#6441a5}a.shareButtons-button.shareButtons-button--twitch>i:before{content:"\f1e8";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--vk:hover{background-color:#45668e}a.shareButtons-button.shareButtons-button--vk>i:before{content:"\f189";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--instagram:hover{background-color:#833ab4}a.shareButtons-button.shareButtons-button--instagram>i:before{content:"\f16d";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--github:hover{background-color:#4078c0}a.shareButtons-button.shareButtons-button--github>i:before{content:"\f09b";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--discord:hover{background-color:#7289DA}a.shareButtons-button.shareButtons-button--discord>i:before{content:"\f392";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--tiktok:hover{background-color:#25F4EE}a.shareButtons-button.shareButtons-button--tiktok>i:before{content:"\e07b";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--mastodon:hover{background-color:#6364ff}a.shareButtons-button.shareButtons-button--mastodon>i:before{content:"\f4f6";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--rss:hover{background-color:#f26522}a.shareButtons-button.shareButtons-button--rss>i:before{content:"\f09e";width:1em;display:inline-block;text-align:center}a.shareButtons-button.shareButtons-button--share{background:transparent;color:#1d1d1d}a.shareButtons-button.shareButtons-button--share:hover{background-color:transparent;color:#1d1d1d}.userBanner{font-size:75%;font-weight:400;border:1px solid transparent;border-radius:2px;padding-top:3px;padding-right:10px;padding-bottom:3px;padding-left:10px;font-style:normal;text-align:center}.userBanner.userBanner--staff{color:#FFF;background:#34495e;border-color:#10161c;background:linear-gradient(to bottom, #34495e, #222f3d 100%);box-shadow:inset 0px 1px 0px 0px #7795b4}.userBanner.userBanner--primary{color:#FFF;background:#1e2b34;border-color:#0b0f13;background:linear-gradient(to bottom, #1e2b34, #1d2834 100%);box-shadow:inset 0px 1px 0px 0px #6e8eaf}.userBanner.userBanner--accent{color:#fff;background:rgba(39,174,96,0.85);border-color:rgba(20,91,50,0.85);background:linear-gradient(to bottom, rgba(39,174,96,0.85), rgba(30,132,73,0.85) 100%);box-shadow:inset 0px 1px 0px 0px rgba(137,229,176,0.85)}.userBanner.userBanner--red{color:#FFF;background:#d80000;border-color:#720000;background:linear-gradient(to bottom, #d80000, #a50000 100%);box-shadow:inset 0px 1px 0px 0px #ff7272}.userBanner.userBanner--green{color:#FFF;background:green;border-color:#001a00;background:linear-gradient(to bottom, #008000, #004d00 100%);box-shadow:inset 0px 1px 0px 0px #1aff1a}.userBanner.userBanner--olive{color:#FFF;background:olive;border-color:#1a1a00;background:linear-gradient(to bottom, #808000, #4d4d00 100%);box-shadow:inset 0px 1px 0px 0px #ffff1a}.userBanner.userBanner--lightGreen{color:#3b5638;background:#ccf9c8;border-color:#77ef6c;background:linear-gradient(to bottom, #ccf9c8, #a1f49a 100%);box-shadow:inset 0px 1px 0px 0px #fff}.userBanner.userBanner--blue{color:#FFF;background:#53377A;border-color:#231734;background:linear-gradient(to bottom, #53377a, #3b2757 100%);box-shadow:inset 0px 1px 0px 0px #9f83c7}.userBanner.userBanner--royalBlue{color:#FFF;background:royalblue;border-color:#1a3ca2;background:linear-gradient(to bottom, #4169e1, #214cce 100%);box-shadow:inset 0px 1px 0px 0px #c5d1f6}.userBanner.userBanner--skyBlue{color:#FFF;background:#7cc3e0;border-color:#2f9bc7;background:linear-gradient(to bottom, #7cc3e0, #53b0d6 100%);box-shadow:inset 0px 1px 0px 0px #f8fcfd}.userBanner.userBanner--gray{color:#FFF;background:gray;border-color:#4d4d4d;background:linear-gradient(to bottom, #808080, #676767 100%);box-shadow:inset 0px 1px 0px 0px #cdcdcd}.userBanner.userBanner--silver{color:black;background:silver;border-color:#8d8d8d;background:linear-gradient(to bottom, #c0c0c0, #a7a7a7 100%);box-shadow:inset 0px 1px 0px 0px #fff}.userBanner.userBanner--yellow{color:black;background:#ffff91;border-color:#b3b325;background:linear-gradient(to bottom, #ffff91, #ffff5e 100%);box-shadow:inset 0px 1px 0px 0px #fff}.userBanner.userBanner--orange{color:black;background:#ffcb00;border-color:#997a00;background:linear-gradient(to bottom, #ffcb00, #cca200 100%);box-shadow:inset 0px 1px 0px 0px #ffea99}.js-prefixMenuContent .menu-row{padding-bottom:6px;padding-top:6px}.overlay{background:none no-repeat 0 0 #fff}[data-template="login"] .formRow a:not(.button),[data-template="register_form"] .formRow a:not(.button),.overlay-content .formRow a:not(.button):not(.menuTrigger--prefix){text-decoration:underline}.blockMessage.blockMessage.blockMessage.blockMessage--highlight{background-color:#fcfcfc;color:#000;border-color:#e3e3e3;border-left:3px solid #e3e3e3}.blockMessage.blockMessage.blockMessage.blockMessage--highlight:before{color:#e3e3e3}.blockMessage.blockMessage.blockMessage.blockMessage--important{background-color:rgba(39,174,96,0.85);color:#fff;border-color:rgba(30,132,73,0.85)}.blockMessage.blockMessage.blockMessage.blockMessage--important:before{color:rgba(30,132,73,0.85)}.blockMessage.blockMessage.blockMessage.blockMessage--success{border-color:#63b265}.blockMessage.blockMessage.blockMessage.blockMessage--warning{border-color:#dcda54}.blockMessage.blockMessage.blockMessage.blockMessage--error{border-color:#c84448}.pageNav-page,.pageNav-jump{background:#fff}@media (max-width:900px){.p-linkList-changeWidth{display:none}}@media (max-width:650px){.p-header-inner,.p-nav-inner,.p-body-inner,.p-footer-inner{max-width:100%}}@media (max-width:480px){.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow){display:block}}.xb-welcome-notice{max-width:100%;padding:0;margin-top:0}.xbSidebar-nav .xbVerticalNav-subList .menu-header{background-color:#1d2834;color:#fff}@media (min-width:651px){.p-nav-inner{padding-top:10px;padding-bottom:10px}}

/********* public:extra.less ********/
.XenBase .p-navgroup-link.p-navgroup-link--user{max-width:165px}.deposit-button{color:#0f801f;font-weight:700;font-size:105%}.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--logIn:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f090";width:1em;display:inline-block;text-align:center;color:#64CB99;padding-right:5px;font-weight:400}.p-navgroup-link.p-navgroup-link--textual.p-navgroup-link--register:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f084";width:1em;display:inline-block;text-align:center;color:#64CB99;padding-right:5px}.p-nav{background:#272f37 url(../img/triangles_45be380.png) no-repeat center center / cover}.logourlstyle1{font-weight:normal;color:#64CB99}.logourlstyle2{font-weight:normal;color:#64CB99;font-size:smaller}.samCarousel .samItem{border:7px solid #f1f3f6}.swiper-slide{height:auto !important}.menu--account .tabs-tab:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:300;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:6px;margin-left:-5px}.menu--account .tabs-tab[href$="/bookmarks"]:before{content:"\f02e";width:1.28571429em;display:inline-block;text-align:center}.menu--account .tabs-tab[href$="account/"]:before{content:"\f007";width:1.28571429em;display:inline-block;text-align:center}.userBanner{font-size:76%;font-weight:400;font-style:normal;padding:1px 10px;border:1px solid transparent;border-radius:6px;text-align:center}.userBanner strong{font-weight:inherit}.userBanner.userBanner--legend{color:#fff;background:#e16f22;border-color:#b75919}.userBanner.userBanner--moder{color:#fff;background:#008000;border-color:#004d00}.userBanner.userBanner--admin{color:#fff;background:#c61212;border-color:#970e0e}.userBanner.userBanner--member{color:#fff;background:#344455;border-color:#212b35}.userBanner.userBanner--expert{color:#fff;background:#338a8a;border-color:#256565}.userBanner.userBanner--premium{color:#fff;background:#a68811;border-color:#78620c}.userBanner.userBanner--banned{color:#fff;background:#7b7b7b;border-color:#626262}.userBanner.userBanner--arbitr{color:#fff;background:#414244;border-color:#28292a}.userBanner.userBanner--disput{color:#fff;background:#3a516e;border-color:#28384d}.fa-telegram-plane:hover{color:#3BACDE !important}.fa-lightbulb:hover{color:#CA0010 !important}.fa-twitter:hover{color:#29A2F0 !important}.fa-lock-alt:hover{color:#6DC263 !important}.fa-maxcdn:hover{color:#000000 !important}.border-telegram-jabber{font-size:16px;width:24px;height:24px;line-height:23px;text-align:center;border-radius:4px;margin:6px 5px 0 0px;box-shadow:0 0 2px 0 rgba(0,0,0,0.17),0 2px 2px 0 rgba(0,0,0,0.06),0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer;color:#546677}.label--prefix-purple{background-color:#9c27b0 !important;border-color:#7b1fa2 !important;color:#ffffff !important}.label--prefix-purple:hover{background-color:#7b1fa2 !important;border-color:#6a1b9a !important}@keyframes snows{0%{background-position:0px 0px,0px 0px,0px 0px}100%{background-position:500px 1000px,400px 400px,300px 300px}}.p-nav{background:#272f37;background-image:url(../img/snow_79d2bb5c.png),url(../img/snow2_3f95b624.png),url(../img/snow3_3fa3cda5.png);animation:snows 55s linear infinite}@media (max-width:500px){.imgfiller{max-width:24%}}