#hf-patient-journey {
  --radius: 16px;
  --radius-alt: 16px;
  --radius-full: 9999px;
  --color-primary: #D1325D;
  --h1-size: 28px;
  --h2-size: 24px;
  --h3-size: 21px;
}
@media (max-width: 600px) {
  #hf-patient-journey {
    --radius-alt: 8px;
    --h1-size: 23px;
    --h2-size: 24px;
    --h3-size: 18px;
  }
}
#hf-patient-journey, #hf-patient-journey *, #hf-patient-journey ::before, #hf-patient-journey ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.3;
}
#hf-patient-journey img, #hf-patient-journey svg {
  display: block;
  max-width: 100%;
  height: auto;
}
#hf-patient-journey sup, #hf-patient-journey sub {
  font-size: 10px;
}
#hf-patient-journey ol, #hf-patient-journey ul {
  padding-left: 1.5em;
}
#hf-patient-journey a {
  color: inherit;
}
#hf-patient-journey h1 {
  font-size: var(--h1-size);
}
#hf-patient-journey h2 {
  font-size: var(--h2-size);
}
#hf-patient-journey h3 {
  font-size: var(--h3-size);
}

#hf-patient-journey {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  text-size-adjust: none;
  color: #000;
  background: #FFEBF0;
  max-width: 730px;
  margin: auto;
}
#hf-patient-journey .bg-pattern {
  background: url("images/bg.svg") center/cover no-repeat;
  color: #FFF;
}
#hf-patient-journey .bg-pink {
  background-color: var(--color-primary);
  color: #FFF;
}
#hf-patient-journey .text-pink {
  color: var(--color-primary);
}
#hf-patient-journey .text-center {
  text-align: center;
}
#hf-patient-journey section, #hf-patient-journey .flex, #hf-patient-journey .flex-col {
  display: flex;
  align-items: center;
  gap: 20px;
}
#hf-patient-journey section, #hf-patient-journey .flex-col {
  flex-direction: column;
}
#hf-patient-journey section {
  padding: 20px 30px;
}
@media (max-width: 600px) {
  #hf-patient-journey section {
    padding: 20px;
  }
}
#hf-patient-journey #header {
  padding: 60px 20px 0;
  gap: 25px;
}
#hf-patient-journey #header span {
  font-size: var(--h3-size);
}
#hf-patient-journey #header h1 {
  margin-top: 10px;
}
@media (max-width: 600px) {
  #hf-patient-journey #header {
    text-align: center;
  }
  #hf-patient-journey #header img {
    width: clamp(120px, 40%, 187px);
  }
}
@media (max-width: 550px) {
  #hf-patient-journey #header {
    background-size: auto 120%;
    background-position: left bottom;
  }
}
@media (min-width: 601px) {
  #hf-patient-journey #header {
    padding: 45px 50px;
    flex-direction: row;
    gap: 32px;
    align-items: end;
  }
  #hf-patient-journey #header img {
    transform: translateY(45px);
  }
}
#hf-patient-journey #section-1 {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 35px 20px;
}
#hf-patient-journey #section-1 > h2 {
  flex-basis: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 26px;
  padding: 10px;
  border-radius: var(--radius);
}
#hf-patient-journey #section-1 .flex {
  align-items: stretch;
}
#hf-patient-journey #section-1 .flex-col {
  flex: 1;
  align-items: start;
  background-color: #fff;
  font-size: 19px;
  padding: 25px;
  border-radius: var(--radius);
}
@media (max-width: 600px) {
  #hf-patient-journey #section-1 {
    gap: 20px 10px;
    padding: 30px 20px;
  }
  #hf-patient-journey #section-1 h2 {
    font-size: 21px;
  }
  #hf-patient-journey #section-1 .flex {
    gap: 10px;
  }
  #hf-patient-journey #section-1 .flex-col {
    gap: 10px;
    font-size: 14px;
    padding: 15px;
  }
}
#hf-patient-journey #section-1 #ripple {
  background: var(--color-primary) url(images/sec-2-img-3.svg) calc(100% + 160px) calc(100% + 200px)/526px no-repeat;
  width: 100%;
  padding: 0 45px;
  border-radius: var(--radius);
}
#hf-patient-journey #section-1 #ripple h2 {
  width: 65%;
  padding: 35px 0;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-1 #ripple {
    background-size: 395px;
    background-position: calc(100% + 140px) center;
    padding: 0 15px;
  }
  #hf-patient-journey #section-1 #ripple h2 {
    font-size: 18px;
    text-align: left;
    width: 60%;
    padding: 10px 0;
  }
}
#hf-patient-journey #section-2 {
  gap: 0;
  padding: 0 30px 20px 50px;
}
#hf-patient-journey #section-2 > div, #hf-patient-journey #section-2 > div > div {
  position: relative;
}
#hf-patient-journey #section-2 > div > div {
  z-index: 99;
}
#hf-patient-journey #section-2 #row-1 {
  --shift: 100;
  align-items: normal;
  gap: 40px;
  margin-top: calc(var(--shift) * 1px);
  padding-left: 10px;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 {
    padding: 0 20px 20px 40px;
  }
  #hf-patient-journey #section-2 #row-1 {
    --shift: 50;
    gap: 18px;
    padding-left: 0;
  }
}
#hf-patient-journey #section-2 .table {
  flex: 1;
}
#hf-patient-journey #section-2 .table .head {
  position: relative;
  gap: 10px;
  padding: 0 30px 20px;
  border-radius: var(--radius-alt) var(--radius-alt) 0 0;
}
#hf-patient-journey #section-2 .table .head > img:first-child {
  margin-top: calc(var(--shift) * -1px);
}
#hf-patient-journey #section-2 .table .head strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: #9E143A;
  padding: 6px 20px;
  border-radius: var(--radius-full);
  margin-top: 10px;
}
#hf-patient-journey #section-2 .table ul {
  background-color: #FFEBF0;
  list-style: none;
  align-items: stretch;
  gap: 1px;
  padding: 0;
  border-radius: 0 0 var(--radius-alt) var(--radius-alt);
  overflow: hidden;
}
#hf-patient-journey #section-2 .table ul li {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 .table:last-of-type {
    flex: 0.975;
  }
  #hf-patient-journey #section-2 .table .head {
    gap: 5px;
    padding: 0 15px 10px;
  }
  #hf-patient-journey #section-2 .table .head img:first-child {
    width: 75px;
  }
  #hf-patient-journey #section-2 .table .head strong {
    font-size: 12px;
    padding: 3px 10px;
    margin-top: 5px;
  }
  #hf-patient-journey #section-2 .table .head h2 {
    font-size: 14px;
  }
  #hf-patient-journey #section-2 .table ul > li {
    font-size: 13px;
    padding: 5px 7px;
  }
}
#hf-patient-journey #section-2 #row-2 {
  width: 100%;
  margin: 95px 0;
}
#hf-patient-journey #section-2 #row-2 > div {
  width: fit-content;
  padding: 10px 25px;
  margin: auto;
  border-radius: var(--radius);
}
#hf-patient-journey #section-2 #row-2 > div li span {
  color: #FFB3CB;
  font-weight: normal;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 #row-2 {
    margin: 50px 0;
  }
  #hf-patient-journey #section-2 #row-2 > div {
    gap: 10px;
    padding: 10px 15px;
  }
  #hf-patient-journey #section-2 #row-2 > div img {
    width: 90px;
  }
  #hf-patient-journey #section-2 #row-2 > div h3 {
    font-size: 14px;
  }
  #hf-patient-journey #section-2 #row-2 > div li {
    font-size: 13px;
  }
}
#hf-patient-journey #section-2 #row-3,
#hf-patient-journey #section-2 #row-4 {
  width: 100%;
  gap: 50px;
}
#hf-patient-journey #section-2 #row-3 > div,
#hf-patient-journey #section-2 #row-4 > div {
  width: min(100%, 300px);
  border-radius: var(--radius-alt);
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 #row-3,
  #hf-patient-journey #section-2 #row-4 {
    gap: 12px;
  }
}
#hf-patient-journey #section-2 #row-3 > div {
  background-color: #fff;
  justify-content: space-between;
  height: 110px;
  padding: 20px 30px;
}
#hf-patient-journey #section-2 #row-3 > div:last-child {
  background: #fff url("images/sec-3-img-5.svg") calc(100% + 10px) center/155px no-repeat;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 #row-3 > div {
    height: 55px;
    padding: 10px 15px;
  }
  #hf-patient-journey #section-2 #row-3 > div h3 {
    font-size: 14px;
  }
  #hf-patient-journey #section-2 #row-3 > div img {
    width: 40px;
  }
  #hf-patient-journey #section-2 #row-3 > div:last-child {
    background-position: calc(100% + 6.5px) center;
    background-size: 77px;
  }
}
#hf-patient-journey #section-2 #row-4 {
  --shift: 100;
  margin-top: 70px;
  margin-bottom: calc(var(--shift) * 1px);
  align-items: stretch;
}
#hf-patient-journey #section-2 #row-4 > div {
  gap: 10px;
  padding: 20px;
}
#hf-patient-journey #section-2 #row-4 > div img {
  margin-top: auto;
  margin-bottom: calc(var(--shift) * -1px);
}
#hf-patient-journey #section-2 #row-4 h3 span {
  font-weight: normal;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2 #row-4 {
    --shift: 60;
    margin-top: 50px;
  }
  #hf-patient-journey #section-2 #row-4 > div {
    padding: 10px;
  }
  #hf-patient-journey #section-2 #row-4 > div h3 {
    font-size: 14px;
  }
  #hf-patient-journey #section-2 #row-4 > div img {
    width: 80px;
  }
}
#hf-patient-journey #section-3 {
  padding: 30px 20px;
  background-position: 0px -80px;
}
@media (max-width: 500px) {
  #hf-patient-journey #section-3 {
    background-position: 0px -40px;
    background-size: auto 150%;
  }
}
#hf-patient-journey #section-3 h2 {
  max-width: 610px;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-3 h2 {
    font-size: 21px;
  }
}
#hf-patient-journey #footer {
  background-color: #fff;
  align-items: start;
  gap: 7px;
}
@media (max-width: 600px) {
  #hf-patient-journey #footer {
    font-size: 12px;
    padding: 15px;
  }
}
#hf-patient-journey .arrow-icon {
  position: absolute;
}
#hf-patient-journey #arrow-1, #hf-patient-journey #arrow-2, #hf-patient-journey #arrow-3, #hf-patient-journey #arrow-4 {
  width: 166px !important;
}
@media (max-width: 600px) {
  #hf-patient-journey #arrow-1, #hf-patient-journey #arrow-2, #hf-patient-journey #arrow-3, #hf-patient-journey #arrow-4 {
    width: 25% !important;
  }
}
#hf-patient-journey #arrow-1 {
  top: 0;
  left: calc(50% - 10px);
  transform: translate(-100%, calc(-100% - 2px));
}
#hf-patient-journey #arrow-2 {
  top: 0;
  left: calc(50% + 10px);
  transform: scaleX(-1) translate(0, calc(-100% - 2px));
}
#hf-patient-journey #arrow-3 {
  top: 0;
  right: calc(50% + 20px);
  transform: scaleX(-1) translate(0, calc(-100% - 2px));
}
#hf-patient-journey #arrow-4 {
  top: 0;
  left: calc(50% + 20px);
  transform: translate(0, calc(-100% - 2px));
}
#hf-patient-journey #arrow-5,
#hf-patient-journey #arrow-6 {
  top: 0;
}
@media (max-width: 600px) {
  #hf-patient-journey #arrow-5,
  #hf-patient-journey #arrow-6 {
    width: 5% !important;
  }
}
#hf-patient-journey #arrow-5 {
  transform: translate(-100%, calc(-100% - 2px));
  left: 25%;
}
#hf-patient-journey #arrow-6 {
  transform: translate(100%, calc(-100% - 2px));
  right: 25%;
}
#hf-patient-journey #arrow-head {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  #hf-patient-journey #arrow-head {
    width: 18px !important;
  }
}
#hf-patient-journey #section-2 {
  position: relative;
}
#hf-patient-journey #section-2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 170px auto 210px 20px;
  width: 40px;
  border: 40px solid;
  border-right: none !important;
  border-image: url(images/arrow-long.svg);
  border-image-slice: 44;
}
@media (max-width: 600px) {
  #hf-patient-journey #section-2::before {
    inset: 86px auto 120px 20px;
    width: 20px;
    border-width: 20px;
  }
}
