/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@font-face {
  font-family: "Din";
  src: url(../../assets/fonts/din-bold-webfont.eot);
  src: url("../../assets/fonts/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/din-bold-webfont.svg#aller") format("svg");
  font-weight: 400;
  font-style: normal; }

@keyframes floating {
  0% {
    transform: translate(0%, 0%);
    moz-transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(4%, 6%);
    -khtml-transform: translate(4%, 6%);
    -moz-transform: translate(4%, 6%);
    -ms-transform: translate(4%, 6%);
    -o-transform: translate(4%, 6%);
    transform: translate(4%, 6%); }
  50% {
    -webkit-transform: translate(4%, 2%);
    -khtml-transform: translate(4%, 2%);
    -moz-transform: translate(4%, 2%);
    -ms-transform: translate(4%, 2%);
    -o-transform: translate(4%, 2%);
    transform: translate(4%, 2%); }
  75% {
    -webkit-transform: translate(1%, 3%);
    -khtml-transform: translate(1%, 3%);
    -moz-transform: translate(1%, 3%);
    -ms-transform: translate(1%, 3%);
    -o-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  100% {
    transform: translate(0%, 0%);
    moz-transform: translate(0%, 0%); } }

@keyframes floatingflash {
  0% {
    transform: translate(0%, 0%);
    moz-transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(2%, -6%);
    -khtml-transform: translate(2%, -6%);
    -moz-transform: translate(2%, -6%);
    -ms-transform: translate(2%, -6%);
    -o-transform: translate(2%, -6%);
    transform: translate(2%, -6%); }
  50% {
    -webkit-transform: translate(1%, -3%);
    -khtml-transform: translate(1%, -3%);
    -moz-transform: translate(1%, -3%);
    -ms-transform: translate(1%, -3%);
    -o-transform: translate(1%, -3%);
    transform: translate(1%, -3%); }
  75% {
    -webkit-transform: translate(3%, 2%);
    -khtml-transform: translate(3%, 2%);
    -moz-transform: translate(3%, 2%);
    -ms-transform: translate(3%, 2%);
    -o-transform: translate(3%, 2%);
    transform: translate(3%, 2%); }
  100% {
    transform: translate(0%, 0%);
    moz-transform: translate(0%, 0%); } }

@keyframes floatingscale {
  0% {
    -webkit-transform: translate(0%, 0%) scale(1);
    -khtml-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1); }
  25% {
    -webkit-transform: translate(5%, 4%) scale(1);
    -khtml-transform: translate(5%, 4%) scale(1);
    -moz-transform: translate(5%, 4%) scale(1);
    -ms-transform: translate(5%, 4%) scale(1);
    -o-transform: translate(5%, 4%) scale(1);
    transform: translate(5%, 4%) scale(1); }
  50% {
    -webkit-transform: translate(4%, 3%) scale(1 0.5);
    -khtml-transform: translate(4%, 3%) scale(1 0.5);
    -moz-transform: translate(4%, 3%) scale(1 0.5);
    -ms-transform: translate(4%, 3%) scale(1 0.5);
    -o-transform: translate(4%, 3%) scale(1 0.5);
    transform: translate(4%, 3%) scale(1 0.5); }
  75% {
    -webkit-transform: translate(0%, 4%) scale(1);
    -khtml-transform: translate(0%, 4%) scale(1);
    -moz-transform: translate(0%, 4%) scale(1);
    -ms-transform: translate(0%, 4%) scale(1);
    -o-transform: translate(0%, 4%) scale(1);
    transform: translate(0%, 4%) scale(1); }
  100% {
    -webkit-transform: translate(0%, 0%) scale(1);
    -khtml-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1); } }

@keyframes floating-icon1 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(0.2%, 10%);
    -khtml-transform: translate(0.2%, 10%);
    -moz-transform: translate(0.2%, 10%);
    -ms-transform: translate(0.2%, 10%);
    -o-transform: translate(0.2%, 10%);
    transform: translate(0.2%, 10%); }
  50% {
    -webkit-transform: translate(-0.1%, 8%);
    -khtml-transform: translate(-0.1%, 8%);
    -moz-transform: translate(-0.1%, 8%);
    -ms-transform: translate(-0.1%, 8%);
    -o-transform: translate(-0.1%, 8%);
    transform: translate(-0.1%, 8%); }
  75% {
    -webkit-transform: translate(0.2%, 4%);
    -khtml-transform: translate(0.2%, 4%);
    -moz-transform: translate(0.2%, 4%);
    -ms-transform: translate(0.2%, 4%);
    -o-transform: translate(0.2%, 4%);
    transform: translate(0.2%, 4%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes floating-icon2 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(-0.3%, 8%);
    -khtml-transform: translate(-0.3%, 8%);
    -moz-transform: translate(-0.3%, 8%);
    -ms-transform: translate(-0.3%, 8%);
    -o-transform: translate(-0.3%, 8%);
    transform: translate(-0.3%, 8%); }
  50% {
    -webkit-transform: translate(0.2%, 15%);
    -khtml-transform: translate(0.2%, 15%);
    -moz-transform: translate(0.2%, 15%);
    -ms-transform: translate(0.2%, 15%);
    -o-transform: translate(0.2%, 15%);
    transform: translate(0.2%, 15%); }
  75% {
    -webkit-transform: translate(-0.2%, 4%);
    -khtml-transform: translate(-0.2%, 4%);
    -moz-transform: translate(-0.2%, 4%);
    -ms-transform: translate(-0.2%, 4%);
    -o-transform: translate(-0.2%, 4%);
    transform: translate(-0.2%, 4%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes floating-icon3 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(0.2%, -1.4%);
    -khtml-transform: translate(0.2%, -1.4%);
    -moz-transform: translate(0.2%, -1.4%);
    -ms-transform: translate(0.2%, -1.4%);
    -o-transform: translate(0.2%, -1.4%);
    transform: translate(0.2%, -1.4%); }
  50% {
    -webkit-transform: translate(-0.3%, 1%);
    -khtml-transform: translate(-0.3%, 1%);
    -moz-transform: translate(-0.3%, 1%);
    -ms-transform: translate(-0.3%, 1%);
    -o-transform: translate(-0.3%, 1%);
    transform: translate(-0.3%, 1%); }
  75% {
    -webkit-transform: translate(0%, -2%);
    -khtml-transform: translate(0%, -2%);
    -moz-transform: translate(0%, -2%);
    -ms-transform: translate(0%, -2%);
    -o-transform: translate(0%, -2%);
    transform: translate(0%, -2%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@keyframes floating-icon4 {
  0% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(0.2%, 2px);
    -khtml-transform: translate(0.2%, 2px);
    -moz-transform: translate(0.2%, 2px);
    -ms-transform: translate(0.2%, 2px);
    -o-transform: translate(0.2%, 2px);
    transform: translate(0.2%, 2px); }
  50% {
    -webkit-transform: translate(0%, -5px);
    -khtml-transform: translate(0%, -5px);
    -moz-transform: translate(0%, -5px);
    -ms-transform: translate(0%, -5px);
    -o-transform: translate(0%, -5px);
    transform: translate(0%, -5px); }
  75% {
    -webkit-transform: translate(-0.2%, -2%);
    -khtml-transform: translate(-0.2%, -2%);
    -moz-transform: translate(-0.2%, -2%);
    -ms-transform: translate(-0.2%, -2%);
    -o-transform: translate(-0.2%, -2%);
    transform: translate(-0.2%, -2%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    -khtml-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

@-webkit-keyframes blinkScale {
  0% {
    -webkit-transform: rotate(0deg) scale(0.1); }
  4% {
    -webkit-transform: rotate(-20deg) scale(0.09); }
  8% {
    -webkit-transform: rotate(-40deg) scale(0.2); }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.09); }
  52% {
    -webkit-transform: rotate(-50deg) scale(0.1); }
  54% {
    -webkit-transform: rotate(-60deg) scale(0.08); }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08); } }

@keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(50px) scale(0.5);
    -khtml-transform: translateY(50px) scale(0.5);
    -moz-transform: translateY(50px) scale(0.5);
    -ms-transform: translateY(50px) scale(0.5);
    -o-transform: translateY(50px) scale(0.5);
    transform: translateY(50px) scale(0.5); }
  50% {
    -webkit-transform: translateY(-5px) scale(1.1);
    -khtml-transform: translateY(-5px) scale(1.1);
    -moz-transform: translateY(-5px) scale(1.1);
    -ms-transform: translateY(-5px) scale(1.1);
    -o-transform: translateY(-5px) scale(1.1);
    transform: translateY(-5px) scale(1.1); }
  100% {
    -webkit-transform: translateY(0) scale(1);
    -khtml-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

@-webkit-keyframes blinkScalemd {
  0% {
    -webkit-transform: rotate(0deg) scale(0.09); }
  4% {
    -webkit-transform: rotate(-20deg) scale(0.09); }
  8% {
    -webkit-transform: rotate(-40deg) scale(0.08); }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.06); }
  52% {
    -webkit-transform: rotate(-50deg) scale(0.09); }
  54% {
    -webkit-transform: rotate(-60deg) scale(0.08); }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08); } }

@-webkit-keyframes blinkAfter {
  0% {
    -webkit-transform: rotate(0deg) scale(0.06); }
  4% {
    -webkit-transform: rotate(-20deg) scale(0.05); }
  8% {
    -webkit-transform: rotate(-40deg) scale(0.07); }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.08); }
  52% {
    -webkit-transform: rotate(-50deg) scale(0.09); }
  54% {
    -webkit-transform: rotate(-60deg) scale(0.06); }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rotateouter {
  0% {
    -webkit-transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(450deg); } }

