.pmef-25page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  padding: 60px;
  background: #fafbfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pmef-25page section {
  margin: 0px;
}

.pmef-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pmef-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  border-radius: 60px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("pmef-stand-25.png") black 50% / cover no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.pmef-25page h2 {
  color: #fff;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  max-width: 400px; /* 47.6px */
}

.pmef-25page h3 {
  color: #3c3c3c;
  font-family: Onest;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  align-self: stretch;
  margin-bottom: 0;
}

.pmef-25page p {
  margin-bottom: 0;
}

.pmef-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.pmef-info-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}

.pmef-info-text {
  display: flex;
  max-width: 580px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

.pmef-main-text {
  align-self: stretch;
  color: #3c3c3c;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.pmef-cards {
  position: relative;
  z-index: 1;
}

.pmef-card,
.pmef-info-content,
.pmef-hero-content,
.pmef-citation,
.pmef-cards-container,
.pmef-citation-content {
  position: relative;
  z-index: 1;
}

.pmef-pattern-sticky-wrapper {
  position: sticky;
  top: 0;
  height: 0;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

.pmef-pattern-sticky-wrapper img {
  max-width: 150% !important;
}

.pmef-sticky-pattern {
  position: absolute;
  top: 0;
  left: -235px;
  width: 997px;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

.pmef-cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.pmef-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  border-radius: 60px;
  border: 1px solid #e4e8e9;
  background: rgba(250, 251, 252, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.pmef-h3 {
  color: #d0413b !important;
}

.pmef-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.pmef-lead-text {
  font-weight: 500 !important;
}

.pmef-main-text a,
.pmef-lead-text a {
  color: #d0413b;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

.pmef-main-text a:hover {
  color: #a7302c;
}

.pmef-citation-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.pmef-citation-content h3 {
  max-width: 700px;
  color: #d0413b;
  text-align: center;
  font-family: Onest;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 39.68px */
}

.pmef-citation {
  z-index: 1;
}

@media (max-width: 992px) {
  .pmef-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }
  .pmef-info-content img {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .pmef-25page {
    gap: 90px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .pmef-25page {
    gap: 90px;
    padding: 20px;
  }
  .pmef-hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pmef-sticky-pattern {
    top: -60px;
  }
  .pmef-citation-content h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .pmef-sticky-pattern {
    top: -40px;
    left: -250px;
  }
  .pmef-25page h2 {
    font-size: 38px;
  }
  .pmef-25page h3 {
    font-size: 28px;
  }
  .pmef-main-text {
    font-size: 14px;
  }
  .pmef-hero-content {
    padding: 32px;
    border-radius: 40px;
  }
  .pmef-card {
    padding: 32px;
    border-radius: 40px;
  }
}

@media (max-width: 400px) {
  .pmef-25page {
    gap: 60px;
    padding: 15px;
  }
  .pmef-25page h2 {
    font-size: 28px;
  }
  .pmef-25page h3 {
    font-size: 24px;
  }

  .pmef-card-head {
    gap: 20px;
  }
  .pmef-rzn-logo {
    width: 50px;
  }
  .pmef-small-logo {
    width: 70px;
  }
  .pmef-info-text {
    gap: 20px;
  }
}
