:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
  background-image: url('../images/City.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 11000px;
  background-attachment: fixed;
}

.smartopia {
  width: 512px;
  margin-top: 16px;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.footer {
  height: 128px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container.header {
  margin-top: 24px;
  margin-bottom: 16px;
  display: block;
}

.container.intr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.no-gap {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.video_block {
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-text-fill-color: inherit;
  background-color: #5b3fa3;
  background-clip: border-box;
  border-radius: 32px;
  margin-top: 32px;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video {
  background-color: #5b3fa3;
  display: none;
}

.headline {
  max-width: 920px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-weight: 700;
  line-height: 56px;
}

.headline.footer {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.headline.results {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.text {
  max-width: 920px;
  text-align: center;
  font-family: "Samsungone 400 C V 1", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.text.idee {
  text-align: center;
  margin-left: 64px;
}

.headline-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.headline-text.results {
  max-width: 920px;
}

.block {
  width: 100%;
  max-width: 920px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #da45ff;
  border-radius: 0;
  padding: 64px;
  display: block;
}

.block.idee {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Idea_BG_full.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #da45ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block.chalenge {
  background-image: url('../images/Chalenge_BG_full.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 0;
  position: relative;
}

.intro {
  z-index: 100;
  height: 1100px;
  background-color: #000;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ship {
  width: 350px;
}

.button {
  width: 314px;
  height: 82px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.games_item {
  width: 360px;
  height: 172px;
}

.games_item.bubble_trouble {
  width: 330px;
  height: 230px;
  background-image: url('../images/bubble_trouble.png');
  background-position: 0 0;
  background-size: 330px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.games_item.flavor_hunter {
  width: 330px;
  height: 230px;
  background-image: url('../images/flavor_hunter.png');
  background-position: 0 0;
  background-size: 330px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding-right: 0;
}

.games_item.flip_and_stack {
  width: 330px;
  height: 230px;
  background-image: url('../images/FlipStack.png');
  background-position: 0 0;
  background-size: 330px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.games_item.pixel_pioner {
  width: 330px;
  height: 230px;
  background-image: url('../images/Pixel-Pioneer.png');
  background-position: 0 0;
  background-size: 330px;
  margin-right: 16px;
}

.games_item.smart_escape {
  width: 330px;
  height: 230px;
  background-image: url('../images/Smart_Escape.png');
  background-position: 0 0;
  background-size: 330px;
  margin-right: 16px;
}

.games_list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.games_block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.results_block {
  width: 1068px;
  min-height: 100px;
  background-color: rgba(117, 251, 253, .15);
  border: 2px solid #75fbfd;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-bottom: 192px;
  padding: 64px;
}

.back {
  pointer-events: auto;
  text-align: center;
  cursor: pointer;
  flex: 1;
  margin-top: -90px;
  text-decoration: none;
  display: block;
}

.challenge {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
}

.challenge.solution, .idea.solution {
  background-image: url('../images/Site_violet_bg.png');
  background-position: 0 0;
}

.result {
  background-image: url('../images/Footer_BG_wide.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 3000px;
}

.games {
  background-image: url('../images/Footer_BG_wide.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 3000px;
  padding-bottom: 128px;
}

.footer {
  background-color: #5d0074;
  display: block;
}

.results_item {
  width: 198px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.result_value {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.results {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  display: flex;
}

.background-video {
  z-index: -10;
  width: 1440px;
  height: 810px;
  margin-top: 263px;
  position: absolute;
  overflow: visible;
}

.logo_block {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider {
  width: 1156px;
  height: auto;
  min-height: 500px;
  min-width: auto;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #d83cff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 16px 16px 4px rgba(218, 69, 255, .16);
}

.slider.screenshots {
  min-height: auto;
  box-shadow: none;
  border-style: none;
  overflow: visible;
}

.slide-nav {
  position: absolute;
}

.headline-2 {
  max-width: 920px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.headline-2.footer {
  margin-top: 10px;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.headline-2.results {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header {
  background-color: #000;
}

.header.solution {
  background-image: url('../images/Site_violet_bg.png');
  background-position: 0 0;
}

.logo {
  width: 100%;
  margin-top: 24px;
  margin-left: 24px;
  position: relative;
  top: 24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.headline-3 {
  max-width: 920px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Samsungsharpsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.headline-3.footer {
  margin-top: 10px;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.headline-3.results {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mask {
  border: 1px #5b3fa3;
}

.games_slider {
  width: 268px;
  height: auto;
  min-height: auto;
  min-width: auto;
  mix-blend-mode: normal;
  border: 4px solid #8093dc;
  border-radius: 24px;
  display: block;
  overflow: hidden;
}

.mask-2 {
  min-height: auto;
}

.arrow {
  margin-top: 398px;
}

.arrow.left {
  margin-top: 488px;
  margin-left: 0;
  margin-right: 0;
}

.arrow.right {
  margin-top: 488px;
  margin-right: 0;
}

.image {
  width: 234px;
}

.gnusman_footer {
  width: 234px;
  cursor: pointer;
  margin-top: 0;
  position: static;
  top: 0;
  left: 0%;
}

.gnusman {
  position: absolute;
  top: 1493px;
  bottom: auto;
  left: auto;
  right: 6%;
}

.slider_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider_block.impression {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.image-2 {
  position: absolute;
}

.play {
  z-index: 150;
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, 50%);
}

.subtext {
  max-width: 920px;
  text-align: center;
  font-family: "Samsungone 400 C V 1", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.subtext.idee {
  text-align: center;
  margin-left: 64px;
}

.results_name {
  max-width: 920px;
  text-align: center;
  font-family: "Samsungone 400 C V 1", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.results_name.idee {
  text-align: center;
  margin-left: 64px;
}

.overlay {
  z-index: 100;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: absolute;
}

.left-arrow {
  left: -48px;
  overflow: visible;
}

.right-arrow {
  right: -48px;
  overflow: visible;
}

.slide-nav-2 {
  margin-bottom: -56px;
}

.corner_chalenge_left {
  position: relative;
  top: 354px;
  bottom: 0%;
  left: -86px;
}

.image-3 {
  position: absolute;
}

.corner_chalenge_left-copy {
  position: relative;
  top: 368px;
  bottom: 0%;
  left: -98px;
}

.corner_chalenge_left-copy.right {
  left: auto;
}

.corner_chalenge_right {
  position: relative;
  top: 354px;
  bottom: 0%;
  left: auto;
  right: -812px;
}

.corner_idee_left {
  position: relative;
  top: 170px;
  left: -80px;
}

.corner_idee_right {
  position: relative;
  top: 172px;
  left: -82px;
}

.corner_idee_righ {
  position: relative;
  top: -166px;
  right: -814px;
}

.corner_1 {
  position: absolute;
  top: auto;
  bottom: -32px;
  left: -24px;
  right: 0%;
}

.corner_2 {
  position: absolute;
  top: auto;
  bottom: -32px;
  left: auto;
  right: -24px;
}

.corner_3 {
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  right: auto;
}

.corner_4 {
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: -24px;
}

.drone {
  z-index: 200;
  width: 224px;
  position: absolute;
  top: 1164px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #dedede;
}

@media screen and (max-width: 991px) {
  .smartopia {
    width: 420px;
  }

  .container.footer {
    height: 96px;
  }

  .container.intr {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container.no-gap {
    justify-content: flex-start;
    align-items: center;
  }

  .video_block {
    width: 90%;
  }

  .video {
    display: none;
  }

  .headline-text {
    width: 90%;
  }

  .block {
    width: 90%;
    justify-content: center;
    padding-top: 32px;
    padding-right: 64px;
    display: flex;
  }

  .block.idee {
    background-image: url('../images/Idea_BG_2.svg');
    background-size: cover;
    flex-direction: row;
  }

  .block.chalenge {
    background-image: url('../images/Chalenge_BG_2.svg');
    background-size: cover;
    padding-bottom: 92px;
  }

  .intro {
    height: 940px;
  }

  .results_block {
    width: 90%;
    margin-bottom: 128px;
    padding: 32px 16px;
  }

  .results_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .result_value {
    font-size: 36px;
  }

  .results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video {
    width: 992px;
    height: 640px;
    margin-top: 171px;
  }

  .logo_block {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider {
    width: 90%;
    min-height: auto;
  }

  .slider.screenshots {
    width: 80%;
  }

  .headline-3 {
    width: 512px;
  }

  .arrow.left, .arrow.right {
    margin-top: 210px;
  }

  .gnusman_footer {
    width: 202px;
  }

  .gnusman {
    display: none;
    right: 0%;
  }

  .play {
    width: 90px;
    top: 56%;
  }

  .subtext {
    font-size: 12px;
  }

  .results_name {
    font-size: 14px;
  }

  .corner_chalenge_left {
    position: absolute;
    top: 455px;
  }

  .corner_chalenge_right {
    top: 455px;
    right: -104%;
  }

  .corner_idee_left {
    display: none;
    top: 202px;
    left: -14%;
  }

  .corner_idee_righ {
    display: none;
    top: -200px;
    right: -104%;
  }

  .drone {
    display: none;
    top: 2500px;
  }
}

@media screen and (max-width: 767px) {
  .smartopia {
    width: 312px;
  }

  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container.intr {
    margin-top: -256px;
    position: absolute;
  }

  .video {
    display: none;
  }

  .headline {
    font-size: 24px;
  }

  .text {
    font-size: 16px;
  }

  .headline-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .block, .block.idee {
    padding: 32px;
  }

  .block.chalenge {
    background-image: url('../images/Chalenge_BG_2.svg');
  }

  .intro {
    height: 620px;
  }

  .results_block {
    width: 94%;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .result_value {
    font-size: 28px;
    line-height: 48px;
  }

  .background-video {
    width: 920px;
    height: 440px;
    margin-top: 140px;
    overflow: visible;
  }

  .logo_block {
    width: 100%;
  }

  .headline-3 {
    width: 320px;
    font-size: 16px;
  }

  .arrow.left, .arrow.right {
    margin-top: 170px;
  }

  .gnusman {
    display: none;
  }

  .play {
    top: 54%;
  }

  .subtext {
    font-size: 11px;
  }

  .results_name {
    font-size: 13px;
    line-height: 24px;
  }

  .corner_chalenge_left {
    top: 432px;
  }

  .corner_chalenge_right {
    top: 432px;
    right: -105%;
  }

  .image-4 {
    width: 128px;
  }

  .corner_1 {
    width: 24px;
    left: -16px;
  }

  .corner_2 {
    width: 24px;
    right: -16px;
  }

  .corner_3 {
    width: 24px;
    bottom: -16px;
    left: -16px;
  }

  .corner_4 {
    width: 24px;
    top: -16px;
    right: -16px;
  }

  .drone {
    display: none;
    top: 2318px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container.intr {
    margin-top: -256px;
    position: absolute;
  }

  .video_block {
    height: auto;
  }

  .video {
    width: 100%;
    display: none;
  }

  .headline-text {
    width: 90%;
    padding: 0;
  }

  .block {
    justify-content: center;
    padding: 24px;
    display: flex;
  }

  .block.idee {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .block.chalenge {
    background-image: url('../images/Chalenge_BG_2.svg');
    background-size: cover;
  }

  .intro {
    height: 579px;
    overflow: hidden;
  }

  .results_block {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .result_value {
    font-size: 32px;
  }

  .results {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .background-video {
    width: 480px;
    height: 289px;
    margin-top: 229px;
    overflow: visible;
  }

  .slider.screenshots {
    width: 64%;
  }

  .logo {
    margin-top: 0;
  }

  .headline-3 {
    width: 72%;
    font-size: 16px;
    line-height: 24px;
  }

  .arrow.left, .arrow.right {
    margin-top: 60px;
  }

  .play {
    width: 64px;
    top: 63%;
  }

  .subtext {
    font-size: 14px;
  }

  .results_name {
    font-size: 16px;
  }

  .corner_1 {
    width: 16px;
    left: 0;
  }

  .corner_2 {
    width: 16px;
    right: 0;
  }

  .corner_3 {
    width: 16px;
    left: 0;
  }

  .corner_4 {
    width: 16px;
    right: 0;
  }
}


@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungif Bd';
  src: url('../fonts/SamsungIF_Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 200 C V 1';
  src: url('../fonts/SamsungOne-200C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 500 C V 1';
  src: url('../fonts/SamsungOne-500C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 400 C V 1';
  src: url('../fonts/SamsungOne-400C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800 V 1';
  src: url('../fonts/SamsungOne-800_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 300 V 1';
  src: url('../fonts/SamsungOne-300_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 600 C V 1';
  src: url('../fonts/SamsungOne-600C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungone 800 C V 1';
  src: url('../fonts/SamsungOne-800C_v1.0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsungsharpsans';
  src: url('../fonts/SamsungSharpSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}