.landing-section {
  position: fixed;
  top: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.background-video {
  position: relative;
  right: auto;
  z-index: 50;
  width: 30%;
  height: 100%;
  float: right;
}

.body {
  overflow: visible;
  height: 110vh;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading {
  overflow: visible;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.thin-header {
  font-weight: 400;
}

.paragraph {
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph.no-margin {
  margin-bottom: 0px;
}

.paragraph-2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.bold-text {
  font-weight: 400;
}

.div-container-left {
  position: relative;
  display: block;
  width: 70%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AWAKENING-WEB-BACKGROUND_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span {
  font-weight: 500;
}

.link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.div-container-bottom-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: none;
  width: 30%;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.footer-section {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100vh;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.paragraph-5 {
  color: #000;
  font-weight: 500;
  text-align: justify;
}

.copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 30px;
}

.paragraph-6 {
  color: #000;
  font-size: 10px;
}

.link-2 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.longscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  padding: 40px 40px 40px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.longscroll.mobile {
  display: none;
}

.speaker-card {
  overflow: hidden;
  width: 400px;
  height: 100%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.speaker-name-p {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

._40px-padding-div {
  padding: 40px 0px 40px 40px;
}

.speaker-img {
  width: 189px;
  height: 188px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/speaker1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.speaker-img.meesh-fomenko {
  width: 415px;
  height: 415px;
  background-image: url('../images/MeeshFomenko.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.ben-fitzgerald {
  width: 415px;
  height: 415px;
  background-image: url('../images/BenFitzgerald.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.sergekucher {
  width: 415px;
  height: 415px;
  background-image: url('../images/SergeKucher.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.andrey-shapoval {
  width: 415px;
  height: 415px;
  background-image: url('../images/andreyshapoval.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.samuel-rodriguez {
  width: 415px;
  height: 415px;
  background-image: url('../images/SamuelRodriguez.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.natasha {
  width: 415px;
  height: 415px;
  background-image: url('../images/NatashaShap.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-img.themis-koulouris {
  width: 415px;
  height: 415px;
  background-image: url('../images/ThemisKoulouris2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.speaker-card-div {
  position: relative;
  width: 100%;
  height: 570px;
  text-align: center;
}

.subject-ministry {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 23px;
}

.narrow-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.narrow-flex.margin-top {
  margin-top: 60px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3.no-margin {
  margin-bottom: 0px;
}

.h3.no-margin {
  margin-bottom: 0px;
}

.awakening-nights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 490px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .landing-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video {
    width: 100%;
  }

  .div-container-left {
    margin-right: auto;
    margin-left: auto;
  }

  .div-container-bottom-info {
    border-style: solid;
  }

  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .paragraph-5 {
    text-align: justify;
  }

  .narrow-flex.margin-top.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .narrow-flex.margin-top.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .narrow-flex.margin-top.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .footer-section {
    display: none;
  }

  .longscroll {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .longscroll.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .speaker-card {
    height: 420px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .speaker-name-p {
    margin-bottom: 5px;
    font-size: 24px;
  }

  ._40px-padding-div {
    padding-left: 1px;
  }

  .speaker-img {
    width: 310px;
    height: 310px;
  }

  .speaker-img.meesh-fomenko {
    width: 310px;
    height: 310px;
  }

  .speaker-img.ben-fitzgerald {
    width: 310px;
    height: 310px;
  }

  .speaker-img.sergekucher {
    width: 310px;
    height: 310px;
  }

  .speaker-img.andrey-shapoval {
    width: 310px;
    height: 310px;
  }

  .speaker-img.samuel-rodriguez {
    width: 310px;
    height: 310px;
  }

  .speaker-img.natasha {
    width: 310px;
    height: 310px;
  }

  .speaker-img.themis-koulouris {
    width: 310px;
    height: 310px;
  }

  .speaker-card-div {
    width: auto;
    height: auto;
  }

  .subject-ministry {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .landing-section {
    display: none;
    background-color: #000;
    background-image: url('../images/AWAKENING-WEB-BACKGROUND.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .background-video {
    display: none;
    height: 60%;
  }

  .body {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }

  .heading {
    display: block;
    margin-top: -60px;
    margin-bottom: 16px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 34px;
    font-weight: 700;
  }

  .thin-header {
    font-family: 'Work Sans', sans-serif;
    color: #000;
  }

  .paragraph {
    margin-top: 3px;
    margin-bottom: 10px;
    padding-top: 8px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .div-container-left {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 400px;
    margin: 0px 0px 1px;
    padding-top: 47px;
    padding-right: 101px;
    padding-left: 108px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px 0px 20px 20px;
    background-image: url('../images/Awakening-Nights-Website-Background.jpg');
    background-position: 50% 50%;
    background-size: 479px 400px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-container-bottom-info {
    bottom: 100px;
    display: none;
    margin-top: 70px;
  }

  .footer-section {
    display: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .image {
    max-height: 663.109375vh;
    max-width: 300%;
    margin-top: -274px;
    margin-left: 23px;
    padding-top: 0px;
  }

  .longscroll.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 65px 169px 41px 24px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    font-size: 11px;
    cursor: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .speaker-card {
    display: block;
    width: 100%;
    height: 420px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .speaker-name-p {
    display: block;
    margin-top: 0px;
    margin-bottom: -7px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    cursor: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  ._40px-padding-div {
    display: block;
  }

  .speaker-img {
    display: block;
    border-radius: 20px;
    background-image: url('../images/Paul-Zink.jpg');
  }

  .speaker-img.meesh-fomenko {
    display: block;
    margin-right: 0px;
    border-radius: 20px;
    background-image: url('../images/Samuel-Rodriguez-2.jpg');
  }

  .speaker-img.ben-fitzgerald {
    display: block;
    border-radius: 20px;
    background-image: url('../images/Nathan.jpg');
  }

  .speaker-img.sergekucher {
    display: block;
    background-image: url('../images/Meesh.jpg');
  }

  .speaker-img.andrey-shapoval {
    position: static;
    display: block;
    width: 320px;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 20px;
    background-image: none;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .speaker-img.samuel-rodriguez {
    display: block;
    border-radius: 20px;
    background-image: url('../images/Chris-Overstree.jpg');
  }

  .speaker-img.natasha {
    display: block;
    border-radius: 20px;
  }

  .speaker-img.themis-koulouris {
    display: block;
    border-radius: 20px;
    background-image: url('../images/Andy-Byrd.jpg');
  }

  .speaker-card-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .subject-ministry {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .bold-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
    color: #000;
  }

  .narrow-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .narrow-flex.margin-top.hidden {
    margin-top: 25px;
    margin-bottom: 144px;
    padding-bottom: 123px;
  }

  .narrow-flex.margin-top.hidden {
    margin-top: -55px;
  }

  .narrow-flex.margin-top.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -188px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .h3.no-margin {
    margin-top: 3px;
    font-family: Helvetica, sans-serif;
    color: #000;
  }

  .h3.no-margin {
    margin-top: -20px;
    color: #fff;
  }

  .speakers {
    display: block;
    margin-top: 240px;
  }

  .section {
    display: block;
    margin-top: 93px;
  }

  .name {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
  }

  .awakening-nights {
    display: block;
    margin-top: 3px;
    margin-bottom: -27px;
    padding-top: 0px;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .image-2 {
    color: #fff;
  }

  .image-3 {
    max-width: 15%;
    padding-top: 0px;
  }

  .paragraph-7 {
    display: block;
    margin-top: -5px;
    margin-bottom: -5px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .heading-2 {
    margin-top: 14px;
    padding-top: 0px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .information {
    height: 240px;
    background-color: #000;
    background-image: url('../images/Awakening-Nights-Website-Background---GREY.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .heading-3 {
    margin-bottom: -28px;
    padding-top: 15px;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .heading-4 {
    height: 0px;
    margin-top: 28px;
    padding-top: 0px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .image-4 {
    display: block;
    width: 320px;
    padding-top: 0px;
    border: 1px none #000;
    border-radius: 19px;
    cursor: auto;
  }

  .heading-5 {
    display: block;
    margin-top: 36px;
    margin-bottom: -47px;
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
}

@font-face {
  font-family: 'Helvetica 587ebe5a59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supria sans w01';
  src: url('../fonts/Supria-Sans-W01-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supria sans (1)';
  src: url('../fonts/Supria-Sans-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}