.wp-block-acf-hero-image {
    position: relative;
    overflow: hidden;
    height: 750px;
    /* Media query for adjusting height for larger screens */
  }
  .wp-block-acf-hero-image__inner {
    position: absolute;
    top: 64%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px;
    color: #fff;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  @media screen and (min-width: 1700px) {
    .wp-block-acf-hero-image__inner {
      padding: 20px;
      max-width: 100%;
      top: 70%;
    }
  }
  @media screen and (min-width: 1301px) and (max-width: 1600px) {
    .wp-block-acf-hero-image__inner {
      padding: 20px;
      max-width: 100%;
      top: 65%;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .wp-block-acf-hero-image__inner {
      padding: 20px;
      max-width: 100%;
      top: 65%;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1197px) {
    .wp-block-acf-hero-image__inner {
      padding: 20px;
      max-width: 100%;
      top: 55%;
    }
  }
  @media screen and (max-width: 768px) {
    .wp-block-acf-hero-image__inner {
      padding: 20px;
      max-width: 100%;
      top: 55%;
    }
  }
  @media screen and (min-width: 300px) and (max-width: 475px) {
    .wp-block-acf-hero-image__inner {
      padding: 10px;
      top: 60%;
    }
  }
  .wp-block-acf-hero-image__image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  .wp-block-acf-hero-image__top-left-image, .wp-block-acf-hero-image__bottom-right-image {
    position: absolute;
    width: 20%;
    height: auto;
    z-index: 1;
  }
  .wp-block-acf-hero-image__top-left-image.wp-block-acf-hero-image__top-left-image, .wp-block-acf-hero-image__bottom-right-image.wp-block-acf-hero-image__top-left-image {
    top: 0;
    left: 0;
  }
  .wp-block-acf-hero-image__top-left-image.wp-block-acf-hero-image__bottom-right-image, .wp-block-acf-hero-image__bottom-right-image.wp-block-acf-hero-image__bottom-right-image {
    bottom: 0;
    right: 0;
  }
  @media screen and (min-width: 1600px) {
    .wp-block-acf-hero-image {
      height: 1000px;
    }
  }
  
  .wp-block-acf-hero-image__title {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 5rem;
    margin-bottom: 0;
    color: white;
    /* Media query for font size adjustment */
  }
  @media screen and (max-width: 768px) {
    .wp-block-acf-hero-image__title {
      font-size: 2.5rem;
      line-height: 3rem;
    }
  }
  @media screen and (min-width: 300px) and (max-width: 475px) {
    .wp-block-acf-hero-image__title {
      font-size: 2rem;
      line-height: 2.5rem;
    }
  }

  @media screen and (min-width: 200px) and (max-width: 750px) {
    .wp-block-acf-hero-image__top-left-image, .wp-block-acf-hero-image__bottom-right-image {
      position: absolute;
      width: 40%;
      height: auto;
      z-index: 1;
    }
  }
  
  .wp-block-acf-hero-image__content {
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 90px;
    padding-right: 90px;
    line-height: 2.5rem;
    /* Media query for font size adjustment */
  }
  @media screen and (max-width: 768px) {
    .wp-block-acf-hero-image__content {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  @media screen and (min-width: 300px) and (max-width: 475px) {
    .wp-block-acf-hero-image__content {
      font-size: 1.25rem;
      line-height: 1.75rem;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .wp-block-acf-hero-image__button {
    background-color: #825AA4;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    width: 260px;
  }
  
  .accordion .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
  }
  .accordion .title > span {
    background-color: #F6F6F6;
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
  }
  .accordion .title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px; /* Height of the line */
    inset: 50% auto auto 0;
  }
  .accordion .items .item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #484847;
  }
  .accordion .items .item:last-child {
    border: 0;
  }
  .accordion .items .item .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding-left: 2rem;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2%;
    background-color: #F6F6F6;
    color: #000000;
    font-family: "Poppins", sans-serif;
  }
  @media (max-width: 767px) {
    .accordion .items .item .item-title {
      /* Mobile: Adjust font size for screens with a maximum width of 767px */
      font-size: 20px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordion .items .item .item-title {
      /* Tablet: Adjust font size for screens between 768px and 991px */
      font-size: 24px;
    }
  }
  .accordion .items .item .item-title .accordion-trigger {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    color: #EA7125;
  }
  .accordion .items .item .item-title .accordion-trigger.js-collapse {
    display: none;
  }
  .accordion .items .item .item-title > p {
    width: 100%;
    font-size: 20px;
  }
  .accordion .items .item .item-title .item-icon {
    display: block;
    width: 60px;
    height: auto;
  }
  .accordion .items .item .item-title.active .accordion-trigger.js-collapse {
    display: block;
  }
  .accordion .items .item .item-title.active .accordion-trigger.js-expand {
    display: none;
  }
  .accordion .items .item .item-content {
    padding-top: 1rem;
    color: #000000;
    font-family: "Poppins", sans-serif;
    display: none;
    line-height: 2;
    padding-left: calc(60px + 1.5rem);
    margin-top: -1.5rem;
  }
  .accordion .collection .items {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .accordion .collection::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    inset: auto auto 0 1.5rem;
    z-index: -1;
  }
  .accordion .collection:has(> .title:not(.active))::before {
    opacity: 0;
  }
  .accordion .collection > .title {
    font-weight: 600;
    color: #000000;
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  .year-outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .year-inside {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #006647;
    font-weight: normal;
  }
  
  .year-line {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #D2D2D2;
    margin-left: 20px;
    opacity: 50%;
  }

.footer {
    background-color: #484847;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  
  .footer__logo img {
    height: auto;
    max-height: 150px;
    width: auto;
    max-width: 100%;
  }
  
  .footer__large-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 50%;
  }
  
  .footer__large-image img {
    max-width: 80%;
    height: auto;
    margin-left: auto; /* Pushes the image to the right */
    margin-top: -300px;
    margin-right: -50px;
    opacity: 50%;
  }
  
  @media (max-width: 768px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
    }
    .footer__logo img {
      margin-bottom: 10px;
    }
    /* Center align the image on mobile */
    .footer__large-image {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0;
    }
    .footer__large-image img {
      width: 80%;
      margin-right: 100px;
      margin-top: 5px;
      opacity: 50%;
    }
  }
  .custom-wp-block-columns {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
            flex-flow: row wrap !important;
  }
  .custom-wp-block-columns > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  
  /* Override the default stacking behavior */
  @media (min-width: 1024px) {
    .custom-wp-block-columns {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-flow: row nowrap !important;
              flex-flow: row nowrap !important;
    }
    .custom-wp-block-columns > .wp-block-column {
      -ms-flex-preferred-size: 0% !important;
          flex-basis: 0% !important;
    }
  }
  .h2-page-bold {
    font-family: "Poppins", sans-serif;
    color: #005E85;
    font-weight: 500;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
    font-style: normal;
  }
  
  .h2-page-bold__content {
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2.3rem;
  }
  
  .half-line {
    line-height: 0.1em;
  }
  
  body.page-template-template-block-editor .gform_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  body.page-template-template-block-editor input[type=submit] {
    position: relative;
    background-color: #EA7125;
    height: 75px;
    border: 0;
    font-size: 2rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  
  body.page-template-template-block-editor.gform_wrapper.gravity-theme.gfield textarea.large {
    height: 288px;
    font-family: "Poppins", sans-serif;
  }

  body.page-template-template-block-editor.ginput_container .ginput_container_email
  {
    font-family: "Poppins", sans-serif;
  }

  body.page-template-template-block-editor .gform_wrapper.gravity-theme * {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    /* color: rgb(133, 133, 133); */
}

body.page-template-template-block-editor .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large
{
    color: rgb(133, 133, 133);
}

body.page-template-template-block-editor .gform_wrapper.gravity-theme .gfield textarea.large
{
    color: rgb(133, 133, 133);
}

body.page-template-template-block-editor .gform_wrapper form
{
    background-color: white;
}
  
  @media screen and (min-width: 768px) {
    body.page-template-template-block-editor input[type=submit] {
      position: relative;
      background-color: #EA7125;
      font-size: 1.25rem;
      line-height: 1.5rem;
      /* height: 75px; */
      border: 0;
      color: white;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
    }
  }
  @media screen and (min-width: 300px) and (max-width: 767px) {
    body.page-template-template-block-editor input[type=submit] {
      position: relative;
      background-color: #EA7125;
      font-size: 1.25rem;
      line-height: 1.5rem;
      /* height: 75px; */
      border: 0;
      color: white;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
    }
  }

  @media only screen and (max-width: 641px)
  {
    body.page-template-template-block-editor .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 0;
        min-height: 32px;
    }
  }

#black-link {
  color: black;
}

.orange-link {
  color: #EA7125;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.76px;
  position: relative;
}

.orange-link::after {
  content: "→";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  /* transform: translateY(30%); */
  position: absolute;
  color: #EA7125 !important;
}

.gray-divider {
  position: relative;
}

.gray-divider::after {
  border-right: 1px solid #484B47;
  position: absolute;
}

.stat-number__container {
  > p:first-child {
    color: #484B47;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.56px;
  }
  > p:nth-child(2) {
    color: #005C85;
    text-align: center;
    font-family: Georgia;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  > p:nth-child(3) {
    color: #484B47;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}