.hero-maq-bg-wrap-m9x2 {
  background: linear-gradient(-60deg, #ffe600 21.8%, #fddd00 50%, #fbd100 78.2%);
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 16px);
  max-width: 1920px;
  margin: 8px auto 0;
  height: calc(100dvh - 76px);
  max-height: 800px;
  position: relative;
}

.hero-maq-section-m9x2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-maq-content-m9x2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.hero-maq-img-wrap-m9x2 {
  position: absolute;
  top: -2%;
  left: -6%;
  width: 112%;
  height: 50%;
  overflow: hidden;
}

.hero-maq-bg-m9x2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.hero-maq-title-m9x2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: #282834;
  margin: 0;
  max-width: 400px;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
}

.hero-maq-fees-m9x2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-maq-fees-row-m9x2 {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}

.hero-maq-fee-item-m9x2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.hero-maq-fee-label-m9x2 {
  display: block;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgba(40, 40, 52, 0.7);
  line-height: 18px;
}

.hero-maq-fee-value-m9x2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
}

.hero-maq-disclaimer-m9x2 {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgba(40, 40, 52, 0.7);
  line-height: 18px;
  margin: 0;
}

.hero-maq-button-m9x2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-decoration: none;
  background: #4850e5;
  border-radius: 12px;
  white-space: nowrap;
  align-self: stretch;
  transition: background-color 0.18s ease-out;
}

.hero-maq-button-m9x2:hover {
  background: #3d44c4;
  color: #ffffff;
}

.hero-maq-button-m9x2:active {
  background: #3238a3;
  color: #ffffff;
}

.no-break-title {
  white-space: pre;
}


@media (min-width: 1024px) {
  .hero-maq-bg-wrap-m9x2 {
    background: linear-gradient(107deg, #ffe600 0%, #fddd00 50%, #fbd100 100%);
    height: calc(100vh - 16px);
    max-height: none;
    min-height: 685px;
  }

  .nav-header ~ .hero-maq-bg-wrap-m9x2,
  .nav-header ~ div .hero-maq-bg-wrap-m9x2,
  .nav-header ~ section .hero-maq-bg-wrap-m9x2,
  .nav-header ~ main .hero-maq-bg-wrap-m9x2 {
    height: calc(100vh - 80px);
  }

  .hero-maq-img-wrap-m9x2 {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .hero-maq-bg-m9x2 {
    object-position: 60% center;
  }

  .hero-maq-button-m9x2 {
    align-self: flex-start;
  }

  .hero-maq-content-m9x2 {
    padding: 40px 0 40px 40px;
    gap: 40px;
    max-width: 720px;
    justify-content: flex-end;
  }

  .hero-maq-title-m9x2 {
    font-size: 72px;
    letter-spacing: -2.88px;
    max-width: 500px;
  }

  .hero-maq-fees-m9x2 {
    gap: 8px;
  }

  .hero-maq-fees-row-m9x2 {
    gap: 8px;
  }

  .hero-maq-fee-item-m9x2 {
    flex: none;
    width: 200px;
    gap: 8px;
  }

  .hero-maq-fee-value-m9x2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  .hero-maq-fee-label-m9x2 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-maq-disclaimer-m9x2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1024px) and (max-height: 750px) {
  .hero-maq-bg-wrap-m9x2 {
    min-height: auto;
  }

  .hero-maq-content-m9x2 {
    gap: 24px;
    padding: 24px 0 24px 40px;
  }

  .hero-maq-title-m9x2 {
    font-size: 56px;
    letter-spacing: -2.24px;
  }

  .hero-maq-fee-value-m9x2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

@media (min-width: 1366px) {
  .hero-maq-title-m9x2 {
    max-width: none;
    font-size: 88px;
    letter-spacing: -3.52px;
  }

  .hero-maq-fee-item-m9x2 {
    width: 240px;
  }

  .hero-maq-fee-value-m9x2 {
    font-size: 72px;
    letter-spacing: -2.88px;
  }
}

@media (min-width: 1920px) {
  .hero-maq-content-m9x2 {
    max-width: 910px;
  }

  .hero-maq-title-m9x2 {
    font-size: 128px;
    letter-spacing: -6.4px;
  }

  .hero-maq-fee-item-m9x2 {
    width: 350px;
  }

  .hero-maq-fee-value-m9x2 {
    font-size: 100px;
    letter-spacing: -5px;
  }
}