<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eap-homepage-5 .section-info {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden; }

.eap-homepage-5.eap-homepage-template .eap-homes-post-default {
  padding: 0; }

.eap-homepage-5 .eap-react-idxsearch--is-homepage {
  padding: 0.5em; }

.eap-homepage-5 .eap-search__form__input__input {
  border-radius: 50px; }

.eap-homepage-5 .eap-search__form__button {
  border-radius: 0 50px 50px 0;
  color: red; }

.eap-homepage-5 .eap-search__form__button.mobileOnly {
  border-radius: 50px !important; }

.eap-homepage-5 .eap-search__form {
  padding: 0; }

.eap-homepage-5 .container-fluid {
  padding: 0 !important; }
  @media screen and (max-width: 768px) {
    .eap-homepage-5 .container-fluid {
      font-size: 16px; } }
  @media screen and (max-width: 416px) {
    .eap-homepage-5 .container-fluid {
      font-size: 14px; } }

.eap-homepage-5 .row {
  margin: 0; }

.eap-homepage-5 .eap-select__control {
  border-radius: 50px; }

.eap-homepage-5 .container {
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 416px) {
    .eap-homepage-5 .container {
      padding-right: 0.25em;
      padding-left: 0.25em; } }

.eap-homepage-5 .btn-home {
  background-color: #4285f4 !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: none !important;
  margin-bottom: 2em; }

.eap-homepage-5 .screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }

.eap-homepage-5 .is-half-fade {
  background-color: rgba(0, 0, 0, 0.45); }

.eap-homepage-5 .is-no-padding {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px; }

@media (hover: hover) {
  .eap-homepage-5 .is-main-color-on-hover:hover .screen {
    background-color: #4285f4 !important;
    opacity: 0.6;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); } }

.eap-homepage-5 .section-title {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  color: #333; }

.eap-homepage-5 .section-subtitle {
  text-align: left;
  color: #9ba6b2;
  font-weight: 400;
  margin-bottom: 2em; }

.eap-homepage-5 .section-icon i {
  font-size: 61px;
  color: #4285f4; }

.eap-homepage-5 .hero {
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  min-height: 500px;
  padding-top: calc( var(--eap-nav-overtflow-padding) - 2em); }
  .eap-homepage-5 .hero .hero-info {
    padding-top: 2em;
    position: relative; }
    .eap-homepage-5 .hero .hero-info &gt; div {
      margin: 0.5em; }
    .eap-homepage-5 .hero .hero-info .title h1 {
      font-size: 2em;
      font-weight: bold;
      color: #fff; }
    .eap-homepage-5 .hero .hero-info .subtitle {
      font-size: 1em;
      font-weight: 700; }

.eap-homepage-5 .about-us .farms-col {
  background-color: #f5f7fa;
  border: 1px solid #dae1e9;
  height: 100%;
  border-radius: 6px;
  padding: 1em;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-homepage-5 .about-us .farms-col:hover {
    background-color: #fff;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.06);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transform: translateY(-3px); }
  .eap-homepage-5 .about-us .farms-col .farms-title {
    font-weight: bold;
    font-size: 1.24em;
    color: #9ba6b2; }
  .eap-homepage-5 .about-us .farms-col ul {
    padding: 0;
    list-style: none; }
    .eap-homepage-5 .about-us .farms-col ul li {
      color: #4285f4;
      font-weight: 700;
      padding-left: 1em;
      margin-top: 0.5em; }

.eap-homepage-5 .about-us .about-us-image {
  width: 100%;
  border-radius: 8px;
  background-position: center;
  height: 250px;
  background-size: cover;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.06); }

.eap-homepage-5 .about-us .about-us-title {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

.eap-homepage-5 .about-us .about-us-subtitle {
  font-size: 1.125em;
  margin-bottom: 1em; }

.eap-homepage-5 .blog-feed .single-post {
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow: hidden;
  border-radius: 8px;
  padding: 1em; }
  .eap-homepage-5 .blog-feed .single-post:hover {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: translateY(-3px); }
    .eap-homepage-5 .blog-feed .single-post:hover .read-more {
      opacity: 1;
      transition: 0.4s ease;
      right: 1em; }
      .eap-homepage-5 .blog-feed .single-post:hover .read-more .bar {
        right: 0px;
        transition: 0.4s ease; }
  .eap-homepage-5 .blog-feed .single-post .read-more {
    position: absolute;
    text-align: right;
    bottom: 2em;
    right: -100px;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1); }
  .eap-homepage-5 .blog-feed .single-post .read-more-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9em; }
  .eap-homepage-5 .blog-feed .single-post .bar {
    width: 250px;
    background-color: #fff;
    height: 4px;
    border-radius: 1px;
    right: -200px;
    position: absolute;
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transform: skew(-45deg);
    opacity: 0.5; }
  .eap-homepage-5 .blog-feed .single-post .post-info {
    position: relative;
    padding: 2em 1em; }
  .eap-homepage-5 .blog-feed .single-post h2 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }

.eap-homepage-5 .brag-feed .brag {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 2em;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.06);
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  border-top: 4px solid #4285f4; }
  @media screen and (max-width: 416px) {
    .eap-homepage-5 .brag-feed .brag {
      padding: 1em;
      font-size: 1em; } }

.eap-homepage-5 .home-cta {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
  border-top: 4px solid #4285f4; }
  .eap-homepage-5 .home-cta .cta-info {
    position: relative;
    text-align: center;
    margin: 0 auto; }
    .eap-homepage-5 .home-cta .cta-info &gt; div {
      margin: 0.5em; }
  .eap-homepage-5 .home-cta .title {
    font-size: 2em;
    font-weight: bold; }
  .eap-homepage-5 .home-cta .subtitle {
    color: white;
    opacity: 0.8;
    font-size: 1.5em;
    font-weight: 400;
    opacity: 0.5;
    margin-top: 24px;
    margin-bottom: 48px; }

.eap-homepage-5 .idx-search {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 900px;
  margin: 2em auto !important;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  box-shadow: 0 25px 50px 0 rgba(60, 72, 88, 0.1); }

.eap-homepage-5 .eap-background-overlay {
  display: none; }

.eap-homepage-5 .eap-idx-search-form {
  margin: 0.5em;
  position: relative; }
  .eap-homepage-5 .eap-idx-search-form .form-control {
    height: 60px;
    font-size: 1.5em;
    border-radius: 60px 0 0 60px !important; }
  .eap-homepage-5 .eap-idx-search-form input::placeholder {
    font-size: 18px !important;
    line-height: 35px; }
  .eap-homepage-5 .eap-idx-search-form .search-button {
    height: 60px;
    border-radius: 0px 50px 50px 0 !important; }

.eap-homepage-5 .eap-homes-widget-areas li.link {
  padding-top: 1em;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .eap-homepage-5 .eap-homes-widget-areas li.link:hover {
    transform: translateY(-2px);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    opacity: 1; }

.eap-homepage-5 .eap-homes-widget-areas .link a {
  font-weight: 700;
  text-decoration: none; }

.eap-homepage-5 .eap-homes-widget-areas ul.areas-default {
  font-size: 16px;
  list-style: none;
  padding-left: none;
  column-count: 1 !important;
  background: rgba(255, 255, 255, 0); }
  @media screen and (max-width: 850px) {
    .eap-homepage-5 .eap-homes-widget-areas ul.areas-default {
      column-count: 1 !important; } }
  @media screen and (max-width: 600px) {
    .eap-homepage-5 .eap-homes-widget-areas ul.areas-default {
      column-count: 1 !important;
      padding-left: 0; } }
</pre></body></html>