.hero {
  display: flex;
  flex-direction: column;
  gap: 54px;
  align-items: center;
  min-height: 500px;
  background-color: var(--color-gray-100);
  overflow: hidden;
  padding-top: 32px;
  position: relative;
}

/* Hero CGI Variant - Overlay Layout */
.hero--cgi {
  position: relative;
  border-bottom: 24px solid transparent;
  background: linear-gradient(90deg, #dee1e3 0%, #fffbe6 25.48%, #d4cbbf 59.62%, #edecec 79.81%, #d6d4ba 100%);


  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0px;

  @media (min-width: 1440px) {
    min-height: auto;
    height: auto;
    max-height: 528px;
  }

  @media (min-width: 769px) and (max-width: 1439px) {
    min-height: auto;
    height: auto;
    max-height: 528px;
  }

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

/* Hero Background */
.hero__background {
  position: relative;
  inset: 0;
  z-index: 0;

  @media (max-width: 767px) {
    width: 100%;

    .hero__background::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #fff 100%
      );
      pointer-events: none;
    }
  }
}

.hero__background img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  object-position: center bottom;
  height: auto;
}

.hero__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59.03% 49.34%;
}

.hero__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
  align-items: center;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  position: relative;
  z-index: 2;

  @media (max-width: 767px) {
    min-height: auto;
    bottom: 60px;
    flex-direction: column;
  }
}

.hero--cgi .hero__container {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  padding: 0 6.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  min-height: auto;

  @media (min-width: 1440px) {
    height: 100%;
    min-height: 700px;
  }

  @media (min-width: 1024px) and (max-width: 1279px) {
    padding: 0 2.5rem;
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    padding: 0 2rem;
  }

  @media (max-width: 768px) {
    height: auto;
    min-height: 350px;
    position: absolute;
    left: 20px;
  }
}

.hero--cgi .hero__content {
  max-width: 455px;
  text-align: left;
  margin-top: 150px;
  z-index: 4;

  @media (min-width: 1440px) {
    margin-top: -150px;
  }
}

.hero--cgi .hero__title {
  color: var(--color-primary);
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5), 0 0 40px #000, 0 0 60px #000;
  /* H1 */
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-tilt-neon);
  margin-bottom: var(--space-xl);
  line-height: 1.2;
}

.hero--cgi .hero__title-main {
  color: var(--color-primary-dark);
  font-size: 52px;
  font-weight: var(--font-weight-normal);
  display: block;
  margin-bottom: var(--space-sm);
  font-style: normal;
  line-height: 60px;
  align-self: stretch;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);

  sup {
    font-size: 30px;
    top: -0.2em;
  }

  @media (max-width: 767px) {
    margin-bottom: 0px;
  }
}

.hero--cgi .hero__title-sub {
  color: var(--color-secondary);
  font-size: 2rem;
  font-weight: 400;
  display: block;
  line-height: normal;
  margin-bottom: var(--space-xl);
  text-shadow: none;
}

.section {
  padding: var(--space-5xl) 0;
  position: relative;
  overflow: hidden;
}

.attack-reduction {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-block: 60px;
  justify-content: space-between;

  @media screen and (min-width: 768px) {
    flex-direction: row;
  }
}

.attack-reduction__left {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
}

.cards-grid-3 {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* Event Section */
.section--event {
  padding: 0;
  background-size: 185.25% 605.45%;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  z-index: 4;

  @media (min-width: 1300px) {
    margin-top: -140px !important;
    padding-bottom: 60px;
  }

  background-image: none;
  background-color: unset;

  margin-top: 0px;

  @media (max-width: 767px) {
    padding-bottom: 60px;
  }

  @media (min-width: 768px) and (max-width: 1300px) {
    margin-top: 0px;
    padding-top: 60px;
    background-image: url("../../images/backgrounds/lab-background.png") !important;
    background-size: cover !important;
    padding-bottom: 60px;
  }
}

.section--event::before {
  background: none;

  @media (min-width: 1300px) {
    content: "";
    position: absolute;
    height: 18px;
    width: 100%;
    top: auto;
    bottom: 50%;
    left: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      #dee1e3 0%,
      #fffbe6 25.48%,
      #d4cbbf 59.62%,
      #edecec 79.81%,
      #d6d4ba 100%
    );
  }
}

