.heading[data-v-41d83912] {
  color: var(--color-black);
  font-family: var(--font-family-serif);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.065;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.heading.af[data-v-41d83912] {
  line-height: 1;
}
.heading.lg[data-v-41d83912] {
  font-size: var(--font-size-huge);
}
.heading.xl[data-v-41d83912] {
  font-size: 66px;
}
@media screen and (min-width: 900px) {
  .heading.xl[data-v-41d83912] {
    font-size: 200px;
  }
}
.heading.sm[data-v-41d83912] {
  font-size: 14px;
}
.heading.left[data-v-41d83912] {
  text-align: left;
}
.heading.right[data-v-41d83912] {
  text-align: right;
}
.heading.center[data-v-41d83912] {
  text-align: center;
}
.heading[data-v-41d83912],
.wrapper[data-v-41d83912] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading.left[data-v-41d83912],
.heading.left .wrapper[data-v-41d83912] {
  align-items: flex-start;
}
.heading.right[data-v-41d83912],
.heading.right .wrapper[data-v-41d83912] {
  align-items: flex-end;
}
.heading.center[data-v-41d83912],
.heading.center .wrapper[data-v-41d83912] {
  align-items: center;
}
.line[data-v-41d83912] {
  display: block;
}
.line-wrapper[data-v-41d83912] {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
}
.heading:not(.af) .line-wrapper[data-v-41d83912] {
  margin-bottom: -0.195em;
  margin-top: -0.195em;
}
@media screen and (max-height: 470px) {
  .heading.lg[data-v-41d83912],
  .heading.xl[data-v-41d83912] {
    font-size: var(--font-size-xl);
  }
}
@media screen and (min-aspect-ratio: 27/20) {
  .heading.sm[data-v-41d83912] {
    font-size: 27px;
  }
}
@media screen and (max-height: 470px) {
  .heading[data-v-41d83912] {
    font-size: 15px !important;
  }
}
