:root {
  --dark-white: rgba(187, 187, 187, .9);
  --grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>: #414141;
  --white-dark: #c4c4c4;
  --green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>: #219e95;
  --orange-med: #f69546;
  --gold-light: #f8e6a8;
  --gold-med: #e9c548;
  --gold-med-light: rgba(255, 219, 162, .9);
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.body {
  color: #fff;
  background-color: #111;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.section.footer {
  height: auto;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  width: 70%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.heading-text {
  width: 70%;
  color: var(--dark-white);
  text-align: center;
  text-shadow: 0 0 5px #000;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.button {
  width: 220px;
  max-height: 54px;
  filter: saturate(0%);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(rgba(187, 187, 187, .8), rgba(97, 97, 97, .8));
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  transition: filter .4s, background-color .4s, transform .4s, box-shadow .4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: #fff;
  transform: translate(-3px, -3px);
  box-shadow: 0 0 19px rgba(255, 255, 255, .66), 0 2px 5px rgba(0, 0, 0, .2);
}

.button.section {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.section:hover {
  filter: saturate();
}

.button.form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.property {
  width: 160px;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.button.property:hover {
  transform: none;
}

.item-flex {
  width: 40%;
  height: 400px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: the-seasons;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: font-size .4s, box-shadow .4s, transform .4s, background-color .4s;
  display: flex;
  overflow: hidden;
}

.form-block {
  width: 40%;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
}

.text-field {
  height: 50px;
  border: 1px solid var(--grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>);
  color: var(--white-dark);
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.text-field:focus {
  border-color: #707070;
}

.text-field.message {
  height: 150px;
}

.field-label {
  color: var(--white-dark);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 300;
}

.form-2 {
  margin-left: auto;
  margin-right: auto;
}

.recaptcha {
  margin-top: 30px;
}

.success-message {
  background-color: #219e95;
  border-radius: 3px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: forma-djr-micro;
  font-size: 16px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.error-message {
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: forma-djr-micro;
  font-size: 18px;
  font-weight: 300;
}

.footer-link {
  color: #979797;
  text-align: center;
  margin-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  transition: color .8s;
}

.footer-link:hover {
  color: var(--white-dark);
}

.list {
  width: 40%;
  color: var(--white-dark);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text {
  width: 70%;
  color: var(--white-dark);
  text-align: justify;
  text-shadow: 0 0 5px #000;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: forma-djr-micro;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.section-image {
  width: 70%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle {
  width: 300px;
  height: 300px;
  background-color: var(--green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .31);
  border-radius: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.circle-image {
  width: 50%;
  border-radius: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-div-centered {
  text-align: center;
}

.text-block-3 {
  color: #000;
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    width: 100%;
  }

  .heading-text {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .button {
    width: 180px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .button.section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.property {
    font-size: 14px;
  }

  .item-flex {
    height: 260px;
  }

  .form-block {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    color: var(--white-dark);
  }

  .form-2 {
    width: 90%;
  }

  .text, .section-image {
    width: 100%;
  }

  .circle-image {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.footer {
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .button.property {
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 30px;
  }

  .button.property.w--current {
    margin-top: 10px;
  }

  .item-flex {
    height: 180px;
  }

  .form-block {
    width: 100%;
  }

  .footer-link {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 18px;
  }

  .list {
    width: 60%;
  }

  .circle-image {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 40px 10px 60px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-text {
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    margin-right: auto;
  }

  .button.section {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.property {
    width: 80%;
    margin-right: 0;
    padding: 9px;
  }

  .item-flex {
    width: 100%;
    height: 240px;
  }

  .text-field {
    font-size: 16px;
  }

  .list {
    width: 80%;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}