* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Titillium Web',sans-serif
}

body{ overflow-x: hidden;}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

a {
    display: block
}

a,a:hover,a:focus {
    text-decoration: none;
    outline: none;
    color: #db241e
}

p a {
    display: initial;
    color: #db241e;
    background: linear-gradient(to bottom,#db241e 0%,#db241e 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 0 0;
    text-decoration: none;
    transition: background-size .2s;
    -moz-transition: background-size .2s;
    -webkit-transition: background-size .2s;
    -ms-transition: background-size .2s;
    line-height: 20px
}

#wrapper {
    min-height: 100%;
    position: relative
}

.main-content {
    overflow: visible;
    background: #fff;
    z-index: 1;
    padding-bottom: 31rem;
    padding-top: 60px;
}

footer {
    position: absolute;
    bottom: 0;
    height: 31rem;
    z-index: 9
}

.font-weight-semibold {
    font-weight: 600!important
}

.font-weight-regular {
    font-weight: 400!important
}

.font-weight-light {
    font-weight: 300!important
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

ul > li > a {
    display: contents;
    padding: 0 2px
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    display: inline-block
}

h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600
}

h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.5625rem
}

h2:after {
    content: '';
    position: absolute;
    width: 75px;
    border-bottom: 1px solid #da251c;
    bottom: -15px;
    left: 0
}

h3,.heading3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: .5rem;
    font-weight: 600;
    padding-bottom: .2rem
}

h3:after {
   display: none;
}

.heading3 {
    color: #db241e;
    display: block
}

.heading3:after {
    content: normal
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600
}

h5.heading5:after {
    content: '';
    position: absolute;
    width: 75px;
    border-bottom: 1px solid #db241e;
    bottom: -10px;
    left: 0
}

p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #000
}

button:focus,button:hover {
    outline: none
}

.equalCol {
    margin-bottom: 30px
}

.equalCol>div {
    background-color: #fff;
    height: 100%
}

.knowMoreBtn:focus {
    color: #fff
}

.knowMoreBtn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #da251c;
    padding: .625rem 1.25rem;
    border: none;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    display: inline-block;
    line-height: 1rem;
    margin: 0
}

.knowMoreBtn:hover {
    color: #fff
}

.position-relative{ position: relative;}


/****/
.theme-red{ color: #db241e;}
h2{color: #db241e; font-weight: 600; display: flex; margin-bottom: 30px;}
h3{font-size: 22px; line-height: 1.25; font-weight: 600;}
h4{font-size: 20px; line-height: 1.25; font-weight: 600;}
.common-padding{ padding:80px 0;}


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    padding-left: 12px;
}


.bg-gray{ background: #f1f1f1;}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.section-introline{ margin-bottom:10px; max-width: 860px !important; width: 100% !important;}

/* =========================================
Hero banner1299
========================================= */
.herobanner-wrapper {
  position: relative;
  min-height: 768px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: #1a1410;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
} 

.herobanner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.herobanner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 50%;
  display: block;
  will-change: object-position;
}

.herobanner-media iframe,
.herobanner-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.herobanner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0.35) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
  opacity: 0.5 ;
}

.herobanner-wrapper > .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 56px;
}

.banner-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: transform, opacity;
}

.banner-caption {
  position: relative;
  z-index: 2;
  width: 800px;
  max-width: 40vw;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Banner load + scroll animation states */
.banner-inner.is-banner-ready > * {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.banner-inner.is-banner-ready > *.is-banner-item-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .banner-inner {
    will-change: auto;
    transform: none !important;
    opacity: 1 !important;
  }

  .banner-inner.is-banner-ready > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================
Section title + intro — viewport slide up
========================================= */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

section .section-introline.reveal-on-scroll {
  transition-delay: 0.12s;
}

.reveal-on-scroll.is-reveal-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  
}

.banner-caption{bottom: 0 !important;}

.card-box-item.card-box-reveal.reveal-on-scroll {
  transition-delay: 0s;
}

.card-box-reveal.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0s;
  backface-visibility: hidden;
}

.card-box-reveal.reveal-on-scroll.is-reveal-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.risk-card--stat.card-box-reveal.reveal-on-scroll,
.risk-card--stat.card-box-reveal.reveal-on-scroll.is-reveal-in {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  section .section-introline.reveal-on-scroll {
    transition-delay: 0s;
  }
}

.herobanner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75); position: relative; z-index: 9; justify-content: center;
} 

.herobanner-breadcrumb a {
  display: inline;
  color: rgba(255, 255, 255, 0.75);
}

.herobanner-breadcrumb a:hover,
.herobanner-breadcrumb a:focus {
  color: #fff;
}

