footer#footer-section {
  margin-top: 249px;
}
footer#footer-section .footer--wrapper {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  footer#footer-section .footer--wrapper {
    gap: 25px;
  }
}
footer#footer-section .footer-image-with-text {
  margin: -200px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  max-height: 375px;
  overflow: hidden;
}
footer#footer-section .footer-image-with-text .image--container {
  position: relative;
  padding-top: 25%;
  border-radius: 0px;
  overflow: hidden;
  max-width: 450px;
  align-self: stretch;
  width: 100%;
}
footer#footer-section .footer-image-with-text .image--container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer#footer-section .footer-image-with-text .content--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  padding: 30px;
  background-color: rgb(32, 32, 32);
  width: 100%;
}
footer#footer-section .footer-image-with-text .content--container .heading {
  font-family: montserrat, sans-serif;
  font-size: 43px;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.1;
  text-transform: capitalize;
}
footer#footer-section .footer-image-with-text .content--container .heading strong {
  font-weight: 600;
}
footer#footer-section .footer-image-with-text .content--container .heading:after {
  content: "";
  display: block;
  margin: 24px auto 0px;
  width: 70px;
  height: 4px;
  background-color: white;
}
footer#footer-section .footer-image-with-text .content--container a.cta {
  font-family: source-sans-3, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 32px;
  white-space: nowrap;
}
footer#footer-section .footer-image-with-text .content--container a.cta .arrow--container--wrapper {
  border: 1px solid rgb(158, 133, 77);
}
footer#footer-section .footer-image-with-text .content--container a.cta .arrow--container--wrapper .arrow--container {
  background: rgb(158, 133, 77);
}
footer#footer-section .footer-image-with-text .content--container a.cta:hover .arrow--container--wrapper {
  border-color: white;
}
footer#footer-section .footer-image-with-text .content--container a.cta:hover .arrow--container--wrapper .arrow--container {
  background: white;
}
footer#footer-section .footer-image-with-text .content--container a.cta:hover .arrow--container--wrapper .arrow--container svg {
  fill: rgb(158, 133, 77);
}
footer#footer-section .footer-image-with-text .hero--social-links {
  align-self: stretch;
  background-color: rgb(32, 32, 32);
  border-color: rgba(255, 255, 255, 0.62) !important;
  border-left: 1px solid !important;
  border-bottom: 1px solid;
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  footer#footer-section .footer-image-with-text {
    flex-direction: column;
    padding: 0 20px;
    max-height: unset;
  }
  footer#footer-section .footer-image-with-text .image--container {
    max-width: unset;
    height: 199px;
  }
  footer#footer-section .footer-image-with-text .content--container .heading {
    font-size: 30px;
  }
  footer#footer-section .footer-image-with-text .hero--social-links {
    flex-direction: row;
    justify-content: space-around;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.62) !important;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
  }
}
footer#footer-section .footer--logo {
  display: flex;
  width: 100%;
}
footer#footer-section .footer--logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer#footer-section .footer--logo a img {
  max-width: 340px;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer#footer-section .footer--logo a img {
    max-width: 300px;
  }
}
footer#footer-section .footer--call-us {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer#footer-section .footer--call-us h3 {
  font-family: roboto, sans-serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer#footer-section .footer--call-us a {
  font-family: source-sans-3, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  text-transform: none;
  color: white;
  text-decoration: none;
}
footer#footer-section ul.footer--locations {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 35px;
  padding: 0;
}
footer#footer-section ul.footer--locations li.footer--location-item {
  text-align: center;
}
footer#footer-section ul.footer--locations li.footer--location-item h4 {
  margin: 0px 0px 12px;
  font-family: roboto, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
footer#footer-section ul.footer--locations li.footer--location-item p {
  margin: 0px 0px 12px;
  font-family: source-sans-3, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer#footer-section ul.footer--locations {
    flex-direction: column;
  }
}
footer#footer-section .bottom--footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
  width: 100%;
  background: rgb(17, 15, 16);
  padding: 20px;
}
footer#footer-section .bottom--footer .footer--review {
  font-family: source-sans-3, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
footer#footer-section .bottom--footer .footer--review a {
  font-family: source-sans-3, sans-serif;
  color: white;
  text-decoration: none;
}
footer#footer-section .bottom--footer .copyright * {
  font-family: source-sans-3, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  footer#footer-section .bottom--footer {
    flex-direction: column;
  }
  footer#footer-section .bottom--footer .copyright * {
    text-align: center;
    font-size: 15px;
  }
}

/*# sourceMappingURL=footer.css.map */
