.b6ds-landing {
  max-width: 2160px;
  margin: auto;
  font-family: "Roboto", sans-serif;
}
.b6ds-landing img {
  max-width: 100%;
}
.b6ds-landing .d-flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b6ds-landing .d-flex.row:before, .b6ds-landing .d-flex.row:after {
  display: none;
}
.b6ds-landing .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b6ds-landing .justify-content-center {
  justify-content: center;
}
.b6ds-landing .align-items-start {
  align-items: start;
}
.b6ds-landing .align-items-center {
  align-items: center;
}
.b6ds-landing .align-self-center {
  align-self: center;
}
.b6ds-landing .align-self-end {
  align-self: flex-end;
}
.b6ds-landing .media-figure .media {
  max-width: 100%;
  max-height: 100%;
}
.b6ds-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}
.b6ds-landing section .container {
  position: relative;
  width: 100%;
  max-width: 1185px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .b6ds-landing section .container {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
.b6ds-landing section.intro {
  min-height: 768px;
}
.b6ds-landing section.intro .bottom-separator {
  height: 4px;
  background: linear-gradient(90deg, rgb(251, 224, 129) 0%, rgb(40, 199, 111) 100%);
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
}
.b6ds-landing section.intro .container .media-container {
  position: absolute;
  top: 30px;
  right: 180px;
  width: 412px;
}
@media (max-width: 1024px) {
  .b6ds-landing section.intro .container .media-container {
    right: 80px;
  }
}
@media (max-width: 900px) {
  .b6ds-landing section.intro .container .media-container {
    right: 10px;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.intro .container .media-container {
    right: auto;
    width: 300px;
    position: relative;
  }
}
.b6ds-landing section.intro .container .typography-container {
  position: absolute;
  top: 50px;
  left: 35px;
  font-weight: 300;
}
.b6ds-landing section.intro .container .typography-container .logo-maxvi {
  margin-bottom: 10px;
  margin-left: 20px;
}
.b6ds-landing section.intro .container .typography-container .title {
  color: #28c76f;
  font-size: 140pt;
  line-height: 150pt;
}
.b6ds-landing section.intro .container .typography-container .title b {
  text-transform: uppercase;
  font-size: 170pt;
}
.b6ds-landing section.intro .container .typography-container .subtitle {
  color: #28c76f;
  font-size: 42pt;
  line-height: 52pt;
  text-transform: uppercase;
  font-weight: 200;
  padding-left: 15px;
}
@media (max-width: 800px) {
  .b6ds-landing section.intro .container .typography-container .title {
    line-height: 120pt;
    font-size: 130pt;
  }
  .b6ds-landing section.intro .container .typography-container .title b {
    font-size: 150pt;
  }
  .b6ds-landing section.intro .container .typography-container .subtitle {
    font-size: 32pt;
    line-height: 42pt;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.intro .container .typography-container {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
  }
  .b6ds-landing section.intro .container .typography-container .title {
    line-height: 60pt;
    font-size: 60pt;
  }
  .b6ds-landing section.intro .container .typography-container .title b {
    font-size: 80pt;
  }
  .b6ds-landing section.intro .container .typography-container .subtitle {
    font-size: 21pt;
    line-height: 25pt;
    padding-left: 5px;
  }
  .b6ds-landing section.intro .container .typography-container .logo-maxvi {
    margin-bottom: 20px;
    width: 100px;
    margin-left: 10px;
  }
}
.b6ds-landing section.screen .container {
  height: 100%;
}
.b6ds-landing section.screen .container .content-wrapper .typography-container {
  position: absolute;
  font-size: 70pt;
  text-transform: uppercase;
  line-height: 70pt;
  z-index: 10;
  font-weight: bold;
  vertical-align: center;
}
.b6ds-landing section.screen .container .content-wrapper .typography-container.text1 {
  top: 15%;
  left: 0;
  color: #123597;
}
.b6ds-landing section.screen .container .content-wrapper .typography-container.text2 {
  color: #00eaff;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 1024px) {
  .b6ds-landing section.screen .container .content-wrapper .typography-container {
    font-size: 40pt;
    line-height: 40pt;
  }
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text1 span, .b6ds-landing section.screen .container .content-wrapper .typography-container.text2 span {
    font-size: 60pt;
  }
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text1 {
    line-height: 50pt;
    left: 20px;
  }
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text2 {
    line-height: 50pt;
    right: 20px;
  }
}
@media (max-width: 700px) {
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text1, .b6ds-landing section.screen .container .content-wrapper .typography-container.text2 {
    font-size: 30pt;
    line-height: 37pt;
  }
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text1 {
    top: 20%;
    text-align: left;
    left: 30px;
  }
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text2 {
    bottom: 0;
    text-align: right;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.screen .container .content-wrapper .typography-container.text1, .b6ds-landing section.screen .container .content-wrapper .typography-container.text2 {
    font-size: 25pt;
    line-height: 28pt;
  }
}
.b6ds-landing section.screen .container .content-wrapper .media-container {
  margin-top: 180px;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .b6ds-landing section.screen .container .content-wrapper .media-container {
    width: 800px;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .b6ds-landing section.screen .container .content-wrapper .media-container {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.screen .container .content-wrapper .media-container {
    margin-bottom: 70px;
  }
}
.b6ds-landing section.lock {
  padding-top: 100pt;
  overflow: hidden;
}
.b6ds-landing section.lock .content-wrapper .media-container {
  position: relative;
  left: 10%;
  z-index: 100;
}
@media (max-width: 950px) {
  .b6ds-landing section.lock .content-wrapper .media-container {
    left: -10%;
  }
}
@media (max-width: 780px) {
  .b6ds-landing section.lock .content-wrapper .media-container {
    width: 350px;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.lock .content-wrapper .media-container {
    left: -20%;
    width: 250px;
  }
}
@media (max-width: 400px) {
  .b6ds-landing section.lock .content-wrapper .media-container {
    left: -33%;
    width: 250px;
  }
}
.b6ds-landing section.lock .content-wrapper .typography-container {
  overflow: hidden;
  position: absolute;
  font-size: 30pt;
  line-height: 37pt;
  text-transform: uppercase;
  vertical-align: center;
  background: rgb(249, 1, 109);
  background: linear-gradient(90deg, rgb(249, 1, 109) 0%, rgb(21, 52, 150) 100%);
  color: white;
  left: 30%;
  width: 0;
  text-align: left;
  height: 350px;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.b6ds-landing section.lock .content-wrapper .typography-container span {
  margin-left: 20%;
}
@media (max-width: 1024px) {
  .b6ds-landing section.lock .content-wrapper .typography-container {
    left: 30%;
    font-size: 28pt;
    line-height: 30pt;
  }
}
@media (max-width: 950px) {
  .b6ds-landing section.lock .content-wrapper .typography-container {
    font-size: 26pt;
    line-height: 24pt;
    left: 17%;
  }
}
@media (max-width: 780px) {
  .b6ds-landing section.lock .content-wrapper .typography-container {
    font-size: 17pt;
    line-height: 20pt;
  }
  .b6ds-landing section.lock .content-wrapper .typography-container span {
    margin-left: 22%;
  }
}
@media (max-width: 550px) {
  .b6ds-landing section.lock .content-wrapper .typography-container {
    font-size: 16pt;
    line-height: 18pt;
    height: 250px;
  }
  .b6ds-landing section.lock .content-wrapper .typography-container span {
    margin-left: 13%;
  }
}
@media (max-width: 400px) {
  .b6ds-landing section.lock .content-wrapper .typography-container {
    font-size: 12pt;
    line-height: 16pt;
  }
  .b6ds-landing section.lock .content-wrapper .typography-container span {
    margin-left: 11%;
  }
}
.b6ds-landing section.speaker {
  padding-top: 100px;
  height: 768px;
  overflow: hidden;
  margin-top: 20px;
}
.b6ds-landing section.speaker .b6ds-screen-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.b6ds-landing section.speaker .media-container {
  position: relative;
  z-index: 100;
}
.b6ds-landing section.speaker .typography-container {
  font-size: 45pt;
  line-height: 55pt;
  position: absolute;
  z-index: 100;
  color: white;
  right: 10%;
  text-transform: uppercase;
  top: 20%;
  font-weight: 800;
}
@media (max-width: 550px) {
  .b6ds-landing section.speaker .typography-container {
    top: 26%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
  }
}
.b6ds-landing section.frame {
  height: 768px;
  overflow: hidden;
  background-image: url("../images/metal-frame-bg.jpg");
  background-position: left top;
  background-size: cover;
}
.b6ds-landing section.frame .content-wrapper {
  height: 100%;
}
.b6ds-landing section.frame .media-container {
  position: absolute;
  right: 10%;
  top: 60px;
}
@media (max-width: 850px) {
  .b6ds-landing section.frame .media-container {
    right: 5%;
  }
}
@media (max-width: 700px) {
  .b6ds-landing section.frame .media-container {
    position: relative;
    right: auto;
    left: auto;
    text-align: center;
  }
}
.b6ds-landing section.frame .typography-container {
  font-size: 42pt;
  line-height: 50pt;
  position: absolute;
  z-index: 100;
  color: #010101;
  left: 15%;
  text-transform: uppercase;
  top: 280px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .b6ds-landing section.frame .typography-container {
    font-size: 32pt;
    line-height: 40pt;
  }
}
@media (max-width: 850px) {
  .b6ds-landing section.frame .typography-container {
    left: 5%;
  }
}
@media (max-width: 700px) {
  .b6ds-landing section.frame .typography-container {
    left: 0;
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 28pt;
    line-height: 32pt;
  }
}
.b6ds-landing section.features {
  background: rgb(151, 8, 204);
  background: linear-gradient(189deg, rgb(151, 8, 204) 29%, rgb(56, 19, 194) 95%);
  min-height: 800px;
}
.b6ds-landing section.features .new-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgb(147, 8, 204);
  background: linear-gradient(189deg, rgb(147, 8, 204) 4%, rgb(19, 194, 152) 68%);
}
.b6ds-landing section.features .container {
  height: 100%;
}
.b6ds-landing section.features .container .content-wrapper {
  min-height: 800px;
  height: 100%;
}
.b6ds-landing section.features .container .content-wrapper .media-container {
  position: absolute;
  top: 10%;
  left: -350px;
  width: 900px;
  z-index: 100;
}
@media (max-width: 700px) {
  .b6ds-landing section.features .container .content-wrapper .media-container {
    width: 150%;
    top: 50%;
    left: -50%;
  }
}
.b6ds-landing section.features .container .content-wrapper .typography-container {
  position: absolute;
  font-size: 50pt;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 60pt;
  font-weight: 300;
  z-index: 10;
  left: 60%;
}
.b6ds-landing section.features .container .content-wrapper .typography-container img {
  display: block;
  margin-bottom: 20px;
}
.b6ds-landing section.features .container .content-wrapper .typography-container.text1 {
  opacity: 0;
}
.b6ds-landing section.features .container .content-wrapper .typography-container.text2 {
  opacity: 0;
}
@media (max-width: 1200px) {
  .b6ds-landing section.features .container .content-wrapper .typography-container {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .b6ds-landing section.features .container .content-wrapper .typography-container {
    font-size: 40pt;
    line-height: 50pt;
  }
}
@media (max-width: 850px) {
  .b6ds-landing section.features .container .content-wrapper .typography-container {
    font-size: 30pt;
    line-height: 40pt;
  }
}
@media (max-width: 700px) {
  .b6ds-landing section.features .container .content-wrapper .typography-container {
    width: 100%;
    text-align: center;
    font-size: 30pt;
    line-height: 30pt;
    left: 0;
    top: 70px;
  }
  .b6ds-landing section.features .container .content-wrapper .typography-container img {
    width: 150px;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.scrollmagic-pin-spacer {
  box-sizing: content-box !important;
}

/* roboto-100 - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/main/fonts/roboto/roboto/roboto-v30-cyrillic-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-100italic - cyrillic */
/* roboto-300 - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300italic - cyrillic */
/* roboto-regular - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-italic - cyrillic */
/* roboto-500 - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500italic - cyrillic */
/* roboto-700 - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700italic - cyrillic */
/* roboto-900italic - cyrillic */
/* roboto-900 - cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.woff2") format("woff2"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.woff") format("woff"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.ttf") format("truetype"), url("/local/templates/main/fonts/roboto/roboto-v30-cyrillic-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/*# sourceMappingURL=b6ds.css.map */
