.jumbotron {
  background: #FAFBFD;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.jumbotron:before {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  width: 1100px;
  height: 1100px;
  top: -460px;
  left: -490px;
}
.jumbotron:after {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  width: 270px;
  height: 270px;
  top: -120px;
  right: -130px;
}
.jumbotron h1:before {
  background: url('../../themes/schmoel/assets/images/platform-demo.png') no-repeat 0 0;
}
.jumbotron p {
  margin-top: 20px;
}
.jumbotron .welcome-content-container {
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .jumbotron .welcome-content-container {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .jumbotron .welcome-content-container {
    padding-right: 0;
  }
  .jumbotron p {
    margin-top: 0;
  }
}
.intro {
  background: #536061;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.intro .container {
  padding-top: 40px;
  padding-bottom: 50px;
}
.intro:before {
  content: '';
  position: absolute;
  display: block;
  height: 28px;
  left: 0;
  width: 100%;
  top: -28px;
  background: url('../../themes/schmoel/assets/images/home-waves-dark.svg') repeat-x 0 0;
  z-index: -1;
}
.intro h2,
.intro p {
  color: white;
}
.intro h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
.intro img {
  float: right;
  margin: -100px -20px 0 0;
}
@media (max-width: 991px) {
  .intro .container {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .intro img {
    float: none;
    margin: 0 0 0 -20px;
    max-width: 100%;
  }
}
.home-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.home-container:before {
  content: '';
  border-radius: 100%;
  background-color: #F4F7F8;
  display: block;
  position: absolute;
  z-index: -1;
  background: #FAFBFB;
  right: -1290px;
  top: 100px;
  width: 2500px;
  height: 2500px;
}
