.elementor-76160 .elementor-element.elementor-element-8ca8b8d{--display:flex;--min-height:auto;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-76160 .elementor-element.elementor-element-8ca8b8d.e-con{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-76160 .elementor-element.elementor-element-98e4aec{width:100%;max-width:100%;}.elementor-76160 .elementor-element.elementor-element-98e4aec > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-76160 .elementor-element.elementor-element-8ca8b8d{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-98e4aec */.elementor-76160 .elementor-element.elementor-element-98e4aec {
  .section {
    background-color: #84C98B;
  }

  .container {
    position: relative;
    overflow: hidden;
    padding: 48px 45px;

    @media (min-width: 640px) {
      /*padding: 56px 0 70px;*/
      /*padding: 101px 96.5px;*/
      padding: 101px 96.5px 27.5px;
    }
  }

  /* Cloud Images */
  .cloud {
    position: absolute;
    display: block; /* Mobile default */

    /* Mobile Clouds */
    &.cloud-1 {
      bottom: 16.67%;
      left: 0;
    }

    &.cloud-2 {
      top: 33.33%;
      right: 0;
    }

    /* Desktop clouds - hidden by default */
    &.cloud-3,
    &.cloud-4,
    &.cloud-5 {
      display: none;
    }

    @media (min-width: 1024px) {
      /* Hide mobile clouds */
      &.cloud-1,
      &.cloud-2 {
        display: none;
      }

      /* Show desktop clouds */
      &.cloud-3 {
        top: 16.67%;
        left: 0;
        opacity: 0.55;
        display: block;
      }

      &.cloud-4 {
        bottom: 16.67%;
        left: 0;
        opacity: 0.75;
        display: block;
      }

      &.cloud-5 {
        top: 33.33%;
        right: 0;
        display: block;
      }
    }
  }

  /* Content Layout */
  .content {
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3.5vw, 64px);

    .logo {
      margin: auto;
    }

    /* Mobile Logo */
    .logo-mobile {
      display: block;
        width: 100%;
      max-width: 476px;
      transform: translateX(15px);
    }

    /* Desktop Logo */
    .logo-desktop {
      display: none;
    }

    @media (min-width: 640px) {
      .logo-mobile {
        display: none;
      }

      .logo-desktop {
        display: block;
      }
    }
  }

  /* Book Images */
  .book {
    position: absolute;
    display: none; /* Hidden by default */

    @media (min-width: 1024px) {
      display: block;
    }

    &.book-1 {
      /*max-width: 750px;*/
      max-width: 700px;
      /*top: -45%;*/
      top: -90%;
      left: -150%;
    }

    &.book-2 {
      right: -125%;
      top: -100%;
      max-width: 400px;
    }
  }

  /* Text Content */
  .text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    width: fit-content;
    margin: auto;
    gap: clamp(16px, 3.5vw, 40px);
  }

  #page-date {
    font-size: clamp(24px, 4vw, 32px);
    line-height: 114.342%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    font-family: "Avenir Next";
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  #page-title {
    font-size: clamp(32px, 5vw, 44px);
    line-height: 120%;
    font-style: normal;
    font-weight: 700;
    font-family: "Avenir Next";
    margin: 0;
    padding: 0;

    @media (min-width: 1023px) {
      line-height: 100%; /* 44px */
    }
  }

  .logo-container {
    position: relative;
    width: fit-content;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ca8b8d */div div div div :has(.hero-template__container) {
    /*display: none !important;*/
    display: block;
}/* End custom CSS */