@font-face {
  font-family: Rogfonts Es;
  src: url('../fonts/ROGFonts-Regular_ES.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newfont;
  src: url('../fonts/NewFont-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tradegothicltpro;
  src: url('../fonts/TradeGothicLTPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --red: #e50017;
  --line: #ffffff40;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.rda-body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .05em;
  width: 100%;
  font-family: Robotocondensed, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.rda-intro {
  width: 100%;
  height: 100vh;
  position: relative;
}

.rda-join {
  width: 100%;
  height: 100vh;
  padding: 2.5rem;
  position: relative;
}

.rda-games {
  width: 100%;
  position: relative;
}

.rda-ig {
  pointer-events: none;
  margin-top: -100vh;
  padding: 10vw;
  position: relative;
}

.rda-studios {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.rda-form {
  z-index: 9999;
  background-color: var(--black);
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
  transform: translate(0, 100%);
}

.rda-form.dev {
  opacity: 100;
  transform: translate(0);
}

.swiper.swiper-intro {
  width: 100%;
  height: 100%;
}

.swiper.swiper-join {
  background-color: var(--black);
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.swiper.swiper-games {
  width: 100%;
}

.swiper.swiper-studios-thumb {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper.swiper-studios, .swiper.nested-swiper {
  width: 100%;
  height: 100%;
}

.rda-bg-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rda-bg-video.is-hole {
  opacity: .1;
}

.rda-title-wrapper {
  z-index: 2;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rda-title {
  opacity: 0;
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-family: Rogfonts Es, Arial, sans-serif;
  font-size: 5vw;
  line-height: 1.2;
  transform: none;
}

.rda-title.dev {
  opacity: 100;
}

.text-block {
  opacity: 0;
  font-family: Newfont, Arial, sans-serif;
  position: absolute;
}

.rda-intro-slide-nav {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
}

.rda-slide-nav-btn {
  border-right: 1px solid #ffffff1a;
  padding: .375rem;
}

.rda-slide-nav-btn:hover {
  background-color: var(--black);
}

.rda-slide-nav-btn.last {
  border-right-style: none;
}

.rda-slide-nav-btn.hide {
  display: none;
}

.flex-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  align-items: stretch;
  overflow: hidden;
}

.rda-pagination {
  border-right: 1px solid #ffffff1a;
  align-items: stretch;
}

.rda-pag-link {
  white-space: nowrap;
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: 0 .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rda-pag-link:hover {
  background-color: var(--black);
}

.rda-pag-bar {
  background-color: var(--white);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.rda-filled-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rda-filled-img.is-absolute {
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block {
  z-index: 2;
  background-color: #00000080;
  position: absolute;
  inset: auto auto 5rem 5rem;
}

.rda-play-control-btn {
  padding: .375rem;
  display: none;
}

.rda-play-control-btn:hover {
  background-color: var(--black);
}

.rda-play-control-btn.last {
  border-right-style: none;
}

.rda-play-control-btn.hide {
  display: none;
}

.rda-play-control-btn.active {
  display: block;
}

.link-block {
  z-index: 3;
  aspect-ratio: 1;
  background-color: var(--red);
  pointer-events: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
  text-decoration: none;
  transition-property: filter;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.link-block:hover {
  filter: brightness(80%);
}

.text-block-2 {
  font-family: Rogfonts Es, Arial, sans-serif;
  font-size: 1.25rem;
}

.rda-join-btn {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-block-2 {
  z-index: 2;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.flex-block-2.is-relative {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.flex-block-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  pointer-events: auto;
  width: 100%;
}

.text-block-3 {
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.image {
  height: 12.625rem;
}

.flex-block-4 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 37.5rem;
  max-width: 100%;
}

.rda-btn {
  background-color: var(--red);
  padding: .375rem 1.25rem;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition-property: filter;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.rda-btn:hover {
  filter: brightness(80%);
}

.flex-block-5 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 53rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rda-nav-btn {
  background-color: var(--white);
  border-radius: 50%;
  padding: .625rem;
  transition-property: filter;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.rda-nav-btn:hover {
  filter: brightness(80%);
}

.text-block-4 {
  color: var(--red);
  font-family: Rogfonts Es, Arial, sans-serif;
  font-size: min(7.8vw, 9.375rem);
  line-height: 1;
}

.div-block-2 {
  width: 50%;
  position: relative;
}

.flex-block-4-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: flex-start;
  width: 62.5%;
  max-width: 100%;
}

.rda-heading {
  text-transform: uppercase;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.flex-block-6 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 18.75%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.flex-block-6-copy {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 18.75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rda-p {
  max-width: 80ch;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3.125rem;
}

.rda-product-group {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 3.125rem;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  aspect-ratio: 1;
  flex: none;
  width: 31.25rem;
  position: relative;
}

.text-block-6 {
  opacity: .7;
  text-align: center;
  font-size: .875rem;
  position: absolute;
  inset: auto 0% 1.875rem;
}

.link-block-2 {
  background-color: var(--black);
  color: #ff001a;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.link-block-2:hover {
  filter: brightness(80%);
}

.rda-bg-img {
  object-fit: cover;
  width: 100%;
  height: calc(100% + 100px);
  position: absolute;
  inset: 0% 0% auto;
}

.flex-block-8 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.rda-form-block {
  width: 100%;
  max-width: 70rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rda-form-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rda-form-group-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: stretch;
  width: 31.25rem;
}

.rda-form-group {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: stretch;
}

.rda-form-head {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rda-form-label {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25em;
}

.rda-required-mark {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  color: #ffffffb3;
  border-radius: .31rem;
  padding: .1875rem .25rem;
  font-size: .75rem;
  line-height: 1.2;
}

.rda-form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--line);
  color: var(--white);
  letter-spacing: .05rem;
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 2.45;
}

.rda-form-input:focus {
  border-bottom-color: var(--white);
}

.rda-form-input::placeholder {
  color: #ffffffb3;
}

.rda-form-input.is-select {
  background-image: url('../images/expand_more.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.rda-form-input.is-textarea {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: inline-flex;
  overflow: hidden;
}

.rda-form-input.hide {
  display: none;
}

.rda-form-section-title {
  letter-spacing: 0;
  max-width: 25rem;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 40px;
}

.rda-form-input-group {
  align-items: stretch;
}

.rda-form-wrapper {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  flex-flow: column;
  padding: 6.25rem 3rem;
  display: flex;
}

.rda-radio {
  flex: 1;
  padding-left: 34px;
}

.rda-radio-button {
  background-image: url('../images/radio_button_unchecked.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px #000;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -34px;
}

.rda-radio-button.w--redirected-checked {
  background-image: url('../images/radio_button_checked.png');
}

.rda-checkbox {
  background-image: url('../images/check_box_outline_blank.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -34px;
}

.rda-checkbox.w--redirected-checked {
  background-image: url('../images/check_box.png');
}

.rda-checkbox-field {
  margin-bottom: 0;
  padding-left: 34px;
}

.div-block-5 {
  position: sticky;
  top: 0;
}

.rda-close-btn {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
}

.div-block-6 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.rda-ig-wall {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.rda-characters {
  flex-flow: wrap;
  display: none;
}

.rda-c {
  width: 50px;
}

.rda-canvas {
  opacity: .2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  z-index: 100;
  background-color: #00000080;
  padding: 6px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.rda-mobile-title {
  display: none;
}

.rda-br {
  width: .2em;
  display: inline-block;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.rda-fixed-join-btn-wrapper {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  bottom: 0;
  transform: translate(0, 100%);
}

.link-block-3 {
  aspect-ratio: 1;
  background-color: var(--red);
  pointer-events: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Rogfonts Es, Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.link-block-3:hover {
  filter: brightness(80%);
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.flex-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
}

.flex-block-10 {
  justify-content: center;
  align-items: center;
}

.flex-block-11 {
  border-bottom: 1px solid var(--line);
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rda-sops {
  background-color: #1d1d1d;
  position: relative;
}

.slide {
  height: 700px;
}

.content-wrapper {
  perspective: 250vw;
  width: 100%;
  height: 100%;
}

.content {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 10%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.content.gray {
  color: var(--black);
  background-color: #e6e6e6;
}

.content.white {
  background-color: var(--white);
  color: var(--black);
}

.rda-hello {
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.text-block-8 {
  font-size: 1.5rem;
}

.text-block-9 {
  max-width: 60ch;
  position: relative;
}

.c1, .c2, .c3 {
  display: inline-block;
  position: relative;
}

.div-block-9 {
  aspect-ratio: 1397 / 1080;
  justify-content: center;
  align-items: center;
  height: 90%;
  max-height: 600px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.background-video {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.div-block-10 {
  background-color: var(--red);
  opacity: .5;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.text-block-10 {
  opacity: .05;
  font-family: Rogfonts Es, Arial, sans-serif;
  font-size: 30vw;
  line-height: 1;
  position: absolute;
  transform: translate(0, -10%);
}

.text-block-10.red {
  -webkit-text-stroke-color: var(--red);
}

.rda-mouse {
  position: absolute;
  inset: 0%;
}

.card {
  aspect-ratio: .8;
  will-change: transform;
  border-radius: 2%;
  width: 15vw;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.medias {
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.ss-heading-wrapper {
  align-items: center;
  position: relative;
}

.ss-ksp-fig-mask-b {
  z-index: -1;
  aspect-ratio: 1274 / 800;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -50%;
}

.ss-three-ksps-divide-line {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ss-xs-text {
  letter-spacing: .075rem;
  text-transform: uppercase;
  font-size: .625rem;
  line-height: 1;
}

.rda-sop {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rda-sop.middle {
  z-index: 0;
}

.rda-sop-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.flex-block-13 {
  width: 70%;
  margin-top: -.7em;
}

.rda-sop-fig {
  filter: brightness(30%);
  object-fit: cover;
  will-change: filter, transform;
  width: 100%;
  height: 100%;
  transition-property: filter, transform;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
}

.rda-sop-fig.m {
  display: none;
}

.rda-sop-fig.with-transform-transition {
  transition: transform .5s;
}

.rda-three-sops {
  aspect-ratio: 1920 / 800;
  background-color: var(--black);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ss-ksp-fig-mask-c {
  z-index: -1;
  aspect-ratio: 726 / 800;
  -webkit-clip-path: polygon(34.71% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(34.71% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rda-sop-mask {
  z-index: -1;
  aspect-ratio: 906 / 800;
  -webkit-clip-path: polygon(0 0, 100% 0, 36.87% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 36.87% 100%, 0% 100%);
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-carousel__wrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.img-carousel__list {
  z-index: 1;
  perspective: 90vw;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 50vw;
  margin-left: auto;
  margin-right: auto;
  font-size: .8vw;
  display: flex;
  position: relative;
}

.img-carousel__panel {
  z-index: 0;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 13em;
  height: 39em;
  display: flex;
  position: absolute;
}

.img-carousel__item {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-carousel__img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 10%);
  mask-image: linear-gradient(#0000 0%, #000 10%);
}

.rda-welcome {
  width: 80%;
  max-width: 33em;
  font-size: 1.5rem;
  position: relative;
}

.image-4 {
  width: 100%;
  position: relative;
}

.div-block-11 {
  background-image: url('../images/box-middle.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
}

.div-block-12 {
  background-image: url('../images/g.png');
  background-position: 0 0;
  background-size: 100px;
  justify-content: center;
  align-items: center;
  padding: 30vh 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 100px;
}

.rda-rog-eye {
  opacity: .2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.rda-deco-bar {
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-3 {
  margin-bottom: 1em;
}

.flex-block-15 {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  position: relative;
}

.image-6 {
  opacity: .05;
  width: 70%;
  max-height: 90%;
  position: absolute;
}

.rda-d1 {
  opacity: .5;
  pointer-events: none;
  max-width: none;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.rda-d2 {
  opacity: .5;
  pointer-events: none;
  width: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.rda-d4 {
  opacity: .5;
  pointer-events: none;
  max-width: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.rda-d3 {
  opacity: .5;
  pointer-events: none;
  width: 20px;
  position: absolute;
  bottom: 50px;
  left: 10px;
}

.rda-intro-shadow {
  z-index: 10;
  background-image: linear-gradient(180deg, #0000, var(--black));
  pointer-events: none;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1920px) {
  .ss-xs-text {
    font-size: .75rem;
  }
}

@media screen and (max-width: 991px) {
  .rda-intro, .rda-join {
    height: 100svh;
  }

  .rda-games {
    height: auto;
  }

  .rda-ig {
    margin-top: -100svh;
  }

  .rda-studios {
    flex-flow: column-reverse;
    height: auto;
  }

  .rda-form {
    height: 100dvh;
  }

  .swiper.swiper-studios {
    height: auto;
  }

  .rda-title.dev {
    opacity: 100;
  }

  .flex-block-2 {
    height: auto;
    padding: 40px;
  }

  .flex-block-2.is-relative {
    min-height: auto;
  }

  .image {
    height: 8rem;
  }

  .flex-block-4 {
    width: 30rem;
  }

  .flex-block-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 100%;
    height: 66vw;
  }

  .div-block-2.is-swiper {
    height: auto;
  }

  .flex-block-4-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .flex-block-6, .flex-block-6-copy {
    width: 84px;
  }

  .rda-product-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse;
    padding: 3.125rem;
  }

  .rda-product-group.reverse {
    flex-flow: column;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .flex-block-8 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .rda-form-section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rda-form-group-wrapper {
    width: 100%;
  }

  .rda-form-section-title {
    color: var(--red);
    max-width: none;
    position: static;
  }

  .rda-form-wrapper {
    padding: 6.25rem 2rem;
  }

  .rda-close-btn {
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
    top: 20px;
    right: 20px;
  }

  .div-block-6 {
    height: 100svh;
  }

  .rda-ig-wall {
    min-height: 100svh;
  }

  .image-2 {
    filter: invert();
    width: 24px;
    height: 24px;
  }

  .flex-block-9 {
    height: 100svh;
  }

  .rda-hello {
    font-size: 3rem;
  }

  .text-block-8 {
    font-size: 1.1rem;
  }

  .ss-ksp-fig-mask-b {
    aspect-ratio: auto;
    width: 100%;
    left: 0%;
  }

  .ss-three-ksps-divide-line {
    display: none;
  }

  .rda-sop {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
  }

  .rda-sop-heading {
    font-size: 2rem;
  }

  .rda-sop-fig.m {
    display: block;
  }

  .rda-sop-fig.m.filled {
    object-fit: cover;
    height: 100%;
    transition: transform .2s;
  }

  .rda-three-sops {
    aspect-ratio: auto;
    flex-flow: column;
  }

  .ss-ksp-fig-mask-c, .rda-sop-mask {
    aspect-ratio: auto;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
  }

  .rda-welcome {
    width: 90%;
    max-width: none;
    font-size: 1.1rem;
  }

  .image-5 {
    top: 5.4em;
    left: 5.6em;
  }

  .rda-d2 {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rda-join {
    padding: 1.25rem;
  }

  .rda-games {
    height: auto;
  }

  .rda-intro-slide-nav {
    bottom: 1.25rem;
  }

  .div-block {
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .link-block {
    padding: 1.25rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .image {
    height: 5rem;
  }

  .flex-block-4 {
    width: 100%;
    padding-left: 84px;
    padding-right: 84px;
  }

  .rda-nav-btn {
    padding: .31rem;
  }

  .rda-heading {
    font-size: 2rem;
  }

  .link-block-3 {
    font-size: .875rem;
  }

  .slide {
    height: 500px;
  }

  .img-carousel__panel {
    grid-template-rows: max-content;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .img-carousel__img {
    flex: none;
  }

  .div-block-11 {
    height: 80%;
    top: 10%;
  }

  .div-block-12 {
    padding: 100px 50px;
  }

  .rda-d4 {
    height: 20px;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .rda-join {
    aspect-ratio: 2 / 3;
    height: auto;
  }

  .rda-ig {
    padding: 100px 0;
  }

  .rda-title {
    text-align: center;
    font-size: 9vw;
    line-height: 1;
  }

  .rda-title.m {
    display: block;
  }

  .rda-intro-slide-nav {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rda-pagination {
    flex: 1;
    overflow: auto;
  }

  .flex-block-2 {
    padding: 60px 20px 100px;
  }

  .flex-block-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 40px;
    inset: auto 0% 0%;
    transform: none;
  }

  .text-block-4 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-4-copy {
    width: 100%;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-bottom: 40px;
    padding-left: 20px;
    inset: auto auto 0% 0%;
  }

  .flex-block-6-copy {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    padding-bottom: 40px;
    padding-right: 20px;
    inset: auto 0% 0% auto;
  }

  .div-block-3 {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    bottom: 3.6rem;
  }

  .rda-product-group, .rda-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rda-required-mark {
    font-size: .625rem;
  }

  .rda-form-wrapper {
    grid-column-gap: 4.6875rem;
    grid-row-gap: 4.6875rem;
    padding: 6.25rem 0;
  }

  .rda-close-btn {
    top: 10px;
    right: 10px;
  }

  .rda-mobile-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rda-br {
    width: 0;
    display: block;
  }

  .div-block-8 {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    bottom: 3.6rem;
  }

  .slide {
    height: 400px;
  }

  .rda-hello {
    font-size: 2rem;
  }

  .rda-sop {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rda-sop-heading {
    font-size: 1.6rem;
  }

  .img-carousel__list {
    grid-row-gap: 1em;
  }

  .img-carousel__panel {
    grid-column-gap: 1em;
  }

  .rda-welcome {
    width: 100%;
  }

  .rda-intro-shadow {
    height: 30px;
  }
}


@font-face {
  font-family: 'Rogfonts Es';
  src: url('../fonts/ROGFonts-Regular_ES.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newfont';
  src: url('../fonts/NewFont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tradegothicltpro';
  src: url('../fonts/TradeGothicLTPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}