@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-image-text {
  position: relative;
}
.l-image-text__row-container {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .l-image-text__row-container {
    flex-direction: column;
  }
}
.l-image-text__image-container {
  position: relative;
  left: 0;
}
@media (max-width: 1599.98px) {
  .l-image-text__image-container {
    position: static;
  }
}
.l-image-text__image-container--reversed {
  position: static;
}
.l-image-text__img {
  width: 100%;
  max-width: none;
}
@media (max-width: 1599.98px) {
  .l-image-text__img {
    max-width: 100%;
  }
}
.is-simple .l-image-text__img {
  border-radius: 12px;
}
.l-image-text__title {
  font-family: "avenirbook", sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 3.13px;
  color: #483696;
  text-wrap: balance;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .l-image-text__title {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__title {
    font-size: 1.25em;
    margin-top: 25px;
    margin-bottom: 20px;
    text-wrap: wrap;
  }
}
.l-image-text__text {
  color: #fff;
  font-family: "avenirbook", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 20px;
  padding-bottom: 50px;
}
.text-dark .l-image-text__text {
  color: #000;
  line-height: 1.6;
}
.is-simple .l-image-text__text {
  padding-bottom: 0;
}
@media (max-width: 1599.98px) {
  .l-image-text__text {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__text {
    font-size: 1em;
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
.l-image-text__text li {
  list-style-type: disc !important;
  margin: 0 0 0 20px !important;
}
.l-image-text__text li::marker {
  color: #50D5EC !important;
}
.l-image-text__button {
  margin: 30px 0 0;
}
.l-image-text__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  max-width: 450px;
}
@media (max-width: 991.98px) {
  .l-image-text__text-container {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.l-image-text--left .l-image-text__text-container {
  float: left;
}
.l-image-text--left .l-image-text__text-container {
  float: right;
}
.l-image-text__text-container:after {
  content: "";
  position: absolute;
  bottom: -54px;
  height: 9px;
  width: 9px;
  background-color: #c94eca;
  border-radius: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .l-image-text__text-container:after {
    bottom: -4px;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__text-container:after {
    display: none;
  }
}
.l-image-text--left .l-image-text__text-container:after {
  left: calc(100% + 200px);
}
.l-image-text--right .l-image-text__text-container:after {
  right: calc(100% + 200px);
}
.is-simple .l-image-text__text-container:after {
  content: none;
}
.l-image-text__text-container:before {
  content: "";
  width: calc(100% + 200px);
  height: 1px;
  position: absolute;
  bottom: -50px;
}
@media (max-width: 1199.98px) {
  .l-image-text__text-container:before {
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__text-container:before {
    display: none;
  }
}
.l-image-text--left .l-image-text__text-container:before {
  left: 0;
  background: linear-gradient(133deg, #50D5EC -1%, #c94eca 97%);
}
.l-image-text--right .l-image-text__text-container:before {
  right: 0;
  background: linear-gradient(133deg, #c94eca -1%, #50D5EC 97%);
}
.is-simple .l-image-text__text-container:before {
  content: none;
}