.elementor-widget-wac-banner {
  width: 100%;
}

.hillwood_banner {
  position: relative;
  background-color: #F4F4F4;
}
@media (max-width: 575.98px) {
  .hillwood_banner .img_section .desktop_img {
    display: none;
  }
}
@media (min-width: 576px) {
  .hillwood_banner .img_section .mobile_img {
    display: none;
  }
}
.hillwood_banner .img_section figure {
  position: relative;
}
.hillwood_banner .img_section figure::after {
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 40.625%;
}
.hillwood_banner .img_section figure > img, .hillwood_banner .img_section figure > picture, .hillwood_banner .img_section figure > video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hillwood_banner .img_section figure > img img, .hillwood_banner .img_section figure > picture img, .hillwood_banner .img_section figure > video img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .hillwood_banner .img_section figure {
    position: relative;
  }
  .hillwood_banner .img_section figure::after {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 55.9895833333%;
  }
  .hillwood_banner .img_section figure > img, .hillwood_banner .img_section figure > picture, .hillwood_banner .img_section figure > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .hillwood_banner .img_section figure > img img, .hillwood_banner .img_section figure > picture img, .hillwood_banner .img_section figure > video img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767.98px) {
  .hillwood_banner .img_section figure {
    position: relative;
  }
  .hillwood_banner .img_section figure::after {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 50%;
  }
  .hillwood_banner .img_section figure > img, .hillwood_banner .img_section figure > picture, .hillwood_banner .img_section figure > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .hillwood_banner .img_section figure > img img, .hillwood_banner .img_section figure > picture img, .hillwood_banner .img_section figure > video img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 575.98px) {
  .hillwood_banner .img_section figure {
    position: relative;
  }
  .hillwood_banner .img_section figure::after {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 135.2657004831%;
  }
  .hillwood_banner .img_section figure > img, .hillwood_banner .img_section figure > picture, .hillwood_banner .img_section figure > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .hillwood_banner .img_section figure > img img, .hillwood_banner .img_section figure > picture img, .hillwood_banner .img_section figure > video img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.content_section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.content_section .banner_container {
  padding-inline: 16px;
  max-width: 1216px;
  margin-inline: auto;
  height: 100%;
}

.content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 630px;
}
@media (max-width: 991.98px) {
  .content_wrapper {
    max-width: 480px;
  }
}
.content_wrapper .banner_tag {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C5853A;
  line-height: 1;
  margin: 0;
}
.content_wrapper .banner_title {
  margin: 0;
  margin-top: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.09;
  color: #2A2A2A;
}
@media (max-width: 1199.98px) {
  .content_wrapper .banner_title {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .content_wrapper .banner_title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .content_wrapper .banner_title {
    font-size: 36px;
  }
}
.content_wrapper .banner_subtext {
  margin: 0;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #2A2A2A;
}
@media (max-width: 767.98px) {
  .content_wrapper .banner_subtext {
    font-size: 15px;
    max-width: 60%;
    line-height: 1.3;
  }
}
.content_wrapper .banner_btn {
  width: 142px;
  height: 46px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #EA604B;
  color: #FFFFFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767.98px) {
  .content_wrapper .banner_btn {
    width: 130px;
    height: 42px;
    margin-top: 24px;
    letter-spacing: 1px;
  }
}
@media (hover: hover) {
  .content_wrapper .banner_btn:hover {
    background-color: #000;
    color: #FFFFFF;
  }
}