 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(29, 53, 87, 0.65), rgba(196, 30, 58, 0.45)), url('../images/hero-bg.jpg');
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 622px;
  text-align: center;
}

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  width: 837px;
  margin: 209px auto 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6);
}

.u-section-1 .u-text-2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  line-height: 2;
  width: 800px;
  margin: 41px auto 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.6);
}

.u-section-1 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 30px 8px 60px;
  padding: 10px 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-1 .u-btn-1:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.u-section-1 .u-btn-2 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 30px 8px 60px;
  padding: 10px 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-1 .u-btn-2:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 513px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 563px;
  }

  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 422px;
  }

  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 370px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-btn-1 {
    display: block;
    margin: 30px auto 12px;
    width: 90%;
    max-width: 280px;
  }

  .u-section-1 .u-btn-2 {
    display: block;
    margin: 0 auto 60px;
    width: 90%;
    max-width: 280px;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 305px;
  text-align: center;
}

.u-section-2 .u-text-1 {
  margin: 40px 0 0;
}

.u-section-2 .u-text-2 {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 1.25rem;
  margin: 19px 0 0;
}

.u-section-2 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 21px 8px 40px;
  padding: 10px 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-2 .u-btn-1:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.u-section-2 .u-btn-2 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 21px 8px 40px;
  padding: 10px 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-2 .u-btn-2:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 303px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-2 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 371px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 305px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-2 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 500px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 14px;
    margin-left: 0;
  }

  .u-section-2 .u-text-2 {
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-btn-1 {
    display: block;
    margin: 20px auto 12px;
    width: 90%;
    max-width: 280px;
  }

  .u-section-2 .u-btn-2 {
    display: block;
    margin: 0 auto 40px;
    width: 90%;
    max-width: 280px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 528px;
}

.u-section-3 .u-text-1 {
  font-size: 2.25rem;
  margin: 40px auto 0;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 12px;
  margin-bottom: -78px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 188px;
}

.u-section-3 .u-container-layout-1 {
  padding: 30px 10px;
}

.u-section-3 .u-icon-1 {
  height: 49px;
  width: 49px;
  margin: 0 auto;
}

.u-section-3 .u-text-2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 17px 0 0;
}

.u-section-3 .u-layout-cell-2 {
  min-height: 188px;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px 10px;
}

.u-section-3 .u-icon-2 {
  height: 49px;
  width: 49px;
  margin: 0 auto;
}

.u-section-3 .u-text-3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 17px 0 0;
}

.u-section-3 .u-layout-cell-3 {
  min-height: 194px;
}

.u-section-3 .u-container-layout-3 {
  padding: 30px 8px;
}

.u-section-3 .u-icon-3 {
  height: 49px;
  width: 49px;
  margin: 0 auto;
}

.u-section-3 .u-text-4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 17px 0 0;
}

.u-section-3 .u-layout-cell-4 {
  min-height: 226px;
}

.u-section-3 .u-container-layout-4 {
  padding: 26px 30px;
}

.u-section-3 .u-icon-4 {
  height: 49px;
  width: 49px;
  margin: 0 auto;
}

.u-section-3 .u-text-5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 12px 0 0;
}

.u-section-3 .u-layout-cell-5 {
  min-height: 226px;
}

.u-section-3 .u-container-layout-5 {
  padding: 30px 29px;
}

.u-section-3 .u-icon-5 {
  height: 49px;
  width: 49px;
  margin: 15px auto 0;
}

.u-section-3 .u-text-6 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 17px 1px 0;
}

.u-section-3 .u-layout-cell-6 {
  min-height: 226px;
}

.u-section-3 .u-container-layout-6 {
  padding: 30px;
}

.u-section-3 .u-icon-6 {
  height: 49px;
  width: 49px;
  margin: 0 auto;
}

.u-section-3 .u-text-7 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  margin: 15px 0 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 495px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 155px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 155px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 160px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 186px;
  }

  .u-section-3 .u-icon-4 {
    margin-top: -4px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 186px;
  }

  .u-section-3 .u-text-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 186px;
  }

  .u-section-3 .u-icon-6 {
    margin-top: -4px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 351px;
  }

  .u-section-3 .u-text-1 {
    margin-top: 38px;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-bottom: 38px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-3 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-3 .u-layout-cell-3 {
    min-height: 100px;
  }

  .u-section-3 .u-container-layout-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-3 .u-layout-cell-4 {
    min-height: 100px;
  }

  .u-section-3 .u-layout-cell-5 {
    min-height: 100px;
  }

  .u-section-3 .u-layout-cell-6 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 768px;
  }

  .u-section-3 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-3 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 562px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-3 .u-layout-wrap-1 {
    margin-top: 1px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 580px;
}

.u-section-4 .u-text-1 {
  font-size: 3rem;
  margin: 40px 20px 0 0;
}

.u-section-4 .u-layout-wrap-1 {
  margin-bottom: 26px;
}

.u-section-4 .u-image-1 {
  background-image: url("../images/result-heart.jpg");
  min-height: 255px;
  background-position: 50% 50%;
}

.u-section-4 .u-image-2 {
  min-height: 255px;
  background-image: url("../images/result-active.jpg");
  background-position: 50% 50%;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px;
}

.u-section-4 .u-image-3 {
  background-image: url("../images/result-nutrition.jpg");
  min-height: 255px;
  background-position: 50% 50%;
}

.u-section-4 .u-layout-cell-4 {
  min-height: 201px;
}

