.connect-with-our-experts .sub-homepage-banner {
  position: relative;
  background: #D90E2B;
  z-index: 100;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner {
    position: unset;
    background: linear-gradient(to right, transparent 0%, transparent 50%, #D90E2B 50%, #D90E2B 100%);
    width: 100%;
  }
}
.connect-with-our-experts .sub-homepage-banner .container-fluid .row {
  display: block;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container-fluid .row {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.connect-with-our-experts .sub-homepage-banner .container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 0;
  padding: 40px 20px 50px 20px;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container {
    padding: 0;
  }
}
.connect-with-our-experts .sub-homepage-banner .container .shb-text {
  background-color: #D90E2B;
  padding-right: 0;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-text {
    padding: 52px 20px;
  }
}
.connect-with-our-experts .sub-homepage-banner .container .shb-text h2 {
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-text h2 {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-text.push-3 {
    margin-left: calc(1/12 * 100%);
  }
}
@media (min-width: 61.25em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-text.push-3 {
    margin-left: calc(3/12 * 100%);
  }
}
.connect-with-our-experts .sub-homepage-banner .container .shb-button {
  background-color: #D90E2B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 20px;
}
.connect-with-our-experts .sub-homepage-banner .container .shb-button .btn {
  width: 100%;
  max-width: 400px;
  padding: 25px 80px 25px 10px;
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-button .btn {
    min-width: 280px;
    width: 300px;
  }
}
@media (min-width: 48em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-button.column-4 {
    width: calc(6/12 * 100%);
  }
}
@media (min-width: 61.25em) {
  .connect-with-our-experts .sub-homepage-banner .container .shb-button.column-4 {
    width: calc(4/12 * 100%);
  }
}
.connect-with-our-experts h1, .connect-with-our-experts h2, .connect-with-our-experts h3, .connect-with-our-experts a {
  font-family: "Helvetica Neue", sans-serif;
}
.connect-with-our-experts .btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.connect-with-our-experts .btn.btn--secondary {
  background-color: #ffffff;
  padding: 14px 48px 14px 18px;
  border: 1px solid #D90E2B;
  color: #4d4d4d;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.connect-with-our-experts .btn.btn--secondary:before {
  width: 0%;
  height: calc(100% + 1px);
  top: -1px;
  left: 0;
  background: #D90E2B;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.connect-with-our-experts .btn.btn--secondary:after {
  content: "";
  background-image: url("../../images/svg/select-chevron.svg");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center center;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  line-height: 48px;
  text-align: center;
  width: 48px;
  transition: all 0.2s ease-out;
}
.connect-with-our-experts .btn.btn--secondary:hover {
  color: #ffffff;
  cursor: pointer;
}
.connect-with-our-experts .btn.btn--secondary:hover:before {
  width: calc(100% + 1px);
}
.connect-with-our-experts .btn.btn--secondary:hover:after {
  content: "";
  background-image: url("select-chevron-white.svg");
}
@media (min-width: 48em) {
  .connect-with-our-experts .btn.btn--secondary {
    min-width: 278px;
  }
}
.connect-with-our-experts .btn.btn--primary {
  padding: 25px 85px 25px 15px;
  color: #ffffff;
  background: #D90E2B;
  text-align: center;
  outline: 0;
  border: 1px solid #ffffff;
}
.connect-with-our-experts .btn.btn--primary:before {
  content: "";
  border-left: 1px solid #ffffff;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(to right, #D90E2B 50%, #bc0c24 50%);
  background-size: 200% 100%;
  width: 70px;
  transition: all 0.2s ease-out;
}
.connect-with-our-experts .btn.btn--primary:after {
  content: "";
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("chevron-right-white.svg");
  background-size: 8px 16px;
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
}
.connect-with-our-experts .btn.btn--primary:hover {
  cursor: pointer;
}
.connect-with-our-experts .btn.btn--primary:hover:before {
  background-position: -70px 0;
}
@media (min-width: 48em) {
  .connect-with-our-experts .btn.btn--primary {
    min-width: 280px;
  }
}
.connect-with-our-experts .btn.disabled,
.connect-with-our-experts .btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

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