/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party */
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: white;
  text-align: center;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #0a8659;
}

.logo img {
  max-width: 400px;
  height: auto;
}
@media (max-width: 500px) {
  .logo img {
    max-width: 90vw;
    height: auto;
  }
}

.soon {
  font-size: 1.8rem;
}
@media (max-width: 500px) {
  .soon {
    font-size: 1.5rem;
  }
}

.contact-grid {
  display: grid;
}

.image-banner {
  position: relative;
  isolation: isolate;
}
.image-banner .image-banner-inner-wrapper {
  position: relative;
  z-index: 3;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.image-banner .background-image-wrapper {
  display: flex;
  min-height: 100vh !important;
  max-height: 100vh !important;
  position: relative;
  overflow: hidden;
  background-size: cover;
  align-content: center;
  justify-content: center;
}
.image-banner .background-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--banner);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.image-banner .icon-button .facebook-page-icon {
  color: white;
  font-size: 2rem;
}
.image-banner .icon-button .facebook-page-icon:hover {
  color: #0a8659;
}
.image-banner .contact-grid-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .email,
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .icon-button,
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .phone {
  margin: 1rem !important;
  display: inline-block;
  align-self: center;
}
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .email,
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .phone {
  width: 250px;
}
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .email {
  margin-right: 2rem !important;
}
.image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .phone {
  margin-left: 2rem !important;
  text-align: left;
  letter-spacing: 1.3px;
}
@media (max-width: 680px) {
  .image-banner .contact-grid-wrapper .contact-grid-inner-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  .image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .phone {
    text-align: center !important;
    margin-left: 1rem !important;
    margin-top: 0 !important;
  }
  .image-banner .contact-grid-wrapper .contact-grid-inner-wrapper .email {
    margin-right: 1rem !important;
    margin-bottom: 0 !important;
  }
}

/* stop flattening Group wrappers */
.wp-block-group {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/