/* 
Reset
*/

body {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
  background: #f2f2f2;
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}

#hp2018 h1,
#hp2018 h2,
#hp2018 h3 {
    margin: 0;
    padding: 0;
}

#hp2018 ul {
  margin: 0;
  padding: 0;
}

#hp2018 li {
  list-style: none;
}

#hp2018 .bottom-area {
    height: 100%;
}

/* 
Typography 
*/

#hp2018 h1 {
  font-size: 55px;
  font-weight: 900;
}

#hp2018 h2 {
  font-size: 25px;
}

/* 
Buttons
*/

#hp2018 .button-default {
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0 60px;
  border-radius: 23px;
  background-color: #ff9f06;
  color: white;
  transition: all 0.55s cubic-bezier(0.475, 0.425, 0, 0.995);
  position: relative;
}

#hp2018 .button-default:hover {
  background-color: #fbbf08;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  #hp2018 .button-default {
    font-size: 15px;
    padding: 0 30px;
  }
}

#hp2018 .button-arrow {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  color: white;
}

#hp2018 .icon-arrow {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: -4px 0 0 10px;
  width: 18px;
  transition: width 0.25s ease-out;
}

#hp2018 .icon-arrow:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: white;
  top: calc(50% - 1px);
  position: absolute;
  transition: width 0.25s ease-out;
  box-sizing: border-box;
}

#hp2018 .icon-arrow:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  transform-origin: center;
  top: calc(50% - 5px);
  right: 0;
  box-sizing: border-box;
}

#hp2018 .button-arrow:hover .icon-arrow,
#hp2018 .button-arrow:hover .icon-arrow:before {
  width: 25px;
}

/* 
Sections
*/

#hp2018 {
    margin-top: 25px;
}

/* Hero banner */

#heroBanner {
  width: 100%;
  min-height: 800px;
  text-align: center;
  background: #f2fafc url("/base/new2018/images/homepage/hero_bg.jpg") center
    bottom no-repeat;
  background-size: cover;
  padding: 45px 0 0;
}

#heroBanner h1 {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #heroBanner h1 {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  #heroBanner {
    height: auto;
    min-height: auto;
  }

  #heroBanner h1 {
    font-size: 40px;
  }
}

#heroBanner h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #heroBanner h2 {
    font-size: 20px;
    padding: 0 30px;
  }
}

#svgCpu {
  max-width: 1057px;
  max-height: 350px;
  height: 350px;
  margin: 75px auto 0;
}

#heroBanner .logos {
  width: 100%;
  margin-top: 30px;
}

#heroBanner .logos ul {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #heroBanner .logos ul {
    justify-content: center;
  }

  #heroBanner .logos li {
    width: 16.66%;
  }
}

@media (max-width: 767px) {
  #svgCpu {
    margin: 50px auto 0;
    height: auto;
  }

  #heroBanner .logos li {
    width: 25%;
  }
}

/* Gartner band */

#gartnerBand {
  background-color: #f2fafc;
  color: white;
  text-align: center;
}

#gartnerBand .paper {
  max-width: 980px;
  background: #5aadd3 url("/base/new2018/images/homepage/paper_pattern.jpg") top
    repeat-x;
  margin: 0 auto;
}

#gartnerBand .gartner-logo {
  margin: 80px 0 40px;
}

#gartnerBand h1 {
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
}

#gartnerBand strong {
  font-weight: 700;
}

#gartnerBand .button-default {
  margin: 45px 0;
}

#gartnerBand .report {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #gartnerBand h1 {
    font-size: 35px;
  }

  #gartnerBand .report {
    width: 100%;
  }
}

/* Info band */

#infoBand {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -340px;
}

#infoBand .top {
  display: block;
  width: 100%;
  height: 120px;
  background: url("/base/new2018/images/homepage/hill.png") center top no-repeat;
  background-size: cover;
}

#infoBand .content {
  background-color: #697c87;
  padding-top: 50px;
  margin-top: -2px;
}

#infoBand .point {
  display: flex;
  max-width: 984px;
  margin: 0 auto;
  padding: 50px 0;
  color: #d9ebf5;
  padding-left: 30px;
  box-sizing: border-box;
}

#infoBand .point.screen {
    padding: 50px 0 0;
}

#infoBand .point p {
  font-size: 18px;
  line-height: 26px;
}

#infoBand .description {
  flex: 1;
  margin: 0 50px 0 0;
  max-width: 450px;
}

#infoBand .point.on-right .description {
  margin: 0 0 0 50px;
}

#infoBand .description h1 {
  font-size: 42px;
  line-height: 48px;
  color: #f2fafc;
  margin-bottom: 30px;
}

#infoBand .button-default {
  margin-top: 20px;
}

#infoBand .image {
  flex: 1;
  display: block;
  height: 430px;
}

#infoBand .image.window {
    background: url('/base/new2018/images/homepage/image_window.png') center no-repeat;
    background-size: contain;
    height: 405px;
}

#infoBand .image.character {
    background: url('/base/new2018/images/homepage/image_character.png') center no-repeat;
    background-size: contain;
    height: 412px;
}

#infoBand .description li {
  display: block;
  margin-bottom: 20px;
}

#infoBand .description li:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("/base/new2018/images/homepage/bullet.png") center no-repeat;
  margin-right: 13px;
  vertical-align: middle;
}

#infoBand .point.screen h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dfebee;
  margin: 30px 0;
}

#infoBand .point.screen .vid-thumbnail {
  display: inline-block;
  margin-right: 20px;
}

#infoBand .point.screen h3 {
  display: inline-block;
  font-size: 25px;
  line-height: 80px;
  vertical-align: top;
  color: #ff9f06;
}

