.mab-headline-dynamic-wrapper {
  display: inline-block;
  position: relative; }
  .mab-headline-dynamic-wrapper .mab-headline-dynamic-text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
    .mab-headline-dynamic-wrapper .mab-headline-dynamic-text.mab-headline-text-active {
      position: relative; }

.mab-headline-text-wrapper {
  vertical-align: bottom; }

.mab-headline-shape-rectangle .mab-headline-dynamic-text {
  background-image: linear-gradient(to top, var(--shape-color, #77f8c2), var(--shape-color, #77f8c2));
  background-repeat: no-repeat;
  background-size: 0% 45%;
  background-position: 0% 70%;
  transition: background-size 1.1s 0.5s; }

.mab-headline-shape-rectangle.mab-animated .mab-headline-dynamic-text {
  background-size: 100% 45%; }

.mab-headline--style-highlight .mab-headline-dynamic-text {
  z-index: 1; }

.mab-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible; }
  .mab-headline--style-highlight svg path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: 0.3s; }

.brxe-max-animated-heading.mab-animated svg path {
  animation: mab-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1; }
  .brxe-max-animated-heading.mab-animated svg path:nth-of-type(2) {
    animation-delay: calc(var(--animation-duration, 1.2s) / 2); }

.brxe-max-animated-heading.mab-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight .4s forwards;
  animation-iteration-count: 1; }

@keyframes mab-headline-dash {
  from {
    stroke-dasharray: 0 1500;
    opacity: 1; }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1; } }

@keyframes hide-highlight {
  from {
    opacity: 1;
    stroke-dasharray: 1500 1500; }
  to {
    opacity: 0;
    filter: blur(10px); } }

.mab-headline--style-rotate .mab-headline-dynamic-wrapper {
  text-align: start; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper:after {
  background-color: #0d0d0d;
  content: "";
  height: 90%;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper:not(.mab-headline-typing-selected):after {
  animation: mab-headline-pulse 1s infinite; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper.mab-headline-typing-selected {
  background-color: #0d0d0d; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper.mab-headline-typing-selected:after {
  visibility: hidden; }

.mab-headline-animation-type-typing .mab-headline-dynamic-wrapper.mab-headline-typing-selected .mab-headline-dynamic-text {
  color: #aebcb9; }

.mab-headline-animation-type-typing .mab-headline-dynamic-text:not(.mab-headline-text-active) {
  visibility: hidden; }

.mab-headline-animation-type-typing .mab-headline-dynamic-letter:not(.mab-headline-animation-in) {
  position: absolute;
  visibility: hidden; }

@keyframes mab-headline-pulse {
  0% {
    opacity: 1;
    transform: translateY(-50%) scale(1); }
  40% {
    opacity: 0;
    transform: translateY(-50%) scale(0.9); }
  to {
    opacity: 0;
    transform: translateY(-50%) scale(0); } }

.mab-headline-animation-type-clip .mab-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top; }

.mab-headline-animation-type-clip .mab-headline-text-wrapper {
  display: inline-block; }

.mab-headline-animation-type-clip .mab-headline-dynamic-text {
  opacity: 0; }
  .mab-headline-animation-type-clip .mab-headline-dynamic-text.mab-headline-text-active {
    opacity: 1; }

.mab-headline-animation-type-flip .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-swirl .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-drop-in .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-wave .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-slide .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-slide-down .mab-headline-dynamic-wrapper {
  transition: width 0.5s; }

.mab-headline-animation-type-flip .mab-headline-dynamic-wrapper {
  perspective: 300px; }

.mab-headline-animation-type-flip .mab-headline-dynamic-text {
  opacity: 0;
  transform: rotateX(180deg);
  transform-origin: 50% 100%; }
  .mab-headline-animation-type-flip .mab-headline-dynamic-text.mab-headline-text-inactive {
    animation: mab-headline-flip-out 1.2s;
    transform: rotateX(180deg); }
  .mab-headline-animation-type-flip .mab-headline-dynamic-text.mab-headline-text-active {
    animation: mab-headline-flip-in 1.2s;
    opacity: 1;
    transform: rotateX(0deg); }

@keyframes mab-headline-flip-in {
  0% {
    opacity: 0;
    transform: rotateX(180deg); }
  35% {
    opacity: 0;
    transform: rotateX(120deg); }
  65% {
    opacity: 0; }
  to {
    opacity: 1;
    transform: rotateX(1turn); } }

@keyframes mab-headline-flip-out {
  0% {
    opacity: 1;
    transform: rotateX(0deg); }
  35% {
    opacity: 1;
    transform: rotateX(-40deg); }
  65% {
    opacity: 0; }
  to {
    opacity: 0;
    transform: rotateX(180deg); } }

.mab-headline-animation-type-swirl .mab-headline-dynamic-wrapper,
.mab-headline-animation-type-blinds .mab-headline-dynamic-wrapper {
  overflow: hidden;
  perspective: 300px; }

.mab-headline-animation-type-swirl .mab-headline-dynamic-text {
  white-space: nowrap;
  opacity: 0;
  transform: scaleX(1.0005); }

.mab-headline-animation-type-swirl .mab-headline-dynamic-letter {
  backface-visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateZ(-20px) rotateX(90deg);
  transform-style: preserve-3d; }
  .mab-headline-animation-type-swirl .mab-headline-dynamic-letter.mab-headline-animation-in {
    animation: mab-headline-swirl-in .4s forwards; }
  .mab-headline-animation-type-swirl .mab-headline-dynamic-letter:not(.mab-headline-animation-in) {
    animation: mab-headline-swirl-out .4s forwards; }

.mab-headline-animation-type-swirl.mab-headline-text-active {
  position: relative; }

@keyframes mab-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg); }
  to {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg); } }

