@layer component {
  .miz-masthead {
    --masthead-padding: 1rem 0 1rem;
    --masthead-max-width: 100%;
    --masthead-width: 100%;
    --masthead-content-max-width: 1600px;
    --masthead-min-padding-right: 16px;
    --masthead-min-padding-left: 16px;
    --masthead-background-color: transparent;
    --masthead-title-font-family: Open Sans, Segoe UI, tahoma, sans-serif;
    --masthead-title-font-size: 1.728rem;
    --masthead-title-font-weight: 400;
    --masthead-title-font-stretch: 100%;
    --masthead-title-font-color: rgb(0, 0, 0);
    --masthead-subtitle-font-family: Open Sans, Segoe UI, tahoma, sans-serif;
    --masthead-subtitle-font-size: 1.2rem;
    --masthead-subtitle-font-weight: 400;
    --masthead-subtitle-font-stretch: 100%;
    --masthead-subtitle-font-color: rgb(0, 0, 0);
    --masthead-subtitle-margin-top: 0.5rem;
    padding: var(--masthead-padding);
    width: var(--masthead-width);
    max-width: var(--masthead-max-width);
    padding-right: max(var(--masthead-min-padding-right), (var(--masthead-width) - var(--masthead-content-max-width)) / 2);
    padding-left: max(var(--masthead-min-padding-left), (var(--masthead-width) - var(--masthead-content-max-width)) / 2);
    margin-right: auto;
    margin-left: auto;
    background-color: var(--masthead-background-color);
  }
  @media (min-width: 768px) {
    .miz-masthead {
      --masthead-padding: 1.5rem 0 1.5rem;
      --masthead-title-font-size: 2.488rem;
      --masthead-title-font-weight: 300;
      --masthead-subtitle-font-size: 1.44rem;
      --masthead-subtitle-font-weight: 400;
      --masthead-subtitle-margin-top: 1rem;
    }
  }
  .miz-masthead__title {
    font-family: var(--masthead-title-font-family);
    font-size: var(--masthead-title-font-size);
    font-weight: var(--masthead-title-font-weight);
    font-stretch: var(--masthead-title-font-stretch);
    color: var(--masthead-title-font-color);
    display: block;
    line-height: 1.3;
  }
  .miz-masthead__title::before, .miz-masthead__title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .miz-masthead__title::before {
    margin-bottom: calc(-0.30625em + 2px);
  }
  .miz-masthead__title::after {
    margin-top: calc(-0.275em + 1px);
  }
  .miz-masthead__title-link {
    display: inline-block;
    text-decoration: none;
    color: var(--masthead-title-font-color);
  }
  .miz-masthead__title-link:hover {
    --masthead-title-font-color: rgb(110, 0, 38);
  }
  .miz-masthead__title-link:focus-visible {
    outline: 2px dashed rgb(253, 184, 25);
    outline-offset: 1px;
    background-image: linear-gradient(0deg, rgb(255, 223, 165) 0%, rgb(255, 223, 165) 100%);
    background-size: 100% 100%;
    color: rgb(0, 0, 0);
  }
  .miz-masthead__subtitle {
    margin-top: var(--masthead-subtitle-margin-top);
    font-family: var(--masthead-subtitle-font-family);
    font-size: var(--masthead-subtitle-font-size);
    font-weight: var(--masthead-subtitle-font-weight);
    font-stretch: var(--masthead-subtitle-font-stretch);
    color: var(--masthead-subtitle-font-color);
    line-height: 1.3;
  }
  .miz-masthead__subtitle::before, .miz-masthead__subtitle::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .miz-masthead__subtitle::before {
    margin-bottom: calc(-0.30625em + 2px);
  }
  .miz-masthead__subtitle::after {
    margin-top: calc(-0.275em + 1px);
  }
  .miz-masthead--dark {
    --masthead-background-color: rgb(0, 0, 0);
    --masthead-title-font-color: rgb(255, 255, 255);
    --masthead-subtitle-font-color: rgb(255, 255, 255);
  }
  .miz-masthead--dark .miz-masthead__title-link:hover {
    --masthead-title-font-color: rgb(253, 184, 25);
  }
  .miz-masthead--small {
    --masthead-padding: 0.5rem 0 0.5rem;
    --masthead-title-font-size: 1.44rem;
    --masthead-title-font-weight: 400;
    --masthead-subtitle-font-size: medium;
    --masthead-subtitle-font-weight: 400;
  }
  @media (min-width: 768px) {
    .miz-masthead--small {
      --masthead-padding: 1rem 0 1rem;
      --masthead-title-font-size: 2.074rem;
      --masthead-title-font-weight: 300;
      --masthead-subtitle-font-size: 1.2rem;
      --masthead-subtitle-font-weight: 400;
    }
  }
  .miz-masthead--large {
    --masthead-padding: 1.5rem 0 1.5rem;
    --masthead-title-font-size: 2.074rem;
    --masthead-title-font-weight: 400;
    --masthead-subtitle-font-size: 1.2rem;
    --masthead-subtitle-font-weight: 400;
    --masthead-subtitle-margin-top: 1rem;
  }
  @media (min-width: 768px) {
    .miz-masthead--large {
      --masthead-padding: 2rem 0 2rem;
      --masthead-title-font-size: 2.986rem;
      --masthead-title-font-weight: 300;
      --masthead-subtitle-font-size: 1.728rem;
      --masthead-subtitle-font-weight: 400;
    }
  }
  .miz-masthead--compact {
    --masthead-spacing: 1rem 0 1rem;
    --masthead-title-font-size: 1.728rem;
    --masthead-title-font-weight: 600;
    --masthead-title-font-stretch: 75%;
    --masthead-subtitle-font-size: 1.2rem;
    --masthead-subtitle-font-weight: 400;
    --masthead-subtitle-font-stretch: 87.5%;
  }
  .miz-masthead--compact:where(.miz-masthead--small) {
    --masthead-spacing: 0.5rem 0 0.5rem;
    --masthead-title-font-size: 1.44rem;
    --masthead-title-font-weight: 600;
    --masthead-title-font-stretch: 75%;
    --masthead-subtitle-font-size: medium;
    --masthead-subtitle-font-weight: 400;
    --masthead-subtitle-font-stretch: 87.5%;
  }
  .miz-masthead--compact:where(.miz-masthead--large) {
    --masthead-spacing: 1.5rem 0 1.5rem;
    --masthead-title-font-size: 2.074rem;
    --masthead-title-font-weight: 600;
    --masthead-title-font-stretch: 75%;
    --masthead-subtitle-font-size: 1.2rem;
    --masthead-subtitle-font-weight: 500;
    --masthead-subtitle-font-stretch: 87.5%;
  }
  @media (min-width: 768px) {
    .miz-masthead--compact {
      --masthead-spacing: 1rem 0 1rem;
      --masthead-title-font-size: 2.488rem;
      --masthead-title-font-weight: 600;
      --masthead-title-font-stretch: 75%;
      --masthead-subtitle-font-size: 1.44rem;
      --masthead-subtitle-font-weight: 400;
      --masthead-subtitle-font-stretch: 87.5%;
    }
    .miz-masthead--compact:where(.miz-masthead--small) {
      --masthead-spacing: 0.5rem 0 0.5rem;
      --masthead-title-font-size: 2.074rem;
      --masthead-title-font-weight: 600;
      --masthead-title-font-stretch: 75%;
      --masthead-subtitle-font-size: 1.2rem;
      --masthead-subtitle-font-weight: 400;
      --masthead-subtitle-font-stretch: 87.5%;
    }
    .miz-masthead--compact:where(.miz-masthead--large) {
      --masthead-spacing: 1.5rem 0 1.5rem;
      --masthead-title-font-size: 2.986rem;
      --masthead-title-font-weight: 600;
      --masthead-title-font-stretch: 75%;
      --masthead-subtitle-font-size: 1.728rem;
      --masthead-subtitle-font-weight: 400;
      --masthead-subtitle-font-stretch: 87.5%;
    }
  }
  .miz-masthead--inline {
    display: inline-block;
  }
}