._container_hl2ob_1 {
  width: 100%;
  margin-inline: auto;
}

._padded_hl2ob_6 {
  padding-inline: var(--spacing-lg);
}

._sizeSm_hl2ob_10 {
  max-width: 640px;
}

._sizeMd_hl2ob_14 {
  max-width: 960px;
}

._sizeLg_hl2ob_18 {
  max-width: 1200px;
}

._sizeXl_hl2ob_22 {
  max-width: 1600px;
}

._sizeFull_hl2ob_26 {
  max-width: none;
}._gutter_1mgre_1 {
  padding-inline: var(--spacing-xl);
}
@media (max-width: 700px) {
  ._gutter_1mgre_1 {
    padding-inline: 20px;
  }
}

._mediaFrame_1mgre_10 {
  position: relative;
  width: 100%;
  aspect-ratio: var(--media-aspect, 16/9);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--bgLight);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
._mediaFrame_1mgre_10 img,
._mediaFrame_1mgre_10 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._mediaFrameOnDark_1mgre_28 {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.04);
}

._mediaPlaceholder_1mgre_33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md);
  width: 100%;
  height: 100%;
  padding: var(--spacing-xl);
  text-align: center;
  background: radial-gradient(circle at 20% 20%, rgba(197, 98, 78, 0.14), transparent 60%), linear-gradient(140deg, var(--bgLight) 0%, var(--border) 100%);
}
._mediaPlaceholder_1mgre_33 svg {
  width: 40px;
  height: 40px;
  color: var(--darker);
  opacity: 0.7;
}

._mediaPlaceholderOnDark_1mgre_52 {
  background: radial-gradient(circle at 20% 20%, rgba(197, 98, 78, 0.35), transparent 60%), linear-gradient(140deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
}
._mediaPlaceholderOnDark_1mgre_52 svg {
  color: var(--punchColor);
  opacity: 0.8;
}
._mediaPlaceholderOnDark_1mgre_52 ._mediaPlaceholderLabel_1mgre_59 {
  color: rgba(255, 255, 255, 0.85);
}
._mediaPlaceholderOnDark_1mgre_52 ._mediaPlaceholderHint_1mgre_62 {
  color: rgba(255, 255, 255, 0.55);
}

._mediaPlaceholderLabel_1mgre_59 {
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--tertiaryText);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

._mediaPlaceholderHint_1mgre_62 {
  margin: 0;
  max-width: 42ch;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-normal);
  color: var(--secondaryText);
}

._sectionHeading_1mgre_83 {
  max-width: 44rem;
  margin-bottom: var(--spacing-xl);
}
._sectionHeading_1mgre_83._sectionHeadingCentered_1mgre_87 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

._eyebrow_1mgre_93 {
  display: block;
  margin: 0 0 var(--spacing-md);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--darker);
}

._sectionTitle_1mgre_103 {
  margin: 0;
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--mainText);
}
@media (max-width: 700px) {
  ._sectionTitle_1mgre_103 {
    font-size: var(--font-size-2xl);
  }
}

._sectionDescription_1mgre_116 {
  margin: var(--spacing-lg) 0 0;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-normal);
  color: var(--tertiaryText);
}

._onDark_1mgre_123 ._eyebrow_1mgre_93 {
  color: var(--punchColor);
}
._onDark_1mgre_123 ._sectionTitle_1mgre_103 {
  color: #fff;
}
._onDark_1mgre_123 ._sectionDescription_1mgre_116 {
  color: rgba(255, 255, 255, 0.72);
}

._featureRow_1mgre_133 {
  scroll-margin-top: 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--spacing-xxl);
  align-items: center;
  padding: var(--spacing-xxl) 0;
}
@media (max-width: 900px) {
  ._featureRow_1mgre_133 {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--spacing-xl);
    padding: var(--spacing-xl) 0;
  }
}

._featureRowReversed_1mgre_149 ._featureRowBody_1mgre_149 {
  order: 2;
}
@media (max-width: 900px) {
  ._featureRowReversed_1mgre_149 ._featureRowBody_1mgre_149 {
    order: 0;
  }
}

._featureRowBody_1mgre_149 {
  min-width: 0;
}

._featureRowTitle_1mgre_162 {
  margin: 0;
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--mainText);
}

._featureRowLead_1mgre_170 {
  margin: var(--spacing-lg) 0 0;
  font-size: var(--font-size-md);
  line-height: var(--line-height-normal);
  color: var(--tertiaryText);
}

._bulletList_1mgre_177 {
  list-style: none;
  margin: var(--spacing-xl) 0 0;
  padding: 0;
  display: grid;
  gap: var(--spacing-md);
}
._bulletList_1mgre_177 li {
  position: relative;
  padding-left: 28px;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--mainText);
}
._bulletList_1mgre_177 svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  color: var(--darker);
}

._proofLink_1mgre_200 {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-md);
  margin-top: var(--spacing-xl);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--darker);
  text-decoration: none;
}
._proofLink_1mgre_200 svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
._proofLink_1mgre_200:hover {
  text-decoration: underline;
}
._proofLink_1mgre_200:hover svg {
  transform: translateX(3px);
}
@media (pointer: coarse) {
  ._proofLink_1mgre_200 {
    padding-block: 10px;
    margin-top: var(--spacing-lg);
  }
}

._steps_1mgre_228 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--spacing-xl);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  ._steps_1mgre_228 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  ._steps_1mgre_228 {
    grid-template-columns: minmax(0, 1fr);
  }
}

._step_1mgre_228 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

._stepNumber_1mgre_253 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background-color: var(--darker);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
}

