.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-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-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: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  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-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-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #17161b;
  font-family: 'Chakra Petch', sans-serif;
  color: #17161b;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0066ff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  padding-left: 26px;
  background-image: url('../images/list.svg');
  background-position: 0px 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  list-style-type: none;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 4px solid #0066ff;
  background-color: rgba(242, 243, 245, 0.07);
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
}

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: #0066ff;
}

.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 {
  margin-top: 100px;
  color: #fff;
}

.text-small {
  font-size: 16px;
}

.text-small.text-white {
  font-family: Montserrat, sans-serif;
  color: #f2f3f5;
  font-weight: 700;
}

.text-small.text-bold {
  font-weight: 600;
}

.text-extra-small {
  font-size: 14px;
}

.text-extra-small.text-center.text-black-opacity {
  color: rgba(23, 22, 27, 0.6);
}

.text-extra-small.text-black-opacity {
  color: #949494;
}

.text-extra-small.align-left.text-white-opacity.mb-10 {
  margin-top: 54px;
}

.text-large {
  font-size: 20px;
}

.style-guide-content {
  padding-left: 40px;
}

.text-white-opacity {
  color: #f2f3f5;
}

.text-white-opacity.mb-20 {
  color: #f2f3f5;
}

.text-white-opacity.text-large.mb-40 {
  color: #f2f3f5;
}

.mb-20 {
  margin-top: 6px;
  margin-bottom: 20px;
  font-style: normal;
}

.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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -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-style: solid;
  border-width: 2px;
  border-color: rgba(242, 243, 245, 0.07);
}

.corner-black.bordered-primary {
  border-style: solid;
  border-width: 2px;
  border-color: #0066ff;
}

.corner-black.white-border {
  border-style: solid;
  border-width: 2px;
  border-color: #f2f3f5;
}

.corner-black.bordered-white {
  border-style: solid;
  border-width: 2px;
  border-color: #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(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button:hover {
  color: #0066ff;
}

.custom-button.white7 {
  background-color: rgba(242, 243, 245, 0.07);
  color: #f2f3f5;
}

.custom-button.white7:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button.white {
  background-color: #f2f3f5;
}

.custom-button.white:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button.primary {
  background-color: #0066ff;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.custom-button.primary:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button.secondary {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button.secondary:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button.secondary.large {
  background-color: #4189d3;
}

.custom-button.black {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button.black:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button.black7 {
  background-color: rgba(23, 22, 27, 0.07);
  color: #17161b;
}

.custom-button.black7:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button.small.white {
  background-color: #0051ff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4189d3;
}

.custom-button.large {
  padding: 20px 60px;
  font-size: 18px;
}

.custom-button.white-secondary {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button.white-secondary:hover {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button.black-secondary {
  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.full-width.primary.mb-5 {
  background-color: #1671f8;
}

.custom-button-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin: -10px -20px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.custom-button-hover.primary {
  background-color: #0066ff;
}

.custom-button-hover.white {
  background-color: #f2f3f5;
}

.custom-button-hover.black {
  background-color: #17161b;
}

.custom-button-text {
  position: relative;
  z-index: 3;
  color: #fff;
}

.fs-0 {
  font-size: 0px;
}

.fs-0.mb-20 {
  border: 0px solid #000;
}

.style-guide-color {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.style-guide-color.primary {
  background-color: #0066ff;
}

.style-guide-color.light {
  background-color: #f2f3f5;
}

.style-guide-color.white-opacity {
  background-color: rgba(242, 243, 245, 0.6);
}

.style-guide-color.white-opacity-hard {
  background-color: rgba(242, 243, 245, 0.07);
}

.style-guide-color.black {
  background-color: #17161b;
}

.style-guide-color.black7 {
  background-color: rgba(23, 22, 27, 0.07);
}

.style-guide-color.black60 {
  background-color: rgba(23, 22, 27, 0.6);
}

.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;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 27, 0.07);
}

.corner-light.bordered-primary {
  border-style: solid;
  border-width: 2px;
  border-color: #0066ff;
}

.style-guide-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px;
  box-shadow: inset 0 0 0 2px rgba(242, 243, 245, 0.07);
}

.style-guide-wrapper.mb-20 {
  overflow: hidden;
}

.style-guide-wrapper.white {
  background-color: #f2f3f5;
  color: #17161b;
}

.style-guide-wrapper.primary {
  background-color: #0066ff;
}

.button {
  padding: 15px 40px;
  background-color: transparent;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  color: #0066ff;
}

.button.primary {
  border: 1px solid transparent;
  background-color: #4189d3;
  box-shadow: inset 0 0 0 3px #17161b;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.button.primary:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.button.primary.full-width {
  display: block;
}

.button.white {
  border: 1px solid transparent;
  background-color: #f2f3f5;
  box-shadow: inset 0 0 0 3px #17161b;
  color: #0066ff;
}

.button.white:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.button.white7 {
  border: 1px solid transparent;
  background-color: rgba(242, 243, 245, 0.07);
  box-shadow: inset 0 0 0 3px #17161b;
  color: #f2f3f5;
}

.button.white7:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.button.secondary {
  border: 1px solid transparent;
  background-color: #0066ff;
  box-shadow: inset 0 0 0 3px #f2f3f5;
  color: #f2f3f5;
}

.button.secondary:hover {
  background-color: #17161b;
  color: #0066ff;
}

.button.black {
  border: 1px solid transparent;
  background-color: #17161b;
  box-shadow: inset 0 0 0 3px #f2f3f5;
  color: #0066ff;
}

.button.black:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.button.black7 {
  border: 1px solid transparent;
  background-color: rgba(23, 22, 27, 0.07);
  box-shadow: inset 0 0 0 3px #f2f3f5;
  color: #17161b;
}

.button.black7:hover {
  background-color: #17161b;
  color: #0066ff;
}

.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 #0066ff;
  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 #0066ff;
  color: #f2f3f5;
}

.button.black-secondary:hover {
  background-color: #f2f3f5;
  color: #17161b;
}

.button.full-width {
  display: block;
}

.block-quote {
  background-color: rgba(23, 22, 27, 0.07);
}

.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-style: solid;
  border-width: 2px;
  border-color: rgba(242, 243, 245, 0.07);
}

.style-guide-corners.white {
  border-color: rgba(23, 22, 27, 0.07);
}

.style-guide-corners.white.bordered {
  box-shadow: inset 0 0 0 2px rgba(23, 22, 27, 0.07);
}

.style-guide-corners.bordered {
  border-style: none;
  box-shadow: inset 0 0 0 2px rgba(242, 243, 245, 0.07);
}

.text-black-opacity {
  color: #fff;
  font-weight: 700;
}