.section--event::after {
  content: "";
  position: absolute;
  height: 50%; /* Show only bottom 50% */
  width: 200%;
  bottom: 0;
  left: 0;
  z-index: 1;

  @media (min-width: 1300px) {
    background-image: url("../../images/backgrounds/lab-background.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }
}

/* Section Container */
.section__container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding: 0 var(--container-padding);
}

@media (max-width: 440px) {
  .confidence__container {
    padding: 0 16px;
  }
}

.section--event .section__container {
  position: relative;
  z-index: 2;
}

/* Event Card */
.event-card {
  padding: var(--space-lg);
  margin: 0 auto;
  border: 2px solid var(--color-primary);
  @media (min-width: 769px) {
    max-width: 70%;
  }
}

.event-card-wrapper {
  padding: 24px;
}

.event-card__content {
  text-align: center;
  padding: 10px 0 var(--space-lg) 0;

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

.event-card__title {
  font-family: var(--font-tilt-neon);
  color: var(--color-primary);
  line-height: 36px;
  margin-bottom: var(--space-lg);
  font-weight: var(--font-weight-normal);
  font-size: 40px;
}

.event-card__text {
  font-family: var(--font-agenda);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 24px;
  margin-bottom: var(--space-xl);

  @media (max-width: 767px) {
    margin-bottom: 24px;
  }
}

.section-left-background {
  padding: 60px 0;

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

  .section-left-bg-image-mobile-only {
    display: none;
  }
}

.homepage-cards-container {
  max-width: 1136px;

  .cards-wrapper {
    .homepage_card_wrapper.homepage_first_card {
      .homepage_card_block {
        gap: 16px;

        .homepage_card_title_desc {
          margin-block: 42px;
          gap: 8px;
        }
      }
    }

    @media (max-width: 768px) {
      .homepage_card_wrapper.homepage_first_card {
        .homepage_card_block {
          gap: 24px;

          .homepage_card_title_desc {
            margin-block: 0px;
            gap: 16px;
          }

          .homepage_card_desc {
            text-align: left;
          }
        }
      }

      .homepage_card_desc {
        text-align: center;
      }
    }
  }
}

/* Confidence Section */
.section--confidence {
  background-color: var(--color-primary);
  /* background-color: transparent; */
  padding: 2.5rem;
  color: var(--color-white);
  box-shadow: var(--shadow-card);

  /* top: -206px; */
  margin: 0 auto;
  border-radius: 24px;
  max-width: 88%;

  @media (min-width: 1300px) {
    max-width: 1200px;
    /* background-image: url(/themes/custom/dawnzera_full/images/backgrounds/desktop-pipe-upper.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: left top 1rem; */
  }
}

.confidence__content {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.confidence__title {
  font-family: var(--font-tilt-neon);
  font-size: 32px;
  color: var(--color-white);
  margin-bottom: 32px;
  font-weight: 400;
}

.confidence__subtitle {
  font-family: var(--font-agenda);
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
}

.confidence__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1440px;
  margin: 0 auto;

  @media (min-width: 1086px) {
    flex-direction: column;
  }
}

.confidence__button-row {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.confidence__button-row .btn {
  flex: 0 1 auto;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: auto;
  min-width: 320px;
  height: auto;
  padding: var(--space-sm) 20px var(--space-sm) 22px;
  line-height: 1.4;
}

.confidence__button-row .btn:hover {
  border-color: #fceee7;
  background-color: #fceee7;
  text-decoration: none;
  color: var(--color-primary);
}

/* Ionis Section */
.section-ionis {
  background-image: url("../../images/backgrounds/lab-background.png");
  background-size: 185.25% 100%;
  background-position: top;
  background-repeat: no-repeat;

  opacity: 1;
  position: relative;
  padding: 0px;

  @media (max-width: 767px) {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.section-ionis-inner-wrapper {
  padding: 40px 0;
  @media (max-width: 767px) {
    padding: 0px;
  }
}

.section-ionis-wrapper {
  @media (min-width: 1400px) {
    background-image: url(/themes/custom/dawnzera_full/images/backgrounds/desktop-pipe-vertical.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
  }
}

.bottom-pipe {
  width: 100%;

  img {
    width: 97%;
  }

  &.lower-pipe {
    margin-left: 1.5rem;
  }
}

.section--ionis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-overlay-light);
  z-index: 1;
}

.section--ionis .section__container {
  position: relative;
  z-index: 2;
}

/* Ionis Card */
.ionis-card {
  background-color: var(--color-white);
  border-radius: 24px;
  padding: var(--space-2xl);
  margin: 0 auto;
  box-shadow: var(--shadow-card);
  border: 8px solid var(--color-gray-300);
  max-width: 1200px;

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

.ionis-card__content {
  display: flex;
  gap: var(--space-xl);
  align-items: flex-start;
}

.ionis-card__logo {
  flex-shrink: 0;

  @media (max-width: 768px) {
    align-self: center;
  }
}

.ionis-logo {
  width: 305px;
  height: 176px;
}

.ionis-card__text {
  flex: 1;
}

.ionis-card__title {
  font-family: var(--font-tilt-neon);
  font-size: 32px;
  color: var(--color-text-primary);
  line-height: 1.2;
  margin-bottom: var(--space-lg);
  font-weight: var(--font-weight-normal);

  @media (max-width: 767px) {
    margin-bottom: 22px;
  }
}

.ionis-card__description {
  font-family: var(--font-agenda);
  font-size: 20px;
  color: var(--color-text-primary);
  line-height: 1.4;
  margin-bottom: var(--space-xl);

  @media (max-width: 767px) {
    margin-bottom: 22px;
  }
}

.no-break {
  white-space: nowrap;
}

/************ Pipes Section ***************/

.section--pipes {
  max-width: 1440px;
  height: 1px;
  margin: 0 auto;
  position: relative;
}
.section--pipes-mobile {
  display: none;
}
@media (max-width: 641px) {
  .action-cards-section {
    padding-top: 0;
  }
  .section--pipes-mobile {
    display: block;
    margin-bottom: 50px;
  }
}
/* Desktop */
.pipes-container {
  img {
    display: none;
  }
}
@media (min-width: 1400px) {
  .pipes-container {
    background: unset;
    height: 700px;
    width: 86px;
    margin-bottom: 50px;
    position: absolute;
    top: -6vw;
    right: 0;
    z-index: 5;
  }

  .pipes-container img {
    display: block;
    max-height: 690px;
  }
}

/* Pipes Section Left */

.section--pipes-left {
  max-width: 1440px;
  height: 1px;
  margin: auto 0;
  position: relative;
  top: -335px;
  display: none;
}
.section--pipes-mobile {
  display: none;
}
@media (max-width: 641px) {
  .action-cards-section {
    padding-top: 0;
  }
  .section--pipes-mobile {
    display: block;
    margin-bottom: 50px;
  }
}

.pipes-container-left {
  img {
    display: none;
  }
}
@media (min-width: 1400px) {
  .pipes-container-left {
    background: unset;
    height: 700px;
    width: 86px;
    margin-bottom: 50px;
    position: absolute;
    top: -143px;
    left: 0; /* ← Move to the left */
    z-index: 5;
  }

  .pipes-container-left img {
    display: block;
    max-height: 690px;
    height: 100%;
  }
}

.hero__right-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(194, 187, 178, 1) 25%, rgba(194, 187, 178, 0.8) 67%, rgba(194, 187, 178, 0) 100%);

  @media (max-width: 767px) {
    display: none;
  }
}

/* Default to show desktop image */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* Mobile Styles */
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only-bg-hero {
    display: block;
    -webkit-mask-image: linear-gradient(
      to bottom,
      #e0d9d1 85%,
      transparent 100%
    );
    mask-image: linear-gradient(to bottom, #e0d9d1 64%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .hero__background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      #e0d9d1 77%,
      #ece7e2 87%,
      #f5f3ef 100%
    );
    z-index: 0;
  }

  .hero--cgi .hero__content {
    margin-top: 600px;
    max-width: 327px;
  }

  .hero--cgi .hero__title-main {
    font-size: 36px;
    line-height: 1.1;
  }

  .hero--cgi .hero__title-sub {
    font-size: 24px;
    margin-bottom: 24px;
    word-wrap: break-word;
    text-align: center;
  }

  .btn--primary {
    width: 100%;
  }

  .hero__background img {
    width: 100%;
    height: auto; /* height adapts to full image size */
    object-fit: contain;
    border-bottom: none;
  }

  .hero-gradient {
    display: flex;
    width: 100%;
    height: 234px;
    padding: 80px 24px 30px 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    background: linear-gradient(
      359deg,
      #e0d9d1 50.69%,
      rgba(224, 217, 209, 0.8) 63.11%,
      rgba(224, 217, 209, 0) 115.58%
    );
  }

  .hero-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: linear-gradient(
      90deg,
      #dee1e3 0%,
      #fffbe6 25.48%,
      #d4cbbf 59.62%,
      #edecec 79.81%,
      #d6d4ba 100%
    );
  }

  /* Adjust other elements to move down as per image height */
  .hero__container {
    position: relative;
    margin-top: 10px; /* space after image */
  }

  .event-card {
    position: relative;
  }

  .section--event::before {
    background: none;
  }

  .section--event::after {
    top: 200px;
    height: 100%;
  }

  .event-card__title {
    font-size: 24px;

    @media (max-width: 767px) {
      font-size: 26px;
      margin-bottom: 1rem;
    }
  }

  .section--confidence {
    padding: 40px 0 24px;
  }

  .confidence__content {
    position: relative;
    max-width: none;
  }

  .confidence__title {
    font-size: 24px;
    font-weight: 400;
  }

  .confidence__subtitle {
    font-size: 22px;
    line-height: normal;
  }

  .confidence__button-row .btn {
    max-width: none;
    width: 100%;
    min-width: 0;
    text-align: left;
    gap: 10px;
    padding: 13px 11px 11px 16px;
    white-space: nowrap;
  }

  .ionis-card__content {
    text-align: left;
  }
}



/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero--cgi .hero__content {
    text-align: left;
    margin-top: 71px;
    z-index: 4;
    margin-bottom: 20px;
  }
  .hero--cgi .hero__title-main {
    font-size: 35px;
    line-height: 1.1;
  }
  .hero--cgi .hero__title-sub {
    font-size: 25px;
    line-height: 1.1;
  }
}