.herobanner-eyebrow {
  margin: 0 0 14px;
  color: #db241e;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.herobanner-wrapper h1 {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}

.herobanner-wrapper h1:after {
  display: none;
}

.herobanner-tagline {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  line-height: 1.3;
  font-weight: 600;
}

.herobanner-tagline:after {
  display: none;
}

.herobanner-tagline span {
  color: #db241e;
}

.herobanner-lead {
  margin: 0 0 34px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.5;
}

.herobanner-play {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.herobanner-play svg path{fill: #da251c;}
.herobanner-play circle{stroke: #da251c;}

.herobanner-play:hover,
.herobanner-play:focus {
  color: #fff;
}

.herobanner-play-icon {
  display: inline-flex;
  color: #fff;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.herobanner-play:hover .herobanner-play-icon {
  transform: scale(1.06);
}

.herobanner-play-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.herobanner-play-label {
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 600;
}

.herobanner-play-meta {
  font-size: 0.85rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}

/* =========================================
Hero video — inline in herobanner-media
========================================= */
.herobanner-wrapper.is-playing .herobanner-media {
  z-index: 3;
}

.herobanner-wrapper.is-playing .herobanner-media img {
  visibility: hidden;
}

.herobanner-wrapper.is-playing .herobanner-overlay,
.herobanner-wrapper.is-playing .herobanner-play,
.herobanner-wrapper.is-playing .herobanner-breadcrumb,
.herobanner-wrapper.is-playing > .container {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.herobanner-video-close {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.herobanner-wrapper.is-playing .herobanner-video-close {
  display: block;
}

.herobanner-video-close:hover,
.herobanner-video-close:focus {
  background: rgba(0, 0, 0, 0.8);
  outline: none;
}

@media (max-width: 991px) {
  .main-content{ padding-top:55px;}
  .herobanner-wrapper {
    min-height: inherit;
  }

  .herobanner-media img {
    object-position: 72% center;
  }

  .herobanner-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 0, 0, 0.4) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.55) 100%);
  }

  .banner-inner {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .herobanner-wrapper {
    min-height: auto;
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
  }

  .herobanner-wrapper > .container {
    padding-top: 28px;
    padding-bottom: 36px;
    align-items: flex-end;
  }

  .banner-inner {
    align-items: flex-end;
  }

  .herobanner-breadcrumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
  }

  .herobanner-lead {
    margin-bottom: 28px;
  }
}

/* =========================================
Tab navigation bar
========================================= */
.tab-wrapper-outer {
  background: #fff;
  border-top: 1px solid #e8b4b8;
  border-bottom: 1px solid #e8b4b8;
  position: sticky;
  top: 60px;
  z-index: 50;
  pointer-events: auto;
  transition: box-shadow .2s ease, border-bottom-color .2s ease;
}

.tab-wrapper-outer.is-stuck {
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.25);
  border-bottom-color: #eee;
}

.tab-wrapper-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0;
}

.tab-nav {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 8px;
  min-width: 0;
  flex: 1;
}

.tab-nav a,
.tab-nav a:hover,
.tab-nav a:focus,
.tab-nav a:active {
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none !important;
  background: none;
  background-image: none;
  box-shadow: inset 0 -3px 0 transparent !important;
  border: 0;
  padding: 16px 12px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: color .2s ease, box-shadow .2s ease;
}

.tab-nav a:hover,
.tab-nav a:focus {
  color: #db241e;
}

.tab-nav a.is-active {
  color: #db241e;
  font-weight: 600;
  box-shadow: inset 0 -3px 0 #db241e !important;
}

.tab-cta,
.tab-cta:hover,
.tab-cta:focus {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid #db241e;
  color: #db241e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none !important;
  background: transparent;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.tab-cta:hover,
.tab-cta:focus {
  background: #db241e;
  color: #fff;
}

@media (max-width: 991px) {
  .tab-wrapper-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    padding: 0;
  }

  .tab-nav {
    flex: 1;
    min-width: 0;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .tab-nav::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .tab-nav a,
  .tab-nav a:hover,
  .tab-nav a:focus,
  .tab-nav a:active {
    font-size: 14px;
    padding: 14px 10px;
    flex-shrink: 0;
  }

  .tab-cta,
  .tab-cta:hover,
  .tab-cta:focus {
    align-self: center;
    flex-shrink: 0;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .tab-wrapper-outer {
    top: 55px;
  }

  .tab-nav a,
  .tab-nav a:hover,
  .tab-nav a:focus,
  .tab-nav a:active {
    font-size: 13px;
    padding: 12px 8px;
  }
}

/* =========================================
Dementia — types carousel
========================================= */
.dementiaIntro .section-introline {
  margin-bottom: 36px;
  max-width: 860px;
}

.dementiaIntro .explore-topics h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 75px;
  border-bottom: 1px solid #da251c;
  bottom: 0;
  left: 0;
}

.dementiaIntro .explore-topics a {
  color: #000;
}

.dementiaIntro .explore-topics a:hover{
  color: #fff;
}


.dementia-types-slider-wrap {
  position: relative;
}

.dementia-types-slider-stage {
  position: relative;
}

.dementia-types-slider-wrap.is-slider .dementia-types-slider-stage .dementiaTypesSwiper {
  padding: 20px 10px;
}

.dementiaTypesSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.dementiaTypesSwiper .swiper-slide .dementia-type-card {
  width: 100%;
}

.dementia-type-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dementia-type-figure {
  font-size: 2.6rem;
  line-height: 1.1;
  color: #db241e;
  margin: 0 0 12px;
}

.dementia-type-figure .type-stat-counter {
  display: inline;
}

.dementia-type-card h4 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  padding: 0;
}

.dementia-type-card h4:after {
  display: none;
}

.dementia-type-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

.dementia-types-swiper-prev,
.dementia-types-swiper-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: transparent;
  color: #db241e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.dementia-types-slider-wrap.is-slider .dementia-types-swiper-prev,
.dementia-types-slider-wrap.is-slider .dementia-types-swiper-next {
  display: inline-flex;
}

.dementia-types-swiper-prev {
  left: -25px;
}

.dementia-types-swiper-next {
  right: -25px;
}

.dementia-types-swiper-prev:hover,
.dementia-types-swiper-next:hover {
  color: #a01b26;
}

.dementia-types-swiper-prev.swiper-button-disabled,
.dementia-types-swiper-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.dementia-types-swiper-pagination {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.dementia-types-slider-wrap.is-slider .dementia-types-swiper-pagination {
  display: block;
}

.dementia-types-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
}

