@import url("../fonts/webfonts.css");
.header {
  background-color: #ffffff;
  display: inline-block;
  height: 110px;
  left: 0;
  top: 0;
  width: 100%;
}
.header .wrapper {
  height: 110px;
  margin: 0;
  max-width: unset;
  padding: 0 60px;
}
.header .wrapper .logo {
  margin-top: 15px;
}
.header .wrapper .langs {
  display: inline-block;
  float: left;
  height: 110px;
  margin-left: 10px;
  position: relative;
  width: 60px;
}
.header .wrapper .langs .langs-icons {
  background-image: url('../image/icon-language-selector.png');
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .wrapper .langs .langs-icons:before {
  background-color: #959595;
  content: "";
  display: block;
  height: 30px;
  left: -20px;
  top: 50%;
  position: absolute;
  width: 0.5px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .wrapper .langs .dropdown-menu {
  border-top: 4px solid #9177e0;
  min-width: 140px;
  top: 80px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.header .wrapper .langs .dropdown-menu li {
  height: 35px;
  line-height: 35px;
}
.header .wrapper .langs .dropdown-menu li a {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.header .wrapper .langs .dropdown-menu li a p {
  border-bottom: 1px solid #959595;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.header .wrapper .langs .dropdown-menu li:nth-last-child(1) a p {
  border-bottom: none;
}
.header .wrapper .langs .dropdown-menu li:hover {
  background-color: transparent;
}
.header .wrapper .langs .dropdown-menu li:hover a {
  background-color: transparent;
}
.header .wrapper .langs .dropdown-menu li:hover a p {
  color: #9177e0;
}
.header .wrapper .langs .dropdown-menu:before,
.header .wrapper .langs .dropdown-menu:after {
  display: none;
}
.header .wrapper .langs:before {
  background-color: #959595;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  top: 53px;
  right: 5px;
  width: 2px;
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.header .wrapper .langs:after {
  background-color: #959595;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  top: 53px;
  right: 1px;
  width: 2px;
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.header .wrapper .auth-menu {
  margin: 35px 0 0 30px;
}
.header .wrapper .main-menu {
  display: inline-block;
  float: right;
  height: 110px;
}
.header .wrapper .main-menu li {
  float: right;
  height: 110px;
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
.header .wrapper .main-menu li a {
  color: #5d5d5d;
  display: block;
  font-weight: bold;
  font-size: 16px;
  height: 110px;
  line-height: 110px;
  padding: 0 10px;
  text-decoration: none;
}
.header .wrapper .main-menu li:nth-child(1) a:before {
  background-color: #5d5d5d;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  top: 53px;
  right: -3px;
  width: 2px;
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.header .wrapper .main-menu li:nth-child(1) a:after {
  background-color: #5d5d5d;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  top: 53px;
  right: -7px;
  width: 2px;
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
.header .wrapper .main-menu li:nth-child(1):hover .dropdown-menu {
  display: block;
}
.header .wrapper .main-menu li .dropdown-menu {
  border-top: 4px solid #9177e0;
  top: 80px;
}
.header .wrapper .main-menu li .dropdown-menu li {
  height: 30px;
  width: 100%;
}
.header .wrapper .main-menu li .dropdown-menu li a {
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.header .wrapper .main-menu li .dropdown-menu li a:before,
.header .wrapper .main-menu li .dropdown-menu li a:after {
  content: "";
  display: none;
}
.footer {
  border: none;
}
.footer .wrapper .footer-top .col1 .footer-logo-pekku {
  margin-bottom: 15px;
  margin-left: -20px;
}
.footer .wrapper .footer-top .col1 p {
  font-weight: 600;
}
.footer .wrapper .footer-top .col1 p.copyright {
  margin-top: 20px;
}
.footer .wrapper .footer-top .main-menu li a {
  font-size: 14px;
  font-weight: 600;
}
.footer .wrapper .footer-top .social li a .icon-instagram {
  background-image: url('../image/instagram.png');
  background-position: top;
  height: 30px;
  width: 30px;
}
.footer .wrapper .footer-top .social li:hover a .icon-instagram {
  background-image: url('../image/instagram-hover.png');
}
.footer .newsletter .field .email {
  width: 200px;
}
.footer .btn-mini {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.footer-bottom {
  display: none;
}
/*================ Tablet Version ====================*/
/* General */
@media all and (min-width: 768px) and (max-width: 1279px) {
  .header .wrapper .langs .dropdown-menu {
    top: 80px;
  }
  .header .wrapper .main-menu li .dropdown-menu {
    top: 80px;
  }
  .header .wrapper .auth-menu {
    margin-top: 40px;
  }
  .footer .wrapper .footer-top .col1 .footer-logo-pekku {
    width: 125px;
  }
  .footer .wrapper .footer-top .main-menu li a {
    font-size: 8px;
  }
}
@media all and (min-width: 768px) and (max-width: 1175px) {
  .header .wrapper {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1080px) {
  .header-mobile-tablet {
    background-color: #fff;
    display: inline-block;
    height: 40px;
    left: 0;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .header-mobile-tablet .header-logo-pekku-container .header-logo-pekku {
    float: left;
    width: 125px;
  }
  .header-mobile-tablet .btn-menu-container {
    float: right;
    margin-top: 10px;
  }
  .header-menu-container {
    background: #f4f5f5;
    display: block;
    float: right;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: -270px;
    width: 270px;
    z-index: 101;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px 0 7px 1px rgba(137, 137, 137, 0.2);
    box-shadow: -1px 0 7px 1px rgba(137, 137, 137, 0.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .header-menu-container .package-header-thiwik {
    margin: 20px 0 20px 40px;
  }
  .header-menu-container .package-header-thiwik .icon-x {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
  }
  .header-menu-container .package-header-thiwik .btn {
    color: #9177e0;
    border: 1px solid #9177e0;
    background: transparent;
    margin-bottom: 30px;
  }
  .header-menu-container .package-header-thiwik ul {
    margin-bottom: 30px;
  }
  .header-menu-container .package-header-thiwik ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .header-menu-container .package-header-thiwik ul.menu1 li {
    float: none !important;
    height: 35px;
    line-height: 35px;
    position: relative;
    width: 140px;
  }
  .header-menu-container .package-header-thiwik ul.menu1 li .langs-list {
    z-index: 1;
  }
  .header {
    display: none;
  }
}
/*================ Mobile Version ====================*/
/* General */
@media all and (min-width: 320px) and (max-width: 768px) {
  body .header-mobile-tablet {
    padding: 0 20px 0 10px;
  }
  body .header-mobile-tablet .header-logo-pekku-container .header-logo-pekku {
    width: 125px;
  }
  body .header-mobile-tablet .btn-menu-container {
    margin-top: 10px;
  }
  .header-menu-container .package-header-thiwik ul.social {
    margin-left: -10px;
  }
  .footer-bottom {
    display: block;
  }
}
.landing-container {
  background-color: #ffffff;
  display: inline-block;
  margin-top: 50px;
  padding: 0;
  /* header-container */
}
.landing-container .center {
  text-align: center;
}
.landing-container .header-container {
  display: inline-block;
  height: 690px;
  position: relative;
  width: 100%;
  background: #6752b4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#6752b4, #a849ab);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#6752b4, #a849ab);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#6752b4, #a849ab);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#6752b4, #a849ab);
  /* Standard syntax */
}
.landing-container .header-container .header-background {
  background-image: url('../image/website-builder.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing-container .header-container .header-desc {
  display: inline-block;
  margin-top: 100px;
  padding: 90px 80px;
}
.landing-container .header-container .header-desc h2 {
  color: #ffffff;
  font-family: "Lato-Bold";
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}
.landing-container .header-container .header-desc p {
  color: #ffffff;
  font-family: "Lato-Regular";
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
.landing-container .header-container .header-desc .btn {
  background-color: transparent;
  border: 3px solid #ffffff;
  height: 60px;
  min-width: 140px;
  padding: 0 30px;
  width: auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.landing-container .header-container .header-desc .btn span {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  line-height: 55px;
}
.landing-container .header-container .header-desc .btn:hover {
  background-color: #ffffff;
}
.landing-container .header-container .header-desc .btn:hover span {
  color: #9177e0;
}
.landing-container .header-container .header-image {
  display: inline-block;
  height: 690px;
  position: relative;
}
.landing-container .header-container .header-image .image-content {
  bottom: -2px;
  display: inline-block;
  left: 50%;
  position: absolute;
  width: 90%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.landing-container .section {
  display: inline-block;
  width: 100%;
}
.landing-container .section .container-fluid {
  display: inline-block;
  height: auto;
  min-height: 400px;
  width: 100%;
}
.landing-container .section .container-fluid .on-mobile {
  display: none;
}
.landing-container .section .container-fluid .on-dekstop {
  display: block;
}
.landing-container .section .container {
  height: auto;
  min-height: 400px;
  width: 100%;
}
.landing-container .section .container .on-mobile {
  display: none;
}
.landing-container .section .container .on-dekstop {
  display: block;
}
.landing-container .section .section-desc,
.landing-container .section .section-box {
  display: inline-block;
  position: relative;
}
.landing-container .section .section-desc h2,
.landing-container .section .section-box h2 {
  color: #3e3e3e;
  font-family: "Lato-Bold";
  font-size: 36px;
  margin: 40px 0;
}
.landing-container .section .section-desc p,
.landing-container .section .section-box p {
  color: #3e3e3e;
  font-family: "Lato-Regular";
  font-size: 18px;
  margin: 20px 0;
  text-align: justify;
}
.landing-container .section .section-desc a,
.landing-container .section .section-box a {
  color: #9177e0;
  margin: 20px 0;
}
.landing-container .section .section-desc a span,
.landing-container .section .section-box a span {
  font-size: 21px;
  font-weight: 700;
}
.landing-container .section .section-desc a .i-play-custom,
.landing-container .section .section-box a .i-play-custom {
  position: absolute;
  border-left: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 54%;
}
.landing-container .section .section-image {
  display: inline-block;
}
.landing-container .section .section-image .responsive-img {
  min-height: 100%;
  max-width: 100%;
  position: absolute;
}
.landing-container .section .section-box {
  padding: 80px 80px 80px 150px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
}
.landing-container .section.section-powerful {
  margin-bottom: 60px;
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-powerful .container-fluid [class*=col-]:nth-child(1) {
  padding: 0 120px;
}
.landing-container .section.section-powerful .container-fluid .section-desc {
  padding: 40px 40px;
}
.landing-container .section.section-powerful .container-fluid .section-desc,
.landing-container .section.section-powerful .container-fluid .section-image {
  left: -200px;
}
.landing-container .section.section-powerful .container-fluid .section-desc.scroll-desc-effect,
.landing-container .section.section-powerful .container-fluid .section-image.scroll-desc-effect {
  left: 0;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.landing-container .section.section-gridless {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-gridless .container {
  height: 400px;
}
.landing-container .section.section-gridless .container [class*="col-"]:nth-child(1) {
  z-index: 2;
}
.landing-container .section.section-gridless .container .section-desc,
.landing-container .section.section-gridless .container .section-image {
  left: -600px;
}
.landing-container .section.section-gridless .container .section-desc.scroll-desc-effect,
.landing-container .section.section-gridless .container .section-image.scroll-desc-effect {
  left: 0;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.landing-container .section.section-gridless .container .section-image .responsive-img {
  width: 500px;
}
.landing-container .section.section-template {
  background-image: url('../image/homepage-section-bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 650px;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-template .container [class*=col-]:nth-child(1) {
  margin-top: 200px;
  padding: 0 100px;
}
.landing-container .section.section-template .container .section-desc {
  margin-top: 200px;
}
.landing-container .section.section-template .container .section-desc,
.landing-container .section.section-template .container .section-image {
  left: -200px;
}
.landing-container .section.section-template .container .section-desc.scroll-desc-effect,
.landing-container .section.section-template .container .section-image.scroll-desc-effect {
  left: 0;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.landing-container .section.section-template .container .section-image .responsive-img {
  top: 60px;
}
.landing-container .section.section-sales {
  background-image: url('../image/homepage-section-bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  height: 710px;
  margin-top: -5px;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-sales .container {
  min-height: 10px;
  height: 100px;
}
.landing-container .section.section-sales .container [class*=col-]:nth-child(1) {
  padding: 0 200px;
}
.landing-container .section.section-sales .container [class*=col-] .section-desc p {
  text-align: center;
}
.landing-container .section.section-sales .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.landing-container .section.section-sales .container-fluid .section-image .responsive-img {
  left: 0;
}
.landing-container .section.section-dazzling {
  margin-bottom: 300px;
  margin-top: 200px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-dazzling .container {
  padding: 0 140px;
}
.landing-container .section.section-dazzling .container [class*=col-] {
  position: initial;
}
.landing-container .section.section-dazzling .container [class*=col-] .section-box {
  padding: 30px 200px 80px 200px;
}
.landing-container .section.section-dazzling .hide-on-mobile {
  background-color: transparent;
  background-image: url('../image/dazzling-phone-container-blank.png');
  background-repeat: no-repeat;
  height: 530px;
  top: 125px;
  right: -30px;
  position: absolute;
  width: 258px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.landing-container .section.section-dazzling .hide-on-mobile .slider-container {
  left: 13px;
  top: 64px;
  width: 230px;
}
.landing-container .section.section-dazzling .hide-on-mobile .slider-container .slide-content:not(.is-selected) {
  opacity: 0;
}
.landing-container .section.section-dazzling .hide-on-mobile .slider-container .flickity-prev-next-button,
.landing-container .section.section-dazzling .hide-on-mobile .slider-container .flickity-page-dots {
  display: none;
}
.landing-container .section.section-dazzling .hide-on-tablet {
  background-image: url('../image/dazzling-notebook-container.png');
  background-repeat: no-repeat;
  height: 580px;
  left: 90px;
  position: absolute;
  top: 90%;
  width: 706px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.landing-container .section.section-community {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-community .section-desc {
  left: -200px;
}
.landing-container .section.section-community .section-desc .btn-play {
  background-color: #9177e0;
  display: block;
  height: 40px;
  margin-top: 20px;
  position: relative;
  width: 40px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.landing-container .section.section-community .section-desc .btn-play .fa-play {
  color: #ffffff;
  left: 50%;
  top: 50%;
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.landing-container .section.section-community .section-desc .btn-play:before {
  content: '';
  background-color: inherit;
  border-radius: inherit;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity .3s, transform .3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}
.landing-container .section.section-community .section-desc.scroll-desc-effect {
  left: 0;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.landing-container .section.section-community .container-fluid .slider-container {
  display: inline-block;
  width: 100%;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport {
  min-height: 380px !important;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox {
  background-color: #ffffff;
  display: inline-block;
  height: 230px;
  margin-top: 100px;
  opacity: 0.3;
  padding: 60px 25px 20px 25px;
  text-align: center;
  width: 360px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-img {
  display: inline-block;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100px;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-img img {
  height: 100px;
  width: 100px;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc .slider-testibox-content {
  font-weight: 700;
  height: 115px;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc .slider-testibox-content:before {
  color: #9177e0;
  content: "\201C";
  font-family: ProximaNovaA-Regular;
  font-size: 100px;
  font-weight: 500;
  left: -10px;
  top: 15px;
  position: absolute;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc .slider-testibox-corporate {
  font-weight: 700;
  margin-top: 0px;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc .slider-testibox-owner {
  color: #373232;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox.is-selected {
  opacity: 1;
  z-index: 1;
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-prev-next-button {
  display: none;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-page-dots {
  bottom: 0;
  position: relative;
}
.landing-container .section.section-community .container-fluid .slider-container .flickity-page-dots li.is-selected {
  background-color: #9177e0;
}
.landing-container .section.section-review {
  background-color: #faf9ff;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.landing-container .section.section-review .container {
  min-height: 100px;
  height: 380px;
}
.landing-container .section.section-review .container .section-desc {
  display: block;
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
}
.landing-container .section.section-review .container .section-reviewer {
  background-color: #ffffff;
  display: inline-block;
  padding: 50px 40px;
  position: relative;
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.landing-container .section.section-review .container .section-reviewer .image-review {
  display: inline-block;
  margin-left: 0;
  margin-right: 35px;
  min-width: 100px;
  width: auto;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(grayscale.svg);
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  filter: gray;
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.landing-container .section.section-review .container .section-reviewer .image-review:hover {
  webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url(grayscale.svg);
  filter: none;
}
.landing-container .section.animate {
  opacity: 1;
}
.landing-container .section.animate .container-fluid .section-desc,
.landing-container .section.animate .container .section-desc {
  left: 0;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
/*================ Tablet Version ====================*/
/* General */
@media all and (min-width: 768px) and (max-width: 1279px) {
  .landing-container {
    margin-top: 45px;
  }
  .landing-container .header-container .header-desc {
    margin-top: 100px;
    padding: 60px;
  }
  .landing-container .header-container .header-desc h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .landing-container .header-container .header-desc p {
    font-size: 20px;
    line-height: 30px;
  }
  .landing-container .header-container .header-image .image-content {
    width: 530px;
  }
  .landing-container .section .container-fluid .section-desc h2,
  .landing-container .section .container .section-desc h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .landing-container .section .container-fluid .section-desc p,
  .landing-container .section .container .section-desc p,
  .landing-container .section .container-fluid .section-desc span,
  .landing-container .section .container .section-desc span {
    font-size: 18px;
    line-height: 28px;
  }
  .landing-container .section .container-fluid .section-box h2,
  .landing-container .section .container .section-box h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .landing-container .section .container-fluid .section-box p,
  .landing-container .section .container .section-box p,
  .landing-container .section .container-fluid .section-box span,
  .landing-container .section .container .section-box span {
    font-size: 18px;
    line-height: 28px;
  }
  .landing-container .section.section-gridless .container .section-desc {
    padding: 0 30px;
  }
  .landing-container .section.section-template {
    height: 550px;
  }
  .landing-container .section.section-template .container .section-desc {
    margin-top: 140px;
  }
  .landing-container .section.section-dazzling {
    margin: 60px 0;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box {
    padding: 60px 180px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box h2 {
    margin: 20px 0;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile {
    background-image: url('../image/dazzling-phone-container-tablet-blank.png');
    height: 280px;
    right: 20px;
    top: 45px;
    width: 136px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile .slider-container {
    left: 7px;
    height: 213px;
    top: 34px;
    width: 121px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile .slider-container .flickity-viewport {
    height: 213px;
    width: 121px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile .slider-container .flickity-viewport .flickity-slider {
    height: 213px;
    width: 121px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile .slider-container .flickity-viewport .flickity-slider img {
    height: 213px;
    width: 121px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-tablet {
    background-image: url('../image/dazzling-notebook-container-tablet.png');
    height: 180px;
    left: 140px;
    top: 90%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 280px;
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox {
    width: 300px;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox.is-selected {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .landing-container .header-container .header-desc {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .landing-container .header-container .header-image {
    height: 295px;
    width: 100%;
  }
  .landing-container .header-container .header-image .image-content {
    width: 360px;
  }
  .landing-container .section {
    text-align: center;
  }
  .landing-container .section [class*=col-sm-] {
    width: 100%;
  }
  .landing-container .section .section-desc,
  .landing-container .section .section-image {
    width: 100%;
  }
  .landing-container .section .section-desc h2 {
    font-size: 35px;
  }
  .landing-container .section .section-desc p {
    text-align: center;
  }
  .landing-container .section.section-powerful .section-image {
    height: 300px;
  }
  .landing-container .section.section-powerful .section-image .responsive-img {
    height: 300px;
    left: 50%;
    top: 50%;
    width: 580px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-powerful .on-dekstop {
    display: none;
  }
  .landing-container .section.section-powerful .on-mobile {
    display: block;
  }
  .landing-container .section.section-gridless .section-image {
    height: 300px;
  }
  .landing-container .section.section-gridless .section-image .responsive-img {
    height: 300px;
    left: 50%;
    top: 50%;
    width: 580px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-template {
    background-image: none;
    height: 480px;
  }
  .landing-container .section.section-template .container [class*=col-]:nth-child(1) {
    margin-top: 80px;
  }
  .landing-container .section.section-template .container .section-desc {
    margin-top: 0;
  }
  .landing-container .section.section-template .container .section-image {
    height: 300px;
    position: relative;
  }
  .landing-container .section.section-template .container .section-image .responsive-img {
    height: 300px;
    left: 50%;
    top: 50%;
    width: 400px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-template .on-dekstop {
    display: none;
  }
  .landing-container .section.section-template .on-mobile {
    display: block;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box {
    padding: 60px 80px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-mobile {
    right: 20px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .hide-on-tablet {
    left: 100px;
  }
  .landing-container .section.section-sales {
    background-image: none;
  }
  .landing-container .section.section-sales .container [class*=col-] {
    margin-top: 180px;
  }
  .landing-container .section.section-sales .container [class*=col-]:nth-child(1) {
    padding: 0 20px;
  }
  .landing-container .section.section-community .container-fluid .section-desc {
    margin-bottom: 20px;
  }
  .landing-container .section.section-community .container-fluid .section-desc .btn-play {
    margin: 30px auto;
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox {
    width: 360px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox.is-selected {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@media all and (min-width: 768px) and (max-width: 1175px) {
  body .content {
    padding-top: 40px;
  }
  .landing-container {
    margin-top: 0;
  }
}
/*================ Mobile Version ====================*/
/* General */
@media all and (min-width: 320px) and (max-width: 767px) {
  .landing-container {
    margin-top: 40px;
  }
  .landing-container .header-container {
    height: 380px;
  }
  .landing-container .header-container .header-desc {
    height: 100%;
    margin-top: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  .landing-container .header-container .header-desc h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 50px 0 5px 0;
  }
  .landing-container .header-container .header-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .landing-container .header-container .header-desc .btn {
    border: 2px solid #ffffff;
    height: 40px;
  }
  .landing-container .header-container .header-desc .btn span {
    font-size: 16px;
    line-height: 36px;
  }
  .landing-container .header-container .header-image {
    display: none;
  }
  .landing-container .section {
    text-align: center;
  }
  .landing-container .section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .landing-container .section .container .on-mobile {
    display: block;
  }
  .landing-container .section .container .on-dekstop {
    display: none;
  }
  .landing-container .section .section-box {
    padding: 30px 60px 60px 60px;
  }
  .landing-container .section .section-box h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
  }
  .landing-container .section .section-box p {
    text-align: center;
  }
  .landing-container .section .container-fluid {
    min-height: 200px;
  }
  .landing-container .section .container-fluid .on-mobile {
    display: block;
  }
  .landing-container .section .container-fluid .on-dekstop {
    display: none;
  }
  .landing-container .section .container-fluid .row .col-xs-12 .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc .slider-testibox-content {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .landing-container .section .section-desc h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0;
  }
  .landing-container .section .section-desc p,
  .landing-container .section .section-desc span {
    font-size: 14px;
    text-align: center;
  }
  .landing-container .section .section-desc a span {
    font-size: 14px;
  }
  .landing-container .section.section-powerful {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .landing-container .section.section-powerful .container-fluid {
    padding: 0;
  }
  .landing-container .section.section-powerful .container-fluid [class*=col-]:nth-child(1) {
    padding: 0;
  }
  .landing-container .section.section-powerful .container-fluid [class*=col-] .section-desc {
    padding: 0;
  }
  .landing-container .section.section-powerful .container-fluid [class*=col-] .section-image {
    height: 160px;
    width: 100%;
  }
  .landing-container .section.section-powerful .container-fluid [class*=col-] .section-image .responsive-img {
    left: 50%;
    top: 50%;
    width: 320px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-gridless .container .section-image {
    height: 210px;
    width: 280px;
  }
  .landing-container .section.section-gridless .container .section-image .responsive-img {
    left: 50%;
    top: 50%;
    width: 280px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-template {
    background-image: none;
    height: auto;
  }
  .landing-container .section.section-template .container [class*=col-]:nth-child(1) {
    margin-top: 40px;
    padding: 20px;
  }
  .landing-container .section.section-template .container .section-image {
    height: 260px;
    width: 280px;
  }
  .landing-container .section.section-template .container .section-image .responsive-img {
    left: 50%;
    top: 50%;
    width: 280px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-template .container .section-desc {
    margin-top: 0;
  }
  .landing-container .section.section-sales {
    background-image: none;
    height: 550px;
  }
  .landing-container .section.section-sales .container [class*=col-]:nth-child(1) {
    padding: 20px;
  }
  .landing-container .section.section-community .container-fluid .section-desc {
    margin-bottom: 20px;
  }
  .landing-container .section.section-community .container-fluid .section-desc .btn-play {
    margin: 30px auto;
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox {
    margin-top: 100px;
    padding: 60px 20px 20px 20px;
    width: 50%;
  }
  .landing-container .section.section-dazzling {
    margin: 80px 0 20px 0;
  }
  .landing-container .section.section-dazzling .container {
    padding: 0 20px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box {
    min-height: 100px;
    height: auto;
    padding: 200px 20px 60px 20px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .landing-container .section.section-dazzling .container [class*=col-] .section-box p,
  .landing-container .section.section-dazzling .container [class*=col-] .section-box span {
    font-size: 14px;
  }
  .landing-container .section.section-dazzling .container .hide-on-tablet {
    display: none;
  }
  .landing-container .section.section-dazzling .container .hide-on-mobile {
    background-image: url('../image/dazzling-phone-container-mobile-blank.png');
    left: 50%;
    top: 20px;
    height: 366px;
    width: 180px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-container .section.section-dazzling .container .hide-on-mobile .slider-container {
    left: 11px;
    top: 43px;
    height: 278px;
    width: 159px;
  }
  .landing-container .section.section-dazzling .container .hide-on-mobile .slider-container .flickity-viewport {
    height: 278px !important;
  }
  .landing-container .section.section-dazzling .container .hide-on-mobile .slider-container .flickity-viewport .flickity-slider .slide-content {
    height: 278px;
    width: 159px;
  }
  .landing-container .section.section-review {
    margin-top: 30px;
  }
  .landing-container .section.section-review .container .section-desc {
    margin: 20px 0;
  }
  .landing-container .section.section-review .container .section-desc h2 {
    font-size: 18px;
  }
  .landing-container .section.section-review .container .section-reviewer {
    background-color: transparent;
    padding: 20px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .landing-container .section.section-review .container .section-reviewer .image-review {
    display: inline-block;
    float: left;
    height: 60px;
    margin: 0;
    position: relative;
    width: 50%;
  }
}
/* Potrait */
@media all and (min-width: 320px) and (max-width: 620px) {
  .landing-container .section.section-review .container .section-reviewer .image-review img {
    width: 160px;
  }
}
@media all and (min-width: 320px) and (max-width: 479px) {
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox {
    width: 60%;
  }
  .landing-container .section.section-community .container-fluid .slider-container .flickity-viewport .flickity-slider .slider-testibox .slider-testibox-desc p {
    font-size: 10px;
  }
  .landing-container .section.section-review .container {
    height: 250px;
  }
  .landing-container .section.section-review .container .section-reviewer .image-review img {
    width: 100px;
  }
}
