.hero-maq-bg-wrap-q555 {
  position: relative;
  width: calc(100% - 16px);
  height: calc(100vh - 16px);
  min-height: 0;
  max-height: 784px;
  max-width: 1920px;
  margin: 8px auto;
  overflow: hidden;
  background: linear-gradient(45deg, #ffe600 19.79%, #f9c200 50%);
  border-radius: 20px;
}

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

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

.hero-maq-content-q555 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  padding: 24px;
  gap: 16px;
}

.hero-maq-intro-q555 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

.hero-maq-eyebrow-q555 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #282834;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  text-overflow: ellipsis;
  font-feature-settings: 'case' on;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.hero-maq-pricing-q555 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 2px;
}

.hero-maq-pricing-label-q555 {
  margin: 0;
  color: #282834;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  font-feature-settings: 'case' on;
}

.hero-maq-pricing-amount-q555 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}

.hero-maq-rate-q555 {
  color: #282834;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.92px;
  font-feature-settings: 'salt' on;
}

.hero-maq-tax-q555 {
  display: inline-flex;
  align-items: center;
  width: 36px;
  height: 28px;
  color: #282834;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  font-feature-settings: 'case' on;
}

.hero-maq-title-q555 {
  display: -webkit-box;
  align-self: stretch;
  overflow: hidden;
  margin: 0;
  color: #282834;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.92px;
  font-feature-settings: 'salt' on;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.hero-maq-button-q555 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  box-sizing: border-box;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 2px 24px;
  gap: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  background: #434ce4;
  border-radius: 12px;
  transition: background-color 0.18s ease-out;
}

.hero-maq-button-q555:hover {
  color: #fff;
  background: #3d44c4;
}

.hero-maq-button-q555:active {
  color: #fff;
  background: #3238a3;
}

.hero-maq-cta-icon-q555 {
  flex-shrink: 0;
  margin-left: 8px;
}

.hero-maq-img-wrap-q555 {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}

.hero-maq-img-wrap-q555 picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-maq-bg-q555 {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  display: block;
  width: clamp(280px, calc(138.64vh - 595px), 477px);
  height: auto;
  max-width: calc(100% + clamp(0px, calc(40vh - 296px), 48px));
  transform: translate(-50%, -58%) translateY(16px);
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1135px) {
  .hero-maq-bg-wrap-q555 {
    min-height: 528px;
  }
}

@media (max-width: 343px),
  (min-width: 344px) and (max-width: 587px) and (max-height: 640px) {
  .hero-maq-content-q555 {
    padding: 20px;
    gap: 12px;
  }

  .hero-maq-intro-q555 {
    gap: 12px;
  }

  .hero-maq-rate-q555,
  .hero-maq-title-q555 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 1135px) and (min-height: 862px) {
  .hero-maq-bg-q555 {
    width: clamp(477px, calc(93.75vh - 331px), 920px);
  }
}

@media (min-width: 768px) and (max-width: 1135px) {
  .nav-header ~ .hero-maq-bg-wrap-q555,
  .nav-header ~ div .hero-maq-bg-wrap-q555,
  .nav-header ~ section .hero-maq-bg-wrap-q555,
  .nav-header ~ main .hero-maq-bg-wrap-q555 {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 1136px) {
  .hero-maq-bg-wrap-q555 {
    height: calc(100vh - 16px);
    min-height: 552px;
    max-height: none;
    margin: 8px auto 0;
  }

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

  .hero-maq-section-q555 {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero-maq-content-q555 {
    flex: 0 0 calc(50% - 4px);
    align-self: flex-end;
    width: calc(50% - 4px);
    height: 506px;
    min-height: 0;
    max-width: 778px;
    padding: 40px 0 40px 40px;
    gap: 32px;
  }

  .hero-maq-intro-q555 {
    gap: 20px;
  }

  .hero-maq-eyebrow-q555 {
    align-self: stretch;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

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

  .hero-maq-rate-q555 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -2.88px;
    font-feature-settings: 'salt' on, 'calt' off;
  }

  .hero-maq-tax-q555 {
    width: 55px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-maq-title-q555 {
    max-height: 264px;
    font-size: 88px;
    line-height: 88px;
    letter-spacing: -3.52px;
    font-feature-settings: 'salt' on, 'calt' off;
  }

  .hero-maq-button-q555 {
    align-self: flex-start;
    width: 166px;
    padding: 2px 16px 2px 24px;
  }

  .hero-maq-img-wrap-q555 {
    flex: 0 0 calc(50% - 4px);
    z-index: 2;
    width: calc(50% - 4px);
    height: 100%;
    overflow: visible;
  }

  .hero-maq-img-wrap-q555 picture {
    position: relative;
    overflow: visible;
  }

  .hero-maq-bg-q555 {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    height: 100%;
    max-height: 870px;
    max-width: none;
    transform: translateY(-50%);
    object-fit: contain;
    object-position: right center;
  }
}

@media (min-height: 862px) and (max-height: 1133px) {
  .hero-maq-bg-wrap-q555 {
    max-height: none;
  }
}

@media (min-height: 1134px) {
  .hero-maq-bg-wrap-q555 {
    max-height: 1286px;
  }
}
