@-webkit-keyframes heading-highlighted-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes heading-highlighted-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.heading-highlighted-wrapper {
  display: inline-block;
  position: relative;
}
.heading-highlighted-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.heading-highlighted-wrapper svg path {
  stroke: #333b69;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: heading-highlighted-dash 10s infinite;
  animation: heading-highlighted-dash 10s infinite;
}

.heading-highlighted-text-active {
  position: relative;
}

.heading-highlighted-text {
  display: inline-block;
  white-space: nowrap;
  top: 0;
  left: 0;
}

.sc_heading .line {
  height: 1px;
  background-color: #333;
  width: 35px;
}
.sc_heading .line_style1 .line-before {
  height: 1px;
  background-color: #333;
  width: 35px;
}
.sc_heading .line_style1 .line-after {
  height: 1px;
  background-color: #333;
  width: 35px;
}
.sc_heading .line_style1 .line {
  height: 3px;
  width: 3px;
  margin: 0 5px;
}
.sc_heading.clone_title .title {
  position: relative;
}
.sc_heading.clone_title .clone {
  font-size: 200%;
  width: 100%;
  opacity: 0.05;
  position: absolute;
  bottom: 22px;
  color: #333;
  left: 10px;
}
.sc_heading.right {
  align-items: flex-end;
}
.sc_heading.left {
  align-items: start !important;
}
.sc_heading.right {
  align-items: end !important;
}
.sc_heading .sub-heading:before {
  content: "";
}
.sc_heading .sub-heading:after {
  content: "";
}
.sc_heading.text-nowrap .title {
  text-wrap: nowrap;
}

/*# sourceMappingURL=style.css.map */