#infoBand .crowd {
  display: block;
  max-width: 1160px;
  height: 210px;
  margin: 0 auto;
  padding-left: 90px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #infoBand .content {
    padding: 100px 0 0;
  }

  #infoBand .point {
    flex-direction: column;
    padding: 0;
  }

  #infoBand .image {
    order: 1;
    display: flex;
    justify-content: center;
  }

  #infoBand .description,
  #infoBand .point.on-right .description {
    order: 2;
    margin: 100px auto;
  }

  #infoBand .crowd {
    height: auto;
    padding: 0;
    display: flex;
  }
}

@media (max-width: 767px) {
  #infoBand {
    margin-top: -240px;
  }

  #infoBand .content {
    padding: 0 30px;
  }

  #infoBand .image {
    height: 300px;
    order: 1;
    display: flex;
    justify-content: center;
  }

  #infoBand .description,
  #infoBand .point.on-right .description {
    order: 2;
    margin: 30px auto;
    text-align: center;
  }

  #infoBand .description ul {
    text-align: left;
  }

  #infoBand .point {
    flex-direction: column;
    padding: 0;
  }

  #infoBand .point .image img {
    width: 100%;
  }

  #infoBand .description h1 {
    font-size: 26px;
    line-height: 30px;
  }

  #infoBand .point.screen h3 {
    font-size: 20px;
  }

  #infoBand .crowd {
    height: auto;
    padding: 0;
    display: flex;
  }
}

/* Features band */

#featuresBand {
  width: 100%;
  padding: 100px 0 50px;
  background: #6dc4c4 url("/base/new2018/images/homepage/features_bg.jpg")
    center bottom no-repeat;
  color: white;
  position: relative;
  top: -1px;
  z-index: 2;
}

#featuresBand .content {
  max-width: 924px;
  margin: 0 auto;
}

#featuresBand h1 {
  max-width: 600px;
  margin: 0 auto 70px;
  text-align: center;
}

#featuresBand ul {
  display: flex;
  flex-wrap: wrap;
}

#featuresBand li {
  width: 50%;
  margin-bottom: 50px;
}

#featuresBand li:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  float: left;
}

#featuresBand li.security:before {
  background-image: url("/base/new2018/images/homepage/icon_lock.png");
}

#featuresBand li.mobility:before {
  background-image: url("/base/new2018/images/homepage/icon_mobile.png");
}

#featuresBand li.monetization:before {
  background-image: url("/base/new2018/images/homepage/icon_graph.png");
}

#featuresBand li.new:before {
  background-image: url("/base/new2018/images/homepage/icon_flow.png");
}

#featuresBand h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

#featuresBand p {
  color: #dcffff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #featuresBand ul {
    justify-content: space-between;
  }

  #featuresBand li {
    width: 45%;
  }
}

@media (max-width: 767px) {
  #featuresBand h1 {
    font-size: 40px;
    line-height: 45px;
  }

  #featuresBand ul {
    flex-direction: column;
  }

  #featuresBand li {
    width: 100%;
  }

  #featuresBand li:before {
    height: 150px;
  }
}

/* Accolades band */

#accoladesBand {
  height: 660px;
  padding: 100px 0;
  background: #131c25 url("/base/new2018/images/homepage/accolades_bg.jpg")
    center top no-repeat;
  background-size: cover;
  color: white;
  box-sizing: border-box;
}

#accoladesBand h1 {
  font-size: 42px;
  text-align: center;
}

#accoladesBand ul {
  max-width: 984px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

#accoladesBand img {
  align-self: center;
}

#accoladesBand li {
  width: 190px;
  height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #accoladesBand li {
    width: 50%;
    margin-bottom: 50px;
  }

  #accoladesBand li span {
    max-width: 190px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #accoladesBand {
    height: auto;
    background-size: unset;
  }

  #accoladesBand h1 {
    font-size: 35px;
    line-height: 40px;
    padding: 0 20px;
  }

  #accoladesBand li {
    width: 100%;
    margin-bottom: 100px;
  }

  #accoladesBand li span {
    max-width: 190px;
    margin: 0 auto;
  }
}

/* Pipeline */

#pipeline {
  display: block;
  max-width: 982px;
  margin: -174px auto -200px;
  border-radius: 25px;
  background-color: #3f464e;
  padding: 55px 110px;
  color: #d9ebf5;
  position: relative;
  box-sizing: border-box;
}

#pipeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 12.5%;
  left: calc(50% - 1px);
  background-color: #728894;
}

#pipeline ul {
  display: flex;
  justify-content: space-between;
}

#pipeline li {
  max-width: 310px;
}

#pipeline h1 {
  font-size: 35px;
  line-height: 42px;
  color: white;
  margin-bottom: 15px;
}

#pipeline .button-arrow.orange {
  display: inline-block;
  margin-top: 40px;
  color: #ff9f06;
}

#pipeline .button-arrow.orange .icon-arrow:before {
  background-color: #ff9f06;
}

#pipeline .button-arrow.orange .icon-arrow:after {
  border-color: #ff9f06;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #pipeline {
    margin: -40px auto -200px;
    padding: 55px 40px;
  }

  #pipeline ul {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  #pipeline {
    margin: -40px auto -200px;
    padding: 55px;
  }

  #pipeline:before {
    display: none;
  }

  #pipeline ul {
    flex-direction: column;
  }

  #pipeline li:first-of-type:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #728894;
    margin: 40px 0;
  }
}

/* 
Video popup
*/

.video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.85);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.475, 0.425, 0, 0.995),
    visibility 0.01s ease-out 0.55s;
}

.video-container.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.55s cubic-bezier(0.475, 0.425, 0, 0.995);
}

#appdomeVideo {
  margin: 0 auto;
}
