@media screen and (min-width: 1200px) {
  .feature-sec .px-tw {
    padding: 0 10em;
  }
}

.feature-sec .ls-3 {
  letter-spacing: 3px;
}

.feature-sec .fw-700 {
  font-weight: 700 !important;
}

.feature-sec .slick-track {
  -webkit-transition: fade 2000ms ease-out;
  transition: fade 2000ms ease-out;
}

.feature-sec h3 {
  color: #2C80FC;
  text-align: center;
}

.feature-sec h4 {
  padding: 0.5em 0;
  color: #231815;
  text-align: center;
}

.feature-sec p {
  color: #231815;
  padding-top: 1em;
}

.feature-sec .slick-dots li.slick-active button:before {
  color: #4FC3F7 !important;
}

.feature-sec .pic-text {
  color: #2C80FC;
  padding: 0;
  font-weight: 600;
}

.feature-sec .fadeInNum {
  display: inline-block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background: linear-gradient(290deg, #3a4d69 60%, #2d7df6 100%);
  background: -webkit-linear-gradient(290deg, #3a4d69 60%, #2d7df6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.feature-sec .active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.feature-sec .countupNum {
  font-weight: 700;
  font-size: 3em;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: linear-gradient(290deg, #3a4d69 5%, #2d7df6 100%);
  background: -webkit-linear-gradient(290deg, #3a4d69 5%, #2d7df6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .feature-sec .countupNum {
    font-size: 4em;
  }
}

@media screen and (min-width: 992px) {
  .feature-sec .countupNum {
    font-size: 5em;
  }
}

.feature-sec .countupNum-big {
  background: linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background: -webkit-linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 5em;
  line-height: 1;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .feature-sec .countupNum-big {
    min-height: 250px;
  }
}

.feature-sec .countupNum-big-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-sec .bg-white {
  background-color: #FFFFFF;
}

.feature-sec .bg-grey {
  background-color: #EEEEEE;
}

.feature-sec .long-p {
  padding-top: 5em;
}

.feature-sec .img-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.feature-sec .slick-arrow img {
  height: 4em;
}

.feature-sec .need .pics {
  padding-top: 3em;
}

@media screen and (min-width: 768px) {
  .feature-sec .need .pics {
    max-height: 405px;
  }
}

@media screen and (min-width: 992px) {
  .feature-sec .need .pics {
    max-height: 337px;
  }
}

@media screen and (min-width: 1200px) {
  .feature-sec .need .pics {
    max-height: 313px;
  }
}

.feature-sec .need .pics h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2C80FC;
}

.feature-sec .sec-2 {
  background-image: url(img/M902-background.png);
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 2em !important;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-2 {
    padding-bottom: 5em !important;
  }
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-2 {
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (min-width: 1200px) {
  .feature-sec .sec-2 {
    background-position: center 80%;
  }
}

.feature-sec .sec-2 .custom-arrow-prev {
  z-index: 2;
  left: -3em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.feature-sec .sec-2 .custom-arrow-prev.slick-disabled {
  z-index: 2;
  left: -3em;
}

.feature-sec .sec-2 .custom-arrow-next {
  right: -3em;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: arrowToRight 1.5s infinite;
          animation: arrowToRight 1.5s infinite;
}

.feature-sec .sec-2 .custom-arrow-next.slick-disabled {
  right: -3em;
}

.feature-sec .sec-2 .slick-arrow {
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.feature-sec .sec-2 .watch {
  display: none;
  font-size: 28px;
  text-align: right;
  padding-top: 11.5em;
  line-height: 1;
  color: white;
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-2 .watch {
    display: block;
    padding-top: 10em;
  }
}

@media screen and (min-width: 1200px) {
  .feature-sec .sec-2 .watch {
    padding-top: 11.8em;
  }
}

@-webkit-keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}

@keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}

@-webkit-keyframes arrowToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}

@keyframes arrowToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}

.feature-sec .sec-2-slick {
  padding-top: 16em;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-2-slick {
    padding-top: 20em;
  }
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-2-slick {
    padding-top: 24em;
  }
}

.feature-sec .second-p {
  padding-bottom: 18em;
}

@media screen and (min-width: 768px) {
  .feature-sec .second-p {
    padding-bottom: 25em;
  }
}

.feature-sec .sec-2-icons {
  padding-top: 0;
  margin-top: -2em;
}

.feature-sec .sec-2-icons__hr {
  border: none;
  border-bottom: 3px solid #4FC3F7;
  padding-top: 2em;
}

.feature-sec .sec-2-icons .pic-box {
  text-align: center;
  padding: 0 1em;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-2-icons .pic-box {
    width: 33.333%;
    padding: 0 1em;
  }
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-2-icons .pic-box {
    width: 20%;
  }
}

.feature-sec .sec-2-icons .icon {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.feature-sec .sec-2-icons__p {
  font-weight: 600;
}

.feature-sec .sec-3 img {
  margin-bottom: -1em;
}

.feature-sec .sec-4 {
  background-image: url(img_m901/PUZZLE-M902_Features-page_BG-02.jpg);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-4 figure {
    padding: 3em 0;
  }
}

.feature-sec .sec-4 .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-4 .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature-sec .sec-4 .blue-text {
  color: #2C80FC;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-4 .text {
    padding-top: 5em;
  }
}

.feature-sec .sec-4 .countup-container {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-4 .countup-container {
    min-height: 350px;
  }
}

@media screen and (min-width: 768px) {
  .feature-sec .sec-5 .right {
    padding-top: 5em;
  }
}

.feature-sec .sec-5 .pic-text {
  margin-top: -0.5em;
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-slider .custom-arrow-prev, .feature-sec .sec-slider .custom-arrow-prev.slick-disabled {
    left: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .feature-sec .sec-slider .custom-arrow-prev, .feature-sec .sec-slider .custom-arrow-prev.slick-disabled {
    left: 5em;
  }
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-slider .custom-arrow-next, .feature-sec .sec-slider .custom-arrow-next.slick-disabled {
    right: 5%;
  }
}

@media screen and (min-width: 1400px) {
  .feature-sec .sec-slider .custom-arrow-next, .feature-sec .sec-slider .custom-arrow-next.slick-disabled {
    right: 5em;
  }
}

.feature-sec .sec-slider .slick-arrow {
  z-index: 100;
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 992px) {
  .feature-sec .sec-8 figure, .feature-sec .sec-9 figure {
    padding: 0 8em;
  }
}

@media screen and (min-width: 1400px) {
  .feature-sec .sec-8 figure, .feature-sec .sec-9 figure {
    padding: 0 5em;
  }
}
/*# sourceMappingURL=M902-iframe.css.map */