.header-fps {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  background-color: #0066ff;
  background-image: url('../images/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('../images/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('../images/mmo-header-bg.jpg');
  background-image: linear-gradient(180deg, rgba(242, 243, 245, 0) 80%, #f2f3f5), url('../images/mmo-header-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.light.racing-buy {
  background-image: url('../images/racing-buy-bg-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, 0.6)), to(rgba(242, 243, 245, 0.6))), url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(242, 243, 245, 0.6), rgba(242, 243, 245, 0.6)), url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.light.survival-about {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.light.indie-about {
  padding-top: 1px;
  background-image: url('../images/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: 0px;
  padding-bottom: 0px;
  background-image: url('../images/season-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.dark.character {
  background-image: url('../images/dark-dusk-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.dark._404 {
  padding-top: 140px;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.awards-mmo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#17161b), color-stop(50%, rgba(23, 22, 27, 0)), to(#17161b)), url('../images/Vivaion-bg.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), linear-gradient(180deg, #17161b, rgba(23, 22, 27, 0) 50%, #17161b), url('../images/Vivaion-bg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.section.primary {
  background-color: #0066ff;
}

.section.white {
  background-color: #202125;
}

.section.white.pt-50 {
  background-color: #f2f3f5;
}

.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, 0.5)), color-stop(45%, #17161b)), url('../images/skull-4039821_1920.jpg');
  background-image: linear-gradient(90deg, rgba(23, 22, 27, 0.5), #17161b 45%), url('../images/skull-4039821_1920.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.section.rpg-feature-2 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 27, 0.7)), color-stop(65%, #17161b)), url('../images/knight-3768107_1920.jpg');
  background-image: linear-gradient(270deg, rgba(23, 22, 27, 0.7), #17161b 65%), url('../images/knight-3768107_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.rpg-feature-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 22, 27, 0.3)), color-stop(48%, #17161b)), url('../images/sailor-4431281_1920-1.jpg');
  background-image: linear-gradient(90deg, rgba(23, 22, 27, 0.3), #17161b 48%), url('../images/sailor-4431281_1920-1.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.section.prg-awards {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.7)), to(rgba(23, 22, 27, 0.7))), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.7), rgba(23, 22, 27, 0.7)), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.rpg-buy {
  background-image: url('../images/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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/peter-broomfield-m3m-lnR90uM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/peter-broomfield-m3m-lnR90uM-unsplash.jpg');
  background-position: 0px 0px, 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, 0.1)), to(#17161b)), url('../images/awards-horror-bg.jpg');
  background-image: linear-gradient(180deg, #17161b, rgba(23, 22, 27, 0) 40%, rgba(23, 22, 27, 0.1) 80%, #17161b), url('../images/awards-horror-bg.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.horror-story {
  min-height: 700px;
  background-image: url('../images/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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/skull-792797-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/skull-792797-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.strategy-gameplay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/muh-dipo-war-escort.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/muh-dipo-war-escort.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.strategy-units {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.8)), to(rgba(23, 22, 27, 0.8))), url('../images/ufo-1265186.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.8), rgba(23, 22, 27, 0.8)), url('../images/ufo-1265186.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.survival-promo {
  background-image: url('../images/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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/Vivaion5.png');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/Vivaion5.png');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion2.png');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion2.png');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion103hd.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion103hd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.game-mode-4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion-gameplay3.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion-gameplay3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.game-mode-5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion105hd.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion105hd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.section.game-mode-6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion104hd.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion104hd.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/skull-792797-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/skull-792797-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.simple {
  padding-top: 140px;
}

.section.simple.patch {
  background-image: url('../images/buy-now-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.gray {
  background-color: #292a2e;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 60px;
  margin-top: -2px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid rgba(242, 243, 245, 0.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%, 0.14);
}

.navbar-brand.game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-bottom: 0px;
  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: 0px 10px;
  border-top: 2px solid transparent;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms linear, border-color 200ms linear;
  transition: opacity 200ms linear, border-color 200ms 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 #0066ff;
  opacity: 1;
  color: #f2f3f5;
}

.nav-link.w--current {
  background-color: rgba(242, 243, 245, 0.07);
  opacity: 1;
  color: #f2f3f5;
}

.nav-link.dropdown {
  padding-right: 20px;
}

.nav-link.dropdown.w--open {
  border-bottom-color: #0066ff;
  opacity: 1;
  color: #f2f3f5;
}

.header-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.youtube {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.corner-primary {
  width: 40px;
  height: 40px;
  background-color: #0066ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corner-primary.top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -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-bottom: 63px;
  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 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms 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: #0066ff;
  color: #f2f3f5;
}

.text-highlight.primary.mb-10 {
  background-color: #0066ff;
}

.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: #0066ff;
}

.text-highlight.white.mb-10 {
  margin-top: 29px;
  color: #0066ff;
}

.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('../images/target-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mb-60 {
  margin-bottom: 2px;
}

.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;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -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-style: solid;
  border-width: 2px;
  border-color: #f2f3f5;
}

.corner-dark.bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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-style: solid;
  border-width: 2px;
  border-color: #0066ff;
}

.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 200ms linear;
  transition: color 200ms linear;
  color: #17161b;
  text-decoration: none;
}

.news-item:hover {
  color: #0066ff;
}

.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: 0px;
  margin-left: 0px;
}

.row.edition-main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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: 0px;
  margin-left: 0px;
  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;
  left: 20px;
  top: auto;
  right: auto;
  bottom: -1px;
}

.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;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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-color: #17161b;
}

.modal-content {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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 200ms linear;
  transition: background-color 200ms linear;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #292a2e;
}

.modal-close-icon {
  width: 60px;
  height: 60px;
  padding: 20px;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.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 none #000;
  color: #17161b;
  font-size: 18px;
}

.input:active {
  background-color: #0066ff;
}

.input:focus {
  background-color: #0066ff;
}

.input::-webkit-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input:-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input::-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input::placeholder {
  color: rgba(23, 22, 27, 0.6);
  font-size: 18px;
}

.input.mb-0 {
  font-size: 18px;
}

.input.mb-0:active {
  background-color: rgba(242, 243, 245, 0.07);
}

.input.dark {
  background-color: #202125;
  color: #f2f3f5;
}

.input.dark:hover {
  background-color: #292a2e;
}

.input.dark:active {
  background-color: #292a2e;
}

.input.dark:focus {
  background-color: #292a2e;
}

.input.dark::-webkit-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark:-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark::-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.dark::placeholder {
  color: rgba(242, 243, 245, 0.6);
}

.input.light {
  background-color: #f2f3f5;
}

.input.light:focus {
  background-color: rgba(242, 243, 245, 0.6);
}

.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: rgba(23, 22, 27, 0.2);
}

.input.custom:-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.2);
}

.input.custom::-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.2);
}

.input.custom::placeholder {
  color: rgba(23, 22, 27, 0.2);
}

.input-group {
  position: relative;
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0px;
  color: #fff;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 0px;
  margin-left: -25px;
  border-width: 2px;
  border-color: #0066ff;
  border-radius: 0px;
}

.custom-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #0066ff;
  background-color: #0066ff;
  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 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-social.footer-link {
  margin-bottom: 0px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms linear;
  transition: opacity 200ms ease, -webkit-transform 200ms linear;
  transition: opacity 200ms ease, transform 200ms linear;
  transition: opacity 200ms ease, transform 200ms linear, -webkit-transform 200ms linear;
}

.footer-social.footer-link:hover {
  opacity: 1;
}

.footer-social.blog {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.footer-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(242, 243, 245, 0.6);
  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: rgba(255, 79, 94, 0.05);
  box-shadow: inset 0 0 0 2px #0066ff;
}

.section-inner._3col {
  padding-right: 40px;
  padding-left: 40px;
}

.section-inner._3col.white {
  background-color: #fff;
}

.section-inner.primary {
  background-color: #0066ff;
}

