:root .chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
  --helix-core-accordion-panel-button-background: #3891cb;
  --helix-core-accordion-panel-button-hover-background: #3891cb;
  --helix-core-accordion-panel-expander-color: #fff;
  --helix-core-accordion-panel-button-text-color-color: #fff;
  --helix-core-accordion-panel-button-hover-color-color: #fff;
  --helix-core-accordion-panel-underline-color: transparent;
  --helix-core-accordion-panel-body-padding-top-property: 16px;
  --helix-core-accordion-panel-body-padding-bottom-property: 16px;
  --helix-core-accordion-panel-body-padding-left-property: 16px;
  --helix-core-accordion-panel-body-padding-right-property: 16px;
  --helix-core-accordion-panel-padding-top-property: 20px;
  --helix-core-accordion-panel-padding-bottom-property: 20px;
  --helix-core-accordion-panel-body-background: var(--orange);
  --helix-core-accordion-panel-padding-left-property: 16px;
  --helix-core-accordion-panel-padding-right-property: 24px;
  --helix-core-type-preset-5-h5-font-family: "Robot", sans-serif;
  --helix-core-type-preset-5-h5-font-size: 32px;
  --helix-core-type-preset-5-h5-font-weight: 700;
  --helix-core-type-preset-5-h5-line-height: 40px;
  --helix-core-type-preset-6-paragraph-font-size: 18px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 28px;
}

.risk-factor-video {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.risk-factor-video .bg {
  z-index: -1;
}

.risk-factor-video .age-text p {
  margin-bottom: 48px;
  --helix-core-type-preset-6-paragraph-font-size: 32px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 40px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.25px;
  text-align: center;
  color: #fff;
}

.risk-factor-video .age-text p strong {
  color: var(--orange);
}

.risk-factor-video .high-risk-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 56px;
  margin-bottom: 132px;
}

.risk-factor-video .high-risk-items .high-risk-item {
  border-bottom: 4px solid #e77a42;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 8px;
}

.risk-factor-video .high-risk-items .high-risk-item p {
  --helix-core-type-preset-6-paragraph-font-size: 24px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 32px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.21px;
  color: #fff;
}

.risk-factor-video .high-risk-items .high-risk-item p strong {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.25px;
}

.associated-items helix-core-content p {
  --helix-core-type-preset-6-paragraph-font-size: 24px;
  --helix-core-type-preset-6-paragraph-line-height: 32px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.19px;
  color: #fff;
  margin-bottom: 48px;
}

.old-age-bottom-wrapper helix-core-content p,
.age-heart-first.orange-bg helix-core-content p,
.age-heart-fifth helix-core-content p {
  --helix-core-type-preset-6-paragraph-font-weight: 700;
}

.age-heart-fifth helix-core-content p sup {
  font-size: 14px;
}

.associated-items helix-core-grid helix-core-grid-item helix-core-image {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: block;
}

.associated-items helix-core-grid helix-core-grid-item helix-core-image::part(image) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.associated-items helix-core-grid helix-core-grid-item helix-core-content p {
  --helix-core-type-preset-6-paragraph-font-size: 18px;
  --helix-core-type-preset-6-paragraph-line-height: 28px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.25px;
  color: #fff;
  margin-bottom: 0;
}

.smoking-x-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin: 20px auto 50px;
}

.covid-age-block .smoking-x-block .top-text p,
.covid-age-block .smoking-x-block .bottom-text p {
  color: #fff;
}

.difference-diabetes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
  background-color: #b1d3ea;
  padding: 16px 24px;
  margin-bottom: 160px;
  position: relative;
}

.difference-diabetes helix-core-content {
  display: flex;
  flex: 1;
  position: relative;
}

.difference-diabetes helix-core-content p {
  color: #153a57;
  --helix-core-type-preset-6-paragraph-font-size: 18px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  flex: 1;
}

.difference-diabetes helix-core-content:nth-of-type(1)::before {
  content: '';
  position: absolute;
  left: auto;
  right: -30px;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #3891cb;
  top: 15px;
}

.how-you-feel {
  padding: 16px 24px;
  background-color: #3891cb;
  text-align: center;
  max-width: 601px;
  margin: 0 auto 80px;
}