.u-section-4 .u-container-layout-4 {
  padding: 30px 20px;
}

.u-section-4 .u-text-2 {
  font-size: 1.25rem;
  margin: 10px 0 0;
}

.u-section-4 .u-layout-cell-5 {
  min-height: 201px;
}

.u-section-4 .u-container-layout-5 {
  padding: 30px 10px;
}

.u-section-4 .u-text-3 {
  font-size: 1.25rem;
  margin: 0 15px;
}

.u-section-4 .u-layout-cell-6 {
  min-height: 201px;
}

.u-section-4 .u-container-layout-6 {
  padding: 30px;
}

.u-section-4 .u-text-4 {
  font-size: 1.25rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 543px;
  }

  .u-section-4 .u-text-1 {
    margin-right: 0;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 30px;
  }

  .u-section-4 .u-image-1 {
    min-height: 210px;
  }

  .u-section-4 .u-image-2 {
    min-height: 210px;
  }

  .u-section-4 .u-image-3 {
    min-height: 210px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 166px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 166px;
  }

  .u-section-4 .u-text-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 166px;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 698px;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-bottom: -120px;
  }

  .u-section-4 .u-image-1 {
    min-height: 221px;
  }

  .u-section-4 .u-image-2 {
    min-height: 221px;
  }

  .u-section-4 .u-image-3 {
    min-height: 221px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 279px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 279px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 279px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 2358px;
  }

  .u-section-4 .u-image-1 {
    min-height: 588px;
  }

  .u-section-4 .u-image-2 {
    min-height: 497px;
  }

  .u-section-4 .u-image-3 {
    min-height: 588px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 100px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1431px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-4 .u-layout-wrap-1 {
    margin-bottom: -301px;
  }

  .u-section-4 .u-image-1 {
    min-height: 243px;
  }

  .u-section-4 .u-image-2 {
    min-height: 206px;
  }

  .u-section-4 .u-image-3 {
    min-height: 244px;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 297px;
  text-align: center;
}

.u-section-5-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.u-section-5 .u-text-1 {
  margin-bottom: 0;
  margin-top: 40px;
}

.u-section-5 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 20px 8px 40px;
  padding: 10px 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-5 .u-btn-1:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.u-section-5 .u-btn-2 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  margin: 20px 8px 40px;
  padding: 10px 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.u-section-5 .u-btn-2:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 457px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-btn-1 {
    display: block;
    margin: 20px auto 12px;
    width: 90%;
    max-width: 280px;
  }

  .u-section-5 .u-btn-2 {
    display: block;
    margin: 0 auto 40px;
    width: 90%;
    max-width: 280px;
  }
}

/* Cardiosan brand color overrides */
.u-palette-1-base,
.u-body.u-palette-1-base,
.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
  background-color: #C41E3A !important;
  color: #ffffff !important;
}

.u-button-style.u-palette-1-base:hover,
.u-button-style.u-palette-1-base:focus,
.u-button-style.u-palette-1-base:active,
.u-button-style.u-hover-palette-1-light-1:hover,
.u-button-style.u-hover-palette-1-light-1:focus {
  background-color: #a01830 !important;
  color: #ffffff !important;
}

.u-text-active-palette-1-base,
.u-text-hover-palette-1-base:hover,
.u-nav-link.u-text-active-palette-1-base,
.u-nav-link.u-text-hover-palette-2-base:hover {
  color: #C41E3A !important;
}

.u-section-2 {
  background-color: #F1FAEE;
}

.u-section-5 {
  background-color: #1D3557 !important;
}

.u-header .u-image.u-logo {
  display: block !important;
  white-space: normal;
}

.u-header {
  background-color: rgba(29, 53, 87, 0.95) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100;
}

.u-header .u-sheet-1 {
  min-height: 110px;
}

.u-header .u-image-1 {
  display: block !important;
  width: 260px !important;
  height: 72px !important;
  max-width: 280px;
  margin: 8px 0 0 0;
  float: left;
  background: transparent !important;
}

.u-header .u-logo-image-1 {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  min-width: 200px;
  min-height: 56px;
  display: block;
  object-fit: contain;
  object-position: left center;
  background: transparent !important;
}

.u-header .u-menu-1 {
  margin-top: -70px;
}

.cardiosan-tagline {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.u-header .u-nav-link {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.u-header .u-nav-link:hover,
.u-header .u-nav-link.u-text-active-palette-1-base {
  color: #ffb3c1 !important;
}

.u-header .menu-collapse .u-nav-link,
.u-header .menu-collapse .u-svg-link {
  color: #ffffff !important;
  fill: #ffffff;
}

.u-header .menu-collapse .u-svg-content rect {
  fill: #ffffff;
}

@media (max-width: 991px) {
  .u-header .u-image-1 {
    width: 220px !important;
    height: 62px !important;
    max-width: 220px;
  }

  .u-header .u-logo-image-1 {
    min-width: 180px;
    min-height: 48px;
  }

  .u-header .u-menu-1 {
    margin-top: -58px;
  }
}

@media (max-width: 575px) {
  .u-header .u-sheet-1 {
    min-height: 100px;
  }

  .u-header .u-image-1 {
    width: 190px !important;
    height: 54px !important;
  }

  .u-header .u-logo-image-1 {
    min-width: 160px;
    min-height: 42px;
  }

  .cardiosan-tagline {
    font-size: 0.8125rem;
    letter-spacing: 2px;
  }
}

.u-section-3 .u-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}