:root{--dark-bg: #17161b;--dark-card: #1a1a1a;--text-color: #f2f3f5;--highlight-color: #F5A623;--border-color: #2d2d2d;--green-color: #52a85f;--red-color: #F5A623;--yellow-color: #f5c423;--orange-color: #ffa500}.ranking-table-container{background-color:var(--dark-card);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0003;margin-top:50px}.ranking-table{width:100%;border-collapse:separate;border-spacing:0;color:var(--text-color);font-size:14px}.ranking-table thead tr{background-color:#121212}.ranking-table th{padding:15px;text-align:left;font-weight:700;text-transform:uppercase;font-size:12px;color:#b0b0b0;border-bottom:1px solid var(--border-color)}.ranking-table tbody tr.ranking-row{background-color:var(--dark-card);transition:background-color .2s ease;cursor:pointer}.ranking-table tbody tr.ranking-row:hover{background-color:#262626}.ranking-table tbody tr.gold-rank{background:linear-gradient(90deg,#ffd7001a,#1a1a1a 50%)}.ranking-table tbody tr.silver-rank{background:linear-gradient(90deg,#c0c0c01a,#1a1a1a 50%)}.ranking-table tbody tr.bronze-rank{background:linear-gradient(90deg,#cd7f321a,#1a1a1a 50%)}.ranking-table tbody tr.gold-rank:hover{background:linear-gradient(90deg,#ffd70033,#262626 50%)}.ranking-table tbody tr.silver-rank:hover{background:linear-gradient(90deg,#c0c0c033,#262626 50%)}.ranking-table tbody tr.bronze-rank:hover{background:linear-gradient(90deg,#cd7f3233,#262626 50%)}.ranking-table td{padding:15px;border-bottom:1px solid var(--border-color)}.position-col{width:8%;font-weight:700;color:#b0b0b0;font-size:16px;padding-left:20px}.patent-col{width:10%;text-align:center}.patent-col img{width:30px;height:auto}.name-col{width:25%;font-weight:700}.kd-ratio-col,.winrate-col{width:12.5%;text-align:center;font-weight:700}.player-info-container{display:flex;align-items:center}.player-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--highlight-color);margin-right:10px}.status-col{width:8%;text-align:center}.online-status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;border:2px solid #ccc}.online-status-indicator.online{background-color:var(--green-color);border-color:var(--green-color)}.online-status-indicator.offline{background-color:var(--red-color);border-color:var(--red-color)}.exp-col{width:15%;text-align:center;font-weight:700;color:var(--highlight-color)}.expand-col{width:10%;text-align:right;padding-right:20px}.expand-button{background-color:transparent;color:#b0b0b0;border:1px solid #b0b0b0;cursor:pointer;font-size:12px;padding:8px 12px;border-radius:4px;text-transform:uppercase;font-weight:700;transition:all .2s ease}.expand-button:hover{background-color:var(--highlight-color);color:var(--text-color);border-color:var(--highlight-color)}.expanded-details-container{background-color:#121212;display:flex;flex-direction:column;align-items:center;padding:20px;border-top:1px solid var(--border-color);margin:0;overflow:hidden}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:800px;justify-items:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.circular-ratio{position:relative;width:100px;height:100px}.circular-chart{display:block;width:100%;height:100%}.circle-bg{fill:none;stroke:var(--border-color);stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;animation:progress 1s ease-out forwards}.circle.highlight{stroke:var(--highlight-color)}.circle.orange{stroke:var(--orange-color)}.circle.yellow{stroke:var(--yellow-color)}.circle-text-ratio{font-size:.4em;fill:var(--text-color);font-weight:700;dominant-baseline:central;text-anchor:middle}.stat-values-container{display:flex;flex-direction:row;gap:20px;margin-top:10px}.stat-value-item{display:flex;flex-direction:column;align-items:center}.stat-value-number{font-size:16px;font-weight:700;margin-bottom:5px}.stat-value-label{font-size:10px;text-transform:uppercase;color:#b0b0b0}.stat-label{font-size:12px;color:#b0b0b0;text-transform:uppercase;font-weight:700}.stat-value-sm{font-size:10px;font-weight:700}.stat-value-sm.highlight{color:var(--highlight-color)}.stat-value-sm.red{color:var(--red-color)}.stat-value-sm.green{color:var(--green-color)}.stat-value-sm.yellow{color:var(--yellow-color)}.extra-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:800px;margin-top:30px;border-top:1px solid var(--border-color);padding-top:20px}.extra-stat-item{display:flex;flex-direction:column;align-items:center;gap:5px}.extra-stat-label{font-size:10px;text-transform:uppercase;color:#8e8e8e}.extra-stat-value{font-size:18px;font-weight:700;color:var(--text-color)}.full-profile-btn-container{margin-top:20px}.full-profile-btn{background-color:var(--highlight-color);color:var(--text-color);border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-size:14px;text-transform:uppercase;font-weight:700;transition:background-color .2s ease}.full-profile-btn:hover{background-color:#e53e4b}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap}.search-container{position:relative;display:flex;align-items:center}.search-input{padding:10px 15px 10px 40px;border-radius:4px;border:1px solid var(--border-color);background-color:#2d2d2d;color:var(--text-color);outline:none;width:300px;font-size:14px;transition:all .3s ease}.search-input::placeholder{color:#8e8e8e}.search-input:focus{border-color:var(--highlight-color);box-shadow:0 0 8px var(--highlight-color)}.search-icon{position:absolute;left:15px;color:#b0b0b0;font-size:16px;pointer-events:none}@keyframes progress{0%{stroke-dasharray:0 100}}@media (max-width: 768px){.ranking-table thead tr th,.ranking-table td{padding:10px}.ranking-table th:nth-child(2),.ranking-table td:nth-child(2),.ranking-table th:nth-child(4),.ranking-table td:nth-child(4),.ranking-table th:nth-child(5),.ranking-table td:nth-child(5),.ranking-table th:nth-child(6),.ranking-table td:nth-child(6),.ranking-table th:nth-child(7),.ranking-table td:nth-child(7){display:none}.position-col{width:15%;padding-left:10px;font-size:14px}.name-col{width:60%}.expand-col{width:25%;padding-right:10px}.player-info-container img{margin-right:5px}.stats-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.extra-stats-grid{grid-template-columns:1fr 1fr;gap:15px}.full-profile-btn{width:100%;max-width:300px;padding:15px}.table-header{flex-direction:column;align-items:flex-start;gap:15px}.search-input{width:100%}.search-icon{left:15px}}.smart-pagination-container{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:0;padding:0;background-color:transparent;border-radius:0;box-shadow:none;border:none}.pagination-arrow{background-color:#17161b;color:#f2f3f5b8;border:1px solid rgba(242,243,245,.11);width:34px;height:32px;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;box-shadow:none}.pagination-arrow svg{color:currentColor}.pagination-arrow:hover:not(:disabled){background-color:#f5a6231f;border-color:#f5a6236b;color:#f5a623;transform:translateY(-1px);box-shadow:none}.pagination-arrow:disabled{background-color:#17161b80;color:#f2f3f538;border-color:#f2f3f50d;cursor:not-allowed;opacity:1;transform:none;box-shadow:none}.pagination-links{display:flex;align-items:center;gap:5px}.pagination-page-button{background-color:#17161b;color:#f2f3f5b8;border:1px solid rgba(242,243,245,.11);min-width:34px;height:32px;padding:0 10px;border-radius:0;cursor:pointer;font-weight:900;font-size:11px;letter-spacing:.8px;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;box-shadow:none}.pagination-page-button:hover:not(:disabled):not(.active){background-color:#f5a6231f;border-color:#f5a62357;color:#f5a623;transform:translateY(-1px)}.pagination-page-button.active{background-color:#f5a623;color:#17161b;border-color:#f5a623;pointer-events:none;transform:none;box-shadow:none;font-weight:900}.pagination-dots{color:#f2f3f552;font-size:13px;font-weight:900;letter-spacing:1px;-webkit-user-select:none;user-select:none;padding:0 3px}.loading-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:20px 0}.dot{width:12px;height:12px;background-color:#f5a623;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.flag-icon{width:30px}.ranking-section{background-color:#111;padding:80px 20px;text-align:center}.ranking-header h3{color:#fff;font-size:2.5em;font-weight:700;text-transform:uppercase;letter-spacing:2px}.ranking-container{display:grid;grid-template-columns:1fr;gap:40px;max-width:1200px;margin:40px auto auto}@media (min-width: 768px){.ranking-container{grid-template-columns:1fr 1fr}}.ranking-card-container{display:flex;flex-direction:column;gap:15px}.ranking-card-title{font-size:1.5em;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:20px;text-align:left;position:relative;padding-left:10px}.ranking-card-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:100%;background-color:#f5a623}.ranking-card{background-color:#1a1a1a;border:1px solid #333;padding:25px;display:flex;align-items:center;justify-content:space-between;position:relative;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.ranking-card:before{content:"";position:absolute;inset:-2px;z-index:-1;transition:opacity .3s ease;opacity:0}.ranking-card.first-place:before{background:linear-gradient(45deg,gold,#ff8c00);opacity:1}.ranking-card.second-place:before{background:linear-gradient(45deg,silver,#7f7f7f);opacity:1}.ranking-card.third-place:before{background:linear-gradient(45deg,#cd7f32,#8b4513);opacity:1}.ranking-card:hover:before{opacity:1}.ranking-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000080}.card-header{display:flex;align-items:center}.card-position{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5em;font-weight:700;color:#fff;margin-right:15px;border-radius:5px;position:relative}.card-position:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;z-index:-1}.card-position.first-place{color:#1a1a1a;background:gold}.card-position.second-place{background-color:silver;color:#1a1a1a}.card-position.third-place{background-color:#cd7f32;color:#1a1a1a}.player-info{text-align:left}.player-name{font-size:1.2em;font-weight:700;color:#fff}.player-exp{font-size:.9em;color:#e5e3e3;font-weight:300}.player-icon{width:40px;height:40px}.player-icon.clan-icon{filter:none}.no-data{color:#888;font-size:1.2em;text-align:center;padding:30px;background-color:#1a1a1a;border:1px solid #333}.ranking-tabs-bar{background:#1e1d23;border-top:1px solid rgba(242,243,245,.05);border-bottom:2px solid rgba(242,243,245,.06);padding:14px 60px}.ranking-tabs-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.ranking-tab-link{border:1px solid rgba(242,243,245,.1);background:#f2f3f50a;color:#f2f3f58c;font-family:Chakra Petch,sans-serif;font-size:10px;font-weight:800;letter-spacing:1.8px;line-height:1;padding:12px 22px;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.ranking-tab-link:hover{border-color:#f5a62373;color:#f5a623}.ranking-tab-link--active{background:#f5a623;border-color:#f5a623;color:#17161b}.ranking-tab-link--active:hover,.ranking-tab-link--active:focus{background:#f5a623;border-color:#f5a623;color:#17161b}.ranking-table-container{background-color:#17161b;border:1px solid rgba(242,243,245,.07);border-top:3px solid #F5A623;border-radius:0;box-shadow:0 18px 45px #00000047;margin-top:18px;position:relative}.ranking-table thead tr{background-color:#111015}.ranking-table th{padding:18px 15px;color:#f2f3f57a;font-size:10px;font-weight:900;letter-spacing:1.7px;border-bottom:1px solid rgba(242,243,245,.08)}.ranking-table td{padding:18px 15px;border-bottom:1px solid rgba(242,243,245,.07)}.ranking-table th,.ranking-table td{vertical-align:middle}.ranking-table th.position-col,.ranking-table td.position-col{width:72px;padding-left:24px;text-align:left}.ranking-table th.patent-col,.ranking-table td.patent-col,.ranking-table th.kd-ratio-col,.ranking-table td.kd-ratio-col,.ranking-table th.winrate-col,.ranking-table td.winrate-col,.ranking-table th.exp-col,.ranking-table td.exp-col,.ranking-table th.status-col,.ranking-table td.status-col{text-align:center}.ranking-table th.name-col,.ranking-table td.name-col{text-align:left}.ranking-table th.expand-col,.ranking-table td.expand-col{padding-right:24px;text-align:right}.ranking-table tbody tr.ranking-row{background-color:#17161b;transition:background-color .2s ease,box-shadow .2s ease}.ranking-table tbody tr.ranking-row:hover{background-color:#1e1d24;box-shadow:inset 3px 0 #f5a623a6}.ranking-table tbody tr.gold-rank{background:linear-gradient(90deg,#f5a62326,#17161b 45%)}.ranking-table tbody tr.silver-rank{background:linear-gradient(90deg,#c0c0c01c,#17161b 45%)}.ranking-table tbody tr.bronze-rank{background:linear-gradient(90deg,#cd7f321f,#17161b 45%)}.ranking-table tbody tr.gold-rank:hover{background:linear-gradient(90deg,#f5a62338,#1e1d24 45%)}.ranking-table tbody tr.silver-rank:hover{background:linear-gradient(90deg,#c0c0c02e,#1e1d24 45%)}.ranking-table tbody tr.bronze-rank:hover{background:linear-gradient(90deg,#cd7f322e,#1e1d24 45%)}.patent-col img{width:34px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.65))}.online-status-indicator{border:2px solid rgba(242,243,245,.18)}.online-status-indicator.online{background-color:#64dc82;border-color:#64dc82}.online-status-indicator.offline{background-color:#f5a623;border-color:#f5a62359}.expand-button{border:1px solid rgba(242,243,245,.22);border-radius:0;color:#f2f3f594;font-family:Chakra Petch,sans-serif;font-size:10px;font-weight:900;letter-spacing:1.2px;min-width:76px;height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.expand-button:hover{background-color:#f5a623;border-color:#f5a623;color:#17161b}.expanded-details-container{background-color:#101015;border-top:1px solid rgba(245,166,35,.22);padding:34px 28px 36px;position:relative}.expanded-details-container:before{content:"";position:absolute;top:0;left:50%;width:160px;height:2px;background:linear-gradient(90deg,transparent,#F5A623,transparent);transform:translate(-50%)}.stats-grid{max-width:920px}.stat-item{min-width:190px;padding:16px 14px;border:1px solid rgba(242,243,245,.06);background:#f2f3f505}.circular-ratio{width:112px;height:112px}.circle-bg{stroke:#f2f3f51c}.stat-values-container{gap:24px}.stat-label{color:#f2f3f594;font-size:10px;font-weight:900;letter-spacing:1.4px}.stat-value-label{color:#f2f3f56b;font-size:9px;letter-spacing:1.4px}.stat-value-number{color:#f2f3f5;font-size:17px}.extra-stats-grid{max-width:920px;border-top:1px solid rgba(242,243,245,.08)}.extra-stat-item{padding:12px 10px;background:#f2f3f505;border:1px solid rgba(242,243,245,.045)}.ranking-expand-stats-compact{max-width:760px;margin-top:0;padding-top:0;border-top:0}.extra-stat-label{color:#f2f3f561;font-size:9px;letter-spacing:1.4px}.ranked-series-strip{max-width:920px;margin:26px auto 0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;border:1px solid rgba(245,166,35,.16);background:linear-gradient(90deg,#f5a62313,#f2f3f505);padding:16px 18px}.ranked-series-main{display:flex;align-items:center;gap:14px;min-width:0}.ranked-series-icon{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.55))}.ranked-series-kicker,.ranked-series-best span{display:block;color:#f2f3f561;font-size:9px;font-weight:900;letter-spacing:1.5px;line-height:1;text-transform:uppercase}.ranked-series-main strong,.ranked-series-best strong{display:block;margin-top:6px;color:#f2f3f5;font-size:15px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.ranked-series-main p{margin:5px 0 0;color:#f2f3f57a;font-size:11px;font-weight:700}.ranked-series-slots{display:flex;gap:5px;align-items:center}.ranked-series-slot{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(242,243,245,.12);background:#f2f3f509;color:#f2f3f5a6;font-size:9px;font-weight:900}.ranked-series-slot--w{background:#64dc8229;border-color:#64dc8257;color:#64dc82}.ranked-series-slot--f{background:#f5a6231f;border-color:#f5a6234d;color:#f5a623}.ranked-series-best{min-width:100px;text-align:right}@media (max-width: 760px){.ranked-series-strip{grid-template-columns:1fr;align-items:start}.ranked-series-best{text-align:left}.ranked-series-slots{flex-wrap:wrap}}.full-profile-btn{background-color:#f5a623;border:1px solid #F5A623;border-radius:0;color:#17161b;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:900;letter-spacing:1px;padding:13px 28px}.full-profile-btn:hover{background-color:transparent;color:#f5a623}.search-input{width:340px;border:1px solid rgba(242,243,245,.1);border-radius:0;background-color:#17161b;color:#f2f3f5;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:700;letter-spacing:.5px;padding:12px 15px 12px 40px}.search-input:focus{border-color:#f5a623;box-shadow:0 0 0 1px #f5a6232e}.search-icon{color:#f2f3f57a;font-size:13px}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#17161b;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#f5a623;border-radius:10px;border:3px solid #17161b}::-webkit-scrollbar-thumb:hover{background-color:#ff7f8a}*{scrollbar-color:#F5A623 #17161b;scrollbar-width:thin}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:#f5a623;text-decoration:underline}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;max-width:100%;vertical-align:middle;display:inline-block}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:webflow-icons;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");font-weight:400;font-style:normal}[class*=" w-icon-"],[class^=w-icon-]{font-family:webflow-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-icon-slider-right:before{content:""}.w-icon-slider-left:before{content:""}.w-icon-nav-menu:before{content:""}.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:""}.w-icon-file-upload-remove:before{content:""}.w-icon-file-upload-icon:before{content:""}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;min-height:100%;background-color:#17161b;font-family:Chakra Petch,sans-serif;color:#17161b;font-size:18px;line-height:1.4;letter-spacing:1px}html.w-mod-touch *{background-attachment:scroll!important}.w-block{display:block}.w-inline-block{max-width:100%;display:inline-block}.w-clearfix:after,.w-clearfix:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-clearfix:after{clear:both}.w-hidden{display:none}.w-button{display:inline-block;padding:9px 15px;background-color:#3898ec;color:#fff;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent!important}.w-webflow-badge,.w-webflow-badge *{position:static;inset:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 transparent;border-radius:0;background:0 0;box-shadow:none;opacity:1;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed!important;display:inline-block!important;visibility:visible!important;z-index:2147483647!important;inset:auto 12px 12px auto!important;color:#aaadb0!important;background-color:#fff!important;border-radius:3px!important;padding:6px 8px 6px 6px!important;font-size:12px!important;opacity:1!important;line-height:14px!important;text-decoration:none!important;transform:none!important;margin:0!important;width:auto!important;height:auto!important;overflow:visible!important;white-space:nowrap;box-shadow:0 0 0 1px #0000001a,0 1px 3px #0000001a;cursor:pointer}.w-webflow-badge>img{display:inline-block!important;visibility:visible!important;opacity:1!important;vertical-align:middle!important}p{margin-top:0;margin-bottom:10px}figure{margin:20px 0}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:after,.w-embed:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video embed,.w-video iframe,.w-video object{position:absolute;top:0;left:0;width:100%;height:100%;border:none}fieldset{padding:0;margin:0;border:0}button,html input[type=button],input[type=reset]{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#ddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:700}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898ec;outline:0}.w-input[disabled],.w-input[readonly],.w-select[disabled],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:400;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:after,.w-radio:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:3px 0 0 -20px;line-height:normal;float:left}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-success,.w-file-upload-uploading{display:inline-block;color:#333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden,.w-file-upload-uploading.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #ccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:400;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:400;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #ccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:after,.w-container:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:after,.w-row:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none!important}@media screen and (max-width: 991px){.w-container{max-width:728px}.w-hidden-main{display:inherit!important}.w-hidden-medium{display:none!important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width: 767px){.w-hidden-main,.w-hidden-medium{display:inherit!important}.w-hidden-small{display:none!important}.w-container .w-row,.w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width: 479px){.w-container{max-width:none}.w-hidden-main,.w-hidden-medium,.w-hidden-small{display:inherit!important}.w-hidden-tiny{display:none!important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none!important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:#fff;border:1px solid #758696;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):after,.w-widget-twitter-count-shim:not(.w--vertical):before{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:#75869600;border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:#fff0;border-right-color:#fff;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:after,.w-widget-twitter-count-shim.w--vertical:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:#75869600;border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:#fff0;border-top-color:#fff;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-background-video{position:relative;overflow:hidden;height:500px;color:#fff}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;inset:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.w-background-video--control{position:absolute;bottom:1em;right:1em;background-color:transparent;padding:0}.w-background-video--control>[hidden]{display:none!important}.w-slider{position:relative;height:300px;text-align:center;background:#ddd;clear:both;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0)}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;inset:auto 0 0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0)}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px #3336}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:#2226}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:#fff6;cursor:pointer;margin:0 3px .5em;transition:background-color .1s,color .1s}.w-slider-dot.w-active{background-color:#fff}.w-slider-dot:focus{outline:0;box-shadow:0 0 0 2px #fff}.w-slider-dot:focus.w-active{box-shadow:none}.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;inset:0;margin:auto;cursor:pointer;overflow:hidden;color:#fff;font-size:40px;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class*=" w-icon-"],.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class*=" w-icon-"],.w-slider-arrow-right [class^=w-icon-]{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{inset:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-slider-force-show{display:block!important}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-link,.w-dropdown-toggle{position:relative;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto 20px auto auto;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#ddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width: 767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{cursor:auto;font-style:normal;font-variant:normal;letter-spacing:normal;list-style:disc;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;inset:0;color:#fff;font-family:Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:#000000e6;z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0,0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:#0006;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;inset:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)}.w-lightbox-close{right:0;height:2.6em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0,0,0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,.4);border-radius:50%;-webkit-animation:.8s linear infinite spin;animation:.8s linear infinite spin}.w-lightbox-spinner:after{content:"";position:absolute;inset:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.w-lightbox-hide{display:none}.w-lightbox-noscroll{overflow:hidden}@media (min-width: 768px){.w-lightbox-content{height:96vh;margin-top:2vh}.w-lightbox-view,.w-lightbox-view:before{height:96vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}.w-lightbox-image{max-width:96vw;max-height:96vh}.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:after,.w-richtext:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable=true]:after,.w-richtext[contenteditable=true]:before{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after{outline:#2895f7 solid 2px}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after{content:"";position:absolute;display:none;inset:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default!important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}.w-richtext figure div{font-size:0;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#ddd;z-index:1000}.w-nav:after,.w-nav:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block!important;position:absolute;top:100%;left:0;right:0;background:#c8c8c8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation=over-left] .w-nav-overlay{width:auto}.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation=over-right] .w-nav-overlay{width:auto}.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#c8c8c8;color:#fff}.w-nav[data-collapse=all] .w-nav-menu{display:none}.w--nav-dropdown-open,.w--nav-dropdown-toggle-open,.w-nav[data-collapse=all] .w-nav-button{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width: 991px){.w-nav[data-collapse=medium] .w-nav-menu{display:none}.w-nav[data-collapse=medium] .w-nav-button{display:block}}@media screen and (max-width: 767px){.w-nav[data-collapse=small] .w-nav-menu{display:none}.w-nav[data-collapse=small] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}.w-tabs{position:relative}.w-tabs:after,.w-tabs:before{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222;background-color:#ddd}.w-tab-link.w--current{background-color:#c8c8c8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width: 479px){.w-nav[data-collapse=tiny] .w-nav-menu{display:none}.w-nav[data-collapse=tiny] .w-nav-button,.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#ddd}.w-condition-invisible,.w-dyn-bind-empty,.w-dyn-hide{display:none!important}.wf-layout-layout{display:grid!important}.wf-layout-cell{display:flex!important}.w-embed-youtubevideo{width:100%;position:relative;padding-bottom:0;padding-left:0;padding-right:0;background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg);background-size:cover;background-position:50% 50%}.w-embed-youtubevideo:empty{min-height:75px;padding-bottom:56.25%}.w-checkbox{display:block;margin-bottom:5px;padding-left:20px}.w-checkbox:before{content:" ";display:table;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1}.w-checkbox:after{content:" ";display:table;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;clear:both}.w-checkbox-input{float:left;margin:4px 0 0 -20px;line-height:normal}.w-checkbox-input--inputType-custom{border-width:1px;border-color:#ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-style:solid;width:12px;height:12px;border-radius:2px}.w-checkbox-input--inputType-custom.w--redirected-checked{background-color:#3898ec;border-color:#3898ec;background-image:url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.w-checkbox-input--inputType-custom.w--redirected-focus{box-shadow:0 0 3px 1px #3898ec}.w-pagination-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.w-pagination-next,.w-pagination-previous{display:block;color:#333;font-size:14px;margin-left:10px;margin-right:10px;padding:9px 20px;background-color:#fafafa;border-width:1px;border-color:#ccc;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-style:solid;border-radius:2px}h1{margin:0 0 20px;font-size:52px;line-height:1.2;font-weight:700}h2{margin-top:0;margin-bottom:20px;font-size:46px;line-height:1.2;font-weight:700}h3{margin-top:0;margin-bottom:10px;font-size:40px;line-height:1.2;font-weight:700}h4{margin-top:0;margin-bottom:10px;font-size:34px;line-height:1.2;font-weight:700}h5{margin-top:0;margin-bottom:10px;font-size:28px;line-height:1.2;font-weight:700}h6{margin-top:0;margin-bottom:10px;font-size:22px;line-height:1.2;font-weight:700}a:hover{text-decoration:none}ol,ul{margin-top:20px;margin-bottom:20px;padding-left:20px}li{margin-bottom:10px;padding-left:26px;list-style-type:none}blockquote{margin:20px 0;padding:20px;border-left:4px solid #F5A623;background-color:#f2f3f512;font-size:18px;line-height:22px}figcaption{margin-top:5px;font-size:14px;text-align:center;letter-spacing:2px}.wrap{overflow:hidden}.wrap.no-overflow{overflow:visible}.wrap.style-guide{padding-right:20px;padding-left:20px}.style-guide-section{position:relative;padding-top:60px;padding-bottom:60px}.style-guide-section.header{padding-top:100px}.style-guide-title{position:relative;min-height:200px;padding:40px;background-color:#f5a623}.text-white{color:#f2f3f5}.text-white.text-small.text-bold{font-weight:600}.text-center{text-align:center}.text-center.row.editions-header{padding-top:20px;padding-bottom:20px;background-color:#17161b}.text-primary{color:#f5a623}.text-small{font-size:16px}.text-small.text-bold{font-weight:600}.text-extra-small{font-size:14px}.text-extra-small.text-center.text-black-opacity{color:#17161b99}.text-large{font-size:20px}.style-guide-content{padding-left:40px}.text-white-opacity,.text-white-opacity.mb-20{color:#f2f3f599}.mb-20{margin-bottom:20px}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-normal{font-weight:400}.style-guide-columns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.corner-black{width:40px;height:40px;background-color:#17161b;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.corner-black.top-right{position:absolute;inset:0 0 auto auto;-webkit-transform:translate(50%,-50%) rotate(45deg);-ms-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}.corner-black.bottom-left{position:absolute;inset:auto auto 0 0;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg)}.corner-black.large{width:80px;height:80px}.corner-black.small{width:20px;height:20px}.corner-black.top-left{position:absolute;inset:0 auto auto 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.corner-black.top-left.small{z-index:2}.corner-black.top-left.index{z-index:14}.corner-black.bottom-right{position:absolute;inset:auto 0 0 auto;-webkit-transform:translate(50%,50%) rotate(45deg);-ms-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg)}.corner-black.bottom-right.small{z-index:2}.corner-black.bordered{border:2px solid rgba(242,243,245,.07)}.corner-black.bordered-primary{border:2px solid #F5A623}.corner-black.bordered-white,.corner-black.white-border{border:2px solid #f2f3f5}.custom-button{position:relative;display:inline-block;overflow:hidden;padding:15px 40px;grid-auto-columns:1fr;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0);-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;font-size:16px;font-weight:600;letter-spacing:2px;text-decoration:none;text-transform:uppercase}.custom-button:hover{color:#f5a623}.custom-button.white7{background-color:#f2f3f512;color:#f2f3f5}.custom-button.white7:hover{background-color:#f2f3f5;color:#f5a623}.custom-button.white{background-color:#f2f3f5}.custom-button.white:hover{background-color:#f5a623;color:#f2f3f5}.custom-button.primary{background-color:#f5a623;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;color:#f2f3f5}.custom-button.primary:hover{background-color:#f2f3f5;color:#f5a623}.custom-button.secondary{background-color:#f5a623;color:#f2f3f5}.custom-button.black,.custom-button.secondary:hover{background-color:#17161b;color:#f5a623}.custom-button.black:hover{background-color:#f5a623;color:#f2f3f5}.custom-button.black7{background-color:#17161b12;color:#17161b}.custom-button.black7:hover{background-color:#17161b;color:#f5a623}.custom-button.small{padding:10px 25px;font-size:14px}.custom-button.large{padding:20px 60px;font-size:18px}.custom-button.white-secondary{background-color:#f2f3f5;color:#17161b}.custom-button.black-secondary,.custom-button.white-secondary:hover{background-color:#17161b;color:#f2f3f5}.custom-button.black-secondary:hover{background-color:#f2f3f5;color:#17161b}.custom-button.full-width{width:100%;text-align:center}.custom-button-hover{position:absolute;inset:0;z-index:1;margin:-10px -20px;-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%)}.custom-button-hover.primary{background-color:#f5a623}.custom-button-hover.white{background-color:#f2f3f5}.custom-button-hover.black{background-color:#17161b}.custom-button-text{position:relative;z-index:3}.fs-0{font-size:0px}.fs-0.mb-20{border:0 solid #000}.style-guide-color{width:100px;height:100px;margin-bottom:10px}.style-guide-color.primary{background-color:#f5a623}.style-guide-color.light{background-color:#f2f3f5}.style-guide-color.white-opacity{background-color:#f2f3f599}.style-guide-color.white-opacity-hard{background-color:#f2f3f512}.style-guide-color.black{background-color:#17161b}.style-guide-color.black7{background-color:#17161b12}.style-guide-color.black60{background-color:#17161b99}.style-guide-color.white{background-color:#fff}.style-guide-color.dark{background-color:#202125}.style-guide-color.light-dark{background-color:#292a2e}.style-guide-colors{margin-right:-10px;margin-left:-10px}.style-guide-color-item{display:inline-block;margin-right:10px;margin-bottom:10px;margin-left:10px}.corner-light{width:40px;height:40px;background-color:#f2f3f5;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.corner-light.small{width:20px;height:20px}.corner-light.top-left{position:absolute;inset:0 auto auto 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.corner-light.top-left.small{z-index:2}.corner-light.bottom-right{position:absolute;inset:auto 0 0 auto;-webkit-transform:translate(50%,50%) rotate(45deg);-ms-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg)}.corner-light.bottom-right.small{z-index:2}.corner-light.bottom-left{position:absolute;inset:auto auto 0 0;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg)}.corner-light.right-top{position:absolute;inset:0 0 auto auto;-webkit-transform:translate(50%,-50%) rotate(45deg);-ms-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}.corner-light.large{width:80px;height:80px}.corner-light.bordered{border:2px solid rgba(23,22,27,.07)}.corner-light.bordered-primary{border:2px solid #F5A623}.style-guide-wrapper{position:relative;overflow:hidden;padding:40px;box-shadow:inset 0 0 0 2px #f2f3f512}.style-guide-wrapper.mb-20{overflow:hidden}.style-guide-wrapper.white{background-color:#f2f3f5;color:#17161b}.style-guide-wrapper.primary{background-color:#f5a623}.button{padding:15px 40px;background-color:transparent;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;color:#f2f3f5;font-size:16px;font-weight:600;letter-spacing:2px;text-decoration:none;text-transform:uppercase}.button:hover{color:#f5a623}.button.primary{border:1px solid transparent;background-color:#f5a623;box-shadow:inset 0 0 0 3px #17161b;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;color:#f2f3f5}.button.primary:hover{background-color:#f2f3f5;color:#f5a623}.button.primary.full-width{display:block}.button.white{border:1px solid transparent;background-color:#f2f3f5;box-shadow:inset 0 0 0 3px #17161b;color:#f5a623}.button.white:hover{background-color:#f5a623;color:#f2f3f5}.button.white7{border:1px solid transparent;background-color:#f2f3f512;box-shadow:inset 0 0 0 3px #17161b;color:#f2f3f5}.button.white7:hover{background-color:#f2f3f5;color:#f5a623}.button.secondary{border:1px solid transparent;background-color:#f5a623;box-shadow:inset 0 0 0 3px #f2f3f5;color:#f2f3f5}.button.secondary:hover{background-color:#17161b;color:#f5a623}.button.black{border:1px solid transparent;background-color:#17161b;box-shadow:inset 0 0 0 3px #f2f3f5;color:#f5a623}.button.black:hover{background-color:#f5a623;color:#f2f3f5}.button.black7{border:1px solid transparent;background-color:#17161b12;box-shadow:inset 0 0 0 3px #f2f3f5;color:#17161b}.button.black7:hover{background-color:#17161b;color:#f5a623}.button.small{padding:10px 20px;font-size:14px}.button.large{padding:20px 60px;font-size:18px}.button.white-secondary{border:1px solid transparent;background-color:#f2f3f5;box-shadow:inset 0 0 0 3px #f5a623;color:#17161b}.button.white-secondary:hover{background-color:#17161b;color:#f2f3f5}.button.black-secondary{border:1px solid transparent;background-color:#17161b;box-shadow:inset 0 0 0 3px #f5a623;color:#f2f3f5}.button.black-secondary:hover{background-color:#f2f3f5;color:#17161b}.button.full-width{display:block}.block-quote{background-color:#17161b12}.style-guide-corners{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;height:200px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:2px solid rgba(242,243,245,.07)}.style-guide-corners.white{border-color:#17161b12}.style-guide-corners.white.bordered{box-shadow:inset 0 0 0 2px #17161b12}.style-guide-corners.bordered{border-style:none;box-shadow:inset 0 0 0 2px #f2f3f512}.text-black-opacity{color:#17161b99}.header-fps{position:relative;overflow:hidden;padding-top:80px;background-color:#f5a623;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fa2d8f50c16a000b9a20e29_fps-bg-primary.jpg);background-position:0 50%;background-size:56%;background-repeat:no-repeat}.section{position:relative;padding-top:100px;padding-bottom:100px}.section.light{background-color:#f2f3f5}.section.light.about-fps{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fa3faa21531c36cbf42dbe8_fps-about.jpg);background-position:100% 0;background-size:cover;background-repeat:no-repeat}.section.light.mmo-header-section{margin-bottom:-2px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(80%,rgba(242,243,245,0)),to(#f2f3f5)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602aad529c43bc52701aa9ca_mmo-header-bg.jpg);background-image:linear-gradient(180deg,#f2f3f500 80%,#f2f3f5),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602aad529c43bc52701aa9ca_mmo-header-bg.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.section.light.racing-buy{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607710f2ae76e5858894dd4b_racing-buy-bg%20(2).svg");background-position:0 100%;background-size:90%;background-repeat:no-repeat}.section.light.survival-feedback{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(242,243,245,.6)),to(rgba(242,243,245,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088201b293eb524c94cba29_606b2e4d4f1ab825396dcdcc_statue-3590031_1920%201%20(1).jpg");background-image:linear-gradient(180deg,#f2f3f599,#f2f3f599),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088201b293eb524c94cba29_606b2e4d4f1ab825396dcdcc_statue-3590031_1920%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.section.light.survival-about{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606ddaa9ebee7151ef49e80f_dark-dusk-bg.jpg);background-position:50% 50%;background-size:cover}.section.light.indie-about{padding-top:1px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608575252af0fc78d46608c2_indie-background-3.jpg);background-position:50% 50%;background-size:cover}.section.light.mobile-subheader{margin-top:-40px;padding-top:20px;padding-bottom:20px}.section.light.buy-description{padding-top:200px}.section.light.home-header{overflow:hidden}.section.dark{background-color:#202125}.section.dark.seasonbg{padding-top:0;padding-bottom:0;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fc526d93465f052d05f435a_season-bg.jpg);background-position:50% 50%;background-size:cover}.section.dark.character{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606ddaa9ebee7151ef49e80f_dark-dusk-bg.jpg);background-position:50% 50%;background-size:cover}.section.dark._404{padding-top:140px}.section.footer{border-top:2px solid rgba(242,243,245,.07);padding-top:60px;padding-bottom:40px}.section.awards-mmo{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),-webkit-gradient(linear,left top,left bottom,from(#17161b),color-stop(50%,rgba(23,22,27,0)),to(#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5feb374bab0dfff7985ae325_awards-mmo.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),linear-gradient(180deg,#17161b,#17161b00 50%,#17161b),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5feb374bab0dfff7985ae325_awards-mmo.jpg);background-position:0 0,0 0,50% 50%;background-size:auto,auto,cover;background-repeat:repeat,repeat,no-repeat}.section.primary{background-color:#f5a623}.section.white{background-color:#fff}.section.white.post-body-container{padding-top:360px}.section.rpg-feature-1{background-image:-webkit-gradient(linear,left top,right top,from(rgba(23,22,27,.5)),color-stop(45%,#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b3bdaee6c27615f0b871f_skull-4039821_1920.jpg);background-image:linear-gradient(90deg,#17161b80,#17161b 45%),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b3bdaee6c27615f0b871f_skull-4039821_1920.jpg);background-position:0 0,0 50%;background-size:auto,cover}.section.rpg-feature-2{background-image:-webkit-gradient(linear,right top,left top,from(rgba(23,22,27,.7)),color-stop(65%,#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b425e358ec60bca0d5110_knight-3768107_1920.jpg);background-image:linear-gradient(270deg,#17161bb3,#17161b 65%),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b425e358ec60bca0d5110_knight-3768107_1920.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.rpg-feature-3{background-image:-webkit-gradient(linear,left top,right top,from(rgba(23,22,27,.3)),color-stop(48%,#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b46c78f70d2409b469184_sailor-4431281_1920%201.jpg);background-image:linear-gradient(90deg,#17161b4d,#17161b 48%),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b46c78f70d2409b469184_sailor-4431281_1920%201.jpg);background-position:0 0,0 0;background-size:auto,cover}.section.prg-awards{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.7)),to(rgba(23,22,27,.7))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-image:linear-gradient(180deg,#17161bb3,#17161bb3),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.section.rpg-buy{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606ddaa9ebee7151ef49e80f_dark-dusk-bg.jpg);background-position:50% 50%;background-size:cover}.section.racing-cars{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60785f951a723181ee804d25_peter-broomfield-m3m-lnR90uM-unsplash.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60785f951a723181ee804d25_peter-broomfield-m3m-lnR90uM-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.section.horror-awards{background-image:-webkit-gradient(linear,left top,left bottom,from(#17161b),color-stop(40%,rgba(23,22,27,0)),color-stop(80%,rgba(23,22,27,.1)),to(#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607994650b611647bdb3f6bd_awards-horror-bg.jpg);background-image:linear-gradient(180deg,#17161b,#17161b00 40%,#17161b1a 80%,#17161b),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607994650b611647bdb3f6bd_awards-horror-bg.jpg);background-position:0 0,0 0;background-size:auto,cover;background-repeat:repeat,no-repeat}.section.horror-story{min-height:700px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079aaa2783403629b583069_horror-story-bg.jpg);background-position:50% 0;background-size:cover;background-repeat:no-repeat}.section.horror-footer-buy{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079c38aca46a3acd5808e50_skull-792797%201%20(1).jpg");background-image:linear-gradient(180deg,#17161b99,#17161b99),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079c38aca46a3acd5808e50_skull-792797%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.section.strategy-gameplay{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607ef57a76e7da0502f1d23a_muh-dipo-war-escort.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607ef57a76e7da0502f1d23a_muh-dipo-war-escort.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.strategy-units{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.8)),to(rgba(23,22,27,.8))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6081749250064f39ab99d506_ufo-1265186.jpg);background-image:linear-gradient(180deg,#17161bcc,#17161bcc),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6081749250064f39ab99d506_ufo-1265186.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.survival-promo{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182019aae79b1fcd6e4fdc_Classes-bg.jpg);background-position:50% 50%;background-size:cover}.section.game-mode-1{padding-top:150px;padding-bottom:150px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/601828949026ab0637f8c5dc_mmo-feature-3.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/601828949026ab0637f8c5dc_mmo-feature-3.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.game-mode-2{padding-top:150px;padding-bottom:150px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.game-mode-3{padding-top:150px;padding-bottom:150px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section.features-header{padding-top:100px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079c38aca46a3acd5808e50_skull-792797%201%20(1).jpg");background-image:linear-gradient(180deg,#17161b99,#17161b99),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079c38aca46a3acd5808e50_skull-792797%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.section.simple{padding-top:140px}.section.simple.patch{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6095681fd927ff152639a4ea_buy-now-bg.jpg);background-position:50% 50%;background-size:cover}.section.gray{background-color:#292a2e}.navbar{position:fixed;inset:0 0 auto;z-index:100;height:60px;margin-top:-2px;padding-right:20px;padding-left:20px;border-bottom:2px solid rgba(242,243,245,.07);background-color:#17161b;color:#f2f3f5}.navbar-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-container-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.navbar-container-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:54px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.navbar-brand.company{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-right:2px solid hsla(0,0%,100%,.14)}.navbar-brand.game{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px;padding-right:20px;padding-bottom:0;padding-left:20px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.nav-link{height:60px;padding:0 10px;border-top:2px solid transparent;border-bottom:4px solid transparent;background-color:transparent;opacity:.6;-webkit-transition:opacity .2s linear,border-color .2s linear;transition:opacity .2s linear,border-color .2s linear;color:#f2f3f5;font-size:14px;line-height:58px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.nav-link:hover{border-bottom:4px solid #F5A623;opacity:1;color:#f2f3f5}.nav-link.w--current{background-color:#f2f3f512;opacity:1;color:#f2f3f5}.nav-link.dropdown{padding-right:20px}.nav-link.dropdown.w--open{border-bottom-color:#f5a623;opacity:1;color:#f2f3f5}.header-video{position:relative;overflow:hidden;margin-bottom:40px}.youtube{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.corner-primary{width:40px;height:40px;background-color:#f5a623;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.corner-primary.top-right{position:absolute;inset:0 0 auto auto;-webkit-transform:translate(50%,-50%) rotate(45deg);-ms-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}.corner-primary.bottom-left{position:absolute;inset:auto auto 0 0;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg)}.corner-primary.large{width:80px;height:80px}.corner-primary.small{width:20px;height:20px}.corner-primary.top-left{position:absolute;inset:0 auto auto 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.corner-primary.top-left.small{z-index:2}.corner-primary.bottom-right{position:absolute;inset:auto 0 0 auto;-webkit-transform:translate(50%,50%) rotate(45deg);-ms-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg)}.corner-primary.bottom-right.small{z-index:2}.container{position:relative;width:100%;max-width:1200px;margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.hero-content{padding-bottom:60px}.hero-socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.hero-social{display:inline-block;margin-right:10px;margin-left:10px;-webkit-transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.hero-social:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.text-highlight{display:inline-block;padding:2px 5px;font-size:16px;font-weight:500;text-transform:uppercase}.text-highlight.black{background-color:#17161b;color:#f2f3f5}.text-highlight.primary{background-color:#f5a623;color:#f2f3f5}.text-highlight.small{font-size:12px}.text-highlight.small.white.blog-item-date{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.text-highlight.white{background-color:#f2f3f5;color:#f5a623}.text-highlight.dark{background-color:#202125;color:#f2f3f5}.mb-10{margin-bottom:10px}.header-fps-hero{max-width:120%;margin-bottom:-30%;margin-left:-20%}.flex-columns{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-col-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.mb-40{margin-bottom:40px}.hero-platforms{margin-right:-15px;margin-left:-15px}.hero-platforms.center{text-align:center}.nav-action{margin-left:20px}.hero-platform{display:inline-block;margin-right:15px;margin-left:15px}.center-block{width:100%;max-width:600px;margin-right:auto;margin-left:auto;text-align:center}.center-block.moba-game-modes-title{position:relative;z-index:2}.center-block._400{max-width:400px}.fps-about-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:80px;height:80px;margin-right:auto;margin-bottom:20px;margin-left:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fa40d5bc5175b80163a1c01_target-icon.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.mb-60{margin-bottom:60px}.corner-dark{width:40px;height:40px;background-color:#202125;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.corner-dark.small{width:20px;height:20px}.corner-dark.top-left{position:absolute;inset:0 auto auto 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.corner-dark.top-left.small{z-index:2}.corner-dark.bottom-right{position:absolute;inset:auto 0 0 auto;-webkit-transform:translate(50%,50%) rotate(45deg);-ms-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg)}.corner-dark.bottom-right.small{z-index:2}.corner-dark.large{width:80px;height:80px}.corner-dark.white-border{border:2px solid #f2f3f5}.corner-dark.bottom-left{position:absolute;inset:auto auto 0 0;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg)}.corner-dark.top-right{position:absolute;inset:0 0 auto auto;-webkit-transform:translate(50%,-50%) rotate(45deg);-ms-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}.corner-dark.bordered-primary{border:2px solid #F5A623}.heroes-image{max-width:100%;margin-top:-180px;margin-bottom:-100px;margin-left:15%}.weapon-image{width:130%;max-width:130%;margin-top:-150px;margin-bottom:-200px;margin-left:-30%}.short-news-item-image{width:120px;height:120px;margin-top:-10px;margin-right:20px;margin-bottom:-10px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;-o-object-fit:cover;object-fit:cover}.news-item{position:relative;overflow:hidden;margin-right:10px;margin-bottom:20px;margin-left:10px;padding:2px 2px 20px;background-color:#f2f3f5;-webkit-transition:color .2s linear;transition:color .2s linear;color:#17161b;text-decoration:none}.news-item:hover{color:#f5a623}.row{margin-right:-10px;margin-left:-10px}.row.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.row.flex.full{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.row.survival-about-row{margin-right:-10px;margin-left:-10px}.row.no-margin{margin-right:0;margin-left:0}.row.edition-main-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:0;margin-left:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.row.edition-main-row.dark{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:#202125}.row.text-center.editions-header{margin-right:0;margin-left:0;background-color:#202125}.news-item-content{margin-right:20px;margin-left:20px}.text-display{font-size:300px;font-weight:700;text-transform:uppercase}.text-display.dark{color:#202125}.text-display.light{color:#fff}.section-display{position:absolute;top:-120px}.section-display.left{left:-5%}.section-display.right{right:-5%}.news-item-date{position:absolute;inset:auto auto -1px 20px}.short-news-item-image-container{overflow:hidden;margin-bottom:10px}.news-item-title{overflow:hidden;height:46px;margin-bottom:10px;font-weight:600}.news-item-text{overflow:hidden;height:40px;margin-bottom:10px}.modal{position:fixed;inset:0;z-index:120;display:none;overflow:auto;height:100vh;padding:80px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:url(/assets/images/dimmed.png) repeat}.modal-content{position:relative;width:100%;margin-top:84px;margin-bottom:auto}.modal-close{position:absolute;inset:0 0 auto auto;z-index:5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:60px;height:60px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#202125;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;cursor:pointer}.modal-close:hover{background-color:#292a2e}.modal-close-icon{width:60px;height:60px;padding:20px;-webkit-transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;color:#fff}.modal-close-icon:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.modal-action{cursor:pointer}.news-form{margin-left:60px}.secondary-news-row{margin-right:-40px}.align-right{text-align:right}.input{height:52px;padding-right:30px;padding-left:30px;border:1px #000;color:#17161b;font-size:18px}.input:active,.input:focus{background-color:#f5a623}.input::-webkit-input-placeholder{color:#17161b99;font-size:18px}.input:-ms-input-placeholder{color:#17161b99;font-size:18px}.input::-ms-input-placeholder{color:#17161b99;font-size:18px}.input::placeholder{color:#17161b99;font-size:18px}.input.mb-0{font-size:18px}.input.mb-0:active{background-color:#f2f3f512}.input.dark{background-color:#202125;color:#f2f3f5}.input.dark:active,.input.dark:focus,.input.dark:hover{background-color:#292a2e}.input.dark::-webkit-input-placeholder{color:#f2f3f599}.input.dark:-ms-input-placeholder{color:#f2f3f599}.input.dark::-ms-input-placeholder{color:#f2f3f599}.input.dark::placeholder{color:#f2f3f599}.input.light{background-color:#f2f3f5}.input.light:focus{background-color:#f2f3f599}.input.custom{height:64px;margin-bottom:20px;padding:30px 20px 12px;border:2px solid transparent}.input.custom:active{background-color:#fff}.input.custom:focus{border-color:#17161b;background-color:#fff}.input.custom::-webkit-input-placeholder{color:#17161b33}.input.custom:-ms-input-placeholder{color:#17161b33}.input.custom::-ms-input-placeholder{color:#17161b33}.input.custom::placeholder{color:#17161b33}.input-group{position:relative;overflow:hidden}.mb-0{margin-bottom:0}.custom-checkbox{width:16px;height:16px;margin-top:1px;margin-right:0;margin-left:-25px;border-width:2px;border-color:#f5a623;border-radius:0}.custom-checkbox.w--redirected-checked{border-width:2px;border-color:#f5a623;background-color:#f5a623;background-size:12px}.custom-checkbox.w--redirected-focus{box-shadow:none}.custom-checkbox-group{padding-left:25px}.footer-social{display:block;width:25px;margin-bottom:15px;-webkit-transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.footer-social:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.footer-social.community{display:inline-block;width:30px;margin-right:10px;margin-left:10px}.footer-social.footer-link{margin-bottom:0;opacity:.6;-webkit-transition:opacity .2s,-webkit-transform .2s linear;transition:opacity .2s,transform .2s linear,-webkit-transform .2s linear}.footer-social.footer-link:hover{opacity:1}.footer-social.blog{display:inline-block;width:30px;height:30px;margin-right:10px;margin-bottom:0;margin-left:10px}.footer-link{display:inline-block;margin-right:10px;margin-left:10px;-webkit-transition:color .2s;transition:color .2s;color:#f2f3f599;font-size:12px;font-weight:500;text-decoration:none;text-transform:uppercase}.footer-link:hover{color:#f2f3f5}.section-inner{position:relative;overflow:hidden;padding:40px 60px}.section-inner.black{background-color:#17161b}.section-inner.primary-bordered{background-color:#f5a6230d;box-shadow:inset 0 0 0 2px #f5a623}.section-inner._3col{padding-right:40px;padding-left:40px}.section-inner._3col.white{background-color:#fff}.section-inner.primary{background-color:#f5a623}.section-inner.primary.sport-dt{overflow:visible;padding-top:60px;padding-bottom:40px}.section-inner.feature-1{padding:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882001f8d3f6d5890854de_606b2e210b7cdaaa6276b323_composing-2391033_1920%201%20(1).jpg");background-image:linear-gradient(180deg,#17161b99,#17161b99),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882001f8d3f6d5890854de_606b2e210b7cdaaa6276b323_composing-2391033_1920%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.section-inner.feature-2{padding:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036aafd9d5b7f30afe7d383_mmo-gamemode-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036aafd9d5b7f30afe7d383_mmo-gamemode-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.section-inner.feature-3{padding:0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-image:linear-gradient(180deg,#17161b99,#17161b99),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.section-inner.white{background-color:#fff}.section-inner.white.buy-now{z-index:1;margin-bottom:-260px;padding-right:40px;padding-left:40px}.section-inner.dark{background-color:#202125}.section-inner.dark.season{overflow:visible}.section-inner.dark.social{padding-bottom:25px}.subscribe-socials.community{margin-right:-10px;margin-left:-10px}.subscribe-socials.center{text-align:center}.subscribe-socials.post{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-shooter{position:relative;overflow:hidden;padding-top:200px;padding-bottom:100px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60955a6360bb2869dd29c69c_shooter-bg.jpg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.button-group{margin-right:-10px;margin-left:-10px}.pt-0{padding-top:0}.gamemodes-slides-menu{position:static;inset:auto 0 0;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:-149px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.gamemodes-slides-container{position:relative;overflow:hidden}.gamemodes-slides-link{display:block;overflow:hidden;max-width:300px;margin-right:10px;margin-left:10px;padding:2px 2px 20px;background-color:#f2f3f5;color:#17161b}.gamemodes-slides-link.w--current{background-color:#fff;color:#f5a623}.gamemodes-slides-content{margin-top:20px;padding-right:18px;padding-left:18px}.mb-5{margin-bottom:5px}.gamemodes-slides-image-container{overflow:hidden;cursor:pointer}.gamemodes-slides-image{display:block}.image{display:block;width:100%}.image.gamemodes-slides-image{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.image.gamemodes-slides-image:hover{opacity:.7}.image.mmo-feature-image{height:700px;-o-object-fit:cover;object-fit:cover}.play-button-shooter{position:absolute;inset:50% auto auto 50%;z-index:10;width:80px;height:80px;margin-top:-40px;margin-left:-40px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fe4a2d6a66535006e25ddfb_play-icon.svg);background-position:50% 50%;background-size:cover;-webkit-transition:.2s;transition:.2s;cursor:pointer}.play-button-shooter:hover{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fe4a2e897f4153e5687540f_play-icon-white.svg);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.season-section-image{margin-top:-60px}.pb-0{padding-bottom:0}.battlepass-item{margin-right:5px;margin-left:5px;border:2px solid #f2f3f5;background-color:#202125;text-align:center}.battlepass-item-text{position:absolute;inset:auto 0 0;display:block;margin-right:7px;margin-bottom:2px;margin-left:7px;padding:5px 10px;color:#f2f3f599;font-size:14px;font-weight:500}.battlepass-item-text.blue{background-image:-webkit-gradient(linear,right top,left top,from(rgba(52,152,219,.7)),color-stop(50%,#17161b),to(rgba(52,152,219,.7)));background-image:linear-gradient(270deg,#3498dbb3,#17161b 50%,#3498dbb3)}.battlepass-item-text.yellow{background-image:-webkit-gradient(linear,right top,left top,from(rgba(241,196,15,.7)),color-stop(50%,#17161b),to(rgba(241,196,15,.7)));background-image:linear-gradient(270deg,#f1c40fb3,#17161b 50%,#f1c40fb3)}.battlepass-item-text.purple{background-image:-webkit-gradient(linear,right top,left top,from(rgba(155,89,182,.7)),color-stop(50%,#17161b),to(rgba(155,89,182,.7)));background-image:linear-gradient(270deg,#9b59b6b3,#17161b 50%,#9b59b6b3)}.battlepass-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:-100px;padding-right:60px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.battlepass-level{position:absolute;inset:0 0 auto auto;width:30px;height:30px;margin-right:5px;background-color:#f2f3f5;color:#17161b99;font-size:14px;line-height:30px;font-weight:500}.battlepass-image{max-width:130%;margin-top:-100px;margin-left:-20%}.battlepass-row-container{margin-right:-5px;margin-left:-5px}.mask{height:auto}.mask.mmo-slider-mask{margin-right:60px;margin-left:60px}.slider{height:auto;background-color:transparent}.slider.buy-now{padding-bottom:60px}.slider.company{margin-right:-100px;margin-left:-100px}.slider.store-game{margin-bottom:80px;padding-bottom:20px}.slider.games-nav-slider{width:100%;padding-right:60px;padding-left:60px}.maps-slider-content{position:absolute;inset:0 0 auto;z-index:1;padding-top:40px}.slide-nav{inset:auto auto 20px 50%;z-index:2;padding:10px 40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:scale3d(2,.3,1) translate(-25%,0);transform:scale3d(2,.3,1) translate(-25%);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.slide-nav.moba{bottom:140px}.slide-content{position:absolute;inset:auto auto 80px 50%;z-index:3;padding:20px 40px 20px 100px;border:1px solid #F5A623;background-color:#17161b;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%)}.slide-content-number{position:absolute;inset:7px auto auto 20px;color:#f5a623;font-size:50px;font-weight:700}.map-image{width:100%;max-height:900px;min-height:480px;margin-right:auto;margin-left:auto;-o-object-fit:cover;object-fit:cover}.header-mmo{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;min-height:800px;padding-top:100px;padding-bottom:60px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#17161b99,#17161b99)}.play-button{display:inline-block;width:80px;height:80px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fe4a2d6a66535006e25ddfb_play-icon.svg);background-position:50% 50%;background-size:cover;-webkit-transition:.2s;transition:.2s;cursor:pointer}.play-button:hover{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fe4a2e897f4153e5687540f_play-icon-white.svg);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.play-button.small{width:60px;height:60px}.play-button.center{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.stores{margin-right:-10px;margin-left:-10px;padding-top:0;padding-bottom:20px;text-align:center}.store-item{display:inline-block;margin-right:10px;margin-bottom:10px;margin-left:10px;padding:15px 30px;border:1px solid #F5A623;background-color:#ff4f5e1a}.store-item:hover{background-color:#f5a623}.awards-images{margin:40px -20px;text-align:center}.awards-images.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.awards-images.row.left{margin-left:-40px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.awards-images-item{display:inline-block;margin-right:40px;margin-bottom:20px;margin-left:40px}.available-on-mmo{display:inline-block;padding:10px 60px;background-color:#f5a623;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);color:#f2f3f5}.hidden{display:none}.mmo-slide-media{position:relative;margin:2px 1px;border:6px solid #202125;background-color:#f2f3f599;box-shadow:0 0 0 1px #f2f3f512}.mmo-slide-media:hover{box-shadow:0 0 0 1px #f2f3f599}.arrow-left{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/600ef81c85f4ea7951b2aee1_arrow%20left.svg);background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.arrow-left:hover{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/600ef869b30c3beafcc45365_arrow%20left%20primary.svg)}.arrow-left.small{background-position:0 50%;background-size:40px}.arrow-right{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/600ef859cd737e544b8fe7a6_arrow%20right.svg);background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.arrow-right:hover{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/600ef877cc678c8d57f56e8a_arrow%20right%20primary.svg)}.arrow-right.small{background-position:100% 50%;background-size:40px}.faction-item{overflow:hidden;border:8px solid #17161b;box-shadow:0 0 0 1px #f2f3f599;text-align:center}.faction-icon{position:relative;z-index:2;margin-top:-40px;margin-bottom:10px}.faction-image{position:relative}.faction-content{position:relative;padding-right:20px;padding-bottom:30px;padding-left:20px;background-color:#f2f3f512}.classes-tabs{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182019aae79b1fcd6e4fdc_Classes-bg.jpg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.classes-tabs-menu{position:absolute;inset:auto 0 0;padding-top:20px;padding-bottom:40px;text-align:center}.classes-tabs-menu-item{margin-right:10px;margin-left:10px;padding:0;border:5px solid #17161b;background-color:transparent;box-shadow:0 0 0 1px #f2f3f599}.classes-tabs-menu-item:hover{box-shadow:0 0 0 1px #f2f3f5}.classes-tabs-menu-item.w--current{box-shadow:0 0 0 2px #f5a623}.classes-tabs-content-item{padding-top:100px;padding-bottom:160px}.classes-tabs-content-item._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608810b285abb4004f6a5012_mmo-class-1.png);background-position:100% 0;background-size:50%;background-repeat:no-repeat}.classes-tabs-content-item._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608810ca0bdd4550a1cbac9e_mmo-class-2.png);background-position:100% 0;background-size:50%;background-repeat:no-repeat}.classes-tabs-content-item._3{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608810fcede51738a83a9441_mmo-class-3.png);background-position:100% 0;background-size:50%;background-repeat:no-repeat}.classes-tabs-content-item._4{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088111d0ee04f496b0c229b_mmo-class-4.png);background-position:100% 0;background-size:50%;background-repeat:no-repeat}.classes-tabs-content-item._5{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088112b7107622da8a3e596_mmo-class-5.png);background-position:100% 0;background-size:50%;background-repeat:no-repeat}.classes-description{width:40%}.learn-more-link{display:inline-block;padding-left:30px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fccf2a414be4dc68916f712_list.svg);background-position:0 50%;background-size:20px;background-repeat:no-repeat;-webkit-transition:color .2s;transition:color .2s;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase}.learn-more-link:hover{color:#f2f3f5}.learn-more-link.light:hover{color:#17161b}.learn-more-link.white{color:#f2f3f5}.learn-more-link.white:hover{color:#f5a623}.mmo-features{position:relative;overflow:hidden}.mmo-features-menu{position:static;inset:auto 0 0;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-5px;margin-left:-1px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid rgba(242,243,245,.07);background-color:#202125;text-align:center}.mmo-features-menu-item{display:block;overflow:hidden;width:20%;max-width:300px;margin-left:-1px;padding:15px 10px;border-style:solid solid none;border-width:1px;border-color:#292a2e;background-color:#202125;color:#f2f3f599;font-size:14px;text-align:center}.mmo-features-menu-item:hover{color:#f2f3f5}.mmo-features-menu-item.w--current{background-color:#292a2e;color:#f5a623}.mmo-features-slide-content{position:absolute;inset:auto auto 30px 50%;z-index:2;width:100%;max-width:600px;padding:20px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%);text-align:center}.media-menu{margin-bottom:40px;text-align:right}.media-tabs{margin-top:-70px}.media-menu-item{overflow:hidden;min-width:150px;padding:15px 20px;background-color:#f2f3f512;color:#f2f3f599;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase}.media-menu-item:hover{color:#f2f3f5}.media-menu-item.w--current{background-color:#f2f3f5;color:#f5a623}.media-item{display:block;margin:10px 10px 8px}.media-content-right{margin-top:-10px;padding-top:1px;padding-right:0;padding-left:10px}.header-moba{position:relative;overflow:hidden;padding-top:56px}.moba-header-slide{min-height:600px;padding:20px 60px 140px}.moba-header-slide._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.7)),to(rgba(23,22,27,.7))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9c7b98d117246e4e42a1_moba-header-2.jpg);background-image:linear-gradient(180deg,#17161bb3,#17161bb3),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9c7b98d117246e4e42a1_moba-header-2.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.moba-header-slide._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.7)),to(rgba(23,22,27,.7))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9ddfeca664c4eeaf9fff_moba-header-1.jpg);background-image:linear-gradient(180deg,#17161bb3,#17161bb3),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9ddfeca664c4eeaf9fff_moba-header-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.moba-header-slide._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.7)),to(rgba(23,22,27,.7))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9e126e51f5992394c380_moba-header-3.jpg);background-image:linear-gradient(180deg,#17161bb3,#17161bb3),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/602a9e126e51f5992394c380_moba-header-3.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.moba-header-slide-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:400px;padding-top:80px;padding-bottom:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.moba-header-video{position:relative;z-index:2;max-width:800px;margin-top:-220px;margin-right:auto;margin-left:auto;border:8px solid #f2f3f5}.ability-item{position:relative;display:inline-block;overflow:hidden;margin-top:0;margin-right:0;margin-left:0;background-color:#17161b}.overview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-20px;margin-bottom:40px;margin-left:-20px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.overview.dark{position:relative;margin-right:0;margin-bottom:0;margin-left:0;padding-top:20px;padding-bottom:20px;border:1px solid rgba(242,243,245,.07);background-color:#202125}.overview-item{display:inline-block;margin-right:20px;margin-left:20px;text-align:center}.moba-classes-menu{height:2px;margin-bottom:100px;background-image:-webkit-gradient(linear,right top,left top,color-stop(10%,rgba(23,22,27,0)),color-stop(50%,rgba(23,22,27,.2)),color-stop(90%,rgba(23,22,27,0)));background-image:linear-gradient(270deg,#17161b00 10%,#17161b33,#17161b00 90%);text-align:center}.moba-classes-menu-item{margin-top:1px;margin-right:20px;margin-left:20px;padding:10px;border:2px solid rgba(23,22,27,.2);background-color:#fff;-webkit-transform:translate(0,-50%) rotate(45deg);-ms-transform:translate(0,-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);color:#17161b99}.moba-classes-menu-item:hover{border-color:#17161b;color:#17161b}.moba-classes-menu-item.w--current{border-color:#f5a623;background-color:#fff;color:#f5a623}.moba-classes-image{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.moba-classes-texts-item{position:absolute;display:inline-block;width:100px;margin-top:10px;margin-left:10px;-webkit-transform:rotate(-45deg) translate(-50%,0);-ms-transform:rotate(-45deg) translate(-50%,0);transform:rotate(-45deg) translate(-50%);font-size:12px;font-weight:600;text-align:center;text-transform:uppercase}.moba-class-overview{padding:40px;border:2px solid #000;background-color:#f2f3f5}.ability-item-tab{margin-right:20px;padding:0;background-color:transparent;opacity:.7}.ability-item-tab:hover{opacity:.85}.ability-item-tab.w--current{opacity:1;font-size:0px}.ability-description{padding:20px;background-color:#fff}.mmo-slide-image{position:relative;margin:2px 1px;border:6px solid #17161b;background-color:#f2f3f599;box-shadow:0 0 0 1px #f2f3f599}.mmo-slide-image:hover{box-shadow:0 0 0 1px #f2f3f5}.moba-game-mode-bg{position:absolute;inset:0;z-index:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(20%,hsla(0,0%,100%,.2)),color-stop(80%,rgba(242,243,245,.1)),to(#fff)),radial-gradient(circle farthest-side at 50% 50%,#fff3,#fff);background-image:linear-gradient(180deg,#fff,#fff3 20%,#f2f3f51a 80%,#fff),radial-gradient(circle farthest-side at 50% 50%,#fff3,#fff)}.moba-game-modes{margin-top:-120px}.moba-game-modes-menu-item{margin-right:20px;margin-left:20px;padding:5px;border:2px solid rgba(23,22,27,.6);background-color:transparent;opacity:.8}.moba-game-modes-menu-item:hover{border-color:#17161b}.moba-game-modes-menu-item.w--current{border-color:#f5a623;background-color:transparent;opacity:1}.moba-game-modes-menu{z-index:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:900px;margin-top:-100px;margin-right:auto;margin-left:auto}.moba-game-modes-menu-item-title{position:absolute;inset:50% auto auto 50%;padding:4px 10px;background-color:#f2f3f5;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#f5a623;font-size:20px;font-weight:500;text-transform:uppercase}.moba-game-modes-text{position:absolute;inset:auto 0 120px 50%;z-index:2;width:100%;max-width:700px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%);text-align:center}.moba-learn-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.moba-learn-tabs-menu{width:50%;padding-right:20px}.moba-learn-tabs-content{width:50%;padding-left:20px}.moba-learn-tabs-menu-item{display:block;overflow:hidden;max-height:55px;padding:20px 0 20px 30px;background-color:transparent;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6061fd5e15b5312eeaab0fa1_list-black.svg);background-position:0 20px;background-size:20px;background-repeat:no-repeat;color:#17161b}.moba-learn-tabs-menu-item.w--current{max-height:none;background-color:transparent;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fccf2a414be4dc68916f712_list.svg);color:#f5a623}.short-news-item{margin-right:10px;margin-left:10px;padding-right:0;padding-left:0}.short-news-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px}.short-news-item-link{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding-top:10px;padding-right:20px;padding-bottom:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#17161b;text-decoration:none}.short-news-item-link:hover{color:#f5a623}.news-item-image{width:100%;height:140px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;-o-object-fit:cover;object-fit:cover}.news-item-image.featured{height:345px}.moba-start-image{max-width:115%;margin-top:-100px;margin-bottom:-300px;margin-left:-20px}.overflow-hidden{overflow:hidden}.header-rpg-tab-content._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-content._2{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882001f8d3f6d5890854de_606b2e210b7cdaaa6276b323_composing-2391033_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-content._3{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover}.header-rpg-tab-content._4{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088201b293eb524c94cba29_606b2e4d4f1ab825396dcdcc_statue-3590031_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-content-wrap{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:700px;padding-top:80px;padding-bottom:200px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#17161bb3}.header-rpg-tab-menu{position:absolute;inset:auto 0 40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header-rpg-tab-menu-item{width:23%;height:140px;padding:0;border:4px solid #17161b;box-shadow:0 0 0 1px #f2f3f5;-webkit-filter:brightness(30%);filter:brightness(30%);-webkit-transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.header-rpg-tab-menu-item:hover{-webkit-filter:brightness(50%);filter:brightness(50%)}.header-rpg-tab-menu-item.w--current{-webkit-filter:brightness(100%);filter:brightness(100%)}.header-rpg-tab-menu-item._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-menu-item._2{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882001f8d3f6d5890854de_606b2e210b7cdaaa6276b323_composing-2391033_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-menu-item._3{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60882012e41132132c6b50f7_606b2e3c18fec4fdab9ef934_pirate-1827387_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.header-rpg-tab-menu-item._4{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088201b293eb524c94cba29_606b2e4d4f1ab825396dcdcc_statue-3590031_1920%201%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.col50{width:50%}.col50.right{margin-left:50%}.col50.center,.col50.right.center{text-align:center}.rpg-feature-icon-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:80px;height:80px;margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f2f3f512}.rpg-feature-video{max-width:300px}.buy-form{padding:20px 40px 30px;border:1px solid rgba(242,243,245,.07);background-color:#202125}.buy-game-tabs-menu{z-index:1;margin-top:90px;margin-bottom:-90px;margin-left:50%;padding-left:47px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.buy-game-tabs-menu-item{margin-right:5px;margin-left:5px;padding-right:15px;padding-left:15px;background-color:#f2f3f512;-webkit-transition:background-color .2s,color .2s;transition:background-color .2s,color .2s;color:#f2f3f599;font-size:14px}.buy-game-tabs-menu-item:hover{background-color:#17161b;color:#f2f3f5}.buy-game-tabs-menu-item.w--current{background-color:#f5a623;color:#f2f3f5}.buy-form-edition{margin-bottom:70px;color:#f2f3f599}.select{height:50px;border-style:none solid none none;border-width:1px 10px 1px 1px;border-color:#000 transparent #000 #000;background-color:#292a2e;color:#f2f3f599}.select:focus{border-right-color:transparent;background-color:#17161b;box-shadow:0 0 0 1px #f2f3f512;color:#f2f3f5}.divider{height:1px;background-color:#f2f3f512}.divider.dark{background-color:#17161b12}.divider.dark.mb-20{width:100%}.buy-form-submit{width:100%;height:50px;margin-top:20px;background-color:#f5a623;-webkit-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s;line-height:30px;font-weight:500;letter-spacing:2px}.buy-form-submit:hover{background-color:#f2f3f5;color:#f5a623}.buy-game-store{display:block;height:50px;margin-right:5px;margin-bottom:10px;margin-left:5px;-webkit-transition:opacity .2s;transition:opacity .2s}.buy-game-store:hover{opacity:.8}.buy-game-store.ps{background-color:#006fcd;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606f06a2880cdb812caf7a30_ps.svg);background-position:50% 50%;background-size:35px;background-repeat:no-repeat}.buy-game-store.ps.left-text{padding-left:70px;background-position:20px 50%;color:#f2f3f5;line-height:50px;font-weight:500;text-align:left;text-decoration:none}.buy-game-store.xbox{background-color:#107c11;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606f0875290455e5598ffd6f_xbox.svg);background-position:50% 50%;background-size:35px;background-repeat:no-repeat}.buy-game-store.xbox.left-text{padding-left:70px;background-position:20px 50%;color:#f2f3f5;line-height:50px;font-weight:500;text-align:left;text-decoration:none}.buy-game-store.steam{background-color:#00adee;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606f089324a1954ad6d13462_steam.svg);background-position:50% 50%;background-size:35px;background-repeat:no-repeat}.buy-game-store.steam.left-text{padding-left:70px;background-position:20px 50%;color:#f2f3f5;line-height:50px;font-weight:500;text-align:left;text-decoration:none}.buy-game-store.epic{background-color:#d54339;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606f08b4c2b2383fdd5f49df_epic.svg);background-position:50% 50%;background-size:35px;background-repeat:no-repeat}.buy-game-store.epic.left-text{padding-left:70px;background-position:20px 50%;color:#f2f3f5;line-height:50px;font-weight:500;text-align:left;text-decoration:none}.buy-game-store.large{height:100px}.buy-game-store-row{margin-right:-5px;margin-left:-5px}.join-us-section{padding-top:20px;padding-bottom:5px;border-top:2px solid rgba(242,243,245,.07);border-bottom:2px solid rgba(242,243,245,.07);background-color:#17161b}.form-success{background-color:#292a2e;color:#f2f3f5}.form-error{padding:20px;background-color:#ff4f5e1a;color:#f5a623;text-align:center}.header-sport{overflow:hidden;padding-top:60px;padding-bottom:0;background-color:#f2f3f5;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6070565b3aa6c65cb6a1abaa_sport-bg.svg);background-position:100% 0;background-size:contain;background-repeat:no-repeat}.header-sport-image{margin-bottom:-40px}.button-group-item{margin-right:10px;margin-left:10px}.header-sport-left{padding-top:40px;padding-bottom:40px}.sport-pack-image{position:relative;margin-right:10px;margin-left:10px}.sport-preorded-pack{display:block;padding:20px 10px;background-color:#f2f3f5;-webkit-transition:background-color .2s;transition:background-color .2s;color:#f5a623;font-size:14px;text-align:center;text-decoration:none}.sport-preorded-pack:hover{background-color:#17161b}.sport-pack-description{position:absolute;inset:auto 0 90px auto;padding:10px 20px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#17161b}.sport-pack-image-header{position:relative;margin-left:0;padding-left:0;background-color:#ffffff80}.sport-pack{margin-right:-10px;margin-left:-10px}.sport-dt-image{margin-top:-130px;margin-bottom:-40px;padding-right:40px}.sport-career-image{max-width:130%;margin-top:-150px}.sport-gameplay-image{max-width:130%;margin-top:-30px;margin-left:-35%}.corner-white{width:40px;height:40px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.corner-white.small{width:20px;height:20px}.corner-white.top-left{position:absolute;inset:0 auto auto 0;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.corner-white.top-left.small{z-index:2}.corner-white.top-left.index{z-index:1}.corner-white.bottom-right{position:absolute;inset:auto 0 0 auto;-webkit-transform:translate(50%,50%) rotate(45deg);-ms-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg)}.corner-white.bottom-right.small{z-index:2}.corner-white.bottom-left{position:absolute;inset:auto auto 0 0;-webkit-transform:translate(-50%,50%) rotate(45deg);-ms-transform:translate(-50%,50%) rotate(45deg);transform:translate(-50%,50%) rotate(45deg)}.corner-white.right-top{position:absolute;inset:0 0 auto auto;-webkit-transform:translate(50%,-50%) rotate(45deg);-ms-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}.corner-white.bordered-primary{border:2px solid #F5A623}.corner-white.white-border{border:2px solid #f2f3f5}.feedback-card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;min-height:360px;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#f2f3f5}.feedback-card.small{height:100%;min-height:200px;margin-bottom:20px;padding:20px;background-color:#f2f3f5}.feedback-card.small.white{background-color:#fff}.feedback-card.small.dark{background-color:#202125;color:#f2f3f5}.feedback-card-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.feedback-card-score{width:60px;height:60px;margin-right:20px;background-color:#f5a623;color:#f2f3f5;font-size:40px;line-height:60px;font-weight:600;text-align:center}.feedback-card-score.small{width:50px;height:50px;font-size:30px;line-height:50px}.feedback-card-slider{height:auto;background-color:transparent}.feedback-link{-webkit-transition:opacity .2s;transition:opacity .2s}.feedback-link:hover{opacity:.6}.feedback-card-footer{margin-top:auto}.feedback-card-nav{inset:0 auto auto 0;margin-top:-40px;opacity:.4;-webkit-transform:translate(-15%,0) scale(.7);-ms-transform:translate(-15%,0) scale(.7);transform:translate(-15%) scale(.7);text-align:left}.header-racing{padding-top:56px}.header-racing-slider{min-height:600px;background-color:#17161b}.header-racing-slider._1{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608824830bdd451213cc171a_6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.header-racing-slider._2{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088249f0e7cd48e85db53f0_6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.header-racing-slider._3{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608824ae0ed9271dd7e974c1_6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.header-racing-slider-content{position:absolute;inset:auto 0 0;padding-top:20px;padding-bottom:40px;background-color:#17161b99}.mt-20{margin-top:20px}.header-racing-slider-nav{inset:auto 0 0;-webkit-transform:scale3d(2,.3,1) scale(.6);transform:scale3d(2,.3,1) scale(.6);text-align:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.mt-5{margin-top:5px}.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.racing-buy-image{padding-right:40px}.racing-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.racing-features-item{position:relative;width:50%;min-height:500px;color:#f2f3f5;text-align:center}.racing-features-item._1{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6088249f0e7cd48e85db53f0_6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.racing-features-item._2{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608824830bdd451213cc171a_6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.racing-features-item._3{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608824ae0ed9271dd7e974c1_6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.racing-features-item-content{position:absolute;inset:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#17161be6;text-align:center}.header-racing-slider-action{text-align:right}.racing-bg-video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:700px;padding-top:100px;padding-bottom:100px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#17161b99,#17161b99)}.racing-bg-title{display:inline-block;margin-bottom:10px;color:#f2f3f5;font-weight:600}.header-horror{min-height:600px}.header-horror-bg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:800px;padding-top:100px;padding-bottom:260px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(23,22,27,0)),to(#17161b)),-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.4)),to(rgba(23,22,27,.4)));background-image:linear-gradient(180deg,#17161b00 50%,#17161b),linear-gradient(180deg,#17161b66,#17161b66)}.horror-header-trailer{position:relative;overflow:hidden;margin-top:-200px}.horror-characters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px}.horror-characters-item{position:relative;overflow:hidden;width:50%;margin-right:10px;margin-left:10px;color:#f2f3f5;text-align:center}.horror-characters-item-content{position:absolute;inset:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding:40px 10px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#17161b99;text-align:center}.horror-characters-item-content-text{margin-top:30px;color:#f2f3f599}.horror-loc-tab-link{margin-right:10px;margin-left:10px;padding:0;border:4px solid #17161b;box-shadow:0 0 0 1px #f2f3f512}.horror-loc-tab-link.w--current{box-shadow:0 0 0 1px #f2f3f599}.horror-loc-tab-menu{position:absolute;inset:auto 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:600px;margin-right:auto;margin-bottom:120px;margin-left:auto}.horror-loc-tab-content{padding:100px 20px 260px}.horror-loc-tab-content._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.horror-loc-tab-content._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079bf6c2ba9cca008a2963b_horror-loc-2.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079bf6c2ba9cca008a2963b_horror-loc-2.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.racing-details-image{max-width:110%;padding-left:40px}.header-strategy{padding-top:300px;padding-bottom:60px;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(62%,rgba(23,22,27,0)),color-stop(84%,#17161b)),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607eecee16e7bae15b09823e_strategy-head-bg.jpg);background-image:linear-gradient(180deg,#17161b00 62%,#17161b 84%),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607eecee16e7bae15b09823e_strategy-head-bg.jpg);background-position:0 0,50% 0;background-size:auto,cover}.page-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.page-nav-link{padding:20px 20px 16px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-bottom:4px solid transparent;-webkit-transition:border-color .2s,color .2s;transition:border-color .2s,color .2s;color:#f2f3f599;text-align:center;text-decoration:none}.page-nav-link:hover{border-bottom-color:#f5a623;color:#f2f3f5}.strategy-gameplay-item{position:relative;margin-right:10px;margin-left:10px;padding:90% 20px 10px;box-shadow:inset 0 0 0 4px #f2f3f512;-webkit-transition:box-shadow .3s;transition:box-shadow .3s;cursor:pointer}.strategy-gameplay-item:hover{box-shadow:inset 0 0 0 200px #f2f3f512}.strategy-gameplay-item._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607f00dabe50420bdb6c1246_strategy-gameplay-1.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.strategy-gameplay-item._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607f01975093cb97cb727d4b_strategy-gameplay-2.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.strategy-gameplay-item._3{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607f01a9a92dda429afc74e5_strategy-gameplay-3.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.strategy-gameplay-item-play{position:absolute;inset:30% auto auto 50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%)}.strategy-basics-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.strategy-basics-tabs-menu{width:50%;max-width:400px;margin-right:20px}.strategy-basics-tabs-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:2px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.strategy-basics-tabs-menu-item{position:relative;display:block;overflow:hidden;height:80px;margin-bottom:2px;padding:0;background-color:#17161b;color:#f2f3f599}.strategy-basics-tabs-menu-item:hover{color:#f5a623}.strategy-basics-tabs-menu-item.w--current{height:auto;background-color:#17161b;color:#f2f3f5}.strategy-basics-tabs-menu-item-number{width:82px;height:80px;margin-right:20px;border-right:2px solid #202125;background-color:#17161b;color:#f5a623;font-size:40px;line-height:80px;font-weight:700;text-align:center}.strategy-basics-tabs-menu-item-header{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid #202125;line-height:80px}.strategy-basics-tabs-menu-item-text{padding:20px}.strategy-gameplay-row{margin-right:-10px;margin-left:-10px}.strategy-basics-tabs-content-item{overflow:hidden;width:100%;height:100%}.strategy-basics-tabs-content-item._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6080575c85902216de451e31_strategy-basic-1%20(1).jpg");background-image:linear-gradient(180deg,#17161b99,#17161b99),url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6080575c85902216de451e31_strategy-basic-1%20(1).jpg");background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608059698590224c01452b83_strategy-basic-2.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608059698590224c01452b83_strategy-basic-2.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608059762028bfdff99fe853_strategy-basic-3.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608059762028bfdff99fe853_strategy-basic-3.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.strategy-basics-tabs-content-item._4{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607ef57a76e7da0502f1d23a_muh-dipo-war-escort.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607ef57a76e7da0502f1d23a_muh-dipo-war-escort.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._5{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5feb374bab0dfff7985ae325_awards-mmo.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5feb374bab0dfff7985ae325_awards-mmo.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._6{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036a3e84fd3d5051ef1597c_mmo-gamemode-2.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036a3e84fd3d5051ef1597c_mmo-gamemode-2.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._7{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182e33a598d556f5ae01c4_goblin-5393644_1920.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182e33a598d556f5ae01c4_goblin-5393644_1920.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-basics-tabs-content-item._8{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079be94783403e27258bca4_horror-loc-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.strategy-races-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.strategy-races-tabs-menu-item{display:block;margin-bottom:60px;margin-left:15px;padding:10px;border:4px solid #17161b;background-color:#202125;box-shadow:0 0 0 1px #f2f3f512;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.strategy-races-tabs-menu-item:hover{box-shadow:0 0 0 1px #f2f3f599}.strategy-races-tabs-menu-item.w--current{background-color:#292a2e;box-shadow:0 0 0 1px #f2f3f5}.strategy-races-tabs-menu{position:absolute;inset:100px auto auto 0;z-index:1}.strategy-races-tabs-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.strategy-races-tabs-menu-item-icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.strategy-races-tabs-content-item{padding-left:200px}.strategy-races-tabs-content-item._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60816eedc5cabd0c45a18663_strategy-race-1-bg.jpg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.strategy-races-tabs-content-item._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60816f12aa1c9b4f2bdcf8d6_strategy-race-2-bg.jpg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.strategy-races-tabs-content-item._3{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60816f227206716e105bc98b_strategy-race-3-bg.jpg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.strategy-units-description{margin-left:60px;padding:40px 40px 30px;border:1px solid rgba(242,243,245,.07);background-color:#17161b99}.strategy-units-tabs-menu-item{margin-right:10px;margin-left:10px;border:1px solid rgba(242,243,245,.07);background-color:#f2f3f512}.strategy-units-tabs-menu-item:hover{border-color:#f2f3f599}.strategy-units-tabs-menu-item.w--current{border-color:#f2f3f5;background-color:#17161b99}.strategy-units-tabs-menu{margin-top:60px;text-align:center}.header-survival{position:relative;overflow:hidden;padding-top:200px;padding-bottom:200px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/601828613bf0fecf6340609a_mmo-feature-2.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/601828613bf0fecf6340609a_mmo-feature-2.jpg);background-position:0 0,50% 50%;background-size:auto,cover;background-repeat:repeat,no-repeat}.video-border{position:relative;overflow:hidden;border:10px solid #17161b;box-shadow:0 0 0 1px #f2f3f512}.header-buy-platforms{max-width:300px;margin-right:-5px;margin-left:-5px}.header-survival-right{padding-left:100px}.survival-promo-image{max-width:130%;margin-top:-220px;margin-bottom:-100px}.survival-steps-icons{width:82px;height:80px;margin-right:20px;border-right:2px solid #202125;background-color:#17161b;color:#f5a623;font-size:40px;line-height:80px;font-weight:700;text-align:center}.survival-steps-icons._1{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/607845e6067b792b3c345005_icons8-storytelling-100%20(1).png");background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.survival-steps-icons._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6018326baae79b5aa86eb415_icons8-aspect-ratio-100.png);background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.survival-steps-icons._3{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6079abf58fd5e02ae6f0ad1c_icons8-gremlin-100.png);background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.survival-steps-icons._4{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/601832c5b0f7247bc1c126d3_icons8-battle-100.png);background-position:50% 50%;background-size:50px;background-repeat:no-repeat}.survival-about-item{margin-right:10px;margin-bottom:20px;margin-left:10px;padding:20px;border:6px solid #17161b;background-color:#292a2e;box-shadow:0 0 0 1px #f2f3f599;color:#f2f3f599}.survival-about-item-header{margin-bottom:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.survival-about-item-icon{margin-right:10px;margin-bottom:10px}.header-indie{background-color:#f2f3f5}.header-indie-video{z-index:1;max-width:1000px;margin:-340px auto 40px;border:4px solid rgba(242,243,245,.6);box-shadow:0 10px 20px #17161b33}.align-left{text-align:left}.header-indie-bg{height:460px;padding-top:100px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.07)),to(rgba(23,22,27,.07))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608567a5452e5117770d9f8a_indie-background.jpg);background-image:linear-gradient(180deg,#17161b12,#17161b12),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608567a5452e5117770d9f8a_indie-background.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.indie-dvd{margin-top:-5px;margin-left:60px}.indie-buy-group{margin-right:-10px;margin-left:-10px}.indie-reviews-right{padding-left:40px}.indie-features-slider{height:auto;background-color:transparent}.indie-features-slider-image{width:100%;height:300px;padding-right:40px;-o-object-fit:cover;object-fit:cover}.indie-features-slider-nav{inset:0 auto auto 0;margin-top:-40px;opacity:.5;-webkit-transform:translate(-20%,0) scale(.7);-ms-transform:translate(-20%,0) scale(.7);transform:translate(-20%) scale(.7)}.header-mobile{min-height:700px;margin-top:56px;padding-top:200px;background-color:#141526;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6086d3e0bd1bed7d65c8fe3b_mobile-header.jpg);background-position:50% 0;background-size:contain;background-repeat:no-repeat}.mobile-button{-webkit-transition:opacity .2s;transition:opacity .2s}.mobile-button:hover{opacity:.8}.mobile-play-image{max-width:150%;margin-left:-50%;padding-right:20px}.mobile-features-image{padding-right:20px;padding-left:20px}.mobile-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mobile-tabs-menu{width:50%}.mobile-tabs-content{overflow:visible;width:50%}.mobile-tabs-menu-item{display:block;overflow:hidden;height:66px;margin-bottom:10px;padding:20px;background-color:#f2f3f5}.mobile-tabs-menu-item.w--current{height:auto;background-color:#f5a623;color:#f2f3f5}.mobile-howto-image{width:150%;max-width:150%;padding-left:20px}.mobile-header-actions{text-align:right}.simple-header{padding-top:100px;padding-bottom:60px;background-image:url(/assets/images/simple-background.png);background-position:50% 50%;background-size:cover}.simple-header.primary{background-color:#f5a623}.simple-header.light{background-color:#f2f3f5}.about-tabs-menu{background-color:#f2f3f5;text-align:center}.about-tabs-menu-item{padding:20px 20px 18px;border-bottom:2px solid transparent;background-color:transparent;color:#17161b99;font-size:16px;font-weight:500}.about-tabs-menu-item:hover{color:#f5a623}.about-tabs-menu-item.w--current{border-bottom-color:#f5a623;background-color:transparent;color:#17161b}.about-tabs-content{padding-top:20px}.about-tabs-content.container{padding-top:140px}.about-weapon-item{position:relative;overflow:hidden;margin-bottom:20px;padding:40px;background-color:#ff4f5e1a;box-shadow:inset 0 0 0 2px #f5a623;cursor:pointer}.about-weapon-item.left{margin-top:-100px}.weapon-title{position:relative;z-index:2;margin-bottom:0}.weapon-title.white{color:#f2f3f5}.weapon-description{position:absolute;inset:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;background-color:#ff4f5ee6;opacity:0}.heroes-list-item{margin-top:40px;margin-bottom:40px;-webkit-transition:color .2s,-webkit-transform .2s;transition:transform .2s,color .2s,-webkit-transform .2s;color:#17161b;text-align:center;text-decoration:none}.heroes-list-item:hover{-webkit-transform:translate(0,-15px);-ms-transform:translate(0,-15px);transform:translateY(-15px);color:#f5a623}.heroes-list-item-image-container{border-top:4px solid #F5A623;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182019aae79b1fcd6e4fdc_Classes-bg.jpg);background-position:50% 50%;background-size:cover}.heroes-list-item-image{width:200px;height:260px;margin-top:-60px;margin-bottom:-60px;-o-object-fit:contain;object-fit:contain}.heroes-list-item-text{position:relative;overflow:hidden;padding:20px 10px;background-color:#f2f3f5}.char-page-image{position:relative;z-index:1;margin-bottom:-150px}.char-page-header-right{padding-top:40px}.char-video{padding-right:60px}.maps-slider{position:relative}.maps-description{position:absolute;inset:auto 0 0 auto;max-width:300px;margin-right:0;margin-bottom:-40px;padding:30px;background-color:#f2f3f5}.maps-slider-mask{padding-bottom:60px}.maps-slider-number{position:absolute;inset:0 0 auto auto;margin-top:5px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);color:#17161b26;font-size:30px;font-weight:700}.maps-slider-nav{margin-bottom:-40px;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.slider-arrow-left{inset:auto auto 0 50%;z-index:3;width:40px;height:40px;margin-bottom:-40px;margin-left:-100px;border:1px solid transparent;background-color:#f2f3f5;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60915f70db6fbc0c07747cfa_arrow-left.png);background-position:50% 50%;background-size:25px;background-repeat:no-repeat;-webkit-transition:border-color .2s;transition:border-color .2s}.slider-arrow-left:hover{border-color:#17161b99}.slider-arrow-right{inset:auto 50% 0 auto;width:40px;height:40px;margin-right:-100px;margin-bottom:-40px;border:1px solid transparent;background-color:#f2f3f5;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60915f85a603af46dc9dd6a6_arrow-right.png);background-position:50% 50%;background-size:25px;background-repeat:no-repeat}.slider-arrow-right:hover{border-color:#17161b99}.game-modes-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:700px;padding-top:140px;padding-bottom:100px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#17161b99,#17161b99)}.section-content{width:40%;padding:40px;background-color:#17161b99}.section-content.right{margin-left:60%}.section-content.dark{padding-top:80px;padding-bottom:80px;background-color:#17161bcc}.buy-now-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.buy-now-header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh}.buy-now-header-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60%;padding:100px 20px 60px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(41,42,46,.3)),to(rgba(41,42,46,.3))),url(/assets/images/herosec.png);background-image:linear-gradient(180deg,#292a2e4d,#292a2e4d),url(/assets/images/herosec.png);background-position:0 0,50% 50%;background-size:auto,cover}.buy-now-header-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:40%;padding:140px 20px 60px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#202125}.buy-now-platform-row{margin-right:-10px;margin-left:-10px}.buy-now-menu{margin-bottom:40px;text-align:center}.buy-now-content{min-height:440px;padding-right:5px;padding-left:5px}.buy-now-header-2{padding-top:100px;padding-bottom:100px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606ddaa9ebee7151ef49e80f_dark-dusk-bg.jpg);background-position:50% 50%;background-size:cover}.buy-now-header-3{padding-top:400px;padding-bottom:100px;background-color:#fff;background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/608824830bdd451213cc171a_6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh%20(1).jpg");background-position:50% 50%;background-size:cover}.buy-now-inner-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.buy-now-inner-row-conent{margin-left:40px;padding-right:100px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.game-tags{margin-right:-5px;margin-left:-5px}.game-tags-item{display:inline-block;margin-right:5px;margin-left:5px}.buy-now-inner-row-buttons{width:60px;margin-right:-5px;margin-left:40px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.buy-now-tabs-menu{margin-bottom:40px;text-align:center}.buy-now-tabs-menu-item{padding:10px 20px;border-bottom:2px solid transparent;background-color:transparent;color:#17161b99;font-weight:500}.buy-now-tabs-menu-item.w--current{border-bottom-color:#f5a623;background-color:transparent;color:#17161b}.max-800{max-width:800px}.arrow-left-bottom{inset:auto auto 0 0;z-index:2;width:40px;height:40px;background-color:#fff;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60915f70db6fbc0c07747cfa_arrow-left.png);background-position:50% 50%;background-size:25px;background-repeat:no-repeat}.arrow-left-bottom:hover{box-shadow:inset 0 0 0 2px #17161b99}.arrow-right-bottom{inset:auto auto 0 0;width:40px;height:40px;margin-left:50px;background-color:#fff;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60915f85a603af46dc9dd6a6_arrow-right.png);background-position:50% 50%;background-size:25px;background-repeat:no-repeat}.arrow-right-bottom:hover{box-shadow:inset 0 0 0 2px #17161b99}.max-500{max-width:500px}.buy-now-addon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.buy-now-addon-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#fff}.buy-now-addon-content.dark{background-color:#202125;color:#f2f3f5}.header-company-tabs-menu{position:absolute;inset:auto 0 0;width:100%;max-width:1000px;margin-right:auto;margin-bottom:40px;margin-left:auto;padding-right:20px;padding-left:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;text-align:center}.header-company-tabs-content-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;padding-top:80px;padding-bottom:180px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-company-tabs-content-slider._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a281bd0721c17e9e753a66_company-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a281bd0721c17e9e753a66_company-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.header-company-tabs-content-slider._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a28514f3a6ee28a69c48b2_company-2.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a28514f3a6ee28a69c48b2_company-2.jpg);background-position:0 0,50% 100%;background-size:auto,cover}.header-company-tabs-content-slider._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a28728c125151e5766cc73_company-3.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a28728c125151e5766cc73_company-3.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.header-company-tabs-menu-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-company-tabs-menu-item{max-width:33.33%;padding:20px 20px 16px;border-bottom:4px solid transparent;background-color:#f2f3f5}.header-company-tabs-menu-item.w--current{border-bottom-color:#f5a623;background-color:#fff}.header-company-tabs-menu-image{margin-right:14px;-o-object-fit:cover;object-fit:cover}.header-company-tabs-menu-text{overflow:hidden;height:80px}.about-story-img{max-width:100%;margin-left:-10%}.company-slider-left{margin-right:-60px;opacity:.6}.company-slider-right{margin-left:-60px;opacity:.6}.company-slider-center{position:relative;z-index:1}.work-benefits-text{padding-right:20px;padding-left:20px}.position-row{padding:20px;font-size:14px}.position-row.white{background-color:#ffffff80}.link{text-decoration:none}.link:hover{text-decoration:underline}.position-link{display:block;color:#17161b;text-decoration:none}.position-link:hover{color:#f5a623;text-decoration:underline}.positions-tabs-content{border-top:2px solid rgba(23,22,27,.07)}.positions-tabs-menu{margin-top:-40px;margin-bottom:20px;text-align:right}.positions-tabs-menu-item{padding:10px 20px;background-color:transparent;font-size:12px;font-weight:600;text-transform:uppercase}.positions-tabs-menu-item:hover{color:#17161b99}.positions-tabs-menu-item.w--current{background-color:#f5a623;color:#f2f3f5}.contacts-row{position:relative;padding:40px 40px 20px;background-color:#292a2e}.games-item{position:relative;overflow:hidden;margin-bottom:15px;text-decoration:none}.games-item.store{overflow:visible;margin-bottom:120px}.games-item.nav{overflow:visible;margin-bottom:70px;border:1px solid rgba(242,243,245,.07);color:#f2f3f599}.games-item.nav:hover{color:#f2f3f5}.games-item-hover{position:absolute;inset:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#ff4f5ecc;opacity:0;text-align:center}.games-item-hover.store{background-color:#ff4f5e66}.contacts-map{width:100%;max-width:900px;margin-bottom:60px}.download-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:90vh;padding-top:120px;padding-bottom:100px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#202125}.download-content{padding:40px;background-color:#f2f3f5}.header-esports{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:700px;padding-top:56px}.header-esports-left{width:60%}.header-esports-right{width:40%}.header-esports-link-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;padding:20px 60px 40px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;text-decoration:none}.header-esports-link-block._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://media.discordapp.net/attachments/1497316369581211818/1498751522773663794/COMO_MIGRAR.png?ex=69f24ca0&is=69f0fb20&hm=1429ba7f40746977e0c66f0b88d1c0d1c48ee0e400423be4917e94bf7bc4ed29&=&format=webp&quality=lossless&width=1455&height=819);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://media.discordapp.net/attachments/1497316369581211818/1498751522773663794/COMO_MIGRAR.png?ex=69f24ca0&is=69f0fb20&hm=1429ba7f40746977e0c66f0b88d1c0d1c48ee0e400423be4917e94bf7bc4ed29&=&format=webp&quality=lossless&width=1455&height=819);background-position:0 0,50% 50%;background-size:auto,cover}.header-esports-link-block.small{padding-right:40px;padding-bottom:40px;padding-left:40px}.header-esports-link-block.small._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://cdn2.pointblank.id/Web/upload/image/20250121/c68e0801b927ded5a460b036cf037ba21e272a478000d99cca94eca2c4f0f6cd.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://cdn2.pointblank.id/Web/upload/image/20250121/c68e0801b927ded5a460b036cf037ba21e272a478000d99cca94eca2c4f0f6cd.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.header-esports-link-block.small._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://cdn2.pointblank.id/Web/upload/image/20250121/c68e0801b927ded5a460b036cf037ba21e272a478000d99cca94eca2c4f0f6cd.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://cdn2.pointblank.id/Web/upload/image/20250121/c68e0801b927ded5a460b036cf037ba21e272a478000d99cca94eca2c4f0f6cd.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.header-esports-right-top{height:50%}.header-esports-link-block-title{color:#f2f3f5;text-transform:uppercase}.esports-pool-number{display:inline-block;min-width:50px;margin-right:2px;margin-left:2px;padding:5px 0;background-color:#17161b;color:#f2f3f5;font-size:50px;font-weight:700}.esports-pool-number.space{margin-right:20px}.esport-tabs-menu{background-color:#202125;text-align:center}.esport-tabs-menu-item{padding:20px 20px 18px;border-bottom:2px solid transparent;background-color:transparent;color:#f2f3f599;font-size:16px;font-weight:500}.esport-tabs-menu-item:hover{color:#f5a623}.esport-tabs-menu-item.w--current{border-bottom-color:#f5a623;background-color:transparent;color:#f2f3f5}.esports-tabs-content{padding-top:20px}.esports-tabs-content.container{padding-top:40px}.esports-vod-link{position:relative;background-color:#f2f3f5;color:#17161b;text-decoration:none}.esports-vod-link:hover{background-color:#fff;color:#f5a623}.esports-vod-link-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:20px;padding-right:20px;padding-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.esports-steams{position:relative;color:#f2f3f5}.esports-steams:hover{opacity:.8;color:#f5a623}.esports-steams-content{position:absolute;inset:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.07)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#17161b12,#17161b99);font-size:14px;font-weight:700}.esports-steams-status{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.esports-streams-play{position:absolute;inset:50% auto auto 50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fe4a2e897f4153e5687540f_play-icon-white.svg);background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.teams-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-style:solid none;border-width:1px;border-color:#202125;text-align:center}.teams-menu-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:140px;height:120px;margin-left:-1px;padding:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-style:none solid;border-width:1px;border-color:#202125;background-color:transparent;color:#f2f3f599;font-size:14px;text-align:center}.teams-menu-item.w--current{background-color:#f5a623;color:#f2f3f5}.teams-menu-item-icon{width:50px;height:50px;margin-bottom:10px;-o-object-fit:scale-down;object-fit:scale-down}.teams-content{background-color:#202125}.teams-content-item{padding-top:50px;padding-bottom:50px}.teams-player{position:relative;overflow:hidden;padding-top:10px;background-color:#17161b}.teams-player-name{padding:20px;border-top:2px solid #202125}.team-country{position:absolute;inset:auto auto 0 0;margin-bottom:-9px;margin-left:-1px}.teams-photo{position:relative}.tournament-item{position:relative;display:block;overflow:hidden;padding:20px;text-decoration:none}.tournament-item._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.8)),to(rgba(23,22,27,.8))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-image:linear-gradient(180deg,#17161bcc,#17161bcc),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.tournament-item._1:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,79,94,.1)),to(rgba(255,79,94,.1))),-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.8)),to(rgba(23,22,27,.8))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-image:linear-gradient(180deg,#ff4f5e1a,#ff4f5e1a),linear-gradient(180deg,#17161bcc,#17161bcc),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-position:0 0,0 0,50% 50%;background-size:auto,auto,cover}.tournament-item._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.8)),to(rgba(23,22,27,.8))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-image:linear-gradient(180deg,#17161bcc,#17161bcc),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.tournament-item._2:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,79,94,.1)),to(rgba(255,79,94,.1))),-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.8)),to(rgba(23,22,27,.8))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-image:linear-gradient(180deg,#ff4f5e1a,#ff4f5e1a),linear-gradient(180deg,#17161bcc,#17161bcc),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-position:0 0,0 0,50% 50%;background-size:auto,auto,cover}.match-item{padding:20px 40px;background-color:#202125}.match-item.mb-20{position:relative}.match-item-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.match-item-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.match-team-icon{margin-right:20px;margin-left:20px}.esports-team-header-slider-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:700px;padding:140px 20px 140px 60px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.esports-team-header-slide._1{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a6653437d4a5d743107f03_florian-olivo-Mf23RF8xArY-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.esports-team-header-slide._2{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66511843c75215ad5c2c3_emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.esports-team-header-slide._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66544d62a64de26f06b45_ella-don-mCf1ywKWzoQ-unsplash.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60a66544d62a64de26f06b45_ella-don-mCf1ywKWzoQ-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.esports-header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.esports-header-right{width:30%;max-width:300px;min-width:300px;padding-top:58px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;background-color:#17161b}.esports-header-left{width:70%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.esports-header-match{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px 20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid #292a2e;text-decoration:none}.esports-header-match:hover{background-color:#202125}.esports-header-match-team{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:10px;margin-bottom:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.esports-header-match-team-icon{width:20px;height:20px;margin-right:10px;-o-object-fit:scale-down;object-fit:scale-down}.esports-header-match-left{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.esports-header-match-date{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.esports-header-match-team-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.esports-header-right-header{padding-top:20px;padding-bottom:20px;padding-left:20px;border-bottom:2px solid #17161b;background-color:#202125}.esports-team-header-slider-nav{inset:auto auto 40px 0;margin-left:80px;-webkit-transform:translate(40%,0) scale3d(1.8,.3,1);transform:translate(40%) scale3d(1.8,.3,1);text-align:left;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.esports-about-image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:400px;padding-right:40px;padding-left:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60b8bdf22747672172dc6254_fredrick-tendong-HVYepJYeHdQ-unsplash.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60b8bdf22747672172dc6254_fredrick-tendong-HVYepJYeHdQ-unsplash.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.esports-about-image-right{height:100%;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60b8c1b23f5d23f2a1b1de8a_martin-delaby-Exhn7N6EGBY-unsplash.jpg);background-position:50% 50%;background-size:cover}.team-roster{position:relative;margin-top:40px;margin-bottom:20px;padding:20px;background-color:#17161b}.team-roster-image{margin-top:-60px;margin-bottom:-20px;margin-left:-20px}.team-player-social{margin-right:5px;margin-left:5px}.team-player-social:hover{opacity:.7}.team-player-socials{margin-right:5px;margin-left:-5px}.team-roster-name{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.team-roster-flag{margin-right:10px}.team-roster-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.team-product-link-text{position:absolute;inset:auto auto 0 0;width:100%;padding-top:10px;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translateY(100%)}.esports-product-link{position:relative;padding:40px;border:1px solid rgba(242,243,245,.07);background-color:#202125;-webkit-transition:background-color .2s,color .2s;transition:background-color .2s,color .2s;color:#f2f3f599}.esports-product-link:hover{background-color:#292a2e;color:#f2f3f5}.esports-products-slider-mask{padding-bottom:80px}.partners-item{padding:20px;background-color:#17161b}.partners-item.text-center{padding-top:40px}.season-header-image{margin-top:-80px;margin-bottom:-40px}.header-battlepass{overflow:hidden;padding-top:100px;background-color:#f5a623;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/5fa2d8f50c16a000b9a20e29_fps-bg-primary.jpg);background-position:50% 50%;background-size:cover}.battlepass-img-left{max-width:170%;margin-left:-40%}.battlepass-img-right{max-width:170%;margin-bottom:-30px}.patch-item{display:block;padding-top:40px;padding-bottom:40px;border-bottom:2px solid #292a2e;-webkit-transition:background-color .2s;transition:background-color .2s}.patch-item:hover{background-color:#292a2e}.patch-item.last{border-bottom-style:none}.patch-content{max-width:600px;margin-left:20px}.blog-item-featured{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;height:520px;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;text-decoration:none}.blog-item-featured.small{overflow:hidden;height:160px;margin-bottom:20px}.blog-item-featured.large{height:400px;margin-bottom:20px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;color:#17161b}.blog-item-featured.large:hover{color:#f5a623}.blog-item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:20px 20px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.07)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#17161b12,#17161b99);text-align:left}.blog-item-content:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,79,94,.3)),to(rgba(255,79,94,.3))),-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.07)),to(rgba(23,22,27,.6)));background-image:linear-gradient(180deg,#ff4f5e4d,#ff4f5e4d),linear-gradient(180deg,#17161b12,#17161b99)}.blog-item-content.bottom{position:relative;background-color:#f2f3f5;background-image:none;background-size:auto}.col-no-padding{padding-right:0;padding-left:0}.news-with-promo-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:280px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:#f2f3f5;-webkit-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s;color:#17161b;text-decoration:none}.news-with-promo-item:hover{background-color:#f5a623;color:#f2f3f5}.news-with-promo-item._1{background-image:url("https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60bf66866c2469f79ae4b114_promo%20(1).jpg");background-position:50% 50%;background-size:cover}.news-with-promo-item._1:hover{opacity:.9}.news-with-promo-item._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60bf6ac98bc7877e455dfc4a_promo-2.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.news-with-promo-item._2:hover{opacity:.9}.news-with-promo-item._3{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60b8c1b23f5d23f2a1b1de8a_martin-delaby-Exhn7N6EGBY-unsplash.jpg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.news-with-promo-item._3:hover{opacity:.9}.news-with-promo-item.white{background-color:#fff}.news-with-promo-item.white:hover{background-color:#f5a623}.news-text{overflow:hidden;max-height:60px}.editions-text{padding-top:20px;padding-bottom:20px;padding-left:20px;font-weight:600;text-align:left;text-transform:uppercase}.blog-tabs-menu{border-top:2px rgba(23,22,27,.07);border-bottom:2px solid rgba(23,22,27,.07);background-color:#fff;text-align:center}.blog-tabs-content{padding-top:20px}.blog-tabs-content.container{padding-top:40px}.blog-tabs-menu-item{padding:16px 20px 18px;border-bottom:2px solid transparent;background-color:transparent;-webkit-transform:translate(0,2px);-ms-transform:translate(0,2px);transform:translateY(2px);color:#17161b99;font-size:14px;font-weight:600}.blog-tabs-menu-item:hover{color:#f5a623}.blog-tabs-menu-item.w--current{border-bottom-color:#f5a623;background-color:transparent}.blog-primary-post{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:400px;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;color:#17161b;text-decoration:none}.blog-primary-post:hover{color:#f5a623}.blog-primary-post-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:40%;max-width:400px;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:#f2f3f5}.blog-primary-post-content-text{overflow:hidden;max-height:90px;margin-bottom:10px}.blog-primary-post-content-text.small{max-height:40px}.blog-primary-post-content-title{overflow:hidden;max-height:24px;margin-bottom:5px}.blog-item-content-image-container{position:absolute;inset:0;overflow:hidden}.blog-item-content-image{display:block;width:100%;height:100%;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-o-object-fit:cover;object-fit:cover}.blog-item-content-image:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.blog-header{padding-top:100px;padding-bottom:50px;background-color:#f2f3f5}.login-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.login-header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh}.login-header-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60%;padding:100px 20px 0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(41,42,46,.3)),to(rgba(41,42,46,.3))),url(/assets/images/luxville-2.0.jpg);background-image:linear-gradient(180deg,#292a2e4d,#292a2e4d),url(/assets/images/luxville-2.0.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.login-header-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:40%;padding:120px 20px 60px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f2f3f5}.input-label{margin-bottom:-25px;padding-left:23px;color:#17161b99;font-size:10px;text-align:left;text-transform:uppercase}.submit-button{width:100%;height:60px;background-color:#f5a623;font-size:16px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.submit-button:hover{background-color:#17161b}.social-auth{display:block;height:50px;margin-right:0;margin-bottom:10px;margin-left:0;-webkit-transition:opacity .2s;transition:opacity .2s}.social-auth:hover{opacity:.8}.social-auth.google{background-color:#d54339;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60c0d621f8547e026cd1e513_google-logo.svg);background-position:50% 50%;background-size:23px;background-repeat:no-repeat}.social-auth.facebook{background-color:#006fcd;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60c0d65ae5b445d65c6d1ea9_fb-logo.svg);background-position:50% 50%;background-size:26px;background-repeat:no-repeat}.store-header{padding-top:100px;padding-bottom:50px;background-color:#202125}.store-header-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.store-header-tabs-menu{width:280px}.store-header-tabs-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:70%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.store-header-tabs-menu-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:6px solid #202125;border-left:6px solid #202125;background-color:#17161b;-webkit-transition:background-color .2s;transition:background-color .2s;color:#f2f3f5;font-weight:500}.store-header-tabs-menu-link:hover{background-color:#292a2e}.store-header-tabs-menu-link.w--current{background-color:#f5a623}.store-header-tabs-menu-link.last{border-bottom-style:none}.store-header-tabs-menu-link-image{margin-right:10px}.store-header-tabs-content-item{padding:40px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.store-header-tabs-content-item._1{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6095681fd927ff152639a4ea_buy-now-bg.jpg);background-position:50% 50%;background-size:cover}.store-header-tabs-content-item._2{background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60955a6360bb2869dd29c69c_shooter-bg.jpg);background-position:50% 50%;background-size:cover}.store-header-tabs-content-item._3{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b2e04f0491604f133f66b_ork-4692676_1920%201.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.store-header-tabs-content-item._4{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182884c4585e50ff3e2447_mmo-feature-1.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60182884c4585e50ff3e2447_mmo-feature-1.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.store-header-tabs-content-item._5{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(23,22,27,.6)),to(rgba(23,22,27,.6))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036a3fceff6dd52ca91cec4_mmo-gamemode-3.jpg);background-image:linear-gradient(180deg,#17161b99,#17161b99),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/6036a3fceff6dd52ca91cec4_mmo-gamemode-3.jpg);background-position:0 0,50% 50%;background-size:auto,cover}.store-header-tabs-content-item-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.store-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.store-tabs-menu{width:270px}.store-tabs-content{width:70%;margin-right:16px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.store-tabs-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.store-tabs-title-left{width:70%;margin-right:16px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.store-tabs-title-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:270px;padding-left:16px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(242,243,245,.07)}.utility-page-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100vw;height:auto;max-height:100%;max-width:100%;padding-right:20px;padding-left:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.utility-page-wrap.section.dark{height:auto;padding-top:140px;padding-right:20px;padding-left:20px}.utility-page-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:500px;margin-bottom:0;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#17161b;text-align:center;border-top:2px solid rgba(245,166,35,.05);border-bottom:2px solid rgba(245,166,35,.05);border-radius:2px}.utility-page-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.filters-icon{margin-top:-1px;margin-right:5px}.search{position:relative}.search-button{position:absolute;inset:0 0 auto auto;width:40px;height:40px;margin-top:6px;margin-right:6px;padding:0;background-color:transparent;background-image:url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/60c232482c29e939b828fcaf_icons8-search-100.png);background-position:50% 50%;background-size:25px;background-repeat:no-repeat;font-size:0px}.search-button:hover{background-color:#17161b}.store-tabs-menu-item{display:block;padding:12px 16px;background-color:transparent;color:#f2f3f599;font-size:14px;text-align:left}.store-tabs-menu-item:hover{color:#f2f3f5}.store-tabs-menu-item.w--current{background-color:#f2f3f512;color:#f2f3f5}.game-info{position:absolute;z-index:1;width:100%;padding-top:5px}.store-game-name{overflow:hidden;height:24px;color:#f2f3f5;font-size:16px}.store-game-company{overflow:hidden;height:18px;color:#f2f3f599;font-size:12px}.store-game-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:#f2f3f5;font-size:14px}.store-game-price.right{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.old-price{color:#f2f3f599;font-size:12px;text-decoration:line-through}.store-game-header{padding-top:80px;padding-bottom:40px}.store-game-header-right{display:block;width:270px;padding-left:16px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.store-game-header-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:70%;margin-right:16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.back-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#f2f3f599;font-size:14px;text-decoration:none}.back-button:hover{color:#f2f3f5}.back-button-icon{margin-right:5px}.store-game-header-name{margin-left:10px;padding-left:10px;border-left:2px solid rgba(242,243,245,.07);color:#f2f3f5;font-size:14px;font-weight:600}.store-game-header-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:40px;padding-bottom:20px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:2px solid rgba(242,243,245,.07)}.store-game-body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.store-game-body-left{display:block;width:70%;margin-right:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.store-game-body-right{position:-webkit-sticky;position:sticky;top:20px;display:block;width:270px;padding-top:60px;padding-left:16px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mr-5{margin-right:5px}.store-game-main{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid rgba(242,243,245,.07)}.show-more-button{display:block;width:100%}.show-more-button.mb-60{z-index:1}.show-more-button-toggle{padding-top:10px;padding-bottom:10px;padding-left:0;color:#f2f3f599;font-size:16px}.show-more-button-toggle:hover{color:#f2f3f5}.show-more-button-toggle.w--open{z-index:1}.show-more-button-content{position:static;background-color:transparent}.show-more-button-content.w--open{color:#f2f3f599}.search-result-item{margin-bottom:20px;padding:20px;background-color:#17161b;color:#f2f3f599}.footer-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-logo{margin-right:20px}.post-header{padding-top:100px}.post-image{width:100%;height:600px;border:2px #f2f3f5;-o-object-fit:cover;object-fit:cover}.post-blur{position:absolute;inset:0;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;-webkit-filter:brightness(40%) blur(10px);filter:brightness(40%) blur(10px)}.post-header-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:317px;padding:20px 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#f2f3f5}.post-header-container{position:relative;z-index:1;margin-bottom:-317px}.post-header-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.post-share-text{margin-right:10px;color:#17161b99;font-size:14px}.post-title{overflow:hidden;max-height:96px;margin-bottom:20px}.post-short-text{overflow:hidden;max-height:50px;margin-bottom:20px}.post-body{padding-right:40px;padding-left:40px}.nav-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nav-link-dropdown-icon{inset:50% 0 auto auto;margin-top:2px;margin-right:4px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%)}.nav-dropdown-games-list{width:100vw;padding:20px;border-bottom:2px solid rgba(242,243,245,.07)}.nav-dropdown-games-list.w--open{position:fixed;inset:58px 0 auto;overflow:auto;padding:40px 0;background-color:#17161b}.nav-slider-arrow{width:40px;margin-bottom:70px;background-color:#202125}.nav-slider-arrow:hover{background-color:#292a2e}.nav-slider-arrow-iocn{width:20px;height:20px;font-size:20px}.nav-games-name{position:absolute;inset:auto 0 0;padding-top:10px;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translateY(100%);font-weight:500}.nav-dropdown.w--open{min-width:180px;border-style:none solid solid;border-width:2px;border-color:#f2f3f512;background-color:#17161b}.nav-dropdown.large.w--open{min-width:360px}.nav-dropdown-link{display:block;width:100%;padding:15px 20px;color:#f2f3f599;font-size:14px;font-weight:500;text-decoration:none;text-transform:uppercase;box-sizing:border-box}.nav-dropdown-link:hover{background-color:#f2f3f512;color:#f2f3f5}.home-header-screens{max-width:110%;margin-top:-110px;margin-bottom:-140px;margin-left:50px}.inside-item{margin-bottom:20px;padding:60px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#202125}.example-item{display:block;margin-bottom:20px;padding:10px 10px 20px;border:1px solid rgba(23,22,27,.07);background-color:#fff;-webkit-transition:color .2s,border-color .2s;transition:color .2s,border-color .2s;color:#17161b;text-decoration:none}.example-item:hover{border-color:#17161b99;color:#f5a623}.example-image{margin-bottom:20px;border:1px solid rgba(23,22,27,.07)}.promo-image{max-width:100%;margin-top:-90px;margin-bottom:-90px;margin-left:20px}@media screen and (max-width: 991px){h1{font-size:42px}h2{font-size:36px}h3{font-size:30px}h4{font-size:26px}h5{font-size:22px}h6{font-size:18px}.style-guide-section{padding-top:40px;padding-bottom:40px}.style-guide-content{padding-left:10px}.style-guide-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.style-guide-left{margin-bottom:40px}.header-fps{background-position:0 100%}.section{padding-top:60px;padding-bottom:60px}.section.light.home-header{padding-top:100px}.section.rpg-feature-3{background-position:50% 50%}.section.horror-awards{background-position:0 0,60% 0}.navbar{margin-top:-2px}.navbar-container-left{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.navbar-container-right{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.nav-link{display:block;padding-right:20px;padding-left:20px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-bottom-width:2px;border-bottom-color:#202125;text-align:left}.nav-link:hover{border-bottom-width:2px;border-bottom-color:#202125;background-color:#202125}.nav-link.w--current{background-color:#292a2e}.header-video{margin-bottom:20px}.hero-content{margin-left:-10%}.hero-socials{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.text-highlight{font-size:14px}.header-fps-hero{margin-left:-30%}.hero-platforms{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hero-platforms.center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.nav-action.fs-0{padding-top:10px;padding-bottom:10px;text-align:left}.heroes-image{margin-bottom:-150px}.row.flex-columns.bottom,.row.flex.mob-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.row.edition-main-row,.row.edition-main-row.dark{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.row.edition-inner-row{padding-top:0;padding-bottom:20px}.text-display{font-size:200px}.section-display.left{left:0;top:-90px}.section-display.right{top:-90px;right:0}.news-item-title{height:44px}.news-item-text{height:40px}.modal{padding-right:40px;padding-left:40px}.section-inner.primary.sport-dt{padding-bottom:60px}.hero-social-links{margin-top:5px;margin-left:-10px}.header-shooter{background-size:cover}.pt-0{padding-top:0}.gamemodes-slides-menu{margin-top:-130px}.image.mmo-feature-image{height:600px}.pb-0{padding-bottom:0}.classes-tabs{background-size:cover}.mmo-features-menu-item{font-size:12px}.media-content-right{padding-left:8px}.header-moba{background-size:cover}.moba-header-video.mb-60{margin-top:-190px}.short-news-item{overflow:hidden;width:100%;margin-right:0;margin-bottom:20px;margin-left:0}.short-news-row{margin-right:0;margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.moba-game-modes-image{min-height:500px;-o-object-fit:cover;object-fit:cover}.header-rpg-tab-content-wrap{min-height:auto}.header-rpg-tab-menu-item{height:0;padding-top:14%}.buy-form{padding-right:20px;padding-bottom:10px;padding-left:20px}.buy-game-tabs-menu{padding-left:27px}.buy-game-tabs-menu-item{padding-right:10px;padding-left:10px}.header-sport-image{max-width:120%}.sport-pack,.sport-pack-image{margin-right:0;margin-left:0}.sport-dt-image{max-width:120%;margin-bottom:-60px;margin-left:-60px}.feedback-card{padding:20px 20px 30px}.racing-features{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.racing-features-item{width:100%;min-height:200px}.racing-features-item-content{background-color:#17161bb3}.horror-characters{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.horror-characters-item{width:100%;min-height:200px}.horror-characters-item-content{background-color:#17161bb3}.page-nav{margin-right:-20px;margin-left:-20px}.page-nav-link{padding-right:10px;padding-left:10px;font-size:14px}.strategy-gameplay-item{margin-right:0;margin-left:0}.strategy-gameplay-item-play{top:25%}.strategy-gameplay-row{margin-right:0;margin-left:0}.strategy-races-tabs-menu-item{margin-bottom:40px}.strategy-races-tabs-menu{top:100px}.strategy-races-tabs-menu-item-icon{width:30px}.strategy-races-tabs-content-item{padding-left:120px}.strategy-units-description{margin-left:20px}.header-survival{padding-top:100px;padding-bottom:100px}.header-survival-right{padding-left:20px}.survival-promo-image{max-width:140%;margin-bottom:-140px}.indie-dvd{margin-left:0;padding-right:20px}.indie-features-slider-image{height:240px;padding-right:20px}.header-mobile{min-height:500px;padding-top:100px}.about-tabs-menu-item{padding-right:10px;padding-left:10px;font-size:14px}.char-page-image{margin-bottom:-40px}.char-video{padding-right:20px}.section-content{width:60%}.section-content.right{margin-left:40%}.buy-now-header-container{min-height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.buy-now-header-left{width:100%}.buy-now-header-right{width:100%;padding-top:60px}.buy-now-content{min-height:auto}.buy-now-header-3{padding-top:200px}.buy-now-inner-row-conent{padding-right:0}.header-company-tabs-menu{margin-bottom:20px}.download-header,.header-company-tabs-content-slider{min-height:auto}.header-esports-link-block._1{padding-right:40px;padding-left:40px}.esport-tabs-menu-item{padding-right:10px;padding-left:10px;font-size:14px}.teams-menu{overflow:auto}.teams-menu-item{width:120px;font-size:12px}.match-item{padding-right:20px;padding-left:20px}.esports-team-header-slider-item{min-height:600px;padding:100px 0}.esports-header-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.esports-header-right{width:100%;min-width:100%;padding-top:0}.esports-header-left{width:100%}.esports-team-header-slider-nav{margin-left:20px}.esports-about-image.mb-60{height:300px}.team-roster-image{margin-top:0}.esports-products-slider-mask{padding-bottom:80px}.season-header-image{max-width:120%}.editions-text{padding-left:0;text-align:center}.blog-tabs-menu-item{padding-right:10px;padding-left:10px;font-size:14px}.blog-primary-post-content{padding:20px}.login-header-container{min-height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.login-header-left{display:none;width:100%}.login-header-right{width:100%;padding-top:100px}.store-header-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.store-header-tabs-menu{width:100%;margin-top:6px}.store-header-tabs-content{width:100%}.store-header-tabs-menu-link{border-left-style:none}.store-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.store-tabs-menu{width:100%;margin-bottom:20px;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.store-tabs-content{width:100%}.store-tabs-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.store-tabs-title-left{width:100%}.store-tabs-title-right{width:100%;margin-top:20px;padding-bottom:10px;padding-left:0}.store-tabs-menu-item{display:inline-block}.store-game-header-right{width:100%;margin-top:20px;padding-bottom:10px;padding-left:0}.store-game-header-left{width:100%}.store-game-body,.store-game-header-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.store-game-body-left{width:100%}.store-game-body-right{position:static;width:100%;margin-top:0;padding-top:0;padding-bottom:10px;padding-left:0;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.post-image{height:440px}.nav-menu{overflow:auto;max-height:100vh;margin-top:2px;padding-bottom:58px;border-bottom:2px solid rgba(242,243,245,.07);background-color:#17161b}.nav-link-dropdown-icon{margin-right:20px}.nav-dropdown-games-list.w--open{position:static}.nav-dropdown.w--open{position:static;border-right-style:none;border-left-style:none}.menu-button-container{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.menu-button{width:60px;height:58px;margin-right:-20px;padding:0}.menu-button.w--open{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#f2f3f512}.menu-button-icon{position:absolute;inset:50% auto auto 50%;margin-top:-10px;margin-left:-10px}.promo-image{margin-top:0;margin-bottom:0}}@media screen and (max-width: 767px){.style-guide-title{min-height:140px;padding:20px}.style-guide-content{padding-right:0;padding-left:0}.mb-20{margin-bottom:10px}.style-guide-left{padding-right:0;padding-left:0}.corner-black.large,.corner-light.large{width:40px;height:40px}.style-guide-wrapper{padding:20px}.header-fps{background-image:none;background-position:0 0;background-size:auto;background-repeat:repeat}.section.light.mobile-subheader{text-align:center}.section.dark.seasonbg{padding-top:60px;padding-bottom:60px}.section.footer{padding-bottom:20px}.section.rpg-feature-1{background-image:-webkit-gradient(linear,left top,right top,color-stop(45%,#17161b),to(rgba(23,22,27,.5))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b3bdaee6c27615f0b871f_skull-4039821_1920.jpg);background-image:linear-gradient(90deg,#17161b 45%,#17161b80),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b3bdaee6c27615f0b871f_skull-4039821_1920.jpg);background-position:0 0,0 50%;background-size:auto,cover}.section.rpg-feature-3{background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#17161b),to(rgba(23,22,27,.3))),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b46c78f70d2409b469184_sailor-4431281_1920%201.jpg);background-image:linear-gradient(90deg,#17161b 33%,#17161b4d),url(https://uploads-ssl.webflow.com/5f34eb6e935a5c1fa933ebe2/606b46c78f70d2409b469184_sailor-4431281_1920%201.jpg);background-size:auto,cover}.section.game-mode-1,.section.game-mode-2,.section.game-mode-3{padding-top:100px;padding-bottom:100px}.navbar-brand.company{margin-left:-10px}.corner-primary.large{width:40px;height:40px}.hero-content{margin-left:0}.header-fps-hero{display:none;max-width:100%;margin-bottom:-40%;margin-left:0}.flex-columns,.flex-columns.row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-columns.row.fps-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mb-40{margin-bottom:20px}.hero-platforms{margin-right:-10px;margin-left:-10px}.hero-platform{margin-right:10px;margin-left:10px}.fps-about-icon{margin-top:20px}.mb-60{margin-bottom:40px}.corner-dark.large{width:40px;height:40px}.heroes-image{max-width:100%;margin-top:20px;margin-bottom:-60px;margin-left:0}.weapon-image{width:100%;max-width:100%;margin-top:-60px;margin-bottom:20px;margin-left:0}.news-item{width:100%}.row.flex-columns.hor-mob{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.row.flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.text-display{display:none}.modal{padding-right:20px;padding-left:20px}.news-form{margin-top:10px;margin-left:0}.secondary-news-row{margin-right:0}.footer-social{margin-right:10px;margin-bottom:10px}.section-inner{padding:20px}.section-inner._3col,.section-inner.white.buy-now{padding-right:20px;padding-left:20px}.section-inner.dark.social{padding-bottom:0}.subscribe-socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.subscribe-socials.center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.subscribe-socials.post{margin-top:10px;margin-bottom:0;margin-left:0}.button-group{margin-top:20px}.pt-0{padding-top:0}.gamemodes-slides-menu{margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gamemodes-slides-link{max-width:100%;margin-right:0;margin-bottom:20px;margin-left:0}.gamemodes-slides-image-container{display:none}.image.mmo-feature-image{height:400px}.season-section-image{display:none}.pb-0{padding-bottom:0}.battlepass-row{padding-right:0}.battlepass-image{max-width:100%;margin-top:-40px;margin-left:0}.battlepass-row-container{margin-bottom:20px;margin-left:-5px}.mobile-mb-20{margin-bottom:20px}.slide-nav{bottom:0;width:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%)}.slide-content{bottom:1px;width:100%;padding-right:20px;padding-bottom:40px;padding-left:20px}.slide-content-number{position:static;font-size:30px}.map-image{min-height:480px;-o-object-fit:cover;object-fit:cover}.header-mmo{min-height:500px;background-size:600px}.awards-images.row.left{margin-left:-20px}.faction-item,.mmo-slide-media{margin-bottom:20px}.classes-tabs-menu-item{width:50px}.classes-tabs-content-item._1,.classes-tabs-content-item._2,.classes-tabs-content-item._3,.classes-tabs-content-item._4,.classes-tabs-content-item._5{background-position:100% 0}.classes-description{width:100%}.mmo-features-menu{margin-top:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.mmo-features-menu-item{max-width:100%;margin-right:0;margin-left:0;font-size:8px}.media-menu{margin-bottom:20px;text-align:left}.media-tabs{margin-top:20px}.media-item{padding:0}.media-content-right{margin-top:0;padding-top:0;padding-right:10px;padding-left:0}.moba-class-overview{margin-top:20px;padding:20px}.mmo-slide-image{margin-bottom:20px}.moba-game-modes-menu-item{margin-right:5px;margin-left:5px}.moba-game-modes-menu-item-title{font-size:14px}.moba-learn-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.moba-learn-tabs-menu{width:100%}.moba-learn-tabs-content{width:100%;margin-top:40px;padding-left:0}.moba-start-image{display:none}.moba-game-modes-image{min-height:500px;-o-object-fit:cover;object-fit:cover}.col50{width:100%}.col50.right{margin-left:0}.buy-game-tabs-menu{margin-top:220px;margin-bottom:-250px;margin-left:0;padding-left:17px}.buy-form-edition{margin-top:160px;margin-bottom:60px}.buy-game-dvd{position:absolute;inset:20px auto auto 10px;z-index:2;width:100px;margin-left:20px}.join-us-text{margin-bottom:10px}.header-sport-image{display:none}.sport-preorded-pack{font-size:12px}.sport-dt-image{max-width:100%;margin-top:20px;margin-bottom:-60px;margin-left:0;padding-right:0}.sport-career-image{max-width:100%;margin-top:0}.sport-gameplay-image{max-width:100%;margin-top:0;margin-bottom:20px;margin-left:0}.feedback-card.small{margin-bottom:20px}.feedback-card-slider{margin-top:40px}.flex-col-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.header-racing-slider{min-height:400px}.header-racing-slider-action{text-align:left}.header-horror-bg{min-height:680px}.horror-characters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.horror-characters-item{max-width:300px;margin-right:auto;margin-bottom:20px;margin-left:auto}.racing-details-image{max-width:100%;margin-top:20px;padding-left:0}.page-nav-link{font-size:10px}.strategy-gameplay-item{max-width:300px;margin-right:auto;margin-bottom:20px;margin-left:auto;padding-top:50%}.strategy-basics-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.strategy-basics-tabs-menu{width:100%;max-width:800px}.strategy-basics-tabs-menu-item-number{position:static;font-size:30px}.strategy-basics-tabs-content-item{margin-top:20px;padding-top:50%}.strategy-races-tabs-menu{top:10px}.strategy-races-tabs-content-item{padding-left:110px}.strategy-races-tabs-content-image{max-width:40%}.strategy-units-description{margin-top:10px;margin-left:0}.strategy-units-tabs-menu-item{padding-right:10px;padding-left:10px}.strategy-units-tabs-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px}.header-survival-right{padding-left:10px}.survival-promo-image{max-width:70%;margin-top:-50px;margin-bottom:-60px}.survival-steps-icons{position:static;font-size:30px}.header-indie-video{margin-top:-200px}.header-indie-bg{height:300px}.indie-dvd{max-width:160px;margin-bottom:20px;padding-right:0}.indie-reviews-right{padding-left:10px}.indie-features-slider-image{margin-bottom:20px;padding-right:0}.header-mobile{min-height:400px}.mobile-play-image{max-width:100%;margin-bottom:20px;margin-left:0;padding-right:0}.mobile-features-image{padding-right:30%;padding-left:30%}.mobile-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mobile-tabs-content,.mobile-tabs-menu{width:100%}.mobile-tabs-menu-item{height:58px}.mobile-howto-image{width:100%;margin-top:20px;padding-left:0}.mobile-header-actions{text-align:center}.about-tabs-content.container{padding-top:40px}.about-weapon-item{padding:20px}.about-weapon-item.left{margin-top:0}.weapon-description{padding:20px}.char-video{margin-bottom:20px;padding-right:10px}.maps-description{position:relative;max-width:100%;margin-bottom:0;padding-top:20px;padding-bottom:20px;padding-left:20px}.maps-slider-mask{padding-bottom:20px}.section-content{width:100%}.section-content.right{margin-left:0}.buy-now-header-3{padding-top:100px}.buy-now-inner-row{padding-top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.buy-now-inner-row-conent{margin-top:20px;margin-left:0}.buy-now-inner-row-buttons{width:100%;margin-top:20px;margin-left:-5px}.buy-now-addon{padding-top:20px;padding-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:#fff}.buy-now-addon.dark{background-color:#202125}.buy-now-addon-content{margin-top:20px;padding-top:0;padding-right:20px;padding-left:0}.header-company-tabs-menu{position:static;margin-top:-40px}.header-company-tabs-content-slider{min-height:600px;padding-bottom:100px}.header-company-tabs-menu-item{display:block;max-width:100%;margin-bottom:10px}.about-story-img{margin-left:0}.positions-tabs-menu{margin-top:10px;text-align:left}.download-content{padding-top:20px;padding-right:20px;padding-left:20px}.header-esports{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header-esports-left,.header-esports-right{width:100%}.header-esports-link-block._1,.header-esports-link-block.small._2,.header-esports-link-block.small._3{padding:100px 20px 20px}.esports-pool-number{min-width:30px;font-size:30px}.esports-pool-number.space{margin-right:10px}.esports-tabs-content.container{padding-top:40px}.esports-steams,.esports-vod-link{margin-bottom:20px}.teams-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.teams-menu-item{width:100%;height:auto;padding-top:15px;padding-bottom:15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;border-bottom-style:solid}.teams-menu-item-icon{margin-right:20px;margin-bottom:0;margin-left:10px}.teams-player,.tournament-item{margin-bottom:20px}.match-item-left{margin-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.match-item-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.match-team-icon{margin-bottom:10px;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.esports-about-image.mb-60{height:250px}.esports-about-image-right{height:auto;min-height:600px}.team-roster{margin-top:0}.team-roster-image{width:100%;margin-right:0;margin-bottom:20px;margin-left:0;background-color:#202125}.esports-product-link{margin-bottom:100px}.esports-products-slider-mask{padding-bottom:0}.partners-item{margin-bottom:20px}.season-header-image{max-width:100%;margin-top:20px;margin-bottom:-20px}.header-battlepass{padding-bottom:40px}.battlepass-img-left,.battlepass-img-right{display:none}.patch-content{margin-top:20px;margin-left:0}.blog-item-featured{height:auto;margin-bottom:20px}.blog-item-featured.small{height:200px}.blog-tabs-content.container{padding-top:40px}.blog-primary-post{margin-bottom:120px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.blog-primary-post-content{width:100%;max-width:100%;margin-bottom:-100px}.utility-page-content{padding:20px}.footer-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer-logo{display:block;margin-right:0;margin-bottom:10px;text-align:center}.footer-lonks-left{margin-bottom:10px;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;text-align:center}.post-image{height:300px}.post-header-content{padding-right:20px;padding-left:20px}.post-header-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.post-title{max-height:75px}.post-body{padding-right:20px;padding-left:20px}.home-header-screens{display:none;max-width:100%;margin-top:20px;margin-bottom:0;margin-left:0}.promo-image{display:none;margin-left:0}}@media screen and (max-width: 479px){.text-white.text-small.edition-title{display:none}.custom-button{display:block;text-align:center}.button{display:block;width:100%;text-align:center}.section.horror-awards{background-position:0 0,50% 0}.section.horror-story{background-position:100% 0}.mb-10.edition-img{padding-right:10px;padding-left:10px}.nav-action.fs-0{margin-right:20px}.heroes-image{margin-top:20px}.short-news-item-image{width:80px;height:100px}.input{padding-right:15px;padding-left:15px}.footer-link{display:block;margin-bottom:5px}.button-group{margin-right:0;margin-left:0}.battlepass-row-container{margin-top:40px}.slider.games-nav-slider{padding-right:30px;padding-left:30px}.slide-nav{bottom:0;width:100%}.slide-content{bottom:1px;width:100%;padding-bottom:30px}.slide-content-number{display:none}.stores{padding-right:10px;padding-left:10px}.store-item{display:block;margin-right:0;margin-left:0}.awards-images.row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.available-on-mmo{width:100%}.arrow-left,.arrow-right{width:40px;background-size:30px}.classes-tabs-menu-item{display:inline-block;width:40px}.mmo-features-menu-item{padding-top:25px;font-size:0px}.moba-header-slide{padding-right:20px;padding-left:20px}.moba-header-slide-container{padding-top:40px}.moba-header-video.mb-60{margin-top:-150px}.overview{margin-right:-5px;margin-left:-5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.overview-item{margin-right:5px;margin-bottom:5px;margin-left:5px}.moba-classes-menu{height:auto;margin-bottom:20px}.moba-classes-menu-item{margin:0 0 10px;-webkit-transform:translate(0,0) rotate(0);-ms-transform:translate(0,0) rotate(0);transform:translate(0) rotate(0)}.moba-classes-image{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.moba-classes-texts-item{position:static;width:auto;margin-top:0;margin-left:10px;-webkit-transform:rotate(0) translate(0,0);-ms-transform:rotate(0) translate(0,0);transform:rotate(0) translate(0)}.ability-item-tab{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:5px}.ability-item-tab.w--current{background-color:transparent}.moba-game-modes{margin-right:-20px;margin-left:-20px}.moba-game-modes-menu-item-title{display:none}.moba-learn-tabs-menu{padding-right:0}.short-news-item-link{padding-right:10px}.news-item-image.featured{height:240px}.header-rpg-tab-content-wrap{padding-bottom:150px}.buy-game-tabs-menu{margin-right:20px;margin-bottom:-330px;margin-left:20px;padding-left:0}.buy-game-tabs-menu-item{margin-right:0;margin-bottom:5px;margin-left:0;text-align:center}.buy-form-edition{margin-top:150px;margin-bottom:140px}.join-us-section{text-align:center}.button-group-item{display:block;margin-right:0;margin-bottom:10px;margin-left:0;text-align:center}.sport-pack-image{margin-bottom:20px}.feedback-card-score{margin-right:10px}.header-racing-slider{min-height:500px}.racing-bg-video{min-height:1000px}.header-horror-bg{min-height:790px}.horror-characters{margin-right:0;margin-left:0}.horror-loc-tab-menu{margin-bottom:80px}.horror-loc-tab-content{padding-right:20px;padding-bottom:180px;padding-left:20px}.header-strategy{padding-top:200px}.page-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-nav-link{border-bottom-width:2px;border-bottom-color:#f2f3f512}.strategy-gameplay-item{padding-top:80%}.strategy-basics-tabs-menu-item{height:50px}.strategy-basics-tabs-menu-item-number{width:52px;height:50px;font-size:20px;line-height:50px}.strategy-basics-tabs-menu-item-header{font-size:14px;line-height:40px}.strategy-races-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.strategy-races-tabs-menu-item{display:inline-block;margin-right:20px;margin-bottom:0;margin-left:20px;padding:5px}.strategy-races-tabs-menu{position:static;width:100%;margin-bottom:40px;text-align:center}.strategy-races-tabs-menu-item-icon{width:25px}.strategy-races-tabs-content-item{padding-left:0}.strategy-races-tabs-content-image{max-width:60%}.strategy-units-tabs-menu-item{margin-bottom:10px;padding:0;text-align:center}.strategy-units-tabs-menu{margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.survival-promo-image{display:none;margin-top:30px}.survival-steps-icons{width:52px;height:50px;font-size:20px;line-height:50px}.survival-steps-icons._1,.survival-steps-icons._2,.survival-steps-icons._3,.survival-steps-icons._4{background-size:30px}.header-indie-video{margin-top:-100px}.header-indie-bg{height:200px}.indie-features-slider-image{height:160px}.header-mobile{min-height:360px}.about-tabs-menu-item{border-bottom-color:#fff;text-align:center}.section-content.dark{padding:40px 20px}.contacts-row{padding:20px 20px 10px}.esports-pool{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.esports-pool-number{min-width:20px;font-size:20px}.esport-tabs-menu-item{border-bottom-color:#f2f3f512;text-align:center}.esports-about-image-right{min-height:300px}.blog-tabs-menu{border-bottom-style:none}.blog-tabs-menu-item{border-bottom-color:#17161b12;-webkit-transform:none;-ms-transform:none;transform:none;text-align:center}.store-header-tabs-content-item{padding:20px}.store-game-header-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.store-game-header-name{margin-top:10px;margin-left:0;padding-left:0;border-left-style:none}.post-image{height:160px}.nav-slider-arrow.left{margin-left:-20px}.nav-slider-arrow.right{margin-right:-20px}}.nav-dropdown-lang.w--open{border-style:none solid solid;border-width:2px;border-color:#f2f3f512;background-color:#17161b}.nav-dropdown-link-lang{display:block;padding:10px 14px;color:#f2f3f599;font-size:14px;font-weight:500;text-decoration:none;text-transform:uppercase}.download-button{display:flex;align-items:center;justify-content:center;gap:8px}.download-button .icon{display:flex;align-items:center;font-size:1.2em}.download-button .text{display:inline-block}.button.google-drive{border:1px solid transparent;background-color:#34a853;box-shadow:inset 0 0 0 3px #17161b;color:#fff}.button.google-drive:hover{background-color:#2c8c46;color:#f2f3f5}.button.mediafire{border:1px solid transparent;background-color:#1292f4;box-shadow:inset 0 0 0 3px #17161b;color:#fff}.button.mediafire:hover{background-color:#0f7dd0;color:#f2f3f5}.button.mega{border:1px solid transparent;background-color:#d9272e;box-shadow:inset 0 0 0 3px #17161b;color:#fff}.button.mega:hover{background-color:#b81f25;color:#f2f3f5}.button.bittorrent{border:1px solid transparent;background-color:#8c63a8;box-shadow:inset 0 0 0 3px #17161b;color:#fff}.button.bittorrent:hover{background-color:#724f8a;color:#f2f3f5}.button.generic{border:1px solid transparent;background-color:#6c757d;box-shadow:inset 0 0 0 3px #17161b;color:#fff}.button.generic:hover{background-color:#5a6268;color:#f2f3f5}.mobile-menu-container{display:none;position:fixed;top:0;right:0;width:100%;height:100%;z-index:9999;background-color:#000c;transition:transform .3s ease-in-out;transform:translate(100%)}.mobile-menu-container.open{transform:translate(0)}.mobile-menu-panel{background:#17161b;color:#fff;width:300px;height:100%;overflow-y:auto;padding:22px 20px;border-left:1px solid rgba(242,243,245,.08);box-shadow:-18px 0 45px #00000080;display:flex;flex-direction:column;margin-left:auto}.mobile-menu-header{display:block;padding-bottom:18px;border-bottom:1px solid rgba(242,243,245,.08);margin-bottom:20px;position:relative;height:44px}.mobile-menu-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#f2f3f509;border:1px solid rgba(242,243,245,.08);color:#f2f3f5;font-size:20px;cursor:pointer;flex:0 0 auto;transition:all .18s ease;position:absolute;left:0;top:50%;transform:translateY(-50%)}.mobile-menu-close:hover{border-color:#f5a62361;color:#f5a623}.mobile-menu-logo{display:flex;align-items:center;justify-content:center;min-width:0;position:absolute;left:50%;top:50%;width:170px;padding:0;transform:translate(-50%,-50%)}.mobile-menu-logo img{width:170px;max-width:100%;height:auto;display:block}.mobile-menu-nav-link{display:block;padding:13px 10px;color:#f2f3f5db;text-decoration:none;font-size:14px;font-weight:800;letter-spacing:.6px;border-left:2px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.mobile-menu-nav-link:hover{background-color:#f2f3f50b;border-left-color:#f5a623a6;color:#f5a623}.mobile-menu-dropdown{position:relative;padding:0}.mobile-menu-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:13px 10px;color:#f2f3f5db;background-color:transparent;border:none;font-size:14px;font-weight:800;letter-spacing:.6px;cursor:pointer;border-left:2px solid transparent;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.mobile-menu-dropdown-toggle:hover,.mobile-menu-dropdown-toggle.active{background-color:#f2f3f50b;border-left-color:#f5a623a6;color:#f5a623}.mobile-menu-dropdown-toggle .dropdown-arrow{transform:rotate(0);transition:transform .3s ease}.mobile-menu-dropdown-toggle.active .dropdown-arrow{transform:rotate(180deg)}.mobile-menu-dropdown-content{display:none;background-color:#f2f3f509;border:1px solid rgba(242,243,245,.06);margin-top:5px;padding:5px 0}.mobile-menu-dropdown-content.open{display:block}.mobile-menu-dropdown-content a{padding-left:25px}.mobile-menu-lang-switcher{margin-top:auto;padding-top:18px;border-top:1px solid rgba(242,243,245,.08)}.mobile-menu-lang-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px;background-color:#f2f3f50e;color:#f2f3f5;border:1px solid rgba(242,243,245,.08);cursor:pointer;font-size:13px;font-weight:900;letter-spacing:.8px}.mobile-menu-lang-content{display:none;flex-direction:column;margin-top:10px}.mobile-menu-lang-content.open{display:flex}.mobile-menu-lang-content a{display:flex;align-items:center;gap:10px;padding:10px;color:#fff;text-decoration:none;border-radius:5px}.mobile-menu-lang-content a:hover{background-color:#444}.mobile-menu-lang-content a svg{width:24px;height:16px}.mobile-menu-action-buttons{display:flex;justify-content:space-around;align-items:center;padding-top:18px;border-top:1px solid rgba(242,243,245,.08);margin-top:20px}.mobile-menu-action-buttons a{width:44px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#f2f3f509;border:1px solid rgba(242,243,245,.08);font-size:18px;color:#f2f3f5;transition:all .18s ease}.mobile-menu-action-buttons a:hover{border-color:#f5a62361;color:#f5a623}.mobile-menu-primary-cta{width:100%;margin-top:20px;justify-content:center}.mobile-menu-primary-cta .custom-button-text{letter-spacing:2px}@media (max-width: 991px){.navbar .nav-menu{display:none}.menu-button-container{display:flex!important;justify-content:flex-end;align-items:center;margin-left:auto}.mobile-menu-container{display:block}}.t--lowercase{text-transform:lowercase!important}.t--uppercase{text-transform:uppercase!important}.t--capitalize{text-transform:capitalize!important}.t--left{text-align:left!important}.t--right{text-align:right!important}.t--center{text-align:center!important}#nprogress{pointer-events:none}#nprogress .bar{background:#f5a623!important;position:fixed!important;z-index:99999!important;top:0!important;left:0!important;width:100%!important;height:2px!important}#nprogress .peg{display:block!important;position:absolute!important;right:0!important;width:100px!important;height:100%!important;box-shadow:0 0 10px #f5a623,0 0 5px #f5a623!important;opacity:1!important;transform:rotate(3deg) translateY(-4px)!important}#nprogress .spinner{display:none!important}
