@font-face {
  font-family: Rogfonts Es;
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/ROGFonts-Regular_ES.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newfont;
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/NewFont-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tradegothicltpro;
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/TradeGothicLTPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed;
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/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 {
  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;
}

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

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

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


@font-face {
  font-family: 'Rogfonts Es';
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/ROGFonts-Regular_ES.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newfont';
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/NewFont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tradegothicltpro';
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/TradeGothicLTPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('https://dlcdnwebimgs.asus.com/files/media/202508/57d7dc34-30ea-4a8a-a6c8-049ab18ec414/v1/fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}