.section-inner.primary.sport-dt {
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-inner.white {
  background-color: #f2f3f5;
}

.section-inner.feature-1 {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-inner.feature-2 {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/mmo-gamemode-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/mmo-gamemode-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-inner.feature-3 {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 0px 0px, 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.community.align-right {
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 18px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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('../images/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: 0px;
}

.gamemodes-slides-menu {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  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: #0066ff;
}

.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 200ms linear;
  transition: opacity 200ms linear;
}

.image.gamemodes-slides-image:hover {
  opacity: 0.7;
}

.image.mmo-feature-image {
  height: 700px;
  background-color: rgba(0, 0, 0, 0.83);
  -o-object-fit: cover;
  object-fit: cover;
}

.play-button-shooter {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url('../images/play-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.play-button-shooter:hover {
  background-image: url('../images/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: 0px;
}

.battlepass-item {
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f2f3f5;
  background-color: #202125;
  text-align: center;
}

.battlepass-item-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 7px;
  margin-bottom: 2px;
  margin-left: 7px;
  padding: 5px 10px;
  color: rgba(242, 243, 245, 0.6);
  font-size: 14px;
  font-weight: 500;
}

.battlepass-item-text.blue {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(52, 152, 219, 0.7)), color-stop(50%, #17161b), to(rgba(52, 152, 219, 0.7)));
  background-image: linear-gradient(270deg, rgba(52, 152, 219, 0.7), #17161b 50%, rgba(52, 152, 219, 0.7));
}

.battlepass-item-text.yellow {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(241, 196, 15, 0.7)), color-stop(50%, #17161b), to(rgba(241, 196, 15, 0.7)));
  background-image: linear-gradient(270deg, rgba(241, 196, 15, 0.7), #17161b 50%, rgba(241, 196, 15, 0.7));
}

.battlepass-item-text.purple {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(155, 89, 182, 0.7)), color-stop(50%, #17161b), to(rgba(155, 89, 182, 0.7)));
  background-image: linear-gradient(270deg, rgba(155, 89, 182, 0.7), #17161b 50%, rgba(155, 89, 182, 0.7));
}

.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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #f2f3f5;
  color: rgba(23, 22, 27, 0.6);
  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;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding-top: 40px;
}

.slide-nav {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 20px;
  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, 0.3, 1) translate(-25%, 0%);
  transform: scale3d(2, 0.3, 1) translate(-25%, 0%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-nav.moba {
  bottom: 140px;
}

.slide-content {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 80px;
  z-index: 3;
  padding: 20px 40px 20px 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #0066ff;
  background-color: #17161b;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slide-content-number {
  position: absolute;
  left: 20px;
  top: 7px;
  right: auto;
  bottom: auto;
  color: #0066ff;
  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, 0.1)), to(rgba(23, 22, 27, 0.1)));
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.1), rgba(23, 22, 27, 0.1));
}

.play-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('../images/play-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.play-button:hover {
  background-image: url('../images/play-icon-white.svg');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.play-button.modal-action {
  background-color: transparent;
}

.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: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.store-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #00f4ff;
  background-color: transparent;
  color: #00f4ff;
}

.store-item:hover {
  background-color: #0066ff;
}

.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: #0066ff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #f2f3f5;
}

.hidden {
  display: none;
}

.mmo-slide-media {
  position: relative;
  margin: 2px 1px;
  border-style: solid;
  border-width: 6px;
  border-color: #202125;
  background-color: rgba(242, 243, 245, 0.6);
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.07);
}

.mmo-slide-media:hover {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
}

.arrow-left {
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.arrow-left:hover {
  background-image: url('../images/arrow-left-primary.svg');
}

.arrow-left.small {
  background-position: 0% 50%;
  background-size: 40px;
}

.arrow-right {
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.arrow-right:hover {
  background-image: url('../images/arrow-right-primary.svg');
}

.arrow-right.small {
  background-position: 100% 50%;
  background-size: 40px;
}

.faction-item {
  overflow: hidden;
  border-style: solid;
  border-width: 8px;
  border-color: #17161b;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
  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: rgba(242, 243, 245, 0.07);
}

.classes-tabs {
  background-image: url('../images/solana-logologotyp.us.svg');
  background-position: 80% 10%;
  background-size: 25%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.classes-tabs-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.classes-tabs-menu-item {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #17161b;
  background-color: transparent;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
}

.classes-tabs-menu-item:hover {
  box-shadow: 0 0 0 1px #f2f3f5;
}

.classes-tabs-menu-item.w--current {
  box-shadow: 0 0 0 2px #0026ff;
  color: #0004ff;
}

.classes-tabs-content-item {
  padding-top: 100px;
  padding-bottom: 160px;
}

.classes-tabs-content-item._1 {
  background-image: url('../images/boxing2x.png');
  background-position: 70% 50%;
  background-repeat: no-repeat;
}

.classes-tabs-content-item._2 {
  background-image: url('../images/car.png');
  background-position: 100% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.classes-tabs-content-item._3 {
  background-image: url('../images/real-estate.png');
  background-position: 70% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.classes-tabs-content-item._4 {
  background-image: url('../images/lootbox.png');
  background-position: 75% 70%;
  background-size: 30%;
  background-repeat: no-repeat;
}

.classes-tabs-content-item._5 {
  background-image: url('../images/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('../images/list.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.learn-more-link:hover {
  color: #f2f3f5;
}

.learn-more-link.mb-40 {
  color: #4189d3;
}

.learn-more-link.light:hover {
  color: #17161b;
}

.learn-more-link.white {
  color: #f2f3f5;
}

.learn-more-link.white:hover {
  color: #0066ff;
}

.mmo-features {
  position: relative;
  overflow: hidden;
}

.mmo-features-menu {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  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, 0.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: rgba(242, 243, 245, 0.6);
  font-size: 14px;
  text-align: center;
}

.mmo-features-menu-item:hover {
  color: #f2f3f5;
}

.mmo-features-menu-item.w--current {
  background-color: #292a2e;
  color: #0066ff;
}

.mmo-features-slide-content {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  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: rgba(242, 243, 245, 0.07);
  color: rgba(242, 243, 245, 0.6);
  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: #0066ff;
}

.media-item {
  display: block;
  margin: 10px 10px 8px;
}

.media-content-right {
  margin-top: -10px;
  padding-top: 1px;
  padding-right: 0px;
  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, 0.7)), to(rgba(23, 22, 27, 0.7))), url('../images/moba-header-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.7), rgba(23, 22, 27, 0.7)), url('../images/moba-header-2.jpg');
  background-position: 0px 0px, 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, 0.7)), to(rgba(23, 22, 27, 0.7))), url('../images/moba-header-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.7), rgba(23, 22, 27, 0.7)), url('../images/moba-header-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.moba-header-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.7)), to(rgba(23, 22, 27, 0.7))), url('../images/moba-header-3.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.7), rgba(23, 22, 27, 0.7)), url('../images/moba-header-3.jpg');
  background-position: 0px 0px, 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-style: solid;
  border-width: 8px;
  border-color: #f2f3f5;
}

.ability-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  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: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.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, 0.2)), color-stop(90%, rgba(23, 22, 27, 0)));
  background-image: linear-gradient(270deg, rgba(23, 22, 27, 0) 10%, rgba(23, 22, 27, 0.2) 50%, rgba(23, 22, 27, 0) 90%);
  text-align: center;
}

.moba-classes-menu-item {
  margin-top: 1px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 27, 0.2);
  background-color: #fff;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
  color: rgba(23, 22, 27, 0.6);
}

.moba-classes-menu-item:hover {
  border-color: #17161b;
  color: #17161b;
}

.moba-classes-menu-item.w--current {
  border-color: #0066ff;
  background-color: #fff;
  color: #0066ff;
}

.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%, 0px);
  -ms-transform: rotate(-45deg) translate(-50%, 0px);
  transform: rotate(-45deg) translate(-50%, 0px);
  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: 0px;
  background-color: transparent;
  opacity: 0.7;
}

.ability-item-tab:hover {
  opacity: 0.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-style: solid;
  border-width: 6px;
  border-color: #17161b;
  background-color: rgba(242, 243, 245, 0.6);
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
}

.mmo-slide-image:hover {
  box-shadow: 0 0 0 1px #f2f3f5;
}

.moba-game-mode-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0.2)), color-stop(80%, rgba(242, 243, 245, 0.1)), to(#fff)), radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, 0.2), #fff);
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.2) 20%, rgba(242, 243, 245, 0.1) 80%, #fff), radial-gradient(circle farthest-side at 50% 50%, hsla(0, 0%, 100%, 0.2), #fff);
}

.moba-game-modes {
  margin-top: -120px;
}

.moba-game-modes-menu-item {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(23, 22, 27, 0.6);
  background-color: transparent;
  opacity: 0.8;
}

.moba-game-modes-menu-item:hover {
  border-color: #17161b;
}

.moba-game-modes-menu-item.w--current {
  border-color: #0066ff;
  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;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  padding: 4px 10px;
  background-color: #f2f3f5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0066ff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.moba-game-modes-text {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 120px;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  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 0px 20px 30px;
  background-color: transparent;
  background-image: url('../images/list-black.svg');
  background-position: 0px 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('../images/list.svg');
  color: #0066ff;
}

.short-news-item {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.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: #0066ff;
}

