@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.c-section-title__text-container {
  position: relative;
}
.c-section-title__title {
  color: #002858;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  font-size: 2.25em;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-section-title__title {
    font-size: 1.8em;
    margin: 0 0 20px;
  }
}
@media (max-width: 1199.98px) {
  .c-section-title__title {
    font-size: 1.625em;
  }
}
@media (max-width: 767.98px) {
  .c-section-title__title {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 25px;
  }
}
.light .c-section-title__title {
  color: #fff;
}
.small-title .c-section-title__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.56;
}
.product-title .c-section-title__title {
  font-size: 1.5em;
  color: #3fb2d2;
  text-align: left;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .product-title .c-section-title__title {
    font-size: 1.2em !important;
  }
}
@media (max-width: 991.98px) {
  .product-title .c-section-title__title {
    font-size: 1.125em !important;
  }
}
.light .c-section-title__text {
  color: #fff !important;
}
.text-left .c-section-title__text {
  text-align: left;
  line-height: 1.75;
}
.c-section-title__text ul {
  padding-left: 25px;
}
@media (max-width: 1599.98px) {
  .c-section-title__text ul {
    padding-left: 20px;
  }
}
.c-section-title__text ul li {
  list-style-type: disc;
  margin: 20px 0;
}
.c-section-title__text ul li::marker {
  color: #002858;
}
.light .c-section-title__text ul li::marker {
  color: #fff !important;
}
.light .c-section-title__text ul li {
  color: #fff !important;
}