@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.page-template-LandingPageTemplate {
  margin-left: 54px;;
}
.banner {
  position: relative;
  height: calc(100vh - 99px);
}

.banner .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner .background-overlay:before {
  content: '';
  background: linear-gradient(253.9deg, rgba(6, 6, 6, 0.1) -2.24%, rgba(18, 18, 18, 0.95) 88.07%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.banner .side-bar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 54px;
}

.banner .side-bar-wrap img {
  object-fit: cover;
  height: 100%;
  object-position: top;

}

.banner .banner-overlay {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner .banner-content-wrapper {
  width: 100%;
  max-width: 520px;
  margin-left: 62px;
  display: flex;
  flex-direction: column;
  gap: 54px;
  position: absolute;
  bottom: 84px;
}

.banner .banner-content-wrapper .banner-bottom-content {
  display: flex;
  gap: 80px;
}

.banner .scroll-down-icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner .scroll-down-icon-wrapper small,
.banner .side-bar-wrap > small {
  writing-mode: sideways-lr;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
}

.banner .side-bar-wrap > small {
  position: absolute;
  left: 18px;
  top: 100px;
  color: #64B2A7;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
}

.banner .side-bar-wrap .scroll-down-icon-wrapper {
  display: none;
}

.banner .banner-content-wrapper .banner-bottom-content .banner-content-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.banner .banner-content-wrapper .banner-bottom-content .banner-content-wrapper-inner .wysiwyg-content p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.banner .banner-content-wrapper .banner-bottom-content .button-wrapper a {
  border-radius: 100px;
  background: #F1B434;
  padding: 20px 48px;
  color: #244545;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.2px;
  display: block;
  width: fit-content;
  text-align: center;
  transition: all ease 200ms;
  text-decoration: none;
}
.banner .banner-content-wrapper .banner-bottom-content .button-wrapper a:hover {
  background: #3f4483;
  color: #fff;
}

.banner .banner-content-wrapper .banner-bottom-content .button-wrapper a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.16px;
}

.banner .mobile-logo-overlay {
  width: 141px;
  height: 71px;
  z-index: 1;
  display: none;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {

  .banner .mobile-logo-overlay {
    display: block;
  }
  .page-template-LandingPageTemplate {
    margin-left: 0;
  }
  .banner {
    height: calc(100vh - 70px);
    padding-left: 54px;
    display: flex;
    align-items: center;
  }
  .banner .banner-content-wrapper {
    margin-left: 30px;
    position: unset;
    max-width: calc(100% - 54px);
    gap: 20px;
  }
  .banner .banner-content-wrapper .banner-bottom-content {
    gap: 40px;
  }

  .banner .side-bar-wrap {
    position: absolute;
    left: 0;
    height: 100%;
  }

  .banner .side-bar-wrap img {
    object-position: 0 -57px;
  }

  .banner .side-bar-wrap .scroll-down-icon-wrapper {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 8px);
    gap: 30px;
  }

  .banner .banner-content-wrapper .scroll-down-icon-wrapper {
    display: none;
  }

  .banner .banner-overlay {
    width: 251px;
  }

  .banner .banner-overlay svg {
    width: 100%;
    height: 100%;
  }
  .banner .wysiwyg-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .banner .banner-overlay {
    width: 160px;
  }
}

@media screen and (max-width: 439px) {
  .page-template-LandingPageTemplate h1 {
      font-size: 52px;
  }

  .banner .banner-content-wrapper .banner-bottom-content .button-wrapper a {
    padding: 20px 38px;
  }
  .banner .banner-overlay {
    width: 116px;
  }
}