.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('../images/ork-4692676_1920-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-rpg-tab-content._2 {
  background-image: url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-rpg-tab-content._3 {
  background-image: url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-rpg-tab-content._4 {
  background-image: url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-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: rgba(23, 22, 27, 0.7);
}

.header-rpg-tab-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 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: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #17161b;
  box-shadow: 0 0 0 1px #f2f3f5;
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.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('../images/ork-4692676_1920-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-rpg-tab-menu-item._2 {
  background-image: url('../images/606b2e210b7cdaaa6276b323_composing-2391033_1920-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-rpg-tab-menu-item._3 {
  background-image: url('../images/606b2e3c18fec4fdab9ef934_pirate-1827387_1920-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-rpg-tab-menu-item._4 {
  background-image: url('../images/606b2e4d4f1ab825396dcdcc_statue-3590031_1920-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col50 {
  width: 50%;
}

.col50.right {
  margin-left: 50%;
}

.col50.right.center {
  text-align: center;
}

.col50.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: rgba(242, 243, 245, 0.07);
}

.rpg-feature-video {
  max-width: 300px;
}

.buy-form {
  padding: 20px 40px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.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: rgba(242, 243, 245, 0.07);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: rgba(242, 243, 245, 0.6);
  font-size: 14px;
}

.buy-game-tabs-menu-item:hover {
  background-color: #17161b;
  color: #f2f3f5;
}

.buy-game-tabs-menu-item.w--current {
  background-color: #0066ff;
  color: #f2f3f5;
}

.buy-form-edition {
  margin-bottom: 70px;
  color: rgba(242, 243, 245, 0.6);
}

.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: rgba(242, 243, 245, 0.6);
}

.select:focus {
  border-right-color: transparent;
  background-color: #17161b;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.07);
  color: #f2f3f5;
}

.divider {
  height: 1px;
  background-color: rgba(242, 243, 245, 0.07);
}

.divider.dark {
  background-color: rgba(23, 22, 27, 0.07);
}

.divider.dark.mb-20 {
  width: 100%;
}

.buy-form-submit {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: #4189d3;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

.buy-form-submit:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.buy-game-store {
  display: block;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.buy-game-store:hover {
  opacity: 0.8;
}

.buy-game-store.ps {
  background-color: #006fcd;
  background-image: url('../images/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('../images/xbox_1.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('../images/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.steam.large {
  background-image: url('../images/windows_1.svg');
}

.buy-game-store.epic {
  background-color: #d54339;
  background-image: url('../images/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, 0.07);
  border-bottom: 2px solid rgba(242, 243, 245, 0.07);
  background-color: #17161b;
}

.form-success {
  background-color: #292a2e;
  color: #f2f3f5;
}

.form-error {
  padding: 20px;
  background-color: rgba(255, 79, 94, 0.1);
  color: #0066ff;
  text-align: center;
}

.header-sport {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f2f3f5;
  background-image: url('../images/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 200ms ease;
  transition: background-color 200ms ease;
  color: #0066ff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.sport-preorded-pack:hover {
  background-color: #17161b;
}

.sport-pack-description {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 90px;
  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: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.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;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 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-style: solid;
  border-width: 2px;
  border-color: #0066ff;
}

.corner-white.white-border {
  border-style: solid;
  border-width: 2px;
  border-color: #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: #0066ff;
  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 200ms ease;
  transition: opacity 200ms ease;
}

.feedback-link:hover {
  opacity: 0.6;
}

.feedback-card-footer {
  margin-top: auto;
}

.feedback-card-nav {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -40px;
  opacity: 0.4;
  -webkit-transform: translate(-15%, 0px) scale(0.7);
  -ms-transform: translate(-15%, 0px) scale(0.7);
  transform: translate(-15%, 0px) scale(0.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('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-racing-slider._2 {
  background-image: url('../images/6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-racing-slider._3 {
  background-image: url('../images/6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-racing-slider-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: rgba(23, 22, 27, 0.6);
}

.mt-20 {
  margin-top: 20px;
}

.header-racing-slider-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: scale3d(2, 0.3, 1) scale(0.6);
  transform: scale3d(2, 0.3, 1) scale(0.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('../images/6077036ff8ee22402c3c32e3_serge-kutuzov-1K9-TbJWs2U-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.racing-features-item._2 {
  background-image: url('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.racing-features-item._3 {
  background-image: url('../images/6077038a8c565039bc3ddf5d_macau-photo-agency-UhQSjxHb3mk-unsplashh-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.racing-features-item-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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: rgba(23, 22, 27, 0.9);
  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, 0.6)), to(rgba(23, 22, 27, 0.6)));
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6));
}

.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, 0.4)), to(rgba(23, 22, 27, 0.4)));
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0) 50%, #17161b), linear-gradient(180deg, rgba(23, 22, 27, 0.4), rgba(23, 22, 27, 0.4));
}

.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;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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: rgba(23, 22, 27, 0.6);
  text-align: center;
}

.horror-characters-item-content-text {
  margin-top: 30px;
  color: rgba(242, 243, 245, 0.6);
}

.horror-loc-tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #17161b;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.07);
}

.horror-loc-tab-link.w--current {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
}

.horror-loc-tab-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/horror-loc-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/horror-loc-1.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/horror-loc-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/horror-loc-2.jpg');
  background-position: 0px 0px, 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('../images/strategy-head-bg.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0) 62%, #17161b 84%), url('../images/strategy-head-bg.jpg');
  background-position: 0px 0px, 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 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: rgba(242, 243, 245, 0.6);
  text-align: center;
  text-decoration: none;
}

.page-nav-link:hover {
  border-bottom-color: #0066ff;
  color: #f2f3f5;
}

.strategy-gameplay-item {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding: 90% 20px 10px;
  box-shadow: inset 0 0 0 4px rgba(242, 243, 245, 0.07);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  cursor: pointer;
}

.strategy-gameplay-item:hover {
  box-shadow: inset 0 0 0 200px rgba(242, 243, 245, 0.07);
}

.strategy-gameplay-item._1 {
  background-image: url('../images/strategy-gameplay-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-gameplay-item._2 {
  background-image: url('../images/strategy-gameplay-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-gameplay-item._3 {
  background-image: url('../images/strategy-gameplay-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-gameplay-item-play {
  position: absolute;
  left: 50%;
  top: 30%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.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: 0px;
  background-color: #17161b;
  color: rgba(242, 243, 245, 0.6);
}

.strategy-basics-tabs-menu-item:hover {
  color: #0066ff;
}

.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: #0066ff;
  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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/strategy-basic-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/strategy-basic-1-1.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/strategy-basic-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/strategy-basic-2.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/strategy-basic-3.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/strategy-basic-3.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/muh-dipo-war-escort.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/muh-dipo-war-escort.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/awards-mmo.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/awards-mmo.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/mmo-gamemode-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/mmo-gamemode-2.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/goblin-5393644_1920.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/goblin-5393644_1920.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/horror-loc-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/horror-loc-1.jpg');
  background-position: 0px 0px, 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-style: solid;
  border-width: 4px;
  border-color: #17161b;
  background-color: #202125;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.07);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.strategy-races-tabs-menu-item:hover {
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
}

.strategy-races-tabs-menu-item.w--current {
  background-color: #292a2e;
  box-shadow: 0 0 0 1px #f2f3f5;
}

.strategy-races-tabs-menu {
  position: absolute;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: auto;
  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('../images/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('../images/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('../images/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-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.07);
  background-color: rgba(23, 22, 27, 0.6);
}

.strategy-units-tabs-menu-item {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.07);
  background-color: rgba(242, 243, 245, 0.07);
}

.strategy-units-tabs-menu-item:hover {
  border-color: rgba(242, 243, 245, 0.6);
}

.strategy-units-tabs-menu-item.w--current {
  border-color: #f2f3f5;
  background-color: rgba(23, 22, 27, 0.6);
}

.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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/mmo-feature-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/mmo-feature-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-border {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 10px;
  border-color: #17161b;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.07);
}

.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: #0066ff;
  font-size: 40px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.survival-steps-icons._1 {
  background-image: url('../images/icons8-storytelling-100-1_1icons8-storytelling-100 (1).png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.survival-steps-icons._2 {
  background-image: url('../images/icons8-aspect-ratio-100_1icons8-aspect-ratio-100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.survival-steps-icons._3 {
  background-image: url('../images/icons8-gremlin-100_1icons8-gremlin-100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.survival-steps-icons._4 {
  background-image: url('../images/icons8-battle-100_1icons8-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-style: solid;
  border-width: 6px;
  border-color: #17161b;
  background-color: #292a2e;
  box-shadow: 0 0 0 1px rgba(242, 243, 245, 0.6);
  color: rgba(242, 243, 245, 0.6);
}

.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-style: solid;
  border-width: 4px;
  border-color: rgba(242, 243, 245, 0.6);
  box-shadow: 0 10px 20px 0 rgba(23, 22, 27, 0.2);
}

.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, 0.07)), to(rgba(23, 22, 27, 0.07))), url('../images/indie-background.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.07), rgba(23, 22, 27, 0.07)), url('../images/indie-background.jpg');
  background-position: 0px 0px, 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 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -40px;
  opacity: 0.5;
  -webkit-transform: translate(-20%, 0px) scale(0.7);
  -ms-transform: translate(-20%, 0px) scale(0.7);
  transform: translate(-20%, 0px) scale(0.7);
}

.header-mobile {
  min-height: 700px;
  margin-top: 56px;
  padding-top: 200px;
  background-color: #141526;
  background-image: url('../images/mobile-header.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-button {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.mobile-button:hover {
  opacity: 0.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: #0066ff;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vivaion103hd.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vivaion103hd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.simple-header.primary {
  background-color: #0066ff;
}

.simple-header.light {
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vivaion103header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vivaion103header.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.simple-header.keys {
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vivaion103header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vivaion103header.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.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: rgba(23, 22, 27, 0.6);
  font-size: 16px;
  font-weight: 500;
}

.about-tabs-menu-item:hover {
  color: #0066ff;
}

.about-tabs-menu-item.w--current {
  border-bottom-color: #0066ff;
  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: rgba(255, 79, 94, 0.1);
  box-shadow: inset 0 0 0 2px #0066ff;
  cursor: pointer;
}

.about-weapon-item.left {
  margin-top: -100px;
}

.weapon-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}

.weapon-title.white {
  color: #f2f3f5;
}

.weapon-description {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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: rgba(255, 79, 94, 0.9);
  opacity: 0;
}

.heroes-list-item {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #17161b;
  text-align: center;
  text-decoration: none;
}

.heroes-list-item:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  color: #0066ff;
}

.heroes-list-item-image-container {
  border-top: 4px solid #0066ff;
  background-image: url('../images/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;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 300px;
  margin-right: 0px;
  margin-bottom: -40px;
  padding: 30px;
  background-color: #929292;
}

.maps-slider-mask {
  padding-bottom: 60px;
}

.maps-slider-number {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(23, 22, 27, 0.15);
  font-size: 30px;
  font-weight: 700;
}

.maps-slider-nav {
  margin-bottom: -40px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.slider-arrow-left {
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 40px;
  height: 40px;
  margin-bottom: -40px;
  margin-left: -100px;
  border: 1px solid transparent;
  background-color: #f2f3f5;
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.slider-arrow-left:hover {
  border-color: rgba(23, 22, 27, 0.6);
}

.slider-arrow-right {
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: -100px;
  margin-bottom: -40px;
  border: 1px solid transparent;
  background-color: #f2f3f5;
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.slider-arrow-right:hover {
  border-color: rgba(23, 22, 27, 0.6);
}

.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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion103hd.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion103hd.jpg');
}

.section-content {
  width: 40%;
  padding: 40px;
  background-color: rgba(23, 22, 27, 0.6);
}

.section-content.right {
  margin-left: 60%;
}

.section-content.dark {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(23, 22, 27, 0.8);
}

.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, 0.3)), to(rgba(41, 42, 46, 0.3))), url('../images/buy-now-bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 42, 46, 0.3), rgba(41, 42, 46, 0.3)), url('../images/buy-now-bg.jpg');
  background-position: 0px 0px, 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('../images/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('../images/6075d609b8a74f7ae5c5fa37_moritz-spahn-opK7XLRXdLE-unsplashh-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: rgba(23, 22, 27, 0.6);
  font-weight: 500;
}

.buy-now-tabs-menu-item.w--current {
  border-bottom-color: #0066ff;
  background-color: transparent;
  color: #17161b;
}

.max-800 {
  max-width: 800px;
}

.arrow-left-bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.arrow-left-bottom:hover {
  box-shadow: inset 0 0 0 2px rgba(23, 22, 27, 0.6);
}

.arrow-right-bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  background-color: #fff;
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.arrow-right-bottom:hover {
  box-shadow: inset 0 0 0 2px rgba(23, 22, 27, 0.6);
}

.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;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/company-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/company-1.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/company-2.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/company-2.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/company-3.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/company-3.jpg');
  background-position: 0px 0px, 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: #0066ff;
  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-top: 100px;
  margin-bottom: 66px;
  margin-left: 25%;
}

.company-slider-left {
  margin-right: -60px;
  opacity: 0.6;
}

.company-slider-right {
  margin-left: -60px;
  opacity: 0.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: hsla(0, 0%, 100%, 0.5);
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.position-link {
  display: block;
  color: #17161b;
  text-decoration: none;
}

.position-link:hover {
  color: #0066ff;
  text-decoration: underline;
}

.positions-tabs-content {
  border-top: 2px solid rgba(23, 22, 27, 0.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: rgba(23, 22, 27, 0.6);
}

.positions-tabs-menu-item.w--current {
  background-color: #0066ff;
  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-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.07);
  color: rgba(242, 243, 245, 0.6);
}

.games-item.nav:hover {
  color: #f2f3f5;
}

.games-item-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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: rgba(255, 79, 94, 0.8);
  opacity: 0;
  text-align: center;
}

.games-item-hover.store {
  background-color: rgba(79, 164, 255, 0.4);
  color: #00aeff;
}

.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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-esports-link-block._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.4)), to(rgba(23, 22, 27, 0.4))), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.4), rgba(23, 22, 27, 0.4)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-esports-link-block._2 {
  background-image: url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-esports-link-block._3 {
  background-image: url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-esports-link-block.small._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.4)), to(rgba(23, 22, 27, 0.4))), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.4), rgba(23, 22, 27, 0.4)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-esports-link-block.small._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.4)), to(rgba(23, 22, 27, 0.4))), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.4), rgba(23, 22, 27, 0.4)), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0px 0px, 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 0px;
  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: rgba(242, 243, 245, 0.6);
  font-size: 16px;
  font-weight: 500;
}

