@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-content-editor__container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 85px;
}
@media (max-width: 991.98px) {
  .l-content-editor__container {
    padding-top: 0px;
  }
}
.l-content-editor__pretitle {
  color: #50d5ec;
  font-size: 1.25em;
  line-height: 1.85;
  letter-spacing: 3.33px;
  text-align: center;
  font-weight: normal;
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.l-content-editor__title {
  font-size: 2.625em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.text-light .l-content-editor__title {
  color: #fff !important;
}
.text-dark .l-content-editor__title {
  color: #483696 !important;
}
.l-content-editor__title::after {
  content: " ";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 40px auto;
}
.text-dark .l-content-editor__title::after {
  background-color: #979797;
}
.text-light .l-content-editor__content p {
  color: #fff !important;
}
.text-dark .l-content-editor__content p {
  color: #000 !important;
}
.l-content-editor__text {
  position: relative;
}
.l-content-editor__button {
  margin-top: 50px;
}
@media (max-width: 1599.98px) {
  .l-content-editor__button {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-content-editor__button {
    margin-top: 30px;
  }
}