.dementia-types-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #db241e;
}

.dementia-types-slider-wrap.is-static .swiper {
  overflow: visible;
}

.dementia-types-slider-wrap.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transform: none !important;
}

.dementia-types-slider-wrap.is-static .swiper-slide {
  width: auto !important;
}

@media (max-width: 991px) {
  .dementia-type-figure {
    font-size: 2.2rem;
  }
}

/* =========================================
The Reframe — normal ageing vs signs of dementia
========================================= */
.theReframe{background: #f1f1f1;}
.theReframe .section-introline {
  margin-bottom: 36px;
  max-width: 860px;
}

.theReframe-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.theReframe-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 28px 32px 24px;
}

.theReframe-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 18px;
  padding: 0;
}

.theReframe-card h3:after {
  display: none;
}

.theReframe-card ul {
  margin: 0;
  padding: 0;
}

.theReframe-card li {
  position: relative;
  list-style: none;
  padding: 0 0 12px 18px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
}

.theReframe-card li:last-child {
  padding-bottom: 0;
}

.theReframe-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

@media (max-width: 767px) {
  .theReframe-cards {
    grid-template-columns: 1fr;
  }
}

/* =========================================
Hiding in plain sight — stat counters
========================================= */
.dementia .section-introline {
  margin-bottom: 36px;
  max-width: 780px;
}

.dementia-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.dementia-stat-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 28px 24px 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dementia-stat-card .span-source{ position: absolute; bottom:10px; left:24px; font-size:12px; color: #9a9a9a; display: flex; gap:5px;}

.dementia-stat-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 65px;
  height: 65px;
  color: #111;
}

.dementia-stat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.dementia-stat-figure {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: #db241e;
  margin: 0 64px 10px 0;
}

.dementia-stat-sep {
  font-weight: 700;
}

.dementia-stat-card p {
  margin: 0;
  max-width: 92%;
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .dementia-stats-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .dementia-stat-card {
    grid-column: span 2;
  }

  .dementia-stat-card:nth-child(4) {
    grid-column: 2 / 4;
  }

  .dementia-stat-card:nth-child(5) {
    grid-column: 4 / 6;
  }
}

@media (max-width: 991px) {
  .dementia-stats-grid {
    grid-template-columns: 1fr;
  }

  .dementia-stat-figure {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dementia-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
Recognising the signs
Six equal cards: icon left, title + body right
========================================= */
.recognisingTheSigns .section-introline {
  margin-bottom: 36px;  
}

.recognising-signs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;  margin-bottom: 60px;
}

.recognising-sign-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
}

.recognising-sign-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recognising-sign-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recognising-sign-body {
  min-width: 0;
}

.recognising-sign-card h4 {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px;
  padding: 0;
}

.recognising-sign-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .recognising-signs-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recognising-signs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
The 10 warning signs — checklist + poster
========================================= */
.recognising-signs-grid + h2 {
  margin-top: 64px;
}

.theWarningSigns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(260px, 1fr);
  gap: 20px;
  align-items: stretch; margin-top:20px;  margin-bottom: 40px;
}

.warning-signs-list {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin: 0;
  padding: 0;
}

.warning-signs-list li {
  list-style: none;
  position: relative;
  flex: 0 0 calc((100% - 40px) / 3);
  background: #da251c12;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  padding: 16px ;
  font-size: 1rem;
  line-height: 1.45;
  color: #111;
  box-sizing: border-box;
}

/* .warning-signs-list li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 1.15em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
} */

.warning-signs-poster {
  margin: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f1f1;  display: none;
}

.warning-signs-poster img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover; margin: 0 auto;
}

@media (max-width: 991px) {
  .theWarningSigns-grid {
    grid-template-columns: 1fr;
  }

  .warning-signs-list {
    grid-column: 1;
  }

  .warning-signs-list li {
    flex: 0 0 100%;
  }

  .warning-signs-poster {
    min-height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .warning-signs-list li {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

/* =========================================
The loss of identity
Two-column layout: concentric diagram (left) + stacked cards (right)
========================================= */
.theLossOfIdentity{ background-color: #f1f1f1;}
.theLossOfIdentity-outer {
  display: grid;
  grid-template-columns: 1fr 1fr; /* equal columns */
  gap: 20px;
  align-items: stretch;
  margin: 36px 0 48px;
}

/* Shared white card look for diagram and text cards */
.identity-diagram-card,
.identity-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Left column — diagram card */
.identity-diagram-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}

/* Square canvas that holds the four concentric rings */
.identity-circles {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
}

/* Each ring is absolutely centered; labels sit at the top of the ring band */
.identity-layer {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.identity-layer span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

/* Outer ring — near black */
.identity-layer--extinguished {
  inset: 0;
  background: #1a1a1a;
  padding-top: 5%; /* label in the middle of this ring */
}

.identity-layer--extinguished span {
  color: #9a9a9a;
}

/* Third ring — dark brown-red */
.identity-layer--fragmenting {
  inset: 11.5%;
  background: #3d2125;
  padding-top: 5%;
}

.identity-layer--fragmenting span {
  color: #b8a0a4;
}

/* Second ring — burgundy */
.identity-layer--fading {
  inset: 23%;
  background: #7a1a25;
  padding-top: 5%;
}

.identity-layer--fading span {
  color: #e0b8bc;
}

/* Inner circle — brand red, serif label centered */
.identity-layer--core {
  inset: 35.5%;
  background: #db241e;
  align-items: center;
  padding-top: 0;
}

.identity-layer--core span {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

/* Right column — five stacked info cards */
.identity-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.identity-card {
  padding: 18px 24px;
}

.identity-card h4 {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
  padding: 0;
}

.identity-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .theLossOfIdentity-outer {
    grid-template-columns: 1fr; /* stack on tablet/mobile */
  }

  .identity-diagram-card {
    padding: 28px;
  }

  .identity-circles {
    max-width: 380px;
  }
}

@media (max-width: 575px) {
  .identity-diagram-card {
    padding: 20px;
  }

  .identity-layer span {
    font-size: 12px;
  }

  .identity-layer--core span {
    font-size: 16px;
  }

  .identity-card {
    padding: 16px 18px;
  }
}


/* =========================================
The loss of identity — outcome cards
Three equal-width cards: more time, better treatment, protected dignity
========================================= */
.theLossOfIdentity-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* equal-width columns */
  gap: 20px;
  align-items: stretch; /* equal card heights */
  margin-top: 28px;
}

.theLossOfIdentity-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* Override global h3 (inline-block / :after) to match other cards */
.theLossOfIdentity-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  padding: 0;
}

.theLossOfIdentity-card h3:after {
  display: none;
}

.theLossOfIdentity-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .theLossOfIdentity-cards {
    grid-template-columns: 1fr; /* stack on tablet/mobile */
  }
}


/* =========================================
Get screened
========================================= */
.getScreened .section-introline {
  margin-bottom: 30px;
  max-width: 720px;
}

.getscreened-steps {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.getscreened-step {
  flex: 0 0 calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  min-width: 0; position: relative;
}

.getscreened-step-label {
  display: block;
  text-align: left;
  color: #db241e;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px; z-index: 9; line-height: 1.5;
}

.getscreened-card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
  padding: 26px; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-start; 
}

.getscreened-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  padding: 0;
}