.esport-tabs-menu-item:hover {
  color: #0066ff;
}

.esport-tabs-menu-item.w--current {
  border-bottom-color: #0066ff;
  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: #0066ff;
}

.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: 0.8;
  color: #0066ff;
}

.esports-steams-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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, 0.07)), to(rgba(23, 22, 27, 0.6)));
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.07), rgba(23, 22, 27, 0.6));
  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;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-image: url('../images/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: rgba(242, 243, 245, 0.6);
  font-size: 14px;
  text-align: center;
}

.teams-menu-item.w--current {
  background-color: #0066ff;
  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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 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, 0.8)), to(rgba(23, 22, 27, 0.8))), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.8), rgba(23, 22, 27, 0.8)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tournament-item._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 79, 94, 0.1)), to(rgba(255, 79, 94, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.8)), to(rgba(23, 22, 27, 0.8))), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(255, 79, 94, 0.1), rgba(255, 79, 94, 0.1)), linear-gradient(180deg, rgba(23, 22, 27, 0.8), rgba(23, 22, 27, 0.8)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.tournament-item._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.8)), to(rgba(23, 22, 27, 0.8))), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.8), rgba(23, 22, 27, 0.8)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.tournament-item._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 79, 94, 0.1)), to(rgba(255, 79, 94, 0.1))), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.8)), to(rgba(23, 22, 27, 0.8))), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(255, 79, 94, 0.1), rgba(255, 79, 94, 0.1)), linear-gradient(180deg, rgba(23, 22, 27, 0.8), rgba(23, 22, 27, 0.8)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/florian-olivo-Mf23RF8xArY-unsplash.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/emanuel-ekstrom-I45hdPF5Na0-unsplash.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/ella-don-mCf1ywKWzoQ-unsplash.jpg');
  background-position: 0px 0px, 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 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 40px;
  margin-left: 80px;
  -webkit-transform: translate(40%, 0px) scale3d(1.8, 0.3, 1);
  transform: translate(40%, 0px) scale3d(1.8, 0.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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/fredrick-tendong-HVYepJYeHdQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/fredrick-tendong-HVYepJYeHdQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.esports-about-image-right {
  height: 100%;
  background-image: url('../images/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: 0.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;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.esports-product-link {
  position: relative;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242, 243, 245, 0.07);
  background-color: #202125;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: rgba(242, 243, 245, 0.6);
}

.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;
}

.header-season {
  padding-top: 100px;
}

.season-header-image {
  margin-top: -80px;
  margin-bottom: -40px;
}

.header-battlepass {
  overflow: hidden;
  padding-top: 100px;
  background-color: #0066ff;
  background-image: url('../images/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 200ms ease;
  transition: background-color 200ms ease;
}

.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: #0066ff;
}

.blog-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 0px;
  -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, 0.07)), to(rgba(23, 22, 27, 0.6)));
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.07), rgba(23, 22, 27, 0.6));
  text-align: left;
}

.blog-item-content:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 79, 94, 0.3)), to(rgba(255, 79, 94, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 27, 0.07)), to(rgba(23, 22, 27, 0.6)));
  background-image: linear-gradient(180deg, rgba(255, 79, 94, 0.3), rgba(255, 79, 94, 0.3)), linear-gradient(180deg, rgba(23, 22, 27, 0.07), rgba(23, 22, 27, 0.6));
}

.blog-item-content.bottom {
  position: relative;
  background-color: #f2f3f5;
  background-image: none;
  background-size: auto;
}

.col-no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.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 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #17161b;
  text-decoration: none;
}

