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

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35%;
  min-width: 35%;
  margin-left: 100px;
  padding-right: 24px;
  padding-left: 24px;
  -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: hsla(0, 0%, 67.3%, 0.2);
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: auto;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  color: #000;
}

.body:hover {
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.about_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -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;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 6px 12px;
  border-radius: 16px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #8D1B11;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -1px;
}

.paragraph {
  max-width: 580px;
  padding: 12px;
  border-radius: 16px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.image {
  margin-right: 86px;
  margin-bottom: -30px;
  margin-left: auto;
}

.link-block {
  text-decoration: none;
}

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

.social-link {
  border-radius: 0px 16px 16px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #8D1B11;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-link:hover {
  background-color: #8D1B11;
  color: #fff;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8px;
  list-style-type: none;
}

.link-block-2 {
  text-decoration: none;
}

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

.nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0px;
  -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;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: #3c5ac9;
}

.link-2 {
  text-decoration: none;
}

.current {
  width: 440px;
  max-height: 66%;
  min-height: 75%;
  background-color: #3c5ac9;
}

.heading-2 {
  position: relative;
  bottom: 40px;
  margin: 0px auto;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #3c5ac9;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 64px;
  padding-left: 72px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.description {
  position: relative;
  top: 0px;
  width: 460px;
  height: 156px;
  padding: 12px;
  background-color: #f2f2f2;
  box-shadow: 8px 8px 19px -2px rgba(0, 0, 0, 0.33);
}

.game-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.header-image {
  position: relative;
  display: block;
  overflow: visible;
  width: 460px;
  height: 215px;
  max-width: none;
  box-shadow: 8px 8px 19px -2px rgba(0, 0, 0, 0.33);
  -o-object-fit: none;
  object-fit: fill;
}

.video {
  width: 460px;
  height: 258px;
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: 8px 8px 19px -2px rgba(0, 0, 0, 0.33);
}

.list_game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 8px;
  list-style-type: none;
}

.game-link {
  border-radius: 16px 0px 16px 16px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.game-link:hover {
  background-color: #f2f2f2;
  color: #3c5ac9;
  font-weight: 900;
  letter-spacing: 1px;
}

.youtube {
  width: 460px;
  height: 258px;
  background-image: none;
}

@media screen and (max-width: 991px) {
  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-top: 24px;
    margin-left: 0px;
    padding-top: 128px;
    padding-bottom: 96px;
    padding-left: 12px;
    -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;
  }

  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 64px;
  }

  .about_block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-left: 24px;
    padding-top: 32px;
    -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;
    grid-column-gap: 32px;
  }

  .current {
    max-height: 1000px;
    min-height: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .current {
    width: auto;
    max-height: 1200px;
    min-height: 1200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-2 {
    bottom: 38px;
  }

  .showcase {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .video {
    position: relative;
    top: 0px;
    bottom: 0px;
    height: auto;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    overflow: visible;
    font-size: 18px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .image {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-bottom: -12px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .current {
    max-height: 1000px;
    max-width: 100%;
    min-height: 1000px;
    min-width: 100%;
  }

  .heading-2 {
    font-size: 14px;
    text-align: center;
  }

  .showcase {
    padding-top: 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;
  }

  .description {
    width: 100%;
    height: auto;
    max-width: 460px;
  }

  .header-image {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 460px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .video {
    width: 100%;
    height: auto;
    max-width: 460px;
  }

  .youtube {
    width: 100%;
    height: auto;
    max-width: 460px;
  }
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('OpenSans-LightItalic'), url('../fonts/OpenSans-LightItalic.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('OpenSans-RegularItalic'), url('../fonts/OpenSans-RegularItalic.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('OpenSans-SemiBold'), url('../fonts/OpenSans-SemiBold.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans-SemiBoldItalic.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('OpenSans-Bold'), url('../fonts/OpenSans-BoldItalic.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('OpenSans-Bold'), url('../fonts/OpenSans-ExtraBold.ttf'), format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('OpenSans-Bold'), url('../fonts/OpenSans-ExtraBoldItalic.ttf'), format('truetype');
}