@media only screen and (min-width: 768px) {
  .split-feature.media20 .split-feature-inner .img-wrap, .split-feature.media20 .split-feature-inner .icon-outer {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media20 .split-feature-inner .content {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media25 .split-feature-inner .img-wrap, .split-feature.media25 .split-feature-inner .icon-outer {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media25 .split-feature-inner .content {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media30 .split-feature-inner .img-wrap, .split-feature.media30 .split-feature-inner .icon-outer {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media30 .split-feature-inner .content {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media40 .split-feature-inner .img-wrap, .split-feature.media40 .split-feature-inner .icon-outer {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media40 .split-feature-inner .content {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media50 .split-feature-inner .img-wrap, .split-feature.media50 .split-feature-inner .icon-outer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media50 .split-feature-inner .content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media60 .split-feature-inner .img-wrap, .split-feature.media60 .split-feature-inner .icon-outer {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media60 .split-feature-inner .content {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media70 .split-feature-inner .img-wrap, .split-feature.media70 .split-feature-inner .icon-outer {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media70 .split-feature-inner .content {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media75 .split-feature-inner .img-wrap, .split-feature.media75 .split-feature-inner .icon-outer {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media75 .split-feature-inner .content {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media80 .split-feature-inner .img-wrap, .split-feature.media80 .split-feature-inner .icon-outer {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media80 .split-feature-inner .content {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media-right .split-feature-inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.media-right .split-feature-inner .content {
    padding-left: 0;
    padding-right: 2.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature.media-right .split-feature-inner .content {
    padding-right: 4em;
  }
}
.split-feature:not(.bg-color-default) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.split-feature:not(.bg-color-default) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .split-feature:not(.bg-color-default) .block-wrap {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature .split-feature-inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.split-feature .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .split-feature .img-wrap + .content {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature .icon-outer {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.split-feature .icon-outer .icon-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .split-feature .content {
    padding-left: 2.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature .content {
    padding-left: 4em;
  }
}
.split-feature .content h1 {
  font-size: 2.25em;
}
@media only screen and (min-width: 768px) {
  .split-feature .content h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature .content h1 {
    font-size: 3.33em;
  }
}
.split-feature .content .aos-init .title:after {
  width: 100% !important;
}
.split-feature .content .aos-init h1.title:after {
  width: 33.33% !important;
}
.split-feature .content h1.title:after {
  width: 33.33%;
}
.split-feature .content h3 {
  font-size: 1.2em;
}
@media only screen and (min-width: 980px) {
  .split-feature .content h3 {
    font-size: 1.4em;
  }
}
.split-feature .content h1 + .description-wrap, .split-feature .content h2 + .description-wrap, .split-feature .content h3 + .description-wrap {
  padding-top: 0.5em;
}
.split-feature .content .description-wrap p {
  font-size: 1.15em;
}
@media only screen and (min-width: 1140px) {
  .split-feature .content .description-wrap p {
    font-size: 1.2em;
  }
}
.split-feature .content .link-wrap .btn {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .split-feature .content .link-wrap .btn {
    margin-right: 1em;
  }
}
.split-feature.style-default:not(.bg-color-default), .split-feature.style-alt:not(.bg-color-default) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.split-feature.style-default:not(.bg-color-default) .block-wrap, .split-feature.style-alt:not(.bg-color-default) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .split-feature.style-default:not(.bg-color-default) .block-wrap, .split-feature.style-alt:not(.bg-color-default) .block-wrap {
    padding: 0 15px;
  }
}
.split-feature.style-default:not(.img-flush-bottom) .img-wrap img, .split-feature.style-alt:not(.img-flush-bottom) .img-wrap img {
  border-radius: 15px 0 15px 0;
}
.split-feature.style-default .img-wrap, .split-feature.style-alt .img-wrap {
  position: relative;
}
.split-feature.style-default .img-wrap span {
  display: block;
  position: relative;
}
.split-feature.style-default + .split-feature.style-default {
  padding-top: 0;
}
.split-feature.style-alt {
  margin-top: 2.5em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media only screen and (min-width: 980px) {
  .split-feature.style-alt {
    margin-top: 4em;
  }
}
.split-feature.style-alt:before {
  background: url("../../img/banner-bg.svg") center top;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  top: -25px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .split-feature.style-alt:before {
    height: 225px;
    top: -35px;
  }
}
.split-feature.style-alt .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .split-feature.style-alt .block-wrap {
    padding: 0 15px;
  }
}
.split-feature.style-alt .split-feature-inner {
  align-items: center;
  background-color: #fff;
  border: 4px solid #732472;
  border-radius: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 250px;
  overflow: hidden;
  padding: 2em;
  position: relative;
  z-index: 2;
}
.split-feature.style-alt .split-feature-inner h2, .split-feature.style-alt .split-feature-inner h3 {
  color: #732472;
}
.split-feature.style-alt .split-feature-inner p, .split-feature.style-alt .split-feature-inner li {
  color: #58595D;
}
.split-feature.style-alt .split-feature-inner .btn {
  background-color: #E31F31;
  color: #fff;
}
.split-feature.style-alt .split-feature-inner .btn:hover {
  background-color: #B7312C;
}
.split-feature.style-alt .img-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .split-feature.style-alt .img-wrap {
    align-self: flex-start;
  }
}
.split-feature.style-alt .img-wrap img {
  border-radius: 10px 0 10px 0;
}
.split-feature.style-alt .img-wrap span {
  position: relative;
  z-index: 2;
}
.split-feature.img-flush-bottom {
  overflow: hidden;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .split-feature.img-flush-bottom .split-feature-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.img-flush-bottom .split-feature-inner {
    align-items: flex-end;
  }
}
.split-feature.img-flush-bottom .content {
  padding-bottom: 2.5em;
}
@media only screen and (min-width: 980px) {
  .split-feature.img-flush-bottom .content {
    padding-bottom: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .split-feature.img-flush-bottom .img-wrap img {
    margin: 0 auto;
    max-height: 225px;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .split-feature.style-logo .split-feature-inner {
    align-items: flex-start;
  }
}
.split-feature.style-logo .split-feature-inner .img-wrap {
  background-color: #fff;
  border: 4px solid #B7312C;
  padding: 2em;
}
.split-feature.style-plain .split-feature-inner .img-wrap:before {
  content: none;
}
@media only screen and (min-width: 980px) {
  .split-feature.has-img-overflow {
    padding-top: 0.5em;
  }
  .split-feature.has-img-overflow .split-feature-inner {
    align-items: center;
  }
  .split-feature.has-img-overflow .content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature.has-img-overflow {
    margin-top: 75px;
    overflow: visible;
    padding-top: 0;
  }
  .split-feature.has-img-overflow .img-wrap {
    margin-top: -100px;
  }
  .split-feature.has-img-overflow .img-wrap img {
    margin-left: -100px;
    max-width: none;
    width: calc(100% + 150px);
  }
}
@media only screen and (min-width: 1400px) {
  .split-feature.has-img-overflow {
    margin-top: 80px;
  }
  .split-feature.has-img-overflow .img-wrap {
    margin-top: -110px;
  }
  .split-feature.has-img-overflow .img-wrap img {
    margin-left: -180px;
    width: calc(100% + 180px);
  }
}
@media only screen and (min-width: 1140px) {
  .split-feature.has-img-overflow.media-right .img-wrap img {
    margin-left: 0;
    margin-right: -150px;
  }
}
@media only screen and (min-width: 1400px) {
  .split-feature.has-img-overflow.media-right .img-wrap img {
    margin-right: -180px;
  }
}
.split-feature.has-collage .img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.8em;
}
.split-feature.has-collage .img-wrap img {
  border-radius: 10px 0 10px 0;
}
.split-feature.has-collage #sf-img1 {
  grid-column: 1;
  grid-row: 1;
}
.split-feature.has-collage #sf-img2 {
  grid-column: 1;
  grid-row: 2;
}
.split-feature.has-collage #sf-img3 {
  grid-column: 2;
  grid-row: 2;
  margin-top: -25%;
}
.split-feature.has-collage #sf-decor {
  align-self: start;
  border-radius: 0;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-top: 7.5%;
  max-width: 33%;
}