/* ==========================================================================
   Homepage MDMC — sections scoped under the front page.
   Mirrors the structure of homepage_mcs.css / homepage_mhpc.css.
   ==========================================================================
*/

/* HERO */
.homepage-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(160deg, #1f144d 0%, #1e4f9b 85%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.homepage-hero__image {
  position: absolute;
  inset: 0;
  background-image: url("../../images/decoration/hp-bg-image.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

/* Corner line decorations: top-left + bottom-right */
.homepage-hero__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.homepage-hero__deco--tl {
  top: 0;
  left: 0;
  width: min(42vw, 420px);
  height: min(34vw, 340px);
  background-image: url(../../images/decoration/deco-hero-1.png);
  background-position: top left;
}

.homepage-hero__deco--br {
  right: 0;
  bottom: 0;
  width: min(42vw, 440px);
  height: min(34vw, 360px);
  background-image: url(../../images/decoration/deco-hero-2.png);
  background-position: bottom right;
}

/* Halftone dots behind the title (same asset used in the lifecycle section) */
.homepage-hero__dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80vw, 640px);
  aspect-ratio: 1;
  background-image: url(../../images/decoration/dots-abstract.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.55;
}

.homepage-hero__container {
  position: relative;
  z-index: 1;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.homepage-hero__content {
  text-align: center;
}

.homepage-hero__eyebrow {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .homepage-hero__eyebrow {
    margin-bottom: 1rem;
  }
}

.homepage-hero__title {
  font-size: clamp(3rem, 5.5vw, 8rem);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}

.homepage-hero__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1400px) {
  .homepage-hero__subtitle {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
  }
}

.homepage-hero__cta {
  display: inline-flex;
  align-items: center;
  background-color: #ee097e;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  text-decoration: none;
  margin-bottom: 3rem;
}

.homepage-hero__cta:hover,
.homepage-hero__cta:focus {
  background-color: #b80960;
  color: #ffffff;
  text-decoration: none;
}

.homepage-hero__facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.homepage-hero__fact {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  position: relative;
  padding-right: 1.25rem;
  color: #ffffff;
}

.homepage-hero__fact:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e00776;
}

.homepage-hero__fact-value {
  font-weight: 800;
  font-size: 1.125rem;
}