.how-you-feel helix-core-content p {
  --helix-core-type-preset-6-paragraph-font-size: 24px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 32px;
  letter-spacing: .19px !important;
}

/* ACT Tabs Section CSS */
:root .heart-tabs-accordion helix-core-tabs {
  --helix-core-tabs-tablist-pills-active-background: var(--orange);
  --helix-core-tabs-tablist-pills-background: #3891cb;
  --helix-core-tabs-tablist-pills-border: none;
  --helix-core-tabs-tablist-pills-text-color: var(--blue);
  --helix-core-tabs-tablist-light-active-color: var(--white);
  transition: --helix-core-tabs-tablist-pills-background 0.1s ease;
}

.heart-tabs-accordion {
  max-width: 1092px;
  margin: 40px auto 50px;
}

.heart-tabs-accordion helix-core-tabs::part(tablist) {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  width: 100%;
}

.heart-tabs-accordion helix-core-tabs::part(tablist-item) {
  flex: 1;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  width: 100%;
}

.heart-tabs-accordion helix-core-tabs::part(tablist-item-anchor) {
  height: 80px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #fff;
  position: relative;
}

.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 1"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 2"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 3"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 4"] {
  font-size: 24px;
  line-height: 32px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.19px;
}

.heart-tabs-accordion helix-core-tabs::part(tablist-item-anchor)::after {
  content: "";
  height: 48px;
  width: 48px;
  border: 4px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 12px;
}

@media only screen and (min-width: 1024px) {
  .chronic-lung-disease-wrapper {
    padding: 44px 0 0;
  }

  .heart-section-age {
    padding: 44px 0 0;
  }
}

.chronic-lung-disease-wrapper {
  position: relative;
  background-color: #153a57;
  background-size: 90% auto;
  background-position: center 50px;
  background-repeat: no-repeat;
  padding: 42px 0 10px;
}

.chronic-lung-disease-wrapper helix-core-image.bg-image {
  display: none;
}

.chronic-lung-disease-wrapper .chronic-lung-include {
  padding: 24px 32px;
  margin: 0 auto 100px;
  background-color: #e77a42;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 668px;
}

.chronic-lung-disease-wrapper .chronic-lung-include p {
  --helix-core-type-preset-6-paragraph-font-size: 32px;
  --helix-core-type-preset-6-paragraph-line-height: 40px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  color: #fff;
  margin: 0 12px;
}

.chronic-lung-disease-wrapper .chronic-lung-include helix-core-image {
  display: block;
  width: 93px;
  height: 89px;
}

.chronic-lung-disease-wrapper .chronic-lung-include helix-core-image::part(image) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.chronic-lung-disease-wrapper helix-core-accordion helix-core-content p {
  color: #fff;
}

.chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
  width: calc(50% - 25px);
}

.chronic-lung-disease-wrapper helix-core-grid::part(grid),
.heart-section-age helix-core-grid::part(grid) {
  margin-bottom: 0;
}

.chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel helix-core-heading p {
  margin: 0;
}

.chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
  margin-bottom: 220px;
}

.chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel[is-expanded] {
  margin-bottom: 104px;
}

.chronic-lung-disease-wrapper helix-core-image.bg-image[data-gjs-type="helix-core-image"] {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
    margin-bottom: 20px;
  }

  :root .chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
    --helix-core-accordion-panel-body-padding-top-property: 8px;
    --helix-core-accordion-panel-body-padding-bottom-property: 8px;
    --helix-core-type-preset-5-h5-font-size: 18px;
    --helix-core-type-preset-5-h5-line-height: 28px;
  }
}

.cause-item {
  background-color: #fae4d9;
  padding: 24px 97px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
}

.cause-item + .cause-item {
  margin-top: 40px;
}

.cause-item helix-core-image {
  display: block;
  flex-basis: 176px;
}

/*.risk-factor-video .bg .bc-player-g2OtgoAoBs_default-index-0.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 548.2666666666667%;
}*/

.cause-item p {
  --helix-core-type-preset-6-paragraph-font-size: 24px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 32px;
  --helix-core-type-preset-6-paragraph-letter-spacing: .19px;
  color: #153a57;
  margin-bottom: 12px;
}

