.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

.hero {
  display: -ms-grid;
  display: grid;
  padding: 25px 50px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-areas: "Top" "Middle" "Video";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto 40px auto;
  grid-template-rows: auto auto auto;
  background-image: url('../images/hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-hero-call-out {
  padding: 30px 30px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-areas: "Description" "Video";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: #fff;
  text-align: center;
}

.text-block {
  color: #fff;
}

.italic-text {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 300;
}

.heading {
  font-family: 'PT Sans', sans-serif;
  font-size: 3em;
  line-height: 1.1em;
}

.bold-text {
  color: #f9c73d;
}

.list {
  width: 80%;
  margin: 40px auto;
  padding-left: 0px;
  text-align: left;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 35px;
  background-image: url('../images/checkmark.png');
  background-position: 0% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #f9c73d;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  background-color: #c3a469;
}

.text-span {
  color: #ffc300;
}

.text-block-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.div-hero-footer {
  padding: 50px;
  background-color: #003e7c;
  text-align: center;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.grey-bk {
  background-color: #fafafa;
}

.section-content.no-pad {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-3 {
  max-width: 800px;
  text-align: center;
}

.heading-2 {
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 2.5em;
  text-align: center;
}

.heading-2.centered {
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.bold-gold {
  color: #f9c73d;
  font-weight: 700;
}

.list-2 {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  list-style-type: decimal;
}

.list-item-2 {
  font-weight: 400;
  text-align: left;
}

.div-block-4 {
  font-weight: 300;
  text-align: left;
}

.list-item-3 {
  margin-bottom: 20px;
  padding-left: 10px;
}

.section-divider {
  padding: 50px;
  background-color: #003e7c;
  font-weight: 700;
  text-align: center;
}

.text-block-4 {
  font-family: 'PT Sans', sans-serif;
  color: #f9c73d;
}

.div-jose {
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.div-flex-child {
  width: 45%;
}

.text-block-5 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: left;
}

.text-span-2 {
  color: #811c88;
  font-weight: 400;
}

.div-block-5 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #c2bdbd;
}

.div-block-6 {
  width: 1000px;
  text-align: center;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}

.text-span-3 {
  color: #000;
}

.heading-4 {
  margin-bottom: 60px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 2.5em;
  line-height: 1em;
}

.text-span-4 {
  color: #f9c73d;
}

.green-button {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #f9c73d;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.green-button:hover {
  background-color: #c3a469;
}

.text-block-6 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99998;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-get-offer {
  z-index: 99999;
  max-width: 800px;
  min-width: 300px;
  background-color: #fff;
}

.modal-close {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: 0%;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  float: right;
  border-radius: 50%;
  background-color: #d4d4d4;
  color: #858585;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.sell-now-header {
  color: #8f008e;
  font-size: 36px;
  line-height: 0.9em;
}

.sell-now-subtext {
  color: #000;
  font-size: 24px;
}

.get-offer-button {
  min-width: 200px;
  padding: 15px 30px;
  background-color: #ffc300;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.get-offer-button:hover {
  border-radius: 4px;
  background-color: #ffcd29;
}

.get-offer-button._100perc {
  width: 100%;
}

.get-offer-button._100perc:hover {
  background-color: #ffcd29;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph {
  font-weight: 700;
}

.text-block-7 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}

.div-block-8 {
  padding: 30px;
}

.div-block-9 {
  position: relative;
  height: 100px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #eee;
  text-align: center;
}

.text-block-8 {
  color: #858585;
  font-size: 14px;
}

.div-block-10 {
  height: 10px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 18px;
  background-color: #858585;
}

.div-block-11 {
  width: 50%;
  height: 10px;
  border-radius: 8px;
  background-color: #5ebd01;
}

.text-block-9 {
  margin-top: 20px;
  color: #858585;
  font-size: 12px;
  text-align: center;
}

.section-3 {
  padding: 50px 10%;
  text-align: center;
}

.heading-5 {
  margin-bottom: 25px;
  font-family: 'PT Sans', sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.text-block-10 {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1em;
}

.section-4 {
  height: 40px;
  background-color: #5b6580;
}

.heading-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}

.section-5 {
  background-color: #003e7c;
  color: #fff;
}

.contact-us-icon {
  padding-top: 9px;
  float: left;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  font-family: 'Fa solid 900', sans-serif;
  color: #403e3f;
  font-size: 2.5em;
  font-weight: 400;
}

.contact-us-medium {
  margin-bottom: 15px;
  float: none;
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
}

.contact-subtext {
  font-size: 0.9em;
  font-weight: 300;
}

.get-offer-button-2 {
  min-width: 200px;
  padding: 15px 30px;
  background-color: #8f008e;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}

.get-offer-button-2:hover {
  border-radius: 4px;
  background-color: #211f20;
}

.get-offer-button-2._100perc {
  width: 100%;
}

.section-standard {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-standard.contact-us-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 50px 25px 1fr;
  grid-template-columns: 50px 1fr;
  -ms-grid-rows: 0fr 50px auto;
  grid-template-rows: 0fr auto;
}

.contactus-grid {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 50px 16px auto;
  grid-template-columns: 50px auto;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.text-block-11 {
  margin-bottom: 50px;
}

.div-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  margin-bottom: 0px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
}

.text-block-21 {
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-38 {
  font-size: 16px;
}

.link {
  color: #fff;
}

.heading-legal {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.section-standard-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-learn-more {
  padding: 20px 75px;
  border-radius: 4px;
  background-color: #5ebd01;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.button-learn-more:hover {
  background-color: #4d9b01;
}

.div-block-content {
  max-width: 1200px;
  line-height: 1.2em;
  text-align: center;
}

.div-block-39 {
  max-width: 800px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.heading-gold {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9c73d;
  font-size: 1.5em;
  line-height: 1.2em;
  font-style: normal;
}

.text-span-5 {
  color: #f9c73d;
  font-weight: 400;
}

.link-2 {
  color: #000;
}

.link-2.w--current {
  color: #fff;
}

.div-block-40 {
  position: relative;
}

.bold-text-4 {
  color: #f9c73d;
}

.div-block-41 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-areas: "Form" "Text";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 40px auto;
  grid-template-rows: auto auto;
}

.text-block-22 {
  margin-bottom: 15px;
  text-align: center;
}

.heading-9 {
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center;
}

.text-block-23 {
  margin-bottom: 20px;
  color: #f9c73d;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.div-divider {
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  border-top: 1px solid #e6e3e3;
}

.div-block-42 {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-top: 50px;
}

.text-block-25 {
  color: #f9c73d;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 1.2em;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 15px 30px;
  background-color: #f9c73d;
  color: #003e7c;
  font-weight: 700;
}

.div-block-44 {
  margin-top: -20px;
  margin-right: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #c3a469;
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: right;
}

.text-block-26 {
  color: #003e7c;
  font-size: 1em;
  font-weight: 700;
}

.image-3 {
  width: 300px;
  margin-top: -50px;
}

.div-centered-box {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

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

.html-embed {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .hero {
    padding-right: 5%;
    padding-left: 5%;
    grid-template-areas: "Top" "Middle" "Video";
  }
  .div-hero-call-out {
    width: 100%;
    padding-right: 65px;
    padding-left: 65px;
  }
  .heading {
    font-size: 2.5em;
  }
  .text-block-2 {
    width: 100%;
  }
  .section-content {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading-2 {
    font-size: 2.5em;
  }
  .section-divider {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-jose {
    width: 100%;
  }
  .text-block-5 {
    width: 90%;
  }
  .modal-wrapper {
    display: none;
  }
  .modal-get-offer {
    max-width: 95%;
  }
  .get-offer-button {
    font-size: 18px;
  }
  .get-offer-button-2 {
    font-size: 18px;
  }
  .div-block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-3 {
    font-size: 0.7em;
  }
  .div-block-41 {
    width: 100%;
    grid-row-gap: 32px;
    grid-template-areas: "Video" "Form" "Note";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 32px auto 32px auto;
    grid-template-rows: auto auto auto;
  }
  .div-block-42 {
    width: 100%;
  }
  .text-block-25 {
    font-size: 2.5em;
  }
  .heading-10 {
    font-size: 2em;
  }
  .div-block-43 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  .text-block-26 {
    top: 20px;
  }
  .image-2 {
    display: none;
  }
  .image-3 {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .div-hero-call-out {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .italic-text {
    font-size: 1em;
  }
  .heading {
    font-size: 2.5em;
  }
  .bold-text {
    line-height: 36px;
  }
  .list {
    width: auto;
  }
  .list-item {
    font-size: 1em;
  }
  .div-hero-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .list-item-3 {
    font-size: 1em;
  }
  .text-block-4 {
    font-size: 42px;
  }
  .div-jose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-flex-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .text-block-5 {
    width: 100%;
    font-size: 1em;
  }
  .heading-4 {
    font-size: 42px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    text-align: center;
  }
  .div-block-12 {
    margin-bottom: 30px;
  }
  .section-3 {
    padding-bottom: 60px;
  }
  .heading-5 {
    font-size: 2em;
  }
  .contact-us-icon {
    margin-top: 14px;
    font-size: 41px;
  }
  .contact-subtext {
    font-size: 18px;
  }
  .section-standard.contact-us-grid {
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 50px auto;
    grid-template-columns: 50px auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contactus-grid {
    width: 100%;
  }
  .bold-text-3 {
    font-size: 0.5em;
    line-height: 1em;
  }
  .div-block-39 {
    margin-top: 50px;
  }
  .text-block-25 {
    font-size: 2em;
  }
  .heading-10 {
    font-size: 1.5em;
  }
}

@media (max-width: 479px) {
  .hero {
    padding-bottom: 100px;
    grid-row-gap: 20px;
  }
  .div-hero-call-out {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-2 {
    font-size: 1.75em;
  }
  .list-2 {
    padding-left: 25px;
  }
  .text-block-4 {
    font-size: 36px;
  }
  .heading-3 {
    font-size: 1.75em;
  }
  .heading-4 {
    font-size: 36px;
  }
  .green-button {
    width: 100%;
  }
  .get-offer-button {
    font-size: 16px;
  }
  .section-3 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .heading-5 {
    font-size: 1.5em;
  }
  .text-block-10 {
    font-size: 1em;
  }
  .heading-7 {
    margin-bottom: 25px;
    font-size: 1em;
  }
  .contact-us-icon {
    display: none;
    min-height: 43px;
    margin-top: 14px;
  }
  .contact-us-medium {
    text-align: center;
  }
  .contact-subtext {
    font-size: 14px;
  }
  .get-offer-button-2 {
    font-size: 16px;
  }
  .section-standard {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-standard.contact-us-grid {
    padding-top: 25px;
    padding-bottom: 25px;
    justify-items: stretch;
  }
  .contactus-grid {
    margin-bottom: 30px;
  }
  .footer-copyright {
    font-size: 12px;
  }
  .section-standard-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-learn-more {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .heading-gold {
    font-size: 1em;
  }
  .heading-9 {
    font-size: 1.75em;
  }
  .text-block-25 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .heading-10 {
    font-size: 1em;
  }
  .button-2 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .text-block-26 {
    font-size: 1em;
  }
  .image-3 {
    width: 250px;
    margin-top: -10px;
  }
  .image-4 {
    max-width: 80%;
  }
}

#w-node-db5fa08e81a8-e65ab3b9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Middle;
}

#w-node-682f39d15bc0-e65ab3b9 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Video;
}

.div-hero-call-out>#w-node-682f39d15bc0-e65ab3b9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-1bfac7c41258-e65ab3b9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Top;
  -ms-grid-column-align: end;
  justify-self: end;
}

#dirForm.w-node-c81e359398fd-e65ab3b9 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Form;
}

#w-node-cac01fa24d8a-e65ab3b9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Text;
}

@media (max-width: 991px) {
  #dirForm.w-node-c81e359398fd-e65ab3b9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

#w-node-42164f81d867-e65ab3b9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-42164f81d869-e65ab3b9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-42164f81d871-e65ab3b9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-42164f81d873-e65ab3b9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-db5fa08e81a8-e65ab3b9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Middle;
  }
  #w-node-682f39d15bc0-e65ab3b9 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: Video;
  }
  .div-hero-call-out>#w-node-682f39d15bc0-e65ab3b9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #w-node-1bfac7c41258-e65ab3b9 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Top;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-cac01fa24d8a-e65ab3b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media (max-width: 991px) {
  #w-node-db5fa08e81a8-e65ab3b9 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-682f39d15bc0-e65ab3b9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #w-node-1bfac7c41258-e65ab3b9 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #w-node-db5fa08e81a8-e65ab3b9 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-682f39d15bc0-e65ab3b9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #w-node-1bfac7c41258-e65ab3b9 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-42164f81d869-e65ab3b9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-42164f81d873-e65ab3b9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}