.e7-landing {
  overflow: hidden;
  max-width: 2160px;
  margin: auto;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #010101;
  line-height: 1.25;
}
.e7-landing section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.e7-landing img {
  max-width: 100%;
}
.e7-landing .container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  padding-left: 50px;
  padding-right: 50px;
}
.e7-landing .d-flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.e7-landing .d-flex.row:before,
.e7-landing .d-flex.row:after {
  display: none;
}
.e7-landing .flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.e7-landing .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e7-landing .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.e7-landing .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e7-landing .align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.e7-landing .align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.e7-landing .section-dark,
.e7-landing .section-dark .e7-title,
.e7-landing .section-dark .e7-subtitle,
.e7-landing .section-dark .e7-description {
  color: #fff;
}

.e7-title {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
.e7-title span {
  font-weight: 300;
}
.e7-title .text-lead {
  font-size: 180%;
  font-weight: 900;
  line-height: normal;
}

.e7-title-sm {
  font-size: 40px;
  font-weight: 700;
}

.e7-title-xs {
  font-size: 30px;
  font-weight: 700;
}

.e7-description {
  margin: 0 0 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.e7-description p {
  margin: 0;
}
.e7-description p + p {
  margin-top: 20px;
}
.e7-description ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.e7-media-figure {
  opacity: 1 !important;
  margin: 0;
}
.e7-media-figure .e7-media {
  max-width: 100%;
  max-height: 100%;
}

/* section intro */
.e7-intro {
  height: 820px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #dbe1e1;
  color: #729ebf;
}
.e7-intro .e7-title,
.e7-intro .e7-subtitle,
.e7-intro .e7-description {
  position: absolute;
  left: 15px;
  right: 15px;
  color: inherit;
}
.e7-intro .e7-title {
  top: 65px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
.e7-intro .e7-title .text-large {
  font-size: 128%;
  font-weight: inherit;
}
.e7-intro .e7-media-figure {
  position: absolute;
  top: 190px;
  left: 15px;
  right: 15px;
  width: 367px;
  height: 599px;
  margin: auto;
}
.e7-intro .e7-media-figure .e7-media {
  width: inherit;
  height: inherit;
}

/* section intro end */
/* section design */
.e7-design {
  overflow: hidden;
  height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 226, 225)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(221, 226, 225) 0%, rgb(255, 255, 255) 100%);
  color: #729ebf;
}
.e7-design .e7-title,
.e7-design .e7-subtitle,
.e7-design .e7-description {
  position: absolute;
  left: 15px;
  right: 15px;
  color: inherit;
}
.e7-design .e7-title {
  top: 162px;
  font-size: 64px;
  font-weight: 300;
}
.e7-design .e7-media-figure {
  position: absolute;
  z-index: 1;
  top: 185px;
  left: 15px;
  right: 15px;
  width: 1048px;
  height: 430px;
  margin: auto;
}
.e7-design .e7-media-figure .e7-media {
  width: inherit;
  height: inherit;
}

/* section design end */
/* section ergonomics */
.e7-ergonomics {
  height: 780px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fe9925;
  background-position: left bottom !important;
  background-size: contain !important;
}
.e7-ergonomics .e7-title,
.e7-ergonomics .e7-subtitle,
.e7-ergonomics .e7-description {
  position: absolute;
  left: 15px;
  right: 15px;
  color: inherit;
}
.e7-ergonomics .e7-title {
  top: 235px;
  font-size: 64px;
}

/* section ergonomics end */
/* section sos */
.e7-sos {
  height: 780px;
  padding-top: 0;
  padding-bottom: 0;
  background: #0c0765 -webkit-gradient(linear, right top, left top, from(#f81a74), to(#252ffc));
  background: #0c0765 linear-gradient(to left, #f81a74, #252ffc);
  background-size: 400% 400% !important;
  -webkit-animation: e7-sos-background-animation 6s ease infinite;
          animation: e7-sos-background-animation 6s ease infinite;
}
.e7-sos .e7-title,
.e7-sos .e7-subtitle,
.e7-sos .e7-description {
  position: absolute;
  left: 15px;
  right: 15px;
  color: inherit;
}
.e7-sos .e7-title {
  top: 260px;
  font-size: 64px;
}
.e7-sos .e7-media-figure {
  position: absolute;
  z-index: 1;
  top: -265px;
  left: -30%;
  width: 769px;
  height: 1021px;
}
.e7-sos .e7-media-figure .e7-media {
  width: inherit;
  height: inherit;
}

@-webkit-keyframes e7-sos-background-animation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes e7-sos-background-animation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/* section sos end */
/* section features */
.e7-features {
  padding-top: 70px;
  padding-bottom: 70px;
}
.e7-features .e7-title {
  font-size: 35px;
  text-align: center;
}

.e7-feature-card {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #434343;
}

.e7-feature-media {
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
}

.e7-feature-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.38;
  color: inherit;
}

.e7-features-grid {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px -10px -30px;
}
.e7-features-grid::before, .e7-features-grid::after {
  display: none;
}
.e7-features-grid .e7-feature-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

/* section features end */