.news-with-promo-item:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.news-with-promo-item._1 {
  background-image: url('../images/promo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-with-promo-item._1:hover {
  opacity: 0.9;
}

.news-with-promo-item._2 {
  background-image: url('../images/promo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-with-promo-item._2:hover {
  opacity: 0.9;
}

.news-with-promo-item._3 {
  background-image: url('../images/martin-delaby-Exhn7N6EGBY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-with-promo-item._3:hover {
  opacity: 0.9;
}

.news-with-promo-item.white {
  background-color: #fff;
}

.news-with-promo-item.white:hover {
  background-color: #0066ff;
}

.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 none rgba(23, 22, 27, 0.07);
  border-bottom: 2px solid rgba(23, 22, 27, 0.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(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: rgba(23, 22, 27, 0.6);
  font-size: 14px;
  font-weight: 600;
}

.blog-tabs-menu-item:hover {
  color: #0066ff;
}

.blog-tabs-menu-item.w--current {
  border-bottom-color: #0066ff;
  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: #0066ff;
}

.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;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.blog-item-content-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -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);
}

.pagination-button {
  width: 40px;
  height: 40px;
  padding: 0px;
  border-style: none;
  background-color: #f2f3f5;
  font-size: 0px;
}

.pagination-button:hover {
  border-style: solid;
  border-color: rgba(23, 22, 27, 0.07);
}

.pagination-button.left {
  background-image: url('../images/arrow-left_1arrow-left.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.pagination-button.right {
  background-image: url('../images/arrow-right_1arrow-right.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.pagination {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.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;
  background-image: url('../images/vivaion2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.login-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 100px 20px 0px;
  -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, 0.3)), to(rgba(41, 42, 46, 0.3))), url('../images/vivaion2.png');
  background-image: linear-gradient(180deg, rgba(41, 42, 46, 0.3), rgba(41, 42, 46, 0.3)), url('../images/vivaion2.png');
  background-position: 0px 0px, 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-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;
  background-color: #f2f3f5;
}

.input-label {
  margin-bottom: -25px;
  padding-left: 23px;
  color: rgba(23, 22, 27, 0.6);
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}

.submit-button {
  width: 100%;
  height: 60px;
  background-color: #0066ff;
  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: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-auth:hover {
  opacity: 0.8;
}

.social-auth.google {
  background-color: #d54339;
  background-image: url('../images/google-logo.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.social-auth.facebook {
  background-color: #006fcd;
  background-image: url('../images/fb-logo.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.store-header {
  padding-top: 0px;
  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 200ms ease;
  transition: background-color 200ms ease;
  color: #f2f3f5;
  font-weight: 500;
}

.store-header-tabs-menu-link:hover {
  background-color: #292a2e;
}

.store-header-tabs-menu-link.w--current {
  background-color: #00a6ff;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/VivaionBannerdark.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/VivaionBannerdark.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.store-header-tabs-content-item._2 {
  background-image: url('../images/vivaion2.png');
  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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/ork-4692676_1920-1.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/ork-4692676_1920-1.jpg');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/vivaion-city1-view-dark.png');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/vivaion-city1-view-dark.png');
  background-position: 0px 0px, 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, 0.6)), to(rgba(23, 22, 27, 0.6))), url('../images/mmo-gamemode-3.jpg');
  background-image: linear-gradient(180deg, rgba(23, 22, 27, 0.6), rgba(23, 22, 27, 0.6)), url('../images/mmo-gamemode-3.jpg');
  background-position: 0px 0px, 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, 0.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: 0px;
  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;
}

.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;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icons8-search-100_1icons8-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: rgba(242, 243, 245, 0.6);
  font-size: 14px;
  text-align: left;
}

.store-tabs-menu-item:hover {
  color: #f2f3f5;
}

.store-tabs-menu-item.w--current {
  background-color: rgba(242, 243, 245, 0.07);
  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: rgba(242, 243, 245, 0.6);
  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: rgba(242, 243, 245, 0.6);
  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: rgba(242, 243, 245, 0.6);
  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, 0.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, 0.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;
  margin-bottom: 27px;
  color: #fc0;
}

