pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

:root {
  --usp-preamble-margin: clamp(1.5rem, 3vw, 1.8rem);
}

pn-level-up .pn-level-up {
  background: linear-gradient(90deg, #ffffff 0%, #effbff 17.44%);
  color: #2d2013;
  display: flex;
  flex-direction: column-reverse;
  max-width: 100%;
  padding: clamp(2rem, 5vw, 5rem);
}
pn-level-up .pn-level-up .heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
pn-level-up .pn-level-up .preamble {
  font-size: clamp(1rem, 4vw, 1.6rem);
  margin-top: var(--usp-preamble-margin);
  margin-bottom: var(--usp-preamble-margin);
}
pn-level-up .pn-level-up .cta {
  display: flex;
  font-size: clamp(1rem, 4vw, 1.6rem);
  flex-direction: column;
  gap: clamp(1rem, 4vw, 1.2rem);
}
pn-level-up .pn-level-up .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
pn-level-up .pn-level-up .image-container .graphics {
  --pn-width: 12rem !important;
  --pn-height: 12rem !important;
}
pn-level-up .pn-level-up .image-container .image {
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  pn-level-up .pn-level-up {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  pn-level-up .pn-level-up .content {
    max-width: 70%;
  }
  pn-level-up .pn-level-up .cta {
    flex-direction: row;
    gap: clamp(2rem, 3vw, 3rem);
    padding: 0;
  }
  pn-level-up .pn-level-up .image-container {
    margin-bottom: 0;
  }
  pn-level-up .pn-level-up .image-container .graphics {
    --pn-width: 15rem;
    --pn-height: 15rem;
  }
}
@media (min-width: 1200px) {
  pn-level-up .pn-level-up {
    max-width: 1140px;
    margin: 0 auto;
  }
  pn-level-up .pn-level-up .image-container .graphics {
    --pn-width: 18rem;
    --pn-height: 18rem;
  }
}
@media (min-width: 1640px) {
  pn-level-up .pn-level-up {
    max-width: 1440px;
  }
  pn-level-up .pn-level-up .image-container .graphics {
    --pn-width: 20rem;
    --pn-height: 20rem;
  }
}