.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

.FlexEmbed-content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
}

.BGImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  transition: opacity 0.3s ease-out;
}

.ieTint {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.BGTint_LightT .ieTint, .SBBGTint_LightT {
  background: rgba(0, 0, 0, 0.13);
}

.BGTint_MediumT .ieTint, .SBBGTint_MediumT {
  background: rgba(0, 0, 0, 0.35);
}

.BGTint_StrongT .ieTint, .SBBGTint_StrongT {
  background: rgba(0, 0, 0, 0.6);
}

.BGTint_HeavyT .ieTint, .SBBGTint_HeavyT {
  background: rgba(0, 0, 0, 0.8);
}

.BGBlur_LightB .ieTint, .SBBGBlur_LightB {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
}

.BGBlur_MediumB .ieTint, .SBBGBlur_MediumB {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
}

.BGBlur_StrongB .ieTint, .SBBGBlur_StrongB {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
}

.BGBlur_HeavyB .ieTint, .SBBGBlur_HeavyB {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -moz-backdrop-filter: blur(30px);
}

@-webkit-keyframes moving-background {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes moving-background {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
.backdrop {
  color: transparent;
  -webkit-background-clip: text !important;
}
.backdrop.KOAnimate {
  -webkit-animation-name: moving-background;
  animation-name: moving-background;
  -webkit-animation-duration: 790s;
  animation-duration: 790s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.backdrop.parallax {
  background-position: fixed;
}
.backdrop h1, .backdrop h2, .backdrop h3, .backdrop h4, .backdrop h5, .backdrop h6 {
  color: transparent !important;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