.getscreened-card h3:after {
  display: none;
}

.getscreened-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.55;
}

.getscreened-arrow {
  display: flex;
  align-items: flex-start;
  color: #db241e;
  flex-shrink: 0; position: absolute;
  right: -20px;
  top: 0px;
  display: none;
}

.getscreened-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #8a8580;
  font-style: italic;
}

@media (max-width: 767px) {
  .getscreened-steps {
    flex-direction: column;
    gap: 20px;
  }

  .getscreened-arrow {
    transform: rotate(90deg);
    justify-content: center;
    padding-top: 0;
    right: inherit;
    left: calc(50% - 20px);
    top:45px;
  }
}

.font-bold{ font-weight:bold !important;}

/* =========================================
Risk, & prevention
========================================= */
.riskAndPrevention {
  background: #db241e;
}

.risk-cards {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 20px;
  align-items: stretch; position: relative; z-index: 1;
}

.risk-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  padding: 28px;
}

.risk-card--stat {
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  min-height: 280px;
}

.risk-stat {
  display: flex;
  align-items: center;
  gap: 22px;
}

.risk-stat .span-source{position: absolute;
    bottom: 20px;
    color: #bebebe;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;}

.risk-chart {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
}

.risk-chart-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.risk-chart-fill {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.2s ease;
}

.risk-chart-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #db241e;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.risk-chart-value span {
  font-size: 36px;
}

.risk-chart-number {
  font-size: 36px;
}

.risk-stat p {
  margin: 0; max-width: 280px;     font-size: 18px;
  line-height: 1.5;

}

.risk-cite {
  margin: 24px 0 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #8A8580;
  font-style: italic;
}