.cause-smoking-wrapper .bottom-content p {
  --helix-core-type-preset-6-paragraph-font-size: 18px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 28px;
  --helix-core-type-preset-6-paragraph-letter-spacing: .25px;
  color: #fff;
  margin: 40px 0 0;
}

.cause-item p strong,
.cause-smoking-wrapper .bottom-content p strong {
  color: var(--orange);
}

.cause-item helix-core-image::part(image) {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.heart-section-age {
  background: var(--blue);
  padding: 80px 0 120px;
}

.heart-section-age::part(inner-container) {
  max-width: 914px;
}

.age-heart-first {
  padding: 24px 32px;
  margin-bottom: 48px;
  background-color: #3891cb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.age-heart-first p {
  max-width: 660px;
  margin: 0 12px;
}

.age-heart-first p,
.old-age-bottom-wrapper p,
.age-heart-fifth p {
  --helix-core-type-preset-6-paragraph-font-size: 32px;
  --helix-core-type-preset-6-paragraph-line-height: 40px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.25px;
  --helix-core-type-preset-6-paragraph-font-weight: 500;
  color: #fff;
  margin: 0;
}

.age-heart-second {
  margin-bottom: 80px;
  position: relative;
}

.age-heart-second .old-age-image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.age-heart-second .old-age-image-wrapper.pink-bg {
  background: linear-gradient(180deg, #fff 0%, #fae4d9 100%);
}

.age-heart-second .old-age-image-wrapper .old-age-image-inner {
  flex-basis: 50%;
  position: relative;
}

.age-heart-second .old-age-image-wrapper.pink-bg .old-age-image-inner {
  min-height: 392px;
}

.age-heart-second .old-age-image-wrapper .old-age-image-inner .old-image-content {
  text-align: center;
  padding: 0 75px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}

.old-image-content p strong {
  color: var(--orange);
}

.old-image-content p:nth-of-type(1),
.old-image-content p:nth-of-type(3) {
  --helix-core-type-preset-6-paragraph-font-size: 32px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 42px;
  --helix-core-type-preset-6-paragraph-letter-spacing: 0.19px;
  color: #fff;
  margin-bottom: 40px;
}

.old-image-content p:nth-of-type(2) {
  --helix-core-type-preset-6-paragraph-font-size: 100px;
  --helix-core-type-preset-6-paragraph-font-weight: 700;
  --helix-core-type-preset-6-paragraph-line-height: 64px;
  --helix-core-type-preset-6-paragraph-letter-spacing: -1.56px;
  color: #fff;
  margin-bottom: 15px;
}

.old-image-content p:nth-of-type(3) {
  --helix-core-type-preset-6-heading-letter-spacing: -0.67px;
  margin-bottom: 0;
}

.age-heart-second .old-age-image-wrapper.pink-bg .old-age-image-inner .old-image-content p:nth-of-type(1) {
  color: var(--blue);
}

.age-heart-second .old-age-image-wrapper.pink-bg .old-age-image-inner .old-image-content p:nth-of-type(2),
.age-heart-second .old-age-image-wrapper.pink-bg .old-age-image-inner .old-image-content p:nth-of-type(3) {
  color: var(--orange);
}

.age-heart-fifth p {
  margin: 0;
  color: #153a57;
}

.old-age-bottom-wrapper {
  background-color: #3891cb;
  padding: 24px 80px;
}

.old-age-bottom-wrapper p {
  margin-bottom: 8px;
}

.old-age-bottom-wrapper p strong {
  color: var(--blue);
}

.old-age-bottom-wrapper.brown-bg {
  background-color: #81421b;
}

.old-age-bottom-wrapper.brown-bg p strong,
.age-heart-fifth p strong {
  color: var(--orange);
}

.age-heart-fifth {
  background-color: #fae4d9;
  padding: 32px;
}

.age-heart-first helix-core-image,
.age-heart-first.orange-bg helix-core-image {
  display: block;
}

.age-heart-first helix-core-image {
  width: 93px;
}

.age-heart-first.orange-bg helix-core-image {
  width: 127px;
}

@media only screen and (max-width: 992px) {
  .chronic-lung-disease-wrapper .chronic-lung-include {
    gap: 20px;
  }

  .chronic-lung-disease-wrapper .chronic-lung-include helix-core-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .age-heart-second .old-age-image-wrapper {
    display: block;
  }

  .age-heart-second .old-age-image-wrapper .old-age-image-inner .old-image-content {
    padding: 0 15px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .cause-item {
    padding: 24px;
  }

  .old-age-bottom-wrapper {
    padding: 24px 20px;
  }

  .associated-items helix-core-content p {
    --helix-core-type-preset-6-paragraph-font-size: 32px;
    --helix-core-type-preset-6-paragraph-line-height: 40px;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0.25px;
  }

  .cause-item p {
    --helix-core-type-preset-6-paragraph-font-size: 18px;
    --helix-core-type-preset-6-paragraph-line-height: 28px;
    --helix-core-type-preset-6-paragraph-letter-spacing: .25px;
  }

  .risk-factor-video .high-risk-items .high-risk-item {
    flex: 0 0 45%;
  }

  .risk-factor-video .high-risk-items .high-risk-item p {
    --helix-core-type-preset-6-paragraph-font-size: 20px;
    --helix-core-type-preset-6-paragraph-line-height: 28px;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0.19px;
  }

  .risk-factor-video .high-risk-items .high-risk-item p strong {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .chronic-lung-disease-wrapper .chronic-lung-include p {
    --helix-core-type-preset-6-paragraph-font-size: 18px;
    --helix-core-type-preset-6-paragraph-line-height: 28px;
    margin: 0;
  }

  .smoking-x-block {
    flex-direction: column;
    margin: 0 auto 80px;
  }

  .cause-item helix-core-image {
    margin-bottom: 24px;
  }

  .covid-age-block .smoking-x-block .top-text p,
  .covid-age-block .smoking-x-block .bottom-text p {
    width: 100%;
  }

  .chronic-lung-disease-wrapper helix-core-accordion helix-core-accordion-panel {
    width: 100%;
  }

  .cause-item p {
    text-align: center;
  }

  .how-you-feel p {
    --helix-core-type-preset-6-paragraph-font-size: 20px;
    --helix-core-type-preset-6-paragraph-line-height: 28px;
    letter-spacing: .21px !important;
  }

  .difference-diabetes {
    margin-bottom: 100px;
    flex-direction: column;
    row-gap: 48px;
  }

  .difference-diabetes helix-core-content:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: 45%;
    right: 50%;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #3891cb;
    top: 132px;
  }

  .heart-section-age {
    padding: 60px 0;
  }

  .age-heart-first p,
  .old-age-bottom-wrapper p,
  .age-heart-fifth p {
    margin: 0;
    --helix-core-type-preset-6-paragraph-font-size: 18px;
    --helix-core-type-preset-6-paragraph-line-height: 28px;
  }

  .old-age-bottom-wrapper p {
    margin-bottom: 20px;
  }

  .old-image-content p:nth-of-type(1) {
    --helix-core-type-preset-6-paragraph-font-size: 24px;
    --helix-core-type-preset-6-paragraph-line-height: 30px;
  }

  .cause-item {
    flex-direction: column;
  }

  .risk-factor-video .age-text p {
    --helix-core-type-preset-6-paragraph-font-size: 24px;
    --helix-core-type-preset-6-paragraph-line-height: 32px;
  }

  .cause-item helix-core-image::part(image) {
    margin: auto;
  }

  .risk-factor-video .age-text p br {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 550px) and (orientation: portrait) {
  .age-heart-first {
    gap: 30px;
  }

  .age-heart-first helix-core-image,
  .age-heart-first.orange-bg helix-core-image {
    width: 300px;
  }
}

@media only screen and (max-width: 359px) {
  .difference-diabetes helix-core-content:nth-of-type(1)::before {
    top: 160px;
  }
}

.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 1"][data-gjs-type="helix-core-tab"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 2"][data-gjs-type="helix-core-tab"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 3"][data-gjs-type="helix-core-tab"],
.heart-tabs-accordion helix-core-tabs helix-core-content[slot="action 4"][data-gjs-type="helix-core-tab"] {
  font-size: 13px;
  line-height: 32px;
}

.heart-tabs-accordion helix-core-tabs[data-gjs-type="helix-core-tabs"]::part(tablist) {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.heart-tabs-accordion helix-core-tabs section[data-tab-label] helix-core-image[data-gjs-type="helix-core-image"] {
  margin: 40px auto;
}