@media only screen and (min-width: 992px) {
  header {
    position: absolute;
    left: 30px;
    top: 0;
  }
}

body #content .home-page .hero {
  background: url(/wp-content/uploads/hub-home-page-scaled.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 340px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  body #content .home-page .hero {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  body #content .home-page .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  body #content .home-page .hero .container-lg {
    max-width: 1380px;
  }
}
body #content .home-page .hero .hero-content {
  position: relative;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .hero .hero-content {
    text-align: center;
  }
  body #content .home-page .hero .hero-content .button {
    width: 100%;
  }
  body #content .home-page .hero .hero-content .button:first-of-type {
    margin-bottom: 10px;
  }
}
body #content .home-page .stripe {
  padding-top: 10px;
  padding-bottom: 10px;
}
body #content .home-page .stripe .stripe-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body #content .home-page .stripe .stripe-list {
    justify-content: space-around;
  }
}
body #content .home-page .stripe .stripe-list li {
  flex: 1 1 auto;
  padding-left: 10px;
  padding-right: 10px;
}
body #content .home-page .stripe .stripe-list li span {
  display: block;
  position: relative;
  padding-left: 25px;
}
body #content .home-page .stripe .stripe-list li span i {
  color: #fcbd33;
}
body #content .home-page .stripe .stripe-list li span i.fa-check {
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .stripe .stripe-list li span i.fa-check {
    font-size: 1rem;
  }
}
body #content .home-page .workspace, body #content .home-page .operate, body #content .home-page .support {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .workspace, body #content .home-page .operate, body #content .home-page .support {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body #content .home-page .workspace .title-wrapper, body #content .home-page .operate .title-wrapper, body #content .home-page .support .title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
body #content .home-page .workspace .opening-title, body #content .home-page .operate .opening-title, body #content .home-page .support .opening-title {
  margin-bottom: 30px;
  text-align: center;
}
body #content .home-page .workspace .content-wrapper .col-12, body #content .home-page .operate .content-wrapper .col-12, body #content .home-page .support .content-wrapper .col-12 {
  margin-bottom: 30px;
}
body #content .home-page .workspace .content-wrapper .col-inner, body #content .home-page .operate .content-wrapper .col-inner, body #content .home-page .support .content-wrapper .col-inner {
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0 0 11px -7px;
  background: white;
  border-radius: 10px;
  height: 100%;
}
body #content .home-page .workspace .content-wrapper .col-inner .col-image, body #content .home-page .operate .content-wrapper .col-inner .col-image, body #content .home-page .support .content-wrapper .col-inner .col-image {
  padding-top: 65%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
body #content .home-page .workspace .content-wrapper .col-inner .content, body #content .home-page .operate .content-wrapper .col-inner .content, body #content .home-page .support .content-wrapper .col-inner .content {
  padding: 30px 30px 75px;
}
body #content .home-page .workspace .content-wrapper .title *, body #content .home-page .operate .content-wrapper .title *, body #content .home-page .support .content-wrapper .title * {
  margin-top: 0 !important;
  text-align: center;
  color: #FF7400 !important;
}
body #content .home-page .workspace .content-wrapper .description, body #content .home-page .operate .content-wrapper .description, body #content .home-page .support .content-wrapper .description {
  text-align: center;
}
body #content .home-page .workspace .content-wrapper .btn-wrapper, body #content .home-page .operate .content-wrapper .btn-wrapper, body #content .home-page .support .content-wrapper .btn-wrapper {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
body #content .home-page .workspace .closing-title, body #content .home-page .operate .closing-title, body #content .home-page .support .closing-title {
  text-align: center;
}
body #content .home-page .workspace .title-wrapper {
  margin-bottom: 60px;
}
body #content .home-page .operate {
  background: white;
  position: relative;
  overflow: hidden;
}
body #content .home-page .operate .section-bg-img {
  position: absolute;
  right: -140px;
  top: -150px;
  width: 600px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .operate .section-bg-img {
    width: 430px;
  }
}
body #content .home-page .support {
  background: #f5f5f5;
}
body #content .home-page .location {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .location {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body #content .home-page .location .section-bg-img {
  position: absolute;
  left: -180px;
  top: 80px;
  width: 510px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .location .section-bg-img {
    width: 350px;
  }
}
body #content .home-page .location .title-wrapper {
  text-align: center;
}
body #content .home-page .cta {
  background: url(/wp-content/uploads/Asset-14-scaled.png);
  background-size: 100% 100% !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .cta {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 170% 100% !important;
  }
}
body #content .home-page .cta .title-wrapper {
  margin-bottom: 40px;
}
body #content .home-page .cta .title-wrapper * {
  text-align: center;
}
body #content .home-page .cta .title-wrapper p {
  color: #222;
}
body #content .home-page .cta .content-wrapper .content {
  text-align: center;
  background: #FF7400;
  border-radius: 35px;
  padding: 45px;
}
body #content .home-page .cta .content-wrapper .content * {
  text-align: center;
}
body #content .home-page .cta .content-wrapper .content a {
  display: block;
  background: #fcbd33;
  margin-bottom: 30px;
  border-radius: 15px;
}
body #content .home-page .cta .content-wrapper .content p {
  color: #fbfbfb;
  font-size: 1.5rem !important;
  margin-top: 50px;
  font-weight: 600 !important;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .cta .content-wrapper .content p {
    font-size: 1rem !important;
  }
  body #content .home-page .cta .content-wrapper .content p img {
    width: 20px;
    bottom: 2px;
  }
}
body #content .home-page .cta .content-wrapper .content p img {
  width: 35px;
  position: relative;
  bottom: 9px;
}
@media only screen and (max-width: 575px) {
  body #content .home-page .cta .content-wrapper .content p img {
    width: 20px;
    bottom: 2px;
  }
}

/*# sourceMappingURL=home-page.css.map */