@keyframes mab-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg); }
  to {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg); } }

.mab-headline-animation-type-blinds .mab-headline-dynamic-text {
  white-space: nowrap;
  opacity: 0; }

.mab-headline-animation-type-blinds .mab-headline-dynamic-letter {
  backface-visibility: hidden;
  display: inline-block;
  transform: rotateY(180deg); }
  .mab-headline-animation-type-blinds .mab-headline-dynamic-letter:not(.mab-headline-animation-in) {
    animation: mab-headline-blinds-out .6s forwards; }
  .mab-headline-animation-type-blinds .mab-headline-dynamic-letter.mab-headline-animation-in {
    animation: mab-headline-blinds-in .6s forwards; }

.mab-headline-animation-type-blinds.mab-headline-text-active {
  position: relative; }

@keyframes mab-headline-blinds-in {
  0% {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@keyframes mab-headline-blinds-out {
  0% {
    transform: rotateY(0); }
  to {
    transform: rotateY(-180deg); } }

.mab-headline-animation-type-drop-in .mab-headline-dynamic-wrapper {
  perspective: 300px; }

.mab-headline-animation-type-drop-in .mab-headline-dynamic-text {
  opacity: 0; }
  .mab-headline-animation-type-drop-in .mab-headline-dynamic-text.mab-headline-text-inactive {
    animation: mab-headline-drop-in-out .8s; }
  .mab-headline-animation-type-drop-in .mab-headline-dynamic-text.mab-headline-text-active {
    animation: mab-headline-drop-in-in .8s;
    opacity: 1; }

@keyframes mab-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

@keyframes mab-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0); }
  to {
    opacity: 0;
    transform: translateZ(-100px); } }

.mab-headline-animation-type-wave .mab-headline-dynamic-wrapper {
  overflow: hidden; }

.mab-headline-animation-type-wave .mab-headline-dynamic-text {
  white-space: nowrap;
  opacity: 0; }
  .mab-headline-animation-type-wave .mab-headline-dynamic-text.mab-headline-text-active {
    position: relative; }

.mab-headline-animation-type-wave .mab-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0); }
  .mab-headline-animation-type-wave .mab-headline-dynamic-letter.mab-headline-animation-in {
    animation: mab-headline-wave-up .6s forwards; }
  .mab-headline-animation-type-wave .mab-headline-dynamic-letter:not(.mab-headline-animation-in) {
    animation: mab-headline-wave-down .6s forwards; }

@keyframes mab-headline-wave-up {
  0% {
    opacity: 0;
    transform: scale(0); }
  60% {
    opacity: 1;
    transform: scale(1.2); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes mab-headline-wave-down {
  0% {
    opacity: 1;
    transform: scale(1); }
  60% {
    opacity: 0;
    transform: scale(0); } }

.mab-headline-animation-type-slide .mab-headline-dynamic-text {
  opacity: 0; }
  .mab-headline-animation-type-slide .mab-headline-dynamic-text.mab-headline-text-inactive {
    animation: mab-headline-slide-out 0.6s; }
  .mab-headline-animation-type-slide .mab-headline-dynamic-text.mab-headline-text-active {
    opacity: 1;
    animation: mab-headline-slide-in 0.6s; }

@keyframes mab-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  60% {
    opacity: 1;
    transform: translateX(10%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes mab-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  60% {
    opacity: 0;
    transform: translateX(110%); }
  100% {
    opacity: 0;
    transform: translateX(100%); } }

.mab-headline-animation-type-slide-down .mab-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top; }

.mab-headline-animation-type-slide-down .mab-headline-text-wrapper {
  display: inline-block;
  padding: .2em 0; }

.mab-headline-animation-type-slide-down .mab-headline-dynamic-text {
  opacity: 0;
  top: .2em; }
  .mab-headline-animation-type-slide-down .mab-headline-dynamic-text.mab-headline-text-inactive {
    animation: mab-headline-slide-down-out .6s; }
  .mab-headline-animation-type-slide-down .mab-headline-dynamic-text.mab-headline-text-active {
    animation: mab-headline-slide-down-in .6s;
    opacity: 1;
    top: 0;
    position: relative; }

@keyframes mab-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  60% {
    opacity: 1;
    transform: translateY(20%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes mab-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  60% {
    opacity: 0;
    transform: translateY(120%); }
  to {
    opacity: 0;
    transform: translateY(100%); } }
