.funni-shape {
  max-width: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mt-n8 {
  margin-top: -3rem !important;
}

.mt-md-n14 {
  margin-top: -12rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.wp-block-group.has-white-background-color {
  background-color: transparent !important;
}

iframe#googleForm {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 1820px;
  min-height: 1820px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
  transition: height 0.35s ease;
}

iframe#googleForm.is-completed {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
  background: transparent !important;
}

.funni-access-banner {
  box-sizing: border-box;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.funni-access-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.funni-access-banner__text {
  flex: 1 1 auto;
}

.funni-access-banner__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
}

.funni-access-banner__body {
  max-width: 680px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.8;
}

.funni-access-banner__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--wp--preset--color--primary, #1cafb9);
  border-radius: 999px;
  background: var(--wp--preset--color--primary, #1cafb9);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.funni-access-banner__button:hover {
  color: #fff !important;
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.45);
}

.funni-access-banner__button:focus-visible {
  outline: 3px solid rgba(28, 175, 185, 0.3);
  outline-offset: 4px;
}

@media (max-width: 991.98px) {
  iframe#googleForm {
    height: 2250px;
    min-height: 2250px;
  }

  .funni-access-banner__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .mt-md-n14 {
    margin-top: inherit !important;
  }

  section.alignfull.has-global-padding.is-layout-constrained.mb-5.pb-5.wp-block-group.wp-block-group-is-layout-constrained {
    padding-top: 0 !important;
    margin-top: -80px !important;
  }

  iframe#googleForm {
    height: 2600px;
    min-height: 2600px;
    background: transparent !important;
  }

  .funni-access-banner {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .funni-access-banner__button {
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 420px) {
  iframe#googleForm {
    height: 2750px;
    min-height: 2750px;
  }
}

