.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #595378;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 61px;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 35px;
  line-height: 1em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gentona extra', sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
}

.c-styleguide_section {
  padding: 10px 24px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #595378;
  border-radius: 20px;
}

.c-styleguide_col-left {
  margin-right: 24px;
  padding-top: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-styleguide_color-card_body {
  padding: 20px;
}

.c-styleguide_content {
  margin-bottom: 24px;
}

.c-title-2 {
  letter-spacing: -0.25px;
}

.c-text-2 {
  font-size: 24px;
  letter-spacing: 0.1px;
}

.c-styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-text-1 {
  font-size: 36px;
}

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

.c-container {
  width: 80%;
  max-width: 1112px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.c-container.cc-1160 {
  max-width: 1192px;
}

.c-styleguide_color-card_header {
  height: 150px;
  background-color: #000;
}

.c-styleguide_color-card_header.cc-white {
  background-color: #fff;
}

.c-styleguide_color-card_header.cc-smoke {
  background-color: #eef0fc;
}

.c-styleguide_color-card_header.cc-blue {
  background-color: #78b0ff;
}

.c-styleguide_color-card_header.cc-golden {
  background-color: #edb200;
}

.c-styleguide_color-card_header.cc-purple {
  background-color: #595378;
}

.c-styleguide_color-card_header.cc-pink {
  background-color: #e15d91;
}

.c-styleguide_color-card_header.cc-gray {
  background-color: #333;
}

.c-styleguide_color-card_header.cc-dim-gray {
  background-color: #666;
}

.c-styleguide_color-card_header.cc-dark-blue {
  background-color: #002044;
}

.c-styleguide_color-card {
  box-shadow: 0 1px 64px 4px rgba(17, 17, 17, 0.08);
}

.c-title-1 {
  letter-spacing: -0.5px;
}

.c-title-1.cc-height-l {
  line-height: 1.2em;
}

.c-section {
  position: relative;
  padding-top: 74px;
  padding-bottom: 190px;
}

.c-section.cc-home-hero {
  margin-top: -1px;
  padding-top: 9vw;
  padding-bottom: 17vw;
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-section.cc-home-video {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #eef0fc;
}

.c-section.cc-submit-your-game {
  padding-top: 235px;
  padding-bottom: 54px;
}

.c-section.cc-team-contact {
  padding-top: 129px;
  padding-bottom: 54px;
  background-image: url('../images/form-bg.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-section.cc-publish-process {
  padding-top: 137px;
  padding-bottom: 54px;
}

.c-section.cc-push-tower {
  overflow: hidden;
  padding-top: 143px;
  padding-bottom: 192px;
}

.c-section.cc-empty {
  padding-top: 65px;
  padding-bottom: 179px;
  background-color: #595378;
}

.c-section.cc-book {
  padding-top: 6vw;
  padding-bottom: 6vw;
  background-image: url('../images/about-images.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-section.cc-about-submit {
  padding-top: 52px;
  padding-bottom: 2vw;
  background-image: url('../images/about-images.png');
  background-position: 50% 50%;
  background-size: cover;
}

.c-section.cc-games {
  padding-top: 27px;
  padding-bottom: 217px;
}

.c-section.cc-submit-form {
  padding-top: 130px;
  padding-bottom: 54px;
  background-image: url('../images/form-bg.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-section.cc-privacy {
  padding-bottom: 80px;
}

.c-section.cc-404 {
  padding-top: 60px;
}

.c-overline {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.c-styleguide_col-right {
  width: 65%;
}

.c-title-3 {
  font-size: 59px;
  letter-spacing: -0.15px;
}

.c-title-4 {
  font-size: 58px;
}

.c-title-5 {
  font-size: 54px;
}

.c-title-6 {
  font-size: 45px;
}

.c-title-7 {
  font-size: 44px;
}

.c-title-8 {
  font-size: 40px;
  line-height: 1.3em;
}

.c-title-10 {
  font-family: 'Gentona extra', sans-serif;
  font-size: 33px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
}

.c-title-11 {
  font-size: 30px;
}

.c-title-12 {
  font-size: 20px;
  line-height: 1.6em;
}

.c-text-3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.c-text-4 {
  font-size: 17px;
  font-weight: 400;
}

.c-text-5 {
  line-height: 2em;
}

.c-text-6 {
  font-size: 15px;
}

.c-text-7 {
  font-size: 19px;
  line-height: 1.3em;
}

.c-overflow-hidden {
  overflow: hidden;
  padding-top: 80px;
}

.c-nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1112px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.c-nav-link {
  padding: 10px 11px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #595378;
  font-size: 19px;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.c-nav-link:hover {
  opacity: 0.7;
}

.c-nav-link.w--current {
  color: #e15d91;
}

.c-footer_top {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #595378;
  color: #fff;
}

.c-footer_bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-footer_top_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-footer-brand {
  margin-left: -76px;
}

.c-title-wrapper.cc-footer-col-title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  line-height: 1em;
  font-weight: 700;
}

.c-title-wrapper.cc-footer-col-title.cc-small {
  font-size: 18px;
}

.c-title-wrapper.cc-home-hero {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 4%;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.c-title-wrapper.cc-video-card {
  margin-bottom: 10px;
  text-align: center;
}

.c-title-wrapper.cc-submit-your-game {
  margin-bottom: 2.75%;
  padding-bottom: 10px;
  color: #595378;
  text-align: center;
}

.c-title-wrapper.cc-book-card {
  margin-bottom: 2.75%;
  color: #eef0fc;
  text-align: center;
}

.c-title-wrapper.cc-publish-process {
  margin-bottom: 109px;
  text-align: center;
}

.c-title-wrapper.cc-publushing-process-card {
  margin-bottom: 10px;
  color: #595378;
}

.c-title-wrapper.cc-push-tower-card {
  margin-bottom: 5.82%;
  padding-bottom: 10px;
  color: #eef0fc;
}

.c-title-wrapper.cc-book {
  margin-top: 2.85%;
  margin-bottom: 10px;
  color: #595378;
}

.c-title-wrapper.cc-about-us-hero {
  margin-bottom: 27px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef0fc;
  text-align: center;
  text-transform: uppercase;
}

.c-title-wrapper.cc-about-us-hero.cc-mb-0 {
  margin-bottom: 0px;
}

.c-title-wrapper.cc-about-col {
  margin-bottom: 5.82%;
  padding-bottom: 10px;
  border-bottom: 2px solid #eef0fc;
  text-align: center;
  text-transform: uppercase;
}

.c-title-wrapper.cc-about-submit {
  margin-bottom: 10px;
  color: #595378;
  text-transform: uppercase;
}

.c-title-wrapper.cc-game-card {
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}

.c-title-wrapper.cc-submit-form {
  margin-bottom: 16px;
  color: #333;
  font-size: 50px;
  text-align: center;
}

.c-title-wrapper.cc-404 {
  margin-bottom: 24px;
}

.c-title-wrapper.cc-404-number {
  margin-top: 40px;
  margin-bottom: 16px;
}

.c-footer_col_links {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-footer-link {
  color: #fff;
  line-height: 1.8em;
  text-decoration: none;
}

.c-footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 8px;
}

.c-social-media {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.c-text-wrapper.cc-footer-terms {
  color: #002044;
  font-size: 14px;
  line-height: 1.7em;
}

.c-text-wrapper.cc-book-card {
  margin-bottom: 2.75%;
  color: #eef0fc;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.c-text-wrapper.cc-submit-your-game.cc-mobile {
  display: none;
}

.c-text-wrapper.cc-game-card {
  margin-bottom: 44px;
  color: #666;
}

.c-link {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #002044;
  font-weight: 700;
  text-decoration: none;
}

.c-link:hover {
  opacity: 0.7;
}

.c-cta-wrapper.cc-styleguide {
  margin-top: 20px;
}

.c-cta-wrapper.cc-home-hero {
  padding-bottom: 52px;
  text-align: center;
}

.c-cta-wrapper.cc-submit-your-game {
  margin-bottom: 2.75%;
  text-align: center;
}

.c-cta-wrapper.cc-book {
  text-align: center;
}

.c-cta-wrapper.cc-book.cc-margin-top {
  margin-top: 2.75%;
}

.c-cta-wrapper.cc-push-tower {
  margin-top: 5.82%;
}

.c-cta-wrapper.cc-about {
  margin-bottom: 17px;
}

.c-cta-wrapper.cc-about0submit {
  margin-top: 30px;
}

.c-cta-wrapper.cc-game-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-left: -23px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-button {
  padding: 16px 40px;
  border-radius: 60px;
  background-color: #595378;
  box-shadow: 0 11px 27px -17px #000;
  -webkit-transition: letter-spacing 400ms ease;
  transition: letter-spacing 400ms ease;
  font-family: Bevietnam, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.c-button:hover {
  letter-spacing: 2px;
}

.c-button.cc-play-icon {
  padding-left: 54px;
  background-color: #e15d91;
  box-shadow: none;
  color: #eef0fc;
}

.c-button.cc-blue {
  background-color: #78b0ff;
}

.c-button.cc-blue.cc-smoke {
  color: #eef0fc;
}

.c-button.cc-pink {
  background-color: #e15d91;
}

.c-button.cc-pink.cc-games {
  height: 68px;
  max-height: 68px;
  margin-right: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/App_Store_Buttons-02.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.c-button.cc-pink.cc-games.cc-google {
  left: 277px;
  margin-right: 0px;
  background-image: url('../images/App_Store_Buttons-01.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.c-button.cc-submit {
  margin-top: 16px;
  padding: 0.3em 1em;
  float: right;
  border-radius: 6px;
  background-color: transparent;
  background-image: linear-gradient(315deg, rgba(89, 83, 120, 0.87), #595378);
  box-shadow: none;
  font-family: 'Gentona extra', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.c-button.cc-submit:hover {
  letter-spacing: 1px;
}

.c-module-arrow {
  position: absolute;
  left: auto;
  top: 1px;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  font-family: Etmoudles, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 400;
}

.c-module-arrow.cc-double-arrow {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  font-size: 14px;
}

.c-button-label {
  position: relative;
}

.c-button-label.cc-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-play-icon {
  padding-top: 1px;
  padding-left: 1px;
  font-family: Etmoudles, sans-serif;
  color: #e15d91;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.c-play-icon-wrapper {
  position: absolute;
  left: -22px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -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-radius: 100%;
  background-color: #eef0fc;
}

.c-hero-waves {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 16vw;
  background-image: url('../images/home-hero-shape.svg');
  background-position: 0px 0px;
  background-size: 100% 16vw;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-span-gold {
  color: #edb200;
}

.c-video-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 7px 17px 0 #595378;
}

.c-video-card_header {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.75%;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
}

.c-video-card_body {
  padding-right: 24px;
  padding-bottom: 46px;
  padding-left: 24px;
  text-align: center;
}

.c-video-card_header_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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;
  background-image: url('../images/girl-mobile-game.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Etmoudles, sans-serif;
  color: #fff;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 400;
  cursor: pointer;
}

.c-video-card_header_overlay:hover {
  background-image: url('../images/girl-mobile-game.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-top-wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100px;
  background-image: url('../images/wave-top.svg');
  background-position: 0px 0px;
  background-size: 100% 100px;
}

.c-submit-your-game {
  color: #000;
  text-align: center;
}

.c-waves_top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 100px;
  background-image: url('../images/top.svg');
  background-position: 0px 0px;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.c-book-card {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 53px 40px 50px;
  background-color: #595378;
  color: #fff;
}

.c-book-card_header {
  margin-bottom: 2.75%;
}

.c-publishing-process-cards {
  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;
  grid-column-gap: 4%;
}

.c-publishing-process-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 241px;
  -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;
  color: #000;
  line-height: 1.9em;
  font-weight: 400;
  text-align: center;
}

.c-publishing-process-card_header {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9em;
}

.c-waves-tower-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
  background-image: url('../images/wave-form.svg');
  background-position: 50% 0%;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.c-waves-tower-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100px;
  background-image: url('../images/wave-tower-bottom.svg');
  background-position: 0px 0px;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.c-push-tower-card {
  padding: 53px 40px 50px;
  background-color: #595378;
  color: #fff;
}

.c-push-tower-cols {
  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;
}

.c-push-tower-col_left {
  width: 47.25%;
  margin-right: 16px;
  padding-bottom: 100px;
}

.c-push-tower-col_right {
  position: relative;
  z-index: 1;
  width: 47.25%;
}

.c-push-tower-logo {
  margin-bottom: 5.82%;
}

.c-push-tower-col_left_body {
  padding-left: 22px;
}

.c-push-tower-item {
  margin-top: 5.82%;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.c-push-tower-stat {
  color: #edb200;
  font-size: 47px;
  line-height: 1;
  font-weight: 500;
}

.c-push-tower-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-empty-section {
  padding-top: 80px;
  padding-bottom: 27px;
}

.c-waves_top-book {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
  background-image: url('../images/waves-top-book.svg');
  background-position: 0px 0px;
  background-size: 100% 100px;
}

.c-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 67px;
  padding-bottom: 27px;
  -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;
  color: #000;
  text-align: center;
}

.c-play {
  z-index: 1;
}

.c-top-arrow {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 125px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(42px, 0px);
  -ms-transform: translate(42px, 0px);
  transform: translate(42px, 0px);
  font-family: Etmoudles, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.c-about-us-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 63px;
  padding-bottom: 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-about-us-col_left {
  width: 47.25%;
  margin-right: 16px;
  color: #091744;
  text-align: center;
}

.c-about-us-col_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.c-about-bottom-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 14vw;
  background-image: url('../images/about-wave-bottom.svg');
  background-position: 50% 0%;
  background-size: 100% 14vw;
  background-repeat: no-repeat;
}

.c-about-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 27px;
  -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;
  color: #000;
  text-align: center;
}

.c-about-top-wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 85px;
  background-image: url('../images/about-top.svg');
  background-position: 50% 0%;
  background-size: 100% 85px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-games {
  position: relative;
}

.c-game-card {
  padding: 54px 27px 0px;
}

.c-game-card_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -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;
  border-bottom: 1px solid #595378;
}

.c-game-card_col_left {
  width: 36%;
  max-width: 360px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-game-card_col_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.c-game-card_logo {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 360px;
  border-style: solid;
  border-width: 6px;
  border-color: #eef0fc;
  border-radius: 90px;
}

.c-opacity-0 {
  opacity: 0;
  font-size: 13px;
  white-space: nowrap;
}

.c-game-card_logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-border-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.c-game-card-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.c-game-card-overlay:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000);
}

.c-form {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 62px 80px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/Fidget.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-submit-top-wave {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100px;
  background-image: url('../images/wave-form.svg');
  background-position: 50% 0%;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.c-submit-bottom-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100px;
  background-image: url('../images/form-bottom.svg');
  background-position: 50% 0%;
  background-size: 100% 100px;
  background-repeat: no-repeat;
}

.c-submit-heading {
  font-size: 50px;
}

.c-input {
  height: 52px;
  margin-bottom: 3%;
  padding: 16px;
  border: 0px none transparent;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Bevietnam, sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 700;
}

.c-input:active {
  border: 1px none #000;
}

.c-input:focus {
  border: 1px none #000;
}

.c-input:focus-visible {
  color: #3e3e3e;
}

.c-input[data-wf-focus-visible] {
  color: #3e3e3e;
}

.c-input::-webkit-input-placeholder {
  color: #666;
}

.c-input:-ms-input-placeholder {
  color: #666;
}

.c-input::-ms-input-placeholder {
  color: #666;
}

.c-input::placeholder {
  color: #666;
}

.c-input.cc-text-area {
  height: 150px;
}

.c-input.cc-mb {
  margin-bottom: 0%;
}

.c-input.cc-last {
  margin-bottom: 0%;
}

.c-form-cols {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 3%;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-radio-group {
  margin-bottom: 0%;
}

.c-radio-label {
  margin-bottom: 0.5em;
  color: #666;
  font-size: 14px;
  line-height: 1.7em;
}

.c-radio {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 9px;
  margin-left: -27px;
  border-style: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.c-radio:active {
  border-style: none;
}

.c-radio.w--redirected-checked {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #595378 25%, transparent 28%, rgba(0, 0, 0, 0.05));
}

.c-radio.w--redirected-focus {
  box-shadow: none;
}

.c-radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  font-family: Bevietnam, sans-serif;
  font-weight: 700;
}

.c-radio-button-label {
  margin-bottom: 0px;
  font-family: Bevietnam, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.c-privacy {
  position: relative;
  z-index: 2;
}

.c-privacy-rich h2 {
  margin-bottom: 16px;
  font-size: 22px;
}

.c-privacy-rich p {
  margin-bottom: 16px;
  color: #091744;
  line-height: 2em;
}

.c-privacy-rich a {
  color: #595378;
  text-decoration: none;
}

.c-404 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  text-align: center;
}

.c-video-card_header_overlay_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.c-index-9 {
  position: relative;
  z-index: 9;
}

.c-games-rich-text p {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3em;
}

.c-animated-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fs-cc-banner_close {
  margin-left: 0.75rem;
  padding: 0.625rem;
  border-radius: 999rem;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 0.625rem 1.25rem;
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff;
  border-radius: 999rem;
  background-color: #4353ff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #4353ff;
  background-color: #f5f5f5;
  color: #4353ff;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #4353ff;
  color: #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(67, 83, 255, 0.16);
  background-color: #f5f6ff;
}

.fs-cc-banner_text {
  margin-right: 1.5rem;
  color: #616161;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .c-container.cc-1160 {
    width: 92%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-container.cc-tablet_width-l {
    width: 92%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-section.cc-publish-process {
    padding-top: 80px;
  }

  .c-section.cc-games {
    padding-bottom: 120px;
  }

  .c-title-4.cc-tablet-size-34 {
    font-size: 34px;
  }

  .c-title-8.cc-tablet-size-34 {
    font-size: 34px;
  }

  .c-nav-link {
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    text-transform: capitalize;
  }

  .c-footer_top_grid {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-footer-brand {
    margin-bottom: 43px;
    margin-left: 0px;
  }

  .c-title-wrapper.cc-publish-process {
    max-width: 582.2222290039062px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-footer_col_links {
    margin-bottom: 32px;
  }

  .c-text-wrapper.cc-footer-terms {
    text-align: center;
  }

  .c-text-wrapper.cc-submit-your-game {
    display: none;
  }

  .c-cta-wrapper.cc-game-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 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;
    text-align: center;
  }

  .c-button.cc-pink.cc-games {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .c-button.cc-pink.cc-games.cc-google {
    margin-bottom: 0px;
  }

  .c-video-card_header {
    height: 50vw;
  }

  .c-video-card_body {
    display: block;
    height: 60px;
    opacity: 0;
  }

  .c-video {
    height: 100%;
  }

  .c-publishing-process-cards {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-publishing-process-card {
    max-width: 380px;
  }

  .c-push-tower-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-push-tower-col_left {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 40px;
  }

  .c-push-tower-col_right {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-push-tower-video {
    height: 145vw;
  }

  .c-menu-button {
    padding: 10px 0px 10px 10px;
  }

  .c-menu-button.w--open {
    background-color: transparent;
    color: #595378;
  }

  .c-menu-button-icon {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .c-nav-menu {
    width: 80%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    background-color: transparent;
  }

  .c-nav-menu_links {
    padding: 5%;
    border-top: 3px solid #595378;
    background-color: #fff;
  }

  .c-about-us-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-about-us-col_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .c-about-us-col_right {
    width: 100%;
  }

  .c-game-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-game-card_cols {
    -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;
  }

  .c-game-card_col_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .c-game-card_col_right {
    max-width: 620px;
    padding-right: 0px;
  }

  .c-game-card_logo {
    width: 360px;
    height: 360px;
    text-align: center;
  }

  .c-game-card_logo-img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0rem;
  }

  .fs-cc-banner_container {
    -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;
  }
}

@media screen and (max-width: 767px) {
  .c-title-2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.15px;
  }

  .c-title-2.cc-mobile-35 {
    font-size: 35px;
  }

  .c-text-2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .c-container.cc-mobile-l {
    width: 92%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-title-1 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.25px;
  }

  .c-title-1.cc-height-l {
    font-size: 35px;
  }

  .c-section.cc-submit-your-game {
    padding-top: 207px;
  }

  .c-section.cc-empty {
    padding-bottom: 31px;
  }

  .c-overline {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .c-title-3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .c-title-5 {
    font-size: 35px;
  }

  .c-title-6 {
    font-size: 32px;
  }

  .c-title-8.cc-tablet-size-34 {
    font-size: 24px;
  }

  .c-title-10 {
    font-size: 28px;
  }

  .c-text-3 {
    font-size: 22px;
    line-height: 1.1em;
  }

  .c-text-6 {
    font-size: 22px;
    line-height: 1.1em;
  }

  .c-nav-wrapper {
    position: absolute;
  }

  .c-title-wrapper.cc-footer-col-title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .c-title-wrapper.cc-footer-col-title.cc-small {
    margin-bottom: 40px;
  }

  .c-title-wrapper.cc-home-hero {
    margin-bottom: 40px;
  }

  .c-title-wrapper.cc-book-card {
    margin-bottom: 40px;
  }

  .c-text-wrapper.cc-book-card {
    margin-bottom: 30px;
  }

  .c-text-wrapper.cc-submit-your-game.cc-mobile {
    display: block;
    text-align: left;
  }

  .c-cta-wrapper.cc-submit-your-game {
    margin-bottom: 30px;
  }

  .c-cta-wrapper.cc-book.cc-margin-top {
    margin-top: 30px;
  }

  .c-button:hover {
    letter-spacing: 1px;
  }

  .c-video-card_header {
    height: 50vw;
  }

  .c-publishing-process-card {
    font-size: 14px;
  }

  .c-push-tower-card {
    padding-top: 18px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .c-push-tower-stat {
    font-size: 34px;
  }

  .c-brand {
    padding-left: 0px;
  }

  .c-game-card_col_left {
    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;
  }

  .c-form {
    width: 92%;
    padding: 34px 18px 87px;
  }

  .c-submit-heading {
    font-size: 35px;
  }

  .c-input.cc-mb {
    margin-bottom: 3%;
  }

  .c-input.cc-last {
    margin-bottom: 3%;
  }

  .c-form-cols {
    display: block;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-radio-group {
    margin-bottom: 3%;
  }

  .c-404 {
    line-height: 1.7em;
  }

  .fs-cc-banner_container {
    -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;
  }
}

@media screen and (max-width: 479px) {
  .c-container.cc-mobile_no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-section.cc-about-submit {
    padding-top: 61px;
  }

  .c-title-3 {
    font-size: 35px;
    line-height: 1em;
  }

  .c-nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-title-wrapper.cc-home-hero {
    text-align: left;
  }

  .c-title-wrapper.cc-publish-process {
    max-width: 250px;
    margin-bottom: 50px;
  }

  .c-book-card_body {
    margin-top: 30px;
  }

  .c-publishing-process-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-push-tower-col_left_body {
    padding-left: 0px;
  }

  .c-game-card_logo {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .c-game-card_logo-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -1.5rem;
    right: 0.75rem;
    bottom: auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: 0rem;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

#w-node-_8139da7e-fedf-90eb-93d3-8e8cb05b98dd-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_29e982f4-76e5-9c38-5e82-977d06408986-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ffa54d39-3746-5d7a-b949-94915328698a-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ffa54d39-3746-5d7a-b949-94915328698d-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e4aa0df-d606-3b3d-1a87-f6df131b4630-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e4aa0df-d606-3b3d-1a87-f6df131b4633-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8eb14fbb-2989-17b9-c331-e6e4055c38ab-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1ea414f5-95e3-5799-d8c3-0a9d54c46a4a-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b657abfb-7953-5e36-b3ad-e4accf5a712b-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_391741cb-bd5b-c165-91ea-318124624a9e-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_391741cb-bd5b-c165-91ea-318124624aa1-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4de6163-ff13-5659-a9a3-36ff67467dcb-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4de6163-ff13-5659-a9a3-36ff67467dce-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f592e317-f5c1-1289-2d64-5cb31295e6dd-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f592e317-f5c1-1289-2d64-5cb31295e6e0-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c3d7eda3-b7a0-ffc9-964c-7012b8f05946-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c3d7eda3-b7a0-ffc9-964c-7012b8f05949-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4a87511-317c-e0cb-8c82-82eab56fab8c-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4a87511-317c-e0cb-8c82-82eab56fab8f-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_92d1593f-075b-8aa7-ca50-d0b210bf65ad-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_92d1593f-075b-8aa7-ca50-d0b210bf65b0-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4578827f-7c36-a3a6-0804-02b41605e08a-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4578827f-7c36-a3a6-0804-02b41605e08d-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f1422f2c-bdab-4546-763e-9a8cdd653f41-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f1422f2c-bdab-4546-763e-9a8cdd653f44-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f6b5929-82a7-3296-3416-235d035d8188-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f6b5929-82a7-3296-3416-235d035d818b-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5402b2ba-e034-440c-51ad-37a6f63be271-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5402b2ba-e034-440c-51ad-37a6f63be274-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c6589fce-2038-b7f9-376f-1d19057c2a2b-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c6589fce-2038-b7f9-376f-1d19057c2a2e-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27dc563-8abe-0d10-d899-bc5e751c96e0-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d27dc563-8abe-0d10-d899-bc5e751c96e3-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3356b4e-e3b0-d07a-a2c4-c7925b387012-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3356b4e-e3b0-d07a-a2c4-c7925b387015-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ae0973f-c5e4-5736-7636-e2208937bfe1-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9ae0973f-c5e4-5736-7636-e2208937bfe4-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b272486e-b9bc-bb29-3cd9-e24035a0ccc9-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b272486e-b9bc-bb29-3cd9-e24035a0cccc-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c5c6cf6-ccd8-ee82-e02e-c32253711847-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8c5c6cf6-ccd8-ee82-e02e-c3225371184a-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c34211f0-ae1f-2428-62a0-19cf25521a8a-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c34211f0-ae1f-2428-62a0-19cf25521a8d-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14dd17f1-76a5-1775-a98e-8d42acbd7334-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1144b1cb-fa5f-27c8-ea7f-86891adb1725-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1144b1cb-fa5f-27c8-ea7f-86891adb1728-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4420526b-a031-83ed-b8ed-ca8284bbeb01-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4420526b-a031-83ed-b8ed-ca8284bbeb04-8fd3385c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c14190b8-4bef-f67c-e477-27d15f53d3fb-f4d3385d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnam';
  src: url('../fonts/BeVietnam-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Etmoudles';
  src: url('../fonts/ETmoudles.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentona extra';
  src: url('../fonts/Gentona-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}