@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i&display=swap");
@font-face {
  font-family: 'futuraBold';
  src: url("../fonts/Futura-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Futura-Bold.otf") format('opentype'), url("../fonts/Futura-Bold.woff") format('woff'), url("../fonts/Futura-Bold.ttf") format('truetype'), url("../fonts/Futura-Bold.svg#Futura-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/bold.eot");
  src: url("../fonts/avenir-next/bold.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/bold.woff2") format('woff2'), url("../fonts/avenir-next/bold.woff") format('woff'), url("../fonts/avenir-next/bold.ttf") format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/demi.eot");
  src: url("../fonts/avenir-next/demi.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/demi.woff2") format('woff2'), url("../fonts/avenir-next/demi.woff") format('woff'), url("../fonts/avenir-next/demi.ttf") format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/medium.eot");
  src: url("../fonts/avenir-next/medium.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/medium.woff") format('woff'), url("../fonts/avenir-next/medium.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/regular.eot");
  src: url("../fonts/avenir-next/regular.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/regular.woff") format('woff'), url("../fonts/avenir-next/regular.ttf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/thin.eot");
  src: url("../fonts/avenir-next/thin.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/thin.woff2") format('woff2'), url("../fonts/avenir-next/thin.woff") format('woff'), url("../fonts/avenir-next/thin.ttf") format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/ultralight.eot");
  src: url("../fonts/avenir-next/ultralight.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/ultralight.woff") format('woff'), url("../fonts/avenir-next/ultralight.ttf") format('truetype');
  font-weight: 200;
}
body {
  font-family: 'Avenir Next';
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
input,
figure,
figcaption,
select,
button,
textarea {
  -webkit-appearance: none;
  margin: 0;
  display: block;
  outline: none;
  color: #000;
  font-family: 'Avenir Next';
  border: none;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
button,
a {
  cursor: pointer;
  background: none;
}
.flex-block,
.pressBox .wide-container .flex-block .pressCard figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .flex-block,
  .pressBox .wide-container .flex-block .pressCard figure {
    flex-direction: column;
  }
}
.wide-container {
  max-width: 1360px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
header {
  padding: 0;
  align-items: center;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
}
header .wide-container {
  height: 120px;
}
@media (max-width: 1200px) {
  header .wide-container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }
}
header .wide-container .menucontent {
  height: 100%;
}
@media (max-width: 1200px) {
  header .wide-container .menucontent {
    width: calc(100% - 40px);
    flex-direction: row;
  }
}
header .wide-container h1 {
  width: 140px;
  display: block;
}
@media (max-width: 1360px) {
  header .wide-container h1 {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  header .wide-container h1 {
    width: 80px;
  }
}
@media (max-width: 640px) {
  header .wide-container h1 {
    width: 35px;
  }
}
header .wide-container h1 a {
  margin: 0;
}
header .wide-container h1 a img {
  width: 100%;
  object-fit: contain;
}
header .wide-container h1 a img:first-of-type {
  display: block;
}
@media (max-width: 640px) {
  header .wide-container h1 a img:first-of-type {
    display: none;
  }
}
header .wide-container h1 a img:last-of-type {
  display: none;
}
@media (max-width: 640px) {
  header .wide-container h1 a img:last-of-type {
    display: block;
  }
}
header .left-side a,
header .right-side a,
header .left-side button,
header .right-side button {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-size: 18px;
  color: #090909;
  text-transform: none;
}
@media (max-width: 1360px) {
  header .left-side a,
  header .right-side a,
  header .left-side button,
  header .right-side button {
    font-size: 16px;
  }
}
header .left-side a {
  margin-left: 40px;
}
header .left-side button {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: normal;
}
header .left-side .navDropdown {
  margin-left: 40px;
  position: relative;
}
header .left-side .navDropdown button img {
  width: 14px;
  object-fit: contain;
  margin-left: 10px;
}
header .left-side .navDropdown .dropdownmenu {
  display: none;
}
header .left-side .navDropdown .dropdownmenu a {
  margin: 0 0 10px;
}
header .left-side .navDropdown .dropdownmenu a:last-of-type {
  margin: 0;
}
@media (min-width: 1201px) {
  header .left-side .navDropdown:hover .dropdownmenu {
    display: block;
    position: absolute;
    background: #fff;
    width: 120%;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
  }
  header .left-side .navDropdown:hover .dropdownmenu a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  header .left-side .nav {
    display: none;
    margin: 0;
  }
  header .left-side .nav.slicing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 110px;
  }
  header .left-side .nav.slicing button {
    margin: 0 auto 10px;
    font-size: 14px !important;
    height: auto !important;
    line-height: normal !important;
  }
  header .left-side .nav.slicing .hideMobileItems {
    display: none;
  }
  header .left-side .nav.slicing .logomenumobile {
    width: 110px;
    display: block;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 24px;
  }
  header .left-side .nav.slicing .logomenumobile img {
    width: 100%;
  }
  header .left-side .nav.slicing .logomenumobile img:first-of-type {
    display: block;
  }
  header .left-side .nav.slicing .logomenumobile img:last-of-type {
    display: none;
  }
  header .left-side .nav.slicing .wrapperMobile {
    width: calc(100% - 30px);
    padding: 0 15px;
    border-top: 1px solid rgba(0,0,0,0.15);
  }
  header .left-side .nav.slicing .wrapperMobile .tab-button-mobile,
  header .left-side .nav.slicing .wrapperMobile p {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    margin: 0;
    color: #000;
  }
  header .left-side .nav.slicing .wrapperMobile .tab-button-mobile {
    font-weight: 700;
    text-indent: 16px;
  }
  header .left-side .nav.slicing .wrapperMobile .tab-button-mobile img {
    width: 10px;
    object-fit: contain;
    margin-left: 6px;
  }
  header .left-side .nav.slicing .wrapperMobile .tab-button-mobile.active-mobile img {
    transform: rotate(180deg);
  }
  header .left-side .nav.slicing .wrapperMobile p {
    padding: 0;
  }
  header .left-side .nav.slicing .wrapperMobile p a {
    text-indent: 30px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    color: #000;
  }
  header .left-side .nav.slicing .wrapperMobile p a:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  header .left-side .nav.slicing .logomenumobile {
    width: 35px;
    display: block;
  }
  header .left-side .nav.slicing .logomenumobile img {
    width: 100%;
  }
  header .left-side .nav.slicing .logomenumobile img:first-of-type {
    display: none;
  }
  header .left-side .nav.slicing .logomenumobile img:last-of-type {
    display: block;
  }
}
@media (min-width: 1201px) {
  header .left-side .nav .wrapperMobile,
  header .left-side .nav .logomenumobile {
    display: none;
  }
}
@media (max-width: 999px) {
  header .right-side {
    flex-direction: row;
    width: calc(100% - 100px);
    justify-content: flex-end;
  }
}
@media (max-width: 999px) {
  header .right-side .nav {
    flex-direction: row;
  }
}
header .right-side .nav a {
  color: #6e31f8;
}
@media (max-width: 640px) {
  header .right-side .nav a {
    font-size: 13px;
  }
}
header .right-side .nav a:last-of-type {
  padding: 10px 20px;
  background: #6e31f8;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 30px;
}
@media (max-width: 999px) {
  header .right-side .nav a:last-of-type {
    padding: 10px;
    margin-left: 10px;
  }
}
header .hamburguer {
  display: none;
  height: auto;
  width: 26px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .hamburguer {
    display: block;
  }
}
header .hamburguer:before,
header .hamburguer:after,
header .hamburguer span {
  width: 100%;
  display: block;
  height: 3px;
  background: #000;
  content: '';
  margin-bottom: 5px;
}
header .hamburguer:after {
  margin: 0;
}
header .hamburguer.xicon {
  top: 24px;
  right: 18px;
  position: fixed;
  z-index: 99999999;
}
header .hamburguer.xicon:before {
  transform: rotate(45deg);
  margin-top: 5px;
}
header .hamburguer.xicon:after {
  transform: rotate(-45deg);
  margin-top: -8px;
}
header .hamburguer.xicon span {
  display: none;
}
.stage-ppal {
  position: relative;
}
.stage-ppal .sn {
  position: absolute;
  right: 1%;
  top: 35%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .stage-ppal .sn {
    top: 20%;
    right: 4%;
  }
}
.stage-ppal .sn a {
  display: block;
  height: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  .stage-ppal .sn a {
    height: 16px;
  }
}
.stage-ppal .sn a:nth-of-type(2) {
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .stage-ppal .sn a:nth-of-type(2) {
    margin: 15px 0;
  }
}
.stage-ppal .sn a img {
  height: 100%;
  object-fit: contain;
  display: inline-block;
}
.stage-ppal .wide-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
  }
}
.stage-ppal .wide-container:before {
  content: '';
  position: absolute;
  left: 1.8%;
  height: 129%;
  width: 1px;
  border-right: 2px dashed #979797;
  top: -3%;
}
@media (max-width: 1380px) {
  .stage-ppal .wide-container:before {
    display: none;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type {
  align-items: flex-end;
  max-width: 1180px;
  margin: 0 auto;
}
.stage-ppal .wide-container .flex-block:first-of-type img {
  max-width: 520px;
  width: 80%;
  margin: 0 auto;
}
.stage-ppal .wide-container .flex-block:first-of-type .info {
  max-width: 540px;
  width: 60%;
}
@media (max-width: 1450px) {
  .stage-ppal .wide-container .flex-block:first-of-type .info {
    width: 45%;
  }
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .info {
    width: 100%;
    margin-top: 30px;
    max-width: inherit;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type .info h2,
.stage-ppal .wide-container .flex-block:first-of-type .info p {
  text-align: left;
  display: block;
}
.stage-ppal .wide-container .flex-block:first-of-type .info h2 {
  position: relative;
  font-size: 46px;
  max-width: 320px;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .info h2 {
    font-size: 26px;
    max-width: inherit;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type .info p {
  margin: 20px 0 35px;
  font-weight: 400;
  font-size: 24px;
  max-width: 520px;
  width: 100%;
  line-height: 40px;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .info p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    max-width: inherit;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type .brands {
  margin-top: 25%;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .brands {
    margin-top: 25px;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type .brands small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #48474a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .brands small {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .brands .flex-block {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.stage-ppal .wide-container .flex-block:first-of-type .brands .flex-block img {
  height: 18px;
  object-fit: contain;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .stage-ppal .wide-container .flex-block:first-of-type .brands .flex-block img {
    margin: 0 15px 20px;
  }
}
.stage-ppal .datastage {
  margin-top: 30px;
  background: url("../images/curva.svg") repeat-x top center/contain;
  width: 100%;
}
@media (max-width: 999px) {
  .stage-ppal .datastage {
    margin: 20px auto;
  }
}
.stage-ppal .datastage .flex-block {
  justify-content: center;
  height: 320px;
  max-width: 1360px;
}
@media (max-width: 999px) {
  .stage-ppal .datastage .flex-block {
    height: auto;
    flex-direction: row;
    justify-content: center;
  }
}
.stage-ppal .datastage .flex-block:before {
  display: none;
}
.stage-ppal .datastage .flex-block .figure {
  width: 96px;
  height: 96px;
  display: block;
}
@media (max-width: 999px) {
  .stage-ppal .datastage .flex-block .figure {
    width: 70px;
    height: 70px;
  }
}
.stage-ppal .datastage .flex-block .figure img {
  width: 100%;
  object-fit: contain;
}
.stage-ppal .datastage .flex-block .figure .dot {
  height: 1px;
  width: 24%;
  border-bottom: 2px dashed #979797;
  position: absolute;
  top: 50%;
  left: 1.85%;
}
@media (max-width: 1380px) {
  .stage-ppal .datastage .flex-block .figure .dot {
    display: none;
  }
}
.stage-ppal .datastage .flex-block .figure .dot img {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: -11px;
  width: 12px;
}
.stage-ppal .datastage .flex-block .figure .dot + a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.stage-ppal .datastage .flex-block .figure .dot + a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.stage-ppal .datastage .flex-block p {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6e31f8;
  font-size: 22px;
}
@media (max-width: 999px) {
  .stage-ppal .datastage .flex-block p {
    width: auto;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .stage-ppal .datastage .flex-block p {
    width: calc(100% - 100px);
  }
}
.stage-ppal.bootcampstage {
  background: #010208;
  overflow: hidden;
}
.stage-ppal.bootcampstage .wide-container {
  padding: 0;
  height: 680px;
  justify-content: flex-start;
  align-items: center;
}
.stage-ppal.bootcampstage .wide-container:before {
  display: none;
}
.stage-ppal.bootcampstage .wide-container .info {
  max-width: 710px;
  width: 90%;
  margin-right: -10%;
}
.stage-ppal.bootcampstage .wide-container .info h2,
.stage-ppal.bootcampstage .wide-container .info small,
.stage-ppal.bootcampstage .wide-container .info p {
  display: block;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: inherit;
  text-transform: none;
  margin: 0;
}
.stage-ppal.bootcampstage .wide-container .info h2 {
  font-size: 90px;
  font-family: 'futuraBold';
}
.stage-ppal.bootcampstage .wide-container .info h2 small {
  font-size: 24px;
  font-family: 'Avenir Next';
  font-weight: 700;
}
.stage-ppal.bootcampstage .wide-container .info p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Avenir Next';
  margin-bottom: 15px;
  max-width: 560px;
  width: 100%;
  line-height: 18px;
}
.stage-ppal.bootcampstage .wide-container .info p:first-of-type {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 14px;
  text-transform: uppercase;
  margin: 10px 0 25px;
}
.stage-ppal.bootcampstage .wide-container .info p:last-of-type {
  line-height: 38px;
}
.stage-ppal.bootcampstage .bootImg {
  max-width: 820px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-10%);
  height: 564px;
  object-fit: contain;
}
.stage-ppal.partnerstage {
  background: url("../images/dnamap.svg") no-repeat top 10% center/100%;
}
.stage-ppal.partnerstage .wide-container:before {
  display: none;
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type {
  align-items: center;
  justify-content: center;
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info {
  margin: 0 0 -12% 5%;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info {
    margin: 0 auto;
  }
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info h2 {
  max-width: 360px;
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands {
  margin-top: 25%;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands {
    margin-top: 25px;
  }
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #48474a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands small {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands .flex-block {
    flex-direction: row;
  }
}
.stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands .flex-block img {
  height: 18px;
  object-fit: contain;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .wide-container .flex-block:first-of-type .info .brands .flex-block img {
    margin: 0 15px 20px;
  }
}
.stage-ppal.partnerstage .purpleBlock {
  padding: 30px 0;
}
.stage-ppal.partnerstage .purpleBlock .flex-block {
  margin: 0;
  justify-content: center;
}
.stage-ppal.partnerstage .purpleBlock .flex-block p,
.stage-ppal.partnerstage .purpleBlock .flex-block a {
  width: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.stage-ppal.partnerstage .purpleBlock .flex-block p {
  margin-right: 30px;
}
.stage-ppal.partnerstage .purpleBlock .flex-block a {
  font-weight: 600;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage .purpleBlock.onlyline {
    margin-top: 30px;
  }
}
.stage-ppal.partnerstage.storystage {
  background: url("../images/dnamap.svg") no-repeat top center/100%;
}
.stage-ppal.partnerstage.storystage .wide-container {
  text-align: center;
  padding-top: 120px;
}
.stage-ppal.partnerstage.storystage .wide-container h2 {
  display: inline-block;
  text-align: center;
  font-size: 100px !important;
  font-weight: 700;
  font-family: 'futuraBold';
  position: relative;
  color: #000;
}
@media (max-width: 640px) {
  .stage-ppal.partnerstage.storystage .wide-container h2 {
    font-size: 54px !important;
  }
}
@media (max-width: 414px) {
  .stage-ppal.partnerstage.storystage .wide-container h2 {
    font-size: 36px !important;
  }
}
.stage-ppal.partnerstage.storystage .wide-container h2:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .stage-ppal.partnerstage.storystage .wide-container h2:first-of-type {
    margin-bottom: 15px;
  }
}
.stage-ppal.partnerstage.storystage .wide-container h2:first-of-type:before {
  content: '';
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 110%;
  left: 50%;
  z-index: 5;
  background: #00cdec;
}
@media (max-width: 640px) {
  .stage-ppal.partnerstage.storystage .wide-container h2:first-of-type:before {
    height: 4px;
    width: 106%;
    top: 50%;
  }
}
@media (max-width: 414px) {
  .stage-ppal.partnerstage.storystage .wide-container h2:first-of-type:before {
    height: 2px;
  }
}
.stage-ppal.partnerstage.storystage .wide-container h2:last-of-type {
  font-size: 94px;
  display: block;
}
@media (max-width: 640px) {
  .stage-ppal.partnerstage.storystage .wide-container h2:last-of-type {
    font-size: 52px;
  }
}
@media (max-width: 414px) {
  .stage-ppal.partnerstage.storystage .wide-container h2:last-of-type {
    font-size: 34px;
  }
}
.stage-ppal.partnerstage.storystage .wide-container p {
  display: block;
  margin: 10% auto 50px;
  font-size: 24px;
  font-weight: 400;
  max-width: 760px;
  width: 90%;
}
.stage-ppal.partnerstage.storystage .wide-container p strong {
  font-weight: 700;
  display: inline;
}
.stage-ppal.partnerstage.storystage .wide-container .flex-block {
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage.storystage .wide-container .flex-block {
    margin-bottom: 60px;
    flex-direction: row;
    align-items: center;
  }
}
.stage-ppal.partnerstage.storystage .wide-container .flex-block img {
  height: 53px;
  object-fit: contain;
  width: auto;
  width: 180px;
  max-width: inherit;
  margin: 0;
}
.stage-ppal.partnerstage.storystage .wide-container .flex-block img:first-of-type {
  margin: 0 60px 0;
}
@media (max-width: 999px) {
  .stage-ppal.partnerstage.storystage .wide-container .flex-block img:first-of-type {
    margin: 0 30px 0 0;
  }
}
.stage-ppal.partnerstage.storystage .purpleBlock {
  padding: 30px 0;
}
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container {
  padding: 0;
}
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container .flex-block {
  margin: 0;
  justify-content: center;
}
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container .flex-block p,
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container .flex-block a {
  width: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
}
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container .flex-block p {
  margin-right: 30px;
}
.stage-ppal.partnerstage.storystage .purpleBlock .wide-container .flex-block a {
  font-weight: 600;
}
.stage-ppal.dnastage {
  background: url("../images/dnamap.svg") no-repeat top 10% center/100%;
  padding: 150px 0 0;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage {
    padding: 10px 0;
  }
}
.stage-ppal.dnastage .wide-container {
  padding-bottom: 100px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage .wide-container {
    padding-bottom: 20px;
  }
}
.stage-ppal.dnastage .wide-container:before {
  display: none;
}
.stage-ppal.dnastage .wide-container:after {
  content: '';
  background: url("../images/doorcut.png") no-repeat 0 0/contain;
  width: 170px;
  position: absolute;
  right: 7%;
  top: -10%;
  height: 380px;
  z-index: -1;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage .wide-container:after {
    display: none;
  }
}
.stage-ppal.dnastage .wide-container .flex-block {
  justify-content: center;
  align-items: center;
}
.stage-ppal.dnastage .wide-container .flex-block .info {
  margin: 2% 0 -10%;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage .wide-container .flex-block .info {
    margin: 25px 0;
  }
}
.stage-ppal.dnastage .wide-container .flex-block .info h2 {
  text-transform: none;
  max-width: 420px;
  display: block;
  position: relative;
}
.stage-ppal.dnastage .wide-container .flex-block .info h2 img {
  position: absolute;
  top: -105%;
  left: 2%;
  width: 90px;
  object-fit: contain;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage .wide-container .flex-block .info h2 img {
    display: none;
  }
}
.stage-ppal.dnastage .wide-container .flex-block .info p {
  max-width: inherit;
  width: 100%;
  margin-bottom: 0;
}
.stage-ppal.dnastage .datastage {
  background: #6e31f8;
  margin: 0;
}
.stage-ppal.dnastage .datastage .wide-container {
  height: 240px;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
}
.stage-ppal.dnastage .datastage .wide-container:after {
  display: none;
}
.stage-ppal.dnastage .datastage .wide-container:before {
  content: '';
  position: absolute;
  left: -1px;
  height: 54%;
  width: 1px;
  border-right: 2px dashed #fff;
  top: 0;
  display: block;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container:before {
    display: none;
  }
}
.stage-ppal.dnastage .datastage .wide-container div,
.stage-ppal.dnastage .datastage .wide-container p {
  width: 46%;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container div,
  .stage-ppal.dnastage .datastage .wide-container p {
    width: 90%;
    margin: 0 auto;
  }
}
.stage-ppal.dnastage .datastage .wide-container p {
  width: 42%;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage .datastage .wide-container p {
    width: 100%;
  }
}
.stage-ppal.dnastage .datastage .wide-container p {
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: none;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container p {
    text-align: center;
    font-size: 24px;
    width: 100%;
  }
}
.stage-ppal.dnastage .datastage .wide-container div {
  position: relative;
  padding-left: 15px;
  width: auto;
  margin-top: -10px;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container div {
    margin: 0 auto 15px;
    padding: 0;
  }
}
.stage-ppal.dnastage .datastage .wide-container div p {
  width: auto;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
}
.stage-ppal.dnastage .datastage .wide-container div .dot {
  width: 101%;
  height: 1px;
  border-bottom: 2px dashed #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage .datastage .wide-container div .dot {
    bottom: 0;
    position: relative;
    margin: 0 auto 11px;
  }
}
@media (max-width: 640px) {
  .stage-ppal.dnastage .datastage .wide-container div .dot {
    display: none;
  }
}
.stage-ppal.dnastage .datastage .wide-container div .dot img {
  position: absolute;
  right: -5px;
  top: -4px;
  width: 12px;
}
.stage-ppal.dnastage.dna2 .wide-container {
  padding: 0;
}
.stage-ppal.dnastage.dna2 .wide-container:after {
  width: 120px;
  height: 260px;
}
.stage-ppal.dnastage.dna2 .wide-container .flex-block .info {
  margin: 0;
}
.stage-ppal.dnastage.dna2 .datastage {
  margin-top: -5px;
}
.stage-ppal.dnastage.dna2.dna3 .wide-container .flex-block:first-of-type img {
  max-width: 700px;
}
.stage-ppal.dnastage.dna2.dna3 .wide-container .flex-block .info {
  margin: -15% 0 0 -10%;
}
.stage-ppal.dnastage.dna2.dna3 .datastage {
  margin: 0;
}
.stage-ppal.dnastage.testimonialstage {
  background: url("../images/dnamap.svg") no-repeat top center/100%;
  padding-top: 100px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage {
    padding-top: 20px;
  }
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .sn {
    top: 28%;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container {
  padding: 0;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage.testimonialstage .wide-container {
    padding: 20px 0;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container:after {
  display: none;
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info {
  margin: 0;
  max-width: 780px;
  width: 100%;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info {
    text-align: center;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2,
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info p {
  display: block;
  max-width: inherit;
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 {
  font-size: 68px;
  font-family: 'futuraBold';
  letter-spacing: 1.5px;
  text-align: center;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 {
    font-size: 42px !important;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 {
    font-size: 28px !important;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 span {
  display: inline-block;
  text-align: left;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 span {
    width: 100%;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 span small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Avenir Next';
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info h2 span small {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info p {
  text-align: center;
  margin: 0 auto;
  font-family: 'Avenir Next';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .wide-container .flex-block .info p {
    font-size: 7px !important;
    letter-spacing: 3px;
  }
}
.stage-ppal.dnastage.testimonialstage .wide-container .flex-block img {
  margin: -5% auto 0;
  max-width: 680px;
}
.stage-ppal.dnastage.testimonialstage .trusted {
  background: #6e31f8;
  padding: 40px 0 50px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .trusted {
    padding: 30px 0 10px;
  }
}
.stage-ppal.dnastage.testimonialstage .trusted .wide-container {
  height: auto;
  max-width: 1280px;
  width: 86%;
}
.stage-ppal.dnastage.testimonialstage .trusted .wide-container span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'Avenir Next';
  letter-spacing: 0.5px;
}
.stage-ppal.dnastage.testimonialstage .trusted .wide-container .flex-block {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .trusted .wide-container .flex-block {
    margin-bottom: 0;
    justify-content: center;
  }
}
.stage-ppal.dnastage.testimonialstage .trusted .wide-container .flex-block img {
  object-fit: contain;
  height: 22px;
  margin: 0;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage .trusted .wide-container .flex-block img {
    height: 20px;
    margin: 0 15px 20px;
  }
}
.stage-ppal.dnastage.testimonialstage .trusted .wide-container .flex-block:last-of-type {
  margin: 0;
}
.stage-ppal.dnastage.testimonialstage.presstage .wide-container .flex-block img {
  margin: 0 -5% 0 0;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage.presstage .sn {
    top: 42%;
  }
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage.academicstage .sn {
    top: 42%;
  }
}
.stage-ppal.dnastage.testimonialstage.academicstage .wide-container .flex-block img {
  margin: 5% auto 0;
}
.stage-ppal.dnastage.testimonialstage.academicstage .datastage .wide-container div {
  width: 46%;
}
@media (max-width: 1400px) {
  .stage-ppal.dnastage.testimonialstage.academicstage .datastage .wide-container div {
    width: auto;
  }
}
.stage-ppal.dnastage.testimonialstage.academicstage .datastage .wide-container div p {
  font-weight: 300;
}
.stage-ppal.dnastage.testimonialstage.academicstage .datastage .wide-container div p strong {
  display: inline;
  font-weight: 600;
}
.stage-ppal.dnastage.testimonialstage.academicstage .datastage .wide-container div .dot {
  width: 100%;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage.researchstage .wide-container {
    padding-top: 0;
  }
}
.stage-ppal.dnastage.testimonialstage.researchstage .wide-container .flex-block .info {
  position: relative;
  z-index: 9;
}
.stage-ppal.dnastage.testimonialstage.researchstage .wide-container .flex-block img {
  margin: -12% auto 0;
  max-width: 780px;
}
@media (max-width: 999px) {
  .stage-ppal.dnastage.testimonialstage.researchstage .wide-container .flex-block img {
    margin: 20px auto 0;
    width: 100%;
  }
}
.stage-ppal.dnastage.testimonialstage.researchstage .wide-container .flex-block a {
  width: 228px;
  display: block;
  height: 57px;
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.stage-ppal.dnastage.testimonialstage.researchstage .wide-container .flex-block a img {
  width: 100%;
  object-fit: contain;
  margin: 0;
  display: block;
  max-width: inherit;
}
.stage-ppal.dnastage.testimonialstage.researchstage .datastage .wide-container {
  padding: 20px 0 !important;
}
header .left-side a.language {
  display: block;
  width: 25px;
  height: 18px;
  z-index: 9999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  header .left-side a.language {
    position: absolute;
    top: 26px;
    margin: 0;
    left: 160px;
    width: 40px;
    height: 26px;
  }
}
@media (max-width: 640px) {
  header .left-side a.language {
    left: 80px;
  }
}
header .left-side a.language img {
  width: 100%;
  object-fit: contain;
}
.slideTestimonials {
  padding: 60px 0 80px;
}
@media (max-width: 999px) {
  .slideTestimonials {
    padding: 30px 0;
  }
}
.slideTestimonials .wide-container .title {
  padding-left: 10px;
}
.slideTestimonials .wide-container .title h2,
.slideTestimonials .wide-container .title small {
  display: block;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  font-weight: 700;
}
.slideTestimonials .wide-container .title h2 small {
  color: #6e31f8;
  font-size: 14px;
}
.slideTestimonials .wide-container .slide,
.slideTestimonials .wide-container .slidedata {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 999px) {
  .slideTestimonials .wide-container .slide,
  .slideTestimonials .wide-container .slidedata {
    padding-top: 40px;
  }
}
.slideTestimonials .wide-container .slide .slick-arrow,
.slideTestimonials .wide-container .slidedata .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  right: 15px;
  height: 30px;
  width: 20px;
  background: url("../images/snext.svg") no-repeat 0 0/contain;
}
.slideTestimonials .wide-container .slide .slick-arrow.slick-prev,
.slideTestimonials .wide-container .slidedata .slick-arrow.slick-prev {
  right: 55px;
  background: url("../images/sprev.svg") no-repeat 0 0/contain;
}
.slideTestimonials .wide-container .slide .boxx,
.slideTestimonials .wide-container .slidedata .boxx {
  padding: 60px 0 20px;
  text-align: center;
  position: relative;
}
.slideTestimonials .wide-container .slide .boxx .shadow,
.slideTestimonials .wide-container .slidedata .boxx .shadow {
  padding: 15px 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  position: relative;
  width: calc(100% - 80px);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video {
  background: #d8d8d8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 10%;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video img,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video img {
  width: 50%;
  object-fit: contain;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video:hover,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video:hover {
  background: #cacaca;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video.logo,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video.logo {
  background: #fff;
  border: 1px solid #d8d8d8;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video.logo img,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video.logo img {
  width: 35%;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video.logo:hover,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video.logo:hover {
  background: #fff;
}
.slideTestimonials .wide-container .slide .boxx .shadow .video.logo:hover img,
.slideTestimonials .wide-container .slidedata .boxx .shadow .video.logo:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slideTestimonials .wide-container .slide .boxx .shadow .quotes,
.slideTestimonials .wide-container .slidedata .boxx .shadow .quotes {
  display: block;
  height: 58px;
  text-align: left;
}
.slideTestimonials .wide-container .slide .boxx .shadow .quotes img,
.slideTestimonials .wide-container .slidedata .boxx .shadow .quotes img {
  height: 100%;
  object-fit: contain;
}
.slideTestimonials .wide-container .slide .boxx .shadow p,
.slideTestimonials .wide-container .slidedata .boxx .shadow p {
  font-size: 16px;
  margin: 25px 0;
  text-align: left;
}
.slideTestimonials .wide-container .slide .boxx .shadow .name h2,
.slideTestimonials .wide-container .slidedata .boxx .shadow .name h2,
.slideTestimonials .wide-container .slide .boxx .shadow .name small,
.slideTestimonials .wide-container .slidedata .boxx .shadow .name small {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.slideTestimonials .wide-container .slide .boxx .shadow .name h2 small,
.slideTestimonials .wide-container .slidedata .boxx .shadow .name h2 small {
  text-transform: none;
  color: #6e31f8;
}
.slideTestimonials.slideData {
  padding-top: 20px;
}
.slideTestimonials.slideData .slidedata .blockker .books {
  display: flex;
  flex-wrap: wrap;
  justify-content: slide-data;
  align-items: flex-start;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx {
  width: 33%;
  margin-bottom: 25px;
  padding: 10px 0 0;
}
@media (max-width: 900px) {
  .slideTestimonials.slideData .slidedata .blockker .books .boxx {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .slideTestimonials.slideData .slidedata .blockker .books .boxx {
    width: 100%;
  }
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx .shadow {
  padding: 40px 25px 25px;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx .quotes {
  height: 151px;
  text-align: center;
  margin-bottom: 50px;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx .quotes img {
  display: inline-block;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx h2,
.slideTestimonials.slideData .slidedata .blockker .books .boxx p,
.slideTestimonials.slideData .slidedata .blockker .books .boxx a {
  text-align: left;
  font-size: 14px;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx h2 {
  text-transform: uppercase;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx p {
  margin: 10px 0 15px;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx a {
  color: #6e31f8;
  font-weight: 600;
  text-transform: none;
}
.slideTestimonials.slideData .slidedata .blockker .books .boxx a:after {
  content: '';
  background: url("../images/arrowpurple.svg") no-repeat 0 0/contain;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}
.data .wide-container .flex-block {
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block {
    flex-direction: column;
  }
}
.data .wide-container .flex-block .info {
  width: 51%;
  padding-right: 5%;
  position: relative;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .info {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 25px;
  }
}
.data .wide-container .flex-block .info:after {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  height: 70%;
  width: 1px;
  background: #d8d8d8;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .info:after {
    display: none;
  }
}
.data .wide-container .flex-block .info .title {
  margin-bottom: 10px;
}
.data .wide-container .flex-block .info .title h2,
.data .wide-container .flex-block .info .title small {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  margin: 0;
  text-align: left;
}
.data .wide-container .flex-block .info .title h2 {
  text-transform: none;
}
.data .wide-container .flex-block .info .title h2 small {
  color: #6e31f8;
  margin-bottom: 10px;
  font-size: 14px;
}
.data .wide-container .flex-block .info p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
}
.data .wide-container .flex-block .info p:last-of-type {
  margin: 0;
}
.data .wide-container .flex-block .dats {
  width: 40%;
  padding: 80px 0 80px 40px;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .dats {
    width: 100%;
    padding: 40px 0;
  }
}
.data .wide-container .flex-block .dats h2 {
  display: block;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .dats h2 {
    text-align: center;
  }
}
@media (max-width: 999px) {
  .data .wide-container .flex-block .dats h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .dats .flex-block {
    flex-direction: row;
    justify-content: center;
  }
}
.data .wide-container .flex-block .dats .flex-block .numeric {
  width: 50%;
}
@media (max-width: 1200px) {
  .data .wide-container .flex-block .dats .flex-block .numeric {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .data .wide-container .flex-block .dats .flex-block .numeric:first-of-type {
    margin-right: 10%;
  }
}
@media (max-width: 999px) {
  .data .wide-container .flex-block .dats .flex-block .numeric {
    width: 100%;
  }
  .data .wide-container .flex-block .dats .flex-block .numeric:first-of-type {
    margin: 0 auto 30px;
  }
}
.data .wide-container .flex-block .dats .flex-block .numeric span,
.data .wide-container .flex-block .dats .flex-block .numeric p {
  display: block;
  color: #000;
}
.data .wide-container .flex-block .dats .flex-block .numeric span {
  font-size: 40px;
  font-family: 'futuraBold';
}
.data .wide-container .flex-block .dats .flex-block .numeric p {
  font-size: 16px;
  font-weight: 400;
}
.qualityblock {
  padding: 80px 0 60px;
}
@media (max-width: 999px) {
  .qualityblock {
    padding: 40px 0;
  }
}
.qualityblock .title {
  margin-bottom: 40px;
}
.qualityblock .title h2,
.qualityblock .title p {
  color: #000;
}
.qualityblock .title h2 {
  margin-bottom: 20px;
}
.qualityblock .title p {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.qualityblock .slideQuality .boxx {
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.qualityblock .slideQuality .boxx .shadow {
  padding: 15px 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  position: relative;
  width: calc(100% - 80px);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 auto;
}
.qualityblock .slideQuality .boxx .shadow img {
  width: 80%;
  object-fit: contain;
  height: 34px;
}
.qualityblock .slideQuality .boxx .shadow.size2 img {
  width: 60%;
}
.imagebackground {
  background: url("../images/imagebackground.jpg") no-repeat top center/cover;
  width: 100%;
  padding: 100px 0 120px;
}
@media (max-width: 999px) {
  .imagebackground {
    padding: 40px 0;
  }
}
.imagebackground .wide-container h2,
.imagebackground .wide-container small,
.imagebackground .wide-container p {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.imagebackground .wide-container h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
.imagebackground .wide-container h2 small {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}
.imagebackground .wide-container p {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
}
.purpleBlock {
  background: #6e31f8;
  padding: 70px 0;
}
@media (max-width: 999px) {
  .purpleBlock {
    padding: 40px 0;
  }
}
.purpleBlock .title {
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .purpleBlock .title {
    margin-bottom: 20px;
  }
}
.purpleBlock h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.purpleBlock p {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto 15px;
}
.purpleBlock p:last-of-type {
  margin-bottom: 0;
}
.purpleBlock .flex-block {
  margin-top: 60px;
}
@media (max-width: 999px) {
  .purpleBlock .flex-block {
    margin-top: 30px;
  }
}
.purpleBlock .flex-block .box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  width: 28%;
  padding: 50px 15px;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  justify-content: center;
  flex-direction: row !important;
  margin: 0;
}
@media (max-width: 999px) {
  .purpleBlock .flex-block .box {
    width: calc(100% - 30px);
    padding: 15px;
    margin-bottom: 15px;
  }
  .purpleBlock .flex-block .box:last-of-type {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .purpleBlock .flex-block .box:first-of-type,
  .purpleBlock .flex-block .box:last-of-type {
    width: 27%;
  }
  .purpleBlock .flex-block .box:nth-of-type(2) {
    width: 35%;
  }
}
@media (min-width: 999px) {
  .purpleBlock .flex-block .box {
    min-height: calc(194px - 70px);
    padding: 30px 15px;
  }
}
.purpleBlock .flex-block .box .number {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  height: 52px;
  width: 52px;
  background: #0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .purpleBlock .flex-block .box .number {
    font-size: 20px;
    height: 42px;
    width: 42px;
  }
}
.purpleBlock .flex-block .box .number span {
  margin-bottom: -6px;
  display: block;
}
.purpleBlock .flex-block .box .info {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.purpleBlock .flex-block .box .info h2,
.purpleBlock .flex-block .box .info p {
  color: #000;
}
.purpleBlock .flex-block .box .info h2 {
  font-size: 21px;
}
@media (max-width: 999px) {
  .purpleBlock .flex-block .box .info h2 {
    font-size: 16px !important;
  }
}
.purpleBlock .flex-block .box .info p {
  font-size: 18px;
  text-align: left;
  margin: 0;
  width: 100%;
}
@media (max-width: 999px) {
  .purpleBlock .flex-block .box .info p {
    font-size: 14px;
  }
}
.purpleBlock.onlyline {
  padding: 30px 0;
}
.purpleBlock.onlyline .flex-block {
  margin: 0;
  justify-content: center;
}
.purpleBlock.onlyline .flex-block p,
.purpleBlock.onlyline .flex-block a {
  width: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.purpleBlock.onlyline .flex-block p {
  margin: 0 30px 0;
}
@media (max-width: 999px) {
  .purpleBlock.onlyline .flex-block p {
    width: 100%;
    margin: 0 auto 15px !important;
  }
}
.purpleBlock.onlyline .flex-block a {
  font-weight: 600;
}
@media (max-width: 999px) {
  .purpleBlock.onlyline .flex-block a {
    font-size: 16px !important;
  }
}
.futureblock {
  padding: 120px 0;
}
@media (max-width: 999px) {
  .futureblock {
    padding: 40px 0;
  }
}
.futureblock .wide-container .flex-block:first-of-type {
  align-items: flex-start;
  margin-bottom: 8%;
}
.futureblock .wide-container .flex-block:first-of-type .info {
  max-width: 650px;
  width: 51%;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info {
    width: 100%;
    max-width: inherit;
  }
}
.futureblock .wide-container .flex-block:first-of-type .info small,
.futureblock .wide-container .flex-block:first-of-type .info h2,
.futureblock .wide-container .flex-block:first-of-type .info p {
  display: block;
}
.futureblock .wide-container .flex-block:first-of-type .info small {
  text-transform: uppercase;
  color: #6e31f8;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info small {
    width: 100%;
  }
}
.futureblock .wide-container .flex-block:first-of-type .info h2 {
  font-size: 36px;
  margin: 10px 0 15px;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info h2 {
    font-size: 24px;
  }
}
.futureblock .wide-container .flex-block:first-of-type .info p {
  font-size: 22px;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info p {
    font-size: 14px;
  }
}
.futureblock .wide-container .flex-block:first-of-type .info .flex-block {
  margin: 28% 0 0;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info .flex-block {
    margin-top: 25px;
  }
}
.futureblock .wide-container .flex-block:first-of-type .info .flex-block .block {
  width: 48%;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type .info .flex-block .block {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.futureblock .wide-container .flex-block:first-of-type img {
  max-width: 400px;
  width: 40%;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:first-of-type img {
    width: 100%;
    max-width: inherit;
  }
}
.futureblock .wide-container .flex-block:last-of-type {
  flex-wrap: wrap;
}
.futureblock .wide-container .flex-block:last-of-type .block {
  width: 23%;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block:last-of-type .block {
    width: 90%;
    margin: 0 auto 25px;
  }
  .futureblock .wide-container .flex-block:last-of-type .block:last-of-type {
    margin: 0 auto;
  }
}
.futureblock .wide-container .flex-block .block h3 {
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block .block h3 {
    font-size: 20px;
  }
}
.futureblock .wide-container .flex-block .block h3 span {
  display: block;
  position: relative;
}
.futureblock .wide-container .flex-block .block h3 span:before {
  content: '';
  position: absolute;
  left: -15px;
  height: 94%;
  width: 2px;
  background: #0cdffd;
}
.futureblock .wide-container .flex-block .block p {
  font-size: 18px !important;
}
@media (max-width: 999px) {
  .futureblock .wide-container .flex-block .block p {
    font-size: 14px !important;
  }
}
.futureblock.opportunityblock {
  padding: 80px 0;
}
@media (max-width: 999px) {
  .futureblock.opportunityblock {
    padding: 40px 0;
  }
}
.futureblock.opportunityblock .info {
  width: 100%;
}
.futureblock.opportunityblock .info small,
.futureblock.opportunityblock .info h2,
.futureblock.opportunityblock .info p {
  display: block;
  text-align: left;
}
.futureblock.opportunityblock .info small {
  text-transform: uppercase;
  color: #6e31f8;
  font-size: 14px;
  font-weight: 700;
}
.futureblock.opportunityblock .info h2 {
  font-size: 36px;
  margin: 10px 0 15px;
}
.futureblock.opportunityblock .info p {
  font-size: 22px;
}
.futureblock.opportunityblock .flex-block {
  margin-top: 40px;
}
@media (max-width: 999px) {
  .futureblock.opportunityblock .flex-block {
    flex-direction: row;
  }
}
.futureblock.opportunityblock .flex-block:last-of-type .block {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #6e31f8;
  width: calc(22% - 30px);
  padding: 50px 15px;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  box-shadow: 0 3px 3px 2px rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .futureblock.opportunityblock .flex-block:last-of-type .block {
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto 20px;
  }
}
.futureblock.opportunityblock .flex-block:last-of-type .block h3,
.futureblock.opportunityblock .flex-block:last-of-type .block p {
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.futureblock.opportunityblock .flex-block:last-of-type .block h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.futureblock.opportunityblock .flex-block:last-of-type .block p {
  font-size: 18px;
}
.futureblock.opportunityblock .flex-block:last-of-type .block:last-of-type {
  margin: 0 !important;
}
.tabsBlock {
  padding-bottom: 120px;
}
@media (max-width: 999px) {
  .tabsBlock {
    padding-bottom: 40px;
  }
}
.tabsBlock .content {
  display: none;
}
.tabsBlock .content.active {
  display: block;
}
.tabsBlock h2 {
  font-size: 28px;
  display: block;
  margin: 0;
}
.tabsBlock .wrapper {
  margin: 40px 0 0;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .tabsBlock .wrapper {
    flex-direction: column;
  }
}
.tabsBlock .wrapper .buttonWrapper {
  width: 30%;
  max-width: 400px;
  padding-right: 20px;
  border-right: 1px solid rgba(0,0,0,0.15);
}
@media (max-width: 999px) {
  .tabsBlock .wrapper .buttonWrapper {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    max-width: inherit;
    padding: 0 0 10px;
  }
}
.tabsBlock .wrapper .buttonWrapper button {
  width: calc(100% - 20px);
  height: 70px;
  text-indent: 20px;
  text-align: left;
  font-size: 20px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0);
  text-transform: none;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 999px) {
  .tabsBlock .wrapper .buttonWrapper button {
    width: 100%;
  }
}
.tabsBlock .wrapper .buttonWrapper button.active,
.tabsBlock .wrapper .buttonWrapper button:hover {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) !important;
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) !important;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15) !important;
}
.tabsBlock .wrapper .contentWrapper {
  width: 61%;
  max-width: 908px;
  padding-left: 30px;
}
@media (max-width: 999px) {
  .tabsBlock .wrapper .contentWrapper {
    width: 100%;
    max-width: inherit;
    padding: 15px 0 0;
  }
}
.tabsBlock .wrapper .contentWrapper p {
  padding-top: 15px;
  color: #5c5e6b;
  font-size: 22px;
}
.tabsBlock .wrapper .contentWrapper p span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #5c5e6b;
  font-size: 28px;
}
.tabsBlock .buttoncenter {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 999px) {
  .tabsBlock .buttoncenter {
    margin-top: 20px;
  }
}
.tabsBlock .buttoncenter a {
  display: inline-block;
  align-items: center;
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #6e31f8;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 999px) {
  .tabsBlock .buttoncenter a {
    height: auto;
    line-height: normal;
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
  }
}
.wrapperMobile .content-mobile {
  display: none;
}
.wrapperMobile .content-mobile.active-mobile {
  display: block;
}
.doubleCol {
  padding: 50px 0 0;
  background: url("../images/researchimagebackground.png") no-repeat center center/contain;
}
@media (max-width: 999px) {
  .doubleCol {
    padding: 40px 0 0;
  }
}
.doubleCol .title {
  margin-bottom: 40px;
}
.doubleCol .title h2,
.doubleCol .title p {
  color: #000;
}
.doubleCol .title h2 {
  margin-bottom: 20px;
}
.doubleCol .title p {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.doubleCol h3,
.doubleCol a {
  color: #6e31f8;
  display: block;
}
.doubleCol h3 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 120px 0 15px;
  font-weight: 700;
}
@media (max-width: 999px) {
  .doubleCol h3 {
    margin-top: 40px;
  }
}
.doubleCol .flex-block {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}
.doubleCol .flex-block .box {
  width: 46%;
  margin-bottom: 80px;
}
@media (max-width: 999px) {
  .doubleCol .flex-block .box {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 999px) {
  .doubleCol .flex-block .box {
    margin-bottom: 30px;
  }
}
.doubleCol .flex-block .box h2,
.doubleCol .flex-block .box p,
.doubleCol .flex-block .box a {
  margin: 0;
}
.doubleCol .flex-block .box h2 {
  font-size: 24px;
}
.doubleCol .flex-block .box p {
  margin: 10px 0 20px;
  font-size: 18px;
}
.doubleCol .flex-block .box a {
  color: #6e31f8;
  font-weight: 600;
  text-transform: none;
}
.doubleCol .flex-block .box a:after {
  content: '';
  background: url("../images/arrowpurple.svg") no-repeat 0 0/contain;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}
.doubleCol.onlyinfo {
  padding: 0;
  background: #fff;
}
.doubleCol.onlyinfo .flex-block {
  align-items: flex-start;
}
@media (max-width: 999px) {
  .doubleCol.onlyinfo .flex-block {
    flex-direction: column-reverse;
  }
}
.doubleCol.onlyinfo .flex-block .info {
  padding-top: 80px;
  max-width: 680px;
  width: 55%;
}
@media (max-width: 999px) {
  .doubleCol.onlyinfo .flex-block .info {
    width: 100%;
    padding-top: 20px;
    max-width: inherit;
  }
}
.doubleCol.onlyinfo .flex-block .info h2 {
  margin-bottom: 20px;
}
.doubleCol.onlyinfo .flex-block .info p {
  margin-bottom: 20px;
}
.doubleCol.onlyinfo .flex-block .info p:last-of-type {
  margin: 0;
}
.doubleCol.onlyinfo .flex-block img {
  object-fit: contain;
  max-width: 400px;
  width: 40%;
}
@media (max-width: 999px) {
  .doubleCol.onlyinfo .flex-block img {
    width: 100%;
    max-width: inherit;
  }
}
.focusBlock {
  padding-top: 100px;
}
@media (max-width: 999px) {
  .focusBlock {
    padding-top: 50px;
  }
}
.focusBlock .wide-container h2 {
  text-align: center;
  display: block;
}
.focusBlock .wide-container .flex-block {
  margin: 80px 0;
}
@media (max-width: 999px) {
  .focusBlock .wide-container .flex-block {
    margin: 40px 0;
  }
}
.focusBlock .wide-container .flex-block .block {
  width: 21%;
}
@media (max-width: 999px) {
  .focusBlock .wide-container .flex-block .block {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.focusBlock .wide-container .flex-block .block h3 {
  font-weight: 600;
  font-size: 24px;
  position: relative;
  display: block;
  position: relative;
}
.focusBlock .wide-container .flex-block .block h3:before {
  content: '';
  position: absolute;
  left: -15px;
  height: 94%;
  width: 2px;
  background: #0cdffd;
}
.focusBlock .wide-container .flex-block .block p {
  font-size: 18px;
}
.focusBlock .doubleColVideo .flex-block {
  flex-wrap: wrap;
  min-height: 460px;
}
@media (max-width: 999px) {
  .focusBlock .doubleColVideo .flex-block {
    min-height: 230px;
  }
}
.focusBlock .doubleColVideo .flex-block.reverse {
  flex-direction: row-reverse;
}
.focusBlock .doubleColVideo .flex-block .video,
.focusBlock .doubleColVideo .flex-block .info {
  width: 50%;
  justify-content: center;
}
.focusBlock .doubleColVideo .flex-block .video {
  background: #f9f9f9;
}
@media (max-width: 999px) {
  .focusBlock .doubleColVideo .flex-block .video {
    width: 100%;
  }
}
.focusBlock .doubleColVideo .flex-block .video img {
  width: 90px;
  object-fit: contain;
}
@media (max-width: 999px) {
  .focusBlock .doubleColVideo .flex-block .video img {
    width: 50px;
  }
}
@media (max-width: 999px) {
  .focusBlock .doubleColVideo .flex-block .info {
    width: 100%;
  }
}
.focusBlock .doubleColVideo .flex-block .info .positioned {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
.focusBlock .doubleColVideo .flex-block .info .positioned h2,
.focusBlock .doubleColVideo .flex-block .info .positioned p {
  display: block;
  margin: 0;
}
.focusBlock .doubleColVideo .flex-block .info .positioned h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.focusBlock .doubleColVideo .flex-block .info .positioned p {
  font-size: 20px;
}
.focusBlock .doubleColVideo .flex-block .info .positioned p:last-of-type {
  margin-top: 15px;
  color: #5c5e6b;
  font-style: italic;
  font-size: 18px;
}
.members {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .members {
    padding: 40px 0 0;
  }
}
.members h2 {
  color: #111529;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 999px) {
  .members h2 {
    font-size: 20px;
    color: #4a4a4a;
    font-family: 'Noto Sans';
    font-weight: 700;
  }
}
.members .flex-block {
  max-width: 1000px;
  margin: 0 auto 60px;
  width: 94%;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .members .flex-block {
    margin-bottom: 20px;
  }
}
.members .flex-block .module {
  width: 25%;
  margin: 0 0 30px;
}
@media (max-width: 1080px) {
  .members .flex-block .module {
    width: 33.33%;
    max-width: inherit;
  }
}
@media (max-width: 999px) {
  .members .flex-block .module {
    margin: 0 0 30px;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .members .flex-block .module {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .members .flex-block .module {
    width: 100%;
    margin-bottom: 20px;
  }
}
.members .flex-block .module .cont {
  padding: 30px 0 20px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.members .flex-block .module figure {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .members .flex-block .module figure {
    width: 100px;
    height: 100px;
  }
}
.members .flex-block .module figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.members .flex-block .module .aside {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 999px) {
  .members .flex-block .module .aside {
    justify-content: flex-start;
    width: auto;
  }
}
.members .flex-block .module .aside span,
.members .flex-block .module .aside p {
  font-family: 'Noto Sans';
  font-weight: 700;
}
@media (max-width: 999px) {
  .members .flex-block .module .aside span,
  .members .flex-block .module .aside p {
    width: 100%;
    text-align: left;
  }
}
.members .flex-block .module .aside span {
  margin: 15px auto 5px;
  color: #111529;
  width: auto;
  font-size: 18px;
  display: block;
}
.members .flex-block .module .aside p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #5c5e6b;
  text-align: center;
}
.members .flex-block .module .aside .snetwork {
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .members .flex-block .module .aside .snetwork {
    flex-direction: row;
    width: 100%;
  }
}
.members .flex-block .module .aside .snetwork a {
  height: 16px;
  margin: 0 6px;
  width: auto;
}
.members .flex-block .module .aside .snetwork a img {
  height: 100%;
  object-fit: contain;
  width: auto;
}
@media (max-width: 999px) {
  .members .flex-block .module figure,
  .members .flex-block .module .aside {
    display: inline-block;
    vertical-align: top;
  }
}
.members .flex-block.numericblock {
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 999px) {
  .members .flex-block.numericblock {
    flex-direction: column;
  }
}
@media (max-width: 999px) {
  .members .flex-block.numericblock .numers {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.members .flex-block.numericblock .numers h3,
.members .flex-block.numericblock .numers p {
  text-align: center;
}
.members .flex-block.numericblock .numers h3 {
  font-weight: 700;
  font-family: 'Noto Sans';
  color: #6e31f8;
  font-size: 50px;
}
.members .flex-block.numericblock .numers p {
  font-weight: 400;
  font-size: 20px;
  color: #5c5e6b;
}
.members.mentors {
  padding-top: 0;
}
.members.mentors .flex-block {
  margin: 0 auto;
}
.company {
  padding: 0 0 55px;
  width: 100%;
}
@media (max-width: 999px) {
  .company {
    padding: 40px 0 0;
    background: #fff;
    margin-bottom: 44px;
  }
  .company .wide-container {
    width: 100%;
  }
}
.company .greycolor {
  background: #fbfbfb;
  width: 100%;
  padding: 60px 0;
}
.company .flex-block {
  margin: 0 auto;
  width: 80%;
  align-items: flex-start;
}
.company .flex-block .info,
.company .flex-block .graph {
  position: relative;
}
.company .flex-block .info {
  max-width: 640px;
  width: 60%;
}
@media (max-width: 999px) {
  .company .flex-block .info {
    padding-bottom: 15px;
    max-width: 100%;
    width: 96%;
    margin: 0 auto;
  }
}
.company .flex-block .info h3,
.company .flex-block .info p {
  display: block;
}
.company .flex-block .info h3 {
  color: #111529;
  font-size: 34px;
  font-family: 'Noto Sans';
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .company .flex-block .info h3 {
    font-size: 24px;
    color: #4a4a4a;
  }
}
.company .flex-block .info p {
  color: #5c5e6b;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'Noto Sans';
  font-weight: 300;
}
@media (max-width: 999px) {
  .company .flex-block .info p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
.company .flex-block .info p:last-of-type {
  margin: 0;
}
.company .flex-block .info .abstract {
  width: 100%;
  justify-content: flex-start;
  margin: 40px 0;
  align-items: center;
}
@media (max-width: 999px) {
  .company .flex-block .info .abstract {
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
}
.company .flex-block .info .abstract img {
  width: 80px;
  margin-right: 25px;
}
.company .flex-block .info .abstract .info {
  width: calc(100% - 110px);
  padding: 0;
  max-width: inherit;
}
@media (max-width: 999px) {
  .company .flex-block .info .abstract .info {
    padding: 0;
    position: relative;
  }
}
.company .flex-block .info .abstract .info img,
.company .flex-block .info .abstract .info p,
.company .flex-block .info .abstract .info .name {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.company .flex-block .info .abstract .info img {
  width: 16px;
  object-fit: contain;
  margin-bottom: 5px;
}
@media (max-width: 999px) {
  .company .flex-block .info .abstract .info img {
    width: 24px;
  }
}
.company .flex-block .info .abstract .info p {
  color: #5c5e6b;
  font-weight: 300;
  font-family: 'Noto Sans';
  font-size: 16px;
  display: inline-block;
  width: auto;
  line-height: 26px;
}
.company .flex-block .info .abstract .info p:before {
  display: none;
}
@media (max-width: 640px) {
  .company .flex-block .info .abstract .info p {
    font-size: 18px;
    line-height: normal;
  }
}
.company .flex-block .info .abstract .info .name {
  margin-top: 5px;
  padding-top: 5px;
  font-family: 'Noto Sans';
  font-size: 16px;
  color: #5c5e6b;
  font-weight: 600;
  position: relative;
}
.company .flex-block .info .abstract .info .name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #adadad;
}
.company .flex-block .graph {
  width: 20%;
}
@media (max-width: 999px) {
  .company .flex-block .graph {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
}
.company .flex-block .graph:before {
  content: '';
  width: 6px;
  background: #6e31f8;
  top: 23px;
  height: 77%;
  left: -50px;
  position: absolute;
}
@media (max-width: 999px) {
  .company .flex-block .graph:before {
    display: none;
  }
}
.company .flex-block .graph .year {
  width: 140px;
  margin-bottom: 74px;
}
@media (max-width: 999px) {
  .company .flex-block .graph .year {
    padding-left: 20%;
    margin-bottom: 44px;
  }
}
.company .flex-block .graph .year span,
.company .flex-block .graph .year p {
  display: block;
}
.company .flex-block .graph .year span {
  color: #6e31f8;
  font-size: 38px;
  ffont-family: 'Noto Sans';
  font-weight: 700;
  position: relative;
  line-height: 33px;
}
.company .flex-block .graph .year span:before {
  content: '';
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #6e31f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  height: 25px;
  width: 25px;
}
@media (max-width: 999px) {
  .company .flex-block .graph .year span:before {
    background: url("../images/more.svg") no-repeat 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.company .flex-block .graph .year p {
  color: #5c5e6b;
  font-size: 18px;
  font-weight: 600;
}
.company .flex-block .graph .year:last-of-type {
  margin: 0;
}
.pressBox {
  position: relative;
  z-index: 9;
  padding: 80px 0 60px;
}
@media (max-width: 640px) {
  .pressBox {
    padding: 40px 0;
  }
}
.pressBox .wide-container {
  max-width: 1080px;
}
.pressBox .wide-container h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
}
.pressBox .wide-container .flex-block {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  .pressBox .wide-container .flex-block {
    flex-direction: row;
  }
}
.pressBox .wide-container .flex-block .pressCard {
  width: 25%;
  margin: 0 0 30px;
}
@media (max-width: 1080px) {
  .pressBox .wide-container .flex-block .pressCard {
    width: 33.33%;
    max-width: inherit;
  }
}
@media (max-width: 999px) {
  .pressBox .wide-container .flex-block .pressCard {
    margin: 0 0 30px;
    text-align: center;
  }
}
@media (max-width: 760px) {
  .pressBox .wide-container .flex-block .pressCard {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .pressBox .wide-container .flex-block .pressCard {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pressBox .wide-container .flex-block .pressCard .cont {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 40px 0 30px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
.pressBox .wide-container .flex-block .pressCard figure,
.pressBox .wide-container .flex-block .pressCard img,
.pressBox .wide-container .flex-block .pressCard p,
.pressBox .wide-container .flex-block .pressCard span {
  display: block;
  margin: 0 auto;
}
.pressBox .wide-container .flex-block .pressCard figure {
  height: 82px;
  display: flex;
}
@media (max-width: 999px) {
  .pressBox .wide-container .flex-block .pressCard figure {
    justify-content: center;
  }
}
.pressBox .wide-container .flex-block .pressCard figure img {
  margin: 0 auto;
  object-fit: contain;
}
.pressBox .wide-container .flex-block .pressCard p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin: 15px auto 30px;
  width: 60%;
}
.pressBox .wide-container .flex-block .pressCard span {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.pressBox .wide-container .flex-block .pressCard img {
  object-fit: contain;
}
.pressBox .wide-container .flex-block .pressCard:first-of-type img {
  width: 149px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(2) img {
  width: 99px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(3) img {
  width: 123px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(4) img {
  width: 104px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(5) img {
  width: 190px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(6) img {
  width: 68px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(7) img {
  width: 53px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(8) img {
  width: 89px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(9) img {
  width: 123px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(10) img {
  width: 94px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(11) img {
  width: 144px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(12) img {
  width: 129px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(13) img {
  width: 106px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(14) img {
  width: 116px;
}
.pressBox .wide-container .flex-block .pressCard:nth-of-type(15) img {
  width: 111px;
}
.pressBox .wide-container .flex-block .pressCard:last-of-type img {
  width: 176px;
}
.filterBlock {
  padding: 50px 0;
  background: #f9fdfd;
}
.filterBlock .wide-container .title {
  margin-bottom: 60px;
  text-align: left;
}
.filterBlock .wide-container .title h2,
.filterBlock .wide-container .title small {
  display: block;
  color: #000;
  font-weight: 700;
  text-align: left;
}
.filterBlock .wide-container .title h2 {
  font-size: 26px;
}
.filterBlock .wide-container .title h2 small {
  font-size: 14px;
  color: #6e31f8;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.filterBlock .wide-container .filterwrap .filters {
  flex-wrap: wrap;
  align-items: flex-start;
}
.filterBlock .wide-container .filterwrap .filters .filterbox {
  width: 32%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.filterBlock .wide-container .filterwrap .filters .filterbox .label {
  width: 100%;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.filterBlock .wide-container .filterwrap .filters .filterbox .label img {
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.filterBlock .wide-container .filterwrap .filters .filterbox button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #6e31f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 38px;
  padding: 0 15px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.filterBlock .wide-container .filterwrap .filters .filterbox button:last-of-type {
  margin: 0;
}
.filterBlock .wide-container .filterwrap .filters .filterbox button:hover,
.filterBlock .wide-container .filterwrap .filters .filterbox button.active {
  background: #18e8e1;
}
.filterBlock .wide-container .filterwrap .container {
  overflow: hidden;
}
.filterBlock .wide-container .filterwrap .container .flex-block {
  justify-content: flex-start;
  flex-direction: row !important;
}
.filterBlock .wide-container .filterwrap .container .filterDiv {
  width: 33.33%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv {
    width: 100%;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer {
  color: #fff;
  margin: 0 auto;
  width: calc(90% - 20px);
  padding: 50px 20px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  border: 1px solid #979797;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 380px;
  background: #fff;
  min-height: calc(332px - 100px);
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer {
    max-width: inherit;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #6e31f8;
  top: 0;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer h2 {
  font-size: 18px;
  width: 100%;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .offer {
  margin: 20px 0 !important;
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .offer {
    justify-content: flex-start !important;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .offer span {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  padding: 0 4px;
  color: #000;
  margin-right: 15px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .offer span:after {
  content: '';
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  height: 2px;
  background: #f70606;
  z-index: 9;
  width: 100%;
  left: 0;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .offer p {
  font-size: 16px;
  color: #f70606;
  font-weight: 600;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block {
  margin: 0 0 25px;
  justify-content: flex-start;
  flex-direction: row !important;
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block {
    justify-content: space-between;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .cat,
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level,
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .duration {
  width: 30% !important;
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .cat,
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level,
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .duration {
    width: auto !important;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .cat {
  width: auto !important;
  font-weight: 400;
  font-size: 12px;
  padding: 0 0 0 4px;
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level {
  width: calc(100% - 80px);
  justify-content: space-between;
  margin: 0 20px;
}
@media (max-width: 900px) {
  .filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level {
    width: 40% !important;
  }
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level .progress {
  height: 6px;
  background: #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: calc(100% - 70px);
  overflow: hidden;
  position: relative;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level .progress span {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: #7cff0b;
  overflow: hidden;
  display: block;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level .progress span.l1 {
  width: 33.33%;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level .progress span.l2 {
  width: 66.66%;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level .progress span.l3 {
  width: 100%;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .flex-block .level p {
  font-size: 12px;
  font-weight: 400;
  width: 60px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .duration {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  align-items: center;
  width: auto !important;
  margin: 0;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .duration img {
  width: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer p {
  font-size: 15px;
  font-weight: 400;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .modul {
  margin: 0;
  left: 30px;
  bottom: 30px;
  position: absolute;
  color: #000;
  font-size: 13px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .modul img {
  width: 18px;
  object-fit: contain;
  margin-right: 10px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .button {
  text-align: center;
  margin-top: 30px;
}
.filterBlock .wide-container .filterwrap .container .filterDiv .spacer .button a {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #6e31f8;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
}
.filterBlock .wide-container .filterwrap .container .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}
.filterBlock .wide-container .filterwrap .container .btn.btnhover {
  background-color: #ddd;
}
.filterBlock .wide-container .filterwrap .container .btn.active {
  background-color: #666;
  color: #fff;
}
.greyblock {
  padding: 80px 0;
  background: rgba(110,49,248,0.02);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .greyblock {
    padding: 40px 0;
  }
}
.greyblock h2 {
  display: block;
  font-size: 34px;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .greyblock h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
}
.greyblock button,
.greyblock a {
  color: #fff;
  background: #6e31f8;
  font-weight: 700;
  font-size: 24px;
  height: 52px;
  line-height: 52px;
  text-transform: none;
  padding: 0 30px;
}
.greyblock.whiteonly {
  background: #fff;
}
@media (max-width: 999px) {
  .greyblock.whiteonly {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .greyblock.whiteonly.withp {
    margin-top: 20px;
  }
}
.greyblock.whiteonly.withp h2 {
  margin-bottom: 15px;
}
.greyblock.whiteonly.withp p {
  margin-bottom: 30px;
}
.greyblock.whiteonly.blackbutton a {
  background: #000;
}
.dnafigure {
  padding: 80px 0 60px;
}
@media (max-width: 999px) {
  .dnafigure {
    padding: 30px 0;
  }
}
.dnafigure .title {
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .dnafigure .title {
    margin-bottom: 50px;
  }
}
.dnafigure .title h2,
.dnafigure .title p {
  color: #000;
}
.dnafigure .title h2 {
  margin-bottom: 20px;
}
.dnafigure .title p {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
}
.dnafigure figure {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}
.dnafigure figure img {
  width: 100%;
  margin: 0 auto;
}
.dnafigure .couples {
  margin-top: 100px;
}
@media (max-width: 999px) {
  .dnafigure .couples {
    margin-top: 60px;
  }
}
.dnafigure .couples .flex-block {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .dnafigure .couples .flex-block {
    margin: 0;
  }
}
.dnafigure .couples .flex-block:last-of-type {
  margin: 0;
}
.dnafigure .couples .flex-block .block {
  width: 30%;
}
@media (max-width: 999px) {
  .dnafigure .couples .flex-block .block {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.dnafigure .couples .flex-block .block h3,
.dnafigure .couples .flex-block .block p {
  color: #000;
}
.dnafigure .couples .flex-block .block h3 {
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.dnafigure .couples .flex-block .block p {
  font-size: 18px;
}
.bootcamps-section header {
  background: #010208;
}
.bootcamps-section header .left-side a,
.bootcamps-section header .right-side a,
.bootcamps-section header .left-side button,
.bootcamps-section header .right-side button {
  color: #fff;
}
.bootcamps-section header .right-side .nav a {
  color: #fdf817;
}
.bootcamps-section header .right-side .nav a:last-of-type {
  color: #fff;
}
.bootcamps-section header .hamburguer:before,
.bootcamps-section header .hamburguer:after,
.bootcamps-section header .hamburguer span {
  background: #fff;
}
@media (max-width: 999px) {
  .bootcamps-section header .hamburguer.xicon:before,
  .bootcamps-section header .hamburguer.xicon:after,
  .bootcamps-section header .hamburguer.xicon span {
    background: #000;
  }
}
@media (max-width: 999px) {
  .bootcamps-section .stage-ppal.bootcampstage .wide-container {
    height: auto;
    padding-top: 60px;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info h2 {
    font-size: 90px !important;
  }
  .bootcamps-section .stage-ppal.bootcampstage .bootImg {
    position: relative;
    width: 100%;
    max-width: inherit;
    left: auto;
    bottom: auto;
    height: auto;
    object-fit: contain;
    margin: 40px auto -10px;
    transform: none;
  }
}
@media (max-width: 999px) {
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info h2 {
    font-size: 64px !important;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info h2 small {
    font-size: 18px;
    font-weight: 600;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info p {
    margin-bottom: 0;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info p:first-of-type {
    margin-bottom: 20px;
  }
  .bootcamps-section .stage-ppal.bootcampstage .wide-container .info p:last-of-type {
    line-height: normal;
  }
}
.bootcamps-section .trusted {
  background: #6e31f8;
  padding: 40px 0 50px;
}
.bootcamps-section .trusted .wide-container {
  height: auto;
  max-width: 1280px;
  width: 86%;
  padding: 0;
}
.bootcamps-section .trusted .wide-container span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: 'Avenir Next';
  letter-spacing: 0.5px;
}
.bootcamps-section .trusted .wide-container .flex-block {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .bootcamps-section .trusted .wide-container .flex-block {
    margin-bottom: 0;
    justify-content: center;
  }
}
.bootcamps-section .trusted .wide-container .flex-block img {
  object-fit: contain;
  height: 22px;
  margin: 0;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .bootcamps-section .trusted .wide-container .flex-block img {
    height: 20px;
    margin: 0 15px 20px;
  }
}
.bootcamps-section .trusted .wide-container .flex-block:last-of-type {
  margin: 0;
}
.bootcamps-section .levelBlock {
  padding: 80px 0 0;
}
.bootcamps-section .levelBlock .title {
  margin-bottom: 40px;
}
.bootcamps-section .levelBlock .title h2,
.bootcamps-section .levelBlock .title p {
  color: #000;
}
.bootcamps-section .levelBlock .title h2 {
  margin-bottom: 20px;
}
.bootcamps-section .levelBlock .title p {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.bootcamps-section .levelBlock .flex-block {
  margin: 80px auto;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .bootcamps-section .levelBlock .flex-block {
    margin: 40px 0;
  }
}
.bootcamps-section .levelBlock .flex-block .box {
  width: 23%;
  padding: 30px 0 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 999px) {
  .bootcamps-section .levelBlock .flex-block .box {
    width: 100%;
    margin: 0 0 15px;
  }
  .bootcamps-section .levelBlock .flex-block .box:last-of-type {
    margin: 0;
  }
}
.bootcamps-section .levelBlock .flex-block .box img,
.bootcamps-section .levelBlock .flex-block .box h2,
.bootcamps-section .levelBlock .flex-block .box p {
  display: block;
  margin: 0 auto;
}
.bootcamps-section .levelBlock .flex-block .box img {
  height: 56px;
  object-fit: contain;
}
.bootcamps-section .levelBlock .flex-block .box h2,
.bootcamps-section .levelBlock .flex-block .box p {
  width: 80%;
  text-align: center;
}
.bootcamps-section .levelBlock .flex-block .box h2 {
  font-size: 22px;
  text-transform: none;
  margin: 25px auto 5px;
}
.bootcamps-section .levelBlock .flex-block .box p {
  font-size: 16px;
}
@media (max-width: 640px) {
  .bootcamps-section .levelBlock .flex-block .box p {
    font-size: 14px;
    width: 100%;
  }
}
.adndigital-section header,
.adndigital-section .stage-ppal {
  background: #6e31f8;
}
.adndigital-section header .left-side a,
.adndigital-section header .right-side a,
.adndigital-section header .left-side button,
.adndigital-section header .right-side button {
  color: #fff;
}
.adndigital-section header .right-side .nav a {
  color: #fdf817;
}
.adndigital-section header .right-side .nav a:last-of-type {
  color: #000;
  background: #fdf817;
}
.adndigital-section header .hamburguer:before,
.adndigital-section header .hamburguer:after,
.adndigital-section header .hamburguer span {
  background: #fff;
}
.adndigital-section .stage-ppal {
  padding-top: 60px;
}
.adndigital-section .stage-ppal .wide-container:before {
  display: none;
}
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type {
  max-width: inherit;
  align-items: center;
}
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type img {
  max-width: 416px;
  margin: 0;
  width: 35%;
}
@media (max-width: 999px) {
  .adndigital-section .stage-ppal .wide-container .flex-block:first-of-type img {
    width: 80%;
    margin: 0 auto 30px;
    max-width: inherit;
  }
}
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info {
  max-width: 860px;
  width: 70%;
}
@media (max-width: 1520px) {
  .adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info {
    width: 60%;
  }
}
@media (max-width: 999px) {
  .adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info {
    width: 100%;
  }
}
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info h2,
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info p {
  color: #fff;
  max-width: inherit;
}
.adndigital-section .stage-ppal .wide-container .flex-block:first-of-type .info h2 {
  font-size: 38px;
}
.adndigital-section .slideQuality {
  margin-top: 100px;
}
@media (max-width: 999px) {
  .adndigital-section .slideQuality {
    margin-top: 40px;
  }
}
.adndigital-section .slideQuality .boxx {
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.adndigital-section .slideQuality .boxx .shadow {
  padding: 15px 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  position: relative;
  width: calc(100% - 80px);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 auto;
}
.adndigital-section .slideQuality .boxx .shadow img {
  width: 80%;
  object-fit: contain;
  height: 34px;
}
.adndigital-section .slideQuality .boxx .shadow.size2 img {
  width: 60%;
}
.adndigital-section .purpleBlock .flex-block .box {
  width: 28%;
  padding: 30px 20px;
}
@media (max-width: 999px) {
  .adndigital-section .purpleBlock .flex-block .box {
    width: calc(100% - 40px);
  }
}
.adndigital-section .purpleBlock .flex-block .box .flex-block {
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media (max-width: 999px) {
  .adndigital-section .purpleBlock .flex-block .box .flex-block {
    flex-direction: row;
  }
}
.adndigital-section .purpleBlock .flex-block .box .flex-block h2 {
  width: calc(100% - 62px);
  font-size: 20px;
}
.adndigital-section .purpleBlock .flex-block .box .info {
  margin: 0;
}
@media (max-width: 999px) {
  .adndigital-section .purpleBlock .flex-block .box .info {
    width: 100%;
  }
}
.adndigital-section .purpleBlock .flex-block .box .info p {
  width: 100%;
}
.adndigital-section .doubleCol {
  background: none;
  padding-bottom: 60px;
}
.adndigital-section .doubleCol .title {
  margin-bottom: 60px;
}
.adndigital-section .doubleCol .title p {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .adndigital-section .doubleCol .flex-block {
    flex-direction: column;
  }
}
.adndigital-section .doubleCol .flex-block .colBenefit {
  width: 46%;
}
@media (max-width: 999px) {
  .adndigital-section .doubleCol .flex-block .colBenefit {
    width: 100%;
  }
}
.adndigital-section .doubleCol .flex-block .colBenefit h3 {
  margin-top: 0;
}
.adndigital-section .doubleCol .flex-block .colBenefit .box {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .adndigital-section .doubleCol .flex-block .colBenefit .box {
    margin-bottom: 20px;
  }
}
.adndigital-section .finalpurple p {
  max-width: 800px;
  width: 90%;
  display: block;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
}
.adndigital-section .finalpurple p span {
  display: inline;
  position: relative;
}
.adndigital-section .finalpurple p span small {
  display: block;
  text-align: right;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: -15px;
  font-weight: 300;
}
.stageTerms {
  padding: 70px 0 50px;
  background: #6e31f8;
}
.stageTerms .wide-container {
  max-width: 1200px;
}
.stageTerms .wide-container h2,
.stageTerms .wide-container small,
.stageTerms .wide-container p {
  color: #fff;
  display: block;
}
.stageTerms .wide-container h2 {
  font-family: 'Avenir Next';
  font-weight: 700;
  font-size: 72px !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .stageTerms .wide-container h2 {
    font-size: 36px !important;
    margin: 10px 0 10px;
  }
}
.stageTerms .wide-container h2 small {
  font-size: 22px;
}
@media (max-width: 768px) {
  .stageTerms .wide-container h2 small {
    font-size: 16px;
    font-weight: 600;
  }
}
.stageTerms .wide-container p {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.infoText {
  padding: 40px 0;
}
.infoText .wide-container {
  max-width: 1080px;
}
.infoText .wide-container h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.infoText .wide-container p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
button,
.hyper,
.safe {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  transition: 0.05s;
}
@media (max-width: 999px) {
  button,
  .hyper,
  .safe {
    height: 46px !important;
    line-height: 46px !important;
    font-size: 18px !important;
  }
}
.hyper.safe {
  background: #000;
  margin-top: 60px;
  color: #19ef61;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.title h2,
.title p {
  display: block;
  text-align: center;
  color: #fff;
}
.title h2 {
  font-size: 30px;
}
@media (max-width: 999px) {
  .title h2 {
    font-size: 16px;
  }
}
h2 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 999px) {
  h2 {
    font-size: 22px !important;
  }
}
p {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  font-family: 'Avenir Next';
  line-height: normal;
}
@media (max-width: 999px) {
  p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 14px !important;
  }
}
strong {
  font-weight: 700;
  display: inline;
}
footer {
  background: #fdf817;
  height: auto;
  padding: 60px 0 25px;
}
@media (max-width: 999px) {
  footer {
    padding: 50px 0;
  }
}
footer p,
footer a,
footer span {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
footer .wide-container .flex-block:first-of-type {
  align-items: flex-start;
}
@media (max-width: 999px) {
  footer .wide-container .flex-block:first-of-type .column {
    margin: 0 0 25px;
    height: auto;
    width: 100%;
    text-align: center;
  }
}
footer .wide-container .flex-block:first-of-type .column h2,
footer .wide-container .flex-block:first-of-type .column a,
footer .wide-container .flex-block:first-of-type .column span {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-family: 'Avenir Next';
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  footer .wide-container .flex-block:first-of-type .column h2,
  footer .wide-container .flex-block:first-of-type .column a,
  footer .wide-container .flex-block:first-of-type .column span {
    text-align: center;
  }
}
footer .wide-container .flex-block:first-of-type .column h2 {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 999px) {
  footer .wide-container .flex-block:first-of-type .column a,
  footer .wide-container .flex-block:first-of-type .column span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
footer .wide-container .flex-block:first-of-type .column a:last-of-type,
footer .wide-container .flex-block:first-of-type .column span:last-of-type {
  margin: 0;
}
footer .wide-container .flex-block:first-of-type .column:last-of-type a {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  footer .wide-container .flex-block:first-of-type .column:last-of-type a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (max-width: 999px) {
  footer .wide-container .flex-block:first-of-type aside {
    flex-direction: row;
    width: 70%;
    max-width: 260px;
    justify-content: center;
    margin: 25px auto;
  }
}
footer .wide-container .flex-block:first-of-type aside a {
  margin-right: 30px;
  height: 27px;
}
@media (max-width: 999px) {
  footer .wide-container .flex-block:first-of-type aside a {
    margin-right: 15px;
  }
}
footer .wide-container .flex-block:first-of-type aside a img {
  height: 100%;
  object-fit: contain;
}
footer .wide-container .flex-block:first-of-type aside a:last-of-type {
  margin: 0;
}
footer .wide-container .copyright {
  margin-top: 5%;
  align-items: flex-end;
}
footer .wide-container .copyright p,
footer .wide-container .copyright a,
footer .wide-container .copyright span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
footer .wide-container .copyright .left-side {
  justify-content: flex-start;
}
@media (max-width: 999px) {
  footer .wide-container .copyright .left-side {
    width: 100%;
  }
}
footer .wide-container .copyright .left-side p {
  margin-right: 10px;
}
@media (max-width: 999px) {
  footer .wide-container .copyright .left-side p {
    margin: 0 0 5px;
    font-size: 11px !important;
    text-align: center;
    width: 100%;
  }
}
footer .wide-container .copyright .left-side a {
  padding: 0 10px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (max-width: 999px) {
  footer .wide-container .copyright .left-side a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border: none;
    padding: 0;
  }
}
footer .wide-container .copyright .left-side a:last-of-type {
  border-left: none;
}
footer .wide-container .copyright .column {
  justify-content: flex-end;
}
@media (max-width: 999px) {
  footer .wide-container .copyright .column {
    width: 100%;
    margin-top: 25px;
  }
}
footer .wide-container .copyright .column span {
  align-items: flex-end;
}
@media (max-width: 999px) {
  footer .wide-container .copyright .column span {
    flex-direction: row;
    justify-content: center;
  }
}
footer .wide-container .copyright .column span img {
  height: 18px;
  object-fit: contain;
  margin: 0 20px 0 8px;
}
footer .wide-container .copyright .column span img:last-of-type {
  height: 30px;
  margin: 0;
}
.notFound .flex-block {
  padding: 5% 0 10%;
  width: 100%;
  max-width: inherit;
}
@media (max-width: 999px) {
  .notFound .flex-block {
    height: auto;
    flex-direction: row;
    width: 100%;
  }
}
.notFound .text {
  width: 45%;
  padding-right: 5%;
}
@media (max-width: 940px) {
  .notFound .text {
    max-width: inherit;
    margin-top: -5%;
  }
}
.notFound .text h2,
.notFound .text p {
  text-align: left;
}
.notFound .text h2 span {
  display: inline-block;
  margin: 0 auto;
  font-size: 200px;
  line-height: 180px;
}
@media (max-width: 940px) {
  .notFound .text h2 span {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 640px) {
  .notFound .text h2 span {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 420px) {
  .notFound .text h2 span {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 320px) {
  .notFound .text h2 span {
    font-size: 60px;
  }
}
.notFound .text h2 span:last-of-type {
  display: block;
  font-size: 56px;
  line-height: normal;
}
@media (max-width: 940px) {
  .notFound .text h2 span:last-of-type {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .notFound .text h2 span:last-of-type {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .notFound .text h2 span:last-of-type {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .notFound .text h2 span:last-of-type {
    font-size: 18px;
  }
}
.notFound .text p {
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 940px) {
  .notFound .text p {
    font-size: 18px !important;
    line-height: normal;
  }
}
@media (max-width: 640px) {
  .notFound .text p {
    margin-top: 10px;
    font-size: 16px !important;
  }
}
@media (max-width: 420px) {
  .notFound .text p {
    font-size: 12px !important;
  }
}
.notFound img {
  object-fit: contain;
  width: 50%;
}
@media (max-width: 999px) {
  .notFound img {
    margin: 0;
  }
}
*:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