.risk-card--factors {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.risk-stage {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.risk-stage-label {
  flex-shrink: 0;
  min-width: 108px;
  padding: 10px 12px;
  background: #121212;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}

.risk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.risk-tags span {
  display: inline-block;
  padding: 8px 12px;
  background: #f3eadc;
  color: #222;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .risk-cards {
    grid-template-columns: 1fr;
  }

  .risk-stat {
    flex-wrap: wrap;
  }

  .risk-chart {
    width: 168px;
    height: 168px;
  }

  .risk-chart-value,
  .risk-chart-value span,
  .risk-chart-number {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .risk-stat {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .risk-stat p {
    max-width: none;
  }

  .risk-chart {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .risk-stage {
    flex-direction: column;
  }

  .risk-stage-label {
    min-width: 0;
    width: max-content;
  }
}

/* =========================================
For families
========================================= */
.forfamilies .section-introline {
  margin-bottom: 30px;
  max-width: 640px;
}

.forfamilies-list-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.forfamilies-card {
  position: relative;
  border-radius: 12px;
  padding: 32px 32px 88px;
  min-height: 320px;
}

.forfamilies-card h3 {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #db241e;
  margin: 0 0 22px;
  padding: 0;
}

.forfamilies-card h3:after {
  display: none;
}

.forfamilies-card ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.15em;
}

.forfamilies-card li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.55; position: relative;
}

.forfamilies-icon {
  position: absolute;
  right: 24px;
  bottom: 20px;
  display: block;
  line-height: 0;
}

.forfamilies-card--do {
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}

.forfamilies-card--do li {
  color: #111;
}

.forfamilies-card--do li:before {
  content: '•';  margin-right: 10px; position: absolute; left: -15px; top: 0;
}

.forfamilies-card--dont {
  background: #2a2a2a;
}

.forfamilies-card--dont li:before {
  content: '•'; 
  margin-right: 10px; 
  position: absolute; left: -15px; top: 0;
}

.forfamilies-card--dont li {
  color: #fff;
}

/* =========================================
Risk, & prevention
========================================= */
.riskAndPrevention {background: #f1f1f1;}
.riskAndPrevention::before{ content: ''; position: absolute; height: 50%; background: #db241e; width: 100%; bottom: 0;}


/* =========================================
About this campaign
========================================= */
.aboutThisCompaign{ background: #f1f1f1;}




/* =========================================
Resources & support
========================================= */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.resource-card {
  position: relative;
  min-height: 135px;
  padding: 20px 20px 50px 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow:0 3px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.resource-card .knowMoreBtn{display: inline-flex; width: max-content; position: absolute; bottom: 18px; left:20px;}


/* =========================================
In the news
========================================= */
.IntheNews {
  background: #f1f1f1;
}

.IntheNews .section-introline {
  margin-bottom: 30px;
}

.news-slider-wrap {
  position: relative;
}

.news-card,
.channel-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: inherit;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  transition: box-shadow .2s ease, transform .2s ease;
}

.news-card:hover,
.channel-card:hover {
  color: inherit;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.news-card-img,
.channel-card-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #e8e8e8;
}

.news-card-img img,
.channel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-body,
.channel-card-body {
  padding: 22px 24px 28px;
  flex: 1;
}

.news-card h3,
.channel-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.news-card p,
.channel-card p {
  margin-bottom: 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.newsSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.newsSwiper .swiper-slide .news-card {
  width: 100%;
}

.news-slider-nav {
  display: none;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 0px;
  position: absolute;
  top: -60px;
  right: 0;
}

.news-slider-wrap.is-slider .news-slider-nav {
  display: flex;
}

.news-swiper-prev,
.news-swiper-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.news-swiper-prev:hover,
.news-swiper-next:hover {
  background: #db241e;
  border-color: #db241e;
  color: #fff;
}

.news-swiper-prev.swiper-button-disabled,
.news-swiper-next.swiper-button-disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.news-slider-wrap.is-static .swiper {
  overflow: visible;
}

.news-slider-wrap.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transform: none !important;
}

.news-slider-wrap.is-static .swiper-slide {
  width: auto !important;
}


/* =========================================
On our channels
========================================= */
.channels-slider-wrap {
  position: relative;
}

.channels-slider-stage {
  position: relative;
}

.channels-slider-wrap.is-slider .channels-slider-stage .channelsSwiper {
  padding: 20px 8px;
}

.channelsSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.channelsSwiper .swiper-slide .channel-card {
  width: 100%;
}

.channels-swiper-prev,
.channels-swiper-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: transparent;
  color: #db241e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.channels-slider-wrap.is-slider .channels-swiper-prev,
.channels-slider-wrap.is-slider .channels-swiper-next {
  display: inline-flex;
}

.channels-swiper-prev {
  left: -40px;
}

.channels-swiper-next {
  right:-40px;
}

.channels-swiper-prev:hover,
.channels-swiper-next:hover {
  color: #a01b26;
}

.channels-swiper-prev.swiper-button-disabled,
.channels-swiper-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.channels-swiper-pagination {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.channels-slider-wrap.is-slider .channels-swiper-pagination {
  display: block;
}

.channels-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
}

.channels-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #db241e;
}

.channels-slider-wrap.is-static .swiper {
  overflow: visible;
}

.channels-slider-wrap.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transform: none !important;
}

.channels-slider-wrap.is-static .swiper-slide {
  width: auto !important;
}

.text-white > *{ color: #fff !important;}

/* =========================================
Share the signs
========================================= */
.sharethesigns {
  background: #f1f1f1;
}
.sharethesigns .section-introline{ max-width: 50%;}

.sharethesigns::before {
  content: '';
  position: absolute;
  height: 50%;
  background-color: #db241e;
  width: 100%;
  top: 0;
}

.sharethesigns .container {
  position: relative;
  z-index: 1;
}

.sharethesigns .section-introline {
  margin-bottom: 30px;
}

.sharethesigns h2:after {
  border-bottom-color: #fff;
}

.signs-slider-wrap {
  position: relative;
}

.signs-slider-stage {
  position: relative;
}

.signs-slider-wrap.is-slider .signs-slider-stage .signsSwiper {
  padding: 20px 8px;
}

.signsSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.signsSwiper .swiper-slide .signs-card {
  width: 100%;
}

.signs-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 16px 16px 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  color: inherit;
  transition: box-shadow .2s ease, transform .2s ease;
}

.signs-card:hover {
  color: inherit;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.signs-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  background: #f3e6dc;
  border-radius: 10px;
  overflow: hidden;
}

.signs-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.signs-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200, 34, 48, 0.92);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.signs-card-play:after {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.signs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.signs-lightbox.is-open,
.signs-lightbox:not([hidden]) {
  display: flex;
}

.signs-lightbox[hidden] {
  display: none !important;
}

.signs-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.signs-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
}

.signs-lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #db241e;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.signs-lightbox-prev,
.signs-lightbox-next {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #db241e;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.signs-lightbox.has-nav .signs-lightbox-prev,
.signs-lightbox.has-nav .signs-lightbox-next {
  display: inline-flex;
}

.signs-lightbox-prev {
  left: -56px;
}

.signs-lightbox-next {
  right: -56px;
}

.signs-lightbox-prev:hover,
.signs-lightbox-next:hover,
.signs-lightbox-close:hover {
  background: #a01b26;
}

@media (max-width: 1100px) {
  .signs-lightbox-prev {
    left: 8px;
  }

  .signs-lightbox-next {
    right: 8px;
  }
}

.signs-lightbox-frame {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.signs-lightbox-frame.is-animating img,
.signs-lightbox-frame.is-animating video,
.signs-lightbox-frame.is-animating iframe {
  animation: signsMediaSlideDown 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.signs-lightbox-frame img,
.signs-lightbox-frame video,
.signs-lightbox-frame iframe {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.signs-lightbox-frame iframe,
.signs-lightbox-frame video {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 280px;
  background: #000;
}

.signs-lightbox-caption {
  overflow: hidden;
}

.signs-lightbox-title {
  margin: 12px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.signs-lightbox-caption.is-animating .signs-lightbox-title {
  animation: signsCaptionSlideUp 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes signsMediaSlideDown {
  from {
    opacity: 0;
    transform: translateY(-48px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes signsCaptionSlideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .signs-lightbox-frame.is-animating img,
  .signs-lightbox-frame.is-animating video,
  .signs-lightbox-frame.is-animating iframe,
  .signs-lightbox-caption.is-animating .signs-lightbox-title {
    animation: none;
  }
}

body.signs-lightbox-open {
  overflow: hidden;
}

.signs-card-body {
  padding: 18px 4px 2px; display:none;
}
[aria-label="8 / 8"] .signs-card-body{ display:block;}
[aria-label="8 / 8"] .signs-card-media{ aspect-ratio: 4/5.5;}

.signs-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0;
  padding: 0;
}

.signs-swiper-prev,
.signs-swiper-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: transparent;
  color: #db241e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.signs-slider-wrap.is-slider .signs-swiper-prev,
.signs-slider-wrap.is-slider .signs-swiper-next {
  display: inline-flex;
}

.signs-swiper-prev {
  left: -40px;
}

.signs-swiper-next {
  right: -40px;
}

.signs-swiper-prev:hover,
.signs-swiper-next:hover {
  color: #a01b26;
}

.signs-swiper-prev.swiper-button-disabled,
.signs-swiper-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.signs-swiper-pagination {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.signs-slider-wrap.is-slider .signs-swiper-pagination {
  display: block;
}

.signs-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
}

.signs-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #db241e;
}

.signs-slider-wrap.is-static .swiper {
  overflow: visible;
}

.signs-slider-wrap.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transform: none !important;
}

.signs-slider-wrap.is-static .swiper-slide {
  width: auto !important;
}



/* =========================================
voicesOuter
========================================= */
.img-box{ border-radius: 16px; overflow: hidden; margin:20px 0;}
.img-box img{ width: 100%; height: 100%; object-fit: cover;}

/* Full image visible — parallax moves the whole block, no scale/crop */
.voices-only-img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.voices-only-img img {
  width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .herobanner-media img {
    will-change: auto;
    object-position: 68% 50% !important;
  }

  .voices-only-img {
    will-change: auto;
    transform: none !important;
  }
}

/* =========================================
Inside the brain
========================================= */
.insideTheBrain {
  background: #f1f1f1;
}

.insideTheBrain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 8px;
}

.insideTheBrain-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.insideTheBrain-card h3 {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  padding: 0;
}

.insideTheBrain-card h3:after {
  display: none;
}

.insideTheBrain-card p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .insideTheBrain-cards {
    grid-template-columns: 1fr;
  }
}

.voicesOuter {
  background: #f1f1f1;
}

.voicesOuter .section-introline {
  margin-bottom: 30px;
  max-width: 640px;
}

.voices-slider-wrap {
  position: relative;
}

.voices-slider-stage {
  position: relative;
}

.voices-slider-wrap.is-slider .voices-slider-stage .voicesSwiper {
  padding: 20px 8px;
}

.voicesSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.voicesSwiper .swiper-slide .voice-card {
  width: 100%;
}

.voice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 28px 24px 24px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.voice-quote-icon {
  display: block;
   margin-bottom: 16px;
   background: url(../images/qoute.svg) no-repeat center center;
   background-size: contain;
   width: 50px;
   height: 50px;
   position: relative;
    margin-top: -50px;
}

.voice-card p {
  font-size: 18px;
  line-height: 1.5;
}

.voice-avatar-outer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
}

.voice-avatar {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #d4d4d4;
  overflow: hidden;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voice-avatar-outer .designation {
  min-width: 0;
}

.voice-avatar-outer .designation h5 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.voice-avatar-outer .designation span {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #666;
}

.voices-swiper-prev,
.voices-swiper-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background: transparent;
  color: #db241e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.voices-slider-wrap.is-slider .voices-swiper-prev,
.voices-slider-wrap.is-slider .voices-swiper-next {
  display: inline-flex;
}

.voices-swiper-prev {
  left: -40px;
}

.voices-swiper-next {
  right: -40px;
}

.voices-swiper-prev:hover,
.voices-swiper-next:hover {
  color: #a01b26;
}

.voices-swiper-prev.swiper-button-disabled,
.voices-swiper-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.voices-swiper-pagination {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.voices-slider-wrap.is-slider .voices-swiper-pagination {
  display: block;
}

.voices-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #cfcfcf;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
}

.voices-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 10px;
  background: #db241e;
}

.voices-slider-wrap.is-static .swiper {
  overflow: visible;
}

.voices-slider-wrap.is-static .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  transform: none !important;
}

.voices-slider-wrap.is-static .swiper-slide {
  width: auto !important;
}



/* =========================================
Frequently asked questions
========================================= */
.frequentlyAskedQuestions {
  background: #f7f7f7;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}


.faq-item .faq-answer{ display: none;}
.faq-item.is-open .faq-answer{ display: grid;}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.faq-num {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #db241e;
  min-width: 32px;
}

.faq-q-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #111; 
  margin: 0;
  padding: 0;
}

.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.faq-icon:before,
.faq-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #db241e;
  transform: translate(-50%, -50%);
}

.faq-icon:before {
  width: 14px;
  height: 2px;
}

.faq-icon:after {
  width: 2px;
  height: 14px;
  transition: transform .3s ease, opacity .3s ease;
}

.faq-item.is-open .faq-icon:after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 24px 0 74px;
  transition: grid-template-rows .35s ease, padding-bottom .35s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 22px;
}

.faq-answer p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #ddd;
  color: #555;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

@media (max-width: 575px) {
  .faq-question {
    gap: 12px;
    padding: 18px 16px;
  }

  .faq-q-text {
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 16px 0 16px;
  }

  .faq-item.is-open .faq-answer {
    padding-bottom: 18px;
  }
}




/* =========================================
All  Responsive
========================================= */
@media (max-width: 991px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .news-slider-wrap.is-static .swiper-wrapper,
  .channels-slider-wrap.is-static .swiper-wrapper,
  .signs-slider-wrap.is-static .swiper-wrapper,
  .voices-slider-wrap.is-static .swiper-wrapper,
  .dementia-types-slider-wrap.is-static .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .channels-swiper-prev,
  .signs-swiper-prev,
  .voices-swiper-prev,
  .dementia-types-swiper-prev {
    left: -25px;
  }

  .channels-swiper-next,
  .signs-swiper-next,
  .voices-swiper-next,
  .dementia-types-swiper-next {
    right: -25px;
  }

  .forfamilies-list-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .forfamilies-list-wrap:before {
    display: none;
  }

  .common-padding{padding: 40px 0;}
  .getscreened-card{ min-height:150px; padding-top:26px;}
  .getscreened-step-label{ font-size: 22px;}


  .voice-avatar{ height: 100px; width: 100px;}
  .voice-avatar-outer{ position:absolute; bottom: 20px; margin-top:20px;}
  .voicesSwiper .swiper-slide .voice-card{ padding-bottom:120px;}

  .desk-wrap{ display:flex; gap:20px; flex-wrap: wrap;}
  .explore-topics{ padding:10px 10px;}
}

@media (max-width: 575px) {
  .resources-grid,
  .news-slider-wrap.is-static .swiper-wrapper,
  .channels-slider-wrap.is-static .swiper-wrapper,
  .signs-slider-wrap.is-static .swiper-wrapper,
  .voices-slider-wrap.is-static .swiper-wrapper,
  .dementia-types-slider-wrap.is-static .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .forfamilies-list-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .forfamilies-list-wrap:before {
    display: none;
  }

  .forfamilies-card h3 {
    font-size: 32px;
  }
}

/* =========================================
  Butterfly infographic
========================================= */
.theButterflyEffect {
  background: #da251c12;
}

.butterfly-infographic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "individual healthcare"
    "caregiver economy"
    "working working";
  column-gap: 40%;
  row-gap: 18px;
  align-items: stretch;
  padding: 30px 0 10px;
  max-width: 100%;
  margin: 0 auto;
}

.butterfly-card--individual { grid-area: individual; }
.butterfly-card--caregiver { grid-area: caregiver; }
.butterfly-card--healthcare { grid-area: healthcare; }
.butterfly-card--economy { grid-area: economy; }
.butterfly-card--working { grid-area: working; }

.butterfly-card {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border: 1px solid #ececec;
  border-top:5px solid #db241e;
  padding: 20px 22px 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.butterfly-card--working {
  max-width: 33%;
  width: 100%;
  margin: 20px auto 0;
  z-index: 3;
}

.butterfly-card-title {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111;
}

.butterfly-card-lead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #db241e;
}

.butterfly-card ul {
  margin: 0;
  padding: 0;
}

.butterfly-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #222;
}

