.m-about-video-wrapper .background .video-link {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
.m-about-video-wrapper .background .video-link {
  z-index: 5;
}
.m-about-video-wrapper .background .video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-wrapper {
  margin-top: 0;
}
.m-header {
  --header-topbar-background: transparent;
  --header-topbar-color: #000;
  --header-menu-cta-color: #ffffff;
}
.m-header:not(.scrolled) {
  --header-border-color: transparent;
}
.m-header.transparent-background .button--primary .menu-item-link {
  --header-menu-cta-color: #710645 !important;
}
.m-header.transparent-background .button--sign-up .menu-item-link {
  --header-menu-cta-color: #ffffff !important;
}
.m-about {
  position: relative;
  background-image: radial-gradient(rgba(77, 82, 91, 0.3) 1px, transparent 0);
  background-position: 0 -32px;
  background-size: 64px 64px;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  /* background-color: #d9bbff;
  color: #710645; */
}
.m-about .text-large {
  /* color: #710645; */
  color: #000;
}
.m-about p br {
  margin-bottom: 16px;
}
.m-about-row-header {
  padding-top: 160px;
  padding-bottom: 108px;
}
@media only screen and (max-width: 1199px) {
  .m-about-row-header {
    padding-top: 136px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 863px) {
  .m-about-row-header {
    padding-top: 116px;
    padding-bottom: 44px;
  }
}
.m-about-video-wrapper {
  position: relative;
  height: 896px;
  width: var(--prefooter-image-width, --prefooter-image-width-default);
}
@media only screen and (max-width: 1199px) {
  .m-about-video-wrapper {
    height: 832px;
  }
}
@media only screen and (max-width: 863px) {
  .m-about-video-wrapper {
    height: 600px;
    width: 100%;
  }
}
.m-about-video-wrapper .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: var(--prefooter-image-width, --prefooter-image-width-default);
}
@media only screen and (max-width: 863px) {
  .m-about-video-wrapper .background {
    width: 100%;
  }
}
@media only screen and (min-width: 864px) {
  .m-about-video-wrapper .background {
    left: var(--header-offset-left);
  }
}
.m-about-video-wrapper .background .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-about-video-wrapper .background .play {
  position: absolute;
  bottom: 65px;
  left: 65px;
  width: 96px;
  height: 96px;
}
.m-about-content {
  margin-top: 128px;
  margin-bottom: 152px;
}
@media only screen and (max-width: 1199px) {
  .m-about-content {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 863px) {
  .m-about-content {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.m-about-row-content {
  margin-top: 128px;
}
@media only screen and (max-width: 1199px) {
  .m-about-row-content {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 863px) {
  .m-about-row-content {
    margin-top: 32px;
  }
}
.m-about-timeline {
  overflow: hidden;
}
@media only screen and (min-width: 864px) {
  .m-about-timeline {
    margin-left: var(--header-offset-left);
  }
}
.m-about-timeline.swiper {
  max-width: 1472px;
  margin-right: auto;
  margin-left: auto;
}
.m-about-timeline.swiper-initialized {
  max-width: 1920px;
  margin-right: 0;
  margin-left: 64px;
  padding-right: var(--gutter-width);
}
@media only screen and (min-width: 864px) {
  .m-about-timeline.swiper-initialized {
    margin-left: var(--header-offset-left);
  }
}
@media only screen and (max-width: 863px) {
  .m-about-timeline.swiper-initialized {
    margin-left: 24px;
  }
}
.m-about-timeline .swiper-slide {
  height: unset;
}
.m-about-timeline .swiper-slide.swiper-slide [class*="col-"] {
  max-width: none;
  padding: 0;
}
.m-about-timeline .box {
  position: relative;
  padding-top: 104px;
  padding-bottom: 96px;
  max-width: 344px;
}
.m-about-timeline .box .union {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.m-about-timeline .box .divider {
  position: absolute;
  top: 8px;
  left: 40px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.09);
}
.m-about-timeline .box .box-content {
  position: relative;
  max-width: 260px;
}
.m-about-timeline .box .month {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.m-about-timeline .box .year {
  font-size: 44px;
  line-height: 51px;
  font-weight: 300;
}
.m-about-timeline .box .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.m-about-slider-navigation {
  padding-bottom: 152px;
  max-width: none;
  flex-basis: auto;
}
@media only screen and (max-width: 1199px) {
  .m-about-slider-navigation {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 863px) {
  .m-about-slider-navigation {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 864px) {
  .m-about-slider-navigation {
    margin-left: var(--header-offset-left);
  }
}
.js .m-about-slider-navigation {
  display: block;
}
.m-about-slider-navigation-button {
  width: 16px;
  height: 16px;
  position: relative;
  transition: opacity 0.3s;
}
.m-about-slider-navigation-button[disabled] {
  opacity: 0.3;
  cursor: default;
}
.m-about-slider-navigation-button::after {
  content: "";
  background-image: url(../../../../../../../../../themes/aurora-solar/assets/img/icons/arrow-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-about-slider-navigation-button--prev {
  margin-right: 56px;
}
.m-about-slider-navigation-button--prev::after {
  transform: rotate(180deg);
}
