:root {
  --white: white;
  --black: black;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.slider-navigation {
  z-index: 4;
  background-color: rgba(255, 255, 255, .27);
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.slider-navigation.default {
  z-index: 5;
  opacity: .71;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, 0);
  border: 1px dashed #000;
  font-size: 100px;
  bottom: -30%;
  transform: translate3d(0, 0, 105px);
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  font-size: 100px;
  display: block;
}

.slider-navigation.no-perspective {
  opacity: 1;
  border: 5px #00ff19;
}

.slider-navigation.process {
  border-style: none;
}

.slider-navigation.e-commerce {
  transform-origin: 100% 100%;
  border-style: none;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  bottom: 0%;
  transform: translate(-120%)rotate(90deg);
}

.slider-navigation.default-ecommerce {
  z-index: 5;
  opacity: .14;
  transform-origin: 100% 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  height: 80px;
  font-size: 80px;
  bottom: 0%;
  transform: translate(-120%)rotate(90deg);
}

.slider-thumb-wrap {
  background-color: rgba(16, 16, 51, .9);
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-thumb-wrap.ecommerce {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  display: flex;
  overflow: hidden;
  transform: rotate(-90deg);
}

.image {
  width: 100%;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  left: -76px;
}

.slider-arrow.right {
  right: -77px;
}

.slider-thumb-image {
  background-color: rgba(0, 0, 0, .44);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-thumb-image.ecommerce {
  position: static;
}

.container {
  perspective: 843px;
  perspective-origin: 50% 10%;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.container.ecommerce {
  border-top: 1px solid #544185;
  justify-content: center;
  margin-top: 62px;
  padding-top: 50px;
  display: flex;
}

.slider {
  height: 500px;
}

.slider.no-perspective {
  margin-bottom: 140px;
  transform: none;
}

.slider.ecommerce {
  background-color: rgba(0, 0, 0, 0);
  border: 1px dashed #d4d4d4;
  width: 500px;
}

.tool-text {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tool-text._1 {
  background-color: #6efd6e;
}

.tool-text._2 {
  transform-style: preserve-3d;
  background-color: #dbdbdb;
  top: auto;
  bottom: 34%;
  left: auto;
  right: 0%;
  transform: translate3d(0, 0, 105px);
}

.how-link {
  color: #555252;
  text-align: center;
  background-color: #dbf3ff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 188px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 8px 8px 19px rgba(0, 0, 0, .16);
}

.how-link:hover {
  box-shadow: 4px 4px 19px rgba(0, 0, 0, .16);
}

.how-link._2 {
  transform-style: preserve-3d;
  margin-top: 286px;
  padding-top: 0;
  padding-bottom: 0;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0);
}

.how-link._2.w--current {
  transform: rotate(0);
}

.main-heading {
  color: #430f44;
  text-align: center;
  margin-right: 60px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.3;
}

.footer {
  z-index: 50;
  text-align: center;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.centered {
  text-align: center;
  flex: 1;
  margin-bottom: 5px;
}

.content-text {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

.content-text.centered {
  text-align: center;
}

.content-text blockquote {
  color: #00b5f9;
  margin-bottom: 35px;
}

.content-text h3 {
  color: #00b5f9;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}

.content-text h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.content-text.sticky-content-2 {
  z-index: 50;
  background-color: #ffd8d1;
  width: 50%;
  margin-bottom: 0;
  margin-right: 50%;
}

.content-text em {
  color: #ff4c75;
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.content-text h6 {
  color: #cacaca;
  background-color: #333;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
}

.content-text a {
  color: #b86bb9;
  padding-left: 5px;
  padding-right: 5px;
}

.content-text h2 {
  color: #333;
  background-color: #ffd8d1;
}

.content-text li {
  margin-top: 10px;
}

.devider-footer {
  background-color: #202c64;
  width: 100%;
  height: 2px;
  margin-top: 2vw;
  margin-bottom: 0;
}

.logo-img {
  width: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-img.footer {
  border-top-style: none;
  width: 62px;
  height: auto;
  padding-top: 0;
  position: relative;
}

.devider {
  background-color: #202c64;
  width: 100%;
  height: 2px;
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.slider-container {
  perspective: 882px;
  perspective-origin: 50% 40%;
  margin-top: 100px;
  margin-bottom: 420px;
  padding-left: 50px;
  padding-right: 50px;
}

.slider-perspective {
  transform-style: preserve-3d;
  height: 500px;
  left: -75px;
  transform: rotateX(0)rotateY(-26deg)rotateZ(0);
}

.slider-perspective.no-perspective {
  margin-bottom: 140px;
  transform: none;
}

.slide-image-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.centered-image {
  margin-left: 20%;
  margin-right: 20%;
}

@media screen and (max-width: 991px) {
  .main-heading {
    font-size: 50px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 70px;
  }

  .content-text, .content-text blockquote {
    font-size: 16px;
  }

  .content-text h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .content-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text h5 {
    font-size: 13px;
  }

  .content-text.sticky-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .logo-img {
    width: 25px;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    z-index: 1060;
    width: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}