._stepTitle_1mgre_266 {
  margin: 0;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--mainText);
}

._stepBody_1mgre_273 {
  margin: var(--spacing-md) 0 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--tertiaryText);
}

._statStrip_1mgre_280 {
  display: grid;
  gap: var(--spacing-xxl);
}

._statNumbers_1mgre_285 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--spacing-xl);
  text-align: center;
}
@media (max-width: 700px) {
  ._statNumbers_1mgre_285 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--spacing-lg);
  }
}

._statValue_1mgre_298 {
  display: block;
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: #fff;
}
@media (max-width: 700px) {
  ._statValue_1mgre_298 {
    font-size: var(--font-size-2xl);
  }
}

._statLabel_1mgre_311 {
  display: block;
  margin-top: var(--spacing-md);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

._logoRow_1mgre_321 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xl);
}

._logoRowTitle_1mgre_329 {
  margin: 0 0 var(--spacing-lg);
  text-align: center;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

._logo_1mgre_321 {
  width: 150px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.65;
  transition: opacity 0.2s;
}
._logo_1mgre_321:hover {
  opacity: 1;
}
@media (max-width: 700px) {
  ._logo_1mgre_321 {
    width: 104px;
    height: 44px;
  }
}

._logoText_1mgre_357 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  color: rgba(255, 255, 255, 0.72);
}

._quoteGridSingle_1mgre_363 {
  max-width: 44rem;
  margin: 0 auto;
}

._quoteCard_1mgre_368 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  background-color: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

._quoteMark_1mgre_379 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: var(--darker);
}

._quoteText_1mgre_386 {
  margin: var(--spacing-lg) 0 var(--spacing-xl);
  flex: 1;
  font-size: var(--font-size-md);
  line-height: var(--line-height-normal);
  color: var(--mainText);
}

._quoteAttribution_1mgre_394 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
}

._quoteLocales_1mgre_402 {
  display: flex;
  gap: 2px;
  padding: 2px;
  border-radius: var(--radius-full);
  background-color: var(--bgLight);
  border: 1px solid var(--border);
}

._quoteLocaleButton_1mgre_411 {
  min-height: 32px;
  padding: 4px 14px;
  border: none;
  border-radius: var(--radius-full);
  background: none;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  color: var(--secondaryText);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
._quoteLocaleButton_1mgre_411:hover {
  color: var(--mainText);
}
._quoteLocaleButton_1mgre_411._quoteLocaleButtonActive_1mgre_426 {
  background-color: var(--darker);
  color: #fff;
}
@media (pointer: coarse) {
  ._quoteLocaleButton_1mgre_411 {
    min-height: 40px;
    padding-inline: 18px;
  }
}

._quoteName_1mgre_437 {
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--mainText);
}

._quoteRole_1mgre_444 {
  margin: 2px 0 0;
  font-size: var(--font-size-xs);
  color: var(--secondaryText);
}

._pricingTiers_1mgre_450 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 800px) {
  ._pricingTiers_1mgre_450 {
    grid-template-columns: minmax(0, 1fr);
  }
}

._pricingTier_1mgre_450 {
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
}

._pricingTierName_1mgre_470 {
  margin: 0;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tertiaryText);
}

._pricingTierPrice_1mgre_479 {
  margin: var(--spacing-md) 0 0;
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--mainText);
}
._pricingTierPrice_1mgre_479 span {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  color: var(--secondaryText);
}

._pricingTierNote_1mgre_491 {
  margin: var(--spacing-md) 0 0;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-normal);
  color: var(--secondaryText);
}

._pricingContact_1mgre_498 {
  max-width: 52ch;
  margin: var(--spacing-xl) auto 0;
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--tertiaryText);
}
._pricingContact_1mgre_498 a {
  color: var(--darker);
  font-weight: var(--font-weight-semibold);
}

._faqList_1mgre_511 {
  display: grid;
  gap: var(--spacing-lg);
  max-width: 52rem;
  margin: 0 auto;
}

._faqItem_1mgre_518 {
  padding: var(--spacing-lg) var(--spacing-xl);
  border-radius: var(--radius-lg);
  background-color: var(--white);
  border: 1px solid var(--border);
}
._faqItem_1mgre_518[open] ._faqChevron_1mgre_524 {
  transform: rotate(180deg);
}

._faqQuestion_1mgre_528 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-lg);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  color: var(--mainText);
  cursor: pointer;
  list-style: none;
}
._faqQuestion_1mgre_528::-webkit-details-marker {
  display: none;
}
._faqQuestion_1mgre_528:hover {
  color: var(--darker);
}

._faqChevron_1mgre_524 {
  flex: 0 0 auto;
  color: var(--secondaryText);
  transition: transform 0.2s;
}

._faqAnswer_1mgre_552 {
  margin: var(--spacing-lg) 0 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--tertiaryText);
}

._ctaBand_1mgre_559 {
  padding: var(--spacing-xxxl) 0;
  background-color: var(--mainDarker);
  text-align: center;
}

._ctaTitle_1mgre_565 {
  margin: 0 auto;
  max-width: 24ch;
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: #fff;
}
@media (max-width: 700px) {
  ._ctaTitle_1mgre_565 {
    font-size: var(--font-size-2xl);
  }
}

._ctaSubtitle_1mgre_579 {
  margin: var(--spacing-lg) auto 0;
  max-width: 48ch;
  font-size: var(--font-size-lg);
  line-height: var(--line-height-normal);
  color: rgba(255, 255, 255, 0.72);
}

._ctaActions_1mgre_587 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-lg);
  margin-top: var(--spacing-xl);
}