.store-game-main {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(242, 243, 245, 0.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: 0px;
  color: rgba(242, 243, 245, 0.6);
  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: rgba(242, 243, 245, 0.6);
}

.search-result-item {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #17161b;
  color: rgba(242, 243, 245, 0.6);
}

.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-style: none;
  border-width: 2px;
  border-color: #f2f3f5;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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: rgba(23, 22, 27, 0.6);
  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 {
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-top: 2px;
  margin-right: 4px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-dropdown-games-list {
  padding: 20px;
  border-bottom: 2px solid rgba(242, 243, 245, 0.07);
}

.nav-dropdown-games-list.w--open {
  position: fixed;
  left: 0%;
  top: 58px;
  right: 0%;
  bottom: auto;
  overflow: auto;
  padding: 40px 0px;
  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;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  padding-top: 10px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  font-weight: 500;
}

.nav-dropdown.w--open {
  min-width: 180px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: rgba(242, 243, 245, 0.07);
  background-color: #17161b;
}

.nav-dropdown.large.w--open {
  min-width: 360px;
}

.nav-dropdown-link {
  display: block;
  padding: 15px 20px;
  color: rgba(242, 243, 245, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: rgba(242, 243, 245, 0.07);
  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-style: solid;
  border-width: 1px;
  border-color: rgba(23, 22, 27, 0.07);
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #17161b;
  text-decoration: none;
}

.example-item:hover {
  border-color: rgba(23, 22, 27, 0.6);
  color: #0066ff;
}

.example-image {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(23, 22, 27, 0.07);
}

.promo-image {
  max-width: 100%;
  margin-top: -90px;
  margin-bottom: -90px;
  margin-left: 20px;
}

.image-2 {
  margin-top: 22px;
}

.image-3 {
  margin-bottom: 15px;
}

.column-2 {
  background-color: rgba(87, 87, 87, 0);
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  color: #fff;
}

.paragraph {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
}

.heading-5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-6 {
  margin-bottom: 67px;
  color: #fff;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  color: #fff;
}

.heading-8 {
  color: #fff;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  color: #fff;
}

.paragraph-10 {
  color: #fff;
}

.italic-text {
  color: #fff;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 0px;
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/hunting.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hunting.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.heading-9 {
  font-size: 30px;
}

.heading-10 {
  font-size: 30px;
}

.subscribe-socials2.community {
  margin-right: -10px;
  margin-left: -10px;
}

.subscribe-socials2.community.align-right {
  padding-top: 0px;
  padding-right: 0px;
}

.subscribe-socials2.center {
  text-align: center;
}

.subscribe-socials2.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;
}

.image-4 {
  color: #fff;
}

.image-5 {
  overflow: visible;
  color: #fff;
}

.image-6 {
  display: inline-block;
  overflow: visible;
  color: #fff;
}

.simple-header22 {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/strategy-head-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/strategy-head-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.simple-header22.primary {
  background-color: #0066ff;
}

.simple-header22.light {
  background-color: #f2f3f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vivaion-city-view2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vivaion-city-view2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-11 {
  color: #fff;
}

.container-3 {
  background-image: url('../images/VivaionBannerdark.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered-container-2 {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-12 {
  color: #fff;
  font-size: 25px;
}

.paragraph-13 {
  color: #fff;
}

.heading-13 {
  color: #fff;
  font-size: 25px;
}

.paragraph-14 {
  color: #fff;
}

.heading-14 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-15 {
  color: #fff;
}

.div-block {
  padding-right: 0px;
}

.heading-15 {
  margin-top: 86px;
  color: #fff;
}

.mr-new {
  margin-right: 5px;
  margin-bottom: 27px;
  color: #00ff2b;
}

.heading-16 {
  color: #fff;
  font-weight: 300;
}

.video {
  width: 500px;
  height: 200px;
  margin-left: 218px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  margin-top: -21px;
  text-align: center;
}

.image-7 {
  margin-top: 16px;
}

.available-on-mmo-2 {
  display: inline-block;
  margin-top: 71px;
  padding: 35px 60px;
  background-color: #00d10a;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #f2f3f5;
}

.image-8 {
  margin-top: 4px;
  margin-right: 7px;
}

.image-9 {
  margin-bottom: 26px;
}

.image-10 {
  margin-bottom: 13px;
}

.image-11 {
  margin-bottom: 48px;
}

.bold-text {
  font-weight: 400;
}

.image-12 {
  margin-bottom: 44px;
}

.image-13 {
  margin-bottom: 84px;
}

.custom-button-copy2 {
  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(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-copy2:hover {
  color: #0066ff;
}

.custom-button-copy2.white7 {
  background-color: rgba(242, 243, 245, 0.07);
  color: #f2f3f5;
}

.custom-button-copy2.white7:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy2.white {
  background-color: #f2f3f5;
}

.custom-button-copy2.white:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy2.primary {
  background-color: #0066ff;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.custom-button-copy2.primary:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy2.secondary {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy2.secondary:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy2.secondary.large {
  background-color: #4189d3;
}

.custom-button-copy2.black {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy2.black:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy2.black7 {
  background-color: rgba(23, 22, 27, 0.07);
  color: #17161b;
}

.custom-button-copy2.black7:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy2.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button-copy2.small.white {
  background-color: #00d10a;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4189d3;
}

.custom-button-copy2.large {
  padding: 20px 60px;
  font-size: 18px;
}

.custom-button-copy2.white-secondary {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy2.white-secondary:hover {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy2.black-secondary {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy2.black-secondary:hover {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy2.full-width {
  width: 100%;
  text-align: center;
}

.custom-button-copy2.full-width.primary.mb-5 {
  background-color: #f88f16;
}

.custom-button-copy {
  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(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-copy:hover {
  color: #0066ff;
}

.custom-button-copy.white7 {
  background-color: rgba(242, 243, 245, 0.07);
  color: #f2f3f5;
}

.custom-button-copy.white7:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy.white {
  background-color: #f2f3f5;
}

.custom-button-copy.white:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.primary {
  background-color: #0066ff;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.custom-button-copy.primary:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy.secondary {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.secondary:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.secondary.large {
  background-color: #4189d3;
}

.custom-button-copy.black {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.black:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.black7 {
  background-color: rgba(23, 22, 27, 0.07);
  color: #17161b;
}

.custom-button-copy.black7:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button-copy.small.white {
  background-color: #00d10a;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4189d3;
}

.custom-button-copy.large {
  padding: 20px 60px;
  font-size: 18px;
}

.custom-button-copy.white-secondary {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy.white-secondary:hover {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy.black-secondary {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy.black-secondary:hover {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy.full-width {
  width: 100%;
  text-align: center;
}

.custom-button-copy.full-width.primary.mb-5 {
  background-color: #f88f16;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.custom-button-copy {
  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(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.custom-button-copy:hover {
  color: #0066ff;
}

.custom-button-copy.white7 {
  background-color: rgba(242, 243, 245, 0.07);
  color: #f2f3f5;
}

.custom-button-copy.white7:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy.white {
  background-color: #f2f3f5;
}

.custom-button-copy.white:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.primary {
  background-color: #0066ff;
  -webkit-transition: background-color 200ms linear, color 200ms linear;
  transition: background-color 200ms linear, color 200ms linear;
  color: #f2f3f5;
}

.custom-button-copy.primary:hover {
  background-color: #f2f3f5;
  color: #0066ff;
}

.custom-button-copy.secondary {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.secondary:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.secondary.large {
  background-color: #4189d3;
}

.custom-button-copy.black {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.black:hover {
  background-color: #0066ff;
  color: #f2f3f5;
}

.custom-button-copy.black7 {
  background-color: rgba(23, 22, 27, 0.07);
  color: #17161b;
}

.custom-button-copy.black7:hover {
  background-color: #17161b;
  color: #0066ff;
}

.custom-button-copy.small {
  padding: 10px 25px;
  font-size: 14px;
}

.custom-button-copy.small.white {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0059ff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4189d3;
}

.custom-button-copy.large {
  padding: 20px 60px;
  font-size: 18px;
}

.custom-button-copy.white-secondary {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy.white-secondary:hover {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy.black-secondary {
  background-color: #17161b;
  color: #f2f3f5;
}

.custom-button-copy.black-secondary:hover {
  background-color: #f2f3f5;
  color: #17161b;
}

.custom-button-copy.full-width {
  width: 100%;
  text-align: center;
}

.custom-button-copy.full-width.primary.mb-5 {
  background-color: #1671f8;
}

.custom-button-text-copy {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 17px;
}

@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: 0px 0px, 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 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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: 0px;
    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: 0px;
  }

  .gamemodes-slides-menu {
    margin-top: -130px;
  }

  .image.mmo-feature-image {
    height: 600px;
  }

  .pb-0 {
    padding-bottom: 0px;
  }

  .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: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .short-news-row {
    margin-right: 0px;
    margin-left: 0px;
    -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: 0px;
    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-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sport-pack {
    margin-right: 0px;
    margin-left: 0px;
  }

  .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: rgba(23, 22, 27, 0.7);
  }

  .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: rgba(23, 22, 27, 0.7);
  }

  .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: 0px;
    margin-left: 0px;
  }

  .strategy-gameplay-item-play {
    top: 25%;
  }

  .strategy-gameplay-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .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: 0px;
    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: 0px;
  }

  .header-company-tabs-menu {
    margin-bottom: 20px;
  }

  .header-company-tabs-content-slider {
    min-height: auto;
  }

  .download-header {
    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 0px;
  }

  .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: 0px;
  }

  .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: 0px;
  }

  .esports-products-slider-mask {
    padding-bottom: 80px;
  }

  .season-header-image {
    max-width: 120%;
  }

  .editions-text {
    padding-left: 0px;
    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: 0px;
  }

  .store-tabs-menu-item {
    display: inline-block;
  }

  .store-game-header-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .store-game-header-left {
    width: 100%;
  }

  .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 {
    -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: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -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, 0.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: 0px;
  }

  .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: rgba(242, 243, 245, 0.07);
  }

  .menu-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    margin-left: -10px;
  }

  .promo-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .container-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .heading-17 {
    margin-top: 71px;
  }

  .video {
    margin-left: 123px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-title {
    min-height: 140px;
    padding: 20px;
  }

  .style-guide-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .style-guide-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .corner-black.large {
    width: 40px;
    height: 40px;
  }

  .corner-light.large {
    width: 40px;
    height: 40px;
  }

  .style-guide-wrapper {
    padding: 20px;
  }

  .header-fps {
    background-image: none;
    background-position: 0px 0px;
    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.pt-0 {
    margin-bottom: 87px;
  }

  .section.rpg-feature-1 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #17161b), to(rgba(23, 22, 27, 0.5))), url('../images/skull-4039821_1920.jpg');
    background-image: linear-gradient(90deg, #17161b 45%, rgba(23, 22, 27, 0.5)), url('../images/skull-4039821_1920.jpg');
    background-position: 0px 0px, 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, 0.3))), url('../images/sailor-4431281_1920-1.jpg');
    background-image: linear-gradient(90deg, #17161b 33%, rgba(23, 22, 27, 0.3)), url('../images/sailor-4431281_1920-1.jpg');
    background-size: auto, cover;
  }

  .section.game-mode-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.game-mode-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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: 0px;
  }

  .secondary-news-row {
    margin-right: 0px;
  }

  .footer-social {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .section-inner {
    padding: 20px;
  }

  .section-inner._3col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-inner.white.buy-now {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-inner.dark.social {
    padding-bottom: 0px;
  }

  .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: 0px;
    margin-left: 0px;
  }

  .button-group {
    margin-top: 20px;
  }

  .pt-0 {
    padding-top: 0px;
  }

  .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: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gamemodes-slides-image-container {
    display: none;
  }

  .image.mmo-feature-image {
    height: 400px;
  }

  .season-section-image {
    display: none;
  }

  .pb-0 {
    padding-bottom: 0px;
  }

  .battlepass-row {
    padding-right: 0px;
  }

  .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: 0px;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .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;
  }

  .mmo-slide-media {
    margin-bottom: 20px;
  }

  .faction-item {
    margin-bottom: 20px;
  }

  .classes-tabs {
    background-image: url('../images/solana-logologotyp.us.svg');
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .classes-tabs-menu-item {
    width: 50px;
  }

  .classes-tabs-content-item._1 {
    background-position: 100% 0%;
  }

  .classes-tabs-content-item._2 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .classes-tabs-content-item._3 {
    background-image: url('../images/real-estate.png');
    background-position: 50% 50%;
    background-size: 65%;
  }

  .classes-tabs-content-item._4 {
    background-position: 100% 0%;
    background-size: 50%;
  }

  .classes-tabs-content-item._5 {
    background-position: 100% 0%;
  }

  .classes-description {
    width: 100%;
  }

  .mmo-features-menu {
    margin-top: 0px;
    -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: 0px;
    margin-left: 0px;
    font-size: 8px;
  }

  .media-menu {
    margin-bottom: 20px;
    text-align: left;
  }

  .media-tabs {
    margin-top: 20px;
  }

  .media-item {
    padding: 0px;
  }

  .media-content-right {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .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: 0px;
  }

  .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;
    left: 10px;
    top: 20px;
    right: auto;
    bottom: auto;
    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: 0px;
    padding-right: 0px;
  }

  .sport-career-image {
    max-width: 100%;
    margin-top: 0px;
  }

  .sport-gameplay-image {
    max-width: 100%;
    margin-top: 0px;
    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: 0px;
  }

  .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: 0px;
  }

  .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: 0px;
  }

  .indie-reviews-right {
    padding-left: 10px;
  }

  .indie-features-slider-image {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .header-mobile {
    min-height: 400px;
  }

  .mobile-play-image {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-right: 0px;
  }

  .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-menu {
    width: 100%;
  }

  .mobile-tabs-content {
    width: 100%;
  }

  .mobile-tabs-menu-item {
    height: 58px;
  }

  .mobile-howto-image {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .mobile-header-actions {
    text-align: center;
  }

  .about-tabs-content.container {
    padding-top: 40px;
  }

  .about-weapon-item {
    padding: 20px;
  }

  .about-weapon-item.left {
    margin-top: 0px;
  }

  .weapon-description {
    padding: 20px;
  }

  .char-video {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .maps-description {
    position: relative;
    max-width: 100%;
    margin-bottom: 0px;
    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: 0px;
    -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: 0px;
  }

  .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: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .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 {
    width: 100%;
  }

  .header-esports-right {
    width: 100%;
  }

  .header-esports-link-block._1 {
    padding: 100px 20px 20px;
  }

  .header-esports-link-block.small._2 {
    padding: 100px 20px 20px;
  }

  .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-vod-link {
    margin-bottom: 20px;
  }

  .esports-steams {
    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: 0px;
    margin-left: 10px;
  }

  .teams-player {
    margin-bottom: 20px;
  }

  .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: 0px;
  }

  .team-roster-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #202125;
  }

  .esports-product-link {
    margin-bottom: 100px;
  }

  .esports-products-slider-mask {
    padding-bottom: 0px;
  }

  .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 {
    display: none;
  }

  .battlepass-img-right {
    display: none;
  }

  .patch-content {
    margin-top: 20px;
    margin-left: 0px;
  }

  .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: 0px;
    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: 0px;
    margin-left: 0px;
  }

  .promo-image {
    display: none;
    margin-left: 0px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .centered-container {
    margin-top: 285px;
    padding-top: 0px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-overlay {
    padding: 0px 20px 40px;
  }

  .subscribe-socials2 {
    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-socials2.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscribe-socials2.post {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-15 {
    color: #fff;
  }

  .video {
    margin-left: 22px;
  }
}

@media screen and (max-width: 479px) {
  .text-white.text-small.edition-title {
    display: none;
  }

  .text-small.text-white {
    font-size: 12px;
  }

  .custom-button {
    display: block;
    text-align: center;
  }

  .button {
    display: block;
    width: 100%;
    text-align: center;
  }

  .section.horror-awards {
    background-position: 0px 0px, 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: 0px;
    margin-left: 0px;
  }

  .battlepass-row-container {
    margin-top: 40px;
  }

  .slider.games-nav-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slide-nav {
    bottom: 0px;
    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: 0px;
    margin-left: 0px;
  }

  .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 {
    width: 40px;
    background-size: 30px;
  }

  .arrow-right {
    width: 40px;
    background-size: 30px;
  }

  .classes-tabs-menu-item {
    display: inline-block;
    width: 40px;
  }

  .classes-tabs-content-item._1 {
    padding-top: 208px;
    background-position: 50% 0%;
  }

  .classes-tabs-content-item._2 {
    padding-top: 192px;
  }

  .classes-tabs-content-item._3 {
    padding-top: 190px;
  }

  .classes-tabs-content-item._4 {
    padding-top: 194px;
    background-position: 50% 50%;
    background-size: 75%;
  }

  .mmo-features-menu-item {
    padding-top: 25px;
    font-size: 0px;
  }

  .mmo-features-slide {
    background-color: rgba(0, 0, 0, 0.82);
  }

  .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: 0px 0px 10px;
    -webkit-transform: translate(0px, 0%) rotate(0deg);
    -ms-transform: translate(0px, 0%) rotate(0deg);
    transform: translate(0px, 0%) rotate(0deg);
  }

  .moba-classes-image {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .moba-classes-texts-item {
    position: static;
    width: auto;
    margin-top: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(0deg) translate(0%, 0px);
    -ms-transform: rotate(0deg) translate(0%, 0px);
    transform: rotate(0deg) translate(0%, 0px);
  }

  .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: 0px;
  }

  .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: 0px;
  }

  .buy-game-tabs-menu-item {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    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: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    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: 0px;
    margin-left: 0px;
  }

  .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: rgba(242, 243, 245, 0.07);
  }

  .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: 0px;
    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: 0px;
  }

  .strategy-races-tabs-content-image {
    max-width: 60%;
  }

  .strategy-units-tabs-menu-item {
    margin-bottom: 10px;
    padding: 0px;
    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 {
    background-size: 30px;
  }

  .survival-steps-icons._2 {
    background-size: 30px;
  }

  .survival-steps-icons._3 {
    background-size: 30px;
  }

  .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: rgba(242, 243, 245, 0.07);
    text-align: center;
  }

  .esports-about-image-right {
    min-height: 300px;
  }

  .blog-tabs-menu {
    border-bottom-style: none;
  }

  .blog-tabs-menu-item {
    border-bottom-color: rgba(23, 22, 27, 0.07);
    -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: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .post-image {
    height: 160px;
  }

  .nav-slider-arrow.left {
    margin-left: -20px;
  }

  .nav-slider-arrow.right {
    margin-right: -20px;
  }

  .centered-container {
    margin-top: 6px;
    padding-bottom: 0px;
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-overlay {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-10 {
    font-size: 15px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .paragraph-12 {
    font-size: 12px;
  }

  .tabs-content {
    background-color: rgba(0, 0, 0, 0.63);
  }

  .centered-container-2 {
    text-align: left;
  }

  .div-block {
    margin-bottom: 51px;
  }

  .video {
    width: 300px;
    height: 200px;
    margin-left: -6px;
  }

  .available-on-mmo-2 {
    width: 100%;
  }

  .custom-button-copy2 {
    display: block;
    text-align: center;
  }

  .custom-button-copy {
    display: block;
    text-align: center;
  }

  .grid {
    display: block;
  }

  .custom-button-copy {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_503552bb-02d8-3285-58b7-5646c9578d9e-6c85b417 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_503552bb-02d8-3285-58b7-5646c9578da0-6c85b417 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_503552bb-02d8-3285-58b7-5646c9578da5-6c85b417 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_503552bb-02d8-3285-58b7-5646c9578da7-6c85b417 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f582dc90-0c0c-6c10-648a-b7d817cb457e-d885b42a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f582dc90-0c0c-6c10-648a-b7d817cb4585-d885b42a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_503552bb-02d8-3285-58b7-5646c9578d94-6c85b417 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_503552bb-02d8-3285-58b7-5646c9578d9b-6c85b417 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_503552bb-02d8-3285-58b7-5646c9578da2-6c85b417 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f582dc90-0c0c-6c10-648a-b7d817cb4572-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f582dc90-0c0c-6c10-648a-b7d817cb4579-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f582dc90-0c0c-6c10-648a-b7d817cb4580-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-edf761a8-6af2-f5e2-ca1c-b3fec479aec6-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-aa53847d-227f-d7d1-5028-d2cca47c6ca5-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b78062ef-2b7e-fd5b-ded5-1c3f1ff29fdf-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bdcd81d5-f62e-1fa2-22e3-56f351ea00b1-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5dba1b39-c5a2-1633-5678-27925975af5c-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1b6e2dd4-bcf0-dc3b-d17d-96e962a2a4a2-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cef3ccc2-5bed-da9d-bac7-5cb9ca7c99eb-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_061deea2-b2e1-a7b6-8608-63c8f23c3f84-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_96690a93-db8a-f344-4964-ace00357f5dc-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75e04283-d43b-2aba-cda6-1abff3551c39-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6c147099-866c-9d23-77bb-34963dc72c4a-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_96119b09-a043-bf3e-9466-65d0651ad28f-d885b42a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