@-webkit-keyframes rotateornament {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

.rotate-animation {
  -webkit-animation: rotateinner 230s linear infinite;
  -khtml-animation: rotateinner 230s linear infinite;
  -moz-animation: rotateinner 230s linear infinite;
  -ms-animation: rotateinner 230s linear infinite;
  -o-animation: rotateinner 230s linear infinite;
  animation: rotateinner 230s linear infinite;
  -webkit-transform: translateY(100px);
  -khtml-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

.rotate-animation2 {
  /*@include animation(rotateinner2 10s linear infinite);*/
  /*@include transform(translateY(100px));*/ }

@-webkit-keyframes rotateinner {
  0% {
    -webkit-transform: rotate(-60deg);
    transform-origin: 300% 300%; }
  66% {
    -webkit-transform: rotate(360deg);
    transform-origin: 300% 300%; }
  100% {
    -webkit-transform: rotate(660deg);
    transform-origin: 300% 300%; } }

@-webkit-keyframes rotateinner2 {
  0% {
    -webkit-transform: rotate(-60deg);
    transform-origin: 130% 330%; }
  66% {
    -webkit-transform: rotate(360deg);
    transform-origin: 130% 330%; }
  100% {
    -webkit-transform: rotate(660deg);
    transform-origin: 130% 330%; } }

@-webkit-keyframes fireanimate {
  0% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.9);
    -khtml-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes "glowanimate" {
  0% {
    opacity: 1; }
  50% {
    opacity: .8; }
  100% {
    opacity: 1; } }

@-webkit-keyframes "cloudanimate" {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(2px);
    -khtml-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

body {
  background-color: #eee;
  width: 100%;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-size:14px;
  vertical-align: baseline;
  line-height: 1;
  background: #fff;
  font-family: "Montserrat", sans-serif; }

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

span {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

applet {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

object {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h1 {
  border: 0;
  vertical-align: baseline;
  font-size: 50.4px;
  line-height: 60px;
  margin: 0 auto;
  font-weight: 400 !important; }

h2 {
  border: 0;
  font-size: 50px; }

h3 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 400;
  letter-spacing: 1px; }

h4 {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3e3f6c; }

h5 {
  border: 0;
  font-size: 16px;
  line-height: 32px;
  vertical-align: baseline; }

h6 {
  border: 0;
  font-size: 100%;
  font-weight: 200;
  line-height: 30px;
  vertical-align: baseline; }

p {
  padding:0;
  margin:12px 0;
  border: 0;
  
  font-size: 14px;
  line-height: 24px;
  vertical-align: baseline; }

blockquote {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  quotes: none; }
  blockquote:before {
    content: '';
    content: none; }
  blockquote:after {
    content: '';
    content: none; }

pre {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.2s;
  -khtml-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  a:hover {
    opacity: .8; }

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

big {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

cite {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

code {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

img {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  quotes: none; }
  q:before {
    content: '';
    content: none; }
  q:after {
    content: '';
    content: none; }

s {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

samp {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strike {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strong {
  border: 0;
  font-size: 100%;
  font-weight: bold;
  vertical-align: baseline; }

sub {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

center {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dl {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  list-style-type: none; }

li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

form {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

label {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tbody {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tfoot {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

thead {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tr {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

th {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

td {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

aside {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

embed {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

.padding-50 {
  padding: 50px 0px; }

.padding-10 {
  padding: 10px 0px; }

.padding-20 {
  padding: 20px 0px; }

.padding-30 {
  padding: 30px 0px; }

.padding-40 {
  padding: 40px 0px; }

.padding-50 {
  padding: 50px 0px; }

.padding-60 {
  padding: 60px 0px; }

.padding-70 {
  padding: 70px 0px; }

.padding-80 {
  padding: 80px 0px; }

.padding-90 {
  padding: 90px 0px; }

footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(310deg, #1c57a1 2%, #1a2677 40%, #2c165b 100%); }
  footer .container-fluid {
    position: relative; }
  footer #triangle-rounded {
    top: 0; }
  footer .ornament {
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1200px;
    height: 930px;
    position: absolute;
    z-index: 1;
    right: 0;
    margin: 0 auto; }
  footer .ornament.crm {
    background-image: url(../img/CRM/Footer/background.png);
    left: -150px;
    width: 1400px;
    height: 900px;
    top: -380px; }
  footer .ornament.business {
    background-image: url(../img/businessdashboard/Footer/background.png);
    top: 0; }
  footer .ornament.integration {
    background-image: url(../img/integration/Footer/background.png);
    width: 110%;
    width: 1000px;
    height: 750px;
    bottom: 0;
    right: 0; }
  footer .ornament.leadcapture {
    background-image: url(../img/leadcapture/Footer/background.png);
    height: 700px;
    left: -250px;
    top: -200px; }
  footer .ornament.reports {
    background-image: url(../img/reports/Footer/background.png);
    height: 700px;
    left: -250px;
    top: -200px; }
  footer .ornament.linktracking {
    background-image: url(../img/linktracking/Footer/background.png);
    height: 900px;
    left: 0;
    top: -350px; }
  footer .ornament.messaging {
    background-image: url(../img/messaging/Footer/background.png);
    height: 800px;
    left: 0; }
  footer .ornament.marketing {
    background-image: url(../img/marketing/Footer/background.png);
    height: 750px;
    width: 1200px;
    top: -230px;
    left: -170px; }
  footer .icon1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1; }
  footer .icon1.reports {
    background-image: url(../img/reports/Hero/IconA.svg);
    top: 100px;
    left: 100px;
    height: 100px;
    width: 90px; }
  footer .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1; }
  footer .icon2.reports {
    background-image: url(../img/reports/Hero/IconB.svg);
    top: 100px;
    left: 30px;
    height: 150px;
    width: 120px; }
  footer .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 550px;
    left: 50px; }
  footer .icon.leadcapture {
    background-image: url(../img/leadcapture/Footer/icon.png);
    top: 100px;
    left: 140px; }
  footer .icon.linktracking {
    background-image: url(../img/linktracking/Footer/icon.png);
    width: 100%;
    height: 240px;
    left: -20px;
    top: 0; }
  footer .dashboard {
    background-image: url(../img/marketing/Footer/dashboard.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 200px;
    position: absolute;
    z-index: 4;
    top: 100px;
    left: 30px; }
  footer .scientist {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 400px;
    position: absolute;
    z-index: 4;
    left: 40px;
    bottom: 350px;
    margin: 0 auto; }
  footer .scientist.crm {
    background-image: url(../img/CRM/Footer/scientist.png);
    height: 250px;
    bottom: -40px;
    left: 120px; }
  footer .scientist.business {
    background-image: url(../img/businessdashboard/Footer/Scientist.png);
    height: 250px;
    bottom: 0;
    left: 60px; }
  footer .scientist.leadcapture {
    background-image: url(../img/leadcapture/Footer/scientist.png);
    height: 250px;
    bottom: 0;
    left: 60px; }
  footer .scientist.reports {
    background-image: url(../img/reports/Footer/Scientist.png);
    height: 250px;
    bottom: 0;
    left: 60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  footer .scientist.linktracking {
    background-image: url(../img/linktracking/Hero/scientist.png);
    height: 250px;
    bottom: -50px;
    left: 120px; }
  footer .scientist.messaging {
    background-image: url(../img/messaging/Footer/astronaut.png);
    width: 130px;
    height: 300px;
    bottom: 0;
    left: 90px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  footer .scientist.marketing {
    background-image: url(../img/marketing/Hero/Scientist.png);
    height: 250px;
    bottom: -30px;
    left: 70px; }
  footer .scientist.integration {
    background-image: url(../img/integration/Hero/Astronaut.png);
    height: 280px;
    bottom: -20px;
    left: 2vw; }
  footer .footer-content {
    position: relative; }
  footer .footer-content.features {
    margin-top: 50px; }
  footer .footer-title {
    width: 709.84px;
    margin: 0 auto;
    font-size: 35px;
    font-family: Din;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fff; }
  footer .footer-body {
    position: relative; }
  footer .footer-footer {
    padding: 20px 0;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 2; }
    footer .footer-footer .link-header {
      font-size: 14px;
      font-weight: 400;
      padding: 20px 0;
      margin-left: 50px;
      color: #fff; }
    footer .footer-footer .link-list {
      margin-left: 50px;
      list-style-type: none; }
      footer .footer-footer .link-list li {
        padding: 0 0; }
        footer .footer-footer .link-list li a {
          font-size: 12px;
          line-height: 24px;
          color: #fff;
          text-decoration: none; }

header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  background-image: linear-gradient(310deg, #1c57a1 2%, #1a2677 40%, #2c165b 100%); }

.box-item {
  padding: 30px 40px; }

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

output {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ruby {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  position: relative;
  overflow: hidden; }

summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.dropdown-close {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 6; }

.text-center {
  text-align: center;
  margin: 0 auto; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.container-fluid {
  max-width: 1300px; }

.darkblue {
  color: #3e3f6c; }

.caret {
  width: 0;
  height: 0;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.caret.right {
  border-left: 10px solid #3bd07c; }

.btn {
  border-width: 1px;
  border-style: solid;
  background: transparent;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .btn:focus {
    outline: none; }

.btn-header {
  width: 230px; }

.btn.btn-default {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  border-color: #fff; }
  .btn.btn-default.red.active, .btn.btn-default.red:hover {
    background-color: #ff566a;
    color: #fff;
    border-color: #ff566a; }
  .btn.btn-default:hover {
    -webkit-transform: scale(1.04);
    -khtml-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }

.btn.with-icon {
  padding-left: 80px;
  color: #fff; }
  .btn.with-icon i {
    margin-left: -15px; }

.btn.btn-default.active {
  background-color: #fff;
  color: #211a62; }

.btn.mysystem {
  background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
  color: #fff;
  border: none;
  -webkit-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
  -khtml-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
  -moz-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
  -ms-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
  -o-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
  box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px; }
  .btn.mysystem.active {
    color: #fff; }
  .btn.mysystem:hover {
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -khtml-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -moz-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -ms-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -o-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px; }

.btn.darkblue {
  border-color: #3e3f6c; }
  .btn.darkblue:hover {
    background-color: #3e3f6c;
    color: #fff;
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.btn.darkblue.active {
  background-color: #3e3f6c;
  color: #fff; }

.btn.blue {
  border-color: #DADAEB;
  color: #DADAEB;
  -webkit-transform: scale(0.95);
  -khtml-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }
  .btn.blue:hover {
    background-color: #1d54a2;
    color: #fff;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.btn.blue.active {
  background-color: #1d54a2;
  color: #fff;
  border-color: #1d54a2;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.btn.lightblue {
  border-color: #b6dcfd;
  color: #b6dcfd; }
  .btn.lightblue:hover {
    color: #b6dcfd; }

.btn.lightblue.active {
  color: #b6dcfd; }

.btn.green {
  border-color: #39d17c;
  border-width: 1px;
  color: #39d17c; }
  .btn.green:hover {
    background-color: #39d17c;
    color: #fff;
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.btn.green.active {
  background-color: #39d17c;
  color: #fff; }

.btn.sm {
  padding: 15px 30px; }

.btn.sm.with-icon {
  padding-left: 45px;
  color: #fff; }

.btn.lg {
  padding: 20px 50px;
  font-size: 14px; }

.btn.lg.with-icon {
  padding-left: 50px; }
  .btn.lg.with-icon i {
    left: 30px; }

#triangle-rounded {
  position: relative;
  bottom: -10px;
  fill: #fff;
  z-index: 2; }

#triangle-rounded.pricing {
  fill: #f0f0f7;
  bottom: 0;
  position: absolute; }

#triangle-round-flip.home {
  fill: #edf1f7; }

#mainNav {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none; }
  #mainNav .nav li a {
    color: #fff; }
  #mainNav .nav li a.btn {
    margin-top: 10px; }

.hide-scrolled {
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative; }

.hide-scrolled.scrolled {
  opacity: 0;
  width: 1px;
  padding: 0px !important;
  left: 100px; }

.navbar {
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 30px 0; }
  .navbar .container-fluid {
    padding: 0 100px;
    position: relative; }
  .navbar .nav {
    width: 90%;
    float: right;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    list-style-type: none;
    text-align: right; }
    .navbar .nav li {
      display: inline-block;
      padding: 0 20px; }
      .navbar .nav li:first-child {
        position: relative; }
      .navbar .nav li a {
        font-size: .65rem;
        color: #fff;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px; }
      .navbar .nav li a.btn {
        padding: 9px 14px 8px 14px;
        font-weight: 600; }
      .navbar .nav li a.btn.crm {
        color: #3da5d9; }
      .navbar .nav li a.btn.business {
        color: #ffa25e; }
      .navbar .nav li a.btn.leadcapture {
        color: #3ba47e; }
      .navbar .nav li a.btn.linktracking {
        color: #8689f8; }
      .navbar .nav li a.btn.messaging {
        color: #f88771; }
      .navbar .nav li a.btn.marketing {
        color: #83dde6; }
      .navbar .nav li a.btn.integration {
        color: #e35969; }
      .navbar .nav li a.btn.reports {
        color: #32bd6f; }
      .navbar .nav li a.btn.platformly-home {
        color: #5d77e4; }
  .navbar .navbar-toggle {
    display: none;
    width: 90%;
    float: right; }
    .navbar .navbar-toggle .btn-toggle {
      float: right;
      outline: none;
      border: none;
      background-color: transparent; }
  .navbar .navbar-brand {
    position: relative;
    width: 10%;
    float: left; }
    .navbar .navbar-brand img {
      -webkit-transition: all ease 0.2s;
      -khtml-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -ms-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      height: 25px; }
    .navbar .navbar-brand img.front {
      position: absolute;
      top: 0;
      left: 0; }
    .navbar .navbar-brand img.back {
      left: 0;
      opacity: 1; }
  .navbar .navbar-brand.leadcapture:after {
    background: linear-gradient(330deg, #36A549 20%, #98DB56 100%); }

@-moz-document url-prefix() {
  .navbar .nav li a.btn {
    padding: 9px 14px 7.5px 14px; } }

.navbar.top-fixed {
  position: fixed; }

.navbar.scrolled {
  background: #16184e;
  padding: 12px 0px; }
  .navbar.scrolled .container-fluid {
    margin: 0 auto; }
  .navbar.scrolled .dropdown {
    margin-top: 12px;
    right: 120px; }
  .navbar.scrolled .dropdown.mobile {
    margin-top: 0;
    right: 0; }
  .navbar.scrolled .nav li a.btn.crm {
    color: #2360af; }
  .navbar.scrolled .nav li a.btn.business {
    color: #ff654c; }
  .navbar.scrolled .nav li a.btn.leadcapture {
    color: #318868; }
  .navbar.scrolled .nav li a.btn.linktracking {
    color: #7563b5; }
  .navbar.scrolled .nav li a.btn.messaging {
    color: #d26363; }
  .navbar.scrolled .nav li a.btn.marketing {
    color: #5598c7; }
  .navbar.scrolled .nav li a.btn.integration {
    color: #c54f5c; }
  .navbar.scrolled .nav li a.btn.reports {
    color: #23796f; }
  .navbar.scrolled .navbar-brand {
    position: relative; }
    .navbar.scrolled .navbar-brand img {
      height: 15px;
      top: 2px; }
    .navbar.scrolled .navbar-brand img.back {
      opacity: 0; }

.navbar.scrolled.crm {
  background: #2360af; }

.navbar.scrolled.business {
  background: #ff654c; }

.navbar.scrolled.leadcapture {
  background: #318868; }

.navbar.scrolled.linktracking {
  background: #7563b5; }

.navbar.scrolled.messaging {
  background: #d26363; }

.navbar.scrolled.marketing {
  background: #5598c7; }

.navbar.scrolled.integration {
  background: #c54f5c; }

.navbar.scrolled.reports {
  background: #23796f; }

.navbar.scrolled.platformly-home {
  background: #5c77e4; }

.navbar.scrolled.mysystem {
  background: #616ab9; }

.dropdown-link {
  padding-bottom: 40px;
  cursor: pointer; }
  .dropdown-link:hover ~ .dropdown {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible; }

.button-group {
  position: relative;
  z-index: 4; }
  .button-group button:nth-child(2) {
    margin-left: 10px; }

.close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .close:hover::before {
    background: #3e3f6c; }
  .close:hover::after {
    background: #3e3f6c; }
  .close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3e3f6c;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3e3f6c;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.close.white::before {
  background: #fff; }

.close.white::after {
  background: #fff; }

.close.white:hover::before {
  background: #fff;
  opacity: .8; }

.close.white:hover::after {
  background: #fff;
  opacity: .8; }

.close.big {
  -webkit-transform: scale(3);
  -khtml-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }

.close.hairline::before {
  height: 1px; }

.close.hairline::after {
  height: 1px; }

.close.thick::before {
  height: 4px;
  margin-top: -2px; }

.close.thick::after {
  height: 4px;
  margin-top: -2px; }

.close.rounded::before {
  border-radius: 5px; }

.close.rounded::after {
  border-radius: 5px; }

ul.list-inline {
  padding: 30px 0;
  display: grid;
  display: -ms-grid;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 2; }
  ul.list-inline li {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px; }
    ul.list-inline li:nth-child(1) {
      border-right: 1px solid #eee; }
    ul.list-inline li a {
      color: #3e3f6c;
      letter-spacing: 1px;
      font-size: 12px; }

ul.btn-full li {
  padding: 10px;
  text-align: center; }
  ul.btn-full li .btn {
    width: 60%;
    padding: 20px;
    letter-spacing: 1px;
    text-transform: capitalize; }

.dropdown {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  -khtml-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transform: translateY(10px);
  -khtml-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  left: -300px;
  width: 700px;
  z-index: -1; }
  .dropdown:hover {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible; }
  .dropdown a {
    color: #000; }
  .dropdown .dropdown-sub-menu {
    text-align: center;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px; }
    .dropdown .dropdown-sub-menu li {
      cursor: pointer;
      line-height: 100px;
      display: inline-block;
      width: 130px;
      height: 110px;
      padding: 10px;
      -webkit-transition: all 0.5s ease-in-out;
      -khtml-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .dropdown .dropdown-sub-menu li a {
        text-transform: capitalize; }
        .dropdown .dropdown-sub-menu li a:hover .icon:after {
          opacity: 1; }
        .dropdown .dropdown-sub-menu li a:hover #icon {
          fill: #fff;
          fill: #fff; }
        .dropdown .dropdown-sub-menu li a:hover p {
          font-weight: 500;
          left: -4px; }
          .dropdown .dropdown-sub-menu li a:hover p b {
            -webkit-transform: translateX(2px);
            -khtml-transform: translateX(2px);
            -moz-transform: translateX(2px);
            -ms-transform: translateX(2px);
            -o-transform: translateX(2px);
            transform: translateX(2px);
            opacity: 1; }
        .dropdown .dropdown-sub-menu li a:hover:after {
          opacity: 1; }
        .dropdown .dropdown-sub-menu li a .icon {
          width: 20px;
          height: 20px;
          position: relative;
          margin: 0 auto;
          padding: 20px;
          cursor: pointer;
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          -webkit-box-shadow: 0 5px 13px #eee;
          -khtml-box-shadow: 0 5px 13px #eee;
          -moz-box-shadow: 0 5px 13px #eee;
          -ms-box-shadow: 0 5px 13px #eee;
          -o-box-shadow: 0 5px 13px #eee;
          box-shadow: 0 5px 13px #eee;
          -webkit-transition: all 0.2s ease-in-out;
          -khtml-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .dropdown .dropdown-sub-menu li a .icon:after {
            position: absolute;
            width: 100%;
            -webkit-border-radius: 100%;
            -khtml-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            height: 100%;
            content: " ";
            left: 0;
            top: 0;
            background-color: #000;
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -khtml-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
        .dropdown .dropdown-sub-menu li a .icon.business-dashboard-icon:after {
          background: linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
          background-image: -webkit-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
          background-image: -moz-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
          background-image: -o-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%); }
        .dropdown .dropdown-sub-menu li a .icon.link-tracking-icon svg {
          left: 0; }
        .dropdown .dropdown-sub-menu li a .icon.link-tracking-icon:after {
          background: linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
          background-image: -webkit-linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
          background-image: -moz-linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
          background-image: -o-linear-gradient(310deg, #D372E5 0%, #8587FB 100%); }
        .dropdown .dropdown-sub-menu li a .icon.crm-icon svg {
          left: -2px; }
        .dropdown .dropdown-sub-menu li a .icon.crm-icon:after {
          background: linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
          background-image: -webkit-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
          background-image: -moz-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
          background-image: -o-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%); }
        .dropdown .dropdown-sub-menu li a .icon.lead-capture-icon:after {
          background: linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
          background-image: -webkit-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
          background-image: -moz-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
          background-image: -o-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%); }
        .dropdown .dropdown-sub-menu li a .icon.marketing-automation-icon:after {
          background: linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
          background-image: -webkit-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
          background-image: -moz-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
          background-image: -o-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%); }
        .dropdown .dropdown-sub-menu li a .icon.integrations-icon:after {
          background: #FF8A97; }
        .dropdown .dropdown-sub-menu li a .icon.messaging-icon:after {
          background: linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
          background-image: -webkit-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
          background-image: -moz-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
          background-image: -o-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%); }
        .dropdown .dropdown-sub-menu li a .icon.complete-reports-icon svg {
          top: -29px; }
        .dropdown .dropdown-sub-menu li a .icon.complete-reports-icon:after {
          background: linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
          background-image: -webkit-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
          background-image: -moz-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
          background-image: -o-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%); }
        .dropdown .dropdown-sub-menu li a svg {
          top: -31px;
          position: relative;
          z-index: 4;
          left: -1px; }
      .dropdown .dropdown-sub-menu li a.crm-icon {
        padding: 20px 15px; }
      .dropdown .dropdown-sub-menu li p {
        padding-top: 20px;
        color: #949eb6;
        font-size: 9px;
        line-height: 18px;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        left: 0;
        -webkit-transition: all ease-in-out 0.3s;
        -khtml-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        .dropdown .dropdown-sub-menu li p:hover ~ a .icon:after {
          opacity: 1; }
        .dropdown .dropdown-sub-menu li p:hover ~ a #icon {
          fill: #fff; }
        .dropdown .dropdown-sub-menu li p b {
          -webkit-transform: translateX(10px);
          -khtml-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px);
          opacity: 0;
          -webkit-transition: all ease-in-out 0.3s;
          -khtml-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
          position: absolute; }
    .dropdown .dropdown-sub-menu:after {
      content: " ";
      position: absolute;
      width: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 0;
      top: -9px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 12px solid #fff; }

.dropdown.mobile {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  width: 320px;
  height: 0vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0;
  opacity: 0;
  width: 95%;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(10px);
  -khtml-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }
  .dropdown.mobile .dropdown-close {
    right: 0;
    padding: 20px 15px;
    background: transparent;
    border: none;
    outline: none;
    position: absolute; }
  .dropdown.mobile .dropdown-sub-menu {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0;
    padding: 10px 0 10px 30px;
    text-align: left; }
    .dropdown.mobile .dropdown-sub-menu:after {
      display: none; }
    .dropdown.mobile .dropdown-sub-menu li {
      padding: 15px 0;
      margin: 0 auto;
      height: 5vh;
      width: 45%; }
      .dropdown.mobile .dropdown-sub-menu li:nth-child(3) {
        position: relative;
        top: -18px; }
      .dropdown.mobile .dropdown-sub-menu li:nth-child(5) {
        position: relative;
        top: -18px; }
      .dropdown.mobile .dropdown-sub-menu li:nth-child(7) {
        position: relative;
        top: -18px; }
      .dropdown.mobile .dropdown-sub-menu li .icon {
        -webkit-transform: scale(0.7);
        -khtml-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        float: left; }
      .dropdown.mobile .dropdown-sub-menu li a {
        text-decoration: none;
        color: #3e3f6c;
        display: block;
        position: relative;
        height: 60px;
        width: 140px;
        margin: 0 auto; }
      .dropdown.mobile .dropdown-sub-menu li p {
        font-size: 11px; }
  .dropdown.mobile .button-group .btn {
    display: block;
    position: relative;
    width: 60%;
    padding: 15px;
    margin: 10px auto;
    font-size: 12px;
    top: -20px; }

.dropdown.mobile.open {
  height: 110vh;
  width: 100vw;
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  position: fixed;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.dropdown.open {
  display: block;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.burger-icon {
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -khtml-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .burger-icon span {
    display: block;
    position: absolute;
    height: 2.4px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -khtml-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .burger-icon span:nth-child(1) {
      top: 1px; }
    .burger-icon span:nth-child(2) {
      top: 8px; }
    .burger-icon span:nth-child(3) {
      top: 8px; }
    .burger-icon span:nth-child(4) {
      top: 15px; }
  .burger-icon:after {
    width: 10px;
    height: 6px;
    content: " ";
    position: absolute;
    z-index: 3;
    top: 23px;
    opacity: 1; }

.burger-icon.open:after {
  opacity: 0; }

.burger-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

.burger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.burger-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.features-header {
  position: relative; }
  .features-header .features-header-title {
    padding-bottom: 10px; }
    .features-header .features-header-title h1 {
      font-family: Din;
      letter-spacing: 1px;
      color: #fff;
      width: 598.72px; }
    .features-header .features-header-title p {
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      font-weight: 100;
      letter-spacing: 1px;
      width: 800px;
      margin: 0 auto;
      padding-top: 20px; }
    .features-header .features-header-title .mysystem {
      margin: 50px auto; }
  .features-header .features-header-content {
    width: 100%;
    height: auto; }
    .features-header .features-header-content .figure-container {
      width: 100%;
      height: 100%;
      position: relative;
      margin: 0 auto; }
      .features-header .features-header-content .figure-container .glow {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 1014px;
        right: -400px;
        bottom: -390px;
        z-index: 1;
        opacity: 1;
        position: absolute; }
      .features-header .features-header-content .figure-container .astronaut {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 214px;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative; }
      .features-header .features-header-content .figure-container .astronaut.messaging {
        background-image: url(../img/messaging/Hero/astronaut.png);
        height: 280px;
        z-index: 2;
        top: 60px;
        left: 60px; }
      .features-header .features-header-content .figure-container .astronaut.integration {
        background-image: url(../img/integration/Hero/Astronaut.png);
        height: 240px;
        left: 0;
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 2;
        top: 230px; }
      .features-header .features-header-content .figure-container .moon {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
      .features-header .features-header-content .figure-container .moon.messaging {
        background-image: url(../img/messaging/Hero/moon.png);
        bottom: -160px;
        width: 700px;
        right: -100px;
        height: 100%;
        position: absolute; }
      .features-header .features-header-content .figure-container .moon.pricing {
        background-image: url(https://cdn.plypages.com/036363b5-3c70-41a0-b966-3d18965d8b3d/-/quality/lightest/Moon.png);
        bottom: -110px;
        width: 700px;
        right: -200px;
        height: 430px;
        z-index: 2;
        position: absolute; }
      .features-header .features-header-content .figure-container .planet {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
      .features-header .features-header-content .figure-container .planet.messaging {
        background-image: url(../img/messaging/Hero/planet.png);
        bottom: 0;
        width: 600px;
        left: 30px;
        height: 100%;
        position: absolute; }
      .features-header .features-header-content .figure-container .planet.integration {
        background-image: url(../img/integration/Hero/smallplanet.png);
        bottom: 0;
        width: 100%;
        left: 0;
        height: 300px;
        right: 0;
        top: 20px;
        position: absolute; }
      .features-header .features-header-content .figure-container .background {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        position: relative; }
        .features-header .features-header-content .figure-container .background.mysystem {
          top: auto;
          bottom: 0;
          right: -30px;
          height: auto;
          width: 90%;
          position: absolute; }
      .features-header .features-header-content .figure-container .background.platformly-home {
        width: 660px;
        margin: 60px auto; }
      .features-header .features-header-content .figure-container .ornament.platformly-home {
        position: absolute;
        width: 100%;
        text-align: center;
        height: 400px;
        top: 20px; }
        .features-header .features-header-content .figure-container .ornament.platformly-home .first {
          width: 190px;
          left: -20px;
          position: absolute;
          right: 0;
          margin: 0 auto;
          -webkit-transition: all ease 0.4s;
          -khtml-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s;
          top: 30px;
          -webkit-animation: floating-icon1 15s ease infinite;
          -khtml-animation: floating-icon1 15s ease infinite;
          -moz-animation: floating-icon1 15s ease infinite;
          -ms-animation: floating-icon1 15s ease infinite;
          -o-animation: floating-icon1 15s ease infinite;
          animation: floating-icon1 15s ease infinite; }
        .features-header .features-header-content .figure-container .ornament.platformly-home .second {
          width: 190px;
          position: absolute;
          left: 0;
          right: -300px;
          margin: 0 auto;
          -webkit-transition: all ease 0.4s;
          -khtml-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s;
          -webkit-animation: floating 16s ease infinite;
          -khtml-animation: floating 16s ease infinite;
          -moz-animation: floating 16s ease infinite;
          -ms-animation: floating 16s ease infinite;
          -o-animation: floating 16s ease infinite;
          animation: floating 16s ease infinite; }
        .features-header .features-header-content .figure-container .ornament.platformly-home .third {
          width: 170px;
          position: absolute;
          top: 145px;
          left: -50px;
          right: 0;
          margin: 0 auto;
          -webkit-transition: all ease 0.4s;
          -khtml-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s;
          -webkit-animation: floating-icon3 9s ease infinite;
          -khtml-animation: floating-icon3 9s ease infinite;
          -moz-animation: floating-icon3 9s ease infinite;
          -ms-animation: floating-icon3 9s ease infinite;
          -o-animation: floating-icon3 9s ease infinite;
          animation: floating-icon3 9s ease infinite; }
      .features-header .features-header-content .figure-container .background.integration {
        background-image: url(../img/integration/Hero/background.png);
        top: 0;
        height: 1170px;
        width: 100%; }
      .features-header .features-header-content .figure-container .background.pricing {
        background-image: url(https://cdn.plypages.com/8da80e5c-15dc-4fcc-a88d-49f993320efe/-/quality/lightest/Planet.png);
        top: -100px;
        height: 180px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%; }
      .features-header .features-header-content .figure-container .background.crm {
        background-image: url(../img/CRM/Hero/background.png);
        top: -25px;
        height: 400px; }
      .features-header .features-header-content .figure-container .background.leadcapture {
        background-image: url(../img/leadcapture/Hero/background.png);
        top: 2px;
        left: 0;
        width: 900px;
        height: 300px; }
      .features-header .features-header-content .figure-container .background.business {
        background-image: url(../img/businessdashboard/Hero/background.png);
        top: 90px;
        height: 220px;
        z-index: 1; }
      .features-header .features-header-content .figure-container .background.marketing {
        background-image: url(../img/marketing/Hero/background.png);
        top: 72px;
        height: 220px; }
      .features-header .features-header-content .figure-container .background.linktracking {
        background-image: url(../img/linktracking/Hero/background.png);
        height: 330px;
        left: 0;
        top: 0; }
      .features-header .features-header-content .figure-container .background.reports {
        background-image: url(../img/reports/Hero/background.png);
        top: 74px;
        left: 0;
        width: 100%;
        height: 250px; }
      .features-header .features-header-content .figure-container .land {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 200px;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: 0 auto;
        position: relative; }
      .features-header .features-header-content .figure-container .land.business {
        background-image: url(../img/businessdashboard/Hero/land.png);
        bottom: -90px; }
      .features-header .features-header-content .figure-container .land.linktracking {
        background-image: url(../img/linktracking/Hero/land.png);
        bottom: 0; }
      .features-header .features-header-content .figure-container .land.leadcapture {
        background-image: url(../img/leadcapture/Hero/land.png);
        bottom: 62px; }
      .features-header .features-header-content .figure-container .land.crm {
        background-image: url(../img/CRM/Hero/land.png);
        bottom: 60px; }
      .features-header .features-header-content .figure-container .land.marketing {
        background-image: url(../img/marketing/Hero/land.png);
        bottom: 245px;
        width: 1700px;
        height: 500px; }
      .features-header .features-header-content .figure-container .land.reports {
        background-image: url(../img/reports/Hero/land.png);
        bottom: -40px; }
      .features-header .features-header-content .figure-container .light {
        background-image: url(../img/marketing/Hero/light.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 400px;
        height: 190px;
        left: -90px;
        right: 0;
        top: -90px;
        margin: 0 auto;
        z-index: 1;
        position: relative; }
      .features-header .features-header-content .figure-container .radial {
        background-image: url(../img/integration/Hero/radial.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 400px;
        height: 400px;
        left: 0;
        right: 0;
        top: 110px;
        margin: 0 auto;
        z-index: 1;
        position: absolute; }
      .features-header .features-header-content .figure-container .book.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/book.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 60px;
        left: 300px;
        right: 0;
        top: 155px;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .face1.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/face1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 55px;
        height: 90px;
        left: -300px;
        right: 0;
        top: 180px;
        z-index: 3;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .face1.leadcapture.floating {
        animation: floating 10s ease infinite;
        moz-animation: floating 10s ease infinite; }
      .features-header .features-header-content .figure-container .face2.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/face2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 45px;
        height: 90px;
        left: -210px;
        right: 0;
        top: 140px;
        z-index: 3;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .face2.leadcapture.floating {
        animation-delay: 10s;
        animation: floating 12s ease infinite;
        moz-animation: floating 12s ease infinite; }
      .features-header .features-header-content .figure-container .face3.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/face3.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 90px;
        left: -300px;
        right: 0;
        top: 120px;
        z-index: 3;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .face3.leadcapture.floating {
        animation-delay: 10s;
        -webkit-animation-delay: 10s;
        animation: floating 13s ease infinite;
        moz-animation: floating 13s ease infinite; }
      .features-header .features-header-content .figure-container .circle-splash.leadcapture {
        -webkit-transform: scale(0);
        -khtml-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        top: 250px; }
      .features-header .features-header-content .figure-container .scientist {
        background-image: url(../img/CRM/Hero/Scientist.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 91px;
        height: 310px;
        left: 140px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 100px; }
      .features-header .features-header-content .figure-container .scientist.business {
        background-image: url(../img/businessdashboard/Hero/Scientist.png);
        width: 100%;
        height: 250px;
        left: -140px;
        top: 60px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .scientist.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/Scientist.png);
        width: 400px;
        left: 0;
        top: 50px;
        z-index: 4; }
      .features-header .features-header-content .figure-container .scientist.linktracking {
        background-image: url(../img/linktracking/Hero/Scientist.png);
        height: 250px;
        left: 0;
        top: 40px; }
      .features-header .features-header-content .figure-container .scientist.marketing {
        background-image: url(../img/marketing/Hero/Scientist.png);
        height: 220px;
        left: 100px;
        top: 100px;
        z-index: 2;
        width: 130px; }
      .features-header .features-header-content .figure-container .scientist.crm {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"; }
      .features-header .features-header-content .figure-container .scientist1 {
        background-image: url(../img/reports/Hero/Scientist01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 121px;
        height: 340px;
        left: 0;
        right: 350px;
        margin: 0 auto;
        position: absolute;
        top: 70px;
        z-index: 2; }
      .features-header .features-header-content .figure-container .scientist2 {
        background-image: url(../img/reports/Hero/Scientist02.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 81px;
        height: 340px;
        right: 0;
        left: 420px;
        margin: 0 auto;
        position: absolute;
        top: 65px; }
      .features-header .features-header-content .figure-container .dashboard {
        background-image: url(../img/marketing/Hero/dashboard.png);
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 153px;
        left: -130px;
        right: 0;
        z-index: 2;
        margin: 0 auto;
        position: absolute;
        top: 115px; }
      .features-header .features-header-content .figure-container .dashboard1 {
        background-image: url(../img/marketing/Hero/Dashboard02.png);
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 193px;
        left: 155px;
        right: 0;
        z-index: 1;
        margin: 0 auto;
        position: absolute;
        top: 110px; }
      .features-header .features-header-content .figure-container .ornament-group {
        width: 220px;
        position: absolute;
        height: 180px;
        left: -170px;
        right: 0;
        margin: 0 auto;
        top: 20px; }
        .features-header .features-header-content .figure-container .ornament-group .ornament {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 30px;
          height: 30px;
          position: absolute; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(1) {
            background-image: url(../img/reports/Hero/ornaments/1.png);
            left: 20px;
            bottom: 10px; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(2) {
            background-image: url(../img/reports/Hero/ornaments/2.png);
            right: 0;
            top: 10px;
            width: 100px;
            height: 70px; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(3) {
            background-image: url(../img/reports/Hero/ornaments/5.png);
            right: 0;
            bottom: 65px;
            width: 8px;
            height: 8px; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(4) {
            background-image: url(../img/reports/Hero/ornaments/6.png);
            right: 25px;
            bottom: 15px;
            width: 30px;
            height: 30px; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(5) {
            background-image: url(../img/reports/Hero/ornaments/7.png);
            right: 80px;
            top: 60px;
            width: 25px;
            height: 25px; }
          .features-header .features-header-content .figure-container .ornament-group .ornament:nth-child(6) {
            background-image: url(../img/reports/Hero/ornaments/8.png);
            right: 50px;
            top: 85px;
            width: 25px;
            height: 25px; }
      .features-header .features-header-content .figure-container .icon1 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 118px; }
      .features-header .features-header-content .figure-container .icon1.marketing {
        background-image: url(../img/marketing/Hero/graphic01.svg);
        width: 100%;
        height: 45px;
        left: -330px;
        z-index: 3;
        top: 140px; }
      .features-header .features-header-content .figure-container .icon1.integration {
        background-image: url(../img/integration/Hero/Icon01.png);
        width: 100%;
        height: 70px;
        left: -250px;
        z-index: 3;
        top: 390px; }
      .features-header .features-header-content .figure-container .icon1.reports {
        background-image: url(../img/reports/Hero/IconA.svg);
        width: 100%;
        height: 100px;
        left: -60px;
        z-index: 3;
        top: 40px; }
      .features-header .features-header-content .figure-container .icon1.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/flash01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 80px;
        left: -120px;
        right: 0;
        top: 95px;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .icon1.business {
        background-image: url(../img/businessdashboard/Hero/done.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 60px;
        left: -550px;
        z-index: 3;
        top: 125px;
        position: absolute; }
      .features-header .features-header-content .figure-container .icon1.crm {
        background-image: url(../img/CRM/Hero/icon-graph.png);
        width: 100%;
        height: 95px;
        left: 200px;
        top: 150px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .icon1.messaging {
        background-image: url(../img/messaging/Hero/graphic.svg);
        width: 100%;
        height: 35px;
        left: -450px;
        top: 220px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .icon2 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 118px; }
      .features-header .features-header-content .figure-container .icon2.integration {
        background-image: url(../img/integration/Hero/Icon02.png);
        width: 100%;
        height: 80px;
        left: -320px;
        z-index: 3;
        top: 250px; }
      .features-header .features-header-content .figure-container .icon2.marketing {
        background-image: url(../img/marketing/Hero/graphic02.svg);
        width: 100%;
        height: 105px;
        width: 220px;
        left: -90px;
        z-index: 3;
        top: 100px; }
      .features-header .features-header-content .figure-container .icon2.crm {
        background-image: url(../img/CRM/Hero/icon-graphic.png);
        width: 100%;
        height: 85px;
        left: -70px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .icon2.messaging {
        background-image: url(../img/messaging/Hero/graphic02.svg);
        width: 100%;
        height: 75px;
        left: 120px;
        top: 60px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .icon2.reports {
        background-image: url(../img/reports/Hero/IconB.svg);
        width: 100%;
        height: 100px;
        left: -310px;
        z-index: 3;
        top: 163px; }
      .features-header .features-header-content .figure-container .icon2.leadcapture {
        background-image: url(../img/leadcapture/Hero/animate/flash02.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 90px;
        left: 200px;
        right: 0;
        top: 35px;
        margin: 0 auto;
        position: absolute; }
      .features-header .features-header-content .figure-container .icon2.business {
        background-image: url(../img/businessdashboard/Hero/graphic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 60px;
        left: -400px;
        z-index: 3;
        top: 45px;
        position: absolute; }
      .features-header .features-header-content .figure-container .icon3 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 118px; }
      .features-header .features-header-content .figure-container .icon3.marketing {
        background-image: url(../img/marketing/Hero/graphic03.svg);
        width: 100%;
        height: 55px;
        left: -260px;
        z-index: 3;
        top: 195px; }
      .features-header .features-header-content .figure-container .icon3.integration {
        background-image: url(../img/integration/Hero/Icon03.png);
        width: 100%;
        height: 100px;
        left: -50px;
        z-index: 3;
        top: 105px; }
      .features-header .features-header-content .figure-container .icon3.business {
        background-image: url(../img/businessdashboard/Hero/love.svg);
        width: 100px;
        height: 40px;
        left: 260px;
        z-index: 3;
        top: 85px;
        position: absolute; }
      .features-header .features-header-content .figure-container .icon3.crm {
        background-image: url(../img/CRM/Hero/icon-done.png);
        width: 100%;
        height: 95px;
        left: 120px;
        top: 40px;
        z-index: 3; }
      .features-header .features-header-content .figure-container .icon4 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 118px; }
      .features-header .features-header-content .figure-container .icon4.integration {
        background-image: url(../img/integration/Hero/Icon04.png);
        width: 100%;
        height: 80px;
        left: 120px;
        z-index: 3;
        top: 180px; }
      .features-header .features-header-content .figure-container .icon4.marketing {
        background-image: url(../img/marketing/Hero/graphic04.svg);
        width: 100%;
        height: 55px;
        left: -120px;
        z-index: 3;
        top: 185px; }
      .features-header .features-header-content .figure-container .icon5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 118px; }
      .features-header .features-header-content .figure-container .icon5.integration {
        background-image: url(../img/integration/Hero/Icon05.png);
        width: 100%;
        height: 60px;
        left: 150px;
        z-index: 3;
        top: 390px; }
      .features-header .features-header-content .figure-container .icon {
        background-image: url(../img/CRM/Hero/icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 289px;
        height: 193px;
        left: 175px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: 68px; }
        .features-header .features-header-content .figure-container .icon:nth-child(2).linktracking {
          background-image: url(../img/linktracking/Hero/icon-1.png);
          top: -20px;
          height: 200px;
          width: 100px;
          left: -20px; }
        .features-header .features-header-content .figure-container .icon:nth-child(2).marketing {
          background-image: url(../img/marketing/Hero/Icon02.png);
          top: 30px;
          left: -310px;
          width: 60px;
          height: 60px; }
        .features-header .features-header-content .figure-container .icon:nth-child(3).linktracking {
          background-image: url(../img/linktracking/Hero/icon-2.png);
          top: 155px;
          left: 20px;
          height: 100px;
          width: 100px; }
        .features-header .features-header-content .figure-container .icon:nth-child(3).marketing {
          background-image: url(../img/marketing/Hero/Icon03.png);
          top: 0;
          left: 110px;
          width: 40px;
          height: 40px; }
        .features-header .features-header-content .figure-container .icon:nth-child(4).linktracking {
          background-image: url(../img/linktracking/Hero/icon-3.png);
          top: 40px;
          left: 110px;
          height: 100px;
          width: 80px; }
        .features-header .features-header-content .figure-container .icon:nth-child(4).marketing {
          background-image: url(../img/marketing/Hero/Icon04.png);
          top: 60px;
          left: 400px;
          width: 80px;
          height: 60px; }
        .features-header .features-header-content .figure-container .icon:nth-child(5).linktracking {
          background-image: url(../img/linktracking/Hero/icon-4.png);
          top: 107px;
          left: 165px;
          height: 100px;
          width: 90px; }
      .features-header .features-header-content .figure-container .icon.business {
        background-image: url(../img/businessdashboard/Hero/icon.png);
        width: 100%;
        height: 150px;
        left: -150px;
        top: 48px;
        z-index: 2; }
      .features-header .features-header-content .figure-container .icon.leadcapture {
        background-image: url(../img/leadcapture/Hero/icon.png);
        width: 250px;
        left: 40px;
        top: 0;
        height: 200px; }
      .features-header .features-header-content .figure-container .icon.linktracking {
        background-image: url(../img/linktracking/Hero/icon-1.png);
        width: 60px;
        height: 60px;
        left: -50px;
        top: 145px; }
      .features-header .features-header-content .figure-container .icon.messaging {
        background-image: url(../img/messaging/Hero/icon.png);
        width: 400px;
        height: 250px;
        left: -90px;
        z-index: 3;
        top: 20px; }
      .features-header .features-header-content .figure-container .icon.marketing {
        background-image: url(../img/marketing/Hero/Icon01.png);
        width: 100%;
        height: 150px;
        left: -530px;
        z-index: 3;
        top: 100px; }
      .features-header .features-header-content .figure-container .icon.reports {
        background-image: url(../img/reports/Hero/icon.png);
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 3;
        top: 30px; }

.features-header.leadcapture .features-header-title h1 {
  width: 861.24px; }

.show-offset {
  overflow: visible; }

.features-header.platformly-home .features-header-title h1 {
  width: 80%; }

.features-header.mysystem .features-header-title h1 {
  width: 998px; }

.features-header.mysystem .features-header-content {
  height: 550px; }

.features-header.home .features-header-title {
  position: relative;
  z-index: 6; }
  .features-header.home .features-header-title h1 {
    left: 0;
    width: 900px;
    font-family: Din;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 0; }
  .features-header.home .features-header-title p {
    color: #9c99bc;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-bottom: 40px; }

.features-header.home .features-header-content .figure-container .astronaut {
  background-image: url(../img/home/first/astronaut.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 488px;
  height: 480px;
  left: 0;
  top: 300px;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin: 0 auto;
  position: relative; }

.features-header.home .features-header-content .figure-container .ornament {
  background-image: url(../img/home/first/ornament.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 500px;
  height: 354px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  position: absolute; }

.features-header.home .features-header-content .figure-container .rocket {
  background-image: url(../img/home/first/rocket.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 124px;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 4;
  margin: 0 auto;
  position: absolute; }

.features-header.home .features-header-content .figure-container .glow {
  background-image: url(../img/home/first/Glow-new.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px;
  height: 1214px;
  left: -340px;
  right: 0;
  bottom: -390px;
  z-index: 1;
  top: -70px;
  opacity: 1;
  margin: 0 auto;
  position: absolute; }

.features-header.linktracking .features-header-content .figure-container {
  height: 260px; }

.features-header.linktracking .features-header-title h1 {
  width: 691.24px; }

.planet-ornament-group {
  height: 1100px;
  position: absolute;
  left: -220px;
  right: 0;
  top: 20px;
  margin: 0 auto;
  width: 1100px;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -250px;
  right: 0;
  top: 20px;
  z-index: 2; }
  .planet-ornament-group .inner-planet {
    background-image: url(../img/home/first/Inner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1550px;
    height: 1550px;
    -webkit-animation: rotateinner 500s infinite ease;
    -khtml-animation: rotateinner 500s infinite ease;
    -moz-animation: rotateinner 500s infinite ease;
    -ms-animation: rotateinner 500s infinite ease;
    -o-animation: rotateinner 500s infinite ease;
    animation: rotateinner 500s infinite ease;
    position: absolute;
    left: -215px;
    right: 0;
    margin: 0 auto;
    top: -230px; }
  .planet-ornament-group .outer-planet {
    background-image: url(../img/home/first/Outer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    -webkit-transform: rotate(30deg);
    -khtml-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }

.planet-ornament-group.layer-2 {
  z-index: 2; }
  .planet-ornament-group.layer-2 .planet-ornament .earth {
    background-image: url(../img/home/first/animate/Platform-Venus.png);
    width: 30px;
    top: 20px; }
  .planet-ornament-group.layer-2 .planet-ornament .venus {
    left: 550px;
    top: 20px;
    height: 30px;
    background-image: url(../img/home/first/animate/Platform-Venus.png); }
  .planet-ornament-group.layer-2 .planet-ornament .satelit {
    height: 40px;
    top: 10px;
    left: 100px; }
  .planet-ornament-group.layer-2 .planet-ornament .saturnus {
    width: 60px;
    height: 50px;
    right: 250px;
    top: 220px; }

.box-white {
  width: 100vw;
  height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 2; }

header.crm {
  background-image: linear-gradient(180deg, #3da5d9 40%, #2568bd 100%); }

header.leadcapture {
  background-image: linear-gradient(310deg, #3ba47e 70%, #61db94 100%); }

header.business {
  background-image: linear-gradient(310deg, #FFA25E 40%, #FC6080 100%); }

header.linktracking {
  background-image: linear-gradient(310deg, #8689f8 40%, #c07ae6 100%); }

header.messaging {
  background-image: linear-gradient(310deg, #fc7978 30%, #f39b68 100%); }

header.marketing {
  background-image: linear-gradient(310deg, #66b5ee 30%, #83dde6 100%); }

header.integration {
  background-image: linear-gradient(310deg, #e35969 30%, #fc8bb7 100%); }

header.reports {
  background-image: linear-gradient(310deg, #32bd6f 30%, #2a7bb7 100%); }

header.platformly-home {
  background-image: linear-gradient(310deg, #46a8fd 40%, #9945ff 90%); }

header.mysystem {
  background-image: linear-gradient(310deg, #71A0EA 40%, #7747B5 90%); }
  header.mysystem .features-header {
    height: 800px; }

header.pricing {
  height: 650px; }
  header.pricing .features-header .features-header-content .figure-container {
    height: 400px; }

header.home {
  /*height: 820px;*/ }
  header.home #triangle-rounded {
    position: absolute;
    bottom: 0; }

.platformly-home-illustration {
  position: absolute;
  bottom: -100px;
  left: -100px;
  max-width: 1300px;
  width: 100%;
  height: 750px;
  z-index: 4;
  right: 0;
  margin: 0 auto; }
  .platformly-home-illustration .row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .platformly-home-illustration .features-header.home {
    text-align: center; }
    .platformly-home-illustration .features-header.home .astronaut {
      width: 75%;
      position: relative;
      z-index: 2;
      top: 30px; }
    .platformly-home-illustration .features-header.home .glowing {
      position: absolute;
      width: 150%;
      left: -140px;
      top: auto;
      top: -170px;
      z-index: 1; }
    .platformly-home-illustration .features-header.home .satelite {
      width: 15%;
      left: 30px;
      position: absolute;
      top: -20px;
      z-index: 1; }
    .platformly-home-illustration .features-header.home .saturn {
      position: absolute;
      width: 15%;
      bottom: 278px;
      -webkit-animation: floating 6s linear infinite;
      -khtml-animation: floating 6s linear infinite;
      -moz-animation: floating 6s linear infinite;
      -ms-animation: floating 6s linear infinite;
      -o-animation: floating 6s linear infinite;
      animation: floating 6s linear infinite; }
    .platformly-home-illustration .features-header.home .earth {
      position: absolute;
      width: 25%;
      top: -300px;
      -webkit-animation: floating 10s linear infinite;
      -khtml-animation: floating 10s linear infinite;
      -moz-animation: floating 10s linear infinite;
      -ms-animation: floating 10s linear infinite;
      -o-animation: floating 10s linear infinite;
      animation: floating 10s linear infinite;
      right: -50px; }
    .platformly-home-illustration .features-header.home .rocket {
      margin: 0 auto;
      width: 30%;
      top: 0;
      position: relative;
      -webkit-animation: vibrate 5s linear infinite;
      -khtml-animation: vibrate 5s linear infinite;
      -moz-animation: vibrate 5s linear infinite;
      -ms-animation: vibrate 5s linear infinite;
      -o-animation: vibrate 5s linear infinite;
      animation: vibrate 5s linear infinite; }
      .platformly-home-illustration .features-header.home .rocket .rocket-body {
        width: 90%;
        z-index: 3;
        position: relative; }
      .platformly-home-illustration .features-header.home .rocket .smokes {
        width: 20%;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 2;
        right: -7%; }
        .platformly-home-illustration .features-header.home .rocket .smokes .smoke {
          height: 50%;
          -webkit-transform: rotate(-102deg);
          -khtml-transform: rotate(-102deg);
          -moz-transform: rotate(-102deg);
          -ms-transform: rotate(-102deg);
          -o-transform: rotate(-102deg);
          transform: rotate(-102deg);
          position: relative;
          top: 11px;
          animation: jet 1.8s ease alternate infinite;
          z-index: 2; }
        .platformly-home-illustration .features-header.home .rocket .smokes .smoke-s {
          width: 12px;
          height: 12px;
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          -webkit-transform: rotate(-10deg) scaleY(0.2);
          -khtml-transform: rotate(-10deg) scaleY(0.2);
          -moz-transform: rotate(-10deg) scaleY(0.2);
          -ms-transform: rotate(-10deg) scaleY(0.2);
          -o-transform: rotate(-10deg) scaleY(0.2);
          transform: rotate(-10deg) scaleY(0.2);
          background: #fff;
          display: block;
          position: absolute;
          opacity: 0.2;
          top: 33px;
          left: -17px; }
        .platformly-home-illustration .features-header.home .rocket .smokes .smoke-s2 {
          width: 9px;
          height: 9px;
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          background: #fff;
          display: block;
          position: absolute;
          -webkit-transform: rotate(-10deg) scaleY(0.1);
          -khtml-transform: rotate(-10deg) scaleY(0.1);
          -moz-transform: rotate(-10deg) scaleY(0.1);
          -ms-transform: rotate(-10deg) scaleY(0.1);
          -o-transform: rotate(-10deg) scaleY(0.1);
          transform: rotate(-10deg) scaleY(0.1);
          opacity: 0.3;
          top: 36px;
          left: -17px; }
        .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke {
          position: relative;
          top: 24px;
          left: 12px;
          opacity: 0.3;
          width: 70px;
          animation: smoke-anim 2s linear infinite; }
          .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke.svg {
            opacity: 1;
            animation: none;
            top: 32px;
            left: -2px; }
        .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke2 {
          position: absolute;
          top: 10px;
          width: 60px;
          left: -10px;
          opacity: 0.2;
          animation: smoke-anim 2.3s linear infinite; }
          .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke2.svg {
            opacity: 1;
            animation: none;
            left: -28px;
            top: 18px;
            transform-origin: 50% 50%; }
        .platformly-home-illustration .features-header.home .rocket .smokes .longsmoke {
          width: 160%;
          position: absolute;
          top: 16px;
          left: -5px;
          z-index: 1;
          opacity: 0.3; }
        .platformly-home-illustration .features-header.home .rocket .smokes .cloud {
          width: 100%;
          height: 100%;
          position: relative;
          left: 80%; }
          .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s {
            display: block;
            width: 13px;
            height: 13px;
            background: #fff;
            -webkit-border-radius: 100%;
            -khtml-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            position: absolute; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(1) {
              top: 30px;
              left: 15px;
              -webkit-transform: scale(1.8);
              -khtml-transform: scale(1.8);
              -moz-transform: scale(1.8);
              -ms-transform: scale(1.8);
              -o-transform: scale(1.8);
              transform: scale(1.8);
              opacity: 0.3; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(2) {
              -webkit-transform: scale(1);
              -khtml-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
              top: 20px;
              opacity: 0.2; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(3) {
              -webkit-transform: scale(3);
              -khtml-transform: scale(3);
              -moz-transform: scale(3);
              -ms-transform: scale(3);
              -o-transform: scale(3);
              transform: scale(3);
              left: 20px;
              top: 10px;
              opacity: 0.3; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(4) {
              -webkit-transform: scale(2.3);
              -khtml-transform: scale(2.3);
              -moz-transform: scale(2.3);
              -ms-transform: scale(2.3);
              -o-transform: scale(2.3);
              transform: scale(2.3);
              left: 40px;
              top: 30px;
              opacity: 0.3; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(5) {
              -webkit-transform: scale(2.3);
              -khtml-transform: scale(2.3);
              -moz-transform: scale(2.3);
              -ms-transform: scale(2.3);
              -o-transform: scale(2.3);
              transform: scale(2.3);
              left: 15px;
              top: 18px;
              opacity: 0.2; }
            .platformly-home-illustration .features-header.home .rocket .smokes .cloud .cloud-s:nth-child(6) {
              -webkit-transform: scale(3.3);
              -khtml-transform: scale(3.3);
              -moz-transform: scale(3.3);
              -ms-transform: scale(3.3);
              -o-transform: scale(3.3);
              transform: scale(3.3);
              left: 30px;
              top: 17px;
              opacity: 0.4; }

@keyframes jet {
  0% {
    transform: scale(0.95) rotate(-102deg) translate(0px, 0px);
    opacity: 0.8; }
  100% {
    transform: scale(1.2) rotate(-102deg) translate(0px, 3px);
    opacity: 0.7; } }

@-webkit-keyframes smoke-anim {
  0% {
    -webkit-transform: skew(0deg) scale(1);
    -khtml-transform: skew(0deg) scale(1);
    -moz-transform: skew(0deg) scale(1);
    -ms-transform: skew(0deg) scale(1);
    -o-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
    transform-origin: 100% 100%;
    /*opacity: 0.4;*/ }
  50% {
    -webkit-transform: skew(-10deg) scale(1.05);
    -khtml-transform: skew(-10deg) scale(1.05);
    -moz-transform: skew(-10deg) scale(1.05);
    -ms-transform: skew(-10deg) scale(1.05);
    -o-transform: skew(-10deg) scale(1.05);
    transform: skew(-10deg) scale(1.05);
    transform-origin: 100% 100%;
    /*opacity: 0.6;*/ }
  100% {
    -webkit-transform: skew(0deg) scale(1);
    -khtml-transform: skew(0deg) scale(1);
    -moz-transform: skew(0deg) scale(1);
    -ms-transform: skew(0deg) scale(1);
    -o-transform: skew(0deg) scale(1);
    transform: skew(0deg) scale(1);
    /*opacity: 0.5;*/ } }

@keyframes vibrate {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0px, -10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes vibrateX {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 0px); }
  100% {
    transform: translate(0, 0); } }

.rocket-animation {
  -webkit-transform: scale(0.3) translateY(-100px);
  -khtml-transform: scale(0.3) translateY(-100px);
  -moz-transform: scale(0.3) translateY(-100px);
  -ms-transform: scale(0.3) translateY(-100px);
  -o-transform: scale(0.3) translateY(-100px);
  transform: scale(0.3) translateY(-100px); }

.to-front {
  z-index: 4 !important; }

.triangle.top {
  border-bottom: 200px solid transparent;
  border-left: 100vw solid #fff; }
  .triangle.top.bold {
    border-top: 50px solid #fff; }
  .triangle.top.thick {
    border-top: 0px solid #fff; }

.triangle.bottom {
  border-top: 200px solid transparent;
  border-right: 100vw solid #edf1f7;
  position: relative; }

.video-player {
  margin: 0 auto; }
  .video-player img {
    width: 900px; }

.section-title {
  position: relative;
  top: -180px;
  z-index: 4; }
  .section-title.middle-top {
    top: -80px; }
  .section-title.auto {
    top: 0; }
  .section-title .arrow {
    position: absolute;
    right: -820px;
    left: 0;
    margin: 0 auto;
    width: 180px;
    top: 8px; }
  .section-title.platformly-home {
    top: -180px; }
  .section-title h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 auto;
    font-family: Din;
    font-weight: 400;
    color: #3e3f6c;
    text-align: center;
    position: relative; }
  .section-title h4 {
    line-height: 3rem;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #3e3f6c;
    text-align: center;
    position: relative; }

section.video {
  background-image: linear-gradient(310deg, #1c57a1 2%, #1a2677 40%, #2c165b 100%); }
  section.video.platformly-home {
    background-image: linear-gradient(310deg, rgba(80, 157, 254, 0.08) 2%, rgba(125, 102, 254, 0.08) 100%); }
    section.video.platformly-home .triangle.bottom {
      border-right: 100vw solid #fff; }
  section.video .container-fluid {
    position: relative; }
  section.video .ornament {
    background-image: url(https://cdn.plypages.com/b2ecec25-5c1b-44d1-8b8b-e59b115479a9/-/quality/lightest/planet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 450px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute; }
  section.video .video-player {
    margin-top: -100px;
    z-index: 1;
    position: relative;
    text-align: center; }

section.learn-features {
  background: #edf1f7;
  padding-bottom: 40px; }

.padding-align {
  padding: 0px 80px; }

section.faq {
  background-image: linear-gradient(180deg, #DAE1EE 4%, #fff 40%); }
  section.faq.platformly-home {
    background-image: linear-gradient(180deg, rgba(218, 225, 238, 0.61) 4%, #fff 40%); }
  section.faq .triangle.top {
    border-top: 50px solid #fff; }
  section.faq .triangle.top.thick {
    border-top: 0px solid #fff; }
  section.faq .section-title h1 {
    top: -50px; }
  section.faq .video-player {
    padding-top: 100px; }

section.beta-pricing {
  background-image: linear-gradient(180deg, #f0f0f7 70%, #fff 100%);
  overflow: visible;
  height: 290px; }

.pricing-box {
  background-image: linear-gradient(180deg, #fff 34%, #f0f0f7 100%);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  top: -500px; }
  .pricing-box h3 {
    margin: 0 auto;
    font-family: Din;
    font-weight: 100;
    color: #3e3f6c; }
  .pricing-box h3.stripe {
    padding: 30px 0;
    position: relative; }
    .pricing-box h3.stripe:after {
      content: " ";
      width: 30%;
      height: 1px;
      right: 40px;
      top: 58px;
      background: #eee;
      position: absolute; }
    .pricing-box h3.stripe:before {
      content: " ";
      width: 30%;
      height: 1px;
      left: 40px;
      top: 58px;
      background: #eee;
      position: absolute; }
  .pricing-box .pricing-header .wave {
    position: absolute;
    height: 120px; }
  .pricing-box .pricing-header .pricing-title {
    padding: 40px 0; }
    .pricing-box .pricing-header .pricing-title h3 {
      margin: 0 auto;
      font-family: Din;
      font-weight: 100;
      color: #3e3f6c; }
  .pricing-box .pricing-body .pricing-list {
    position: relative; }
    .pricing-box .pricing-body .pricing-list .pricing-active {
      background: #1d54a2;
      color: #fff;
      padding: 20px;
      width: 150px;
      border-radius: 50px;
      cursor: pointer; }
    .pricing-box .pricing-body .pricing-list .button-pricing-list {
      text-align: center; }
      .pricing-box .pricing-body .pricing-list .button-pricing-list .dropdown-close {
        position: absolute;
        right: 0;
        padding: 20px 15px;
        background: transparent;
        border: none;
        outline: none; }
      .pricing-box .pricing-body .pricing-list .button-pricing-list li {
        position: relative;
        display: inline-block; }
        .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn {
          width: 80px;
          padding: 10px;
          position: relative;
          z-index: 2;
          margin-left: 10px; }
      .pricing-box .pricing-body .pricing-list .button-pricing-list li.stripe:after {
        content: " ";
        width: 20px;
        height: 1px;
        background: #DADAEB;
        position: absolute;
        top: 46px;
        right: -18px;
        z-index: 1; }
  .pricing-box .pricing-body .pricing-features-list {
    height: 200px; }
    .pricing-box .pricing-body .pricing-features-list .pricing-features-list-item {
      -webkit-transition: all ease 0.3s;
      -khtml-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      -webkit-transform: translateX(-400px);
      -khtml-transform: translateX(-400px);
      -moz-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      -o-transform: translateX(-400px);
      transform: translateX(-400px);
      opacity: 0;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .pricing-box .pricing-body .pricing-features-list .pricing-features-list-item.active {
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .pricing-box .pricing-body .pricing-features-list .pricing-features-list-item.out {
      -webkit-transform: translateX(400px);
      -khtml-transform: translateX(400px);
      -moz-transform: translateX(400px);
      -ms-transform: translateX(400px);
      -o-transform: translateX(400px);
      transform: translateX(400px);
      opacity: 0; }
  .pricing-box .pricing-body .pricing-features {
    margin: 0 auto;
    width: 600px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 2; }
    .pricing-box .pricing-body .pricing-features li {
      padding: 20px 40px;
      text-align: left; }
      .pricing-box .pricing-body .pricing-features li a img {
        height: 19px;
        position: relative;
        top: 4px;
        padding-right: 5px; }
      .pricing-box .pricing-body .pricing-features li a span {
        color: #3e3f6c;
        font-size: 12px;
        line-height: 24px; }
  .pricing-box .pricing-body .btn {
    margin-top: 30px; }
  .pricing-box .pricing-body p {
    font-size: 12px;
    line-height: 60px;
    color: #949eb6; }

.content {
  width: 100%; }
  .content .content-title {
    padding: 0 0;
    position: relative; }
    .content .content-title h1 {
      font-size: 2rem;
      line-height: 3rem;
      margin: 0 auto;
      font-family: Din;
      font-weight: 400;
      color: #3e3f6c; }

.tab-panel {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px; }
  .tab-panel .nav-panel {
    margin: 0 auto; }
    .tab-panel .nav-panel li {
      text-align: center;
      display: inline-block;
      padding: 10px 20px;
      position: relative;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      .tab-panel .nav-panel li a {
        font-size: 13px;
        text-decoration: none;
        color: #949EB6;
        cursor: pointer;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        -webkit-transition: all ease 0.3s;
        -khtml-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .tab-panel .nav-panel li a:hover {
          border-bottom: 2px solid #39d17c; }
    .tab-panel .nav-panel li.active a {
      border-bottom: 2px solid #39d17c; }
  .tab-panel .panel-content .icon-group {
    padding: 40px;
    margin: 0 auto;
    max-width: 840px;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .tab-panel .panel-content .icon-group li {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      width: 160px;
      height: 180px;
      display: inline-block;
      padding: 10px;
      background-color: #fff;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      margin: 10px;
      margin-top: 40px;
      cursor: pointer;
      border-bottom: 10px solid #fff;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
      -khtml-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
      -moz-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
      -ms-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
      -o-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
      box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09); }
      .tab-panel .panel-content .icon-group li:hover {
        -webkit-transform: scale(1.05);
        -khtml-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        border-bottom: 10px solid #39d17c;
        -webkit-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
        -khtml-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
        -moz-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
        -ms-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
        -o-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
        box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09); }
      .tab-panel .panel-content .icon-group li a {
        cursor: pointer; }
        .tab-panel .panel-content .icon-group li a img {
          height: 50px;
          margin-top: 50px; }
      .tab-panel .panel-content .icon-group li p {
        color: #3e3f6c;
        line-height: 2.2rem; }
    .tab-panel .panel-content .icon-group li.hide {
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all ease 0.1s;
      -khtml-transition: all ease 0.1s;
      -moz-transition: all ease 0.1s;
      -ms-transition: all ease 0.1s;
      -o-transition: all ease 0.1s;
      transition: all ease 0.1s;
      position: absolute; }
      .tab-panel .panel-content .icon-group li.hide a img {
        width: 0; }
      .tab-panel .panel-content .icon-group li.hide p {
        font-size: 0; }

section.features-content {
  background: #fff;
  width: 100%;
  height: auto; }
  section.features-content.platformly-home {
    padding-bottom: 20px; }
    section.features-content.platformly-home .features-container .features-container-caption {
      padding: 0px 200px; }
    section.features-content.platformly-home .features-container .features-container-subtitle {
      font-weight: 400;
      padding: 0px 200px; }
  section.features-content .feature-caption.long {
    padding: 40px 200px;
    font-size: .9rem;
    line-height: 1.9rem;
    color: #949EB6;
    font-weight: 300; }
  section.features-content .features-title {
    font-size: 35px;
    font-family: Din;
    letter-spacing: 1px;
    line-height: 50px;
    color: #3e3f6c;
    padding: 10px 5px; }
    section.features-content .features-title h3 {
      color: #3E3E6E;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
    section.features-content .features-title p {
      font-size: .9rem;
      line-height: 1.4rem;
      padding-top: 20px;
      color: #949EB6;
      font-family: "Montserrat", sans-serif;
      font-weight: 200; }
      section.features-content .features-title p.features-title-image {
        font-size: 1.5rem;
        padding-top: 0px; }
    section.features-content .features-title .clickbank {
      width: 160px;
      top: 4px;
      position: relative; }
    section.features-content .features-title .platformly {
      width: 170px;
      position: relative;
      top: 8px; }
    section.features-content .features-title .dollars {
      width: 50px;
      position: relative;
      top: 7px; }
  section.features-content .box {
    height: 100%; }
  section.features-content .features-container {
    width: 100%;
    position: relative; }
    section.features-content .features-container.card {
      width: 60%;
      padding: 30px 30px;
      display: flex;
      background: #fff;
      margin: 60px auto;
      -webkit-box-shadow: #eceef9 0px 8px 30px 2px;
      -khtml-box-shadow: #eceef9 0px 8px 30px 2px;
      -moz-box-shadow: #eceef9 0px 8px 30px 2px;
      -ms-box-shadow: #eceef9 0px 8px 30px 2px;
      -o-box-shadow: #eceef9 0px 8px 30px 2px;
      box-shadow: #eceef9 0px 8px 30px 2px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      section.features-content .features-container.card.align-center {
        height: 200px; }
      section.features-content .features-container.card .card-illustration img {
        width: auto;
        height: 130px; }
      section.features-content .features-container.card .card-caption {
        padding: 0px 40px;
        width: 70%; }
        section.features-content .features-container.card .card-caption p {
          color: #949EB6;
          font-size: 15px;
          letter-spacing: 1px;
          font-weight: 200;
          line-height: 30px; }
    section.features-content .features-container .feature-item {
      width: 50%;
      padding: 50px 0; }
      section.features-content .features-container .feature-item .feature-caption {
        padding-right: 50px;
        padding-left: 50px; }
      section.features-content .features-container .feature-item.feature-item-center {
        width: 100%;
        text-align: center;
        padding: 50px 0px 20px 0px; }
        section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
          width: 20%; }
        section.features-content .features-container .feature-item.feature-item-center .feature-caption p {
          width: 70%;
          margin: 0 auto; }
    section.features-content .features-container .features-container-subtitle {
      font-weight: 100;
      margin: 30px 0px; }
    section.features-content .features-container .features-container-caption {
      color: #A5AEC3;
      text-align: left;
      font-weight: 100;
      line-height: 1.5rem; }
    section.features-content .features-container .feature-item.left {
      float: left; }
    section.features-content .features-container .feature-item.right {
      float: right; }
      section.features-content .features-container .feature-item.right .feature-figure-container {
        text-align: right; }
    section.features-content .features-container .feature-item .feature-figure-container img {
      width: 80%; }
    section.features-content .features-container .feature-item.figure1.marketing .feature-figure-container .background {
      background-image: url(../img/marketing/01/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure1.marketing .feature-figure-container .front {
      background-image: url(../img/marketing/01/front.png);
      left: 140px;
      top: 50px;
      height: 280px; }
    section.features-content .features-container .feature-item.figure1.marketing .feature-figure-container .back {
      background-image: url(../img/marketing/01/back.png);
      left: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure1.leadcapture .feature-figure-container .background {
      background-image: url(../img/leadcapture/01/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure1.leadcapture .feature-figure-container .front {
      background-image: url(../img/leadcapture/01/front.png);
      left: 10px;
      top: 50px;
      height: 200px; }
    section.features-content .features-container .feature-item.figure1.leadcapture .feature-figure-container .back {
      background-image: url(../img/leadcapture/01/back.png);
      left: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure1.home .feature-figure-container .background {
      background-image: url(../img/home/second/01/Background.png);
      left: 0;
      height: 300px; }
    section.features-content .features-container .feature-item.figure1.home .feature-figure-container .cloud {
      background-image: url(../img/home/second/01/cloud.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 105px;
      position: absolute;
      left: 0;
      right: 0;
      top: 90px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure1.home .feature-figure-container .planet {
      background-image: url(../img/home/second/01/planet.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 255px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure1.home .feature-figure-container .rocket {
      background-image: url(../img/home/second/01/rocket.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 200px;
      height: 155px;
      bottom: 60px;
      position: absolute;
      left: -60px;
      margin: 0 auto;
      right: 0;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure1.reports .feature-figure-container .background {
      background-image: url(../img/reports/01/Background.png);
      height: 300px;
      top: 0;
      left: 50px; }
    section.features-content .features-container .feature-item.figure1.reports .feature-figure-container .front {
      background-image: url(../img/reports/01/front.png);
      height: 200px;
      top: 70px; }
    section.features-content .features-container .feature-item.figure1.reports .feature-figure-container .back {
      background-image: url(../img/reports/01/back.png);
      height: 110%;
      top: -10px; }
    section.features-content .features-container .feature-item.figure1.business .feature-figure-container .background {
      background-image: url(../img/businessdashboard/01/Background.png); }
    section.features-content .features-container .feature-item.figure1.business .feature-figure-container .front {
      background-image: url(../img/businessdashboard/01/front.png);
      top: 60px; }
    section.features-content .features-container .feature-item.figure1.business .feature-figure-container .back {
      background-image: url(../img/businessdashboard/01/back.png);
      height: 110%; }
    section.features-content .features-container .feature-item.figure1.linktracking .feature-figure-container .background {
      background-image: url(../img/linktracking/01/Background.png);
      height: 320px;
      top: 20px;
      left: 30px; }
    section.features-content .features-container .feature-item.figure1.linktracking .feature-figure-container .front {
      background-image: url(../img/linktracking/01/front.png);
      top: -70px;
      height: 280px; }
    section.features-content .features-container .feature-item.figure1.linktracking .feature-figure-container .back {
      background-image: url(../img/linktracking/01/back.png);
      height: 110%;
      top: -50px; }
    section.features-content .features-container .feature-item.figure1.messaging .feature-figure-container .background {
      background-image: url(../img/messaging/01/Background.png);
      height: 300px;
      left: 20px;
      top: -15px; }
    section.features-content .features-container .feature-item.figure1.messaging .feature-figure-container .front {
      background-image: url(../img/messaging/01/front.png);
      top: 20px;
      left: 150px;
      height: 290px; }
    section.features-content .features-container .feature-item.figure1.messaging .feature-figure-container .back {
      background-image: url(../img/messaging/01/back.png);
      height: 110%;
      top: -50px; }
    section.features-content .features-container .feature-item.figure1.crm .feature-figure-container .background {
      height: 300px; }
    section.features-content .features-container .feature-item.figure1.crm .feature-figure-container .front {
      height: 250px;
      left: 20px;
      top: 50px; }
    section.features-content .features-container .feature-item.figure1.crm .feature-figure-container .back {
      height: 110%; }
    section.features-content .features-container .feature-item.figure1 .feature-figure-container {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      section.features-content .features-container .feature-item.figure1 .feature-figure-container .background {
        background-image: url(../img/CRM/01/Background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 345px;
        top: -50px;
        position: relative;
        left: -20px;
        right: 0; }
      section.features-content .features-container .feature-item.figure1 .feature-figure-container .back {
        background-image: url(../img/CRM/01/back.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 278px;
        position: absolute;
        left: -20px;
        right: 0;
        margin: 0 auto;
        top: 0; }
      section.features-content .features-container .feature-item.figure1 .feature-figure-container .front {
        background-image: url(../img/CRM/01/front.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 186px;
        position: absolute;
        right: 0;
        margin: 0 auto;
        top: 20px;
        left: 0; }
    section.features-content .features-container .feature-item.figure2.leadcapture .feature-figure-container .background {
      background-image: url(../img/leadcapture/02/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure2.leadcapture .feature-figure-container .front {
      background-image: url(../img/leadcapture/02/front.png);
      left: 0;
      top: 50px;
      height: 320px; }
    section.features-content .features-container .feature-item.figure2.leadcapture .feature-figure-container .back {
      background-image: url(../img/leadcapture/02/back.png);
      left: 0;
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure2.marketing .feature-figure-container .background {
      background-image: url(../img/marketing/02/Background.png); }
    section.features-content .features-container .feature-item.figure2.marketing .feature-figure-container .back {
      background-image: url(../img/marketing/02/icon.png);
      height: 230px;
      top: 35px; }
    section.features-content .features-container .feature-item.figure2.marketing .feature-figure-container .line {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute; }
      section.features-content .features-container .feature-item.figure2.marketing .feature-figure-container .line:nth-child(1) {
        background-image: url(../img/marketing/02/line01.png);
        width: 10px;
        height: 50px; }
    section.features-content .features-container .feature-item.figure2.reports .feature-figure-container .background {
      background-image: url(../img/reports/02/Background.png); }
    section.features-content .features-container .feature-item.figure2.reports .feature-figure-container .front {
      background-image: url(../img/reports/02/front.png);
      top: 70px;
      left: -10px; }
    section.features-content .features-container .feature-item.figure2.reports .feature-figure-container .back {
      background-image: url(../img/reports/02/back.png);
      height: 110%;
      top: 10px; }
    section.features-content .features-container .feature-item.figure2.business .feature-figure-container .background {
      background-image: url(../img/businessdashboard/02/Background.png); }
    section.features-content .features-container .feature-item.figure2.business .feature-figure-container .front {
      background-image: url(../img/businessdashboard/02/front.png);
      top: 100px;
      left: 410px;
      width: 100px;
      right: 0;
      height: 180px;
      margin: 0; }
    section.features-content .features-container .feature-item.figure2.business .feature-figure-container .back {
      height: 110%;
      background-image: url(../img/businessdashboard/02/back.png); }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .background {
      background-image: url(../img/home/second/02/Background.png);
      top: 0;
      height: 300px; }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .dashboard {
      background-image: url(../img/home/second/02/BackgroundDasboard.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 165px;
      position: absolute;
      left: -40px;
      right: 0;
      top: 30px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .graphic {
      background-image: url(../img/home/second/02/graphic.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100px;
      position: absolute;
      left: -120px;
      top: 120px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .facebook {
      background-image: url(../img/home/second/02/facebook.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100px;
      position: absolute;
      right: -35px;
      top: 95px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .scientist {
      background-image: url(../img/home/second/02/scientist.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 210px;
      position: absolute;
      right: -80px;
      top: 45px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure2.home .feature-figure-container .bubble {
      background-image: url(../img/home/second/02/balloon.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 80px;
      position: absolute;
      right: 0;
      top: -30px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure2.linktracking .feature-figure-container .background {
      background-image: url(../img/linktracking/02/Background.png);
      height: 330px;
      left: 30px; }
    section.features-content .features-container .feature-item.figure2.linktracking .feature-figure-container .front {
      background-image: url(../img/linktracking/02/front.png);
      height: 290px;
      width: 100%;
      left: -50px;
      top: 40px; }
    section.features-content .features-container .feature-item.figure2.linktracking .feature-figure-container .back {
      background-image: url(../img/linktracking/02/back.png);
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure2.messaging .feature-figure-container .background {
      background-image: url(../img/messaging/02/Background.png);
      height: 300px;
      left: 30px;
      top: -65px; }
    section.features-content .features-container .feature-item.figure2.messaging .feature-figure-container .front {
      background-image: url(../img/messaging/02/front.png);
      top: 30px;
      left: -30px;
      height: 220px; }
    section.features-content .features-container .feature-item.figure2.messaging .feature-figure-container .back {
      background-image: url(../img/messaging/02/back.png);
      height: 110%;
      top: -50px; }
    section.features-content .features-container .feature-item.figure2.crm .feature-figure-container .back {
      height: 110%;
      left: -50px; }
    section.features-content .features-container .feature-item.figure2.crm .feature-figure-container .front {
      height: 220px;
      left: 130px;
      top: 90px; }
    section.features-content .features-container .feature-item.figure2 .feature-figure-container {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      section.features-content .features-container .feature-item.figure2 .feature-figure-container .background {
        background-image: url(../img/CRM/02/Background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 305px;
        position: relative;
        left: 0;
        right: 0; }
      section.features-content .features-container .feature-item.figure2 .feature-figure-container .back {
        background-image: url(../img/CRM/02/back.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 278px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px; }
      section.features-content .features-container .feature-item.figure2 .feature-figure-container .front {
        background-image: url(../img/CRM/02/front.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 186px;
        position: absolute;
        right: 0;
        margin: 0 auto;
        top: 30px;
        left: 50px; }
    section.features-content .features-container .feature-item.figure3.leadcapture .feature-figure-container .background {
      background-image: url(../img/leadcapture/03/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure3.leadcapture .feature-figure-container .front {
      background-image: url(../img/leadcapture/03/front.png);
      left: 0;
      top: 30px;
      height: 280px; }
    section.features-content .features-container .feature-item.figure3.leadcapture .feature-figure-container .back {
      background-image: url(../img/leadcapture/03/back.png);
      left: 0;
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure3.marketing .feature-figure-container .background {
      background-image: url(../img/marketing/03/Background.png);
      left: 0;
      height: 300px; }
    section.features-content .features-container .feature-item.figure3.marketing .feature-figure-container .front {
      background-image: url(../img/marketing/03/front.png);
      left: 40px;
      top: 220px;
      height: 70px; }
    section.features-content .features-container .feature-item.figure3.marketing .feature-figure-container .back {
      background-image: url(../img/marketing/03/back.png);
      left: 0;
      top: 10px;
      height: 110%; }
    section.features-content .features-container .feature-item.figure3.reports .feature-figure-container .background {
      background-image: url(../img/reports/03/Background.png);
      height: 290px; }
    section.features-content .features-container .feature-item.figure3.reports .feature-figure-container .front {
      background-image: url(../img/reports/03/front.png);
      height: 280px;
      top: 60px;
      left: -20px; }
    section.features-content .features-container .feature-item.figure3.reports .feature-figure-container .back {
      background-image: url(../img/reports/03/back.png);
      top: 10px;
      height: 110%; }
    section.features-content .features-container .feature-item.figure3.business .feature-figure-container .background {
      background-image: url(../img/businessdashboard/03/Background.png);
      height: 370px; }
    section.features-content .features-container .feature-item.figure3.business .feature-figure-container .front {
      background-image: url(../img/businessdashboard/03/front.png);
      top: 70px;
      left: 390px;
      width: 130px;
      right: 0;
      height: 200px;
      margin: 0; }
    section.features-content .features-container .feature-item.figure3.business .feature-figure-container .back {
      background-image: url(../img/businessdashboard/03/back.png);
      height: 110%;
      top: 30px; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .background {
      background-image: url(../img/home/second/03/Background.png);
      top: 0;
      height: 300px;
      left: 0; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .man {
      background-image: url(../img/home/second/03/Man.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 210px;
      position: absolute;
      right: 0;
      top: 45px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .icon1 {
      background-image: url(../img/home/second/03/Icon01.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 80px;
      height: 80px;
      position: absolute;
      left: -140px;
      right: 0;
      margin: 0 auto;
      top: 85px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .icon2 {
      background-image: url(../img/home/second/03/Icon02.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 90px;
      height: 90px;
      position: absolute;
      left: -190px;
      right: 0;
      margin: 0 auto;
      top: 15px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .icon3 {
      background-image: url(../img/home/second/03/Icon03.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100px;
      height: 100px;
      position: absolute;
      left: -30px;
      right: 0;
      margin: 0 auto;
      top: -40px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .icon4 {
      background-image: url(../img/home/second/03/Icon04.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 95px;
      height: 95px;
      position: absolute;
      left: 130px;
      right: 0;
      margin: 0 auto;
      top: 20px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.home .feature-figure-container .icon5 {
      background-image: url(../img/home/second/03/Icon05.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 90px;
      height: 90px;
      position: absolute;
      left: 170px;
      right: 0;
      margin: 0 auto;
      top: 90px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure3.linktracking .feature-figure-container .background {
      background-image: url(../img/linktracking/03/Background.png);
      height: 330px;
      top: -20px; }
    section.features-content .features-container .feature-item.figure3.linktracking .feature-figure-container .front {
      background-image: url(../img/linktracking/03/front.png);
      top: 60px;
      left: -50px; }
    section.features-content .features-container .feature-item.figure3.linktracking .feature-figure-container .back {
      background-image: url(../img/linktracking/03/back.png);
      top: 0;
      height: 110%;
      right: -50px; }
    section.features-content .features-container .feature-item.figure3.messaging .feature-figure-container .background {
      background-image: url(../img/messaging/03/Background.png);
      height: 300px;
      left: 30px;
      top: -35px; }
    section.features-content .features-container .feature-item.figure3.messaging .feature-figure-container .front {
      background-image: url(../img/messaging/03/front.png);
      top: 80px;
      left: -60px;
      height: 230px; }
    section.features-content .features-container .feature-item.figure3.messaging .feature-figure-container .back {
      background-image: url(../img/messaging/03/back.png);
      height: 110%;
      top: 0; }
    section.features-content .features-container .feature-item.figure3.crm .feature-figure-container .front {
      height: 140px;
      top: 210px; }
    section.features-content .features-container .feature-item.figure3.crm .feature-figure-container .back {
      height: 110%; }
    section.features-content .features-container .feature-item.figure3 .feature-figure-container {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      section.features-content .features-container .feature-item.figure3 .feature-figure-container .background {
        background-image: url(../img/CRM/03/Background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 345px;
        position: relative;
        left: -20px;
        right: 0; }
      section.features-content .features-container .feature-item.figure3 .feature-figure-container .back {
        background-image: url(../img/CRM/03/back.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 278px;
        position: absolute;
        left: -20px;
        right: 0;
        margin: 0 auto;
        top: 50px; }
      section.features-content .features-container .feature-item.figure3 .feature-figure-container .front {
        background-image: url(../img/CRM/03/front.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 186px;
        position: absolute;
        right: 0;
        margin: 0 auto;
        top: 180px;
        left: 20px; }
    section.features-content .features-container .feature-item.figure4.leadcapture .feature-figure-container .background {
      background-image: url(../img/leadcapture/04/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure4.leadcapture .feature-figure-container .front {
      background-image: url(../img/leadcapture/04/front.png);
      left: 140px;
      top: 0;
      height: 260px; }
    section.features-content .features-container .feature-item.figure4.leadcapture .feature-figure-container .back {
      background-image: url(../img/leadcapture/04/back.png);
      left: 0;
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure4.marketing .feature-figure-container .background {
      background-image: url(../img/marketing/04/Background.png);
      left: 0;
      height: 300px;
      top: -30px; }
    section.features-content .features-container .feature-item.figure4.marketing .feature-figure-container .front {
      background-image: url(../img/marketing/04/front.png);
      left: 0;
      top: -10px;
      height: 330px; }
    section.features-content .features-container .feature-item.figure4.marketing .feature-figure-container .back {
      background-image: url(../img/marketing/04/back.png);
      left: 120px;
      top: 70px;
      height: 200px; }
    section.features-content .features-container .feature-item.figure4.reports .feature-figure-container .background {
      background-image: url(../img/reports/04/Background.png);
      height: 290px; }
    section.features-content .features-container .feature-item.figure4.reports .feature-figure-container .front {
      background-image: url(../img/reports/04/front.png);
      top: 130px;
      left: 140px; }
    section.features-content .features-container .feature-item.figure4.reports .feature-figure-container .back {
      background-image: url(../img/reports/04/back.png);
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure4.home .feature-figure-container .background {
      background-image: url(../img/home/second/04/Background.png);
      top: 0;
      left: 0; }
    section.features-content .features-container .feature-item.figure4.home .feature-figure-container .notebook {
      background-image: url(../img/home/second/04/Notebook.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 180px;
      position: absolute;
      right: 50px;
      top: 95px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure4.home .feature-figure-container .server {
      background-image: url(../img/home/second/04/Server.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 200px;
      position: absolute;
      left: 80px;
      top: 45px;
      z-index: 1; }
    section.features-content .features-container .feature-item.figure4.home .feature-figure-container .setting {
      background-image: url(../img/home/second/04/setting.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 120px;
      position: absolute;
      left: 30px;
      right: 0;
      top: 65px;
      z-index: 2; }
    section.features-content .features-container .feature-item.figure4.linktracking .feature-figure-container .background {
      background-image: url(../img/linktracking/04/Background.png);
      height: 320px;
      left: 50px;
      top: -20px; }
    section.features-content .features-container .feature-item.figure4.linktracking .feature-figure-container .front {
      background-image: url(../img/linktracking/04/front.png);
      top: 30px;
      left: -20px;
      height: 270px; }
    section.features-content .features-container .feature-item.figure4.linktracking .feature-figure-container .back {
      background-image: url(../img/linktracking/04/back.png);
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure4.messaging .feature-figure-container .background {
      background-image: url(../img/messaging/04/Background.png);
      height: 300px;
      left: 30px;
      top: -15px; }
    section.features-content .features-container .feature-item.figure4.messaging .feature-figure-container .front {
      background-image: url(../img/messaging/04/front.png);
      top: 80px;
      left: 20px;
      height: 230px; }
    section.features-content .features-container .feature-item.figure4.messaging .feature-figure-container .back {
      background-image: url(../img/messaging/04/back.png);
      height: 110%;
      top: 0; }
    section.features-content .features-container .feature-item.figure4.business .feature-figure-container .background {
      background-image: url(../img/businessdashboard/04/Background.png);
      height: 370px; }
    section.features-content .features-container .feature-item.figure4.business .feature-figure-container .front {
      background-image: url(../img/businessdashboard/04/front.png);
      top: 70px;
      left: 100px;
      width: 290px;
      height: 280px; }
    section.features-content .features-container .feature-item.figure4.business .feature-figure-container .back {
      background-image: url(../img/businessdashboard/04/back.png);
      height: 80px;
      top: 80px;
      left: -181px; }
    section.features-content .features-container .feature-item.figure4.crm .feature-figure-container .background {
      top: -50px; }
    section.features-content .features-container .feature-item.figure4.crm .feature-figure-container .back {
      height: 100%; }
    section.features-content .features-container .feature-item.figure4 .feature-figure-container {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      section.features-content .features-container .feature-item.figure4 .feature-figure-container .background {
        background-image: url(../img/CRM/04/Background.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 345px;
        position: relative;
        left: -20px;
        right: 0; }
      section.features-content .features-container .feature-item.figure4 .feature-figure-container .back {
        background-image: url(../img/CRM/04/back.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 278px;
        position: absolute;
        left: -20px;
        right: 0;
        margin: 0 auto;
        top: -40px; }
      section.features-content .features-container .feature-item.figure4 .feature-figure-container .front {
        background-image: url(../img/CRM/04/front.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 186px;
        position: absolute;
        right: 0;
        margin: 0 auto;
        top: 60px;
        left: 20px; }
    section.features-content .features-container .feature-item.figure5.leadcapture .feature-figure-container .background {
      background-image: url(../img/leadcapture/05/Background.png);
      left: 0;
      height: 300px;
      top: -10px; }
    section.features-content .features-container .feature-item.figure5.leadcapture .feature-figure-container .front {
      background-image: url(../img/leadcapture/05/front.png);
      left: 190px;
      top: 80px;
      height: 100px; }
    section.features-content .features-container .feature-item.figure5.leadcapture .feature-figure-container .back {
      background-image: url(../img/leadcapture/05/back.png);
      left: 0;
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure5.reports .feature-figure-container .background {
      background-image: url(../img/reports/05/Background.png);
      height: 290px; }
    section.features-content .features-container .feature-item.figure5.reports .feature-figure-container .front {
      background-image: url(../img/reports/05/front.png);
      top: 90px;
      left: -120px; }
    section.features-content .features-container .feature-item.figure5.reports .feature-figure-container .back {
      background-image: url(../img/reports/05/back.png);
      top: 0;
      height: 110%; }
    section.features-content .features-container .feature-item.figure5.messaging .feature-figure-container .background {
      background-image: url(../img/messaging/05/Background.png);
      height: 300px;
      left: 30px;
      top: -15px; }
    section.features-content .features-container .feature-item.figure5.messaging .feature-figure-container .front {
      background-image: url(../img/messaging/05/front.png);
      top: 50px;
      left: -40px;
      height: 250px; }
    section.features-content .features-container .feature-item.figure5.messaging .feature-figure-container .back {
      background-image: url(../img/messaging/05/back.png);
      height: 110%;
      top: 0; }
    section.features-content .features-container .feature-item.figure5 .feature-figure-container {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      section.features-content .features-container .feature-item.figure5 .feature-figure-container .background {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 345px;
        position: relative;
        left: -20px;
        right: 0; }
      section.features-content .features-container .feature-item.figure5 .feature-figure-container .back {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 278px;
        position: absolute;
        left: -20px;
        right: 0;
        margin: 0 auto;
        top: -40px; }
      section.features-content .features-container .feature-item.figure5 .feature-figure-container .front {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 186px;
        position: absolute;
        right: 0;
        margin: 0 auto;
        top: 60px;
        left: 20px; }
  section.features-content .feature-item h3 {
    color: #3E3E6E; }
  section.features-content .feature-item p {
    font-size: .9rem;
    line-height: 1.9rem;
    color: #949EB6;
    font-weight: 300;
    padding-top: 10px; }

.contact-box {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  padding: 60px 20px;
  width: 729.72px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 3; }
  .contact-box h3 {
    color: #3e3f6c;
    width: 470px;
    margin: 0 auto; }
  .contact-box input {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    width: 441.37px;
    margin: 0 auto; }
  .contact-box .btn {
    padding: 15px 40px;
    margin-top: 50px; }
  .contact-box form {
    padding: 0 50px; }
    .contact-box form a {
      color: #1a297a;
      text-decoration: none;
      font-size: 13px;
      line-height: 22px; }

.contact-box.pricing h3 {
  width: 100%; }

.form-group {
  padding: 30px 0;
  margin: 0 auto;
  position: relative; }

.form-control {
  height: 40px;
  outline: none;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; 

font-family: "Montserrat", sans-serif;
font-size:15px;
}
  .form-control:focus {
    border: 1px solid #b1b1b1; }
    .form-control:focus::-webkit-input-placeholder {
      opacity: .2; font-size:13px; }
      .form-control:focus::-moz-placeholder {
      opacity: .2; font-size:13px; }
  .form-control:-moz-placeholder {
    opacity: 1; font-size:13px; }
  .form-control::-moz-placeholder {
    opacity: 1;  font-size:13px; }
     .form-control::-webkit-input-placeholder {
      font-size:13px; }

footer.crm {
  background-image: linear-gradient(180deg, #3da5d9 40%, #2568bd 100%); }

footer.leadcapture {
  background-image: linear-gradient(310deg, #3ba47e 70%, #61db94 100%); }

footer.business {
  background-image: linear-gradient(310deg, #FFA25E 40%, #FC6080 100%); }

footer.marketing {
  background-image: linear-gradient(310deg, #66b5ee 30%, #83dde6 100%); }

footer.linktracking {
  background-image: linear-gradient(310deg, #8689f8 40%, #c07ae6 100%); }

footer.messaging {
  background-image: linear-gradient(310deg, #fc7978 40%, #f39b68 100%); }

footer.integration {
  background-image: linear-gradient(310deg, #e35969 30%, #fc8bb7 100%); }

footer.reports {
  background-image: linear-gradient(310deg, #32bd6f 30%, #2a7bb7 100%); }

footer.platformly-home {
  background-image: linear-gradient(310deg, #21D4FD 0%, #B721FF 100%); }
  footer.platformly-home .footer-body h3 {
    color: #fff;
    width: 794px;
    margin: 0 auto;
    padding-bottom: 50px; }

footer.mysystem {
  padding-top: 100px;
  background-image: linear-gradient(310deg, #71A0EA 20%, #7747B5 90%); }
  footer.mysystem .footer-link-list {
    margin-top: 150px; }

footer.home {
  position: relative; }
  footer.home .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  footer.home .footer-title {
    color: #fff; }
  footer.home .figure {
    width: 520px;
    height: 300px;
    position: absolute;
    bottom: 60px; }
    footer.home .figure .lab {
      background-image: url(https://cdn.plypages.com/9ea764e6-5504-49cf-92ff-d10a49b6baac/-/quality/lightest/lab.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 470px;
      height: 260px;
      position: absolute;
      z-index: 3;
      bottom: -70px;
      left: -10px; }
    footer.home .figure .rocket {
      background-image: url(https://cdn.plypages.com/08760298-acc6-4e4a-b97d-f0d0f41ba020/-/quality/lightest/rocket.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 470px;
      height: 320px;
      position: absolute;
      z-index: 2;
      bottom: -20px;
      right: -60px; }
    footer.home .figure .fire {
      background-image: url(https://cdn.plypages.com/040f1eee-181b-4c4e-983e-1e90db614cfa/-/quality/lightest/fire.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 170px;
      height: 100px;
      position: absolute;
      z-index: 1;
      bottom: -50px;
      right: 46px; }
    footer.home .figure .glow {
      background-image: url(https://cdn.plypages.com/06e403de-d365-482b-a94f-14454fdf6a34/-/quality/lightest/glowing.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 990px;
      height: 550px;
      position: absolute;
      bottom: -80px;
      left: 0; }
    footer.home .figure .cloud {
      background-image: url(https://cdn.plypages.com/6f979444-f7b6-4637-b02b-9b01641640d0/-/quality/lightest/clouds.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 400px;
      height: 350px;
      position: absolute;
      z-index: 2;
      bottom: -120px;
      left: 200px; }
  footer.home .footer-body {
    padding: 50px 20px; }
  footer.home .footer-footer {
    padding-bottom: 70px; }
    footer.home .footer-footer .box {
      position: relative; }
  footer.home .moon {
    background-image: url(https://cdn.plypages.com/babdd563-54a0-4602-ad32-b675251ed503/-/quality/lightest/Moon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 630px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  footer.home .footer-mobile {
    background-color: #141856;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px; }
    footer.home .footer-mobile ul li {
      display: inline-block;
      padding: 5px 10px; }
      footer.home .footer-mobile ul li a {
        cursor: pointer;
        font-size: 10px;
        text-decoration: none; }
      footer.home .footer-mobile ul li span {
        color: #fff;
        font-size: 9px;
        margin-left: 15px;
        position: relative; }

.footer-link-list {
  padding: 20px 0px; }
  .footer-link-list li {
    display: inline-block;
    padding: 20px; }
    .footer-link-list li a {
      color: #fff;
      letter-spacing: 1px;
      font-weight: 200;
      font-size: 14px; }

.star-group {
  position: absolute;
  border-bottom: 0;
  z-index: 1;
  right: 0;
  overflow: hidden;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  -khtml-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.star-group.half-circle {
  width: 900px;
  height: 800px;
  border-top-left-radius: 100%;
  top: -150px; }

.star-group.circle {
  max-width: 1300px;
  height: 800px;
  border-top-left-radius: 100%;
  top: 50px;
  left: 0px; }

.star-group.rect {
  width: 100%;
  height: 100%; }

.star-group.top {
  width: 100%;
  height: 500px;
  top: -200px; }

.star-group.top-half {
  width: 100%;
  height: 200px;
  top: -100px; }

.star-group.bottom {
  width: 100%;
  height: 500px;
  top: 780px; }

.star {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #b6cbd4;
  border-radius: 50%;
  z-index: 1;
  animation-delay: 1s !important;
  moz-animation-delay: 1s !important; }

.box-item .medals {
  width: 54%; }

.box-item .box-caption h4 {
  color: #3E3E6E; }

.box-item .box-caption p {
  font-size: .9rem;
  line-height: 1.9rem;
  color: #949EB6;
  font-weight: 300;
  padding-top: 20px; }

.feature-box {
  cursor: pointer;
  margin: 40px 20px;
  padding: 55px 15px 35px 15px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 240px;
  -webkit-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
  -khtml-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
  -moz-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
  -ms-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
  -o-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
  box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09); }
  .feature-box a {
    text-decoration: none;
    color: #4976CF;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    position: relative; }
  .feature-box:hover .icon:after {
    opacity: 1; }
  .feature-box:hover .icon svg #icon {
    fill: #fff; }
  .feature-box .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    top: -35px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09);
    -khtml-box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09);
    -moz-box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09);
    -ms-box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09);
    -o-box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09);
    box-shadow: 0 10px 18px rgba(31, 38, 58, 0.09); }
    .feature-box .icon svg {
      margin-top: 20px;
      -webkit-transform: scale(0.9);
      -khtml-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9);
      position: relative;
      z-index: 1; }
    .feature-box .icon:after {
      position: absolute;
      width: 100%;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      height: 100%;
      content: " ";
      left: 0;
      top: 0;
      background-color: #000;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -khtml-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .feature-box .icon.business-dashboard-icon:after {
    background: linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
    background-image: -webkit-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
    background-image: -moz-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%);
    background-image: -o-linear-gradient(310deg, #FC6080 40%, #FFA25E 100%); }
  .feature-box .icon.link-tracking-icon svg {
    left: 0; }
  .feature-box .icon.link-tracking-icon:after {
    background: linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
    background-image: -webkit-linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
    background-image: -moz-linear-gradient(310deg, #D372E5 0%, #8587FB 100%);
    background-image: -o-linear-gradient(310deg, #D372E5 0%, #8587FB 100%); }
  .feature-box .icon.crm-icon:after {
    background: linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
    background-image: -webkit-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
    background-image: -moz-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%);
    background-image: -o-linear-gradient(310deg, #83DAEA 0%, #4D81FF 100%); }
  .feature-box .icon.lead-capture-icon:after {
    background: linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
    background-image: -webkit-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
    background-image: -moz-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%);
    background-image: -o-linear-gradient(310deg, #98DB56 0%, #43CAB4 100%); }
  .feature-box .icon.marketing-automation-icon:after {
    background: linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
    background-image: -webkit-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
    background-image: -moz-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%);
    background-image: -o-linear-gradient(310deg, #95FAE0 0%, #5CABF3 100%); }
  .feature-box .icon.integrations-icon:after {
    background: #FF8A97; }
  .feature-box .icon.messaging-icon:after {
    background: linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
    background-image: -webkit-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
    background-image: -moz-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%);
    background-image: -o-linear-gradient(310deg, #FA9595 0%, #F39C5C 100%); }
  .feature-box .icon.complete-reports-icon:after {
    background: linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
    background-image: -webkit-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
    background-image: -moz-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%);
    background-image: -o-linear-gradient(310deg, #2a7bb7 0%, #32bd6f 100%); }
  .feature-box h5 {
    font-weight: 600;
    color: #3e3f6c;
    letter-spacing: 1px; }
  .feature-box h4 {
    font-weight: 500;
    color: #3e3f6c;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 34px; }
  .feature-box small {
    font-size: 11px;
    line-height: 22px;
    color: #999;
    padding-bottom: 100px !important; }
  .feature-box p {
    letter-spacing: 1px;
    padding-top: 10px;
    color: #949eb6; }
  .feature-box .btn {
    margin-top: 30px;
    padding: 10px 20px; }
  .feature-box img {
    height: 150px;
    padding: 20px 0px; }
  .feature-box.feature-box-header {
    cursor: default;
    padding: 20px 0px;
    height: 520px;
    margin: -20px 20px 80px 20px; }
    .feature-box.feature-box-header p {
      padding: 0px 30px; }
    .feature-box.feature-box-header h5 {
      padding: 0px 20px 20px 20px; }
    .feature-box.feature-box-header:hover {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
      -khtml-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
      -moz-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
      -ms-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
      -o-box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09);
      box-shadow: 0 5px 18px rgba(31, 38, 58, 0.09); }
  .feature-box.home {
    /*.fb-illustration-2 {
			height: 32%;
		}*/ }

.feature-box.faq {
  -webkit-box-shadow: 0 10px 18px #fff;
  -khtml-box-shadow: 0 10px 18px #fff;
  -moz-box-shadow: 0 10px 18px #fff;
  -ms-box-shadow: 0 10px 18px #fff;
  -o-box-shadow: 0 10px 18px #fff;
  box-shadow: 0 10px 18px #fff;
  padding: 20px 20px;
  height: 140px; }
  .feature-box.faq:hover {
    -webkit-box-shadow: #fff 0 0 0 0;
    -khtml-box-shadow: #fff 0 0 0 0;
    -moz-box-shadow: #fff 0 0 0 0;
    -ms-box-shadow: #fff 0 0 0 0;
    -o-box-shadow: #fff 0 0 0 0;
    box-shadow: #fff 0 0 0 0; }
  .feature-box.faq .icn {
    padding: 10px 0;
    -webkit-box-shadow: 0 10px 18px transparent;
    -khtml-box-shadow: 0 10px 18px transparent;
    -moz-box-shadow: 0 10px 18px transparent;
    -ms-box-shadow: 0 10px 18px transparent;
    -o-box-shadow: 0 10px 18px transparent;
    box-shadow: 0 10px 18px transparent;
    width: 100%;
    background: transparent; }
  .feature-box.faq h4 img {
    position: relative;
    top: 6px;
    padding-right: 15px; }

.link-list {
  margin-top: 10px; }
  .link-list li a {
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 12px; }

.link-header {
  font-size: 13px;
  letter-spacing: 1px; }

.link-header.blue {
  color: #27a4bc; }

.link-header.red {
  color: #e14379; }

.link-header.yellow {
  color: #d5b245; }

.circle-splash {
  width: 3px;
  height: 3px;
  border: 1px solid #fff;
  position: relative;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.circle-splash.leadcapture {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 200px;
  left: 300px; }

.minus-splash {
  width: 5px;
  height: .5px;
  background: #fff; }

.minus-splash.leadcapture {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 250px;
  left: 300px;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.plus-splash {
  width: 15px;
  height: 15px; }
  .plus-splash:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 5px;
    top: 0;
    background: #fff; }
  .plus-splash:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 5px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.plus-splash.leadcapture {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 250px;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  left: 320px; }

.star.a {
  animation: floating 6s ease infinite;
  moz-animation: floating 6s ease infinite; }

.star.b {
  animation: floating 4.5s ease infinite;
  moz-animation: floating 4.5s ease infinite; }

.star.c {
  animation: floating 7s ease infinite;
  moz-animation: floating 7s ease infinite; }

.star.d {
  animation: floating 5s ease infinite;
  moz-animation: floating 5s ease infinite; }

.star.bubble {
  animation: floating 6s ease infinite;
  moz-animation: floating 6s ease infinite; }

.jumping {
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.scaling {
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.chevron {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 5px; }
  .chevron:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 6px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    -webkit-transform: transform-origin(50% 50%);
    -khtml-transform: transform-origin(50% 50%);
    -moz-transform: transform-origin(50% 50%);
    -ms-transform: transform-origin(50% 50%);
    -o-transform: transform-origin(50% 50%);
    transform: transform-origin(50% 50%); }

.chevron.left:before {
  -webkit-transform: rotate(-135deg);
  -khtml-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -15px 0 0 -10px; }

.chevron.up:before {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -10px 0 0 -15px; }

.chevron.down:before {
  -webkit-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -20px 0 0 -15px; }

.chevron.right:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -15px 0 0 -20px; }

.chevron.circle {
  background: rgba(233, 233, 180, 0.75);
  border-radius: 50px; }

.chevron.debug {
  outline: 1px solid darkblue; }
  .chevron.debug:before {
    outline: 1px solid red; }

.canvas {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .canvas .foreground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(http://www.sketchworld.de/images/trees2.png) repeat-x left bottom;
    background-size: 10%;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 20px; }
  .canvas .sky {
    height: 300%;
    width: 300%;
    position: absolute;
    top: -100%;
    left: -100%;
    margin-top: 50%;
    background-color: darkblue;
    background: -webkit-radial-gradient(center, #000046 0%, #000 60%);
    -webkit-animation: rotate 250s infinite linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }

.star-blink {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #b6cbd4;
  border-radius: 50%;
  z-index: 0;
  -webkit-transform: rotate(0deg) scale(0.08);
  -webkit-backface-visibility: hidden;
  -webkit-animation: blinkAfter 15s infinite ease-out; }
  .star-blink div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg) scale(0.75);
    box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 2px 9px rgba(255, 255, 255, 0.07), 0 0 2px 15px rgba(0, 0, 0, 0.4), 0 0 2px 16px rgba(255, 255, 255, 0.1);
    -webkit-backface-visibility: hidden; }
    .star-blink div:after {
      content: '';
      position: absolute;
      display: block;
      top: -350%;
      left: 45%;
      height: 800%;
      width: 10%;
      border-radius: 50%;
      background-color: #b6cbd4;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
      z-index: 1;
      box-shadow: 0 0 25px white;
      -webkit-backface-visibility: hidden; }
    .star-blink div:before {
      content: '';
      position: absolute;
      display: block;
      top: -350%;
      left: 45%;
      height: 800%;
      width: 10%;
      border-radius: 50%;
      background-color: #b6cbd4;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
      z-index: 1;
      box-shadow: 0 0 25px white;
      -webkit-backface-visibility: hidden;
      -webkit-transform: rotate(90deg); }
  .star-blink:after {
    content: '';
    position: absolute;
    display: block;
    top: -350%;
    left: 45%;
    height: 800%;
    width: 10%;
    border-radius: 50%;
    background-color: #b6cbd4;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
    box-shadow: 0 0 25px white;
    -webkit-backface-visibility: hidden; }
  .star-blink:before {
    content: '';
    position: absolute;
    display: block;
    top: -350%;
    left: 45%;
    height: 800%;
    width: 10%;
    border-radius: 50%;
    background-color: #b6cbd4;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
    box-shadow: 0 0 25px white;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(90deg); }

.star-blink.blue:after {
  box-shadow: 0 0 25px blue; }

.star-blink.blue:before {
  box-shadow: 0 0 25px blue; }

.star-blink.blue div:after {
  box-shadow: 0 0 25px blue; }

.star-blink.blue div:before {
  box-shadow: 0 0 25px blue; }

.star-blink.red:after {
  box-shadow: 0 0 25px red; }

.star-blink.red:before {
  box-shadow: 0 0 25px red; }

.star-blink.red div:after {
  box-shadow: 0 0 25px red; }

.star-blink.red div:before {
  box-shadow: 0 0 25px red; }

.modal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all ease-in-out 0.1s;
  -khtml-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-body {
    -webkit-transition: all ease-in-out 0.2s;
    -khtml-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    width: 800px;
    height: 500px;
    margin: 7% auto; }
    .modal .modal-body .dropdown-close {
      position: absolute;
      right: 0;
      top: -30px;
      padding: 0; }
    .modal .modal-body iframe {
      width: 800px;
      height: 500px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }

.modal.show {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 10; }
  .modal.show .modal-body {
    -webkit-transform: translateY(20px);
    -khtml-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 600px; }
  .align-center.reduce-space {
    height: 400px; }
  .align-center .left {
    position: absolute;
    left: 0;
    width: 50%; }
  .align-center .right {
    position: absolute;
    right: 0;
    width: 50%; }

.sub-title {
  width: 100%;
  padding-top: 70px; }
  .sub-title h4 {
    width: 630px;
    margin: 0 auto; }
  .sub-title h1 {
    color: #3e3f6c; }

.icon-list {
  width: 100%; }
  .icon-list li {
    width: 100%;
    position: relative;
    height: 100%;
    display: inline-block; }
    .icon-list li .image {
      padding: 5px 0px;
      float: left;
      left: 0;
      width: 5%;
      text-align: left; }
      .icon-list li .image img {
        width: 40%; }
    .icon-list li b {
      float: right;
      right: 0;
      width: 95%;
      line-height: 30px; }

.process-illustration {
  width: 60%; }

.platformly-card {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative; }
  .platformly-card .item {
    width: 420px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #CCD1E9 0 11px 23px 0;
    -khtml-box-shadow: #CCD1E9 0 11px 23px 0;
    -moz-box-shadow: #CCD1E9 0 11px 23px 0;
    -ms-box-shadow: #CCD1E9 0 11px 23px 0;
    -o-box-shadow: #CCD1E9 0 11px 23px 0;
    box-shadow: #CCD1E9 0 11px 23px 0;
    -webkit-transition: all ease 0.2s;
    -khtml-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: #fff;
    margin: 80px 50px;
    padding: 40px 0px;
    font-family: "Montserrat", sans-serif; }
    .platformly-card .item:hover {
      height: 110%;
      -webkit-transform: scale(1.05);
      -khtml-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .platformly-card .item h3 {
      color: #424271;
      letter-spacing: 1px; }
    .platformly-card .item label {
      color: #3E3E6E;
      line-height: 30px;
      letter-spacing: 1px; }
    .platformly-card .item ul {
      padding: 40px 0px 20px 0px; }
      .platformly-card .item ul li {
        color: #3E3E6E;
        letter-spacing: 1px;
        line-height: 30px; }
    .platformly-card .item h1 {
      line-height: 100px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 1px;
      color: #424271; }
    .platformly-card .item .btn {
      width: 60%; }
    .platformly-card .item .secure {
      padding-top: 20px;
      padding-bottom: 10px;
      color: #3E3E6E;
      font-weight: 100; }
      .platformly-card .item .secure img {
        height: 30px;
        padding: 0px 10px;
        position: relative;
        top: 6px; }
    .platformly-card .item .card-payment img {
      width: 70%;
      padding: 20px 0px; }

.mysystem-illustration-animation {
  position: absolute;
  left: 0;
  right: -100px;
  margin: 0 auto;
  width: 600px; }
  .mysystem-illustration-animation svg {
    width: 100%;
    position: relative;
    z-index: 2; }
  .mysystem-illustration-animation .ornament {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%; }
    .mysystem-illustration-animation .ornament img {
      width: 30px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .mysystem-illustration-animation .ornament img.ornament-1 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: -124px;
        top: 100px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-2 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: -294px;
        top: 110px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-3 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: -444px;
        top: 70px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-4 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: -244px;
        top: 20px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-5 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: 104px;
        top: 100px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-6 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: -404px;
        top: 0px;
        opacity: 0; }
      .mysystem-illustration-animation .ornament img.ornament-7 {
        width: 60px;
        -webkit-transform: translate(0px, 0px) scale(0.3);
        -khtml-transform: translate(0px, 0px) scale(0.3);
        -moz-transform: translate(0px, 0px) scale(0.3);
        -ms-transform: translate(0px, 0px) scale(0.3);
        -o-transform: translate(0px, 0px) scale(0.3);
        transform: translate(0px, 0px) scale(0.3);
        left: 24px;
        top: -20px;
        opacity: 0; }
  .mysystem-illustration-animation .box-result {
    position: absolute;
    top: 350px;
    right: 160px;
    width: 100px;
    height: 100px; }
    .mysystem-illustration-animation .box-result img {
      width: 30px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .mysystem-illustration-animation .box-result .box-result-1 {
      -webkit-transform: translate(0px, 0px) scale(0.3);
      -khtml-transform: translate(0px, 0px) scale(0.3);
      -moz-transform: translate(0px, 0px) scale(0.3);
      -ms-transform: translate(0px, 0px) scale(0.3);
      -o-transform: translate(0px, 0px) scale(0.3);
      transform: translate(0px, 0px) scale(0.3); }
    .mysystem-illustration-animation .box-result .box-result-2 {
      -webkit-transform: translate(0px, 0px) scale(0.3);
      -khtml-transform: translate(0px, 0px) scale(0.3);
      -moz-transform: translate(0px, 0px) scale(0.3);
      -ms-transform: translate(0px, 0px) scale(0.3);
      -o-transform: translate(0px, 0px) scale(0.3);
      transform: translate(0px, 0px) scale(0.3); }
    .mysystem-illustration-animation .box-result .box-result-3 {
      -webkit-transform: translate(0px, 0px) scale(0.3);
      -khtml-transform: translate(0px, 0px) scale(0.3);
      -moz-transform: translate(0px, 0px) scale(0.3);
      -ms-transform: translate(0px, 0px) scale(0.3);
      -o-transform: translate(0px, 0px) scale(0.3);
      transform: translate(0px, 0px) scale(0.3); }

.features-box-list {
  /*padding:0px 250px;*/ }

.green-switch.animate {
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-animation: green-switch-animate 3s infinite;
  -khtml-animation: green-switch-animate 3s infinite;
  -moz-animation: green-switch-animate 3s infinite;
  -ms-animation: green-switch-animate 3s infinite;
  -o-animation: green-switch-animate 3s infinite;
  animation: green-switch-animate 3s infinite; }

.gray-switch.animate {
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-animation: green-switch-animate 3.5s infinite;
  -khtml-animation: green-switch-animate 3.5s infinite;
  -moz-animation: green-switch-animate 3.5s infinite;
  -ms-animation: green-switch-animate 3.5s infinite;
  -o-animation: green-switch-animate 3.5s infinite;
  animation: green-switch-animate 3.5s infinite; }

.red-switch.animate {
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-animation: red-switch-animate 4s infinite;
  -khtml-animation: red-switch-animate 4s infinite;
  -moz-animation: red-switch-animate 4s infinite;
  -ms-animation: red-switch-animate 4s infinite;
  -o-animation: red-switch-animate 4s infinite;
  animation: red-switch-animate 4s infinite; }

.smoke-1 {
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100; }
  .smoke-1.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash 1s linear forwards;
    -khtml-animation: dash 1s linear forwards;
    -moz-animation: dash 1s linear forwards;
    -ms-animation: dash 1s linear forwards;
    -o-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards; }

.smoke-2 {
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100; }
  .smoke-2.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash 1s linear forwards;
    -khtml-animation: dash 1s linear forwards;
    -moz-animation: dash 1s linear forwards;
    -ms-animation: dash 1s linear forwards;
    -o-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards; }

.smoke-4 {
  stroke-dasharray: 180 !important;
  stroke-dashoffset: 180; }
  .smoke-4.animate {
    stroke-dashoffset: 530;
    -webkit-animation: dash-4 1s linear infinite;
    -khtml-animation: dash-4 1s linear infinite;
    -moz-animation: dash-4 1s linear infinite;
    -ms-animation: dash-4 1s linear infinite;
    -o-animation: dash-4 1s linear infinite;
    animation: dash-4 1s linear infinite; }

.smoke-5 {
  stroke-dasharray: 150 !important;
  stroke-dashoffset: 150; }
  .smoke-5.animate {
    stroke-dashoffset: 450;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-6 {
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100; }
  .smoke-6.animate {
    stroke-dashoffset: 300;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-7 {
  stroke-dasharray: 40 !important;
  stroke-dashoffset: 40; }
  .smoke-7.animate {
    stroke-dashoffset: 20;
    -webkit-animation: dash-short-reverse 1s linear infinite;
    -khtml-animation: dash-short-reverse 1s linear infinite;
    -moz-animation: dash-short-reverse 1s linear infinite;
    -ms-animation: dash-short-reverse 1s linear infinite;
    -o-animation: dash-short-reverse 1s linear infinite;
    animation: dash-short-reverse 1s linear infinite; }

.smoke-8 {
  stroke-dasharray: 40 !important;
  stroke-dashoffset: 40; }
  .smoke-8.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash-short 1s linear infinite;
    -khtml-animation: dash-short 1s linear infinite;
    -moz-animation: dash-short 1s linear infinite;
    -ms-animation: dash-short 1s linear infinite;
    -o-animation: dash-short 1s linear infinite;
    animation: dash-short 1s linear infinite; }

.smoke-9 {
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100; }
  .smoke-9.animate {
    stroke-dashoffset: 350;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-10 {
  stroke-dasharray: 100 !important;
  stroke-dashoffset: 100; }
  .smoke-10.animate {
    stroke-dashoffset: 350;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-3 {
  stroke-dasharray: 50 !important;
  stroke-dashoffset: 150; }
  .smoke-3.animate {
    -webkit-animation: dash-3 1s linear infinite;
    -khtml-animation: dash-3 1s linear infinite;
    -moz-animation: dash-3 1s linear infinite;
    -ms-animation: dash-3 1s linear infinite;
    -o-animation: dash-3 1s linear infinite;
    animation: dash-3 1s linear infinite; }

@-webkit-keyframes dash-reverse {
  to {
    stroke-dashoffset: 150; } }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 300; } }

@-webkit-keyframes dash-4 {
  to {
    stroke-dashoffset: 180; } }

@-webkit-keyframes dash-3 {
  to {
    stroke-dashoffset: 50; } }

@-webkit-keyframes dash-short {
  to {
    stroke-dashoffset: 20; } }

@-webkit-keyframes dash-short-reverse {
  to {
    stroke-dashoffset: 100; } }

@-webkit-keyframes dash-short-2 {
  to {
    stroke-dashoffset: 100; } }

.ornament-1 {
  /*@include transform(translate(186.768505px, 130.090471px) scale(0.9));*/
  left: 4px;
  opacity: 1;
  /*@include animation(ornament-1 10s infinite);*/ }

.ornament-2 {
  -webkit-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*@include transform(translate(65.191998px, 129.0px) scale(0.5));*/
  opacity: 1; }

.ornament-3 {
  -webkit-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*@include transform(translate(0.580128px, 56.000000px) scale(0.5));*/
  opacity: 1; }

.ornament-4 {
  -webkit-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*@include transform(translate(150px, 28px) scale(0.8));*/
  opacity: 1; }

.ornament-5 {
  -webkit-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*@include transform(translate(348.007284px, 114.794206px) scale(0.5));*/
  opacity: 1; }

.ornament-6 {
  -webkit-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*@include transform(translate(45.191998px,29.40544px) scale(0.7));*/
  opacity: 1; }

.ornament-7 {
  /*@include transform(translate(333.836538px, -1px) scale(0.6));*/
  opacity: 1; }

.yellow-lamp {
  -webkit-animation: yellow-lamp 4s ease infinite;
  -khtml-animation: yellow-lamp 4s ease infinite;
  -moz-animation: yellow-lamp 4s ease infinite;
  -ms-animation: yellow-lamp 4s ease infinite;
  -o-animation: yellow-lamp 4s ease infinite;
  animation: yellow-lamp 4s ease infinite; }

.yellow-glow {
  -webkit-animation: yellow-glow 4s ease infinite;
  -khtml-animation: yellow-glow 4s ease infinite;
  -moz-animation: yellow-glow 4s ease infinite;
  -ms-animation: yellow-glow 4s ease infinite;
  -o-animation: yellow-glow 4s ease infinite;
  animation: yellow-glow 4s ease infinite; }

@keyframes yellow-glow {
  0% {
    fill-opacity: 0.3;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -khtml-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  33% {
    fill-opacity: 0.2;
    -webkit-transform: scale(0.9);
    -khtml-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 50%;
    -khtml-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  100% {
    fill-opacity: 0.3;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -khtml-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; } }

@keyframes yellow-lamp {
  0% {
    fill-opacity: 1; }
  33% {
    fill-opacity: 0.6; }
  100% {
    fill-opacity: 1; } }

@keyframes ornament-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate(182px, 155px) opacity(1);
    -khtml-transform: translate(182px, 155px) opacity(1);
    -moz-transform: translate(182px, 155px) opacity(1);
    -ms-transform: translate(182px, 155px) opacity(1);
    -o-transform: translate(182px, 155px) opacity(1);
    transform: translate(182px, 155px) opacity(1); } }

.indicator-top.animate {
  -webkit-animation: indicator-top-animate 2s infinite;
  -khtml-animation: indicator-top-animate 2s infinite;
  -moz-animation: indicator-top-animate 2s infinite;
  -ms-animation: indicator-top-animate 2s infinite;
  -o-animation: indicator-top-animate 2s infinite;
  animation: indicator-top-animate 2s infinite; }

@keyframes indicator-top-animate {
  0% {
    stroke: #7A88EE; }
  33% {
    stroke: #FF7471; }
  100% {
    stroke: #7A88EE; } }

@keyframes green-switch-animate {
  0% {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  33% {
    -webkit-transform: translateY(17px);
    -khtml-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
    transform: translateY(17px); }
  100% {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes red-switch-animate {
  0% {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  33% {
    -webkit-transform: translateY(-17px);
    -khtml-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -o-transform: translateY(-17px);
    transform: translateY(-17px); }
  100% {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@media screen and (min-width: 2000px) {
  /*header.home {
	    height: 70vh;
	}*/
  .platformly-home-illustration {
    bottom: 5vh; } }

@media screen and (max-width: 1360px) {
  .feature-box {
    height: 280px; }
    .feature-box.feature-box-header {
      height: 570px; }
  /*.platformly-home-illustration{
		overflow: hidden;
	}*/ }

@media screen and (max-width: 1165px) {
  /*.feature-box {
		height: 320px;
	}*/
  .platformly-home-illustration {
    bottom: -180px; }
  .section-title.middle-top {
    top: -30px; }
  .features-box-list {
    /*padding:0px 100px;*/ } }

@media screen and (max-width: 1030px) {
  .features-header.mysystem .features-header-title h1 {
    width: auto; }
  .features-header.home .features-header-title h1 {
    width: auto; }
  .feature-box {
    height: 250px; }
    .feature-box.feature-box-header {
      height: 420px; }
  .nopaddingbottom {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 981px) {
  .hidden-lg {
    display: none !important; }
  .fade {
    -webkit-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .fade.bottom {
    -webkit-transform: translateY(50px) scale(0.5);
    -khtml-transform: translateY(50px) scale(0.5);
    -moz-transform: translateY(50px) scale(0.5);
    -ms-transform: translateY(50px) scale(0.5);
    -o-transform: translateY(50px) scale(0.5);
    transform: translateY(50px) scale(0.5);
    opacity: 0; }
  .fade.bottom.in {
    -webkit-animation: fade-bottom 0.5s ease-in-out forwards;
    -khtml-animation: fade-bottom 0.5s ease-in-out forwards;
    -moz-animation: fade-bottom 0.5s ease-in-out forwards;
    -ms-animation: fade-bottom 0.5s ease-in-out forwards;
    -o-animation: fade-bottom 0.5s ease-in-out forwards;
    animation: fade-bottom 0.5s ease-in-out forwards;
    opacity: 1; }
  .pricing-box {
    z-index: 4; }
  .center {
    top: 50%;
    transform: translateY(50%); }
  .features-header {
    height: 435px; }
    .features-header .features-header-content .figure-container .ornament-group .ornament.rotate {
      -webkit-animation: rotateornament 50s ease-in-out infinite;
      -khtml-animation: rotateornament 50s ease-in-out infinite;
      -moz-animation: rotateornament 50s ease-in-out infinite;
      -ms-animation: rotateornament 50s ease-in-out infinite;
      -o-animation: rotateornament 50s ease-in-out infinite;
      animation: rotateornament 50s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon.floating {
      -webkit-animation: floating-icon1 10s ease-in-out infinite;
      -khtml-animation: floating-icon1 10s ease-in-out infinite;
      -moz-animation: floating-icon1 10s ease-in-out infinite;
      -ms-animation: floating-icon1 10s ease-in-out infinite;
      -o-animation: floating-icon1 10s ease-in-out infinite;
      animation: floating-icon1 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon:nth-child(1).floating {
      -webkit-animation: floating-icon1 10s ease-in-out infinite;
      -khtml-animation: floating-icon1 10s ease-in-out infinite;
      -moz-animation: floating-icon1 10s ease-in-out infinite;
      -ms-animation: floating-icon1 10s ease-in-out infinite;
      -o-animation: floating-icon1 10s ease-in-out infinite;
      animation: floating-icon1 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon:nth-child(2).floating {
      -webkit-animation: floating-icon2 10s ease-in-out infinite;
      -khtml-animation: floating-icon2 10s ease-in-out infinite;
      -moz-animation: floating-icon2 10s ease-in-out infinite;
      -ms-animation: floating-icon2 10s ease-in-out infinite;
      -o-animation: floating-icon2 10s ease-in-out infinite;
      animation: floating-icon2 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon:nth-child(3).floating {
      -webkit-animation: floating-icon3 6s ease-in-out infinite;
      -khtml-animation: floating-icon3 6s ease-in-out infinite;
      -moz-animation: floating-icon3 6s ease-in-out infinite;
      -ms-animation: floating-icon3 6s ease-in-out infinite;
      -o-animation: floating-icon3 6s ease-in-out infinite;
      animation: floating-icon3 6s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon:nth-child(4).floating {
      -webkit-animation: floating-icon4 7s ease-in-out infinite;
      -khtml-animation: floating-icon4 7s ease-in-out infinite;
      -moz-animation: floating-icon4 7s ease-in-out infinite;
      -ms-animation: floating-icon4 7s ease-in-out infinite;
      -o-animation: floating-icon4 7s ease-in-out infinite;
      animation: floating-icon4 7s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon:nth-child(5).floating {
      -webkit-animation: floating-icon2 18s ease-in-out infinite;
      -khtml-animation: floating-icon2 18s ease-in-out infinite;
      -moz-animation: floating-icon2 18s ease-in-out infinite;
      -ms-animation: floating-icon2 18s ease-in-out infinite;
      -o-animation: floating-icon2 18s ease-in-out infinite;
      animation: floating-icon2 18s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon1.floating {
      -webkit-animation: floating-icon1 10s ease-in-out infinite;
      -khtml-animation: floating-icon1 10s ease-in-out infinite;
      -moz-animation: floating-icon1 10s ease-in-out infinite;
      -ms-animation: floating-icon1 10s ease-in-out infinite;
      -o-animation: floating-icon1 10s ease-in-out infinite;
      animation: floating-icon1 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon2.floating {
      -webkit-animation: floating-icon2 10s ease-in-out infinite;
      -khtml-animation: floating-icon2 10s ease-in-out infinite;
      -moz-animation: floating-icon2 10s ease-in-out infinite;
      -ms-animation: floating-icon2 10s ease-in-out infinite;
      -o-animation: floating-icon2 10s ease-in-out infinite;
      animation: floating-icon2 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon3.floating {
      -webkit-animation: floating-icon3 10s ease-in-out infinite;
      -khtml-animation: floating-icon3 10s ease-in-out infinite;
      -moz-animation: floating-icon3 10s ease-in-out infinite;
      -ms-animation: floating-icon3 10s ease-in-out infinite;
      -o-animation: floating-icon3 10s ease-in-out infinite;
      animation: floating-icon3 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon4.marketing.floating {
      -webkit-animation: floating-icon2 15s ease-in-out infinite;
      -khtml-animation: floating-icon2 15s ease-in-out infinite;
      -moz-animation: floating-icon2 15s ease-in-out infinite;
      -ms-animation: floating-icon2 15s ease-in-out infinite;
      -o-animation: floating-icon2 15s ease-in-out infinite;
      animation: floating-icon2 15s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon4.floating {
      -webkit-animation: floating-icon4 10s ease-in-out infinite;
      -khtml-animation: floating-icon4 10s ease-in-out infinite;
      -moz-animation: floating-icon4 10s ease-in-out infinite;
      -ms-animation: floating-icon4 10s ease-in-out infinite;
      -o-animation: floating-icon4 10s ease-in-out infinite;
      animation: floating-icon4 10s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .icon5.floating {
      -webkit-animation: floating-icon3 19s ease-in-out infinite;
      -khtml-animation: floating-icon3 19s ease-in-out infinite;
      -moz-animation: floating-icon3 19s ease-in-out infinite;
      -ms-animation: floating-icon3 19s ease-in-out infinite;
      -o-animation: floating-icon3 19s ease-in-out infinite;
      animation: floating-icon3 19s ease-in-out infinite; }
    .features-header .features-header-content .figure-container .astronaut.messaging.floating {
      -webkit-animation: floating-icon4 10s ease-in-out infinite;
      -khtml-animation: floating-icon4 10s ease-in-out infinite;
      -moz-animation: floating-icon4 10s ease-in-out infinite;
      -ms-animation: floating-icon4 10s ease-in-out infinite;
      -o-animation: floating-icon4 10s ease-in-out infinite;
      animation: floating-icon4 10s ease-in-out infinite; }
  .features-header.home .features-header-content .figure-container {
    width: 600px;
    height: 500px; }
  .feature-box.faq {
    cursor: initial; }
    .feature-box.faq:hover {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .feature-box:hover {
    -webkit-box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    -khtml-box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    -moz-box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    -ms-box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    -o-box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    box-shadow: 0 15px 33px rgba(31, 38, 58, 0.09);
    -webkit-transform: translateY(-5px) scale(1.05);
    -khtml-transform: translateY(-5px) scale(1.05);
    -moz-transform: translateY(-5px) scale(1.05);
    -ms-transform: translateY(-5px) scale(1.05);
    -o-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05); }
    .feature-box:hover a {
      right: 0;
      opacity: 1; }
  .feature-box a {
    position: relative;
    right: -20px;
    -webkit-transition: all ease-in-out 0.3s;
    -khtml-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0; }
  .star-group.rotate {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
  footer.home .figure .fire {
    -webkit-animation: fireanimate 0.3s ease-in-out infinite;
    -khtml-animation: fireanimate 0.3s ease-in-out infinite;
    -moz-animation: fireanimate 0.3s ease-in-out infinite;
    -ms-animation: fireanimate 0.3s ease-in-out infinite;
    -o-animation: fireanimate 0.3s ease-in-out infinite;
    animation: fireanimate 0.3s ease-in-out infinite; }
  footer.home .figure .glow {
    -webkit-animation: glowanimate 2s ease infinite;
    -khtml-animation: glowanimate 2s ease infinite;
    -moz-animation: glowanimate 2s ease infinite;
    -ms-animation: glowanimate 2s ease infinite;
    -o-animation: glowanimate 2s ease infinite;
    animation: glowanimate 2s ease infinite; }
  footer.home .figure .cloud {
    -webkit-animation: cloudanimate 5s ease-in-out infinite;
    -khtml-animation: cloudanimate 5s ease-in-out infinite;
    -moz-animation: cloudanimate 5s ease-in-out infinite;
    -ms-animation: cloudanimate 5s ease-in-out infinite;
    -o-animation: cloudanimate 5s ease-in-out infinite;
    animation: cloudanimate 5s ease-in-out infinite; } }

@media screen and (max-width: 980px) {
  .rotate-animation {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  .feature-box.feature-box-header {
    height: 520px; }
  .platformly-home-illustration .features-header.home .rocket {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
    .platformly-home-illustration .features-header.home .rocket .smokes .smoke {
      -webkit-animation: none;
      -khtml-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none;
      top: 11px; }
  .platformly-home-illustration .features-header.home .earth {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  .rotate-animation2 {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  header.mysystem .features-header {
    height: 900px; }
    header.mysystem .features-header .features-header-content {
      height: 530px; }
    header.mysystem .features-header .features-header-content .figure-container {
      top: auto;
      height: 100%; }
    header.mysystem .features-header .features-header-title {
      padding-right: 40px;
      padding-left: 40px; }
      header.mysystem .features-header .features-header-title h1 {
        padding: 0px; }
      header.mysystem .features-header .features-header-title p {
        width: auto; }
  section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
    width: 50%; }
  section.features-content .features-container .feature-item.feature-item-center .feature-caption p {
    width: 100%; }
  section.features-content .features-container.card {
    width: 80%;
    text-align: left; }
  .navbar .container-fluid {
    padding: 0 2rem; }
  section.features-content .feature-caption.long {
    padding: 40px 0px; }
  .padding-align {
    padding: 0px 40px; }
  section.features-content.platformly-home .features-container .features-container-subtitle {
    padding: 0px 0px; }
  section.features-content.platformly-home .features-container {
    padding: 0px 0px 50px 0px; }
  .text-center-mobile {
    text-align: center !important; }
  section.features-content.platformly-home .features-container .features-container-caption {
    padding: 0px; }
  .icon-list {
    width: 100%; }
  .box-item .medals {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 70%; }
  .align-center {
    display: block;
    text-align: center;
    height: auto; }
    .align-center.reduce-space {
      height: auto; }
    .align-center .left {
      position: relative;
      width: 100%; }
    .align-center .right {
      position: relative;
      width: 100%; }
  .section-title.platformly-home {
    top: -120px; }
  .features-header .features-header-title p {
    width: auto; }
  .features-header .features-header-content .figure-container .background.platformly-home {
    width: 680px;
    height: auto; }
  .features-header.platformly-home .features-header-content .figure-container {
    top: 30px; }
  .modal .modal-body {
    width: 300px;
    margin-top: 40%; }
    .modal .modal-body iframe {
      width: 300px;
      height: 200px; }
  /*.box-white {
		display: none;
	}*/
  .features-header {
    height: 600px; }
    .features-header .features-header-content .figure-container .scientist.crm {
      top: 80px; }
    .features-header .features-header-content .figure-container .moon.pricing {
      bottom: -100px; }
    .features-header .features-header-content .figure-container .astronaut.messaging {
      height: 220px;
      left: -80px; }
    .features-header .features-header-content .figure-container .icon.linktracking {
      left: -570px;
      top: 190px; }
    .features-header .features-header-content .figure-container .icon:nth-child(2).linktracking {
      left: -400px;
      top: 50px; }
    .features-header .features-header-content .figure-container .icon:nth-child(3).linktracking {
      top: 35px;
      left: -120px; }
    .features-header .features-header-content .figure-container .icon:nth-child(4).linktracking {
      top: 45px;
      left: 250px; }
    .features-header .features-header-content .figure-container .icon:nth-child(5).linktracking {
      top: 137px;
      left: 505px; }
    .features-header .features-header-content .figure-container .land {
      bottom: 0; }
    .features-header .features-header-content .figure-container .land.crm {
      bottom: 90px; }
    .features-header .features-header-content .figure-container .background.linktracking {
      top: 25px; }
  .features-header.pricing {
    height: 400px; }
  .video-player img {
    width: 100%; }
  /*header.home {
		.container-fluid {
			padding: 0 2rem;
		}
	}*/
  .contact-box {
    width: 679.72px; }
    .contact-box h3 {
      font-weight: 400; }
  footer.home .figure {
    position: relative;
    bottom: 0; }
  footer.home .footer-footer .figure .rocket {
    background-image: url(../img/home/Footer/rocketss.png); }
  footer.platformly-home .footer-body h3 {
    width: auto; }
  footer .ornament {
    top: 50px; }
  footer .ornament.crm {
    background-image: url(../img/CRM/Footer/backgroundmobile.png); }
  footer .ornament.business {
    background-image: url(../img/businessdashboard/Footer/backgroundmobile.png); }
  footer .ornament.leadcapture {
    background-image: url(../img/leadcapture/Footer/backgroundmobile.png); }
  footer .ornament.reports {
    background-image: url(../img/reports/Footer/backgroundmobile.png); }
  footer .ornament.marketing {
    top: -240px;
    left: -240px; }
  footer .dashboard {
    display: none; }
  footer .scientist {
    width: 100px;
    height: 300px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 320px; }
  footer .scientist.leadcapture {
    height: 200px;
    top: 250px;
    left: -30px;
    z-index: 4; }
  footer .scientist.marketing {
    height: 200px;
    top: 250px;
    left: -30px;
    z-index: 4; }
  footer .scientist.integration {
    z-index: 4;
    width: 180px;
    left: -20px; }
  footer .scientist.reports {
    z-index: 4;
    width: 180px;
    left: 0; }
  footer .footer-footer .link-list {
    margin-left: 0; }
  footer .footer-footer .link-header {
    margin-left: 0; }
  footer .footer-footer .footer-home {
    margin-top: 50px;
    padding: 0 2rem; }
  footer .footer-title {
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    margin-top: 50px; }
  section.features-content.platformly-home {
    padding-bottom: 0px; }
  section.features-content .features-container .feature-item {
    width: 100%; }
  section.features-content .features-container .feature-item.left {
    float: none; }
  section.features-content .features-container .feature-item.right {
    float: none; }
    section.features-content .features-container .feature-item.right .feature-figure-container {
      text-align: center; }
  .feature-box.faq {
    text-align: center; }
  .feature-box.feature-box-header {
    margin: 60px auto 0px auto;
    padding: 0px 30px 70px 30px; }
  .feature-box img {
    height: 250px; } }

@media screen and (max-width: 980px) {
  .hidden-sm {
    display: none; }
  .features-box-list {
    padding: 0px; }
  .feature-box.home .fb-illustration-3 {
    height: 350px; }
  .feature-box.feature-box-header {
    margin: 0 auto; }
  .platformly-home-illustration {
    bottom: -280px;
    left: auto; }
    .platformly-home-illustration .features-header.home .rocket {
      width: 80%;
      left: -30%; }
      .platformly-home-illustration .features-header.home .rocket .smoke-s, .platformly-home-illustration .features-header.home .rocket .smoke-s2, .platformly-home-illustration .features-header.home .rocket .cloud, .platformly-home-illustration .features-header.home .rocket .longsmoke {
        display: none !important; }
    .platformly-home-illustration .features-header.home .earth {
      width: 50%;
      top: -40%;
      right: 0; }
    .platformly-home-illustration .features-header.home .satelite {
      top: -270px; }
  h3 {
    font-size: 1.5rem;
    line-height: 2rem; }
  h4 {
    font-size: 1.1rem;
    line-height: 1.8rem; }
  .video-player {
    padding: 10px 0; }
    .video-player img {
      width: 100%; }
  .content .content-title {
    padding-bottom: 60px; }
  .box-item {
    padding: 40px 0px; }
  .dropdown.mobile {
    margin-top: 0; }
  #triangle-round-flip.home {
    fill: #fff; }
  .triangle.top {
    border-bottom: 80px solid transparent; }
  .triangle.bottom {
    border-top: 80px solid transparent;
    border-right: 100vw solid #fff; }
  .navbar {
    padding: 15px 0; }
    .navbar .container-fluid {
      padding: 0 10px; }
    .navbar .nav {
      display: none; }
    .navbar .navbar-toggle {
      display: block; }
    .navbar .navbar-brand {
      top: 2px; }
      .navbar .navbar-brand img {
        height: 20px; }
  .burger-icon {
    top: 2px; }
  .navbar.scrolled {
    padding: 10px 0; }
    .navbar.scrolled .navbar-brand img {
      height: 15px; }
  .feature-box {
    -webkit-box-shadow: 0 0 0 #fff !important;
    -khtml-box-shadow: 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 #fff !important;
    -ms-box-shadow: 0 0 0 #fff !important;
    -o-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    padding: 60px 0px; }
    .feature-box .btn {
      display: none; }
  .feature-box.faq {
    padding-left: 0;
    padding-right: 0;
    margin: 0; }
    .feature-box.faq .icn {
      padding: 10px 0; }
  .pricing-box {
    width: auto;
    top: 0;
    background: #fff;
    z-index: none; }
    .pricing-box .pricing-body {
      position: relative; }
      .pricing-box .pricing-body .pricing-features {
        width: auto;
        grid-template-columns: 1fr;
        -ms-grid-columns: 1; }
      .pricing-box .pricing-body p {
        line-height: 20px;
        margin-top: 30px; }
      .pricing-box .pricing-body .pricing-features-list {
        height: 360px; }
      .pricing-box .pricing-body .pricing-list .button-pricing-list {
        height: 0vh;
        width: 100vw;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateY(60px);
        -khtml-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px);
        position: absolute;
        top: -10px;
        z-index: 3;
        width: 100%;
        background: #fff; }
        .pricing-box .pricing-body .pricing-list .button-pricing-list li {
          display: block; }
          .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn {
            width: 100%;
            padding: 20px 0;
            margin: 0;
            border-radius: 0;
            position: relative;
            z-index: 2;
            border: none;
            border-bottom: 1px solid #eee;
            font-size: 23px;
            color: #afafc3; }
            .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn .fa {
              -webkit-transform: scale(0);
              -khtml-transform: scale(0);
              -moz-transform: scale(0);
              -ms-transform: scale(0);
              -o-transform: scale(0);
              transform: scale(0);
              -webkit-transition: all ease 0.3s;
              -khtml-transition: all ease 0.3s;
              -moz-transition: all ease 0.3s;
              -ms-transition: all ease 0.3s;
              -o-transition: all ease 0.3s;
              transition: all ease 0.3s; }
            .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn:focus {
              background: #fff;
              color: #3e3f6c; }
              .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn:focus .fa {
                -webkit-transform: scale(1);
                -khtml-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                display: inline;
                color: #39d17c; }
            .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn:visited {
              background: #fff;
              color: #3e3f6c; }
              .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn:visited .fa {
                -webkit-transform: scale(1);
                -khtml-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                display: inline;
                color: #39d17c; }
          .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn.active {
            background: #fff;
            color: #3e3f6c; }
            .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn.active .fa {
              -webkit-transform: scale(1);
              -khtml-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
              display: inline;
              color: #39d17c; }
        .pricing-box .pricing-body .pricing-list .button-pricing-list li.mobile-title {
          margin-top: 60px;
          padding: 50px 0; }
          .pricing-box .pricing-body .pricing-list .button-pricing-list li.mobile-title h4 {
            font-weight: 500; }
        .pricing-box .pricing-body .pricing-list .button-pricing-list li.stripe .btn.active {
          -webkit-transform: scale(1.05);
          -khtml-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
      .pricing-box .pricing-body .pricing-list .button-pricing-list.open {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -khtml-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        height: 100vh;
        position: fixed;
        width: 100vw;
        left: 0;
        z-index: 5; }
    .pricing-box h3.stripe:before {
      width: 55px;
      left: 0;
      top: 48px; }
    .pricing-box h3.stripe:after {
      width: 55px;
      right: 0;
      top: 48px; }
  #triangle-rounded.pricing {
    fill: #fff; }
  section.faq .section-title h1 {
    top: 0; }
  section.features-content .features-title {
    padding: 30px 5px; }
  section.features-content .features-container {
    padding: 50px 0px; }
    section.features-content .features-container .feature-item {
      width: 100%; }
      section.features-content .features-container .feature-item .feature-caption {
        padding-right: 0;
        padding-left: 0; }
        section.features-content .features-container .feature-item .feature-caption h4 {
          text-align: center; }
        section.features-content .features-container .feature-item .feature-caption p {
          text-align: left; }
    section.features-content .features-container .feature-item {
      padding: 0px 0px; }
      section.features-content .features-container .feature-item .feature-figure-container {
        padding-bottom: 40px; }
    section.features-content .features-container .feature-item.left {
      float: none; }
    section.features-content .features-container .feature-item.right {
      float: none; }
    section.features-content .features-container .feature-item.figure4.business .feature-figure-container .back {
      height: 55px;
      top: 95px;
      left: -111px; }
    section.features-content .features-container .feature-item.figure4.business .feature-figure-container .front {
      top: 90px;
      left: 40px;
      width: 100%;
      height: 200px; }
  section.learn-features {
    background: #fff; }
  section.beta-pricing {
    height: auto;
    background: #fff; }
  footer .ornament {
    top: 50px; }
  footer .ornament.crm {
    background-image: url(../img/CRM/Footer/backgroundmobile.png); }
  footer .ornament.business {
    background-image: url(../img/businessdashboard/Footer/backgroundmobile.png); }
  footer .ornament.leadcapture {
    background-image: url(../img/leadcapture/Footer/backgroundmobile.png); }
  footer .scientist {
    width: 100px;
    height: 300px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 320px; }
  footer .scientist.leadcapture {
    height: 200px;
    top: 250px;
    left: -10px;
    bottom: 0; }
  footer .scientist.integration {
    height: 190px;
    left: -80px; }
  footer .footer-footer .link-list {
    margin-left: 0; }
  footer .footer-footer .link-header {
    margin-left: 0; }
  footer .footer-title {
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    margin-top: 50px; }
  footer.home .footer-title h2 {
    font-weight: 300;
    line-height: 90px; }
  footer.home .moon {
    background-image: url(../img/home/Footer/moonmobile.png);
    width: 100%;
    height: 110vh;
    top: -30px; }
  footer.home .footer-footer .figure .lab {
    width: 400px;
    height: 230px;
    bottom: -5px;
    left: -10px; }
  footer.home .footer-footer .figure .rocket {
    width: 400px;
    height: 300px;
    z-index: 1;
    left: 100px;
    position: relative;
    bottom: 0; }
  footer.home .footer-footer .figure .glow {
    bottom: 0; }
  .contact-box {
    width: auto;
    padding-left: 4px;
    padding-right: 4px; }
    .contact-box h3 {
      width: auto; }
    .contact-box form {
      padding: 0 20px; }
    .contact-box input {
      width: 100%; }
  header.pricing {
    height: auto; }
    header.pricing .features-header .features-header-title {
      position: relative;
      top: 100px; }
  .features-header.home .features-header-title h1 {
    width: auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem; }
  .features-header.home .features-header-title p {
    text-align: center;
    font-size: .8rem;
    line-height: 1.5rem; }
  .features-header.home .features-header-title .button-group {
    margin: 0 auto;
    margin-top: -20px;
    width: 200px;
    z-index: 4;
    position: relative; }
    .features-header.home .features-header-title .button-group button {
      padding: 15px;
      width: 100%; }
      .features-header.home .features-header-title .button-group button:nth-child(2) {
        margin-top: 10px;
        padding-left: 30px;
        margin-left: 0; }
  .features-header.home .features-header-content .figure-container {
    height: 250px;
    padding: 0;
    margin: 0 auto; }
    .features-header.home .features-header-content .figure-container .astronaut {
      width: 100%;
      height: 320px;
      left: 0;
      right: 0;
      bottom: 390px;
      margin: 0 auto; }
    .features-header.home .features-header-content .figure-container .ornament {
      background-image: url(../img/home/first/ornamentmobile.png);
      width: 340px;
      height: 614px;
      left: 0;
      right: 0;
      top: -200px; }
    .features-header.home .features-header-content .figure-container .rocket {
      width: 180px;
      height: 124px;
      left: 0;
      right: 0;
      top: 70px; }
    .features-header.home .features-header-content .figure-container .dashboard.marketing {
      height: 100px;
      top: 230px;
      left: -150px; }
    .features-header.home .features-header-content .figure-container .dashboard1 {
      left: 100px;
      height: 140px;
      top: 250px; }
    .features-header.home .features-header-content .figure-container .scientist.marketing {
      height: 220px;
      top: 210px;
      left: 20px; }
  .features-header .features-header-title {
    margin-top: -20px;
    padding-bottom: 20px; }
    .features-header .features-header-title h1 {
      width: auto;
      padding: 0 2rem; }
  .features-header .features-header-content .figure-container {
    height: 400px;
    height: 500px;
    top: -80px;
    margin: 0 auto; }
    .features-header .features-header-content .figure-container .background.crm {
      background-image: url(../img/CRM/Hero/backgroundmobile.png);
      height: 110%;
      top: -120px;
      width: 110vw;
      height: 100vh; }
    .features-header .features-header-content .figure-container .background.leadcapture {
      background-image: url(../img/leadcapture/Hero/backgroundmobile.png);
      height: 514px;
      left: 0;
      width: 400px;
      right: 0; }
    .features-header .features-header-content .figure-container .background.reports {
      background-image: url(../img/reports/Hero/backgroundmobile.png);
      left: 0;
      width: 100%;
      top: 0;
      right: 0; }
    .features-header .features-header-content .figure-container .background.business {
      background-image: url(../img/businessdashboard/Hero/backgroundmobile.png);
      height: 100%;
      top: 0; }
    .features-header .features-header-content .figure-container .background.integration {
      background-image: url(../img/integration/Hero/backgroundmobile.png);
      width: 100vw;
      height: 120vh;
      top: -60px; }
    .features-header .features-header-content .figure-container .background.pricing {
      height: 204px;
      top: -60px;
      width: 900px;
      left: -175%; }
    .features-header .features-header-content .figure-container .moon.pricing {
      bottom: -10px;
      height: 220px;
      left: -70px; }
    .features-header .features-header-content .figure-container .icon {
      left: 0; }
      .features-header .features-header-content .figure-container .icon:nth-child(2).linktracking {
        top: 100px;
        left: -130px;
        height: 40px; }
      .features-header .features-header-content .figure-container .icon:nth-child(3).linktracking {
        height: 40px;
        top: 85px;
        left: 50px; }
      .features-header .features-header-content .figure-container .icon:nth-child(4).linktracking {
        top: 115px;
        left: 190px;
        height: 70px; }
      .features-header .features-header-content .figure-container .icon:nth-child(5).linktracking {
        top: 217px;
        left: 235px;
        height: 40px; }
    .features-header .features-header-content .figure-container .icon.business {
      background-image: url(../img/businessdashboard/Hero/iconmobile.png);
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 100px;
      top: 130px;
      top: 70px;
      background-image: url(../img/businessdashboard/Hero/iconmobile.png); }
    .features-header .features-header-content .figure-container .icon.reports {
      background-image: url(../img/reports/Hero/iconmobile.png);
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 100px;
      height: 200px; }
    .features-header .features-header-content .figure-container .icon.leadcapture {
      top: 118px; }
    .features-header .features-header-content .figure-container .icon.linktracking {
      height: 30px;
      left: -220px;
      top: 205px; }
    .features-header .features-header-content .figure-container .scientist1.reports {
      top: 300px;
      height: 110px; }
    .features-header .features-header-content .figure-container .scientist2.reports {
      top: 290px;
      height: 120px;
      left: 290px; }
    .features-header .features-header-content .figure-container .scientist {
      left: 0;
      top: 200px; }
    .features-header .features-header-content .figure-container .scientist.business {
      height: 300px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      left: 0;
      top: 150px; }
    .features-header .features-header-content .figure-container .scientist.leadcapture {
      background-image: url(../img/leadcapture/Hero/Scientist.png);
      top: 200px;
      width: 350px;
      left: 0;
      z-index: 4; }
  .features-header.leadcapture .features-header-title h1 {
    width: auto; }
  .features-header.linktracking .features-header-title h1 {
    width: auto; } }

@media screen and (width: 768px) {
  .pricing-box {
    width: 600px;
    z-index: 4; }
  .hidden-lg {
    display: none !important; } }

@media only screen and (max-width: 680px) {
  .feature-box.home .fb-illustration-3 {
    height: 220px; }
  .section-title.middle-top {
    top: 0px; }
  .platformly-home-illustration .features-header.home .astronaut {
    left: 40px; }
  .platformly-home-illustration .features-header.home .rocket {
    width: 120px;
    right: 100px;
    left: -70px;
    top: -20px; }
    .platformly-home-illustration .features-header.home .rocket .smokes .smoke {
      top: 10px; }
  .platformly-home-illustration .features-header.home .earth {
    width: 80px; }
  .platformly-home-illustration .features-header.home .satelite {
    left: 80px; }
  header.mysystem .features-header {
    height: 700px; }
    header.mysystem .features-header .features-header-content {
      padding-top: 0px;
      height: 320px; }
      header.mysystem .features-header .features-header-content .figure-container {
        height: 100%; }
        header.mysystem .features-header .features-header-content .figure-container img {
          display: none; }
        header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
          top: -40px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          width: 100vw;
          height: 100%;
          position: relative;
          z-index: 1;
          right: 0;
          margin: 0 auto;
          background-image: url(../img/mysystem/mainmachine.png); }
          header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation svg {
            display: none; }
          header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation .ornament {
            display: none; }
  section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
    width: 70%; }
  section.features-content .features-container .feature-item.feature-item-center {
    padding: 0px; }
  section.features-content .features-container.card.align-center {
    height: auto;
    display: block;
    text-align: center; }
  section.features-content .features-container.card .card-caption {
    padding: 20px 0px;
    width: 100%; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .first {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .second {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .third {
    -webkit-animation: none;
    -khtml-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none; }
  .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke {
    width: 50px;
    top: 10px;
    animation: none !important; }
  .platformly-home-illustration .features-header.home .rocket .smokes .whitesmoke2 {
    width: 50px;
    animation: none !important;
    top: 0; }
  .sub-title h4 {
    width: auto; }
  .process-illustration {
    width: 100%; }
  .platformly-card .item {
    width: 80%;
    margin: 40px 0px;
    padding: 40px 20px; }
  .features-header .features-header-content .figure-container .background.platformly-home {
    width: 100%;
    margin: 30px auto; }
  .section-title {
    padding: 0px 10px; }
    .section-title h4 {
      line-height: 2rem; }
  .feature-box.feature-box-header {
    margin: 0 auto;
    padding: 20px 40px;
    height: 100%; }
  .feature-box img {
    height: 200px; }
  header.crm .container-fluid, header.integration .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .features-header .features-header-content .figure-container .background.integration {
    top: -90px; } }

@media screen and (max-width: 480px) {
  .feature-box.feature-box-header {
    padding: 20px 0px; }
  .feature-box.feature-box-header p {
    padding: 0px 0px; }
  header.mysystem .features-header {
    height: 820px; }
    header.mysystem .features-header .features-header-content {
      height: 300px; }
      header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
        top: -40px;
        background-size: cover; }
  .platformly-home-illustration {
    left: -100px;
    bottom: -360px; }
    .platformly-home-illustration .features-header.home .astronaut {
      width: 100%;
      left: 90px; }
    .platformly-home-illustration .features-header.home .glowing {
      left: 0px;
      top: -90px; }
    .platformly-home-illustration .features-header.home .rocket {
      width: 200%;
      left: -50px;
      top: -40px; }
      .platformly-home-illustration .features-header.home .rocket .smokes .smoke {
        top: 6px; }
    .platformly-home-illustration .features-header.home .earth {
      width: 100%;
      top: -200px;
      right: -30px; }
    .platformly-home-illustration .features-header.home .satelite {
      left: 55px; }
    .platformly-home-illustration .features-header.home .saturn {
      bottom: 200px;
      right: -60px; }
  .platformly-card .item .secure img {
    height: 20px;
    top: 4px; }
  .platformly-card .item .btn {
    width: 80%; }
  .platformly-card .item {
    width: 80%;
    padding: 40px 25px; }
  .pricing-box .pricing-body .pricing-list .button-pricing-list li.mobile-title {
    padding: 0 30px 20px 30px; }
  .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn {
    font-size: 15px; }
    .pricing-box .pricing-body .pricing-list .button-pricing-list li .btn span {
      font-size: 15px; }
  .box-item {
    padding: 0px 0px; }
  .section-title {
    top: -130px; }
  .icon-list li .image img {
    width: 100%; }
  .icon-list li b {
    width: 90%; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .first {
    width: 30%;
    top: 0px; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .second {
    width: 30%;
    top: -20px;
    right: -200px; }
  .features-header .features-header-content .figure-container .ornament.platformly-home .third {
    width: 25%;
    top: 75px;
    left: -30px; }
  .feature-box {
    -webkit-box-shadow: 0 0 0 #fff !important;
    -khtml-box-shadow: 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 #fff !important;
    -ms-box-shadow: 0 0 0 #fff !important;
    -o-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    padding: 60px 0; }
  .tab-panel {
    margin-top: 10px; }
    .tab-panel .filter-active {
      padding: 10px 0 15px 0;
      border-top: 2px solid #eee;
      border-bottom: 2px solid #eee;
      cursor: pointer;
      color: #3e3f6c; }
      .tab-panel .filter-active a .chevron:before {
        border-color: #3e3f6c; }
    .tab-panel .nav-panel {
      position: fixed;
      top: 0;
      width: 100%;
      height: 0;
      padding: 0 0;
      overflow: hidden;
      z-index: 6;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      background: #fff;
      left: 0;
      right: 0; }
      .tab-panel .nav-panel .dropdown-close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px; }
      .tab-panel .nav-panel li {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #eee; }
        .tab-panel .nav-panel li a:hover {
          border: none; }
      .tab-panel .nav-panel li.active a {
        border: none !important; }
    .tab-panel .nav-panel.open {
      height: 100vh;
      padding: 60px 0; }
    .tab-panel .panel-content .icon-group {
      padding: 0; }
      .tab-panel .panel-content .icon-group li {
        width: 90px;
        height: 120px; }
        .tab-panel .panel-content .icon-group li a img {
          height: 30px; }
        .tab-panel .panel-content .icon-group li p {
          font-size: .5rem;
          line-height: 1rem; }
  .nav-mobile {
    display: block; }
  h1 {
    font-size: 1.8rem;
    line-height: 2.8rem; }
  footer.home .moon {
    height: 110vh; }
  footer .ornament {
    top: 50px; }
  footer .ornament.crm {
    background-image: url(../img/CRM/Footer/backgroundmobile.png); }
  footer .ornament.business {
    background-image: url(../img/businessdashboard/Footer/backgroundmobile.png); }
  footer .ornament.leadcapture {
    background-image: url(../img/leadcapture/Footer/backgroundmobile.png); }
  footer .scientist {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 320px; }
  footer .scientist.leadcapture {
    height: 200px;
    top: 250px;
    left: -30px;
    z-index: 4; }
  footer .scientist.crm {
    height: 200px;
    bottom: -20px;
    left: -30px;
    z-index: 4;
    width: 100px; }
  footer .scientist.reports {
    z-index: 4;
    left: -20px;
    width: 90px; }
  footer .scientist.linktracking {
    height: 200px;
    top: 250px;
    left: -30px;
    z-index: 4; }
  footer .scientist.business {
    height: 200px;
    top: 250px;
    left: -30px;
    z-index: 4; }
  footer .scientist.messaging {
    height: 200px;
    top: 250px;
    left: -40px;
    z-index: 4; }
  footer .footer-footer {
    position: relative;
    z-index: 2; }
    footer .footer-footer .link-list {
      margin-left: 0; }
    footer .footer-footer .link-header {
      margin-left: 0; }
  footer .footer-title {
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    margin-top: 50px; }
  .features-header.home .features-header-content .figure-container .ornament {
    width: auto;
    top: -370px; }
  .features-header.home .features-header-content .figure-container .astronaut {
    width: 100%;
    top: auto;
    bottom: -200px; }
  .features-header .features-header-content .figure-container {
    height: 400px;
    top: -80px;
    margin: 0 auto; }
    .features-header .features-header-content .figure-container .astronaut.messaging {
      left: 0;
      height: 180px;
      top: 150px; }
    .features-header .features-header-content .figure-container .icon.messaging {
      left: -60px;
      width: 100%;
      top: 130px;
      height: 160px;
      background-image: url(../img/messaging/Hero/iconmobile.png); }
    .features-header .features-header-content .figure-container .moon.messaging {
      background-image: url(../img/messaging/Hero/Moonmobile.png);
      height: 300px;
      top: 240px;
      left: -180px; }
    .features-header .features-header-content .figure-container .planet.messaging {
      background-image: url(../img/messaging/Hero/planetmobile.png);
      width: 600px;
      top: -140px;
      left: -130px; }
    .features-header .features-header-content .figure-container .background.messaging {
      background-image: url(../img/messaging/Hero/backgroundmobile.png);
      height: 574px;
      width: 700px;
      left: 0;
      top: 0;
      right: 0;
      width: auto; }
    .features-header .features-header-content .figure-container .background.marketing {
      background-image: url(../img/marketing/Hero/backgroundmobile.png);
      height: 574px;
      width: 700px;
      left: 0;
      top: 80px;
      right: 0;
      width: auto; }
    .features-header .features-header-content .figure-container .background.crm {
      background-image: url(../img/CRM/Hero/backgroundmobile.png);
      height: 400px;
      width: 100vw;
      left: 0;
      right: 0;
      top: 60px; }
    .features-header .features-header-content .figure-container .background.leadcapture {
      background-image: url(../img/leadcapture/Hero/backgroundmobile.png);
      height: 514px;
      left: 0;
      top: -60px;
      right: 0;
      width: auto; }
    .features-header .features-header-content .figure-container .background.linktracking {
      background-image: url(../img/linktracking/Hero/backgroundmobile.png);
      height: 370px;
      left: -20px;
      right: 0;
      top: 60px;
      width: auto; }
    .features-header .features-header-content .figure-container .background.business {
      background-image: url(../img/businessdashboard/Hero/backgroundmobile.png);
      height: 100%;
      top: 60px; }
    .features-header .features-header-content .figure-container .background.reports {
      height: 384px;
      top: 60px; }
    .features-header .features-header-content .figure-container .light {
      left: -90px;
      top: -390px;
      height: 250px; }
    .features-header .features-header-content .figure-container .icon {
      left: 0; }
      .features-header .features-header-content .figure-container .icon:nth-child(2).marketing {
        top: 80px;
        left: -130px;
        width: 40px;
        height: 60px; }
      .features-header .features-header-content .figure-container .icon:nth-child(4).marketing {
        top: 140px;
        left: 150px;
        width: 40px;
        height: 60px; }
    .features-header .features-header-content .figure-container .icon.business {
      background-image: url(../img/businessdashboard/Hero/iconmobile.png);
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 100px;
      top: 130px; }
    .features-header .features-header-content .figure-container .icon.leadcapture {
      top: 118px;
      width: 200px;
      height: 200px; }
    .features-header .features-header-content .figure-container .scientist1.reports {
      left: -20px;
      top: 315px; }
    .features-header .features-header-content .figure-container .scientist2.reports {
      left: 260px;
      top: 310px; }
    .features-header .features-header-content .figure-container .ornament-group {
      -webkit-transform: scale(0.5);
      -khtml-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      left: -90px;
      top: 100px; }
    .features-header .features-header-content .figure-container .icon1.reports {
      height: 50px;
      top: 140px;
      left: -20px; }
    .features-header .features-header-content .figure-container .icon2.reports {
      height: 60px;
      left: -180px;
      top: 210px; }
    .features-header .features-header-content .figure-container .scientist {
      left: 0;
      top: 200px; }
    .features-header .features-header-content .figure-container .scientist.business {
      height: 200px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      left: 0;
      top: 235px; }
    .features-header .features-header-content .figure-container .scientist.leadcapture {
      top: 150px;
      width: 350px;
      left: 0;
      z-index: 4; }
    .features-header .features-header-content .figure-container .scientist.crm {
      top: 210px;
      width: 90px;
      height: 270px;
      left: 0;
      z-index: 4; }
    .features-header .features-header-content .figure-container .scientist.marketing {
      height: 220px;
      top: 210px;
      left: 20px; }
    .features-header .features-header-content .figure-container .scientist.linktracking {
      height: 180px;
      top: 160px; }
    .features-header .features-header-content .figure-container .dashboard.marketing {
      height: 100px;
      top: 230px;
      left: -150px; }
    .features-header .features-header-content .figure-container .dashboard1 {
      left: 100px;
      height: 140px;
      top: 250px; }
  section.features-content .features-container .feature-item.figure1.messaging .feature-figure-container .front {
    top: 40px;
    left: 90px;
    height: 190px; }
  section.features-content .features-container .feature-item.figure1.marketing .feature-figure-container .front {
    left: 100px;
    top: 60px;
    height: 200px; }
  section.features-content .features-container .feature-item.figure1.marketing .feature-figure-container .back {
    left: -50px; }
  section.features-content .features-container .feature-item.figure3.marketing .feature-figure-container .front {
    left: 20px;
    top: 210px; }
  section.features-content .features-container .feature-item.figure4.leadcapture .feature-figure-container .back {
    left: -50px; }
  section.features-content .features-container .feature-item.figure4.leadcapture .feature-figure-container .front {
    height: 180px;
    left: 65px;
    top: 70px; }
  section.features-content .features-container .feature-item.figure4.marketing .feature-figure-container .back {
    left: 20px; }
  section.features-content .features-container .feature-item.figure4.marketing .feature-figure-container .front {
    left: -40px; }
  section.features-content .features-container .feature-item.figure4.reports .feature-figure-container .front {
    top: 80px;
    left: 80px; }
  section.features-content .features-container .feature-item.figure5.reports .feature-figure-container .back {
    left: 10px; }
  section.features-content .features-container .feature-item.figure5.reports .feature-figure-container .front {
    left: -20px; }
  section.features-content .features-container .feature-item.figure5.leadcapture .feature-figure-container .front {
    left: 130px;
    top: 120px; } }

@media screen and (max-width: 321px) {
  /*header.home {
		height: 660px;
	}*/
  .features-header .features-header-content .figure-container .background.integration {
    top: 0px; }
  ul.list-inline {
    padding: 2px 0; }
  section.features-content .features-container.card.align-center {
    width: 70%; }
  .platformly-home-illustration {
    bottom: -420px; }
    .platformly-home-illustration .features-header.home .astronaut {
      width: 100%;
      left: 90px; }
    .platformly-home-illustration .features-header.home .glowing {
      left: 20px;
      top: -60px; }
    .platformly-home-illustration .features-header.home .rocket {
      left: 0px;
      top: -30px; }
      .platformly-home-illustration .features-header.home .rocket .smokes .smoke {
        top: 4px; }
    .platformly-home-illustration .features-header.home .earth {
      width: 120%;
      right: -30px; }
    .platformly-home-illustration .features-header.home .satelite {
      left: 60px;
      top: -140px; }
  header.mysystem .features-header .features-header-content .figure-container {
    height: 230px;
    top: -80px; }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
      top: 40px; }
  ul.btn-full li {
    padding: 5px 0; }
  .features-header.home .features-header-content .figure-container .rocket {
    top: 90px !important; }
  .features-header.home .features-header-content .figure-container .ornament {
    top: -350px !important;
    width: 300px !important;
    left: -10px; }
  .features-header.home .features-header-title p {
    padding-bottom: 50px;
    padding-top: 30px; } }

.smokesprite {
  width: 77px;
  display: block;
  height: 42px;
  transition: all ease 0.5s;
  background-image: url(../img/home/first/shortsmoke.png);
  animation: plays 0.5s steps(3) infinite; }

@keyframes plays {
  from {
    background-position: 0px; }
  to {
    background-position: -222px; } }
