.split-text {
  position: relative;
  overflow: hidden;
}
.split-text .graphic-wrapper {
  top: -5%;
  right: -10%;
  width: 100%;
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: ceter;
      -ms-flex-align: ceter;
          align-items: ceter;
}
@media screen and (max-width: 1200px) {
  .split-text .graphic-wrapper {
    top: 0;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .split-text .graphic-wrapper {
    position: static;
    padding-bottom: 5%;
  }
}
.split-text .graphic-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 40vw;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .split-text .graphic-wrapper img {
    max-width: 30vw;
  }
}
@media screen and (max-width: 800px) {
  .split-text .graphic-wrapper img {
    max-width: 90%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
.split-text .inner {
  padding-top: 12%;
  padding-bottom: 5%;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .split-text .inner {
    padding-top: 0%;
  }
}
.split-text .split-text-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.split-text .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .split-text .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.split-text .left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  gap: 1em;
}
@media screen and (max-width: 800px) {
  .split-text .left-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.split-text .right-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-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 800px) {
  .split-text .right-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.5em;
  }
}
.split-text .small-text {
  text-transform: uppercase !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .split-text .small-text {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
.split-text .number-col {
  color: var(--color-secondary);
}
.split-text .number-col h4 {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--font-heading-xp);
  margin: 0;
  color: var(--color-secondary);
}
.split-text .heading-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (max-width: 800px) {
  .split-text .heading-col .xlarge-text {
    text-transform: none !important;
  }
}
.split-text .content-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 50ch;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .split-text .content-col {
    text-align: left;
  }
}
.split-text .content-col p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=split-text.css.map */