.cpap__pcp-hero-banner {
  position: relative;
  overflow: hidden;

  .cpap__pcp-hero-banner__background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;

    &:before {
      content: '';
      width: 712px;
      height: 712px;
      background-image: url('./Rings-3.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translate(0, -50%);
      z-index: 1;

      @media (max-width: 992px) {
        width: calc(100vw + 31px);
        height: calc(100vw + 31px);
        right: initial;
        top: 53%;
        left: 49.4%;
        transform: translate(-50%, -50%);
      }
    }
  }

  .cpap__pcp-hero-banner__container {
    position: relative;
    z-index: 2;
  }

  .cpap__pcp-hero-banner__inner-container {
    position: relative;
    padding: 140px 0 56px 0;
    min-height: 400px;

    @media (max-width: 992px) {
      text-align: center;
      padding: 301px 0 12px 0;
    }

    @media (max-width: 820px) {
      min-height: auto;
    }

    h1 {
      color: var(--cpap-primary-white);
      max-width: 648px;
      text-align: left;
      margin-bottom: 16px;
      @media (max-width: 992px) {
        font-size: 48px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 16px;
        line-height: 52px;
      }
    }

    p {
      font: 500 var(--cpap-typography-font-md);
      color: var(--cpap-primary-white);
      max-width: 648px;

      @media (max-width: 992px) {
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto;
        margin-bottom: 20px;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .cpap__pcp-hero-banner__breadcrumbs {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;

    @media (max-width: 1200px) {
      top: 16px;
    }

    a,
    span {
      color: var(--cpap-primary-white);
    }

    a {
      &:before {
        color: var(--cpap-primary-white);
      }

      &:hover {
        @media (min-width: 768.5px) {
          color: rgba(255, 255, 255, 0.7);
        }
      }

      &:active {
        color: rgba(255, 255, 255, 0.7);
      }
    }

    .cpap__pcp-hero-banner__breadcrumbs-list {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style-type: none;

      .cpap__pcp-hero-banner__breadcrumbs-item {
        display: flex;
        align-items: center;

        svg {
          margin: 0 8px;
        }
      }
      .cpap__pcp-hero-banner__breadcrumbs-link {
        margin: 0;

        &::before {
          display: none;
        }
      }
    }
  }

  .cpap__pcp-hero-banner__title-container {
    display: block;

    @media (max-width: 992px) {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
  }
}
