.b231-landing {
  overflow: hidden;
  margin: auto;
  font-family: "Roboto", sans-serif;
}
.b231-landing img {
  max-width: 100%;
}
.b231-landing .d-flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b231-landing .d-flex.row:before, .b231-landing .d-flex.row:after {
  display: none;
}
.b231-landing .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.b231-landing .justify-content-center {
  justify-content: center;
}
.b231-landing .align-items-start {
  align-items: start;
}
.b231-landing .align-items-center {
  align-items: center;
}
.b231-landing .align-self-center {
  align-self: center;
}
.b231-landing .align-self-end {
  align-self: flex-end;
}
.b231-landing .media-figure .media {
  max-width: 100%;
  max-height: 100%;
}
.b231-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;
  overflow: hidden;
}
.b231-landing section .container {
  position: relative;
  width: 100%;
  max-width: 1185px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .b231-landing section .container {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
.b231-landing section.intro {
  background: rgb(0, 13, 255);
  background: linear-gradient(142deg, rgb(0, 13, 255) 0%, rgb(107, 115, 255) 55%, rgb(107, 115, 255) 100%);
  min-height: 800px;
}
.b231-landing section.intro .container .media-container {
  position: absolute;
  top: 120px;
  right: 0;
  width: 500px;
}
.b231-landing section.intro .container .media-container .media .layer-2 {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .b231-landing section.intro .container .media-container {
    position: relative;
  }
}
@media (max-width: 550px) {
  .b231-landing section.intro .container .media-container {
    margin-left: -100px;
  }
}
.b231-landing section.intro .container .typography-container {
  position: absolute;
  top: 50px;
  left: 35px;
  font-weight: 300;
}
.b231-landing section.intro .container .typography-container .logo-maxvi {
  margin-bottom: 30px;
}
.b231-landing section.intro .container .typography-container .title {
  color: #ffffff;
  font-size: 190pt;
  line-height: 190pt;
  text-transform: uppercase;
}
.b231-landing section.intro .container .typography-container .subtitle {
  color: #ffffff;
  font-size: 42pt;
  line-height: 52pt;
  text-transform: uppercase;
  font-weight: 200;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .b231-landing section.intro .container .typography-container {
    left: 0;
    text-align: center;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b231-landing section.intro .container .typography-container .title {
    font-size: 160pt;
  }
  .b231-landing section.intro .container .typography-container .subtitle {
    font-size: 30pt;
    line-height: 32pt;
  }
}
@media (max-width: 550px) {
  .b231-landing section.intro .container .typography-container .title {
    line-height: 80pt;
    font-size: 80pt;
  }
  .b231-landing section.intro .container .typography-container .subtitle {
    font-size: 21pt;
    line-height: 25pt;
  }
}
.b231-landing section.screen {
  background: rgb(0, 234, 255);
  background: linear-gradient(27deg, rgb(0, 234, 255) 39%, rgb(107, 115, 255) 100%);
  min-height: 800px;
  transition: background 4.5s ease;
}
.b231-landing section.screen .new-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgb(0, 234, 255);
  background: linear-gradient(162deg, rgb(0, 234, 255) 10%, rgb(151, 8, 204) 65%);
}
.b231-landing section.screen .container {
  height: 100%;
}
.b231-landing section.screen .container .content-wrapper {
  height: 100%;
}
.b231-landing section.screen .container .content-wrapper .typography-container {
  position: absolute;
  font-size: 70pt;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 70pt;
  font-weight: 400;
  z-index: 10;
  opacity: 0;
  vertical-align: center;
}
.b231-landing section.screen .container .content-wrapper .typography-container.text1 {
  margin-top: -30px;
}
.b231-landing section.screen .container .content-wrapper .typography-container.text1 span {
  font-size: 120pt;
  font-weight: 500;
  line-height: 130pt;
}
.b231-landing section.screen .container .content-wrapper .typography-container.text2 {
  line-height: 110pt;
}
.b231-landing section.screen .container .content-wrapper .typography-container.text2 span {
  font-size: 90pt;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .b231-landing section.screen .container .content-wrapper .typography-container {
    font-size: 40pt;
    line-height: 40pt;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text1 span, .b231-landing section.screen .container .content-wrapper .typography-container.text2 span {
    font-size: 60pt;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text1 {
    line-height: 50pt;
    padding-left: 50px !important;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text1 span {
    line-height: 70pt;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text2 {
    line-height: 70pt;
    padding-left: 50px;
  }
}
@media (max-width: 700px) {
  .b231-landing section.screen .container .content-wrapper .typography-container.text1 {
    top: 100px;
    text-align: center;
    left: 10px;
    width: 100%;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text2 {
    width: 100%;
    top: 110px;
    text-align: center;
    left: 10px;
    font-size: 30pt;
    padding-left: 0;
    margin-left: 0;
  }
  .b231-landing section.screen .container .content-wrapper .typography-container.text2 span {
    font-size: 50pt;
  }
}
.b231-landing section.screen .container .content-wrapper .media-container {
  position: relative;
  z-index: 20;
  left: -1000px;
  width: 1024px;
}
.b231-landing section.screen .container .content-wrapper .media-container .figure-1 img {
  width: 1024px;
}
@media (max-width: 1024px) {
  .b231-landing section.screen .container .content-wrapper .media-container {
    width: 800px;
  }
}
@media (max-width: 700px) {
  .b231-landing section.screen .container .content-wrapper .media-container {
    width: 950px;
    margin-right: -200px;
    margin-top: 200px;
  }
}
@media (max-width: 550px) {
  .b231-landing section.screen .container .content-wrapper {
    margin-left: -100px;
  }
}
.b231-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;
}
.b231-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%);
}
.b231-landing section.features .container {
  height: 100%;
}
.b231-landing section.features .container .content-wrapper {
  min-height: 800px;
  height: 100%;
}
.b231-landing section.features .container .content-wrapper .media-container {
  position: absolute;
  top: 10%;
  left: -350px;
  width: 900px;
  z-index: 100;
}
@media (max-width: 700px) {
  .b231-landing section.features .container .content-wrapper .media-container {
    width: 150%;
    top: 50%;
    left: -50%;
  }
}
.b231-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%;
}
.b231-landing section.features .container .content-wrapper .typography-container img {
  display: block;
  margin-bottom: 20px;
}
.b231-landing section.features .container .content-wrapper .typography-container.text1 {
  opacity: 0;
}
.b231-landing section.features .container .content-wrapper .typography-container.text2 {
  opacity: 0;
}
@media (max-width: 1200px) {
  .b231-landing section.features .container .content-wrapper .typography-container {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .b231-landing section.features .container .content-wrapper .typography-container {
    font-size: 40pt;
    line-height: 50pt;
  }
}
@media (max-width: 850px) {
  .b231-landing section.features .container .content-wrapper .typography-container {
    font-size: 30pt;
    line-height: 40pt;
  }
}
@media (max-width: 700px) {
  .b231-landing section.features .container .content-wrapper .typography-container {
    width: 100%;
    text-align: center;
    font-size: 30pt;
    line-height: 30pt;
    left: 0;
    top: 70px;
  }
  .b231-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;
}

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