.butterfly-card li:last-child {
  margin-bottom: 0;
}

.butterfly-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e21b70;
}

.butterfly-visual {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 1;
  width: 33%;
  height: 33%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.butterfly-visual img{ width: 100%;}


@media (max-width: 1199px) {
  .butterfly-infographic {
    column-gap: 200px;
  }

  .butterfly-visual {
    width: 340px;
    height: 340px;
  }

  .butterfly-icon {
    width: 190px;
  }

  .butterfly-ripple--4 {
    display: none;
  }
}

@media (max-width: 991px) {
  .butterfly-infographic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "individual"
      "caregiver"
      "healthcare"
      "economy"
      "working";
    column-gap: 16px;
    row-gap: 16px;
  }

  .butterfly-visual {
    grid-area: visual;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 240px;
    margin: 0 auto;
  }

  .butterfly-card--working {
    max-width: none;
    margin: 0;
  }

  .butterfly-ripple--3,
  .butterfly-ripple--4 {
    display: none;
  }
}

@media (max-width: 575px) {
  .butterfly-visual {
    height: auto;
    margin: 0px 0 20px;
  }

 

  .butterfly-card {
    padding: 18px 16px 16px;
  }
}

/* =========================================
  For caregivers infographic
========================================= */
.forCaregivers-infographic {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.2fr);
  grid-template-areas:
    "head hub"
    "note hub"
    "foot foot";
  gap: 22px 28px;
  align-items: start;
  margin-top: 36px;
  padding: 36px 32px 24px;
  background: #da251c12;
  border: 1px solid #efe8e4;
}

