#pk_flex_content .flex_layout.lander {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.site-lander__section .component__wrapper {
  position: relative;
  padding: 0 20px;
  z-index: 5;
  overflow: hidden;
}

.site-lander__section .component-image__wrapper {
  position: relative;
  width: 100%;
  border-radius: var(--sg-media-radius);
  overflow: hidden;
}

.site-lander__section .lus-ani {
  position: absolute;
  top: -145px;
  left: -5px;
  z-index: 1;
}

.site-lander__section .lus-ani svg {
  width: 100px;
}

.schoolgids-profile-markland .site-lander__section .lus-ani {
  display: none;
}

.site-lander__section .lander-logo {
  position: absolute;
  top: 34px;
  right: 30px;
  max-width: min(190px, 42%);
  z-index: 6;
}

.site-lander__section .component-image__wrapper .component-image {
  margin: 0;
}

.site-lander__section .component-image__wrapper .component-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-lander__section .component-text__wrapper {
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 5;
}

.site-lander__section .component-text__wrapper h1,
.site-lander__section .component-text__wrapper h1 * {
  font-size: 44px;
  line-height: 1;
  color: var(--white);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.24);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.schoolgids-profile-markland .site-lander__section .component-text__wrapper h1,
.schoolgids-profile-markland .site-lander__section .component-text__wrapper h1 * {
  font-size: 38px;
  color: var(--white);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.4deg,
    rgba(0, 0, 0, 0) 57.47%,
    rgba(0, 0, 0, 0.4) 99.11%
  );
}

@media screen and (max-width: 767px) {
  .site-lander__section .component__wrapper {
    padding: 0 16px;
  }

  .site-lander__section .component-image__wrapper .component-image img {
    aspect-ratio: 1 / 1;
  }

  .site-lander__section .lander-logo {
    top: 20px;
    right: 20px;
    max-width: 118px;
  }

  .site-lander__section .component-text__wrapper {
    right: 16px;
    bottom: 26px;
    padding: 0 20px;
  }

  .site-lander__section .component-text__wrapper h1,
  .site-lander__section .component-text__wrapper h1 * {
    font-size: 32px;
  }

  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1,
  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1 * {
    font-size: 30px;
  }
}

@media screen and (min-width: 990px) {
  .site-lander__section .lus-ani {
    top: -175px;
    left: -20px;
  }
  .site-lander__section .lus-ani svg {
    width: 100%;
  }
  .site-lander__section .component-text__wrapper {
    padding: 0;
    padding-left: 40px;
  }

  .site-lander__section .lus-ani {
    position: absolute;
    top: -155px;
    left: -20px;
    z-index: 1;
  }

  .site-lander__section .component__wrapper {
    padding-right: 40px;
  }

  .site-lander__section .component-text__wrapper h1,
  .site-lander__section .component-text__wrapper h1 * {
    font-size: 72px;
  }

  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1,
  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1 * {
    font-size: 56px;
  }
}

@media screen and (min-width: 1399px) {
  .site-lander__section .component-text__wrapper h1,
  .site-lander__section .component-text__wrapper h1 * {
    font-size: 88px;
  }

  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1,
  .schoolgids-profile-markland .site-lander__section .component-text__wrapper h1 * {
    font-size: 64px;
  }
}
