.hero .hero-slide {
  position: relative;
  overflow: hidden;
}
.hero .hero-slide::before {
  background: var(--xprize-black-xprize-black-20, rgba(21, 21, 21, 0.2));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-slide > * {
  position: relative;
}
.hero .hero-slide .hero-title {
  font-size: clamp(40px, 27.01px + 3.4632vw, 160px);
  letter-spacing: clamp(-0.4px, -0.27px - 0.0346vw, -1.6px);
}
.hero .hero-slide .hero-subtitle {
  background: var(--xprize-black-xprize-black-20, rgba(21, 21, 21, 0.2));
  backdrop-filter: blur(8px);
  border-radius: clamp(12px, 10.7px + 0.3463vw, 24px);
  color: var(--Pure-White-Pure-White, #FFF);
  padding: clamp(12px, 11.35px + 0.1732vw, 18px) clamp(16px, 14.7px + 0.3463vw, 28px);
}

.focus-areas {
  max-width: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(48px, 42.81px + 1.3853vw, 96px);
  align-self: stretch;
}
.focus-areas .focus-area a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.focus-areas .focus-area-cards {
  gap: 48px;
  margin-bottom: 0;
}
.focus-areas .focus-area-cards > * .focus-area-parent-container {
  width: clamp(155px, 132.16px + 6.0895vw, 366px);
  height: clamp(155px, 132.16px + 6.0895vw, 366px);
}
.focus-areas .focus-area-cards > * .focus-area-parent-container .focus-area-base-image-container {
  width: clamp(150px, 126.62px + 6.2338vw, 366px);
  height: clamp(150px, 126.62px + 6.2338vw, 366px);
}
.focus-areas .focus-area-cards > * .focus-area-parent-container .focus-area-overlay-image-container {
  width: clamp(150px, 126.62px + 6.2338vw, 366px);
  height: clamp(150px, 126.62px + 6.2338vw, 366px);
}
.focus-areas .focus-area-cards > * .focus-area-parent-container .focus-area-base-image-container img {
  width: clamp(150px, 126.62px + 6.2338vw, 366px);
  height: clamp(150px, 126.62px + 6.2338vw, 366px);
}
.focus-areas .focus-area-cards > * .focus-area-name {
  width: clamp(157px, 135.03px + 5.8586vw, 360px);
  /* H5/Messina | Bold */
  font-family: "Messina Sans";
  font-size: clamp(18px, 16.7px + 0.1732vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 1199px) {
  .focus-areas .focus-area-cards {
    gap: 96px clamp(96px, -46.38px + 24.7191vw, 250px);
  }
  .focus-areas .fa-desktop-view {
    display: flex;
    flex: 1 0 0;
  }
  .focus-areas .fa-mobile-view {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .focus-areas .focus-area-cards {
    gap: 28px 16px;
  }
}
