body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #00adef;
  margin: 0;
  padding: 120px 5vw 0;
}

body.mobileMenuActive {
  overflow: hidden;
}

.index_loadingOverlay--LGSfJ {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0, 0.55);
}

.index_loadingOverlay__spinner--1WnB8 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  border: 8px solid #eee;
  border-top: 8px solid #675089;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: index_spin--29aR7 0.75s linear infinite;
}

@keyframes index_spin--29aR7 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.index_pageHeader--2JPY5 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 80px;
  padding: 4px 15px;
  box-sizing: border-box;
  background: linear-gradient(#111, #333);
}

.index_pageHeader__titleWrap--EUjRO {
  display: flex;
  flex-flow: column;
  margin-right: auto;
}

.index_pageHeader__title--v-rZL {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  margin: 0 0 4px;
  color: white;
}

.index_pageHeader__menuTrigger--6BsvX {
  color: white;
  font-size: 2rem;
  margin-left: 5px;
  cursor: pointer;
  transition: color 0.21s
}

.index_pageHeader__menuTrigger--6BsvX:hover,
.index_pageHeader__menuTriggerActive--2iW6R {
  color: #7FC400
}

@media (min-width: 1024px) {
  .index_pageHeader__menuTrigger--6BsvX {
    display: none;
  }
}

@media (max-width: 1024px) {
  .index_pageHeader__title--v-rZL {
    font-size: 1.8rem;
  }
}

@media (max-width: 700px) {
  .index_pageHeader__title--v-rZL {
    font-size: 1.5rem;
  }
}

.index_pageHeader__byline--EFkVI {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 0.9rem;
}


.index_videoStage--1hV-H {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_videoStage__player--2O5Ui {
  width: 60vw;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .index_videoStage__player--2O5Ui {
    width: 100vw;
  }
}

.index_videoStage__playerWrap--19ncc {
  position: relative;
	padding-bottom: 53.5%;
  padding-top: 25px;
  margin-bottom: 1em;
  height: 0;
  border-radius: 18px;
  overflow: hidden;
}

.index_videoStage__playerWrap--19ncc iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_videoInfo--3Gs0a {
  padding: 0 10px;
}

.index_videoInfo__header--3ixln {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid white;
}

.index_videoInfo__title--2t-Rf {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: white;
  font-size: 1.4rem;
}

.index_videoInfo__byline--1au2M {
  color: white;
  font-size: 1.2rem;
}

.index_videoInfo__bylineLink--3akYV {
  color: #675089;
  font-weight: bold;
}

.index_videoInfo__bylineLink--3akYV:hover {
  text-decoration: none;
}

.index_videoInfo__text--13d54 {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 1.3px;
  margin: 0;
}

.index_videoStage__playlist--rpE5x {
  width: 25vw;
}

@media (max-width: 1024px) {
  .index_videoStage__playlist--rpE5x {
    width: 80vw;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .index_videoStage__playlist--rpE5x {
    position: fixed;
    z-index: 4;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
  }

  .index_videoStage__playlistMobile--3WlKK {
    display: none;
  }

  .index_videoStage__playlistMobileActive--3adju {
    display: block;
  }
}


.index_videoList--3rKol {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 80vh;
  overflow: auto;
  border-radius: 7px;
  border: 8px solid #7FC400;
  box-sizing: border-box;
  background-color: white;
}

@media (max-width: 1024px) {
  .index_videoList--3rKol {
    z-index: 4;
    top: 0;
    max-height: none;
    height: calc(100vh - 80px);
    border: 14px solid #7FC400;
    border-radius: 0;
  }
}

.index_videoList__item--3VW3s {
  padding: 20px;
  cursor: pointer;
  transition: background 0.21s;
  background-color: white;
}

.index_videoList__item--3VW3s:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.index_videoList__item--3VW3s:hover {
  background-color: #eee;
}

.index_videoList__itemActive--HAEaw {
  background-color: #CFF091;
}

.index_videoList__itemActive--HAEaw:not(:last-child) {
  border-bottom: 1px solid #CFF091;
}

.index_videoList__itemActive--HAEaw:hover {
  background-color: #CFF091;
}


.index_videoItem--1W4ke {
  display: flex;
  align-items: center;
}

.index_videoItem__header--32w23 {
  margin-left: 10px;
}

.index_videoItem__title--21RpP {
  color: #675089;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 1.1rem;
}

.index_videoItem__duration--RnqeX {
  margin: 0;
  font-size: 0.8rem;
  color: #111
}