.cg-info-head { grid-area: head; }
.cg-info-note { grid-area: note; }
.cg-hub { grid-area: hub; }
.cg-info-foot { grid-area: foot; }

.cg-info-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  background: #db241e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.cg-info-title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}

.cg-info-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #6b6b6b;
}

.cg-info-note {
  background: #fff;
  border: 1px solid #ece6e2;
  border-top: 5px solid #db241e;
  padding: 22px 22px 18px;
}

.cg-info-note h4 {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
}

.cg-info-note p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #222;
}

.cg-info-note-foot {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #e6e0dc;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: #7a2e2a;
}

.cg-hub {
  --cg-radius: 220px;
  --cg-guilt: 0deg;
  --cg-grief: 72deg;
  --cg-resentment: 144deg;
  --cg-imprisonment: 216deg;
  --cg-who: 288deg;
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  justify-self: center;
  overflow: visible;
  border-radius: 4px;
}

.cg-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%238a8580' stroke-width='0.25' stroke-dasharray='1.2 1.4' stroke-linecap='round'%3E%3Ccircle cx='50' cy='50' r='13'/%3E%3Ccircle cx='50' cy='50' r='23'/%3E%3Ccircle cx='50' cy='50' r='33'/%3E%3Ccircle cx='50' cy='50' r='42'/%3E%3Cline x1='50' y1='50' x2='50' y2='8'/%3E%3Cline x1='50' y1='50' x2='90' y2='37'/%3E%3Cline x1='50' y1='50' x2='74.7' y2='84'/%3E%3Cline x1='50' y1='50' x2='25.3' y2='84'/%3E%3Cline x1='50' y1='50' x2='10' y2='37'/%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat;
  filter: opacity(0.3) contrast(1);
}

