/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#box1 {
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
}

#box1 .sw > div {
  padding-top: 250px;
  padding-bottom: 200px;
  width: 600px;
}

#box1 .sw > div h1 {
  font-size: 75px;
}

#box1 .sw > div div {
  padding: 5px 0 5px 20px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 80%;
}

#box1 .sw > div div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #FF9A1F;
}

#box1 .sw > div div p {
  padding-bottom: 0;
  font-size: 22px;
}

#box1 .sw > a {
  background: url(../images/downarrow.png);
  width: 30px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 10;
}

@media screen and (max-width: 1336px) {
  #box1 .sw > div {
    width: 500px;
    padding-bottom: 300px;
  }

  #box1 .sw > div h1 {
    font-size: 60px;
  }

  #box1 .sw > a {
    bottom: 80px;
  }
}
@media screen and (max-width: 1012px) {
  #box1 {
    background: none;
  }

  #box1 .sw > div h1 {
    font-size: 50px;
  }

  #box1 .sw > div {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
  }

  #box1 .sw > div div {
    padding: 5px 0 5px 0;
    display: inline-block;
  }

  #box1 .sw > div div:before {
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: inherit;
    bottom: -5px;
  }

  #box1 .sw > div div p {
    padding-bottom: 20px;
  }

  #box1 .hum {
    margin: 0 auto;
  }

  #box1 .sw > a {
    display: none;
  }
}
#box2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

#box2 h3 {
  padding-bottom: 30px;
}

.twoboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.twoboxes > div {
  padding: 80px 7% 80px 7%;
  text-align: center;
}

.twoboxes > div:nth-child(1) {
  background: #f3f3f3;
  border-right: 1px solid #e2e3e5;
}

.twoboxes > div:nth-child(2) {
  background: #f9f9f9;
}

.twoboxes img {
  display: inline-block;
}

.twoboxes h4 {
  font-size: 40px;
  padding-bottom: 30px;
  padding-top: 50px;
}

.twoboxes h4, .twoboxes p {
  text-align: left;
}

@media screen and (max-width: 1012px) {
  #box2 {
    padding-top: 100px;
  }

  .twoboxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#box3 {
  background: url(../images/bg2.jpg) left bottom no-repeat;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
}

#box3 .editable {
  text-align: left;
}

#box3 .bbw {
  background: #fff;
  color: #0985ff;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

#box3 .bbw:hover {
  color: #FF9A1F;
}

@media screen and (max-width: 1336px) {
  #box3 {
    padding-top: 0;
  }
}
#box4 {
  background: #f3f3f3;
  padding-top: 130px;
  padding-bottom: 100px;
}

#box4 .textimg {
  margin-top: 50px;
}

#box5 {
  background: url(../images/bg3.jpg) center center;
  background-size: cover;
  padding-bottom: 500px;
  padding-top: 130px;
}

#b5content {
  width: 800px;
}

#b5content .buttons {
  margin-top: 20px;
}

@media screen and (max-width: 1650px) {
  #box5 {
    padding-bottom: 600px;
  }
}
@media screen and (max-width: 1012px) {
  #b5content {
    width: 100%;
  }

  #box5 {
    padding-bottom: 700px;
  }
}
.bluebox {
  background: url(../images/bg6.jpg);
}

#box6 {
  background: url(../images/bg4.jpg) no-repeat;
  background-size: 100% auto;
  padding-bottom: 90px;
  padding-top: 130px;
}

#b6box2 {
  padding: 90px 5% 60px 5%;
}

@media screen and (max-width: 1012px) {
  #box6 {
    padding-bottom: 20px;
  }

  #b6box2 {
    padding: 90px 0 60px 0;
  }
}