@layer global, components, layout, views;@layer global{@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/bundle/513dd775549822f4d6e8.woff2) format("woff2");src:url(/bundle/9ab05beb031b68562995.ttf) format("truetype")}@font-face{font-display:swap;font-family:Noto Sans;font-style:italic;font-weight:400;src:url(/bundle/4549bab6df718155f4df.woff2) format("woff2");src:url(/bundle/11ca9a9e559a58d53698.ttf) format("truetype")}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:700;src:url(/bundle/7843a40eba4f41e5f1e3.woff2) format("woff2");src:url(/bundle/27d083f7f844fb896ae7.ttf) format("truetype")}@font-face{font-display:swap;font-family:Noto Sans;font-style:italic;font-weight:700;src:url(/bundle/6e3c11b84d185bd7f22f.woff2) format("woff2");src:url(/bundle/335e39f0438b798471eb.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Noto Serif";font-style:normal;font-weight:400;src:url(/bundle/e5c8ec626e8a7ebe8505.woff2) format("woff2");src:url(/bundle/0d95e86feb5639ce3cbd.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Noto Serif";font-style:italic;font-weight:400;src:url(/bundle/26757ea22c22fe7aaa07.woff2) format("woff2");src:url(/bundle/7534ec1e8ac112a1224b.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Noto Serif";font-style:normal;font-weight:700;src:url(/bundle/aa20bda8164819829732.woff2) format("woff2");src:url(/bundle/8d40c6a597f48fcb0644.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Noto Serif";font-style:italic;font-weight:700;src:url(/bundle/e8f707a741026fc72965.woff2) format("woff2");src:url(/bundle/f24031cf837b10d3c90e.ttf) format("truetype")}@font-face{font-display:swap;font-family:Red Rose;font-style:normal;font-weight:400;src:url(/bundle/3c509649d619e94cf8df.woff2) format("woff2");src:url(/bundle/f76e843b2e8cd2527ef3.ttf) format("truetype")}@font-face{font-display:swap;font-family:Red Rose;font-style:normal;font-weight:700;src:url(/bundle/3a8a9df12fb8fcb8a47f.woff2) format("woff2");src:url(/bundle/0310e7badf741637965f.ttf) format("truetype")}}@property --fontSize{syntax:"<length>";initial-value:13px;inherits:true}@property --fontColor{syntax:"<color>";initial-value:#e6dbc9;inherits:true}@property --scaleXFactor{syntax:"<number>";initial-value:1;inherits:true}@property --focusColor{syntax:"<color>";initial-value:#0066ffb3;inherits:true}@property --disabledColor{syntax:"<color>";initial-value:#777;inherits:true}@property --negativeColor{syntax:"<color>";initial-value:#d40000;inherits:true}@property --positiveColor{syntax:"<color>";initial-value:#228b22;inherits:true}@property --pagePadding{syntax:"<length>";initial-value:20px;inherits:true}@property --contentMaxWidth{syntax:"<length>";initial-value:840px;inherits:true}@property --mobileBreakpoint{syntax:"<length>";initial-value:640px;inherits:true}@property --contentMinWidth{syntax:"<length>";initial-value:320px;inherits:true}@property --infoBoxBackgroundColorStart{syntax:"<color>";initial-value:#0000;inherits:false}@property --infoBoxBackgroundColorEnd{syntax:"<color>";initial-value:#0000;inherits:false}@layer global{body,html{direction:var(--readingDirection);height:100%;margin:0;padding:0;width:100%}body{background-color:#2c292c;font-family:var(--fontFamily);font-size:var(--fontSize);line-height:1.3}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;color:var(--fontColor);font:inherit;font-family:var(--fontFamily);margin:0;padding:0;vertical-align:initial;white-space:normal}h1,h2,h3,h4{font-weight:700}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}:where(blockquote,q) :where(:before,:after){content:"";content:none}table{border-collapse:collapse;border-spacing:0}:where(*,:before,:after){box-sizing:border-box}:where(*,:before,:after) :where(:not(input[type=text]),:not(input[type=number])){background-repeat:no-repeat}p{margin-block:1em}strong{font-weight:700}img{border:0}i,img,svg{display:block;transform:scaleX(var(--scaleXFactor))}svg{outline:none;overflow:visible;fill:var(--fontColor)}svg *{vector-effect:non-scaling-stroke}svg :where(path,rect,circle):focus{outline:none}svg .outline{fill:var(--svgStrokeColor,#0000);stroke:var(--svgStrokeColor,#0000);stroke-width:2px;stroke-linecap:round}button{all:unset;box-sizing:border-box;display:inline-block}.warning{color:#ff4e00}.error{color:#d40000}}@layer components{body .noOverflow{overflow:hidden}#overlay{align-items:start;animation:appear .5s forwards;background:#000000b3;display:grid;grid-template-columns:100%;grid-template-rows:100px 1fr 10px;height:100%;inset:0;justify-items:center;opacity:0;overflow:auto;position:fixed;width:100%;z-index:100}@keyframes appear{0%{opacity:0}to{opacity:1;transform:scale(1)}}.modal{--fontColor:#5e463a;--modalPadding:15px;--fontFamily:"Arial",sans-serif;--linkColor:#5a9a0a;--linkHoverColor:#99c01a;--linkActiveColor:#ff8000;background-color:#fef0ce;background-image:linear-gradient(180deg,#c8a36c,#f2dfb9 30px,#fef0ce 200px,#0000 0),linear-gradient(0deg,#c8a46c,#f5e3bd 30px,#fef0ce 200px,#0000 0);border:1px solid #333;border-radius:9px;box-shadow:inset 4px 4px 9px #1e161180;grid-row-start:2;max-width:min(100% - 16px,600px);min-width:200px;padding:var(--modalPadding);position:relative;width:450px}.modal:after,.modal:before{content:"";pointer-events:none;position:absolute}.modal:before{background-image:linear-gradient(0deg,#6c7175 0 1px,#4f5257 1px 4px,#4d4648 4px 7px,#0000 7px),linear-gradient(270deg,#6c7175 0 1px,#4f5257 1px 4px,#4d4648 4px 7px,#0000 7px),linear-gradient(180deg,#6c7175 0 1px,#4f5257 1px 4px,#4d4648 4px 7px,#0000 7px),linear-gradient(90deg,#6c7175 0 1px,#4f5257 1px 4px,#4d4648 4px 7px,#0000 7px);inset:-8px;z-index:2}.modal:after{background-image:url(/bundle/a78dce3ec2672963c250.png),url(/bundle/9b0c0305796850ef06d8.png),url(/bundle/2be523b7fa379db45a89.png),url(/bundle/46de4880db200d7e3e23.png);background-position:0 0,100% 0,0 100%,100% 100%;background-repeat:no-repeat,no-repeat;inset:-18px -17px -19px;transform:scaleX(var(--scaleXFactor));z-index:3}.modal h1{--fontFamily:"Noto Serif",sans-serif;font-size:18px;font-variant:small-caps;letter-spacing:.1em;margin-block-end:20px;margin-inline-end:50px;text-shadow:none}.modal h3{font-size:16px}.modal h5{padding-block-end:5px}.modal .closeButton{inset-block-start:10px;inset-inline-end:10px;position:absolute;z-index:2}.modal .closeButton svg{height:17px}@media screen and (max-width:510px){.modal{max-width:calc(100% - 32px)}}}@layer components{button{align-items:center;border:1px solid var(--buttonBorderColor);cursor:pointer;display:inline-grid;justify-items:center;min-height:var(--buttonMinHeight);min-width:var(--buttonMinHeight);position:relative;text-align:center}button:disabled{cursor:not-allowed}button>div{align-items:center;column-gap:5px;display:grid;font-weight:700;grid-auto-flow:column;position:relative;z-index:2}button svg{min-height:.8em}button.buttonFramed{--buttonBorderColor:#34220d;--buttonMinHeight:37px;background-image:linear-gradient(180deg,#cba467 5%,#f3e2ae 13%,#efbf7b 32%,#aa8050 48%,#835e35 72%,#ad8a54 93%,#d7b672);padding:5px}button.buttonFramed>div{padding-inline:15px}button.buttonFramed>svg{position:relative;z-index:2}button.buttonFramed:before{background-image:linear-gradient(to bottom,var(--buttonGradientColorTop),var(--buttonGradientColorBottom));border:1px solid #34353c;box-shadow:inset 0 -4px 0 -2px var(--buttonColorBottom),inset 0 4px 0 -2px var(--buttonColorTop),inset 0 0 0 2px var(--buttonColorSide);content:"";inset:2px;position:absolute;z-index:1}button.buttonFramed:disabled{background-color:#888;background-image:none}button.buttonFramed:disabled:before{background-color:var(--buttonBackgroundColor);background-image:none;box-shadow:none}button.green{--svgStrokeColor:#263a11;--fontColor:#fff9eb;--buttonColorBottom:#344a1d;--buttonColorTop:#b9d890;--buttonColorSide:#679f1b;--buttonGradientColorTop:#5d8137;--buttonGradientColorBottom:#466428}button.green:hover{--buttonColorBottom:#83a05b;--buttonColorTop:#cee8ad;--buttonColorSide:#a9d075;--buttonGradientColorTop:#84b253;--buttonGradientColorBottom:#5a8133}button.green:active{--buttonColorBottom:#48711e;--buttonColorTop:#486727;--buttonColorSide:#4a6e26;--buttonGradientColorTop:#54792f;--buttonGradientColorBottom:#54792f}button.blue{--svgStrokeColor:#0d3141;--fontColor:#fff9eb;--buttonColorBottom:#0d3141;--buttonColorTop:#6fb7de;--buttonColorSide:#2d86b8;--buttonGradientColorTop:#2d86b8;--buttonGradientColorBottom:#165571}button.blue:hover{--buttonColorBottom:#0d3141;--buttonColorTop:#6fb7de;--buttonColorSide:#2d86b8;--buttonGradientColorTop:#3d9cd1;--buttonGradientColorBottom:#1a7aa3}button.blue:active{--buttonColorBottom:#497891;--buttonColorTop:#175773;--buttonColorSide:#26729e;--buttonGradientColorTop:#165571;--buttonGradientColorBottom:#26729e}button.red{--fontColor:#fff9eb;--buttonColorTop:#fd4444;--buttonColorSide:#dd2d2d;--buttonColorBottom:#791111;--buttonGradientColorTop:#d40000;--buttonGradientColorBottom:#961515}button.red:hover{--buttonColorTop:#ff7e7e;--buttonColorSide:#fd4e4e;--buttonColorBottom:#b20206;--buttonGradientColorTop:#e7000a;--buttonGradientColorBottom:#e7000a}button.red:active{--buttonColorTop:#8d0004;--buttonColorSide:#900b0b;--buttonColorBottom:#e02424;--buttonGradientColorTop:#b60a0a;--buttonGradientColorBottom:#b60a0a}button.red:disabled{--fontColor:#c2c3bf;--buttonBackgroundColor:#795f5f}button.grey{--fontColor:#393939;--buttonColorTop:#f0f0f0;--buttonColorSide:#e0e0e0;--buttonColorBottom:#898989;--buttonGradientColorTop:#e6e6e6;--buttonGradientColorBottom:#b5b5b5}button.grey:hover{--buttonColorTop:#fcfcfc;--buttonColorSide:#bababa;--buttonColorBottom:#bcbcbc;--buttonGradientColorTop:#f5f5f5;--buttonGradientColorBottom:#d9d9d9}button.grey:active{--buttonColorTop:#919191;--buttonColorSide:#888;--buttonColorBottom:#d0d0d0;--buttonGradientColorTop:#b4b4b4;--buttonGradientColorBottom:#b4b4b4}button.buttonSecondary{--buttonBorderColor:var(--fontColor);--buttonMinHeight:32px;--buttonPadding:9px;background-color:var(--buttonBackgroundColor);border-radius:3px;font-size:1.1em;padding:1px;transition-duration:.15s;transition-timing-function:ease-out}button.buttonSecondary>div{padding-inline:var(--buttonPadding)}button.buttonSecondary>div>svg{display:inline-block;max-height:16px;max-width:16px;fill:var(--fontColor);transition-duration:.2s;transition-timing-function:ease-out}button.buttonSecondary>div>svg path{stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke}button.buttonSecondary.green{--buttonBackgroundColor:#fffdf8;--fontColor:#427107}button.buttonSecondary.green:hover{--buttonBackgroundColor:#427107;--fontColor:#fffdf8}button.buttonSecondary.green:active{--buttonBackgroundColor:#274403;--fontColor:#fffdf8}button.buttonSecondary.gold{--buttonBackgroundColor:#1e202273;--fontColor:#cba467}button.buttonSecondary.gold:hover{--buttonBackgroundColor:#cba467;--fontColor:#261f16}button.buttonSecondary.gold:active{--buttonBackgroundColor:#9d763a;--fontColor:#261f16}button.buttonSecondary.decorative{border-radius:0}button.buttonSecondary.decorative:before{border:1px solid #7c694b;content:"";inset:-5px;position:absolute;z-index:-1}button.buttonSecondary.round{border-radius:50%;height:var(--buttonSize);width:var(--buttonSize)}button.buttonSecondary.round:before{border-radius:50%}button.buttonSecondary.round svg{max-height:calc(var(--buttonSize) - 5px - var(--buttonPadding));max-width:calc(var(--buttonSize) - 5px - var(--buttonPadding));width:100%}button:focus-visible{box-shadow:0 0 2px 3px var(--focusColor)}button.withLoadingIndicator.disabled div,button.withLoadingIndicator:disabled div{position:relative;transition:padding .15s}button.withLoadingIndicator.disabled div:before,button.withLoadingIndicator:disabled div:before{background-image:url(/bundle/08eff530c5e60411942e.png);background-size:contain;content:"";height:24px;inset-inline-end:0;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transform-origin:top;transition:opacity .15s;width:24px}button.withLoadingIndicator.disabled.loading div,button.withLoadingIndicator:disabled.loading div{padding-inline-end:35px}button.withLoadingIndicator.disabled.loading div:before,button.withLoadingIndicator:disabled.loading div:before{animation:loadingSpinnerButton 1.2s linear infinite;opacity:.4}@keyframes loadingSpinnerButton{0%{transform:rotate(0deg) translateY(-50%)}to{transform:rotate(calc(1turn*var(--scaleXFactor))) translateY(-50%)}}}@layer components{body{--linkColor:#aef78e;--linkHoverColor:#99c01a;--linkActiveColor:#ff8000}a{color:var(--fontColor);cursor:pointer;display:inline-block;font-weight:700;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,a:visited{--fontColor:var(--linkColor)}a:hover{--fontColor:var(--linkHoverColor)}a:active{--fontColor:var(--linkActiveColor)}a:focus{outline:none}a:focus-visible{box-shadow:0 0 2px 3px var(--focusColor)}a.disabled{--fontColor:var(--disabledColor);cursor:not-allowed}a.destructive{--linkColor:var(--negativeColor);--linkHoverColor:red}a *{color:var(--fontColor)}a svg{fill:var(--fontColor)}label{display:inline-grid;padding-block-end:22px;pointer-events:none;position:relative}label input:not(:disabled),label input:not(:disabled)~.label{cursor:pointer;pointer-events:auto}label input:disabled{box-shadow:none;cursor:not-allowed;-moz-user-select:-moz-none;-webkit-user-select:none;-khtml-user-select:none;user-select:none}label .label{grid-row:1}label svg.invalid,label svg.valid{height:20px;inset-block-start:10px;inset-inline-end:10px;width:20px;fill:#0000}label svg.invalid,label svg.valid,label svg.visibility{overflow:visible;position:absolute;transform-origin:center;z-index:2}label svg.visibility{height:40px;inset-inline-end:35px;padding:10px;top:0;width:40px;fill:#333;cursor:pointer;grid-row-start:2;pointer-events:auto;transition-duration:.15s}label svg.visibility:hover{fill:var(--linkHoverColor)}label svg.visibility:active{fill:var(--linkActiveColor)}label.text{grid-template-columns:1fr;grid-template-rows:auto}label.text input{border:1px solid var(--fontColor);border-radius:2px;grid-row:2;height:40px;padding:15px;transition:border-color .15s;z-index:2}}@layer components{label.text input:focus-visible{box-shadow:0 0 2px 3px var(--focusColor);outline:none}label.text .label{font-size:.95em;font-weight:700;grid-column:1;margin-block-end:2px}label.text svg.invalid,label.text svg.valid{grid-row-start:2}label.text input:not(:disabled){cursor:text}label.text input:not(:disabled):where(:hover,:focus),label.text input:not(:disabled)~.label:where(:hover,:focus){border-color:var(--linkColor)}label.text input:disabled{background-color:#d9d9d9;border-color:#9b9999;color:#777}label:where(.checkbox,.radio){column-gap:5px;display:inline-grid;grid-template-columns:20px auto;padding-block-end:23px}label:where(.checkbox,.radio) .label{color:var(--fontColor);cursor:pointer;justify-content:start;line-height:22px;padding:0;pointer-events:auto;position:relative}label:where(.checkbox,.radio) .validation{grid-column-end:3;grid-column-start:1;margin-block-start:7px;min-height:23px;padding-inline-start:0}label:where(.checkbox,.radio) input,label:where(.checkbox,.radio)>svg{align-self:start;grid-column:1;grid-row:1}label:where(.checkbox,.radio) input{cursor:pointer;height:20px;opacity:0;pointer-events:auto;width:20px;z-index:2}label:where(.checkbox,.radio) input+svg{height:20px;margin-block-start:0;margin-inline-start:0;overflow:visible;position:absolute;width:20px;z-index:1}label:where(.checkbox,.radio) input+svg .indeterminate{fill:#0000}label:where(.checkbox,.radio) input+svg.checkbox{fill:#fff}label:where(.checkbox,.radio) input+svg.checkbox .box{fill:#fff;stroke:#5e463a;stroke-width:1;transition:fill .15s}label:where(.checkbox,.radio) input+svg.checkbox .checkmark{fill:none;stroke:#fff;stroke-width:2;stroke-dasharray:18;stroke-dashoffset:-18;animation:checkmarkDisappear .2s ease-out forwards}label:where(.checkbox,.radio) input+svg.radio{border-radius:50%}label:where(.checkbox,.radio) input+svg.radio path{fill:#fff;stroke:#5e463a;stroke-width:1;transition:stroke .15s}label:where(.checkbox,.radio) input+svg.radio circle{fill:#0000;animation:radioDisappear .2s ease-out forwards;transform-origin:center}label:where(.checkbox,.radio) input:checked+svg.checkbox .box{fill:var(--linkColor);stroke:var(--linkColor);transition:fill .15s,stroke .15s}label:where(.checkbox,.radio) input:checked+svg.checkbox .checkmark{animation:checkmarkAppear .2s ease-out 50ms forwards}label:where(.checkbox,.radio) input:checked:focus+svg.checkbox .box,label:where(.checkbox,.radio) input:checked:hover+svg.checkbox .box{fill:var(--linkHoverColor);stroke:var(--linkHoverColor)}label:where(.checkbox,.radio) input:checked+svg.radio path{stroke:var(--linkColor)}label:where(.checkbox,.radio) input:checked+svg.radio circle{fill:var(--linkColor);animation:radioAppear .2s ease-out forwards}label:where(.checkbox,.radio) input:not(:checked):not(:disabled):focus+svg.checkbox,label:where(.checkbox,.radio) input:not(:checked):not(:disabled):hover+svg.checkbox{fill:var(--linkHoverColor)}label:where(.checkbox,.radio) input:not(:checked):not(:disabled):focus+svg.checkbox .box,label:where(.checkbox,.radio) input:not(:checked):not(:disabled):hover+svg.checkbox .box{stroke:var(--linkHoverColor)}label:where(.checkbox,.radio) input:not(:checked):not(:disabled):focus+svg.radio,label:where(.checkbox,.radio) input:not(:checked):not(:disabled):hover+svg.radio{fill:var(--linkHoverColor)}label:where(.checkbox,.radio) input:not(:checked):not(:disabled):focus+svg.radio path,label:where(.checkbox,.radio) input:not(:checked):not(:disabled):hover+svg.radio path{stroke:var(--linkHoverColor)}label:where(.checkbox,.radio) input:disabled+svg.checkbox .box{fill:#d9d9d9;stroke:#9b9999}label:where(.checkbox,.radio) input:disabled+svg.radio path{fill:#d9d9d9;stroke:#9b9999}label:where(.checkbox,.radio) input:disabled:checked+svg.checkbox .checkmark{stroke:#9b9999}label:where(.checkbox,.radio) input:disabled:checked+svg.radio circle{fill:#9b9999}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.radio .indeterminate,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.radio .indeterminate{fill:var(--linkColor)}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.radio path,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.radio path{stroke:var(--linkColor)}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.radio circle,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.radio circle{fill:#0000;animation:none}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.checkbox .indeterminate,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.checkbox .indeterminate{fill:#fff}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.checkbox .checkmark,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.checkbox .checkmark{animation:none}label:where(.checkbox,.radio) input:not(:disabled).indeterminate+svg.checkbox .box,label:where(.checkbox,.radio) input:not(:disabled):indeterminate+svg.checkbox .box{fill:var(--linkColor);stroke:var(--linkColor)}label:where(.checkbox,.radio) input:not(:disabled).indeterminate:focus+svg.radio .indeterminate,label:where(.checkbox,.radio) input:not(:disabled).indeterminate:hover+svg.radio .indeterminate,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:focus+svg.radio .indeterminate,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:hover+svg.radio .indeterminate{fill:var(--linkHoverColor)}label:where(.checkbox,.radio) input:not(:disabled).indeterminate:focus+svg.radio path,label:where(.checkbox,.radio) input:not(:disabled).indeterminate:hover+svg.radio path,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:focus+svg.radio path,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:hover+svg.radio path{stroke:var(--linkHoverColor)}label:where(.checkbox,.radio) input:not(:disabled).indeterminate:focus+svg.checkbox .box,label:where(.checkbox,.radio) input:not(:disabled).indeterminate:hover+svg.checkbox .box,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:focus+svg.checkbox .box,label:where(.checkbox,.radio) input:not(:disabled):indeterminate:hover+svg.checkbox .box{fill:var(--linkHoverColor);stroke:var(--linkHoverColor)}@keyframes checkmarkAppear{0%{stroke-dashoffset:-18}to{stroke-dashoffset:0}}@keyframes checkmarkDisappear{0%{stroke-dashoffset:0}to{stroke-dashoffset:18}}@keyframes radioAppear{0%{transform:translateX(calc(50%*var(--scaleXFactor))) scaleY(0) scaleX(1)}30%{transform:translateX(calc(25%*var(--scaleXFactor))) scaleY(.5) scaleX(1.3)}80%{transform:translateX(calc(15%*var(--scaleXFactor))) scaleY(1.1) scaleX(1.1)}to{transform:translateX(0) scaleY(1) scaleX(1)}}@keyframes radioDisappear{0%{fill:var(--linkColor);transform:scale(1)}to{transform:scale(0)}}label:where(.checkbox,.radio) input:focus-visible:not(:disabled)~svg{box-shadow:0 0 2px 3px var(--focusColor)}label:where(.switch){align-items:center;display:inline-grid;gap:10px;grid-template-columns:auto auto}label:where(.switch) input{cursor:pointer;height:20px;inset-block-start:0;inset-inline-start:0;opacity:0;pointer-events:auto;position:absolute;width:44px;z-index:2}label:where(.switch) input+div.switch{background-color:#d6d6d6;border:1px solid #a2a2a2;border-radius:10px;grid-column:1;height:20px;position:relative;transition-duration:.2s;width:44px}label:where(.switch) input+div.switch:after{animation:switchOff .2s ease-in-out forwards;background-color:#fff;border-radius:16px;content:"";display:inline-block;height:16px;inset-block-start:1px;inset-inline-start:2px;position:absolute;width:16px}label:where(.switch) input:not(:checked):not(:disabled):focus+div.switch,label:where(.switch) input:not(:checked):not(:disabled):hover+div.switch{border-color:var(--linkHoverColor)}label:where(.switch) input:not(:checked):not(:disabled).indeterminate+div.switch:after{animation:none;inset-inline-start:12px}label:where(.switch) input:checked+div.switch{border-color:var(--linkColor);--linkColorLighter:#75c90d;--linkColorDarker:#59990a;background-image:linear-gradient(180deg,var(--linkColorLighter),var(--linkColorDarker))}label:where(.switch) input:checked+div.switch:after{animation:switchOn .2s ease-in-out forwards}label:where(.switch) input:checked:not(:disabled):focus+div.switch,label:where(.switch) input:checked:not(:disabled):hover+div.switch{--linkHoverColorLighter:#b8e22c;--linkHoverColorDarker:#769414;background-image:linear-gradient(180deg,var(--linkHoverColorLighter),var(--linkHoverColorDarker));border-color:var(--linkHoverColor)}label:where(.switch) input:disabled+div.switch{background-color:#c3c3c3;background-image:none;border-color:#b1b1b1}label:where(.switch) input:disabled+div.switch:after{background-color:#b5b5b5}@keyframes switchOn{0%{inset-inline-start:2px;transform:scaleY(1) scaleX(1)}30%{transform:scaleY(.5) scaleX(1.3)}80%{inset-inline-start:30px;transform:scaleY(1.1) scaleX(1.1)}to{inset-inline-start:25px;transform:scaleY(1) scaleX(1)}}@keyframes switchOff{0%{inset-inline-start:25px}30%{transform:scaleY(.7)}70%{inset-inline-start:0}80%{inset-inline-start:5px;transform:scaleY(1)}to{inset-inline-start:2px}}label .validation{--fontColor:var(--negativeColor);display:none;margin-block-start:5px;max-width:100%;padding-block:0;padding-inline:15px;pointer-events:none;white-space:normal;z-index:1}label .validation.show{animation:validationMessageAppear .15s ease-out forwards;display:block;pointer-events:auto}@keyframes validationMessageAppear{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}label.invalid:not(.withCustomValidationRenderElement) svg.invalid,label.invalid:not(.withCustomValidationRenderElement) svg.valid,label.valid svg.invalid,label.valid svg.valid{animation:validationIconAppear .25s ease-out forwards}label.invalid:not(.withCustomValidationRenderElement).valid svg.valid,label.valid.valid svg.valid{fill:#228b22}label.invalid:not(.withCustomValidationRenderElement).invalid:not(.withCustomValidationRenderElement),label.valid.invalid:not(.withCustomValidationRenderElement){padding-block-end:0}label.invalid:not(.withCustomValidationRenderElement).invalid input:not([type=checkbox]):not([type=radio]),label.invalid:not(.withCustomValidationRenderElement).invalid select,label.invalid:not(.withCustomValidationRenderElement).invalid textarea,label.valid.invalid input:not([type=checkbox]):not([type=radio]),label.valid.invalid select,label.valid.invalid textarea{border-color:#d40000}label.invalid:not(.withCustomValidationRenderElement).invalid input[type=checkbox]+svg.checkbox.checkbox .box,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=checkbox]+svg.checkbox.radio path,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=checkbox]+svg.radio.checkbox .box,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=checkbox]+svg.radio.radio path,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=radio]+svg.checkbox.checkbox .box,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=radio]+svg.checkbox.radio path,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=radio]+svg.radio.checkbox .box,label.invalid:not(.withCustomValidationRenderElement).invalid input[type=radio]+svg.radio.radio path,label.valid.invalid input[type=checkbox]+svg.checkbox.checkbox .box,label.valid.invalid input[type=checkbox]+svg.checkbox.radio path,label.valid.invalid input[type=checkbox]+svg.radio.checkbox .box,label.valid.invalid input[type=checkbox]+svg.radio.radio path,label.valid.invalid input[type=radio]+svg.checkbox.checkbox .box,label.valid.invalid input[type=radio]+svg.checkbox.radio path,label.valid.invalid input[type=radio]+svg.radio.checkbox .box,label.valid.invalid input[type=radio]+svg.radio.radio path{stroke:#d40000}label.invalid:not(.withCustomValidationRenderElement).invalid textarea,label.valid.invalid textarea{padding-inline-end:35px}label.invalid:not(.withCustomValidationRenderElement).invalid svg.invalid,label.valid.invalid svg.invalid{fill:#d40000}@keyframes validationIconAppear{0%{opacity:.5;transform:scale(1.8)}80%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:400px){#gCaptchaContainer,#gCaptchaContainerLogin{transform:scale(.85);transform-origin:var(--readingDirectionFrom)}}.captchaWrapper{display:grid;grid-template-columns:auto;justify-content:space-around}.gCaptcha:not(:empty){display:inline-block;margin-block-end:20px;padding-block:2px 0;padding-inline:2px 0}.gCaptcha:not(:empty).invalid{border:2px solid #d40000;border-radius:4px;margin-block-end:4px}.digitsDisplay{animation:digitsDisplayAppear .15s ease-out forwards;display:grid;grid-template-rows:0fr;padding-inline-start:15px}.digitsDisplay:not(.digitsMissing){color:#5e463a}.digitsDisplay.digitsMissing{color:#d40000}.digitsDisplay~.validation.show{grid-row-start:4}i.flag{background-size:cover;display:inline-block;height:24px;width:31px;--scaleXFactor:1}i.flag.bg{background-image:url(/bundle/22e30ce027da752bc32c.svg)}i.flag.dk{background-image:url(/bundle/bac212a408d44874d4ac.svg)}i.flag.hk{background-image:url(/bundle/fdf34be03b76f05948e0.svg)}i.flag.it{background-image:url(/bundle/f26f216ae7a9ce65a0e3.svg)}i.flag.nl{background-image:url(/bundle/c39b94e178ce311612a4.svg)}i.flag.ru{background-image:url(/bundle/91bdd3add6be95b9d9db.svg)}i.flag.tw{background-image:url(/bundle/84a2e1d8b8ad7f802868.svg)}i.flag.br{background-image:url(/bundle/a453ead683aa5802d0ed.svg)}i.flag.ee{background-image:url(/bundle/950647f08bfbc4d16126.svg)}i.flag.hr{background-image:url(/bundle/2287c84a9b38ea604ad5.svg)}i.flag.jp{background-image:url(/bundle/dfec4999d3ad7287a835.svg)}i.flag.no{background-image:url(/bundle/4c40d3672b2291c4fe86.svg)}i.flag.sa{background-image:url(/bundle/6d8c85a9c9904b567326.svg)}i.flag.uk{background-image:url(/bundle/c90e39b3545dea481d27.svg)}i.flag.ae{background-image:url(/bundle/d185ff8551ec27ad11f1.svg)}i.flag.china{background-image:url(/bundle/9ad4e9c6597967f178f8.svg)}i.flag.eg{background-image:url(/bundle/53bd22f3bc6f738cfb10.svg)}i.flag.hu{background-image:url(/bundle/e572712d19cf8251835c.svg)}i.flag.lt{background-image:url(/bundle/3d88ace5a06a2c9a1cc8.svg)}i.flag.nz{background-image:url(/bundle/5a5109293dacc2f18ff5.svg)}i.flag.se{background-image:url(/bundle/40fd1d59a9f1334b72e9.svg)}i.flag.us{background-image:url(/bundle/10e36ed695d03f3efed0.svg)}i.flag.ar{background-image:url(/bundle/85703d848858acf0b8de.svg)}i.flag.cl{background-image:url(/bundle/f9776ff1e9db699838f5.svg)}i.flag.es{background-image:url(/bundle/db087958ae2a83ddd006.svg)}i.flag.id{background-image:url(/bundle/b8707056eeef5c755a27.svg)}i.flag.lv{background-image:url(/bundle/7c6de6e861d15a07ae54.svg)}i.flag.pl{background-image:url(/bundle/9d8a98f51f53000f171c.svg)}i.flag.si{background-image:url(/bundle/8e0bd04c5a6e87b721a3.svg)}i.flag.vn{background-image:url(/bundle/d3f001ce20f342298128.svg)}i.flag.arabia{background-image:url(/bundle/9a39480688568d242032.svg)}i.flag.fi{background-image:url(/bundle/f718ac26ccde40e0b4c7.svg)}i.flag.il{background-image:url(/bundle/886b1d8d95c89c891f0a.svg)}i.flag.ma{background-image:url(/bundle/44ed4631ab8fabfddaac.svg)}i.flag.pt{background-image:url(/bundle/b6efc31025e16f860e91.svg)}i.flag.sk{background-image:url(/bundle/e517640f3de558093184.svg)}i.flag.au{background-image:url(/bundle/461f68639bcd8fbd1c50.svg)}i.flag.cz{background-image:url(/bundle/e2973a0775c4a91170a4.svg)}i.flag.fr{background-image:url(/bundle/23244a63b56b9b8e4997.svg)}i.flag.international{background-image:url(/bundle/5ca4c8247ef89d8b7579.svg)}i.flag.mx{background-image:url(/bundle/001ddac130c33129e83d.svg)}i.flag.ro{background-image:url(/bundle/f86296526bd10977ad9b.svg)}i.flag.th{background-image:url(/bundle/1fc29b6d20d7bc563f66.svg)}i.flag.ba{background-image:url(/bundle/c0b8511efd41aae73284.svg)}i.flag.de{background-image:url(/bundle/eff5fba26508c989fe9a.svg)}i.flag.gr{background-image:url(/bundle/25ea835c7c58899ec42c.svg)}i.flag.ir{background-image:url(/bundle/c5b318eda9684a50411a.svg)}i.flag.my{background-image:url(/bundle/05c323841dca39186352.svg)}i.flag.rs{background-image:url(/bundle/d4469613b2b0eddfe31d.svg)}i.flag.tr{background-image:url(/bundle/8d83403efb2d8a63fac3.svg)}.goldenFrame{padding:8px;position:relative}.goldenFrame:before,.goldenFrame>svg{pointer-events:none}.goldenFrame>svg{height:11px;position:absolute;width:11px;z-index:2}.goldenFrame>svg.start_start{inset-block-start:0;inset-inline-start:0}.goldenFrame>svg.start_end{inset-block-start:0;inset-inline-end:0;transform:rotate(90deg)}.goldenFrame>svg.end_start{inset-block-end:0;inset-inline-start:0;transform:rotate(-90deg)}.goldenFrame>svg.end_end{inset-block-end:0;inset-inline-end:0;transform:rotate(180deg)}.goldenFrame:before{border:1px solid #7c694b;content:"";height:calc(100% - 8px);inset:3px;position:absolute;width:calc(100% - 8px);z-index:1}.expandableBox{--themeColor:#2e80fb;background-color:#bacff099;border:1px solid var(--themeColor);border-radius:3px;position:relative;--fontColor:#34220d;padding-inline:10px}.expandableBox .title{align-items:center;cursor:pointer;display:grid;gap:15px;grid-template-columns:1fr 15px;padding-block:10px;position:relative;z-index:2}.expandableBox .title strong{align-content:center;display:inline-grid;gap:10px;grid-template-columns:16px 1fr}.expandableBox .title svg.infoIcon{height:16px;width:16px;fill:var(--themeColor)}.expandableBox .title .arrowExpand{fill:var(--themeColor);height:9px;transition:transform .15s ease-out;width:15px}.expandableBox .contentWrapper{display:grid;grid-auto-flow:row;grid-template-rows:0fr;opacity:0;padding-inline-start:26px;position:relative;transition-duration:.15s;transition-timing-function:ease-out;z-index:2}.expandableBox .contentWrapper .expandedContent{overflow:hidden}.expandableBox.expanded .arrowExpand{transform:scaleY(-1)}.expandableBox.expanded .contentWrapper{grid-template-rows:1fr;opacity:1;padding-block-end:10px}.notice{border:1px solid;border-radius:4px;display:grid;font-size:14px;font-weight:700;grid-template-columns:39px auto;padding:14px}.notice>svg{align-self:center;grid-column-start:1;justify-self:start}.notice>svg.clipboard,.notice>svg.error,.notice>svg.info{height:25px;width:25px}.notice>svg.success{height:22px;width:22px}.notice .message{align-self:center;grid-column-start:2}.notice.info{background-color:#cbcfce;border-color:#0053c4;--fontColor:#0053c4}.notice.info>svg{fill:#0053c4}.notice.info a{color:#0053c4}.notice.info a:hover{background-image:linear-gradient(0deg,#0053c4,#0053c4 2px,#0053c400 0,#0053c400)}.notice.info a:focus{outline:1px dotted #0053c4}.notice.info a:active{background-image:linear-gradient(0deg,#06f,#06f 2px,#06f0 0,#06f0);color:#06f}.notice.success{background-color:#e1e4b4;border-color:#228b22;--fontColor:#228b22}.notice.success>svg{fill:#228b22}.notice.error{background-color:#f9d9bf;border-color:#d40000;--fontColor:#d40000}.notice.error>svg{fill:#d40000}.notice.error a{color:#9f3131}.notice.error a:hover{background-image:linear-gradient(0deg,#9f3131,#9f3131 2px,#9f313100 0,#9f313100)}.notice.error a:focus{outline:1px dotted #d40000}.notice.error a:active{background-image:linear-gradient(0deg,#7a3636,#7a3636 2px,#7a363600 0,#7a363600);color:#7a3636}.passwordInput .characterDisplay{align-content:center;display:inline-grid;gap:5px;grid-template-columns:15px auto;margin-block-end:20px;position:relative}.passwordInput .characterDisplay:before{background-color:#fff;border-radius:50%;content:"";height:13px;inset-block-start:1px;inset-inline-start:1px;position:absolute;width:13px;z-index:1}.passwordInput .characterDisplay svg{height:15px;width:15px;fill:#a6a6a6;position:relative;z-index:2}.passwordInput .characterDisplay.valid svg{fill:#228b22}.passwordInput .notStrong,.passwordInput .weak{color:#d96800}.passwordInput .moderate{color:#cb9200}.passwordInput .good{color:#74a328}.passwordInput .strong{color:#228b22}.passwordInput .passwordMeter .bars{display:grid;gap:4px;grid-template-columns:repeat(6,1fr);margin:5px 0}.passwordInput .passwordMeter .bars .point{background-color:#fff;border-radius:2px;height:8px;transition:background-color .2s ease-in-out;width:100%}.passwordInput .passwordMeter .bars.notStrong .point.fulfilled,.passwordInput .passwordMeter .bars.weak .point.fulfilled{background-color:#d96800}.passwordInput .passwordMeter .bars.moderate .point.fulfilled{background-color:#efac00}.passwordInput .passwordMeter .bars.good .point.fulfilled{background-color:#74a328}.passwordInput .passwordMeter .bars.strong .point.fulfilled{background-color:#228b22}.passwordInput .passwordMeter .evaluation{align-items:center;animation:evaluationAppear .15s ease-out forwards;display:grid;gap:15px;grid-template-columns:10px 1fr;margin-block-start:15px;padding-inline-start:5px}}@layer components{}@layer components{}@layer components{}@layer components{}@layer components{}@layer components{@keyframes evaluationAppear{0%{opacity:0}to{opacity:1}}.passwordInput .passwordMeter .evaluation svg{height:10px;width:10px}.passwordInput .passwordMeter .evaluation.positive{color:#228b22}.passwordInput .passwordMeter .evaluation.positive svg{fill:#228b22}.passwordInput .passwordMeter .evaluation.negative svg{fill:#5e463a}.regionSelection .notice .message{font-weight:400}.regionSelection h4{color:#7d4634}.regionSelection .region{border:2px solid #553d21;border-radius:2px;height:100px;padding-block:6px;padding-inline:22px;position:relative;transition:color .25s,box-shadow .25s;--fontColor:#f2f2f2;cursor:pointer;margin-block-end:10px;overflow:hidden}.regionSelection .region:before{content:"";inset:0;position:absolute;z-index:-1}.regionSelection .region.international:before{background-image:url(/bundle/a023178f4e57587b07b6.jpg);background-size:cover}.regionSelection .region.america:before{background-image:url(/bundle/48dc75e1487fd521b5d0.jpg);background-size:cover}.regionSelection .region.europe:before{background-image:url(/bundle/f7c1e1304f7454f3ff7d.jpg);background-size:cover}.regionSelection .region.arabics:before{background-image:url(/bundle/17e9839090adf97f2a16.jpg);background-size:cover}.regionSelection .region.asia:before{background-image:url(/bundle/ce6ed746b3fdbd648d57.jpg);background-size:cover}.regionSelection .region .title{filter:drop-shadow(1px 2px 3px rgba(0,0,0,.5));font-size:1.4rem;font-weight:700;max-width:285px;text-shadow:1px 0 0 #494949,1px 1px 0 #494949,0 1px 0 #494949,-1px 1px 0 #494949,-1px 0 0 #494949,-1px -1px 0 #494949,0 -1px 0 #494949,1px -1px 0 #494949;text-transform:uppercase}.regionSelection .region .tribes{display:grid;grid-template-columns:repeat(6,auto);inset-block-end:0;inset-inline-start:0;margin-inline-start:-5px;position:absolute;z-index:2;zoom:.9;height:60px;overflow:hidden}.regionSelection .region .tribes .tribe{filter:drop-shadow(0 0 2px white) brightness(1.2);margin-inline-start:var(--decreaseGap);position:relative;--decreaseGap:-15px}.regionSelection .region .tribes .tribe:first-child{--decreaseGap:0px;z-index:6}.regionSelection .region .tribes .tribe:nth-child(2){z-index:5}.regionSelection .region .tribes .tribe:nth-child(3){z-index:4}.regionSelection .region .tribes .tribe:nth-child(4){z-index:3}.regionSelection .region .tribes .tribe:nth-child(5){z-index:2}.regionSelection .region .tribes .tribe:nth-child(6){z-index:1}.regionSelection .region .tribes .roman+.gaul{--decreaseGap:-20px}.regionSelection .region .tribes .teuton{--decreaseGap:-30px}.regionSelection .region .tribes .hun,.regionSelection .region .tribes .spartan{--decreaseGap:-20px}.regionSelection .region .tribes .viking{--decreaseGap:-25px}.regionSelection .region .tribes .roman{background-image:url(/bundle/709ec0774e13c8d38905.png);height:79px;width:75px}.regionSelection .region .tribes .teuton{background-image:url(/bundle/806172fb9bb3ecd402c2.png);height:75px;width:76px}.regionSelection .region .tribes .gaul{background-image:url(/bundle/c4c250e333ba8f9a311d.png);height:84px;width:64px}.regionSelection .region .tribes .egyptian{background-image:url(/bundle/49fe09f41ea7a3e66253.png);height:81px;width:52px}.regionSelection .region .tribes .hun{background-image:url(/bundle/cc90904b88e591c1a6a1.png);height:76px;width:71px}.regionSelection .region .tribes .spartan{background-image:url(/bundle/a77793fd5fff8eb7e285.png);height:85px;width:60px}.regionSelection .region .tribes .viking{background-image:url(/bundle/ce3ae51b0c08b5ad7abe.png);height:79px;width:67px}.regionSelection .region:hover{box-shadow:inset 0 0 5px #da7703e6;--fontColor:#f0a600}#socialSignIn{column-gap:4px;display:inline-grid;grid-template-columns:1fr 1fr 1fr;row-gap:10px}#socialSignIn .label{grid-column:1/-1}#socialSignIn>div{border:1px solid #636362;border-radius:4px;height:40px;overflow:hidden;width:40px}#socialSignIn #googleSignInButton>div{inset:-1px}#socialSignIn #googleSignInButton>div>div>div{height:40px!important;width:40px!important}#socialSignIn #googleSignInButton>div>div>div>div{justify-content:center!important}}@layer components{}@layer components{#socialSignIn #googleSignInButton :where(*,:before,:after){box-sizing:initial}#socialSignIn #facebookSignInButton{--fontColor:#fff;background-color:#1877f2}#socialSignIn #facebookSignInButton button{height:100%;padding:16.67%;width:100%}#socialSignIn #appleid-signin{cursor:pointer}#socialSignIn #appleid-signin div{white-space:normal}#socialSignIn #appleid-signin svg{transform:none}.gameworld{position:relative;--fontColor:#fffdf8;--textShadow:drop-shadow(0 0 3px #1b1a1a99);background-image:var(--borderGradient);border:1px solid #34220d;box-shadow:var(--dropShadow);cursor:pointer;font-size:18px;font-weight:700;height:150px;padding:4px;transition:box-shadow .25s;--borderGradient:linear-gradient(180deg,#cba467 5%,#f3e2ae 13%,#efbf7b 32%,#aa8050 48%,#835e35 72%,#ad8a54 93%,#d7b672);--dropShadow:calc(3px*var(--scaleXFactor)) 3px 5px rgb(#000000,35%)}.gameworld:hover:not(:active){--borderGradient:linear-gradient(180deg,#8fb74f 5%,#add076 13%,#add076 32%,#addd61 48%,#5b7a2a 72%,#618030 93%,#7fa246);--dropShadow:calc(4px*var(--scaleXFactor)) 4px 7px rgb(#000000,40%);--highlight:inset 0 0 60px #fff9ebcc}.gameworld:active{--dropShadow:0 0 5px 1px rgb(#000000,50%);--highlight:inset 0 0 60px rgb(#000000,100%)}.gameworld .background{border:1px solid #34220d;inset:3px;overflow:hidden;position:absolute;transform:scaleX(var(--scaleXFactor));z-index:2}.gameworld .background:after,.gameworld .background:before{content:"";inset:0;position:absolute}.gameworld .background:after{background-image:var(--serverImage);background-position:top;background-size:auto 100%;box-shadow:var(--highlight);opacity:.7;transition:box-shadow .25s}.gameworld .background:before{background-color:#f5e8c8}.gameworld .background.default{--serverImage:url(/bundle/edcaa04ad86858ddf968.jpg)}.gameworld .background.defaultSpeed{--serverImage:url(/bundle/292e9b9fdecd2b8bf5ca.jpg)}.gameworld .background.newYearsSpecial{--serverImage:url(/bundle/9b63579c9d78357d4f8f.jpg)}.gameworld .background.final{--serverImage:url(/bundle/a6ef44e54d8e0d6a08bc.jpg)}.gameworld .background.domainSpecial{--serverImage:url(/bundle/f77940cfe2f788e86963.jpg)}.gameworld .background.tidesOfConquest{--serverImage:url(/bundle/0f0682d9a88f4060d0d9.jpg)}.gameworld .background.gloryOfSparta{--serverImage:url(/bundle/67ed6468503939839e19.jpg)}.gameworld .background.codexVictoria{--serverImage:url(/bundle/23f73292ddd6be945789.jpg)}.gameworld .background.shoresOfWar{--serverImage:url(/bundle/807f2fad24936776d3de.jpg)}.gameworld .background.ptr{--serverImage:url(/bundle/ad2412a1ce8f55b64c6d.jpg)}.gameworld .background.northernLegends{--serverImage:url(/bundle/5892d28cfc7e879b1ea4.jpg)}.gameworld .background.newYearSpecial2025{--serverImage:url(/bundle/29e0868810287c03d325.jpg)}.gameworld .background.reignOfFire{--serverImage:url(/bundle/2af0dbabfed591a5bcb4.jpg)}.gameworld .content{border-radius:4px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr 1fr;height:100%;overflow:hidden;position:relative;z-index:3}.gameworld .content>:not(button){text-shadow:1px 0 0 #1b1a1acc,1px 1px 0 #1b1a1acc,0 1px 0 #1b1a1acc,-1px 1px 0 #1b1a1acc,-1px 0 0 #1b1a1acc,-1px -1px 0 #1b1a1acc,0 -1px 0 #1b1a1acc,1px -1px 0 #1b1a1acc}.gameworld .content .title{align-self:start;display:grid;filter:var(--textShadow);grid-column-start:1;grid-row:1/3;grid-template-rows:repeat(3,auto);margin-block-start:12px;margin-inline-start:12px}.gameworld .content .title .subtitle{font-size:.8em;font-weight:400}.gameworld .content .title .gameworldName,.gameworld .content .title .subtitle{text-transform:uppercase}.gameworld .content .tribes{align-self:end;display:grid;grid-column-start:1;grid-row:2/4;grid-template-columns:repeat(6,auto);height:70px;justify-self:start;transition-duration:.15s}.gameworld .content .tribes .tribe{filter:drop-shadow(0 0 2px white) brightness(1.2);margin-inline-start:var(--decreaseGap);position:relative;--decreaseGap:-15px}.gameworld .content .tribes .tribe:first-child{--decreaseGap:0px;z-index:6}.gameworld .content .tribes .tribe:nth-child(2){z-index:5}.gameworld .content .tribes .tribe:nth-child(3){z-index:4}.gameworld .content .tribes .tribe:nth-child(4){z-index:3}.gameworld .content .tribes .tribe:nth-child(5){z-index:2}.gameworld .content .tribes .tribe:nth-child(6){z-index:1}.gameworld .content .tribes .roman+.gaul{--decreaseGap:-20px}.gameworld .content .tribes .teuton{--decreaseGap:-30px}.gameworld .content .tribes .hun,.gameworld .content .tribes .spartan{--decreaseGap:-20px}.gameworld .content .tribes .viking{--decreaseGap:-25px}.gameworld .content .tribes .roman{background-image:url(/bundle/709ec0774e13c8d38905.png);height:79px;width:75px}.gameworld .content .tribes .teuton{background-image:url(/bundle/806172fb9bb3ecd402c2.png);height:75px;width:76px}.gameworld .content .tribes .gaul{background-image:url(/bundle/c4c250e333ba8f9a311d.png);height:84px;width:64px}.gameworld .content .tribes .egyptian{background-image:url(/bundle/49fe09f41ea7a3e66253.png);height:81px;width:52px}.gameworld .content .tribes .hun{background-image:url(/bundle/cc90904b88e591c1a6a1.png);height:76px;width:71px}.gameworld .content .tribes .spartan{background-image:url(/bundle/a77793fd5fff8eb7e285.png);height:85px;width:60px}.gameworld .content .tribes .viking{background-image:url(/bundle/ce3ae51b0c08b5ad7abe.png);height:79px;width:67px}.gameworld .content .serverStart,.gameworld .content .speed{align-items:center;column-gap:5px;display:inline-grid;filter:var(--textShadow);grid-auto-flow:column;grid-column-start:2;grid-template-columns:auto 1fr;justify-items:start;justify-self:start;min-width:80px;transition-duration:.15s}.gameworld .content .serverStart i,.gameworld .content .speed i{background-image:var(--iconUrl);height:var(--iconHeight);width:var(--iconWidth)}.gameworld .content .serverStart{--iconUrl:url(/bundle/faa30c86298a952e9509.png);--iconWidth:32px;--iconHeight:32px}.gameworld .content .speed{--iconUrl:url(/bundle/79adb7a1f967b6507709.png);--iconWidth:32px;--iconHeight:32px}.gameworld .content .serverStart{grid-row-start:2;margin-block-start:5px}.gameworld .content .speed{grid-row-start:3;margin-block-end:5px}.gameworld .content .actions{align-self:end;column-gap:5px;display:inline-grid;grid-auto-flow:column;grid-column-start:2;grid-row-start:3;justify-self:end;margin-block-end:10px;margin-inline-end:10px}.gameworld .content .actions .showGameworldDetails svg{height:21px}}@layer components{@container gameworld (max-width: 370px){.gameworld .content .serverStart,.gameworld .content .speed{grid-column:2;grid-row:1;justify-self:end;z-index:2}.gameworld .content .serverStart.speed,.gameworld .content .speed.speed{margin-block-start:25px;transform:translateY(100%)}.gameworld .content .tribes{grid-column:1/3;margin-block-end:-20px;margin-inline-start:-25px}}}@layer components{.playNowCTAButton{background-blend-mode:multiply;background-color:#98f98a;background-image:url(/bundle/22c4efc33e748431458a.jpg),radial-gradient(circle at 50% 300%,#0b2a09 75%,#0000 79%),radial-gradient(circle at -20% 53%,#000000a6 21%,#0000 25%),radial-gradient(circle at 120% 53%,#000000b8 21%,#0000 24%);background-repeat:repeat-x;border-radius:15px;height:130px;max-width:500px;min-width:320px;padding:9px 9px 9px 7px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .15s ease-out}.playNowCTAButton:before{background-image:url(/bundle/a78dce3ec2672963c250.png),url(/bundle/9b0c0305796850ef06d8.png),url(/bundle/2be523b7fa379db45a89.png),url(/bundle/46de4880db200d7e3e23.png);background-position:0 0,100% 0,0 100%,100% 100%;background-repeat:no-repeat,no-repeat;content:"";inset:-16px -15px -17px;position:absolute;transition:all .15s ease-in-out;z-index:-1}.playNowCTAButton .inner{background-blend-mode:multiply;background-image:url(/bundle/22c4efc33e748431458a.jpg),linear-gradient(180deg,#60c751,#0b2a09e6);background-repeat:repeat-x;border-radius:15px;box-shadow:0 -4px 1px #98f98ab3,-3px 0 5px #0003,3px 0 5px #00000040;height:100%;overflow:hidden;padding:20px 40px;transition:all .15s ease-out;width:100%}@media screen and (max-width:450px){.playNowCTAButton .inner{padding:0 30px}}.playNowCTAButton .inner:before{animation:swooshCTA 10s ease-in-out 2s infinite;background:linear-gradient(90deg,#98f98a00,#98f98a08 1%,#98f98a99 30%,#98f98ad9 50%,#98f98ad9 70%,#98f98ad9 71%,#98f98a00);content:"";height:100%;inset-block-start:0;inset-inline-start:0;opacity:.5;pointer-events:none;position:absolute;transform:translateX(-400%) skew(-33deg,0);width:30%;z-index:2}@keyframes swooshCTA{0%{transform:translateX(-400%) skew(-33deg,0)}15.5%{transform:translateX(400%) skew(-33deg,0)}15.6%{transform:translateX(400%) skew(33deg,0)}30%,to{transform:translateX(-400%) skew(33deg,0)}}.playNowCTAButton .inner svg{height:100%;width:100%;fill:#f2f8f1;filter:drop-shadow(0 20px 15px rgba(11,42,9,.8));transform:scaleX(1);transition:all .15s ease-out}.playNowCTAButton .inner svg text{--fontFamily:"Red Rose",serif;font-family:var(--fontFamily);font-size:52px;text-transform:uppercase}.playNowCTAButton:focus-visible .inner,.playNowCTAButton:hover .inner{filter:brightness(1.2)}.playNowCTAButton:focus-visible:not(:active):before,.playNowCTAButton:hover:not(:active):before{margin:-3px -4px}.playNowCTAButton:active{background-color:#508747;box-shadow:inset 0 2px 5px #0b2a09e6}.playNowCTAButton:active .inner{background-position:0 -15%;box-shadow:0 -8px 1px #98f98ab3,-3px 0 5px #0003,3px 0 5px #00000040,inset 0 0 20px #0b2a09e6;filter:brightness(.75)}.playNowCTAButton:active .inner svg{filter:drop-shadow(-2px -3px 8px rgba(11,42,9,.7));transform:translateY(3%)}@media screen and (max-width:520px){.playNowCTAButton{height:clamp(110px,26cqi,130px);width:calc(100% - 30px)}.playNowCTAButton,.playNowCTAButton .inner{border-radius:10px}}@media screen and (max-width:480px){.playNowCTAButton:before{background-size:calc(76px - 1cqb);inset:calc(-16px + .2cqb) calc(-15px + .2cqb)}.playNowCTAButton:not(:active):before{margin:-1px}}}@layer components{#stage{container:tribeStage;container-type:size;display:grid;grid-template-columns:100%;inset:0;overflow:hidden;position:absolute}#stage:after{aspect-ratio:1500/200;background:linear-gradient(180deg,#0000 2.56%,#2c292c 46.41%);content:"";inset-block-end:0;max-height:200px;position:absolute;width:100%;z-index:1}#stage .stageSVG{justify-self:center;max-width:2688px;min-height:100%;position:relative}#stage .stageSVG .tribeLayer{opacity:0;pointer-events:none;transform:scale(.9);transform-origin:center bottom;transition:all .25s ease-in}#stage .stageSVG .headlineContainer{transform:scaleX(var(--scaleXFactor));transform-origin:15% 0;transition:transform .15s ease-out}#stage .stageSVG .headlineContainer text.headline{font-family:Red Rose,serif;font-size:200px;font-weight:700;text-transform:uppercase;fill:#fff}#stage .stageSVG .foreignObjectContainer{transform:scaleX(var(--scaleXFactor));transform-origin:65% 0;transition:all .25s ease-in}#stage .stageSVG .foreignObjectContainer foreignObject div{color:#fff;font-family:Noto Sans;font-size:23px;max-width:25%;visibility:hidden}@container tribeStage (aspect-ratio < 16 / 12){#stage .stageSVG .tribeLayer{transform:scale(.9)}#stage .stageSVG .tribeLayer .foreignObjectContainer,#stage .stageSVG .tribeLayer .headlineContainer{transform:translate(100px,-25px) scaleX(var(--scaleXFactor))}}@container tribeStage (aspect-ratio < 16 / 14){#stage .stageSVG .tribeLayer{transform:scale(.9)}#stage .stageSVG .tribeLayer .headlineContainer{transform:scaleX(calc(var(--scaleXFactor)*.9)) scaleY(.9) translate(calc(240px*var(--scaleXFactor)),-70px)}#stage .stageSVG .tribeLayer .foreignObjectContainer{transform:scaleX(calc(var(--scaleXFactor)*.9)) scaleY(.9) translate(calc(95px*var(--scaleXFactor)),-75px)}#stage .stageSVG .tribeLayer .foreignObjectContainer div{font-size:26px;max-width:24%}}@container tribeStage (aspect-ratio < 16 / 18){#stage .stageSVG .tribeLayer{transform:scale(.85);transform-origin:center bottom}#stage .stageSVG .tribeLayer .headlineContainer{transform:scaleX(calc(var(--scaleXFactor)*.6)) scaleY(.6) translate(calc(580px*var(--scaleXFactor)),-150px)}#stage .stageSVG .tribeLayer .foreignObjectContainer{transform:scaleX(calc(var(--scaleXFactor)*.6)) scaleY(.6) translate(calc(-310px*var(--scaleXFactor)),-150px)}#stage .stageSVG .tribeLayer .foreignObjectContainer div{font-size:45px;max-width:70%}}@container tribeStage (aspect-ratio < 16 / 20){#stage .stageSVG .tribeLayer .headlineContainer{transform:scaleX(calc(var(--scaleXFactor)*.45)) scaleY(.45) translate(calc(1010px*var(--scaleXFactor)),-150px)}#stage .stageSVG .tribeLayer .foreignObjectContainer{transform:scaleX(calc(var(--scaleXFactor)*.45)) scaleY(.45) translate(calc(-630px*var(--scaleXFactor)),-150px)}#stage .stageSVG .tribeLayer .foreignObjectContainer div{font-size:60px;max-width:70%}}@container tribeStage (aspect-ratio < 16 / 27){#stage .stageSVG .tribeLayer .headlineContainer{transform:scaleX(calc(var(--scaleXFactor)*.4)) scaleY(.4) translate(calc(1450px*var(--scaleXFactor)),-100px)}#stage .stageSVG .tribeLayer .foreignObjectContainer{transform:scaleX(calc(var(--scaleXFactor)*.4)) scaleY(.4) translate(calc(-570px*var(--scaleXFactor)),-80px)}#stage .stageSVG .tribeLayer .foreignObjectContainer div{font-size:70px;max-width:70%}}@container tribeStage (aspect-ratio < 16 / 32){#stage .stageSVG .tribeLayer .headlineContainer{transform:scaleX(calc(var(--scaleXFactor)*.3)) scaleY(.3) translate(calc(2270px*var(--scaleXFactor)),-300px)}#stage .stageSVG .tribeLayer .foreignObjectContainer{transform:scaleX(calc(var(--scaleXFactor)*.3)) scaleY(.3) translate(calc(-860px*var(--scaleXFactor)),-260px)}#stage .stageSVG .tribeLayer .foreignObjectContainer div{font-size:85px;max-width:65%}}#stage[data-tribe=romans] svg .foreignObjectContainer div{visibility:visible}#stage[data-tribe=romans] svg image.tinted{filter:url(#tribeStageFilterRoman)}#stage[data-tribe=romans] svg .tribeLayer.romans{opacity:1;pointer-events:auto}#stage[data-tribe=teutons] svg .foreignObjectContainer div{visibility:visible}#stage[data-tribe=teutons] svg image.tinted{filter:url(#tribeStageFilterTeuton)}#stage[data-tribe=teutons] svg .tribeLayer.teutons{opacity:1;pointer-events:auto}#stage[data-tribe=gauls] svg .foreignObjectContainer div{visibility:visible}#stage[data-tribe=gauls] svg image.tinted{filter:url(#tribeStageFilterGaul)}#stage[data-tribe=gauls] svg .tribeLayer.gauls{opacity:1;pointer-events:auto}#stage .stageControl{display:grid;grid-template-columns:auto auto;inset-block-end:max(200px,50%);justify-content:space-between;justify-self:center;max-width:calc(2688px - var(--pagePadding)*2);position:absolute;width:calc(100% - var(--pagePadding)*2);z-index:1}#stage .stageControl button{--buttonSize:62px;--buttonPadding:20px}#stage .stageControl button.back svg{transform:scaleX(var(--scaleXFactor)) translateX(-3px)}#stage .stageControl button.forth svg{transform:scaleX(calc(var(--scaleXFactor)*-1)) translateX(-3px)}@media screen and (max-width:700px){#stage .stageControl button{transform:scale(.85)}}}:root{--focusColor:#0066ffb3;--disabledColor:#777;--negativeColor:#d40000;--positiveColor:#228b22;--pagePadding:30px;--contentMinWidth:360px;--contentMaxWidth:1380px;--fontFamily:Noto Sans,sans-serif;--fontSize:13px}@media screen and (max-width:1024px){:root{--pagePadding:20px}}@media screen and (max-width:400px){:root{--pagePadding:10px}}#root{display:grid;grid-template-rows:80px 1fr auto;min-height:100vh;transition:grid-template-rows .2s}@layer layout{header{height:80px;min-width:var(--contentMinWidth);position:fixed;width:100%;z-index:3;--fontColor:#cba467;background:linear-gradient(180deg,#4a494a,#272727);border-block-end:3px solid #1f1f1fcc;column-gap:40px;display:grid;grid-template-columns:1fr auto 1fr;place-items:center}header .headerContainerEnd,header .headerContainerStart{align-items:center;align-self:stretch;column-gap:var(--pagePadding);container-type:inline-size;display:inline-grid;width:100%}header .headerContainerStart{container-name:headerContainerStart;grid-template-columns:auto 1fr;justify-items:start}header .headerContainerEnd{container-name:headerContainerEnd;justify-items:end}header button{font-size:var(--fontSize);--buttonPadding:10px;--buttonMinHeight:34px;border-radius:19px}header button div{column-gap:10px}header button div span{direction:var(--readingDirection);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header button div>svg{height:15px}header button:not(:hover):not(:active){--buttonBackgroundColor:#0000}header nav{position:relative;--linkColor:var(--fontColor);--linkHoverColor:#f2daa5;--linkActiveColor:#9d763a;transition:.2s ease-out}header nav .menu{animation:menuAppear .25s ease-out forwards;border-radius:0 0 7px 7px;display:grid;grid-template-columns:auto;justify-items:start;overflow:hidden;position:absolute}@keyframes menuAppear{0%{opacity:0;pointer-events:none;transform:translateY(-70px) scale(.5)}60%{opacity:1;transform:translateY(5%) scale(1)}to{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}}header nav .menu:after{background-color:#34434d;content:"";inset:0;position:absolute;z-index:-1}header nav .menu a,header nav .menu>div{align-items:center;column-gap:10px;display:inline-grid;grid-auto-flow:column;grid-template-columns:20px 1fr 50px;justify-items:start;--translate:translateX(0);font-weight:700;min-height:40px;padding-block:10px;padding-inline:20px;width:100%}header nav .menu a svg:first-child,header nav .menu>div svg:first-child{height:20px;max-height:20px;max-width:20px}header nav .menu a span,header nav .menu>div span{justify-self:start;white-space:nowrap}header nav .menu a:hover{background-color:#cba467;--translate:translateX(calc(3px*var(--scaleXFactor)));--fontColor:#34434d}header nav .menu a:active{background-color:#9d763a;--fontColor:#34434d}header nav .menu a svg:nth-child(3){height:.5em;justify-self:end;transform:var(--translate) rotate(calc(-90deg*var(--scaleXFactor)));transition:transform .2s ease-out .1s}header .pageMenu{align-self:stretch}header .pageMenu .openClosePageMenu{align-items:center;display:grid;height:100%;padding-inline:var(--pagePadding)}header .pageMenu .openClosePageMenu svg{width:30px;--svgStrokeColor:#34220d}header .pageMenu .openClosePageMenu svg path{transition:.15s ease-out}header .pageMenu .openClosePageMenu svg .start{opacity:var(--startEndOpacity);transform:scaleX(var(--scaleStart))}header .pageMenu .openClosePageMenu svg .end{opacity:var(--startEndOpacity)}header .pageMenu .openClosePageMenu svg .center{transform:scaleX(var(--scaleCenter,1)) rotate(var(--firstRotation,0deg));transform-origin:var(--centerTransformOrigin,inherit)}header .pageMenu .openClosePageMenu svg .center~.center{transform:scaleX(var(--scaleCenter,1)) rotate(var(--secondRotation,0deg))}header .pageMenu .openClosePageMenu.closed:hover{--scaleStart:1.5;--scaleCenter:.65}header .pageMenu .openClosePageMenu.opened{animation:morph .15s forwards}@keyframes morph{0%{--startEndOpacity:1;--firstRotation:0;--secondRotation:0;--centerTransformOrigin:inherit}10%{--startEndOpacity:0;--firstRotation:0;--secondRotation:0;--centerTransformOrigin:center}to{--startEndOpacity:0;--firstRotation:-45deg;--secondRotation:45deg;--centerTransformOrigin:center}}header .pageMenu .menu{inset-block-start:80px;inset-inline-start:calc(var(--pagePadding) - 15px)}header .flag{border:1px solid #261f1680;height:18px;width:23px}header .logo{cursor:pointer;height:70px;--scaleXFactor:1}@media screen and (max-width:500px){header .logo{width:44px}header .logo path{display:none}}header button.language{min-width:100px}header button.language>div{grid-template-columns:23px 1fr 23px;justify-self:stretch}header button.login,header button.openCloseAccountMenu{margin-inline:var(--pagePadding);min-width:170px}header button.login>div,header button.openCloseAccountMenu>div{grid-template-columns:16px 1fr 16px;justify-self:stretch}header button.login .login,header button.openCloseAccountMenu .login{grid-column-start:1}header button.login span,header button.openCloseAccountMenu span{grid-column-start:2}header button.login .chevron,header button.openCloseAccountMenu .chevron{grid-column-start:3}header .accountMenu{justify-self:end}header .accountMenu .openCloseAccountMenu.opened:not(:hover):not(:active){--buttonBackgroundColor:#34434d}header .accountMenu .openCloseAccountMenu .chevron{transform:var(--rotate);transition:transform .3s ease}header .accountMenu .openCloseAccountMenu.opened{--rotate:rotate(calc(-180deg*var(--scaleXFactor)))}header .accountMenu .openCloseAccountMenu.closed{--rotate:rotate(0deg)}header .accountMenu .menu{inset-block-start:58px;inset-inline-end:-15px}header .accountMenu .menu .lobby svg:first-child{height:18px}header .accountMenu .menu>.account,header .accountMenu .menu>.logout{border-image-repeat:repeat;border-image-source:linear-gradient(90deg,#0000,#445158cc 10%,#445158,#445158cc 90%,#0000);border-image-width:auto}header .accountMenu .menu>.account{border-image-slice:0 0 1}header .accountMenu .menu>.logout{border-image-slice:1 0 0}@container headerContainerStart (width < 250px){header button.language{min-width:45px}header button.language div{grid-template-columns:1fr}header button.language div span{display:none}header nav .menu a{padding-block:15px;padding-inline:25px}}@container headerContainerEnd (width > 250px){header .menu .account{display:none}}@container headerContainerEnd (width < 250px){header button.login,header button.openCloseAccountMenu{min-width:45px;transition:.15s ease-out}header button.login div,header button.openCloseAccountMenu div{grid-template-columns:1fr;justify-items:center}header button.login div>:nth-child(n+2),header button.openCloseAccountMenu div>:nth-child(n+2){display:none}header button.login div .login,header button.openCloseAccountMenu div .login{margin-inline-end:5px}header nav .menu a{padding-block:15px;padding-inline:25px}}header.logoOnly{grid-template-columns:1fr;padding-inline:var(--pagePadding)}main{display:grid;grid-row-start:2;justify-self:center;max-width:calc(var(--contentMaxWidth) + var(--pagePadding) + var(--pagePadding));min-width:var(--contentMinWidth);width:100%;z-index:1;--fontColor:#e6dbc9;align-content:start;padding-block-start:20px;padding-inline:var(--pagePadding);--mainBackgroundImage:linear-gradient(180deg,#00000059,#0000 15%),url(/bundle/e31926cb7977b9f2a04a.jpg)}main:before{background-image:var(--mainBackgroundImage);background-position:50%;background-size:cover;content:"";inset:80px 0 0;min-height:100%;pointer-events:none;position:fixed;transform:scaleX(var(--scaleXFactor));width:100%;z-index:-1}.appContainer{animation:contentAppear .5s ease-out forwards}}@layer layout{@keyframes contentAppear{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}}@layer layout{main h1,main h2,main h3{--fontColor:#cba467}main h1{--fontFamily:"Red Rose",serif;font-size:30px;margin-block-end:20px;text-align:center}main h1,main h2{text-transform:uppercase}main h2{font-size:18px;margin-block-end:15px;text-shadow:3px 3px 2px #00000040}main h3{font-size:16px;margin-block-end:10px}main .goldenFrame{justify-self:center;max-width:1100px;position:relative;width:100%}main .goldenFrame:has(.contentWrapper>button.back){margin-block-start:30px}main .goldenFrame .contentWrapper{background-image:linear-gradient(180deg,#312c2cd9,#1a1e1fd9);border:2px solid #cba467}main .goldenFrame button.back{inset-block-start:-40px;inset-inline-start:8px;position:absolute}#errorPage{--mainBackgroundImage:url(/bundle/e3314539f8f327d2f49b.jpg);align-content:center;background-color:#fff;direction:ltr;display:grid;grid-template-columns:1fr;padding-block-end:100px}#errorPage h1{background-color:#1e2022cc;font-size:40px}#errorPage p{font-size:24px;--fontColor:#1f1f1f;font-style:italic;margin-block:0 50px;text-align:center;white-space:pre-line}#errorPage button{justify-self:center;min-width:200px}#errorPage button:not(:hover):not(:active){--buttonBackgroundColor:#1e2022cc}}@layer layout{}@layer components{footer{column-gap:25px;display:inline-grid;font-size:16px;grid-row-start:3;grid-template-columns:1fr auto auto 1fr;grid-template-rows:55px 1fr;margin-block-start:30px;padding-block:30px;padding-inline:var(--pagePadding);position:relative;row-gap:15px;z-index:2}footer .separator{background-color:#cba467;height:3px;inset-inline:var(--pagePadding);margin-inline:15px;position:absolute}footer .separator:after{background-color:#7c694b;content:"";height:1px;inset-block-start:8px;inset-inline:90px;position:absolute}footer .separator svg{height:17px;inset-block-start:-7px;position:absolute;width:21px}footer .separator svg.start{inset-inline-start:-20px}footer .separator svg.end{inset-inline-end:-20px;transform:scaleX(calc(var(--scaleXFactor)*-1))}footer .travianGamesLogo{background-image:url(/bundle/690fca0f36382f4f0512.png);grid-column:2;grid-row:1/span 2;height:314px;width:829px;zoom:.28}footer nav{align-self:end;column-gap:20px;display:flex;flex-wrap:wrap;grid-auto-flow:column;grid-column:3;justify-self:start;row-gap:5px}footer nav a{text-decoration:underline;white-space:nowrap;--fontColor:#cba467}footer .copyright{align-self:end;font-style:italic;grid-column:3;margin-block-start:10px;--fontColor:#cba467}@media screen and (max-width:900px){footer{grid-template-columns:1fr;grid-template-rows:auto;row-gap:10px}footer .copyright,footer .travianGamesLogo,footer nav{grid-column:1;justify-self:center}footer nav{gap:0;justify-content:center}footer nav a{padding:10px}footer .copyright{margin:0;text-align:center}}@media screen and (max-width:500px){footer{font-size:12px}footer .travianGamesLogo{zoom:.19}}}@layer views{#registrationFlowWrapper .step[data-step=email] label{margin-bottom:12px;width:100%}#registrationFlowWrapper .step[data-step=email] label:not(.checkbox) .label{color:#5e463a;font-size:13px;font-weight:700}#registrationFlowWrapper .step[data-step=email] label.checkbox{padding-bottom:0}#registrationFlowWrapper .step[data-step=email] .accountExistsRedirect{align-items:center;animation:accountExistsAppear .15s ease-out forwards;display:grid;gap:10px;grid-template-columns:auto auto auto;grid-template-rows:0fr;justify-content:center;justify-self:center;overflow:hidden}@keyframes accountExistsAppear{0%{grid-template-rows:0fr;margin-bottom:0}to{grid-template-rows:1fr;margin-bottom:20px}}#registrationFlowWrapper .step[data-step=email] .accountExistsRedirect svg.arrowCircleForward{animation:redirectAnimation 1s cubic-bezier(.29,.16,.73,.88) infinite;height:24px;width:24px;fill:#5e463a}@keyframes redirectAnimation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}#registrationFlowWrapper .step[data-step=email] .actions{text-align:center}#registrationFlowWrapper .step[data-step=email] .actions>button,#registrationFlowWrapper .step[data-step=email] .actions>div:not(:last-of-type){margin-bottom:20px}#registrationFlowWrapper .step[data-step=activation] label{margin-block-end:12px;padding-block-end:28px;width:100%}#registrationFlowWrapper .step[data-step=activation] label.checkbox,#registrationFlowWrapper .step[data-step=activation] label.invalid,#registrationFlowWrapper .step[data-step=activation] label.valid{padding-block-end:0}#registrationFlowWrapper .step[data-step=activation] label .digitsDisplay{animation:digitsDisplayAppear .15s ease-out forwards;display:grid;grid-template-rows:0fr;margin-block-start:0;padding-inline-start:15px}}@layer views{@keyframes digitsDisplayAppear{0%{grid-template-rows:0fr;margin-block-start:0}to{grid-template-rows:1fr;margin-block-start:5px}}#registrationFlowWrapper .step[data-step=activation] label .digitsDisplay:not(.digitsMissing){color:#5e463a}#registrationFlowWrapper .step[data-step=activation] label .digitsDisplay.digitsMissing{color:#d40000}#registrationFlowWrapper .step[data-step=activation] label .digitsDisplay~.validation.show{grid-row-start:4}#registrationFlowWrapper .step[data-step=activation] label.captchaWrapper{grid-template-columns:auto;justify-content:space-around;margin-block-end:20px;pointer-events:auto}#registrationFlowWrapper .step[data-step=activation] label.captchaWrapper .gCaptcha{margin-block-end:0}#registrationFlowWrapper .step[data-step=activation] label.captchaWrapper .validation{color:#d40000;min-height:1.3em}#registrationFlowWrapper .step[data-step=activation] .accountActivationExpired{animation:accountActivationExpiredAppear .15s ease-out forwards;display:grid;grid-template-rows:0fr}@keyframes accountActivationExpiredAppear{0%{grid-template-rows:0fr;margin:0}to{grid-template-rows:1fr;margin:10px 0 20px}}#registrationFlowWrapper .step[data-step=activation] .accountActivationExpired button{justify-self:center}#registrationFlowWrapper .step[data-step=activation] #recaptcha:not(:empty){display:grid}#registrationFlowWrapper .step[data-step=activation] #recaptcha:not(:empty)>div{animation:captchaAppear .15s ease-out forwards;display:grid;grid-template-rows:0fr;justify-self:center}#registrationFlowWrapper .step[data-step=activation] #recaptcha:not(:empty)>div.dummyCaptcha{background-color:#f0f;color:#fff;height:100px;line-height:100px;text-align:center;width:200px}#registrationFlowWrapper .step[data-step=activation] .actions{text-align:center}#registrationFlowWrapper .step[data-step=activation] .actions button,#registrationFlowWrapper .step[data-step=activation] .actions>div:not(:last-of-type){margin-block-end:20px}#registrationFlowWrapper .step[data-step=activation] .actions button{min-width:230px}#registrationFlowWrapper .step[data-step=password] label{margin-block-end:12px;padding-block-end:0;width:100%}#registrationFlowWrapper .step[data-step=password] .actions{text-align:center}#registrationFlowWrapper .step[data-step=password] .actions button{margin-top:20px}#registrationFlowWrapper .step[data-step=username] .shuffleButton svg{height:17px;width:17px}#registrationFlowWrapper .step[data-step=username] label{padding-block-end:0}#registrationFlowWrapper .step[data-step=username] label input{min-width:0}#registrationFlowWrapper .step[data-step=username] .nameWrapper{align-items:end;display:grid;gap:5px;grid-template-columns:55% 1fr}#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper{display:grid;gap:0 5px;grid-template-columns:auto 1fr auto;grid-template-rows:23px auto}#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper label{grid-row:1/3}#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper>button,#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper>span{align-self:center;grid-row:2}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules:last-of-type{margin-inline-start:12px}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules .evaluation{align-content:center;display:grid;gap:5px;grid-template-columns:15px 1fr;position:relative}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules .evaluation:before{background-color:#fff;border-radius:50%;content:"";height:13px;inset-block-start:1px;inset-inline-start:1px;position:absolute;width:13px;z-index:1}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules .evaluation svg{height:15px;width:15px;fill:#a6a6a6;position:relative;z-index:2}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules .evaluation.fulfilled svg{fill:#228b22}#registrationFlowWrapper .step[data-step=username] .usernameError{color:#d40000}#registrationFlowWrapper .step[data-step=username] .actions{text-align:center}#registrationFlowWrapper .step[data-step=username] .actions button{margin-block-start:20px}#registrationFlowWrapper .step[data-step=username] .mobileOnly,#registrationFlowWrapper .step[data-step=username] .shuffleMobile{display:none}}@layer views{}@layer views{@media screen and (max-width:500px){#registrationFlowWrapper .step[data-step=username] .mobileOnly{display:inline-block}#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper{grid-template-columns:auto 1fr}#registrationFlowWrapper .step[data-step=username] .nameWrapper .tagWrapper .shuffleButton{display:none}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules{grid-column:1/3}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules:last-of-type{margin-inline-start:0}#registrationFlowWrapper .step[data-step=username] .nameWrapper .characterRules .mobileOnly{font-weight:700}#registrationFlowWrapper .step[data-step=username] .shuffleMobile{align-items:center;display:grid;gap:5px;grid-column:1/3;grid-template-columns:auto auto;margin:10px 0}#registrationFlowWrapper .step[data-step=username] .shuffleMobile>span{justify-self:end}#registrationFlowWrapper .step[data-step=username] .shuffleMobile>button{justify-self:start}}}@layer views{#registrationFlowWrapper .step[data-step=success] .stepWrapper{display:inline-grid;justify-items:center;text-align:center}#registrationFlowWrapper .step[data-step=success] .logoLobbyAccount{height:80px;margin-block-start:20px}#registrationFlowWrapper .step[data-step=success] .logoLobbyAccount path{fill:#5e463a}#registrationFlowWrapper .step[data-step=success] h1{--fontSize:24px;line-height:1em;margin-inline-end:0}#registrationFlowWrapper .step[data-step=success] .successIconLarge{height:60px;width:60px;fill:#228b22}#registrationFlowWrapper .step[data-step=success] .playButton{margin-block-start:20px}#registrationFlowWrapper .step[data-step=success] .playButton div{overflow:hidden}#registrationFlowWrapper .step[data-step=success] .playButton div:before{animation:playButtonAnimation 5s ease-in-out 1s infinite;background:linear-gradient(calc(90deg*var(--scaleXFactor)),#fff0 0,#ffffff08 1%,#fff9 30%,#ffffffd9 50%,#ffffffd9 70%,#ffffffd9 71%,#fff0 100%);content:"";height:100%;inset-block-start:0;inset-inline-start:0;opacity:.5;pointer-events:none;position:absolute;transform:translateX(-150%) skew(-33deg,0);width:30%;z-index:5}@keyframes playButtonAnimation{0%{transform:translateX(calc(-150%*var(--scaleXFactor))) skew(-33deg,0)}33%,to{transform:translateX(calc(400%*var(--scaleXFactor))) skew(-33deg,0)}}}@layer views{#gameworldCalendar{container:calendarGrid/inline-size;min-width:auto}#gameworldCalendar .noResults{font-size:18px;font-style:italic;margin:0 auto;margin-block-start:150px}#gameworldCalendar .calendarGameworld~h2{margin-block-start:20px}.gameworldDetails i.serverStart{--iconUrl:url(/bundle/faa30c86298a952e9509.png);--iconWidth:32px;--iconHeight:32px}.gameworldDetails i.speed{--iconUrl:url(/bundle/79adb7a1f967b6507709.png);--iconWidth:32px;--iconHeight:32px}.gameworldDetails i.artefacts{--iconUrl:url(/bundle/b0c2fc2752068d369501.png);--iconWidth:32px;--iconHeight:32px}.gameworldDetails i.constructionPlans{--iconUrl:url(/bundle/b6d6326b484e07e4946d.png);--iconWidth:32px;--iconHeight:32px}.gameworldDetails i.serverEnd{--iconUrl:url(/bundle/9393c0745394bc9ad68e.png);--iconWidth:32px;--iconHeight:32px}.gameworldDetails i.ww{--iconUrl:url(/bundle/05b5e1cc0bba000979b6.png);--iconWidth:32px;--iconHeight:32px}.calendarGameworld{background-image:linear-gradient(180deg,#312c2cd9,#1a1e1fd9);border:1px solid #cba467;border-radius:7px;box-shadow:0 0 5px #00000080;display:grid;font-size:18px;grid-template-columns:50px 1fr 94px 220px 156px repeat(3,116px) 70px;grid-template-rows:50px;margin-block-end:10px;pointer-events:none;position:relative;transition-duration:.15s}.calendarGameworld.notification:after{border:1px solid #ff4e00;border-end-start-radius:7px;border-start-start-radius:7px;box-shadow:inset 0 0 7px #ff4e00;content:"";inset-block:-1px;inset-inline:-1px 70px;position:absolute}.calendarGameworld>*{align-content:center;font-weight:700;justify-self:stretch;text-align:center;transition-duration:.15s}.calendarGameworld>:not(:first-child){border-inline-start:1px solid #cba467}.calendarGameworld .day{display:grid;line-height:1em;padding-block-end:4px}.calendarGameworld .day .weekday{font-size:10px;font-weight:400;text-transform:uppercase}.calendarGameworld .day.active{background-image:linear-gradient(90deg,#00bc0080,#0000);border:1px solid #228b22;border-end-start-radius:6px;border-inline-end:none;border-start-start-radius:6px}.calendarGameworld .title{align-items:center;background-image:linear-gradient(90deg,var(--backgroundColor),#0000);border-block:1px solid var(--borderColor,#0000);display:grid;gap:4%;grid-auto-flow:column;padding-inline:.85em;position:relative;text-align:start;text-transform:uppercase}.calendarGameworld .title.special{--borderColor:#a200e2;--backgroundColor:#a200e280}.calendarGameworld .title.inviteOnly{--borderColor:#af823f;--backgroundColor:#d7b67280}.calendarGameworld .title.mobileOnly{--borderColor:#00c8ff;--backgroundColor:#00c8ff80}.calendarGameworld .title .text{overflow:hidden;text-overflow:ellipsis}.calendarGameworld .title .name{white-space:nowrap}}@layer views{.calendarGameworld .title .name:has(~span){border-inline-end:1px solid currentColor;display:inline-block;margin-inline-end:5px;padding-inline-end:5px}.calendarGameworld .title .name~span{font-style:italic;font-weight:400;white-space:nowrap}.calendarGameworld .title i{justify-self:end}.calendarGameworld .title i.special{background-image:url(/bundle/3221cd64ff22ab9b6f46.png);height:40px;width:38px}.calendarGameworld .title i.inviteOnly{background-image:url(/bundle/4087e1a4db7d768c51fd.png);height:40px;width:38px}.calendarGameworld .title i.mobileOnly{background-image:url(/bundle/c1450fc49eb4a71923e4.png);height:40px;width:40px}.calendarGameworld .tribes{display:grid;overflow:hidden;place-content:center}.calendarGameworld .tribeImages{display:grid;grid-template-columns:repeat(6,auto);height:70px;margin-block-start:15px;margin-inline-start:-5px;transform:scale(.75)}.calendarGameworld .tribeImages .tribe{filter:brightness(1.2);margin-inline-start:var(--decreaseGap);position:relative;--decreaseGap:-20px}.calendarGameworld .tribeImages .tribe:first-child{--decreaseGap:0px;z-index:6}.calendarGameworld .tribeImages .tribe:nth-child(2){z-index:5}.calendarGameworld .tribeImages .tribe:nth-child(3){z-index:4}.calendarGameworld .tribeImages .tribe:nth-child(4){z-index:3}.calendarGameworld .tribeImages .tribe:nth-child(5){z-index:2}.calendarGameworld .tribeImages .tribe:nth-child(6){z-index:1}.calendarGameworld .tribeImages .roman+.gaul{--decreaseGap:-25px}.calendarGameworld .tribeImages .teuton{--decreaseGap:-35px}.calendarGameworld .tribeImages .hun,.calendarGameworld .tribeImages .spartan{--decreaseGap:-25px}.calendarGameworld .tribeImages .viking{--decreaseGap:-30px}.calendarGameworld .tribeImages .roman{background-image:url(/bundle/709ec0774e13c8d38905.png);height:79px;width:75px}.calendarGameworld .tribeImages .teuton{background-image:url(/bundle/806172fb9bb3ecd402c2.png);height:75px;width:76px}.calendarGameworld .tribeImages .gaul{background-image:url(/bundle/c4c250e333ba8f9a311d.png);height:84px;width:64px}.calendarGameworld .tribeImages .egyptian{background-image:url(/bundle/49fe09f41ea7a3e66253.png);height:81px;width:52px}.calendarGameworld .tribeImages .hun{background-image:url(/bundle/cc90904b88e591c1a6a1.png);height:76px;width:71px}.calendarGameworld .tribeImages .spartan{background-image:url(/bundle/a77793fd5fff8eb7e285.png);height:85px;width:60px}.calendarGameworld .tribeImages .viking{background-image:url(/bundle/ce3ae51b0c08b5ad7abe.png);height:79px;width:67px}.calendarGameworld .artefacts,.calendarGameworld .constructionPlans,.calendarGameworld .endCondition,.calendarGameworld .speed,.calendarGameworld .startTime{align-items:center;display:grid;font-size:16px;gap:8px;grid-template-columns:auto 1fr;justify-content:center;padding-inline:10px;white-space:nowrap}.calendarGameworld .artefacts i,.calendarGameworld .constructionPlans i,.calendarGameworld .endCondition i,.calendarGameworld .speed i,.calendarGameworld .startTime i{background-image:var(--iconUrl);height:var(--iconHeight);width:var(--iconWidth)}.calendarGameworld .artefacts span,.calendarGameworld .constructionPlans span,.calendarGameworld .endCondition span,.calendarGameworld .speed span,.calendarGameworld .startTime span{white-space:nowrap}.calendarGameworld .startTime div{justify-self:start}.calendarGameworld .startTime span{font-style:italic;font-weight:400}.calendarGameworld button.action{border-end-end-radius:6px;border-start-end-radius:6px;--fontColor:#fff9eb;--buttonGradientColorTop:#5d8137;--buttonGradientColorBottom:#466428;background-image:linear-gradient(to bottom,var(--buttonGradientColorTop),var(--buttonGradientColorBottom));border-block:none;border-inline-end:none;pointer-events:auto}.calendarGameworld button.action:before{content:none}.calendarGameworld button.action:hover:not(:active){--buttonGradientColorTop:#84b253;--buttonGradientColorBottom:#5a8133}.calendarGameworld button.action:active{--buttonGradientColorTop:#466428;--buttonGradientColorBottom:#5d8137}.calendarGameworld button.action svg{min-height:1em}.calendarGameworld button.action>div{padding-inline:var(--buttonPadding)}@container calendarGrid (width < 1300px){.calendarGameworld{grid-template-columns:50px 1fr 94px 220px 156px repeat(2,116px) 70px}.calendarGameworld .endCondition{display:none}}@container calendarGrid (width < 1185px){.calendarGameworld{grid-template-columns:50px 1fr 94px 220px 156px 116px 70px}.calendarGameworld .constructionPlans{display:none}}@container calendarGrid (width < 1069px){.calendarGameworld{grid-template-columns:50px 1fr clamp(70px,8cqi,90px) 200px clamp(120px,15cqi,156px) 70px}.calendarGameworld .tribeImages{transform:scale(.75)}.calendarGameworld .speed,.calendarGameworld .startTime{gap:.3em}.calendarGameworld .speed i,.calendarGameworld .startTime i{zoom:.8}.calendarGameworld .artefacts{display:none}}@container calendarGrid (width < 913px){.calendarGameworld{font-size:clamp(13px,2cqi,18px);grid-template-columns:clamp(38px,6cqi,50px) 1fr clamp(70px,10cqi,90px) 175px clamp(40px,8cqi,70px);grid-template-rows:clamp(40px,6cqi,50px)}.calendarGameworld.notification:after{inset-inline-end:clamp(40px,8cqi,70px)}.calendarGameworld .day .weekday{font-size:clamp(8px,1.2cqi,10px)}.calendarGameworld .speed{gap:.2em;padding-inline:.4em}.calendarGameworld .tribeImages{transform:scale(.65)}.calendarGameworld .startTime{display:none}}@container calendarGrid (width < 800px){.calendarGameworld{grid-template-columns:clamp(38px,6cqi,50px) 1fr 70px 155px clamp(40px,8cqi,70px)}.calendarGameworld .title i{zoom:.8}.calendarGameworld .tribeImages{transform:scale(.55)}}@container calendarGrid (width < 700px){.calendarGameworld{grid-template-columns:clamp(38px,6cqi,50px) 1fr 60px 140px clamp(40px,8cqi,70px)}.calendarGameworld .tribeImages{margin-block-start:10px;transform:scale(.45)}}@container calendarGrid (width < 600px){.calendarGameworld{grid-template-columns:clamp(38px,6cqi,50px) 1fr 35px 140px clamp(40px,8cqi,70px)}.calendarGameworld .speed{display:inline-block;padding-inline:0}.calendarGameworld .speed i{display:none}}@container calendarGrid (width < 500px){.calendarGameworld{cursor:pointer;grid-template-columns:clamp(38px,6cqi,50px) 1fr 32px 95px;pointer-events:auto}.calendarGameworld .title{padding-inline:.3em}.calendarGameworld .title .text .name{border:none}.calendarGameworld .title .text span{display:block;overflow:hidden;text-overflow:ellipsis}.calendarGameworld .title i{zoom:.7}.calendarGameworld .tribeImages{margin-inline-start:0;transform:scale(.35)}.calendarGameworld .action{display:none}.calendarGameworld.notification:after{border-radius:7px;inset-inline-end:-1px}}}@layer views{.calendarGameworldPreviewContainer{container:calendarGameworldPreviewContainer/inline-size}.calendarGameworldPreview{--columnGap:5px;--rowGap:10px;--marginInline:5px;--infoBoxBackgroundColorStart:#312c2cd9;--infoBoxBackgroundColorEnd:#1a1e1fd9;background-image:linear-gradient(180deg,var(--infoBoxBackgroundColorStart),var(--infoBoxBackgroundColorEnd));border:2px solid #cba467;box-shadow:2px 2px 6px 0 #0000004d;display:grid;gap:var(--rowGap) var(--columnGap);grid-template-columns:auto 1fr auto 140px;grid-template-rows:1fr 50px;height:100%;position:relative}.calendarGameworldPreview h3{align-self:center;grid-column:1/-1;justify-self:start;margin-block:0;margin-inline:var(--marginInline);padding-inline:calc(var(--columnGap)*2)}.calendarGameworldPreview>*{align-content:center;font-weight:700;justify-self:start;padding-inline-end:var(--columnGap);padding-inline-start:calc(var(--columnGap)*2);text-align:center;transition-duration:.15s}.calendarGameworldPreview>:not(:first-of-type){border-image-repeat:repeat;border-image-slice:0 0 0 1;border-image-source:linear-gradient(#0000,var(--fontColor));border-image-width:auto}.calendarGameworldPreview .day{margin-inline-start:var(--marginInline)}.calendarGameworldPreview .title{align-items:center;display:grid;gap:4%;grid-auto-flow:row;position:relative;text-align:start;text-transform:uppercase}.calendarGameworldPreview .title .name,.calendarGameworldPreview .title .subtitle,.calendarGameworldPreview .title .text{overflow:hidden}.calendarGameworldPreview .title .name,.calendarGameworldPreview .title .subtitle{display:block;text-overflow:ellipsis;white-space:nowrap}.calendarGameworldPreview .title .subtitle{font-style:italic;font-weight:400}.calendarGameworldPreview .tribes{display:grid;justify-self:stretch;overflow:hidden;place-content:center}.calendarGameworldPreview .tribeImages{display:grid;grid-template-columns:repeat(6,auto);height:70px;margin-block-start:10px;margin-inline-start:0;transform:scale(.45)}.calendarGameworldPreview .tribeImages .tribe{filter:brightness(1.2);margin-inline-start:var(--decreaseGap);position:relative;--decreaseGap:-20px}.calendarGameworldPreview .tribeImages .tribe:first-child{--decreaseGap:0px;z-index:6}.calendarGameworldPreview .tribeImages .tribe:nth-child(2){z-index:5}.calendarGameworldPreview .tribeImages .tribe:nth-child(3){z-index:4}.calendarGameworldPreview .tribeImages .tribe:nth-child(4){z-index:3}.calendarGameworldPreview .tribeImages .tribe:nth-child(5){z-index:2}.calendarGameworldPreview .tribeImages .tribe:nth-child(6){z-index:1}.calendarGameworldPreview .tribeImages .roman+.gaul{--decreaseGap:-25px}.calendarGameworldPreview .tribeImages .teuton{--decreaseGap:-35px}.calendarGameworldPreview .tribeImages .hun,.calendarGameworldPreview .tribeImages .spartan{--decreaseGap:-25px}.calendarGameworldPreview .tribeImages .viking{--decreaseGap:-30px}.calendarGameworldPreview .tribeImages .roman{background-image:url(/bundle/709ec0774e13c8d38905.png);height:79px;width:75px}.calendarGameworldPreview .tribeImages .teuton{background-image:url(/bundle/806172fb9bb3ecd402c2.png);height:75px;width:76px}.calendarGameworldPreview .tribeImages .gaul{background-image:url(/bundle/c4c250e333ba8f9a311d.png);height:84px;width:64px}.calendarGameworldPreview .tribeImages .egyptian{background-image:url(/bundle/49fe09f41ea7a3e66253.png);height:81px;width:52px}.calendarGameworldPreview .tribeImages .hun{background-image:url(/bundle/cc90904b88e591c1a6a1.png);height:76px;width:71px}.calendarGameworldPreview .tribeImages .spartan{background-image:url(/bundle/a77793fd5fff8eb7e285.png);height:85px;width:60px}.calendarGameworldPreview .tribeImages .viking{background-image:url(/bundle/ce3ae51b0c08b5ad7abe.png);height:79px;width:67px}@container calendarGameworldPreviewContainer (width < 385px){.calendarGameworldPreview{--columnGap:3px;--rowGap:0;grid-template-columns:auto 1fr auto 95px;grid-template-rows:1fr 40px;height:80px}.calendarGameworldPreview .tribeImages{margin-inline-start:0;transform:scale(.35)}}@container calendarGameworldPreviewContainer (width < 308px){.calendarGameworldPreview{grid-template-columns:auto 1fr auto}.calendarGameworldPreview .speed{margin-inline-end:var(--marginInline)}.calendarGameworldPreview .tribes{display:none}}}@layer views{#calendarGameworldDetails{container:calendarGameworldDetails/inline-size;height:140px;height:auto;padding:0;width:475px}#calendarGameworldDetails .header{height:140px;width:475px;--fontColor:#fffdf8;font-size:18px;font-weight:700;position:relative;z-index:1;--textShadow:drop-shadow(0 0 3px #1f1f1f99);container-name:gameworld;container-type:inline-size}@container calendarGameworldDetails (width < 473px){#calendarGameworldDetails .header{width:100%}}#calendarGameworldDetails .header .background{inset:0;position:absolute;transform:scaleX(var(--scaleXFactor));z-index:2}#calendarGameworldDetails .header .background.default{--serverImage:url(/bundle/edcaa04ad86858ddf968.jpg)}#calendarGameworldDetails .header .background.defaultSpeed{--serverImage:url(/bundle/292e9b9fdecd2b8bf5ca.jpg)}#calendarGameworldDetails .header .background.newYearsSpecial{--serverImage:url(/bundle/9b63579c9d78357d4f8f.jpg)}#calendarGameworldDetails .header .background.final{--serverImage:url(/bundle/a6ef44e54d8e0d6a08bc.jpg)}#calendarGameworldDetails .header .background.domainSpecial{--serverImage:url(/bundle/f77940cfe2f788e86963.jpg)}#calendarGameworldDetails .header .background.tidesOfConquest{--serverImage:url(/bundle/0f0682d9a88f4060d0d9.jpg)}#calendarGameworldDetails .header .background.gloryOfSparta{--serverImage:url(/bundle/67ed6468503939839e19.jpg)}#calendarGameworldDetails .header .background.codexVictoria{--serverImage:url(/bundle/23f73292ddd6be945789.jpg)}#calendarGameworldDetails .header .background.shoresOfWar{--serverImage:url(/bundle/807f2fad24936776d3de.jpg)}#calendarGameworldDetails .header .background.ptr{--serverImage:url(/bundle/ad2412a1ce8f55b64c6d.jpg)}#calendarGameworldDetails .header .background.northernLegends{--serverImage:url(/bundle/5892d28cfc7e879b1ea4.jpg)}#calendarGameworldDetails .header .background.newYearSpecial2025{--serverImage:url(/bundle/29e0868810287c03d325.jpg)}#calendarGameworldDetails .header .background.reignOfFire{--serverImage:url(/bundle/2af0dbabfed591a5bcb4.jpg)}#calendarGameworldDetails .header .background:after,#calendarGameworldDetails .header .background:before{content:"";inset:0;position:absolute}#calendarGameworldDetails .header .background:before{background-color:#f5e8c8;inset:0}#calendarGameworldDetails .header .background:after{background-image:var(--serverImage);background-position:top;opacity:.7}#calendarGameworldDetails .header .content{border-radius:4px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr 1fr;height:100%;overflow:hidden;position:relative;z-index:3}#calendarGameworldDetails .header .content>:not(button){text-shadow:1px 0 0 #1f1f1fcc,1px 1px 0 #1f1f1fcc,0 1px 0 #1f1f1fcc,-1px 1px 0 #1f1f1fcc,-1px 0 0 #1f1f1fcc,-1px -1px 0 #1f1f1fcc,0 -1px 0 #1f1f1fcc,1px -1px 0 #1f1f1fcc}#calendarGameworldDetails .header .content .title{align-self:start;display:grid;filter:var(--textShadow);grid-column-start:1;grid-row:1/3;grid-template-rows:repeat(3,auto);margin-block-start:12px;margin-inline-start:12px}#calendarGameworldDetails .header .content .title .gameworldName{letter-spacing:.1em}#calendarGameworldDetails .header .content .title .subtitle{font-size:.8em;font-weight:400;letter-spacing:.05em}#calendarGameworldDetails .header .content .title .gameworldName,#calendarGameworldDetails .header .content .title .subtitle{text-transform:uppercase}#calendarGameworldDetails .header .content .tribes{align-self:end;display:grid;grid-column-start:1;grid-row:2/4;grid-template-columns:repeat(6,auto);height:70px;justify-self:start;transition-duration:.15s}#calendarGameworldDetails .header .content .tribes .tribe{filter:drop-shadow(0 0 2px white) brightness(1.2);margin-inline-start:var(--decreaseGap);position:relative;--decreaseGap:-15px}#calendarGameworldDetails .header .content .tribes .tribe:first-child{--decreaseGap:0px;z-index:6}#calendarGameworldDetails .header .content .tribes .tribe:nth-child(2){z-index:5}#calendarGameworldDetails .header .content .tribes .tribe:nth-child(3){z-index:4}#calendarGameworldDetails .header .content .tribes .tribe:nth-child(4){z-index:3}#calendarGameworldDetails .header .content .tribes .tribe:nth-child(5){z-index:2}#calendarGameworldDetails .header .content .tribes .tribe:nth-child(6){z-index:1}#calendarGameworldDetails .header .content .tribes .roman+.gaul{--decreaseGap:-20px}#calendarGameworldDetails .header .content .tribes .teuton{--decreaseGap:-30px}#calendarGameworldDetails .header .content .tribes .hun,#calendarGameworldDetails .header .content .tribes .spartan{--decreaseGap:-20px}#calendarGameworldDetails .header .content .tribes .viking{--decreaseGap:-25px}#calendarGameworldDetails .header .content .tribes .roman{background-image:url(/bundle/709ec0774e13c8d38905.png);height:79px;width:75px}#calendarGameworldDetails .header .content .tribes .teuton{background-image:url(/bundle/806172fb9bb3ecd402c2.png);height:75px;width:76px}#calendarGameworldDetails .header .content .tribes .gaul{background-image:url(/bundle/c4c250e333ba8f9a311d.png);height:84px;width:64px}#calendarGameworldDetails .header .content .tribes .egyptian{background-image:url(/bundle/49fe09f41ea7a3e66253.png);height:81px;width:52px}#calendarGameworldDetails .header .content .tribes .hun{background-image:url(/bundle/cc90904b88e591c1a6a1.png);height:76px;width:71px}#calendarGameworldDetails .header .content .tribes .spartan{background-image:url(/bundle/a77793fd5fff8eb7e285.png);height:85px;width:60px}#calendarGameworldDetails .header .content .tribes .viking{background-image:url(/bundle/ce3ae51b0c08b5ad7abe.png);height:79px;width:67px}#calendarGameworldDetails .gameworld{z-index:1}#calendarGameworldDetails section.indeterminate{align-items:center;background-color:#bacff099;border:1px solid #2e80fb;border-radius:3px;display:grid;gap:0 10px;grid-template-columns:auto 1fr;margin:15px;padding:10px}#calendarGameworldDetails section.indeterminate svg{height:20px;width:20px;fill:#2e80fb}#calendarGameworldDetails section.details{display:grid;grid-template-columns:1fr 1fr;margin:var(--modalPadding)}#calendarGameworldDetails section.details.hasAction{border-block-end:1px solid #67543b}#calendarGameworldDetails section.details>div{align-items:center;column-gap:10px;display:inline-grid;grid-auto-flow:column;grid-template-columns:auto 1fr;padding-block:10px}#calendarGameworldDetails section.details>div i:not(.flag){background-image:var(--iconUrl);height:var(--iconHeight);width:var(--iconWidth)}#calendarGameworldDetails section.details>div span strong{display:block}#calendarGameworldDetails section.details>div span strong span{font-style:italic;font-weight:400}#calendarGameworldDetails section.details>div:nth-child(odd){padding-inline-end:10px}#calendarGameworldDetails section.details>div:nth-child(2n){padding-inline-start:10px}#calendarGameworldDetails section.details>div:nth-child(n+3){border-block-start:1px solid #67543b}#calendarGameworldDetails section.details .endCondition{grid-column:1/span 2}#calendarGameworldDetails section.details .gameworldLanguages{grid-column:1/span 2;padding-inline:3px;width:445px}#calendarGameworldDetails section.details .gameworldLanguages .flags{align-items:center;display:flex;flex-wrap:wrap;gap:3px}#calendarGameworldDetails section.details .gameworldLanguages .flags i{border:1px solid #1f1f1f;border-radius:4px;height:16px;width:20px}@container calendarGameworldDetails (width < 473px){#calendarGameworldDetails section.details{grid-template-columns:1fr}#calendarGameworldDetails section.details>div{grid-column-end:2;padding-inline:10px}#calendarGameworldDetails section.details>div:not(:first-child){border-block-start:1px solid #67543b}#calendarGameworldDetails section.details>div.gameworldLanguages{grid-auto-flow:row;grid-template-columns:1fr;row-gap:5px;width:auto}}#calendarGameworldDetails section.action{margin-block-end:var(--modalPadding);text-align:center}#calendarGameworldDetails section.action form{padding:0 var(--modalPadding)}#calendarGameworldDetails section.action form label{margin-block-end:12px;text-align:start;width:100%}#calendarGameworldDetails section.action p:not(.cooldown){padding:0 var(--modalPadding);text-align:start}#errorSocialWrapper .actions,#errorSocialWrapper .helpHint{text-align:center}#errorSocialWrapper .actions{display:grid;gap:10px;justify-content:center;margin-block:25px}#errorSocialWrapper .actions:last-child{margin-block-end:0}}@layer views{}#goldTransfer{display:inline-block;position:relative;z-index:200}@media screen and (max-width:350px){#goldTransfer{height:100%;width:100%}}#goldTransfer .transferInfo{margin-block-end:10px}#goldTransfer .transferInfo .goldCoin{display:inline-block;height:18px;vertical-align:sub;width:18px}#goldTransfer .goldInfo{align-items:center;display:grid;font-size:16px;font-style:italic;gap:3px;grid-auto-rows:22px;grid-template-columns:auto 22px auto;justify-self:center;line-height:normal;margin-block-start:10px}#goldTransfer .goldInfo svg{height:22px;width:22px}#goldTransfer .goldInfo div{margin-inline-end:5px}#goldTransfer .goldInfo div+strong{grid-column:2/span 2}#goldTransfer .confirmInfo{margin:10px 0}#goldTransfer .gold{font-weight:700}#goldTransfer .button{display:block;width:100%}#goldTransfer .linkWrapper{text-align:end}#goldTransfer .change{margin-block:3px 0;margin-inline:3px}#goldTransfer table{margin-block-start:25px}#goldTransfer td{padding-inline-start:.5em}#goldTransfer .notice,#goldTransfer .worldGroup{margin-block-end:10px}#goldTransfer .worldGroup .gameworld:nth-child(n+2){margin-block-start:10px}#goldTransfer label{margin-block-end:12px;width:100%}#goldTransfer .actions{text-align:center}@layer views{#news.newsPreviewView{display:grid;gap:20px;grid-template-columns:1fr 1fr}#news.newsPreviewView h1{grid-column:1/-1}#news.newsPreviewView .buttonWrapper{grid-column:1/-1;text-align:center}#news.newsPreviewView .buttonWrapper button.loadMore div{padding-inline:calc(var(--pagePadding)*1.5)}@media screen and (max-width:1112px){#news.newsPreviewView{gap:3vw;grid-template-columns:1fr;max-width:800px}#news.newsPreviewView .newsPreviewContainer{max-width:800px}}#news.newsArticleView{position:relative}#news.newsArticleView button.back{--translate:translateX(0)}#news.newsArticleView button.back svg{width:1em;stroke:currentColor;transform:var(--translate) rotate(calc(90deg*var(--scaleXFactor)));transition:transform .2s ease-out .1s}#news.newsArticleView button.back:hover{--translate:translateX(calc(-2px*var(--scaleXFactor)))}.newsPreviewContainer{container:newsPreviewContainer/inline-size}.newsPreview{--columnGap:20px;--rowGap:10px;--infoBoxBackgroundColorStart:#312c2cd9;--infoBoxBackgroundColorEnd:#1a1e1fd9;background-image:linear-gradient(180deg,var(--infoBoxBackgroundColorStart),var(--infoBoxBackgroundColorEnd));border:2px solid #cba467;box-shadow:2px 2px 6px 0 #0000004d;display:grid;gap:var(--rowGap) var(--columnGap);grid-template-areas:"previewImage title title" "previewImage previewText previewText" "previewImage date linkToArticle";grid-template-columns:auto 1fr 1fr;grid-template-rows:auto auto 1fr;padding-inline-end:var(--columnGap);pointer-events:none;position:relative}.newsPreview .previewImage{grid-area:previewImage;position:relative}.newsPreview .previewImage:after,.newsPreview .previewImage:before{background-color:var(--decorationColor,#cba467);content:"";position:absolute;z-index:2}.newsPreview .previewImage:before{inset-block:0;inset-inline-end:-1px;width:1px}.newsPreview .previewImage:after{height:11px;inset-block-start:50%;inset-inline-end:-6px;transform:translateY(-50%) rotate(45deg);width:11px}.newsPreview .previewImage>*{background-size:cover;height:160px;width:160px}.newsPreview .previewImage .defaultPreviewImage{background-image:url(/bundle/c7aae301d39aeda54f39.jpg)}.newsPreview .previewText,.newsPreview .title{display:-webkit-inline-box;-webkit-box-orient:vertical;overflow:hidden}.newsPreview .title{font-size:16px;grid-area:title;margin-block-end:0;padding-block-start:var(--rowGap);-webkit-line-clamp:2}.newsPreview .previewText{grid-area:previewText;-webkit-line-clamp:3}.newsPreview .date,.newsPreview .linkToFullArticle{align-self:end;padding-block-end:var(--rowGap)}.newsPreview .date *,.newsPreview .linkToFullArticle *{white-space:nowrap}.newsPreview .date{font-size:11px;grid-area:date;line-height:20px;white-space:nowrap}.newsPreview .date span{font-style:italic}.newsPreview .linkToFullArticle{grid-area:linkToArticle;justify-self:end}.newsPreview .linkToFullArticle a{align-items:center;display:inline-grid;gap:5px;grid-auto-flow:column;pointer-events:auto}.newsPreview .linkToFullArticle a svg{width:13px}.newsPreview .linkToFullArticle .short{display:none}}@layer views{@container newsPreviewContainer (width < 500px){.newsPreview{--columnGap:15px;--rowGap:3px}.newsPreview .previewImage>*{height:110px;width:110px}.newsPreview .previewImage:after{height:9px;inset-inline-end:-5px;width:9px}.newsPreview .title{padding-block-start:5px}.newsPreview .previewText{-webkit-line-clamp:2}}@container newsPreviewContainer (width < 450px){.newsPreview .linkToFullArticle .full{display:none}.newsPreview .linkToFullArticle .short{display:block}}@container newsPreviewContainer (width < 385px){.newsPreview{grid-template-areas:"previewImage title title" "previewImage date linkToArticle";grid-template-rows:minmax(50%,auto) 1fr;--columnGap:10px;--rowGap:6px;cursor:pointer;padding-inline-end:5px;pointer-events:auto}.newsPreview .previewImage>*{height:76px;width:76px}.newsPreview .previewImage:after{height:7px;inset-inline-end:-4px;width:7px}.newsPreview .title{align-self:center}.newsPreview .previewText{display:none}.newsPreview .date{font-size:10px;line-height:16px}.newsPreview .linkToFullArticle{font-size:11px}.newsPreview .linkToFullArticle a{pointer-events:none}}}@layer views{#news .newsArticle{font-size:15px}#news .newsArticle .headerImage img{width:100%}#news .newsArticle .defaultHeaderImage{background-image:url(/bundle/04079a38f62b831ae986.jpg);background-position-x:center;background-size:cover;height:clamp(150px,35cqi,400px);width:100%}#news .newsArticle .title{font-size:22px;margin-block:clamp(10px,2cqi,20px) 0;margin-inline:clamp(10px,4cqi,40px)}#news .newsArticle .date{font-style:italic;margin-block-start:10px;margin-inline:clamp(10px,4cqi,40px)}#news .newsArticle .fullArticle{margin-block:clamp(10px,2cqi,20px) clamp(10px,4cqi,40px);margin-inline:clamp(10px,4cqi,40px)}#news .newsArticle .fullArticle em{font-style:italic}#news .newsArticle .fullArticle ol,#news .newsArticle .fullArticle ul{margin-inline-start:clamp(15px,3cqi,25px)}#news .newsArticle .fullArticle ul li{list-style:disc}#news .newsArticle .fullArticle ol li{list-style:decimal}#news .newsArticle .fullArticle table{font-size:var(--fontSize);--fontColor:#000}#news .newsArticle .fullArticle table thead{border-block-end-width:0!important}#news .newsArticle .fullArticle table td,#news .newsArticle .fullArticle table th{padding-block:6px;padding-inline:10px}#news .newsArticle .fullArticle table th{background-color:#d2bda1;border-color:#000;font-weight:700}#news .newsArticle .fullArticle table td{background-color:#f4efe4;border:1px solid #5e463a}#languageSelection{width:auto}#languageSelection section{grid-template-columns:1fr}#languageSelection .languages{display:grid;gap:15px;grid-template-columns:1fr 1fr}#languageSelection .languages.others{border-image-repeat:repeat;border-image-slice:1 0 0;border-image-source:linear-gradient(90deg,#67543b00,#67543b40,#67543b00);border-image-width:auto;margin-block-start:20px;padding-block-start:20px}#languageSelection label.text{margin-block-end:20px;width:100%}#languageSelection .language{padding-bottom:8px}#languageSelection .language .label{align-items:center;column-gap:5px;display:inline-grid;font-weight:400;grid-auto-flow:column;justify-self:start}#languageSelection .language .label .flag{border:1px solid #777c}#languageSelection .language .label .addition{color:#777;font-size:.9em}}@layer views{@media screen and (max-width:640px){#languageSelection{padding-inline:var(--pagePadding);width:100%}#languageSelection .languages{grid-template-columns:1fr}}}@layer views{#loginLobby label{margin-bottom:12px;width:100%}#loginLobby label:not(.checkbox) .label{color:#5e463a;font-size:13px;font-weight:700}#loginLobby label.checkbox{padding-bottom:0}#loginLobby #recaptcha:not(:empty){display:grid}#loginLobby #recaptcha:not(:empty)>div{animation:captchaAppear .15s ease-out forwards;display:grid;grid-template-rows:0fr;justify-self:center}@keyframes captchaAppear{0%{grid-template-rows:0fr;margin-bottom:0}to{grid-template-rows:1fr;margin-bottom:20px}}#loginLobby #recaptcha:not(:empty)>div.dummyCaptcha{background-color:#f0f;color:#fff;height:100px;line-height:100px;text-align:center;width:200px}#loginLobby .actions{text-align:center}#loginLobby .actions button,#loginLobby .actions>div:not(:last-of-type){margin-bottom:20px}#registrationFlowWrapper{display:inline-grid;grid-template-columns:1fr;grid-template-rows:1fr;text-align:start}#registrationFlowWrapper .step{display:inline-grid;grid-column:1;grid-template-columns:0fr;grid-template-rows:0fr;height:0;min-width:320px;opacity:0;pointer-events:none;transition:opacity .25s ease-out,grid-template-rows .5s ease-in-out .25s,grid-template-columns .5s ease-in-out .25s}#registrationFlowWrapper .step.active{grid-template-columns:1fr;grid-template-rows:1fr;height:auto;opacity:1;pointer-events:auto;transition:opacity .25s ease-out .5s,grid-template-rows .5s ease-in-out,grid-template-columns .5s ease-in-out}#registrationFlowWrapper .legalText{line-height:1.4rem;margin-block-end:20px;margin-block-start:0}#passwordRecovery button.back{--translate:translateX(0);margin-block-end:20px}#passwordRecovery button.back svg{width:1em;stroke:currentColor;transform:var(--translate) rotate(calc(90deg*var(--scaleXFactor)));transition:transform .2s ease-out .1s}#passwordRecovery button.back:hover{--translate:translateX(calc(-2px*var(--scaleXFactor)))}#passwordRecovery label{width:100%}#passwordRecovery .actions{text-align:center}#passwordRecovery .actions button{margin-block-start:20px}#passwordRecovery .success.newPassword{text-align:center}#passwordRecovery .success>*{animation:recoverSuccessAppear .15s ease-out forwards;opacity:0}#passwordRecovery .success>:first-child{animation-delay:0s}#passwordRecovery .success>:nth-child(2){animation-delay:.1s}#passwordRecovery .success>:nth-child(3){animation-delay:.2s}#passwordRecovery .success>:nth-child(4){animation-delay:.3s}}@layer views{}@layer views{@keyframes recoverSuccessAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#passwordRecovery .success h1{--fontSize:24px;line-height:1em}#passwordRecovery .success .successIconLarge{display:inline-block;height:60px;width:60px;fill:#228b22}}@layer views{header:has(~.withStage){background:linear-gradient(180deg,#4d4d4de6,#292929e6)}#main.withStage{align-content:end;min-height:calc(100vh - 80px)}#main.withStage:before{background:#2c292c}#main .ctaWrapper{display:grid;gap:20px;grid-template-columns:minmax(420px,440px) minmax(420px,460px) minmax(420px,440px);margin-block-end:10px;position:relative;z-index:1}#main .ctaWrapper .playNowCTAButton{align-self:start;justify-self:center}#main .ctaWrapper .infoBoxWrapper{align-items:stretch;display:grid;grid-auto-flow:row;grid-template-rows:1fr auto;height:162px}#main .ctaWrapper .infoBoxWrapper .goldenFrame>div{cursor:pointer;pointer-events:auto;transition-duration:.25s;transition-property:--infoBoxBackgroundColorStart,--infoBoxBackgroundColorEnd,--decorationColor,--fontColor}#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:hover{--infoBoxBackgroundColorStart:#cba467;--infoBoxBackgroundColorEnd:#cba467}#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:active{--infoBoxBackgroundColorStart:#9d763a;--infoBoxBackgroundColorEnd:#9d763a}#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:active,#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:hover{--decorationColor:var(--fontColor);--fontColor:#1f1f1f}#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:active h3,#main .ctaWrapper .infoBoxWrapper .goldenFrame>div:hover h3{--fontColor:#1f1f1f}#main .ctaWrapper .infoBoxWrapper button{justify-self:center}#main .ctaWrapper .buttonSecondary{min-width:200px}#main .ctaWrapper .buttonSecondary svg,#main .ctaWrapper .newsPreview .linkToFullArticle{display:none}@media screen and (max-width:1360px){#main .ctaWrapper{grid-template-columns:minmax(420px,500px) minmax(420px,500px);justify-content:center}#main .ctaWrapper .playNowCTAButton{grid-column:1/-1;grid-row-start:1}}@media screen and (max-width:900px){#main .ctaWrapper{grid-template-columns:1fr;justify-items:center;row-gap:clamp(20px,2vh,33px)}#main .ctaWrapper .playNowCTAButton{justify-self:center;max-width:calc(100vw - 40px)}#main .ctaWrapper .infoBoxWrapper{max-width:500px;width:100%}#main .ctaWrapper .goldenFrame{padding:0}#main .ctaWrapper .goldenFrame>svg{display:none}#main .ctaWrapper .goldenFrame:before{height:auto;inset:-4px;width:auto}#main .ctaWrapper .buttonSecondary{min-width:auto;--buttonPadding:8px}#main .ctaWrapper .buttonSecondary span{display:none}#main .ctaWrapper .buttonSecondary svg{display:block;height:20px;width:20px}#main .ctaWrapper .infoBoxWrapper{column-gap:max(12px,4cqi);grid-template-columns:1fr auto;height:114px}}@media screen and (max-width:480px){#main .ctaWrapper .infoBoxWrapper{height:80px}}@media screen and (max-width:360px){#main .ctaWrapper .buttonSecondary{--buttonPadding:5px}}}@layer views{#imprint .contentWrapper{padding:var(--pagePadding)}#imprint .contentWrapper :first-child{margin-block-start:0}#imprint .contentWrapper :last-child{margin-block-end:0}#imprint .contentWrapper h3{margin-block-end:0;margin-block-start:1.5em}#imprint .contentWrapper h3+p{margin-block-start:0}#imprint .contentWrapper p{white-space:pre-line}#gameRules .contentWrapper{padding:var(--pagePadding)}#gameRules .contentWrapper>:first-child{margin-block-start:0}#gameRules .contentWrapper>:last-child{margin-block-end:0}#gameRules .contentWrapper h3{margin-block-end:0;margin-block-start:1.5em}#gameRules .contentWrapper h3+p{margin-block-start:0}#gameRules .contentWrapper p,#gameRules .contentWrapper span{white-space:pre-line}#gameRules .contentWrapper strong{font-size:1.1em}#gameRules .contentWrapper ul{margin-inline-start:26px}#gameRules .contentWrapper ul li{list-style:disc;margin-block:.5em}#referAFriendForwarding .choices{display:grid;gap:10px;grid-template-columns:100%;margin-block-start:15px}#referAFriendForwarding .choices>button,#referAFriendForwarding .choices>div{justify-self:center}}@layer views{}@layer views{}#cmpboxrecall{display:none}#cmpbox{background-color:#f4efe4;--fontColor:#828282}#cmpbox .cmpboxbtn{--fontColor:#fff}#cmpbox .cmpmorelink{--fontColor:#828282}#cmpbox .cmpwelcomeprps{column-gap:3px}#cmpbox .cmpwelcomeprps .cmplisticon{margin:0}