.cg-orbit {
  display: none;
}

.cg-orbit--1 { width: 28%; height: 28%; }
.cg-orbit--2 { width: 48%; height: 48%; }
.cg-orbit--3 { width: 68%; height: 68%; }
.cg-orbit--4 { width: 86%; height: 86%; }

.cg-hub > svg,
.cg-spokes {
  display: none;
}

.cg-hub-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #111;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cg-hub-core span {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

.cg-hub-core strong {
  display: block;
  margin-top: 5px;
  color: #f06292;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.cg-emotion {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 176px;
  margin: -36px 0 0 -88px;
  padding: 12px 14px;
  color: #fff;
  text-align: center;
  transform-origin: center;
  overflow: visible;
}

.cg-emotion::after {
  display: none;
}

.cg-emotion h4 {
  display: block;
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.cg-emotion p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.cg-emotion--guilt {
  background: #e91e63;
  transform: rotate(var(--cg-guilt)) translateY(calc(var(--cg-radius) * -1)) rotate(calc(var(--cg-guilt) * -1));
}

.cg-emotion--grief {
  background: #4a163f;
  transform: rotate(var(--cg-grief)) translateY(calc(var(--cg-radius) * -1)) rotate(calc(var(--cg-grief) * -1));
}

.cg-emotion--resentment {
  background: #c45c3e;
  transform: rotate(var(--cg-resentment)) translateY(calc(var(--cg-radius) * -1)) rotate(calc(var(--cg-resentment) * -1));
}

.cg-emotion--imprisonment {
  background: #6b1c28;
  transform: rotate(var(--cg-imprisonment)) translateY(calc(var(--cg-radius) * -1)) rotate(calc(var(--cg-imprisonment) * -1));
}

.cg-emotion--who {
  background: #c2185b;
  transform: rotate(var(--cg-who)) translateY(calc(var(--cg-radius) * -1)) rotate(calc(var(--cg-who) * -1));
}

.cg-info-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 18px;
  background: #fff;
  border: 1px solid #ece6e2;
  border-left: 6px solid #db241e;
  padding: 14px 18px;
}

.cg-info-foot strong {
  font-size: 16px;
  color: #111;
}

.cg-info-foot p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #6b6b6b;
}

.cg-info-foot a {
  display: inline;
  color: #6b6b6b;
}

.cg-info-foot a:hover {
  color: #db241e;
}

@media (max-width: 1199px) {
  .cg-hub {
    --cg-radius: 188px;
  }

  .cg-emotion {
    width: 150px;
    margin: -32px 0 0 -75px;
    padding: 10px 12px;
  }

  .cg-hub-core {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .forCaregivers-infographic {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "hub"
      "note"
      "foot";
    padding: 24px 16px 16px;
  }

  .cg-info-title {
    font-size: 28px;
  }

  .cg-hub {
    --cg-radius: 160px;
    max-width: 420px;
  }

  .cg-emotion {
    width: 136px;
    margin: -30px 0 0 -68px;
  }

  .cg-emotion h4 {
    font-size: 14px;
  }

  .cg-emotion p {
    font-size: 11px;
  }


  .sharethesigns .section-introline {
    max-width: 100%;
}

.banner-caption{ width: 100% !important; max-width:600px !important;}
.herobanner-media { position: relative;}
.herobanner-wrapper > .container {padding-top: 20px; padding-bottom: 20px;}
}

@media (max-width: 575px) {
  .forCaregivers-infographic {
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cg-hub {
    --cg-radius: 128px;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    height: auto;
    background: none;
    border-radius: 0;
  }

  .cg-hub-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .cg-hub-core span {
    font-size: 8px;
  }

  .cg-hub-core strong {
    font-size: 8px;
    margin-top: 3px;
  }

  .cg-emotion {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 108px;
    margin: -26px 0 0 -54px;
    padding: 8px 8px;
  }

  .cg-emotion h4 {
    font-size: 12px;
  }

  .cg-emotion p {
    font-size: 10px;
  }
}