/* Laptop and Small Desktop Styles */
@media (min-width: 1024px) and (max-width: 1279px) {
  .hero--cgi .hero__content {
    text-align: left;
    margin-top: 100px;
    z-index: 4;
  }
}

.event_2 {
  border-radius: 24px;
  border: 2px solid #e2422d;
  background: #fff;
  box-shadow: 0 0 8px 0 #c94808, 0 0 8px 0 #e08a67;
  padding: 0px;
}

.event_3 {
  border-radius: 22px;
  border: 2px solid #f59785;
  background: #fff;
}

.event_4 {
  border-radius: 20px;
  border: 2px solid #fde5e0;
  background: #fff;
}

.event_5 {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 8px 0 #c94808 inset, 0 0 8px 0 #e08a67 inset;
}
.hero__background .banner_text {
  position: absolute;
  color: #1d2d3a;
  text-align: center;
  font-family: Agenda;
  font-size: var(--Size-Body, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  top: 14px;
  left: 2%;
  right: 2%;
  z-index: 20;
  max-width: 1312px;

  @media (max-width: 767px) {
    left: 0;
    font-size: 16px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    z-index: 10;
  }
}
.homepage_cta {
  background: var(--Coral, #f16b50);
  box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
  display: flex;
  /* width: 1440px; */
  height: 64px;
  align-items: center;
  gap: 40px;
  color: var(--White, #fff);
  font-family: var(--Font-Body-LG, Agenda);
  font-size: var(--Size-Body-LG, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Body-LG, 22px);
  justify-content: center;
  padding-inline: 24px;

  @media (max-width: 991px) {
    flex-direction: row-reverse;
    height: 84px;
    gap: 24px;

    img {
      object-fit: contain;
    }
  }

  @media (max-width: 374px) {
    padding-inline: 12px;
  }
}
.homepage_cta a {
  display: flex;
  gap: 8px;
  max-width: 1240px;
  width: 100%;
  justify-content: center;
  /* Mobile Styles */
  @media (max-width: 767px) {
    gap: 24px;
  }
}

.cta-text {
  color: #fff;
  text-align: center;
  font-family: Agenda;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  letter-spacing: -0.02px;
}

.desktop-break {
  display: none;
}

.section__container.attack-reduction .attack-reduction__title {
  font-family: var(--Font-H2, "Tilt Neon");
  font-size: var(--Size-H2, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1024px) {
  .desktop-break {
    display: block;
  }
}

.attack-reduction__description {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 24px;
}

.desc-sup {
  font-size: 12.5px;
  top: -5.5px;
}

.attack-reduction__item {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
}

.attack-reduction__item::marker {
  color: var(--Coral, #f16b50);
}

.attack-reduction__footnote {
  line-height: normal;
  margin-bottom: 4px;
  display: flex;
}

.footnote-sup {
  font-size: 10px;
}

.attack-reduction_sup {
  top: 10px;
}

.attack-reduction__footnote {
  .sup-1,
  .sup-2 {
    font-size: 16px;
    position: absolute;
    left: -7px;
  }

  .sup-1 {
    top: 12px;
  }
}

.attack-reduction__right {
  margin-right: 8px;
}

.section--cards {
  box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
  padding: 4rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.homepage_separation {
  width: 100%;
  display: flex;
  height: 24px;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  background: linear-gradient(
    90deg,
    #dee1e3 0%,
    #fffbe6 25.48%,
    #d4cbbf 59.62%,
    #edecec 79.81%,
    #d6d4ba 100%
  );
}

.section--cards-container {
  display: flex;
  flex-direction: column;
  gap: 40px;

  .section__footnote {
    p {
      margin: 0px;
    }
  }
}

.section_bg_image {
  background-image: url("../../images/backgrounds/doni_circles_hcp_rgb_3.svg");
  background-repeat: no-repeat;
  background-position: bottom right;

  @media (max-width: 768px) {
    background-image: none;
    position: relative;
    .section--cards {
      padding-top: 40px;
      padding-bottom: 40px;
    }

     .section_bg_image_inner {
      position: absolute;
      bottom: -1.5%;
      width: 100%;
    }

    .section-left-bg-image-mobile-only {
      width: 100%;
      display: block;
      max-width: 100%;
      height: auto;
    }

  }

  .cards-wrapper {
    display: flex;
    flex-direction: row;
    gap: 40px;

    @media (max-width: 991px) {
      flex-direction: column;
    }

    .homepage_first_card {
      border-radius: 24px !important;
      background: var(--color-coral, #f16b50) !important;

      .homepage_card_button {
        margin-top: inherit !important;
      }
    }

    .homepage_card_wrapper {
      display: flex;
      border-radius: 24px;
      background: var(--color-white, #fff);
      box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
      flex-direction: column;
      box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
      flex: 1;

      .homepage_card_strip {
        border-radius: 16px 16px 0 0;
        background: linear-gradient(
          90deg,
          #dee1e3 0%,
          #fffbe6 25.48%,
          #d4cbbf 59.62%,
          #edecec 79.81%,
          #d6d4ba 100%
        );
        height: 32px;
        border-bottom: 6px solid #1d2d3a;
      }

      .homepage_card_block {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 24px;
        flex: 1;

        .homepage_card_title_desc {
          display: flex;
          flex-direction: column;
          gap: 16px;

          .homepage_card_title {
            color: var(--color-white, #fff);
            font-family: var(--font-tilt-neon);
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-align: left;

            sup {
              font-size: 21px;
              top: -0.41em;

              @media (max-width: 768px) {
                top: -0.28em;
              }
            }

            .home-sup {
              font-size: 50%;
              top: -15px;
            }

            @media (max-width: 768px) {
              font-size: 24px;
            }
          }

          .homepage_card_desc {
            color: var(--color-white, #fff);
            font-family: var(--font-agenda);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }

        .homepage_card_image_title_desc {
          display: flex;
          flex-direction: column;
          gap: 16px;

          .homepage_card_image {
            justify-content: center;
            display: flex;
          }

          .homepage_card_title {
            color: var(--color-coral, #f16b50);
            font-family: var(--font-agenda);
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            max-width: 95%;
            text-align: left;

            @media (max-width: 768px) {
              font-size: 22px;
              text-align: center;
            }
          }

          .homepage_card_desc {
            color: var(--color-charcol, #1d2d3a);
            font-family: var(--font-agenda);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }
        }

        .homepage_card_button {
          margin-top: auto;
          width: fit-content;
          a {
            border-radius: 999px;
            border: 3px solid var(--color-coral, #f16b50);
            padding: 12px 16px 10px 24px;
            display: flex;
            flex-direction: row;
            justify-content: center;

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


            /* @media (min-width: 1300px) {
              flex-direction: row;
            } */

            span {
              font-size: 20px;
              font-weight: 700;
              line-height: normal;
              align-self: normal;
            }
          }

          .btn__icon {
            margin: 0;
          }
          .patients_card {
            border: 0;
          }
          .treatment_card {
            padding: 11px 14px 8px 22px;
          }
        }
      }
    }
  }
}

.section-left-bg-image-mobile-only {
  display: none;

  @media (max-width: 768px) {
    display: block;
  }
}
.card-sup {
  top: -5.5px;
  font-size: 12.5px;
}

.references-container {
  padding-block: 80px;
}

.attack-reduction__right.mobile-only {
  display: none;
}

.attack-reduction__right.desktop-only {
  display: block;
}

@media (max-width: 768px) {

  .section__container.attack-reduction .attack-reduction__title {
    font-size: 28px;
  }

  .attack-reduction__description {
    margin-bottom: 24px;
  }

  .attack-reduction__right.mobile-only {
    margin: 0 auto 24px;
    display: block;
  }

  .attack-reduction__right.desktop-only {
    display: none;
  }

  .attack-reduction {
    margin-block: 40px;
  }

  .references-container {
    padding: 40px 24px;
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .references-container {
    margin-inline: 24px;
  }
}

.hero--cgi .btn:hover {
  background-color: var(--color-coral);
}


.hero--cgi .btn--lg {
  padding: 9px 13px 7px 21px;

  @media (max-width: 767px) {
    width: 100%;
  }
}

.section_bg_image
  .cards-wrapper
  .homepage_card_wrapper
  .homepage_card_block
  .homepage_card_button {

    @media (max-width: 991px) {
      width: 100%;
    }
}
.home-sup {
  top: -15px;
  font-size: 50%;
}

.home-title-sup {
  top: -11px;
  font-size: 50%;
}
