/* Why Dawnzera Page Styles */

html {
  scroll-padding-top: 6.5rem;
  scroll-behavior: smooth;
}

/* Mobile responsive adjustments specific to this page layout */
@media (max-width: 768px) {
  .process-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .process-step__number {
    margin: 0 auto;
  }

  .data-table th,
  .data-table td {
    padding: var(--space-md);
    font-size: var(--font-size-sm);
  }

  .cta-banner {
    padding: var(--space-2xl);
  }

  .cta-banner__title {
    font-size: var(--font-size-2xl);
  }

  .cta-banner__actions {
    flex-direction: column;
    align-items: center;
  }

  .study-design .independent-1 {
    line-height: normal;
  }

  .safety-body-container .body {
    line-height: normal;
  }

  .new-doni-icons-v-06-representative-2,
  .thumbnail {
    margin: 0 auto;
  }
}

section {
  padding: 60px 0;
}

.section,
.section * {
  box-sizing: border-box;
}
.section {
  background: var(--color-white, #ffffff);
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  scroll-margin-top: 6rem;
}

.safety-container {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.link-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.label-wrapper {
  border-radius: 4px;
  padding: 0px 12px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.label {
  background: var(--color-coral, #f16b50);
  border-radius: 4px;
  padding: 5px 12px 3px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.anchor-link-tag {
  color: var(--color-white, #ffffff);
  text-align: left;
  font-size: var(--footnote-font-size, 20px);
  font-weight: var(--footnote-font-weight, 700);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.safety-title {
  color: #f16b50;
  text-align: left;
  font-family: Tilt Neon, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;

  @media (min-width: 769px) {
    font-size: 2.5rem;
  }
  @media (max-width: 767px) {
    line-height: 34px;
  }
}

.safety-body-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.safety-body {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.first_column {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: auto;
  position: relative;
}

.container3 {
  background: #eeeeee;
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 80px;
  position: relative;
}

.tb-column {
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.tb-column-header-content {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  flex: 1;
  white-space: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.tb-header {
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 80px;
  position: relative;

  .tb-header-content {
    text-align: center;
    font-size: var(--body-font-size, 20px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    width: auto;
  }
}

.tb-column-content {
  color: var(--color-charcol, #1d2d3a);
  text-align: center;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  flex: 1;
}

.body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.redness-short-text {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.body-redness-text {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.lasting-freedom-wrapper {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem;
  scroll-margin-top: 6.5rem;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }

  .safety-title {
    color: var(--color-primary-dark, #c94808);
  }
}

.lasting-freedom-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/backgrounds/brick-background.png)
  no-repeat center bottom / cover;
  opacity: 0.3;
  z-index: -1;
}

.wrap-two-section {
  position: relative;
}

.section-pipe {
  display: none;
}

@media (min-width: 1400px) {
  .section-pipe {
    display: block;
    background: unset;
    margin-bottom: 50px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 5;

    img {
      height: 100%;
      max-width: 100%;
    }
  }
}

.safety-side-effects-section {
  scroll-padding-top: 6.5rem;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.how-dawnzera-works-section {
  padding-top: 60px;

  .safety-title {
    color: var(--Dark-Coral, #c94808);
  }

  .footnotes .footnote {
    font-size: 16px;
  }
}

.study-design {
  padding-bottom: 2.5rem;
  padding-top: 40px !important;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }

}
/* Add the ::before pseudo-element to .wrapper_study_freedom_pipe */
.wrapper_study_freedom_pipe::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 10%;
    height: 89%;
    background-image: url("../../images/backgrounds/desktop-pipe-left-full.svg");
    background-repeat: no-repeat;
    z-index: 1; /* Ensures the background stays behind content */
    @media (max-width: 1400px) {
      display: none;
    }

}

/* Ensure the wrapper has a relative position so the ::before pseudo-element is positioned relative to it */
.wrapper_study_freedom_pipe {
    position: relative;
}

.safety-bottom {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 63px;
  }

  .safety-bottom-wrapper:last-child {
    @media (max-width: 769px) {
      flex-direction: column;
    }
  }
}

.safety-bottom-wrapper {
  display: flex;
  gap: 27px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  flex-direction: column-reverse;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 2rem;
  }
}

.safety-bottom-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.discuss-dawnzera-with-your-doctor {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--h4-font-size, 26px);
  font-weight: var(--h4-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.copy-button {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.safety-bottom-description {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.safety-bottom-button {
  background: var(--color-coral, #f16b50);
  border-radius: 999px;
  padding: 13px 16px 11px 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  position: relative;
  overflow: hidden;
  width: 100%;

  @media (min-width: 770px) and (max-width: 1300px) {
    height: auto;
  }
}

.safety-bottom-text {
  color: var(--color-white, #ffffff);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 700);
  position: relative;
}

.safety-bottom-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.thumbnail {
  background: #d9d9d9;
  border-color: var(--color-steel, #515861);
  border-width: 1px;
  flex-shrink: 0;
  width: 128px;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.thumbnail2 {
  color: var(--color-steel, #515861);
  text-align: center;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}

.bar {
  .vertical-pipe {
    height: 100%;
    display: block;
  }

  .horizontal-pipe {
    display: none;
  }
}

@media (max-width: 768px) {
  .bar {
    width: 100%;

    .vertical-pipe {
      display: none;
    }

    .horizontal-pipe {
      display: block;
      width: 100%;
    }
  }

  .bar2 {
    align-self: stretch;
    background: white;
    box-shadow: 0px 0px 8px #e08a67;
    overflow: hidden;
    border-radius: 999px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bar-rectangle-1 {
    width: 311px;
    align-self: stretch;
    background: linear-gradient(180deg, #e03521 0%, #ffc6bb 50%, #e03521 100%);
  }

  .rectangle-1181 {
    width: 311px;
    align-self: stretch;
    background: linear-gradient(180deg, #f37a61 0%, #fde5e0 50%, #f37a61 100%);
  }

  .rectangle-1182 {
    width: 311px;
    align-self: stretch;
    background: #fcddd7;
  }

  .thumbnail {
    width: 150px;
    height: 200px;

    img {
      width: 100%;
      height: 100%;
    }
  }
}

.bar2 {
  background: #ffffff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(224, 138, 103, 1),
    0px 0px 8px 0px rgba(201, 72, 8, 1);
  overflow: hidden;
}
.rectangle-1180 {
  background: linear-gradient(
    180deg,
    rgba(224, 53, 33, 1) 0%,
    rgba(255, 198, 187, 1) 50%,
    rgba(224, 53, 33, 1) 100%
  );
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}
.rectangle-1181 {
  background: linear-gradient(
    180deg,
    rgba(243, 122, 97, 1) 0%,
    rgba(253, 229, 224, 1) 50%,
    rgba(243, 122, 97, 1) 100%
  );
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}
.rectangle-1182 {
  background: #fcddd7;
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}

.new-doni-icons-v-06-representative-2 {
  flex-shrink: 0;
  width: 83px;
  height: 80px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 83/80;
}

.safety-bottom-text-title {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--h4-font-size, 26px);
  font-weight: var(--h4-font-weight, 700);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;

  @media (max-width: 769px) {
    font-size: 22px;
  }
}

.icon2 {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  overflow: visible;
}

.footnotes {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
}

.footnote {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--footnote-font-size, 16px);
  font-weight: var(--footnote-font-weight, 400);
  position: relative;
  flex: 1;
  line-height: normal;
}

.div {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--footnote-font-size, 14px);
  font-weight: var(--footnote-font-weight, 400);
  position: absolute;
  left: -6px;
  top: -2px;
}

.footnote-sign {
  font-size: 12px;
}

.safety-footnote {
  position: relative;

  p {
    margin-bottom: 0px;
  }
}

.sup {
  font-size: 0.75em;
  top: 6px;
  left: -5px;
}

.piping-asset-with-margin {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 120px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
}
.piping-asset {
  flex: 1;
  width: 80px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  overflow: hidden;
}
.corner {
  width: 44px;
  height: 47px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.corner2 {
  width: 33px;
  height: 36px;
  position: absolute;
  left: 11px;
  top: 11px;
}
.circle {
  height: auto;
  position: absolute;
  left: 1.25rem;
  top: 22px;
  transform: translate(-24px, -24px);
  overflow: visible;
  aspect-ratio: 1;
}
.bar3 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.frame-1171277231 {
  width: 26px;
  height: 1011px;
  position: absolute;
  left: 0px;
  top: 47px;
  overflow: hidden;
}
.bar4 {
  padding: 8px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  height: 1019px;
  position: absolute;
  left: 0px;
  top: -8px;
  overflow: hidden;
}
.bar5 {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(224, 138, 103, 1),
    0px 0px 8px 0px rgba(201, 72, 8, 1);
  overflow: hidden;
}
.frame-1171277232 {
  width: 278px;
  height: 26px;
  position: absolute;
  left: 44px;
  top: 0px;
  overflow: hidden;
}
.bar6 {
  padding: 8px 10px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  height: 286px;
  position: absolute;
  left: 278px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
  overflow: hidden;
}

.border-left-coral {
  border-left: 1px solid var(--color-coral, #f16b50);
}

.border-right-coral {
  border-right: 1px solid var(--color-coral, #f16b50);
}

.border-right-steel {
  border-right: 1px solid var(--color-steel, #515861);
}

.h-80 {
  height: 80px;
}

.font-bold {
  font-weight: 700;
}

.desktop-table-version {
  @media (max-width: 769px) {
    display: none;
  }
}

.mobile-table-version {
  display: flex;
  width: 100%;
  flex-direction: column;

  @media (min-width: 769px) {
    display: none;
  }

  .table-header {
    display: flex;
    width: 100%;

    .column {
      flex: 1;
      color: #fff;
      text-align: center;
      font-size: 1.25rem;
      font-style: normal;

      line-height: normal;
      padding: 15px 0 12px 0;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      font-weight: 400;

      @media (max-width: 767px) {
        line-height: 20px;
      }
    }
  }

  .mobile-tb-header-content {
    display: flex;
    padding: 15px 16px 12px 16px;
    align-items: center;
    align-self: stretch;
    font-weight: 400;

    @media (max-width: 767px) {
      line-height: 20px;
    }
  }
}

.lasting-short-desc {
  color: var(--color-charcol, #1d2d3a);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  @media (max-width: 769px) {
    font-size: 22px;
  }
}

.lasting-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  @media (min-width: 769px) {
    flex-direction: row;
  }

  .lasting-cta-box {
    display: flex;
    padding: 40px 36px;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 1.5rem;
    background: var(--color-white, #fff);
    box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
    flex-direction: column;
    background: linear-gradient(white, white) padding-box,
      /* Inner background */
        linear-gradient(90deg, #dee1e3, #fffbe6, #d4cbbf, #edecec, #d6d4ba)
        border-box;
    border: 8px solid transparent;
    border-radius: 1.5rem;

    @media (min-width: 769px) and (max-width: 1200px) {
      padding: 1.5rem;
    }

    @media (max-width: 374px) {
      padding: 29px;
    }

    .lasting-cta-box-text-tag {
      color: #515861;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .lasting-cta-box-text-title {
      color: #f16b50;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .lasting-cta-box-text-desc {
      color: var(--color-charcol, #1d2d3a);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }
}

.freedom-red-wrapper {
  display: flex;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border: 8px solid #c94808;
  background: #f16b50;
  box-shadow: 0 0 8px 0 #c94808, 0 0 8px 0 #e08a67;

  @media (max-width: 767px) {
    padding: 1.8rem;
  }

  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 769px) {
    width: 69%;
  }

  .hae-attacks-text {
    font-family: Agenda;
    font-size: 20px;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;

    span {
      font-size: 26px;
      font-weight: 700;
    }

    @media (max-width: 767px) {
      span {
        font-size: 22px;
        display: block;
        line-height: 24px;
      }
    }
  }
}

.underlying-cause {
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  gap: 2.5rem;
  align-self: stretch;

  background: linear-gradient(white, white) padding-box,
    /* Inner background */
      linear-gradient(90deg, #dee1e3, #fffbe6, #d4cbbf, #edecec, #d6d4ba)
      border-box;
  border: 8px solid transparent;
  border-radius: 1.5rem;

  @media (max-width: 769px) {
    padding: 40px 38px;
  }

  .underlying-cause-block-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
    flex-direction: column;

    @media (min-width: 769px) {
      flex-direction: row;
    }

    .underlying-cause-block-title {
      color: #f16b50;
      text-align: center;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;

      @media (max-width: 769px) {
        font-size: 22px;
      }
    }

    .underlying-cause-block-short-desc {
      color: var(--color-charcol, #1d2d3a);
      text-align: center;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }

  .underlying-cause-title {
    color: var(--color-charcol, #1d2d3a);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.bottom-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dawnzera-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;

  @media (min-width: 769px) {
    flex-direction: row;
  }
}

.dawnzera-steps-container {
  width: 100%;
}

.dawnzera-steps-title {
  color: var(--Dark-Coral, #c94808);
  text-align: center;

  font-family: var(--Font-H3, "Tilt Neon");
  font-size: var(--Size-H3, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;

  @media (max-width: 769px) {
    font-size: 26px;
    margin-bottom: 16px;
    text-align: left;
  }
}

.dawnzera-step-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  padding: 32px;
  box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);

  background: linear-gradient(white, white) padding-box,
    /* Inner background */
      linear-gradient(90deg, #dee1e3, #fffbe6, #d4cbbf, #edecec, #d6d4ba)
      border-box;
  border: 8px solid transparent;
  border-radius: 1.5rem;

  @media (max-width: 1200px) {
    padding: 16px;
  }
}

.dawnzera-step-block-title-wrapper {
  display: flex;
  min-height: 96px;
  gap: 1.5rem;
  align-self: stretch;

  @media (min-width: 769px) and (max-width: 1200px) {
    min-height: 100px;
    justify-content: space-between;
  }
}

.dawnzera-step-block-title {
  color: var(--color-charcol, #1d2d3a);
  font-size: var(--Size-Body, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dawnzera-step-block-title-number {
  min-width: 37px;

  @media (min-width: 769px) and (max-width: 1200px) {
    align-self: normal;
    margin-top: 6px;
  }
}

.danwzera-step-block-image {
  margin-top: auto;
}

.dawnzera-pioneering-red-block {
  display: flex;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
  flex-direction: column;
  border-radius: 1.5rem;
  border: 8px solid var(--Dark-Coral, #c94808);
  background: #f16b50;
  box-shadow: 0 0 8px 0 #c94808, 0 0 8px 0 #e08a67;

  @media (min-width: 769px) {
    flex-direction: row;
  }
}

.dawnzera-pioneering-red-block-text-title {
  color: var(--color-white, #fff);
  font-size: var(--Size-H4, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dawnzera-pioneering-red-block-text-desc {
  color: var(--color-white, #fff);
  font-size: var(--Size-H4, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dawnzera-pioneering-red-block-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.dawnzera-pioneering-red-block-image {
  min-width: 110px;
  align-self: flex-start;

  @media (min-width: 769px) {
    align-self: center;
  }
}

.how-dawnzera-works {
  position: relative;
}

.how-dawnzera-works::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url('../../images/backgrounds/brick-background.png') ;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-size: cover ;
  background-position: center bottom;
}

.why-dawnzera-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 110px;
  align-self: stretch;
  min-height: 40vw;
  position: relative;
  padding-top: 0px;
  padding-bottom: 44px;

  @media (min-width: 426px) and (max-width: 798px) {
    min-height: 65vw;
  }

  @media (min-width: 1200px) {
    height: 820px;
    min-height: auto;
  }

  @media (min-width: 769px) {
    padding-bottom: 0;
    gap: 140px;
  }
}

.why-dawnzera-header-footnote {
  top: -110px;
  z-index: 100;
  font-size: 16px;

  @media (max-width: 768px) {
    top: -5rem;
    margin-bottom: 32px;
    margin-top: 36px;
  }
}

.hero__background {
  position: absolute;
  background-image: linear-gradient(rgb(251 251 251 / 80%), rgb(252 250 250 / 80%)), url(../../images/backgrounds/background.png);
  background-repeat: no-repeat;
  background-size: cover;

  &.why-dawnzera-header-background {
    img {
      object-fit: cover;

      @media (max-width: 768px) {
        height: auto;
      }
    }
  }
}

.why-dawnzera-header-cta-wrapper {
  position: relative;
  z-index: 1;
}

.why-dawnzera-header-cta-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: -1;
}

.why-dawnzera-header-block {
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex-shrink: 0;
  position: relative;
  left: 1.5rem;
  max-width: 1200px;
  top: 0px;
  top: 2rem;

  @media (min-width: 426px) and (max-width: 1200px) {
  }

  @media (min-width: 1200px) and (max-width: 1300px) {
    left: 2.5rem;
  }

  @media (min-width: 1300px) {
    left: 7.5rem;
    top: 1.5rem;
  }

  @media (min-width: 1920px) {
    width: 50%;
    gap: 1.5rem;
  }
}

.why-dawnzera-header-block-title {
  color: var(--color-charcol, #1d2d3a);
  font-family: "Tilt Neon", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 38px;
  width: 100%;
  max-width: 780px;
  overflow-wrap: break-word;
}

@media (min-width: 769px) {
  .why-dawnzera-header-block-title {
    font-size: 52px;
    line-height: var(--Line-Height-H1, 60px);
    width: 780px;
  }
}

.why-dawnzera-header-block-desc {
  font-weight: 400;
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  p {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 5px;
  }

  @media (min-width: 769px) {
    p {
      font-size: 26px;
    }
  }
}

.why-dawnzera-header-cta-blocks {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-direction: column;

  @media (min-width: 769px) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.why-dawnzera-header-cta-block-outer {
  display: flex;
  padding: 2px;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 1.5rem;
  border: 2px solid #e2422d;
  background: var(--color-white, #fff);
  box-shadow: 0 0 8px 0 #c94808, 0 0 8px 0 #e08a67;

  @media (min-width: 769px) {
    position: relative;
    top: -8rem;
    z-index: 2;
  }

  @media (max-width: 768px) {
    position: relative;
    top: -4.5rem;
    z-index: 2;
  }
}

.why-dawnzera-header-cta-block-outer-2 {
  display: flex;
  padding: 2px;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 22px;
  border: 2px solid #f59785;
  background: var(--color-white, #fff);
  height: 100%;
  width: 100%;
}

.why-dawnzera-header-cta-block-outer-3 {
  display: flex;
  padding: 2px;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 1.25rem;
  border: 2px solid #fde5e0;
  background: var(--color-white, #fff);
  height: 100%;
  width: 100%;
}

.why-dawnzera-header-cta-block {
  display: flex;
  padding: 32px 18px;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex: 1 0 0;
  height: 100%;
  width: 100%;

  .why-dawnzera-header-cta-image {
    img {
      width: 80px;
      height: 80px;
    }
  }
}

.why-dawnzera-header-cta-button {
  margin-top: auto;
  width: 100%;
}

.expanded-button {
  @media (max-width: 768px) {
    width: calc(100% + 48px);
    padding: 12px;

    a {
      padding: 0;
    }
  }
}

.why-dawnzera-header-cta-desc {
  color: var(--color-charcol, #1d2d3a);
  font-size: var(--Size-Body, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.why-dawnzera-header-cta-wrapper {
  position: relative;
  z-index: 1;
  top: 107px;

  @media (min-width: 769px) and (max-width: 1200px) {
  }
}

.underlying-cause-block {
  flex: 1;
}

.section__container {
  padding: 0 1.5rem;
  @media (min-width: 600px) and (max-width: 768px) {
    padding: 0 5rem;
  }

  @media (min-width: 1300px) {
    padding: 0px;
  }
}

.desktop-background {
  display: none;

  @media (max-width: 768px) {
    aspect-ratio: 16 / 15;
    object-fit: cover;
  }

  @media (min-width: 769px) {
    display: block;
  }

  @media (min-width: 769px) and (max-width: 1320px) {
    aspect-ratio: 16 / 8;
  }
}

.mobile-background {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;

  @media (min-width: 769px) {
    display: none;
  }
}

.mobile-design {
  width: 100% !important;
  padding-top: 16px;
  @media (min-width: 769px) {
    display: none !important;
  }
}

.desktop-design {
  display: none !important;
  @media (min-width: 769px) {
    display: flex !important;
  }
}

.hang-note {
  margin-left: -8px;
}

.why-dawnzera-header-cta-wrapper-bg-mobile {
  background-image: url(/themes/custom/dawnzera_full/images/backgrounds/mobile-upper-pipe.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 1.5rem top;
  height: calc(100vw / 4);

  @media (min-width: 600px) and (max-width: 768px) {
    background-position: 5rem top;
  }

  @media (min-width: 770px) {
    display: none !important;
  }
}

.study-design-flow-chart-third-block-pipe-mobile {
  background-image: url(/themes/custom/dawnzera_full/images/backgrounds/mobile-lower-pipe1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  height: calc(100vw / 4);
  width: 100%;

  @media (min-width: 426px) {
    background-position: right 4rem top;
  }

  @media (min-width: 770px) {
    display: none !important;
  }
}

/* Safety Design Flow Chart */

.independent-2 {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  display: flex;
  margin-top: 72px;
}

.independent-1 {
  align-self: stretch;
  padding: 2rem;
  background: #eeeeee;
  overflow: hidden;
  border-radius: 1.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  display: flex;
}
.independent-3 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  box-shadow: 0px 0px 8px #797573;
  overflow: hidden;
  border-radius: 1.5rem;
  outline: 2px #1d2d3a solid;
  outline-offset: -2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.independent-4 {
  flex: 1 1 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: var(--color-coral, #f16b50);
  box-shadow: 0px 0px 8px #e08a67 inset;
  overflow: hidden;
  border-radius: 1.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  display: inline-flex;
}
.study-design-2-cols-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}
.study-design-flow-chart-first-block-1 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  box-shadow: 0px 0px 8px #e08a67;
  overflow: hidden;
  border-radius: 1.5rem;
  outline: 2px #e2422d solid;
  outline-offset: -2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.common-chart-1 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  overflow: hidden;
  border-radius: 22px;
  outline: 2px #f59785 solid;
  outline-offset: -2px;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.common-chart-2 {
  flex: 1 1 0;
  padding: 2px;
  background: var(--color-white, white);
  overflow: hidden;
  border-radius: 1.25rem;
  outline: 2px #fde5e0 solid;
  outline-offset: -2px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.common-chart-7 {
  flex: 1 1 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: var(--color-charcol, #1d2d3a);
  box-shadow: 0px 0px 8px #797573 inset;
  overflow: hidden;
  border-radius: 1.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  display: inline-flex;
}

.common-chart-4 {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--color-white, white);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 700;
  word-wrap: break-word;
  line-height: normal;
}
.common-chart-8 {
  align-self: stretch;
  /* height: 1.5rem;  */
  height: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--color-steel, #515861);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 700;
  word-wrap: break-word;
  line-height: normal;
}

.common-chart-3 {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
}

.common-chart-9 {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--color-charcol, #1d2d3a);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
  line-height: normal;
}

.study-design-flow-chart-second-block {
  flex: 1 1 0;
  padding-top: 97px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.study-design-flow-chart-third-block {
  width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2.5rem;
  display: inline-flex;
}

.study-design-2-cols-block {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  display: inline-flex;
}

.study-design-2-cols-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.study-design-2-column {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 0px;
  }
}

.study-design-flow-chart {
  align-self: stretch;
  padding: 0 2.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;

  @media (min-width: 1200px) {
    padding: 0 80px;
  }
}

.study-design-first-column {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: flex;
  width: 100%;
}

.study-design-second-column {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: flex;
  width: 100%;
}

.study-design-column-title-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  display: flex;
  line-height: normal;
}

.study-design-column-title {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--color-coral, #f16b50);
  font-size: 1.5rem;
  font-family: Tilt Neon;
  font-weight: 400;
  word-wrap: break-word;

  @media (min-width: 769px) {
    font-size: 2rem;
  }

  @media (min-width: 769px) and (max-width: 1200px) {
    height: 100px;
  }
}

.study-design-column-left-bar {
  align-self: stretch;
  height: 0.5rem;
  background: #d9d9d9;
}

.study-design-column-right-bar {
  align-self: stretch;
  height: 0.5rem;
  background: var(--color-charcol, #1d2d3a);
}

.study-design-column-bullet {
  align-self: stretch;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}

.study-design-column-bullet-text {
  flex: 1 1 0;
  color: var(--color-charcol, #1d2d3a);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
  line-height: normal;
}

.study-design-column-bullet-icon {
  width: 7px;
  height: 1.125rem;
  color: var(--color-coral, #f16b50);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
}

.study-design-flow-chart-first-block {
  width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: inline-flex;
}

.study-design-flow-chart-first-block-title {
  align-self: stretch;
  height: 1.5rem;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 700;
  word-wrap: break-word;
  display: none;
  @media (min-width: 769px) {
    display: flex !important;
  }
}
.study-design-flow-chart-first-block-1 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  box-shadow: 0px 0px 8px #e08a67;
  overflow: hidden;
  border-radius: 1.5rem;
  outline: 2px #e2422d solid;
  outline-offset: -2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.study-design-flow-chart-first-block-11 {
  flex: 1 1 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: var(--Dark-Coral, #c94808);
  box-shadow: 0px 0px 8px #e08a67 inset;
  overflow: hidden;
  border-radius: 1.125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  display: inline-flex;
}

.study-design-flow-chart-first-block-2 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  box-shadow: 0px 0px 8px #797573;
  overflow: hidden;
  border-radius: 1.5rem;
  outline: 2px #1d2d3a solid;
  outline-offset: -2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.common-chart-5 {
  align-self: stretch;
  padding: 2px;
  background: var(--color-white, white);
  overflow: hidden;
  border-radius: 22px;
  outline: 2px #515861 solid;
  outline-offset: -2px;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.common-chart-6 {
  flex: 1 1 0;
  padding: 2px;
  background: var(--color-white, white);
  overflow: hidden;
  border-radius: 1.25rem;
  outline: 2px #797573 solid;
  outline-offset: -2px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.study-design-flow-chart-first-block-3 {
  align-self: stretch;
  height: auto;
  padding: 2rem;
  background: #eeeeee;
  overflow: hidden;
  border-radius: 1.125rem;
  outline: 4px var(--color-steel, #515861) solid;
  outline-offset: -4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
}

.study-design-flow-chart-first-block-31 {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--color-charcol, #1d2d3a);
  font-size: 1.25rem;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
}

.study-design-flow-chart-second-block-1 {
  width: 56px;
  height: 245px;
  transform: rotate(-180deg);
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-left: 2px var(--color-charcol, #1d2d3a) solid;
  border-top: 2px var(--color-charcol, #1d2d3a) solid;
  border-bottom: 2px var(--color-charcol, #1d2d3a) solid;
}

.study-design-flow-chart-second-block-2 {
  flex: 1 1 0;
  padding-top: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;

  @media (min-width: 769px) {
    min-width: 30%;
  }
}

.study-design-flow-chart-second-block-3 {
  align-self: stretch;
  height: 2px;
  background: var(--color-charcol, #1d2d3a);
}

.independent-5 {
  width: 56px;
  height: 130px;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  border-left: 2px var(--color-charcol, #1d2d3a) solid;
  border-top: 2px var(--color-charcol, #1d2d3a) solid;
  border-bottom: 2px var(--color-charcol, #1d2d3a) solid;
}

.study-design-flow-chart-first-block-4 {
  align-self: stretch;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.study-design-flow-chart-first-block-41 {
  flex: 1 1 0;
  color: var(--color-charcol, #1d2d3a);
  font-size: 14px;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
}

.study-design-flow-chart-first-block-42 {
  left: -6px;
  top: 0px;
  position: absolute;
  color: var(--color-charcol, #1d2d3a);
  font-size: 14px;
  font-family: var(--font-agenda);
  font-weight: 400;
  word-wrap: break-word;
}

@media (max-width: 374px) {
  .study-design-flow-chart-first-block-3 {
    padding-inline: 25px;
  }
}

.mw-100 {
  max-width: 100%;
}

.mobile-full-width {
  @media (max-width: 768px) {
    width: 100%;
  }
}

.footnotes.hae-footnote {
  max-width: unset;
}

.hae-footnote .footnote{
  font-size: 16px;
}

/* safety design flow chart ends here  */
.why-dawnzera-header-block-title h3 {
  color: var(--color-charcol, #1d2d3a);
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}
@media (min-width: 769px) {
  .why-dawnzera-header-block-title h3 {
    color: var(--color-charcol, #1d2d3a);
    font-weight: 400;
    margin-top: 14px;
    font-size: 52px;
    line-height: 60px;
  }
}

.dawnzera-pioneering-red-block + .footnote {
  margin-top: -0.75rem;
}

.red-mrna-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.show-desktop {
  display: none;
}

@media (min-width: 769px) {
  .show-desktop {
    display: block;
  }
  .show-mobile {
    display: none;
  }
}


.font-weight-700 {
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .body-redness-text {
    display: block;
  }
}

.study-design-flow-chart-first-block-4{
  .sup{
    font-size: 16px;
    color: #1D2D3A;
            left: -9px;
        top: 11px;
  }
  .study-design-flow-chart-first-block-41{
    font-size: 16px;
  }
}
