@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@100..900&display=swap";:root{--color-bg: #000;--color-bright-bg: #111;--color-text: #fff;--color-text-secondary: #fff;--color-primary: #FF5900;--color-primary-hover: hsl( from var(--color-primary) h calc(s + 25) calc(l + 15) );--color-secondary: #2299CB;--color-secondary-hover: hsl( from var(--color-secondary) h calc(s + 25) calc(l + 15) );--color-tertiary: transparent;--color-tertiary-hover: rgb(255 255 255 / 20%);--content-width: 1440px;--btn-size: 44px;--content-padding: 25px;--heading-font-family: Poppins, sans-serif;--heading-font-weight: 400}@media (width > 600px){:root{--content-padding: 30px}}@media (width > 960px){:root{--content-padding: 40px}}@media (width > 1400px){:root{--content-padding: 80px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border:none;outline:none;vertical-align:baseline;color:inherit;background:transparent;font-size:inherit;font-family:inherit;font-weight:inherit;letter-spacing:inherit}strong,b{font-weight:700}em,i{font-style:italic}input[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;text-align:left}textarea{resize:none}symbol,use,svg{overflow:visible}svg,img{display:block}li{display:block}button{display:block;cursor:pointer}a{color:inherit;text-decoration:none}[hidden]{display:none!important}:focus{outline:0}::placeholder{color:inherit;opacity:1}@font-face{font-family:Futura;src:url(/assets/Futura-BtbTGTrZ.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"1942";src:url(/assets/1942-BqSpvxWV.woff2) format("woff2");font-weight:400;font-style:normal}html,body{min-height:100vh}html{overflow:hidden scroll;scrollbar-width:thin;scrollbar-color:#666 var(--color-bg);scrollbar-gutter:stable}html.no-scroll{overflow:hidden}body{color:var(--color-text);background:var(--color-bg);font-family:Poppins,sans-serif;font-size:14px;line-height:normal}body>.app{display:grid;grid-template-rows:auto auto 1fr auto auto;grid-template-columns:100%;width:100%;min-height:100vh}::selection{color:var(--color-text);background-color:var(--color-primary);text-shadow:none}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);text-transform:var(--heading-text-transform, none)}.btn-primary,.btn-secondary,.btn-tertiary{--line-height: 24px;--btn-color: var(--color-text-dark);--btn-background-color: var(--color-bg);display:block;position:relative;width:fit-content;min-width:var(--btn-size);height:var(--btn-size);padding:calc((var(--btn-size) - var(--line-height)) / 2) 12px;color:var(--btn-color);background-color:var(--btn-background-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:var(--line-height);font-size:16px;font-weight:400;text-align:center;cursor:pointer;transition:all .15s ease}.btn-primary:disabled,.btn-secondary:disabled,.btn-tertiary:disabled{opacity:.5;pointer-events:none}.btn-primary{--btn-color: var(--color-text);--btn-background-color: var(--color-primary)}.btn-primary:hover,.btn-primary:focus,.btn-primary.btn-active{--btn-background-color: var(--color-primary-hover)}.btn-secondary{--btn-color: var(--color-text);--btn-background-color: var(--color-secondary)}.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.btn-active{--btn-background-color: var(--color-secondary-hover)}.btn-tertiary{--btn-color: var(--color-text);--btn-background-color: var(--color-tertiary);box-shadow:inset 0 0 0 1px var(--btn-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-tertiary:hover,.btn-tertiary:focus,.btn-tertiary.btn-active{--btn-background-color: var(--color-tertiary-hover);box-shadow:none;box-shadow:inset 0 0 0 5px transparent}.btn-glyph,.btn-glyph-text,.btn-icon,.btn-icon-text{--icon: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20xmlns='http://www.w3.org/2000/svg'%20fill-rule='evenodd'%20clip-rule='evenodd'%3e%3cpath%20d='M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z'%20fill='%23000'%20/%3e%3c/svg%3e")}.btn-glyph:before,.btn-glyph-text:before,.btn-icon:before,.btn-icon-text:before{content:"";display:block;width:16px;height:16px;flex:none;transition:color .15s ease-in-out,background-color .15s ease-in-out}.btn-glyph{padding:0;color:transparent;font-size:0}.btn-glyph:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:var(--btn-color);mask:var(--icon) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.btn-glyph-text{display:flex;align-items:center;gap:6px}@media (pointer: coarse){.btn-glyph-text.btn-hover-text{justify-content:center;gap:0;color:transparent;font-size:0;padding-left:0;padding-right:0}}@media (pointer: fine){.btn-glyph-text.btn-hover-text:not(:hover):not(:focus){justify-content:center;gap:0;padding-left:0;padding-right:0;color:transparent;font-size:0}}.btn-glyph-text:before{background-color:var(--btn-color);mask:var(--icon) center center no-repeat;-webkit-mask-size:contain;mask-size:contain}.btn-icon{padding:0;color:transparent;font-size:0}.btn-icon:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:var(--icon) center center no-repeat;background-size:contain}.btn-icon-text{display:flex;align-items:center;gap:6px}@media (pointer: coarse){.btn-icon-text.btn-hover-text{justify-content:center;gap:0;color:transparent;font-size:0;padding-left:0;padding-right:0}}@media (pointer: fine){.btn-icon-text.btn-hover-text:not(:hover):not(:focus){justify-content:center;gap:0;padding-left:0;padding-right:0;color:transparent;font-size:0}}.btn-icon-text:before{background:var(--icon) center center no-repeat;background-size:contain}.btn-close{--btn-color: var(--color-text);--btn-background-color: var(--color-tertiary);--btn-color: var(--color-bg-dark);display:block;position:relative;flex:none;width:var(--btn-size);height:var(--btn-size);padding:0;color:transparent;font-size:0;border-radius:calc(var(--btn-size) / 2);cursor:pointer;transition:all .15s ease}.btn-close.btn-large{--btn-size: var(--btn-size-large)}.btn-close:disabled{opacity:.5;pointer-events:none}.btn-close:hover,.btn-close:focus{--btn-color: var(--color-text-dark);--btn-background-color: var(--color-tertiary-hover);box-shadow:inset 0 0 0 1px var(--btn-color)}.btn-close:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--btn-color);mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.30797%205.30799C5.71861%204.89734%206.38439%204.89733%206.79504%205.30797L11.9999%2010.5127L17.2047%205.3085C17.6153%204.89784%2018.2805%204.89735%2018.6912%205.30798C19.1018%205.71861%2019.1019%206.38439%2018.6912%206.79505L13.487%2011.9997L18.6916%2017.2042C19.1022%2017.6148%2019.1022%2018.2806%2018.6916%2018.6912C18.2809%2019.1019%2017.6152%2019.1019%2017.2045%2018.6912L12%2013.4869L6.79533%2018.692C6.38471%2019.1026%205.71892%2019.1027%205.30826%2018.692C4.8976%2018.2814%204.89757%2017.6156%205.3082%2017.205L10.5129%2011.9998L5.30799%206.79506C4.89734%206.38443%204.89733%205.71864%205.30797%205.30799Z'%20fill='%23000'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:20px;mask-size:20px}.dark-mode .btn-close{--btn-color: var(--color-text)}.dark-mode .btn-close:hover,.dark-mode .btn-close:focus{--btn-color: var(--color-text-dark)}.tag{display:block;flex:none;padding:6px 16px;height:34px;line-height:20px;font-size:16px;font-weight:500;color:var(--color-text-secondary);border:1px solid var(--color-text-secondary);transition:.15s ease-in-out color,.15s ease-in-out background-color}a.tag,button.tag{cursor:pointer}button.tag:hover,button.tag.active,label.tag:hover,label.tag.active,a.tag:hover,a.tag.active{color:var(--color-bg);border:1px solid var(--color-text-secondary);background-color:var(--color-text-secondary)}@keyframes skeletonBackgroundAnimation{to{background-position:right}}.skeleton{--skeleton-color: var(--color-tertiary-hover);background-image:linear-gradient(95deg,hsl(from var(--skeleton-color) h s l/5%),hsl(from var(--skeleton-color) h s l/5%) 40%,hsl(from var(--skeleton-color) h s l/20%),hsl(from var(--skeleton-color) h s l/5%) 60%,hsl(from var(--skeleton-color) h s l/5%));background-attachment:fixed;background-size:500% 100%;animation:skeletonBackgroundAnimation 1.4s infinite reverse;animation-delay:-.3s;contain:paint;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-to-games{display:flex;justify-content:center;align-items:center;gap:10px;max-width:var(--content-width);margin:0 auto 20px;line-height:24px;padding:0 var(--content-padding);font-size:16px;text-transform:capitalize;transition:color .15s ease-in-out}@media (width > 600px){.back-to-games{justify-content:flex-start;margin-bottom:46px}}.back-to-games:before{content:"";display:block;width:16px;height:16px;background-color:currentColor;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18%2010C18%209.73478%2017.8946%209.48043%2017.7071%209.29289L11.7071%203.29289C11.3166%202.90237%2010.6834%202.90237%2010.2929%203.29289C9.90237%203.68342%209.90237%204.31658%2010.2929%204.70711L14.5858%209L3%209C2.44772%209%202%209.44771%202%2010C2%2010.5523%202.44772%2011%203%2011L14.5858%2011L10.2929%2015.2929C9.90237%2015.6834%209.90237%2016.3166%2010.2929%2016.7071C10.6834%2017.0976%2011.3166%2017.0976%2011.7071%2016.7071L17.7071%2010.7071C17.8946%2010.5196%2018%2010.2652%2018%2010Z'%20fill='%23000'%20/%3e%3c/svg%3e") no-repeat center center;-webkit-mask-size:contain;mask-size:contain;rotate:180deg}.back-to-games:hover{color:var(--color-primary)}.top-header[data-v-80db037b]{position:relative;background-color:var(--color-bg);z-index:100}.top-header-inner[data-v-80db037b]{margin:0 auto;height:40px;padding:10px var(--content-padding);line-height:20px;font-size:11px}@media (width > 960px){.top-header-inner[data-v-80db037b]{max-width:var(--content-width);font-size:12px}}.top-header-inner .back-to-link[data-v-80db037b]{display:flex;align-items:center;gap:6px;width:fit-content;font-size:12px;transition:color .15s ease-in-out}.top-header-inner .back-to-link[data-v-80db037b]:hover{color:var(--color-primary)}.top-header-inner .back-to-link[data-v-80db037b]:before{content:"";display:block;width:20px;height:20px;background-color:currentcolor;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.6247%2015.7808C12.056%2015.4358%2012.1259%2014.8065%2011.7809%2014.3753L8.28063%209.99996L11.7809%205.62466C12.1259%205.1934%2012.056%204.5641%2011.6247%204.21909C11.1934%203.87408%2010.5641%203.94401%2010.2191%204.37527L6.21913%209.37527C5.92696%209.74049%205.92696%2010.2594%206.21913%2010.6247L10.2191%2015.6247C10.5641%2016.0559%2011.1934%2016.1258%2011.6247%2015.7808Z'%20fill='%23000'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain}.top-header-inner .currency[data-v-80db037b]{font-weight:700;transition:color .15s ease-in-out;cursor:pointer}.top-header-inner .currency[data-v-80db037b]:hover{color:#fff}.top-header-inner .currency option[data-v-80db037b]{background-color:var(--color-bg);font-weight:400;font-size:14px}.site-header[data-v-c6f3b607]{--header-height: 70px;position:sticky;top:0;width:100%;height:var(--header-height);z-index:100;margin-bottom:calc(var(--header-height) * -1)}@media (width > 960px){.site-header[data-v-c6f3b607]{--header-height: 90px;background-color:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.site-header-inner[data-v-c6f3b607]{display:flex;align-items:center;align-content:center;flex-wrap:wrap;position:relative;gap:10px;padding:calc((var(--header-height) - var(--btn-size)) / 2) var(--content-padding);min-height:var(--header-height)}@media (width > 360px){.site-header-inner[data-v-c6f3b607]{gap:10px 16px}}@media (width > 600px){.site-header-inner[data-v-c6f3b607]{gap:10px 20px}}@media (width <= 960px){.site-header-inner[data-v-c6f3b607]{background-color:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@media (width > 960px){.site-header-inner[data-v-c6f3b607]{gap:60px;margin:0 auto;max-width:var(--content-width)}}.mobile-toggle[data-v-c6f3b607]{flex:none;padding:0;font-size:0;color:transparent}@media (width > 960px){.mobile-toggle[data-v-c6f3b607]{display:none}}.mobile-toggle .line[data-v-c6f3b607]{content:"";display:block;position:absolute;left:0;right:0;margin:0 auto;width:18px;height:2px;background-color:var(--color-text);transition:all .1s ease-in-out}.mobile-toggle .line[data-v-c6f3b607]:nth-child(1){top:calc(33.3333333333% - 1px)}.mobile-toggle .line[data-v-c6f3b607]:nth-child(2){top:calc(50% - 1px)}.mobile-toggle .line[data-v-c6f3b607]:nth-child(3){top:calc(66.6666666667% - 1px)}.mobile-toggle.active .line[data-v-c6f3b607]:nth-child(1){top:calc(50% - 1px);rotate:-45deg}.mobile-toggle.active .line[data-v-c6f3b607]:nth-child(2){opacity:0;height:0}.mobile-toggle.active .line[data-v-c6f3b607]:nth-child(3){top:calc(50% - 1px);rotate:45deg}.site-logo[data-v-c6f3b607]{flex:0 1 auto;margin-right:auto}.site-logo img[data-v-c6f3b607]{width:140px;height:auto;object-fit:contain}@media (width > 960px){.site-logo img[data-v-c6f3b607]{width:160px}}@media (width > 1400px){.site-logo img[data-v-c6f3b607]{width:200px}}@media (width <= 960px){.site-navigation[data-v-c6f3b607]{display:none;margin:0 -10px;width:calc(100% + 20px);order:2;transition:max-height .15s ease-in-out}.navigation-open .site-navigation[data-v-c6f3b607]{display:block}}@media (width > 960px){.site-navigation ul[data-v-c6f3b607]{display:flex;gap:30px;align-items:center}}.site-navigation li[data-v-c6f3b607]{line-height:36px;font-size:14px}@media (width > 960px){.site-navigation li[data-v-c6f3b607]{line-height:30px;font-size:16px;text-align:center}}.site-navigation a[data-v-c6f3b607]{display:block;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out}@media (width <= 960px){.site-navigation a[data-v-c6f3b607]{padding:0 15px}}.site-navigation a[data-v-c6f3b607]:hover{color:var(--color-primary)}@media (width <= 960px){.site-navigation a.router-link-active[data-v-c6f3b607]{color:var(--color-bg);background-color:var(--color-primary)}}@media (width > 960px){.site-navigation a.router-link-active[data-v-c6f3b607]:after{width:60%;opacity:1;visibility:visible}}.basket[data-v-c6f3b607]{--icon: url("data:image/svg+xml,%3csvg%20width='16'%20height='15'%20viewBox='0%200%2016%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M14.67%208.73919L15.9831%203.05169C16.0779%202.64104%2015.7609%202.25%2015.3331%202.25H4.42245L4.16783%201.02473C4.10439%200.719324%203.83139%200.5%203.5147%200.5H0.666667C0.298472%200.5%200%200.793809%200%201.15625V1.59375C0%201.95619%200.298472%202.25%200.666667%202.25H2.60786L4.5592%2011.6408C4.09236%2011.9051%203.77778%2012.4006%203.77778%2012.9688C3.77778%2013.8144%204.47422%2014.5%205.33333%2014.5C6.19245%2014.5%206.88889%2013.8144%206.88889%2012.9688C6.88889%2012.5402%206.70981%2012.1529%206.42156%2011.875H12.2451C11.9569%2012.1529%2011.7778%2012.5402%2011.7778%2012.9688C11.7778%2013.8144%2012.4742%2014.5%2013.3333%2014.5C14.1924%2014.5%2014.8889%2013.8144%2014.8889%2012.9688C14.8889%2012.3625%2014.5309%2011.8386%2014.0117%2011.5905L14.1649%2010.9267C14.2598%2010.516%2013.9427%2010.125%2013.5149%2010.125H6.05881L5.877%209.25H14.0199C14.3312%209.25%2014.601%209.03798%2014.67%208.73919Z'%20fill='%23000'%20/%3e%3c/svg%3e");justify-content:center;gap:8px}@media (width > 600px){.basket[data-v-c6f3b607]{min-width:110px}}@media (width <= 600px){.basket .title[data-v-c6f3b607]{display:none}}.site-footer[data-v-f79a3eea]{overflow:hidden;background:url(/assets/site-footer-bg-GfGVkYLF.jpg) 50%/cover no-repeat;background-size:cover;font-size:10px}@media (width > 960px){.site-footer[data-v-f79a3eea]{font-size:11px}}.site-logo[data-v-f79a3eea]{margin:20px auto;width:128px;height:auto}@media (width > 960px){.site-logo[data-v-f79a3eea]{margin:20px auto 45px;width:250px}}.site-footer-credit[data-v-f79a3eea]{color:#b2b2b2;background:var(--color-bright-bg)}.site-footer-credit-inner[data-v-f79a3eea]{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:22px;margin:auto;padding:16px var(--content-padding);max-width:var(--content-width);min-height:45px}@media (width > 960px){.site-footer-credit-inner[data-v-f79a3eea]{align-items:center;flex-direction:row}}.copyright[data-v-f79a3eea]{display:flex;align-items:flex-start;gap:22px}@media (width > 960px){.copyright[data-v-f79a3eea]{align-items:center}}.copyright .tebex-logo-link[data-v-f79a3eea]{flex:none}.legal[data-v-f79a3eea]{display:flex;gap:16px;white-space:nowrap}@media (width > 960px){.legal[data-v-f79a3eea]{gap:20px}}.legal a[data-v-f79a3eea]{text-decoration:underline;text-underline-offset:2px;transition:all .15s ease-in-out}.legal a[data-v-f79a3eea]:hover{color:var(--color-primary)}.image-preview[data-v-0d31edfc]{--padding: 0;--thumbnail-height: 80px;--navigation-size: 30px;--theme-color: #fff;--swiper-navigation-color: var(--theme-color);--swiper-pagination-color: var(--theme-color);position:fixed;top:0;left:0;bottom:0;width:100vw;z-index:1000000;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-user-select:none;user-select:none}@media (width > 600px){.image-preview[data-v-0d31edfc]{--padding: 10px}}@media (width > 960px){.image-preview[data-v-0d31edfc]{--navigation-size: 40px;--padding: 50px;--thumbnail-height: 140px}}.close[data-v-0d31edfc]{position:absolute;top:0;right:0;z-index:2;overflow:hidden;width:40px;height:40px;color:transparent;font-size:0;transition:background-color .15s ease-in-out}.close[data-v-0d31edfc]:before{content:"";display:block;width:100%;height:100%;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.30797%205.30799C5.71861%204.89734%206.38439%204.89733%206.79504%205.30797L11.9999%2010.5127L17.2047%205.3085C17.6153%204.89784%2018.2805%204.89735%2018.6912%205.30798C19.1018%205.71861%2019.1019%206.38439%2018.6912%206.79505L13.487%2011.9997L18.6916%2017.2042C19.1022%2017.6148%2019.1022%2018.2806%2018.6916%2018.6912C18.2809%2019.1019%2017.6152%2019.1019%2017.2045%2018.6912L12%2013.4869L6.79533%2018.692C6.38471%2019.1026%205.71892%2019.1027%205.30826%2018.692C4.8976%2018.2814%204.89757%2017.6156%205.3082%2017.205L10.5129%2011.9998L5.30799%206.79506C4.89734%206.38443%204.89733%205.71864%205.30797%205.30799Z'%20fill='%23000'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:18px;mask-size:18px;background:var(--color-text);transition:background-color .15s ease-in-out}.close[data-v-0d31edfc]:hover{background-color:#fff3}.single-container[data-v-0d31edfc]{display:flex;justify-content:center;align-items:center;height:100vh;padding:var(--padding);pointer-events:none}.multi-container[data-v-0d31edfc]{position:relative;height:100vh;pointer-events:none}.multi-slider[data-v-0d31edfc]{--swiper-navigation-size: var(--navigation-size);--swiper-theme-color: var(--theme-color);position:absolute;inset:0 0 var(--thumbnail-height) 0;margin:auto 0}.multi-slide[data-v-0d31edfc]{display:flex;justify-content:center;align-items:center;padding:var(--padding);width:fit-content;pointer-events:none}.viewer-image[data-v-0d31edfc]{width:auto;height:auto;max-width:100%;max-height:100%;pointer-events:auto}.nav-btn[data-v-0d31edfc]{position:absolute;top:0;bottom:var(--thumbnail-height);z-index:2;margin:auto 0;width:var(--navigation-size);height:var(--navigation-size);cursor:pointer;background-color:#ffffffa6;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.6247%2015.7808C12.056%2015.4358%2012.1259%2014.8065%2011.7809%2014.3753L8.28063%209.99996L11.7809%205.62466C12.1259%205.1934%2012.056%204.5641%2011.6247%204.21909C11.1934%203.87408%2010.5641%203.94401%2010.2191%204.37527L6.21913%209.37527C5.92696%209.74049%205.92696%2010.2594%206.21913%2010.6247L10.2191%2015.6247C10.5641%2016.0559%2011.1934%2016.1258%2011.6247%2015.7808Z'%20fill='%23000'/%3e%3c/svg%3e") center center no-repeat;-webkit-mask-size:85%;mask-size:85%;transition:all .15s ease-in-out;pointer-events:auto}.nav-btn[data-v-0d31edfc]:hover{background-color:#ffffffe6}.nav-btn-prev[data-v-0d31edfc]{left:0}.nav-btn-prev[data-v-0d31edfc]:hover{translate:-2px 0}.nav-btn-next[data-v-0d31edfc]{right:0;rotate:180deg}.nav-btn-next[data-v-0d31edfc]:hover{translate:2px 0}.thumbnails-slider[data-v-0d31edfc]{position:absolute;inset:calc(100vh - var(--thumbnail-height)) 0 10px 0;margin:0 auto;max-width:100%;width:fit-content;pointer-events:auto}.thumbnail-slide[data-v-0d31edfc]{width:fit-content}.thumbnail-slide[data-v-0d31edfc]:first-child{margin-left:10px}.thumbnail-slide[data-v-0d31edfc]:last-child{margin-right:10px}.thumbnail[data-v-0d31edfc]{width:auto;height:auto;max-height:calc(var(--thumbnail-height) - 10px);opacity:.5;cursor:pointer;transition:opacity .15s ease-in-out}.thumbnail[data-v-0d31edfc]:hover,.thumbnail.active[data-v-0d31edfc]{opacity:1}.item[data-v-d579ab73]{display:flex;align-items:center;gap:10px;padding:10px;background-color:var(--color-bg);border-radius:2px}@media (width > 960px){.item[data-v-d579ab73]{gap:16px}}.item.item-loading[data-v-d579ab73]{opacity:.5}.image[data-v-d579ab73]{flex:none;width:60px;height:auto}.title[data-v-d579ab73]{margin-right:auto;font-size:18px;font-weight:600;line-height:22px}.title span[data-v-d579ab73]{opacity:.4;font-size:13.66px;font-weight:700}.actions-note[data-v-d579ab73]{margin-bottom:17px;line-height:normal;font-size:12px;font-weight:400}.price[data-v-d579ab73]{line-height:normal;font-size:16px;font-weight:600}.remove[data-v-d579ab73]{flex:none;align-self:flex-end;margin-left:auto;width:40px;height:40px;font-size:0;background-color:var(--color-tertiary);transition:background-color .15s ease-in-out}.remove[data-v-d579ab73]:hover{background-color:var(--color-tertiary-hover)}.remove[data-v-d579ab73]:before{content:"";display:block;mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='24px/delete'%3e%3cg%20id='Vector'%3e%3cpath%20d='M6.66683%202.49999C6.66683%202.03975%207.03993%201.66666%207.50016%201.66666H12.5002C12.9604%201.66666%2013.3335%202.03975%2013.3335%202.49999V3.33332H15.8335C16.2937%203.33332%2016.6668%203.70642%2016.6668%204.16666V4.99999H3.3335V4.16666C3.3335%203.70642%203.70659%203.33332%204.16683%203.33332H6.66683V2.49999Z'%20fill='%23DF003D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.8335%206.66666H4.16683V17.5C4.16683%2017.9602%204.53993%2018.3333%205.00016%2018.3333H15.0002C15.4604%2018.3333%2015.8335%2017.9602%2015.8335%2017.5V6.66666ZM12.5002%208.33332H10.8335V16.6667H12.5002V8.33332ZM7.50016%208.33332H9.16683V16.6667H7.50016V8.33332Z'%20fill='%23DF003D'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center center;-webkit-mask-size:20px;mask-size:20px;width:100%;height:100%;background-color:currentcolor;transition:background-color .15s ease-in-out}.basket[data-v-876388f0]{position:fixed;top:0;right:0;bottom:0;width:100%;z-index:102}@media (width > 960px){.basket[data-v-876388f0]{background:linear-gradient(to right,#0000,#00000080)}}.basket.fade-enter-active[data-v-876388f0],.basket.fade-leave-active[data-v-876388f0]{transition:right .3s ease-in-out,opacity .3s ease-in-out}.basket.fade-enter-from[data-v-876388f0],.basket.fade-leave-to[data-v-876388f0]{right:-100%;opacity:0}.basket-main[data-v-876388f0]{position:absolute;top:0;bottom:0;right:0;display:flex;flex-direction:column;width:440px;max-width:100%;background-color:#000000d9;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.basket-title[data-v-876388f0]{padding:20px;line-height:40px;font-size:28px;text-align:center}.basket-close[data-v-876388f0]{position:absolute;top:20px;right:20px;width:40px;height:40px;line-height:0;font-size:0;color:transparent;transition:background-color .15s ease-in-out}.basket-close[data-v-876388f0]:hover{background-color:var(--color-tertiary-hover)}.basket-close[data-v-876388f0]:before{content:"";display:block;width:100%;height:100%;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.30797%205.30799C5.71861%204.89734%206.38439%204.89733%206.79504%205.30797L11.9999%2010.5127L17.2047%205.3085C17.6153%204.89784%2018.2805%204.89735%2018.6912%205.30798C19.1018%205.71861%2019.1019%206.38439%2018.6912%206.79505L13.487%2011.9997L18.6916%2017.2042C19.1022%2017.6148%2019.1022%2018.2806%2018.6916%2018.6912C18.2809%2019.1019%2017.6152%2019.1019%2017.2045%2018.6912L12%2013.4869L6.79533%2018.692C6.38471%2019.1026%205.71892%2019.1027%205.30826%2018.692C4.8976%2018.2814%204.89757%2017.6156%205.3082%2017.205L10.5129%2011.9998L5.30799%206.79506C4.89734%206.38443%204.89733%205.71864%205.30797%205.30799Z'%20fill='%23000'/%3e%3c/svg%3e") no-repeat center center;-webkit-mask-size:60%;mask-size:60%;background-color:var(--color-text)}.basket-content[data-v-876388f0]{flex:1;overflow:auto}.items[data-v-876388f0]{display:flex;flex-direction:column;gap:20px;padding:0 20px}.no-items[data-v-876388f0]{margin-top:30px;opacity:.7;color:var(--secondary-brand);font-size:18px;text-align:center}.checkout[data-v-876388f0]{padding:20px 20px 48px}.checkout h3[data-v-876388f0]{display:flex;justify-content:space-between;font-size:22px;margin-bottom:24px}.checkout h3 strong[data-v-876388f0]{color:var(--color-text)}.checkout .checkout-button[data-v-876388f0]{--btn-size: 48px;width:100%;font-size:20px}.toaster[data-v-ff9b68b0]{position:relative;display:flex;flex-direction:column-reverse;pointer-events:none}.toast[data-v-ff9b68b0]{display:flex;justify-content:space-between;align-items:center;margin-top:10px;width:100%;height:50px;padding:0 7px 0 16px;line-height:20px;color:var(--color-bright-bg);background:var(--color-text-secondary);font-size:14px;font-weight:400;border-radius:10px;box-shadow:0 10px 30px #00000040;overflow:hidden;pointer-events:all}.toast.fade-enter-active[data-v-ff9b68b0],.toast.fade-leave-active[data-v-ff9b68b0]{transition:all .3s ease-in-out}.toast.fade-enter-from[data-v-ff9b68b0],.toast.fade-leave-to[data-v-ff9b68b0]{margin-top:0;height:0;opacity:0}.toast.toast-error[data-v-ff9b68b0]{color:var(--color-text);background:#f12853}.toast.toast-success[data-v-ff9b68b0]{color:var(--color-text);background:#02a25f}.toast .btn-close[data-v-ff9b68b0]{margin-left:auto;width:36px;height:36px;overflow:hidden;border-radius:5px;line-height:0;font-size:0;color:transparent;transition:background-color .15s ease-in-out}.toast .btn-close[data-v-ff9b68b0]:before{content:"";display:block;width:100%;height:100%;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.30797%205.30799C5.71861%204.89734%206.38439%204.89733%206.79504%205.30797L11.9999%2010.5127L17.2047%205.3085C17.6153%204.89784%2018.2805%204.89735%2018.6912%205.30798C19.1018%205.71861%2019.1019%206.38439%2018.6912%206.79505L13.487%2011.9997L18.6916%2017.2042C19.1022%2017.6148%2019.1022%2018.2806%2018.6916%2018.6912C18.2809%2019.1019%2017.6152%2019.1019%2017.2045%2018.6912L12%2013.4869L6.79533%2018.692C6.38471%2019.1026%205.71892%2019.1027%205.30826%2018.692C4.8976%2018.2814%204.89757%2017.6156%205.3082%2017.205L10.5129%2011.9998L5.30799%206.79506C4.89734%206.38443%204.89733%205.71864%205.30797%205.30799Z'%20fill='%23000'/%3e%3c/svg%3e") no-repeat center center;-webkit-mask-size:18px;mask-size:18px;background-color:var(--color-bg)}.toast .btn-close[data-v-ff9b68b0]:hover{background-color:var(--color-tertiary-hover)}.toast.toast-error .btn-close[data-v-ff9b68b0]:before,.toast.toast-success .btn-close[data-v-ff9b68b0]:before{background-color:var(--color-text)}.site-main-content[data-v-a77988b6]{padding-bottom:40px}@media (width > 960px){.site-main-content[data-v-a77988b6]{padding-bottom:100px}}.site-main-content.fade-enter-active[data-v-a77988b6],.site-main-content.fade-leave-active[data-v-a77988b6]{transition:translate .2s ease-in-out,opacity .2s ease-in-out}.site-main-content.fade-enter-from[data-v-a77988b6],.site-main-content.fade-leave-to[data-v-a77988b6]{translate:-10px 0;opacity:0}.site-main-content.fade-leave-to[data-v-a77988b6]{translate:10px 0}.site-toaster[data-v-a77988b6]{position:fixed;left:24px;right:24px;bottom:24px;z-index:200;margin:auto;max-width:700px}.countdown[data-v-9d6ba898]{font-variant-numeric:tabular-nums}.countdown[data-v-9d6ba898]:before{content:"";display:inline-block;vertical-align:-.15em;width:1em;height:1em;background-color:currentColor;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%2016%2016'%20%3e%3cmask%20id='hands'%3e%3crect%20x='0'%20y='0'%20width='16'%20height='16'%20fill='white'%20/%3e%3crect%20id='hours'%20x='7'%20y='7'%20width='6'%20height='2'%20rx='1'%20ry='1'%20fill='black'%3e%3canimateTransform%20attributeName='transform'%20type='rotate'%20from='0%208%208'%20to='360%208%208'%20dur='12s'%20repeatCount='indefinite'%20/%3e%3c/rect%3e%3crect%20id='minutes'%20x='7'%20y='2'%20width='2'%20height='7'%20rx='1'%20ry='1'%20fill='black'%3e%3canimateTransform%20attributeName='transform'%20type='rotate'%20from='0%208%208'%20to='360%208%208'%20dur='3s'%20repeatCount='indefinite'%20/%3e%3c/rect%3e%3c/mask%3e%3ccircle%20cx='8'%20cy='8'%20r='8'%20mask='url(%23hands)'%20fill='black'%20/%3e%3c/svg%3e") center center/contain no-repeat}.game-entry[data-v-d5a35634]{--gap: 8px;position:relative;display:flex;flex-direction:column;gap:var(--gap);transition:scale .15s ease-in-out}@media (width > 960px){.game-entry[data-v-d5a35634]{--gap: 12px}}@media (pointer: fine){.game-entry[data-v-d5a35634]:hover{scale:1.01}}.game-entry .dlc[data-v-d5a35634]{position:absolute;top:10px;left:10px;padding:0 12px;line-height:24px;font-size:12px;font-weight:400;background:var(--color-primary);pointer-events:none}.game-entry .poster[data-v-d5a35634],.game-entry .poster img[data-v-d5a35634]{width:100%;height:auto}.game-entry .info h2[data-v-d5a35634]{margin-bottom:4px;font-size:14px;font-weight:400;-webkit-hyphens:auto;hyphens:auto}@media (width > 960px){.game-entry .info h2[data-v-d5a35634]{font-size:16px}}@media (width > 1400px){.game-entry .info h2[data-v-d5a35634]{font-size:22px}}.game-entry .info .countdown[data-v-d5a35634]{margin-bottom:4px;color:var(--color-primary);font-size:12px;font-weight:500}.game-entry .info .price[data-v-d5a35634]{height:32px;line-height:32px;font-size:22px;font-weight:700}@media (width > 1400px){.game-entry .info .price[data-v-d5a35634]{font-size:26px}}.game-entry .info .price .original[data-v-d5a35634]{color:#f12853;font-size:18px;font-weight:400;text-decoration:line-through}.game-entry .actions-buttons[data-v-d5a35634]{display:flex;gap:var(--gap);margin-top:auto}.game-entry .btn-primary[data-v-d5a35634],.game-entry .btn-secondary[data-v-d5a35634]{flex:1 1 auto}.game-entry .btn-view-store[data-v-d5a35634]{--icon: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18%2010C18%209.73478%2017.8946%209.48043%2017.7071%209.29289L11.7071%203.29289C11.3166%202.90237%2010.6834%202.90237%2010.2929%203.29289C9.90237%203.68342%209.90237%204.31658%2010.2929%204.70711L14.5858%209L3%209C2.44772%209%202%209.44771%202%2010C2%2010.5523%202.44772%2011%203%2011L14.5858%2011L10.2929%2015.2929C9.90237%2015.6834%209.90237%2016.3166%2010.2929%2016.7071C10.6834%2017.0976%2011.3166%2017.0976%2011.7071%2016.7071L17.7071%2010.7071C17.8946%2010.5196%2018%2010.2652%2018%2010Z'%20fill='%23000'%20/%3e%3c/svg%3e")}.game-list[data-v-e4ca1419]{position:relative}.slider[data-v-e4ca1419]{overflow:hidden;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: var(--color-bg);--swiper-theme-color: var(--color-secondary)}.slide[data-v-e4ca1419]{width:220px;height:100%;padding:20px 0;transition:opacity .15s ease-in-out}@media (width > 960px){.slide[data-v-e4ca1419]{width:270px}}.slide[data-v-e4ca1419]:not(.swiper-slide-fully-visible){opacity:.3}.nav-btn[data-v-e4ca1419]{--icon: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.6247%2015.7808C12.056%2015.4358%2012.1259%2014.8065%2011.7809%2014.3753L8.28063%209.99996L11.7809%205.62466C12.1259%205.1934%2012.056%204.5641%2011.6247%204.21909C11.1934%203.87408%2010.5641%203.94401%2010.2191%204.37527L6.21913%209.37527C5.92696%209.74049%205.92696%2010.2594%206.21913%2010.6247L10.2191%2015.6247C10.5641%2016.0559%2011.1934%2016.1258%2011.6247%2015.7808Z'%20fill='%23000'/%3e%3c/svg%3e");position:absolute;top:0;bottom:0;z-index:2;margin:auto 0;cursor:pointer;transition:all .15s ease-in-out;pointer-events:auto}.nav-btn[data-v-e4ca1419]:disabled{opacity:0;pointer-events:none}.nav-btn-prev[data-v-e4ca1419]{left:12px}.nav-btn-next[data-v-e4ca1419]{right:12px;rotate:180deg}.slide[data-v-3c8c5201]{display:flex;align-items:stretch;justify-content:flex-end;flex-direction:column;position:relative;width:var(--content-width);min-height:70vh;background:var(--color-bg) var(--slide-bg) no-repeat center center;background-size:cover;text-align:left}@media (width > 960px){.slide[data-v-3c8c5201]{min-height:650px}}.slide[data-v-3c8c5201]:before{content:"";display:block;position:absolute;left:0;bottom:0;right:0;height:20%;z-index:3;background:linear-gradient(to bottom,#0000,#000)}.slide-image-bg[data-v-3c8c5201]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none}.slide:not(.swiper-slide-visible) .slide-image-bg[data-v-3c8c5201]{display:none}.slide-video-bg[data-v-3c8c5201]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none}.slide:not(.swiper-slide-fully-visible) .slide-video-bg[data-v-3c8c5201]{display:none}.content[data-v-3c8c5201]{z-index:4;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-end;gap:12px;position:relative;flex:none;width:100%;padding:40px var(--content-padding)}@media (width > 960px){.content[data-v-3c8c5201]{margin:0 auto;max-width:var(--content-width)}}.game-logo[data-v-3c8c5201]{display:block;width:fit-content;max-width:234px}@media (width <= 960px){.game-logo[data-v-3c8c5201]{margin-left:auto;margin-right:auto}}.game-logo img[data-v-3c8c5201]{max-width:100%;height:auto}.game-description[data-v-3c8c5201]{line-height:20px;overflow:hidden;cursor:default;hanging-punctuation:first last;font-size:14px}@media (width > 960px){.game-description[data-v-3c8c5201]{max-width:645px;flex:1 1 auto}}.actions[data-v-3c8c5201]{display:flex;flex-wrap:wrap;flex:none;gap:12px}@media (width <= 960px){.actions[data-v-3c8c5201]{margin:0 auto;max-width:auto}}@media (width > 960px){.actions[data-v-3c8c5201]{max-width:234px}}.actions .btn-primary[data-v-3c8c5201]{flex:1 1 auto;padding:10px 24px;font-size:16px}.actions .btn-view-store[data-v-3c8c5201]{--icon: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18%2010C18%209.73478%2017.8946%209.48043%2017.7071%209.29289L11.7071%203.29289C11.3166%202.90237%2010.6834%202.90237%2010.2929%203.29289C9.90237%203.68342%209.90237%204.31658%2010.2929%204.70711L14.5858%209L3%209C2.44772%209%202%209.44771%202%2010C2%2010.5523%202.44772%2011%203%2011L14.5858%2011L10.2929%2015.2929C9.90237%2015.6834%209.90237%2016.3166%2010.2929%2016.7071C10.6834%2017.0976%2011.3166%2017.0976%2011.7071%2016.7071L17.7071%2010.7071C17.8946%2010.5196%2018%2010.2652%2018%2010Z'%20fill='%23000'%20/%3e%3c/svg%3e")}.actions .actions-note[data-v-3c8c5201]{width:100%;line-height:12px;font-size:12px;text-transform:uppercase;cursor:default}.slider-container[data-v-ecc50d9e]{position:relative;overflow:hidden;contain:paint;--swiper-pagination-bullet-vertical-gap: 0;--swiper-pagination-bullet-horizontal-gap: 0;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: transparent;--swiper-theme-color: transparent}.home-slider[data-v-41319e5c]{margin-bottom:40px;height:70vh}@media (width > 960px){.home-slider[data-v-41319e5c]{height:auto;height:600px}}.game-list[data-v-41319e5c]{margin:0 auto;max-width:var(--content-width);padding:20px var(--content-padding) 0}.game-list-inner[data-v-41319e5c]{display:flex;gap:20px;overflow:hidden}.package[data-v-41319e5c]{width:220px;flex:0 0 auto;aspect-ratio:270/511}@media (width > 960px){.package[data-v-41319e5c]{width:270px}}.bundle-list[data-v-5cfbbf36]{display:grid;gap:20px;grid-auto-columns:1fr;grid-auto-flow:row;padding:0 var(--content-padding)}@media (width > 600px){.bundle-list[data-v-5cfbbf36]{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}}@media (width > 960px){.bundle-list[data-v-5cfbbf36]{gap:50px}}.bundle[data-v-5cfbbf36]{display:block;transition:scale .15s ease-in-out}@media (pointer: fine){.bundle[data-v-5cfbbf36]:hover{scale:1.01}}.bundle img[data-v-5cfbbf36]{width:100%;height:auto}.slider-title[data-v-e7957126]{margin-bottom:20px;font-size:22px;text-align:center;text-transform:uppercase;letter-spacing:.02em}.home-slider[data-v-e7957126]{margin-bottom:80px}.game-list[data-v-e7957126]{margin:0 auto 40px;max-width:var(--content-width);padding:0 var(--content-padding)}.bundle-list[data-v-e7957126]{max-width:var(--content-width);margin:0 auto 60px}.requirements-section[data-v-4a3c2112]{max-width:var(--content-width);margin:0 auto 46px;padding:0 var(--content-padding);position:relative}.requirements-title[data-v-4a3c2112]{margin-bottom:24px;font-size:28px;text-transform:uppercase;text-align:center}@media (width > 960px){.requirements-title[data-v-4a3c2112]{margin-bottom:33px;font-size:44px}}.requirements-table-container[data-v-4a3c2112]{overflow-x:auto}.requirements-table[data-v-4a3c2112]{width:100%;border-collapse:collapse;border-spacing:0}th[data-v-4a3c2112],td[data-v-4a3c2112]{border:1px solid #434343;padding:10px 20px;text-align:center}@media (width <= 600px){th[data-v-4a3c2112],td[data-v-4a3c2112]{padding:10px}}th.no-border[data-v-4a3c2112],td.no-border[data-v-4a3c2112]{border:none}th.no-border.bottom[data-v-4a3c2112],td.no-border.bottom[data-v-4a3c2112]{border-bottom-width:1px}th[data-v-4a3c2112]{color:#e5e5e5;font-size:13px;font-weight:700}th[data-v-4a3c2112]:not(:last-child){border-right:none}td[data-v-4a3c2112]{vertical-align:top;font-size:12px;font-weight:400;line-height:150%}td[data-v-4a3c2112]:first-child{text-align:right;width:104px}@media (width <= 600px){td[data-v-4a3c2112]:first-child{width:80px;padding:10px}}td[data-v-4a3c2112]:last-child{border-right:none}td.no-border+td[data-v-4a3c2112]{border-left:none}.buy-now-menu[data-v-68ea3571]{position:relative}.buy-now[data-v-68ea3571],.actions[data-v-68ea3571]{width:100%}.menu[data-v-68ea3571]{position:absolute;top:100%;z-index:10;margin-top:8px;line-height:22px;font-size:16px;color:var(--color-text);background-color:var(--color-primary)}.menu.fade-enter-active[data-v-68ea3571],.menu.fade-leave-active[data-v-68ea3571]{transition:translate .15s ease-in-out,opacity .15s ease-in-out}.menu.fade-enter-from[data-v-68ea3571],.menu.fade-leave-to[data-v-68ea3571]{translate:0 -5px;opacity:0}.menu[data-v-68ea3571]:before{content:"";display:block;position:absolute;bottom:calc(100% - 1px);left:20px;z-index:-1;width:16px;height:8px;background-color:inherit;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.menu .btn-buy[data-v-68ea3571]{width:100%}.menu .btn-buy-steam[data-v-68ea3571]{--icon: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.2'%20baseProfile='tiny'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2011%2011'%20overflow='visible'%20xml:space='preserve'%20fill='%23000'%3e%3cpath%20d='M5.494,0C2.576,0,0.189,2.267,0,5.135C0.026,5.179,0.049,5.22,0.073,5.262l2.884,1.224c0.08-0.054,0.166-0.102,0.257-0.14%20c0.207-0.088,0.425-0.127,0.643-0.117l1.343-2.011c0-0.009,0-0.018,0-0.028c0-1.187,0.935-2.152,2.085-2.152%20c1.15,0,2.085,0.966,2.085,2.152c0,1.187-0.935,2.153-2.085,2.153c-0.016,0-0.032,0-0.047-0.001L5.316,7.757%20c0.006,0.219-0.033,0.438-0.117,0.646C4.876,9.203,3.983,9.583,3.208,9.249C2.734,9.046,2.413,8.623,2.309,8.141l-2.01-0.855%20C1.043,9.444,3.081,11,5.494,11C8.535,11,11,8.538,11,5.5S8.535,0,5.494,0z'/%3e%3cpath%20d='M3.416,8.614l-0.679-0.29C2.857,8.583,3.066,8.8,3.342,8.918C3.94,9.175,4.628,8.882,4.878,8.265%20C4.998,7.967,4.999,7.637,4.88,7.337C4.76,7.038,4.535,6.804,4.245,6.68C3.958,6.556,3.65,6.56,3.379,6.666l0.702,0.3%20c0.441,0.189,0.65,0.712,0.466,1.167C4.363,8.587,3.857,8.803,3.416,8.614z'/%3e%3cpath%20d='M8.675,4.19c0-0.79-0.623-1.434-1.39-1.434c-0.766,0-1.389,0.644-1.389,1.434c0,0.791,0.623,1.435,1.389,1.435%20C8.051,5.624,8.675,4.981,8.675,4.19z%20M6.244,4.187c0-0.595,0.467-1.078,1.043-1.078c0.576,0,1.044,0.483,1.044,1.078%20c0,0.595-0.467,1.077-1.044,1.077C6.712,5.265,6.244,4.782,6.244,4.187z'/%3e%3c/svg%3e")}.menu .btn-buy-switch[data-v-68ea3571]{--icon: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.2'%20baseProfile='tiny'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2011%2011'%20overflow='visible'%20xml:space='preserve'%20fill='%23000'%3e%3cpath%20fill-rule='evenodd'%20d='M10.997,2.9c-0.001-0.208-0.02-0.42-0.059-0.625c-0.246-1.29-1.372-2.249-2.718-2.271%20C7.668-0.005,7.116,0.003,6.564,0.003c-0.157,0-0.159,0.002-0.159,0.154c0,1.777,0,3.555,0,5.333v5.322c0,0.187,0,0.187,0.182,0.187%20c0.531,0,1.062,0.003,1.594-0.001c0.331-0.002,0.656-0.058,0.967-0.173c1.12-0.415,1.85-1.472,1.851-2.675%20C11,6.4,11.001,4.65,10.997,2.9z%20M8.512,7.154C7.959,7.123,7.466,6.637,7.474,6.032c0.008-0.583,0.5-1.101,1.117-1.087%20c0.622,0.011,1.093,0.503,1.093,1.12C9.684,6.648,9.176,7.191,8.512,7.154z'/%3e%3cpath%20id='Fill-4'%20fill-rule='evenodd'%20d='M4.411,10.102V0.893h-0.12c-0.462,0-0.924-0.003-1.387,0.002%20C2.751,0.896,2.596,0.909,2.444,0.936C1.577,1.093,0.9,1.908,0.899,2.79C0.898,4.602,0.894,6.414,0.902,8.226%20c0.003,0.541,0.226,1,0.622,1.369c0.381,0.355,0.839,0.511,1.354,0.513c0.479,0.002,0.959,0.001,1.438,0%20C4.347,10.108,4.377,10.104,4.411,10.102L4.411,10.102z%20M5.309,5.502c0,1.781,0,3.563,0,5.345C5.309,10.985,5.294,11,5.155,11%20c-0.756,0-1.511-0.001-2.267-0.001c-0.773,0-1.45-0.254-2.012-0.787C0.459,9.816,0.19,9.33,0.073,8.764%20C0.039,8.6,0.012,8.431,0.012,8.264c-0.004-1.84-0.028-3.681,0.007-5.52C0.04,1.591,0.631,0.756,1.671,0.254%20c0.383-0.185,0.795-0.253,1.22-0.252c0.752,0.002,1.504,0,2.256,0c0.156,0,0.161,0.005,0.161,0.165V5.502z'/%3e%3cpath%20id='Fill-6'%20fill-rule='evenodd'%20d='M1.724,3.295C1.727,2.76,2.157,2.264,2.75,2.266c0.578,0.002,1.042,0.437,1.038,1.052%20c-0.004,0.611-0.517,1.03-1.05,1.017C2.165,4.322,1.72,3.874,1.724,3.295z'/%3e%3c/svg%3e")}.menu .btn-buy-xbox[data-v-68ea3571]{--icon: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.2'%20baseProfile='tiny'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2011%2011'%20overflow='visible'%20xml:space='preserve'%20fill='%23000'%3e%3cpath%20d='M4.952,10.977c-0.847-0.081-1.705-0.385-2.442-0.866C1.892,9.709,1.752,9.543,1.752,9.213c0-0.664,0.73-1.826,1.979-3.151%20C4.441,5.31,5.429,4.428,5.536,4.452c0.208,0.046,1.868,1.665,2.49,2.428c0.983,1.205,1.435,2.192,1.206,2.632%20c-0.175,0.334-1.258,0.988-2.053,1.239C6.522,10.958,5.661,11.045,4.952,10.977z'/%3e%3cpath%20d='M0.918,8.523C0.405,7.736,0.146,6.962,0.021,5.841C-0.021,5.471-0.006,5.26,0.115,4.5c0.15-0.946,0.689-2.041,1.337-2.715%20c0.276-0.287,0.301-0.294,0.637-0.181c0.408,0.138,0.845,0.439,1.521,1.05l0.395,0.357L3.789,3.276%20c-1.001,1.229-2.057,2.97-2.455,4.047C1.118,7.909,1.031,8.497,1.124,8.742C1.187,8.908,1.129,8.846,0.918,8.523z'/%3e%3cpath%20d='M9.926,8.657c0.051-0.247-0.013-0.702-0.164-1.16C9.437,6.505,8.349,4.659,7.35,3.404L7.036,3.009l0.34-0.312%20C7.82,2.289,8.128,2.045,8.461,1.838C8.724,1.674,9.099,1.53,9.26,1.53c0.099,0,0.45,0.363,0.732,0.759%20c0.438,0.614,0.76,1.358,0.923,2.132c0.105,0.5,0.114,1.572,0.017,2.071c-0.08,0.41-0.248,0.941-0.413,1.301%20c-0.123,0.27-0.429,0.795-0.564,0.965C9.887,8.846,9.887,8.846,9.926,8.657L9.926,8.657z'/%3e%3cpath%20d='M5.042,1.342C4.581,1.108,3.87,0.857,3.478,0.79C3.34,0.766,3.105,0.753,2.956,0.76c-0.324,0.016-0.31-0.001,0.21-0.246%20C3.598,0.31,3.959,0.19,4.448,0.088c0.551-0.116,1.585-0.117,2.127-0.003c0.585,0.123,1.274,0.38,1.662,0.618l0.115,0.071%20L8.088,0.761C7.562,0.734,6.795,0.946,5.972,1.347c-0.248,0.121-0.464,0.217-0.48,0.214C5.476,1.558,5.274,1.46,5.042,1.342z'/%3e%3c/svg%3e")}.menu .btn-buy-playstation[data-v-68ea3571]{--icon: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.2'%20baseProfile='tiny'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2012%209.818'%20overflow='visible'%20xml:space='preserve'%20fill='%23000'%3e%3cpath%20id='Shape'%20d='M4.457,6.676L2.358,7.417C1.965,7.548,1.921,7.723,2.227,7.854C2.533,7.941,3.058,7.941,3.451,7.81l1.006-0.349%20v1.047c-0.044,0-0.131,0.044-0.219,0.044c-1.006,0.174-2.23,0.305-3.28-0.044c-0.962-0.305-1.181-1.047-0.743-1.396%20c0.437-0.305,1.312-0.611,1.312-0.611l2.93-1.047V6.676z'/%3e%3cpath%20id='Shape_00000019678064543456605170000007049919423390469516_'%20d='M11.887,7.638c-0.249,0.311-0.79,0.534-0.79,0.534%20l-4.24,1.646V8.617l3.117-1.201c0.333-0.133,0.416-0.311,0.125-0.445C9.808,6.881,9.351,6.926,8.935,7.015L6.857,7.816V6.57%20l0.125-0.044c0,0,0.582-0.222,1.455-0.311c0.831-0.089,1.87,0,2.702,0.356C12.011,6.837,12.136,7.326,11.887,7.638'/%3e%3cpath%20id='Shape_00000023263805723099082590000017340799732250953900_'%20d='M6.549,2.321L6.508,9.818L4.457,9.149V0%20c0.821,0.179,2.01,0.446,2.626,0.714c1.6,0.625,2.174,1.473,2.174,3.169c0,1.651-0.944,2.276-2.133,1.651V2.455%20c0-0.357-0.041-0.714-0.369-0.803C6.549,1.562,6.549,1.964,6.549,2.321z'/%3e%3c/svg%3e")}.game-info[data-v-e4fd7eee]{display:flex;gap:40px 20px;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width <= 600px){.game-info[data-v-e4fd7eee]{flex-direction:column}}@media (width > 600px){.game-info[data-v-e4fd7eee]{align-items:flex-start;gap:30px}}@media (width > 1400px){.game-info[data-v-e4fd7eee]{gap:70px}}.video-container[data-v-e4fd7eee]{width:100%;aspect-ratio:16/9;background:#000}@media (width > 960px){.video-container[data-v-e4fd7eee]{width:100%}}.video-container iframe[data-v-e4fd7eee]{display:block;width:100%;height:100%}.game-cover[data-v-e4fd7eee]{flex:0 0 auto;margin:0 auto;width:220px;height:auto;max-height:360px}@media (width > 960px){.game-cover[data-v-e4fd7eee]{width:270px}}.info[data-v-e4fd7eee]{width:100%}.title[data-v-e4fd7eee]{margin-bottom:12px;line-height:24px;font-size:20px}@media (width > 600px){.title[data-v-e4fd7eee]{line-height:27px;font-size:22px}}@media (width > 960px){.title[data-v-e4fd7eee]{line-height:38px;font-size:32px}}.url[data-v-e4fd7eee]{margin-bottom:12px}.url a[data-v-e4fd7eee]{color:var(--color-primary);transition:color .15s ease-in-out}.url a[data-v-e4fd7eee]:hover{color:var(--color-text)}.countdown[data-v-e4fd7eee]{color:var(--color-primary);margin-bottom:12px;line-height:20px;font-size:14px}.description[data-v-e4fd7eee]{margin-bottom:24px;line-height:20px;font-size:14px}.description[data-v-e4fd7eee] p{margin-bottom:12px}.description[data-v-e4fd7eee] ul{margin-bottom:12px;padding-left:14px}.description[data-v-e4fd7eee] li{display:list-item;margin-bottom:6px}.platforms[data-v-e4fd7eee]{margin-bottom:24px}.price[data-v-e4fd7eee]{margin-bottom:24px;line-height:32px;font-size:22px;font-weight:700}@media (width > 1400px){.price[data-v-e4fd7eee]{font-size:26px}}.price .original[data-v-e4fd7eee]{color:#f12853;font-size:18px;font-weight:400;text-decoration:line-through}.actions-buttons[data-v-e4fd7eee]{display:flex;gap:12px}.actions-buttons[data-v-e4fd7eee]>*{min-width:115px}@media (width <= 960px){.actions-buttons[data-v-e4fd7eee]>*{flex:1 1 auto}}.actions-note[data-v-e4fd7eee]{margin-top:16px;font-size:12px;line-height:100%;text-transform:uppercase}@media (width <= 600px){.actions-note[data-v-e4fd7eee]{text-align:center}}.feature-list-section[data-v-9103bd59]{padding:35px 0}@media (width > 960px){.feature-list-section[data-v-9103bd59]{padding:60px 0}}.feature-list-title[data-v-9103bd59]{margin-bottom:28px;font-size:28px;text-transform:uppercase;text-align:center}@media (width > 960px){.feature-list-title[data-v-9103bd59]{margin-bottom:56px;font-size:44px}}.feature-list[data-v-9103bd59]{display:flex;justify-content:center;gap:20px;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width <= 960px){.feature-list[data-v-9103bd59]{flex-direction:column}}@media (width > 960px){.feature-list[data-v-9103bd59]{gap:40px}}.feature-list-item[data-v-9103bd59]{flex:1;text-align:center}.feature-image[data-v-9103bd59]{display:block;margin-bottom:22px}.feature-image img[data-v-9103bd59]{width:100%;height:auto;object-fit:cover}h3[data-v-9103bd59]{margin:0 20px 6px;line-height:20px;font-size:16px;font-weight:700;text-transform:uppercase;text-align:center}@media (width > 960px){h3[data-v-9103bd59]{font-size:18px}}.info[data-v-9103bd59]{margin:0 20px 20px;line-height:18px;font-size:12px}@media (width > 960px){.info[data-v-9103bd59]{font-size:13px}}.game-logo[data-v-06e441a3]{margin:0 auto 64px;width:100%;height:200px;max-width:360px}@media (width > 600px){.game-logo[data-v-06e441a3]{margin-bottom:90px}}.game-info[data-v-06e441a3]{display:flex;gap:40px 20px;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width <= 600px){.game-info[data-v-06e441a3]{flex-direction:column}}@media (width > 600px){.game-info[data-v-06e441a3]{align-items:flex-start;gap:30px}}@media (width > 1400px){.game-info[data-v-06e441a3]{gap:70px}}.video-container[data-v-06e441a3]{width:100%;aspect-ratio:16/9}.info[data-v-06e441a3]{width:100%}.title[data-v-06e441a3]{margin-bottom:24px;max-width:360px;height:24px}@media (width > 600px){.title[data-v-06e441a3]{height:27px}}@media (width > 960px){.title[data-v-06e441a3]{height:38px}}.url[data-v-06e441a3]{max-width:200px;height:1.2em;margin-bottom:12px}.url a[data-v-06e441a3]{color:var(--color-primary);transition:color .15s ease-in-out}.url a[data-v-06e441a3]:hover{color:var(--color-text)}.description[data-v-06e441a3]{margin-bottom:24px}.description p[data-v-06e441a3]{margin:10px 0;height:80px}.platforms[data-v-06e441a3]{margin-bottom:12px;width:60%;height:30px}.price[data-v-06e441a3]{width:80px;height:32px;margin-bottom:24px}.actions-buttons[data-v-06e441a3]{display:flex;gap:12px}.actions-buttons[data-v-06e441a3]>*{min-width:115px}@media (width <= 960px){.actions-buttons[data-v-06e441a3]>*{flex:1 1 auto}}.buy-now[data-v-06e441a3]{height:var(--btn-size)}.add[data-v-06e441a3]{min-width:133.99px;height:var(--btn-size)}.feature-list-section[data-v-06e441a3]{padding:35px 0}@media (width > 960px){.feature-list-section[data-v-06e441a3]{padding:60px 0}}.feature-list-title[data-v-06e441a3]{margin:0 auto 28px;width:250px;height:30px}@media (width > 960px){.feature-list-title[data-v-06e441a3]{margin-bottom:56px;height:54px}}.feature-list[data-v-06e441a3]{display:flex;justify-content:center;gap:40px}@media (width <= 960px){.feature-list[data-v-06e441a3]{gap:20px}}@media (width <= 600px){.feature-list[data-v-06e441a3]{row-gap:40px;flex-direction:column}}.feature-list-item[data-v-06e441a3]{max-width:400px;flex:1;aspect-ratio:16/9}.game[data-v-44479ff2]{padding-top:100px;background:var(--heroImage) center top no-repeat;background-size:100% auto;transition:background-image .15s ease-in-out}@media (width > 600px){.game[data-v-44479ff2]{padding-top:140px}}@media (width > 960px){.game[data-v-44479ff2]{padding-top:180px}}.game.game-heading-1942[data-v-44479ff2]{--heading-font-family: "1942", monospace;--heading-font-weight: 400}.game.game-heading-futura[data-v-44479ff2]{--heading-font-family: Futura, sans-serif;--heading-font-weight: 500;--heading-text-transform: uppercase}.game.game-heading-oswald[data-v-44479ff2]{--heading-font-family: Oswald, sans-serif;--heading-font-weight: 500;--heading-text-transform: uppercase}.game.game-heading-roboto-slab[data-v-44479ff2]{--heading-font-family: "Roboto Slab", serif;--heading-font-weight: 500;--heading-text-transform: uppercase}.game-logo[data-v-44479ff2]{margin:0 auto 20px;width:auto;height:auto;max-width:360px;max-height:200px}.not-found-page[data-v-86020349]{padding:0 var(--content-padding) 100px;text-align:center}h2[data-v-86020349]{margin:100px 0 28px;font-size:44px;text-transform:uppercase;text-align:center}.content[data-v-86020349]{margin:0 auto;max-width:540px;line-height:20px;font-size:16px}h3[data-v-86020349]{margin-bottom:14px;font-size:16px;font-weight:700;text-transform:uppercase}p[data-v-86020349]{margin-bottom:15px}a[data-v-86020349]{text-decoration:underline}.support-page[data-v-81589a6b]{padding:0 var(--content-padding) 100px}h2[data-v-81589a6b]{margin:100px 0 28px;font-size:44px;text-transform:uppercase;text-align:center}.content[data-v-81589a6b]{margin:0 auto;max-width:540px;line-height:20px;font-size:16px}h3[data-v-81589a6b]{margin-bottom:14px;font-size:16px;font-weight:700;text-transform:uppercase}p[data-v-81589a6b]{margin-bottom:15px}a[data-v-81589a6b]{text-decoration:underline;transition:color .15s ease-in-out}a[data-v-81589a6b]:hover{color:var(--color-primary)}.game-info[data-v-be8c1dac]{margin-bottom:40px}.included h3[data-v-be8c1dac]{margin-bottom:40px;font-size:38px;font-weight:400;text-align:center}.included-list[data-v-be8c1dac]{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:20px auto 0}@media (width > 600px){.included-list[data-v-be8c1dac]{gap:20px 30px}}@media (width > 960px){.included-list[data-v-be8c1dac]{gap:20px 50px}}.included-game[data-v-be8c1dac]{width:220px}@media (width > 960px){.included-game[data-v-be8c1dac]{width:270px}}.bundle-entry[data-v-31349681]{--gap: 8px;position:relative;display:flex;flex-direction:column;gap:var(--gap);transition:scale .15s ease-in-out}@media (width > 960px){.bundle-entry[data-v-31349681]{--gap: 12px}}.bundle-entry .poster[data-v-31349681]{width:100%;height:auto}.bundle-entry h2[data-v-31349681]{font-size:18px;font-weight:400;-webkit-hyphens:auto;hyphens:auto}@media (width > 960px){.bundle-entry h2[data-v-31349681]{font-size:24px}}@media (width > 1400px){.bundle-entry h2[data-v-31349681]{font-size:34px}}.bundle-entry .countdown[data-v-31349681]{color:var(--color-primary);font-size:12px;font-weight:500}.bundle-entry .description[data-v-31349681]{font-size:14px}.bundle-entry .description[data-v-31349681] p{margin-bottom:12px}.bundle-entry .description[data-v-31349681] ul{margin-bottom:12px;padding-left:14px}.bundle-entry .description[data-v-31349681] li{display:list-item;margin-bottom:6px}.bundle-entry .price[data-v-31349681]{margin-bottom:12px;line-height:32px;font-size:22px;font-weight:700}@media (width > 1400px){.bundle-entry .price[data-v-31349681]{font-size:26px}}.bundle-entry .price .original[data-v-31349681]{color:#f12853;font-size:18px;font-weight:400;text-decoration:line-through}.bundle-entry .actions-buttons[data-v-31349681]{display:flex;gap:var(--gap);margin-top:auto}.bundle-entry .actions-buttons[data-v-31349681]>*{min-width:115px}@media (width <= 960px){.bundle-entry .actions-buttons[data-v-31349681]>*{flex:1 1 auto}}.bundle-entry .btn-view-store[data-v-31349681]{--icon: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M18%2010C18%209.73478%2017.8946%209.48043%2017.7071%209.29289L11.7071%203.29289C11.3166%202.90237%2010.6834%202.90237%2010.2929%203.29289C9.90237%203.68342%209.90237%204.31658%2010.2929%204.70711L14.5858%209L3%209C2.44772%209%202%209.44771%202%2010C2%2010.5523%202.44772%2011%203%2011L14.5858%2011L10.2929%2015.2929C9.90237%2015.6834%209.90237%2016.3166%2010.2929%2016.7071C10.6834%2017.0976%2011.3166%2017.0976%2011.7071%2016.7071L17.7071%2010.7071C17.8946%2010.5196%2018%2010.2652%2018%2010Z'%20fill='%23000'%20/%3e%3c/svg%3e")}.game-logo[data-v-4d9f2ab9]{margin:0 auto 64px;width:100%;height:120px;max-width:360px}@media (width > 600px){.game-logo[data-v-4d9f2ab9]{margin-bottom:90px}}.game-info[data-v-4d9f2ab9]{display:flex;gap:40px 20px;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width <= 600px){.game-info[data-v-4d9f2ab9]{flex-direction:column}}@media (width > 600px){.game-info[data-v-4d9f2ab9]{align-items:flex-start;gap:30px}}@media (width > 1400px){.game-info[data-v-4d9f2ab9]{gap:70px}}.game-cover[data-v-4d9f2ab9]{flex:0 0 auto;margin:0 auto;width:220px;height:auto;max-height:360px;aspect-ratio:32/45}@media (width > 960px){.game-cover[data-v-4d9f2ab9]{width:270px}}.info[data-v-4d9f2ab9]{width:100%}.title[data-v-4d9f2ab9]{margin-bottom:24px;max-width:360px;height:24px}@media (width > 600px){.title[data-v-4d9f2ab9]{height:27px}}@media (width > 960px){.title[data-v-4d9f2ab9]{height:38px}}.url[data-v-4d9f2ab9]{max-width:200px;height:1.2em;margin-bottom:12px}.url a[data-v-4d9f2ab9]{color:var(--color-primary);transition:color .15s ease-in-out}.url a[data-v-4d9f2ab9]:hover{color:var(--color-text)}.description[data-v-4d9f2ab9]{margin-bottom:24px}.description p[data-v-4d9f2ab9]{margin:10px 0;height:80px}.platforms[data-v-4d9f2ab9]{margin-bottom:12px;width:60%;height:30px}.price[data-v-4d9f2ab9]{width:80px;height:32px;margin-bottom:24px}.actions-buttons[data-v-4d9f2ab9]{display:flex;gap:12px}.actions-buttons[data-v-4d9f2ab9]>*{min-width:115px}@media (width <= 960px){.actions-buttons[data-v-4d9f2ab9]>*{flex:1 1 auto}}.buy-now[data-v-4d9f2ab9]{height:var(--btn-size)}.add[data-v-4d9f2ab9]{min-width:133.99px;height:var(--btn-size)}.included-section[data-v-4d9f2ab9]{padding:35px 0}@media (width > 960px){.included-section[data-v-4d9f2ab9]{padding:60px 0}}.included-title[data-v-4d9f2ab9]{margin:0 auto 40px;width:300px;font-size:38px;height:1.2em}.included[data-v-4d9f2ab9]{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:20px auto 0}@media (width > 600px){.included[data-v-4d9f2ab9]{gap:20px 30px}}@media (width > 960px){.included[data-v-4d9f2ab9]{gap:20px 50px}}.included-game[data-v-4d9f2ab9]{width:220px;aspect-ratio:32/45}@media (width > 960px){.included-game[data-v-4d9f2ab9]{width:270px}}.bundle-multiple[data-v-4d9f2ab9]{display:grid;gap:20px;grid-auto-columns:1fr;grid-auto-flow:row;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width > 600px){.bundle-multiple[data-v-4d9f2ab9]{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}}@media (width > 960px){.bundle-multiple[data-v-4d9f2ab9]{gap:50px}}.bundle-multiple .bundle-entry[data-v-4d9f2ab9]{height:413px}.bundle[data-v-f718cb01]{padding-top:100px;background:var(--heroImage) center top no-repeat;background-size:100% auto}@media (width > 600px){.bundle[data-v-f718cb01]{padding-top:140px}}@media (width > 960px){.bundle[data-v-f718cb01]{padding-top:180px}}.bundle-logo[data-v-f718cb01]{margin:0 auto 20px;width:auto;height:auto;max-width:360px;max-height:200px}.bundle-multiple[data-v-f718cb01]{display:grid;gap:20px;grid-auto-columns:1fr;grid-auto-flow:row;margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}@media (width > 600px){.bundle-multiple[data-v-f718cb01]{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}}@media (width > 960px){.bundle-multiple[data-v-f718cb01]{gap:50px}}
