.hch-advanced-heading,
.hch-advanced-heading * {
  box-sizing: border-box;
}

.hch-advanced-heading {
  --hch-ah-gradient-start: #06d8f1;
  --hch-ah-gradient-end: #028ef0;
  --hch-ah-gradient-angle: 92deg;
  --hch-ah-outline: #03acf1;
  --hch-ah-outline-width: 2px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.hch-ah-title {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  color: #f6f8fb;
  font-family: "Saira Stencil One", ui-sans-serif, system-ui, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
  overflow: visible;
  overflow-wrap: normal;
  word-break: normal;
}

.hch-ah-link,
.hch-ah-link:link,
.hch-ah-link:visited,
.hch-ah-link:hover,
.hch-ah-link:focus {
  color: inherit !important;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none !important;
}

.hch-ah-part {
  position: relative;
  max-width: 100%;
}

.hch-heading-layout-inline .hch-ah-part {
  display: inline;
}

.hch-heading-layout-stacked .hch-ah-part {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.hch-heading-layout-stacked[style*="text-align: center"] .hch-ah-part,
.elementor-align-center .hch-heading-layout-stacked .hch-ah-part {
  margin-left: auto;
  margin-right: auto;
}

.hch-wrap-smart .hch-ah-title {
  text-wrap: balance;
  overflow-wrap: normal;
}

.hch-wrap-normal .hch-ah-title {
  text-wrap: wrap;
  white-space: normal;
}

.hch-wrap-nowrap .hch-ah-title,
.hch-wrap-nowrap .hch-ah-part {
  white-space: nowrap;
}

.hch-highlight-gradient .hch-ah-highlight {
  color: transparent;
  background: linear-gradient(var(--hch-ah-gradient-angle), var(--hch-ah-gradient-start), var(--hch-ah-gradient-end));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 10px 28px color-mix(in srgb, var(--hch-ah-gradient-start) 12%, transparent));
}

.hch-highlight-solid .hch-ah-highlight {
  color: #03acf1;
}

.hch-highlight-outline .hch-ah-highlight {
  color: transparent;
  -webkit-text-stroke: var(--hch-ah-outline-width) var(--hch-ah-outline);
  paint-order: stroke fill;
}

.hch-highlight-italic {
  font-style: italic;
}

/* Elementor global typography presets. */
.hch-typo-global-primary .hch-ah-title {
  font-family: var(--e-global-typography-primary-font-family, "Saira Stencil One"), sans-serif;
  font-size: var(--e-global-typography-primary-font-size, 72px);
  font-weight: var(--e-global-typography-primary-font-weight, 400);
  text-transform: var(--e-global-typography-primary-text-transform, none);
  font-style: var(--e-global-typography-primary-font-style, normal);
  text-decoration: var(--e-global-typography-primary-text-decoration, none);
  line-height: var(--e-global-typography-primary-line-height, 1.04);
  letter-spacing: var(--e-global-typography-primary-letter-spacing, 0);
  word-spacing: var(--e-global-typography-primary-word-spacing, 0);
}

.hch-typo-global-secondary .hch-ah-title {
  font-family: var(--e-global-typography-secondary-font-family, "Saira Stencil One"), sans-serif;
  font-size: var(--e-global-typography-secondary-font-size, 64px);
  font-weight: var(--e-global-typography-secondary-font-weight, 400);
  text-transform: var(--e-global-typography-secondary-text-transform, none);
  font-style: var(--e-global-typography-secondary-font-style, normal);
  text-decoration: var(--e-global-typography-secondary-text-decoration, none);
  line-height: var(--e-global-typography-secondary-line-height, 1.08);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing, 0);
  word-spacing: var(--e-global-typography-secondary-word-spacing, 0);
}

.hch-typo-global-text .hch-ah-title {
  font-family: var(--e-global-typography-text-font-family, "Saira Stencil One"), sans-serif;
  font-size: var(--e-global-typography-text-font-size, 48px);
  font-weight: var(--e-global-typography-text-font-weight, 400);
  text-transform: var(--e-global-typography-text-text-transform, none);
  font-style: var(--e-global-typography-text-font-style, normal);
  text-decoration: var(--e-global-typography-text-text-decoration, none);
  line-height: var(--e-global-typography-text-line-height, 1.12);
  letter-spacing: var(--e-global-typography-text-letter-spacing, 0);
  word-spacing: var(--e-global-typography-text-word-spacing, 0);
}

.hch-typo-global-accent .hch-ah-title {
  font-family: var(--e-global-typography-accent-font-family, "Saira Stencil One"), sans-serif;
  font-size: var(--e-global-typography-accent-font-size, 56px);
  font-weight: var(--e-global-typography-accent-font-weight, 400);
  text-transform: var(--e-global-typography-accent-text-transform, none);
  font-style: var(--e-global-typography-accent-font-style, normal);
  text-decoration: var(--e-global-typography-accent-text-decoration, none);
  line-height: var(--e-global-typography-accent-line-height, 1.08);
  letter-spacing: var(--e-global-typography-accent-letter-spacing, 0);
  word-spacing: var(--e-global-typography-accent-word-spacing, 0);
}

.hch-heading-animation-fade-up .hch-ah-title {
  opacity: 0;
  transform: translateY(20px);
  animation: hch-ah-fade-up .75s cubic-bezier(.2,.75,.2,1) .08s forwards;
}

.hch-heading-animation-reveal-up .hch-ah-part {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  animation: hch-ah-reveal .82s cubic-bezier(.2,.78,.15,1) forwards;
}

.hch-heading-layout-stacked.hch-heading-animation-reveal-up .hch-ah-part {
  display: block;
}

.hch-heading-animation-reveal-up .hch-ah-part:nth-child(1) { animation-delay: .04s; }
.hch-heading-animation-reveal-up .hch-ah-part:nth-child(2) { animation-delay: .14s; }
.hch-heading-animation-reveal-up .hch-ah-part:nth-child(3) { animation-delay: .24s; }

@keyframes hch-ah-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hch-ah-reveal {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .hch-ah-title { font-size: 56px; }
}

@media (max-width: 767px) {
  .hch-ah-title {
    font-size: 40px;
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hch-wrap-nowrap .hch-ah-title,
  .hch-wrap-nowrap .hch-ah-part {
    white-space: normal;
  }

  .hch-heading-layout-inline .hch-ah-highlight {
    margin-left: .12em;
    margin-right: .12em;
  }
}

@media (max-width: 420px) {
  .hch-ah-title { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .hch-heading-animation-fade-up .hch-ah-title,
  .hch-heading-animation-reveal-up .hch-ah-part {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