.homepage-hero__fact-label {
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .homepage-hero__fact-value,
  .homepage-hero__fact-label {
    font-size: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .homepage-hero__fact-value,
  .homepage-hero__fact-label {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .homepage-hero__container {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .homepage-hero__dots {
    width: 90vw;
    opacity: 0.45;
  }

  .homepage-hero__cta {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .homepage-hero__container {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }
}

/* APPLY / CTA BANNER */
.homepage-apply {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0e1a52 0%, #142a83 45%, #1f3fb0 100%);
  color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-apply__row {
  position: relative;
  z-index: 1;
}

.homepage-apply__title {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2.75rem;
  line-height: 1.05;
  margin-bottom: 0rem;
}

.homepage-apply__subtitle {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 2rem;
}

.homepage-apply__deadline-label {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.homepage-apply__deadline {
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.homepage-apply__seats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.homepage-apply__seats-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  fill: #e00776;
}

.homepage-apply__seats-max {
  color: #e00776;
  font-weight: 700;
}

.homepage-apply__seats-value {
  color: #ffffff;
  font-weight: 700;
}

.homepage-apply__cta {
  background-color: #e00776;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.75rem 2rem;
}

.homepage-apply__cta:hover {
  background-color: #b80960;
  color: #ffffff;
}

/* Requirements card */
.homepage-apply__requirements {
  padding: 1.75rem 2rem;
  background-color: #ffffff1c;
}

.homepage-apply__requirements-title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.homepage-apply__requirements-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.homepage-apply__requirement {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;
  color: #ffffff;
}

.homepage-apply__requirement:not(:last-child) {
  margin-bottom: 0.75rem;
}

.homepage-apply__check {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  fill: #f5c518;
  margin-top: 0.125rem;
}

@media (max-width: 991.98px) {
  .homepage-apply__requirements {
    margin-top: 2rem;
  }
  .homepage-apply__deco--rings,
  .homepage-apply__deco--yellow,
  .homepage-apply__deco--lime,
  .homepage-apply__deco--cyan-top,
  .homepage-apply__deco--yellow-dot {
    opacity: 0.5;
  }
}

@media (min-width: 992px) {
  .homepage-apply {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .homepage-apply__title {
    font-size: 4rem;
  }
  .homepage-apply__deadline {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   NUMBERS — front-page override of the shared .number component.
   ========================================================================== */

.path-frontpage .pt-page__numbers .number .number__value {
  color: #262626;
}

.path-frontpage .pt-page__numbers .number .number__label {
  color: #262626;
}

.path-frontpage .pt-page__numbers {
  padding: 2rem 0rem;
}
@media (min-width: 1200px) {
  .path-frontpage .pt-page__numbers {
    padding: 4rem 0rem;
  }
}
/*
  ==========================================================================
   INTRO — "Shaping the next generation" hero band + "What is MDMC?" copy.
   Grey band carries the headline + image; the image overlaps the white band
   below, where the intro copy sits aligned under it.
   ==========================================================================
*/

.homepage-intro__hero {
  background-color: #f0f0f0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-intro__heading {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  line-height: 1.08;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.homepage-intro__subtitle {
  color: var(--bs-gray-700);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .homepage-intro__subtitle {
    font-size: 1.375rem;
  }
}

@media (min-width: 1400px) {
  .homepage-intro__subtitle {
    font-size: 1.625rem;
  }
}

.homepage-intro__image {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.18);
}

.homepage-intro__about-band {
  background-color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;

  .row {
    justify-content: end;
  }
}

.homepage-intro__deco-col {
  display: flex;
  justify-content: center;
}

.homepage-intro__deco {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.homepage-intro__eyebrow {
  text-transform: uppercase;
  color: #e00776;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.homepage-intro__lead * {
  color: #2e2c2d;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

/* Lead body comes from the f_home_about_lead WYSIWYG field: style its
   paragraphs (typography is inherited from .homepage-intro__lead). */
.homepage-intro__lead p {
  margin-bottom: 1.25rem;
}

.homepage-intro__lead p:last-child {
  margin-bottom: 0;
}

.homepage-intro__cta {
  display: inline-flex;
  align-items: center;
  background-color: #ee097e;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  text-decoration: none;
  margin-top: 0.75rem;
}

.homepage-intro__cta:hover,
.homepage-intro__cta:focus {
  background-color: #b80960;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .homepage-intro__hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  /* Pull the image down so it overlaps the white band below. */
  .homepage-intro__hero-row {
    justify-content: space-between;
  }
  .homepage-intro__media-col {
    margin-bottom: -9rem;
  }

  .homepage-intro__image {
    position: relative;
    z-index: 2;
  }
  .homepage-intro__about-band {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .homepage-intro__lead * {
    font-size: 1.25rem;
  }

  /* Pull the logo decoration up so it straddles the grey/white boundary. */
  .homepage-intro__deco-col {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .homepage-intro__deco {
    max-width: 500px;
    margin-top: -10rem;
    position: absolute;
    left: -11rem;
  }
}

@media (max-width: 991.98px) {
  .homepage-intro__deco-col {
    display: none;
  }
}

@media (min-width: 1200px) {
  .homepage-intro__deco {
    max-width: 600px;
    margin-top: -10rem;
    position: absolute;
    left: -11rem;
  }

  .homepage-intro__eyebrow {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .homepage-intro__lead * {
    font-size: 2.25rem;
  }
}

/* ==========================================================================
   LIFECYCLE — "The student's path" stages + CTA.
   ========================================================================== */

.homepage-lifecycle {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1d0f47 0%, #142a83 55%, #1e56a6 100%);
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.homepage-lifecycle__container {
  position: relative;
  z-index: 1;
}

/* Concentric thin rings, top-left corner */
.homepage-lifecycle__rings {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 400px;
  height: 400px;
  z-index: 0;
  background-image: url(../../images/decoration/circles-deco-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.homepage-lifecycle__header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.homepage-lifecycle__title {
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 0;
}

/* Subtitle: main-colour number + related label, centred under the title */
.homepage-lifecycle__subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  color: var(--bs-primary);
  margin-top: 0rem;
  margin-bottom: 0;
}

.homepage-lifecycle__number-label {
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 4.375rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Description below the subtitle */
.homepage-lifecycle__text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 42rem;
  margin: 1rem auto 0;
  text-align: center;
}

.homepage-lifecycle__text > :last-child {
  margin-bottom: 0;
}

/* Cards */
.homepage-lifecycle__cards {
  --bs-gutter-y: 1.5rem;
}

.homepage-lifecycle__card {
  height: 100%;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 1.75rem;
}

.homepage-lifecycle__card--pink {
  border-color: #e00776;
}

.homepage-lifecycle__card--pink .homepage-lifecycle__card-num {
  color: #e00776;
}

.homepage-lifecycle__card--yellow {
  border-color: #f5c518;
}

.homepage-lifecycle__card--yellow .homepage-lifecycle__card-num {
  color: #f5c518;
}

.homepage-lifecycle__card--cyan {
  border-color: #1ec4d0;
}

.homepage-lifecycle__card--cyan .homepage-lifecycle__card-num {
  color: #1ec4d0;
}

.homepage-lifecycle__card-num {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.homepage-lifecycle__card-title,
h3.homepage-lifecycle__card-title {
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.homepage-lifecycle__card-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
}

/* CTA */
.homepage-lifecycle__cta-wrap {
  margin-top: 3rem;
  text-align: center;
}

.homepage-lifecycle__cta {
  display: inline-flex;
  align-items: center;
  background-color: #ee097e;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 2rem;
  text-decoration: none;
}

.homepage-lifecycle__cta:hover,
.homepage-lifecycle__cta:focus {
  background-color: #b80960;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  .homepage-lifecycle {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .homepage-lifecycle__card {
    padding: 2.25rem;
  }
}

@media (min-width: 992px) {
  .homepage-lifecycle__dots {
    position: absolute;
    top: 0;
    right: -5rem;
    width: 460px;
    height: 460px;
    z-index: 0;
    background-image: url(../../images/decoration/dots-abstract.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* ==========================================================================
   News section (wraps the news_public_blocks_db view, if used)
   ========================================================================== */

.homepage-news {
  background-color: #f0f0f0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-news__title {
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #2e2c2d;
  margin-bottom: 0.75rem;
}

.homepage-news__all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #e00776;
  text-decoration: none;
  margin-bottom: 2rem;
}

.homepage-news__all:hover {
  color: #93024a;
}

.homepage-news__all-icon {
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .homepage-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* ==========================================================================
   LECTURERS — "Our Lecturers" persons carousel (mirrors MCS homepage-lecturers).
   Cards come from the persons view rendered as a Splide carousel.
   ========================================================================== */
.homepage-lecturers {
  overflow: hidden;
  background-color: #ececec;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-lecturers__head {
  margin-bottom: 2rem;
}

.homepage-lecturers__title {
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #2e2c2d;
  margin-bottom: 0.5rem;
}

.homepage-lecturers__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #e00776;
  text-decoration: none;
}

.homepage-lecturers__cta:hover,
.homepage-lecturers__cta:focus {
  color: #93024a;
  text-decoration: none;
}

.homepage-lecturers__cta-icon {
  flex-shrink: 0;
  position: relative;
  top: -2px;
}

.homepage-lecturers__text {
  max-width: 48rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

/* The persons view renders a Splide carousel; let Splide size the track/slides
   and allow slides to bleed past the container edge. */
.homepage-lecturers .view-persons-public-blocks-db {
  width: calc(100% - 30px);
}

.homepage-lecturers .splide__track {
  overflow: visible;
}

.homepage-lecturers .splide__slide {
  height: auto;
}

/* 10px gutter between carousel items. The Splide gap is a shared pt_base JS
   option, so add the gutter here as slide padding (slides are border-box and
   Splide controls their width) and let the card fill the reduced content box.
   padding-right only keeps the first card flush with the container/heading. */
.homepage-lecturers .splide__slide {
  padding-right: 10px;
}

.homepage-lecturers .card.card-person {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .homepage-lecturers {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* ==========================================================================
   PARTNERS — "Our partners" logos marquee (mirrors MCS/MHPC organization).
   Heading/intro from the f_home_orgs_ref paragraph; the logo strip comes from
   the organizations_public_blocks_db view rendered by the shared pt_base
   marquee template (.homepage-organization__marquee / __group).
   ========================================================================== */
.homepage-partners {
  background-color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-partners__intro {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.homepage-partners__eyebrow {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e00776;
  margin-bottom: 0.75rem;
}

.homepage-partners__title {
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #2e2c2d;
  margin-bottom: 1rem;
}

.homepage-partners__lead {
  font-size: 1rem;
  line-height: 1.5;
  color: #5b6472;
  margin-bottom: 1.75rem;
}

.homepage-partners__cta {
  background-color: #e00776;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
  padding: 0.75rem 2rem;
}

.homepage-partners__cta:hover,
.homepage-partners__cta:focus {
  background-color: #b80960;
  color: #ffffff;
}

@media (min-width: 992px) {
  .homepage-partners {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .homepage-partners__eyebrow {
    font-size: 0.9375rem;
  }
}

/* MARQUEE — endless auto-scrolling logo strip. The shared pt_base view template
   renders the rows into two identical .homepage-organization__group lists; the
   second slides into place as the first exits, for a seamless loop.
   `min-width: 100%` on each group guarantees no gap at any viewport width. */
.homepage-organization__marquee {
  --hp-org-gap: 20px;
  --hp-org-duration: 60s;
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}

.homepage-organization__group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--hp-org-gap);
  flex-shrink: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: hp-org-marquee var(--hp-org-duration) linear infinite;
}

@keyframes hp-org-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--hp-org-gap)));
  }
}

/* Pause on hover/focus so logos stay clickable. */
.homepage-organization__marquee:hover .homepage-organization__group,
.homepage-organization__marquee:focus-within .homepage-organization__group {
  animation-play-state: paused;
}

.homepage-organization__group .views-row {
  flex: 0 0 auto;
  width: clamp(120px, 16vw, 180px);
  aspect-ratio: 1 / 1;
}

/* Accessibility: no auto-motion for reduced-motion users; allow manual scroll. */
@media (prefers-reduced-motion: reduce) {
  .homepage-organization__group {
    animation: none;
  }
  .homepage-organization__marquee {
    overflow-x: auto;
  }
}

/* The marquee replaces the normal organizations grid: collapse the grid to a
   single track so the strip can span the full section. */
.homepage-partners .view-organizations-public-blocks-db {
  grid-template-columns: 1fr;
  gap: 0;
}

/* CARD LOGO — fill the square row, desaturate, restore colour on hover. */
.homepage-partners .card-teaser-organization {
  border: 0;
  aspect-ratio: 1 / 1;
}

.homepage-partners .card-teaser-organization__body {
  padding: 0;
}

.homepage-partners .card-teaser-organization__logo,
.homepage-partners .card-teaser-organization__link {
  height: 100%;
}

.homepage-partners .card-teaser-organization .field > div,
.homepage-partners .card-teaser-organization .field {
  position: absolute;
  width: 100%;
  height: 100%;
}

.homepage-partners .card-teaser-organization img {
  width: 100%;
  height: 100%;
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.8;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}

.homepage-partners .card a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
