.homepage-banner__wrapper{margin-top: calc(7.2rem + 12.2rem); position: relative; z-index: 2}
.homepage-banner__title{margin-top: 1.2rem;word-wrap: break-word;}
.homepage-banner__title h1{font-family: var(--font-heading);font-size: 100px;font-weight: 500;line-height: 80px;letter-spacing: -0.02em;text-align: center;}
.homepage-banner__image{height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 28.71%);
}

.homepage.content-theme-light .video-wrp{background: transparent;}
.homepage .home-content-video,.homepage .home-stats,.homepage .block-row,.homepage .home-single-card,.homepage .video-wrp{padding: 0;padding-top: var(--xxlg-1);}
.homepage-banner{height: 80vh;}
.homepage-banner [data-video-frame] {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
.homepage-banner::after{position: absolute;top: 0;left: 0;content: '';height: 100%;width: 100%;display: block; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 28.71%);}

.homepage a:focus-visible{outline: 2px dashed var(--bupa-white); }

@media (min-width:768px) {
.homepage-banner__wrapper{margin-top: calc(7.2rem + 10.2rem);}
.homepage-banner__title h1{font-size: 120px;line-height: 219px;letter-spacing: -0.04em;}
.homepage-banner__title{margin-top: calc(-1 * var(--md-3));}
}

@media (min-width: 992px){
.homepage-banner__wrapper{margin-top: calc(13.2rem + 8rem);}
.homepage-banner__title h1{font-size: 150px;line-height: 366px;letter-spacing: -0.04em;}
}

body.ip3-edit .home-content-video, body#ip3-Homepage.ip3-edit section.block-row {background-color: var(--bupa-navy);}

/* Module - Content With Video */
.home-content-video .video-player__iframe,.home-content-video .video-player{border-radius: 2rem;border: 1px solid;border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);}
.home-content-video__cta-wrapper{margin-bottom: 2rem}
@media (min-width:768px) {
.home-content-video__cta-wrapper{margin-bottom: 2.8rem}
}
@media (min-width: 992px){
.home-content-video__cta-wrapper{margin-bottom: 1.2rem}
}
/* Module - Content With Stats */

.home-stats__title{margin-top: calc(-1 * var(--sm-2));}
.home-stats__title span {display:block;}
.rte .rad-color-1{color: var(--bupa-white);}
.home-stats__wrapper{padding: 2rem 0;}
.home-stats__content{margin-top: 0;}
.home-stats__stats{margin-top: 1.6rem;}
@media (min-width: 768px){
.home-stats__wrapper{padding:2rem 0 19.2rem 0;}
.home-stats__stats{margin-top: 0;}
}
@media (min-width: 992px){
.home-stats__wrapper{padding: var(--md-1) 0 9.2rem 0;}
.home-stats__content{margin-top: var(--md-1);}
}


/* Module - Single Card */
.home-single-card__image{height: 24rem; border-radius: 18.5px 18.5px 0px 0px}
.home-single-card__card{border-radius: 0px 0px 18.35px 18.5px;background: linear-gradient(180deg, rgba(8, 69, 103, 0) 0%, rgba(8, 69, 103, 0.9) 100%);}
.home-single-card__content{padding: 2rem;}

@media (min-width: 992px){
.home-single-card__image{height: 36rem;  border-radius: 18.5px 0px 0px 18.5px;}
.home-single-card__card{border-radius: 0px 18.5px 18.35px 0px; }
.home-single-card__content{padding: 0 4rem;}
}