.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.rc,
footer .container {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .rc,
  footer .container {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .rc,
  footer .container {
    width: 92%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .rc,
  footer .container {
    width: 720px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rc,
  footer .container {
    width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .rc,
  footer .container {
    width: 1040px;
  }
}
.button {
  cursor: pointer;
  text-decoration: none;
}
.button:hover,
.button:active,
.button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media screen and (min-width: 769px) {
  .jfHeader-menuListItem a.jfHeader-menuListLink {
    color: #0f3763;
    text-shadow: none;
  }
  div.jfHeader-accountBox {
    margin-left: 0;
  }
}
.jfHeader-content:not(.isExpanded) .jfHeader-hamburger:before {
  background-color: #2f3654;
}
.jfHeader-content:not(.isExpanded) .jfHeader-hamburger:after {
  background-color: #2f3654;
  -webkit-box-shadow: 0 9px 0 0 #2f3654, 0 18px 0 0 #2f3654;
  box-shadow: 0 9px 0 0 #2f3654, 0 18px 0 0 #2f3654;
}
html,
body {
  margin: 0;
  padding: 0;
}
html:not(.wf-loading) body {
  opacity: 1;
}
body {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-weight: 500;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageWrapper {
  position: relative;
}
.jfHeader-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.jfHeader .jfHeader-hamburger .hamburger-wrapper .bar:after,
.jfHeader .jfHeader-hamburger .hamburger-wrapper .bar:before {
  background: #0a224c !important;
}
.hero {
  height: 80vh;
  background: url('../img/header_image_2.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.hero-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 8vh;
}
.hero-title {
  margin: 0;
}
.heroTitle-firstLine {
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 27px;
  display: inline-block;
}
.heroTitle-secondLine {
  color: #2f3654;
  display: inline-block;
  font-size: 42px;
  margin: 4px 0 16px;
}
.hero-text {
  color: #757988;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 2em;
}
.hero-buttons {
  text-align: center;
}
.hero-buttons .button {
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hero-buttons .forTry {
  padding: 15px 36px;
  font-size: 18px;
  border: 0;
  color: #fff;
  background-color: #1776ea;
}
.hero-buttons .forTry:hover {
  background-color: #004ec0;
}
.hero-buttons .forVideo {
  padding: 14px 35px;
  border: 1px solid #f98e03;
  color: #f98e03;
  margin-left: 16px;
  background: transparent;
  line-height: 21px;
  font-size: 16px;
}
.hero-buttons .forVideo:hover {
  background-color: #f98e03;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .hero-buttons {
    width: 80%;
    margin: 0 auto;
  }
  .hero-buttons .button {
    width: 100%;
  }
  .hero-buttons .forVideo {
    margin: 8px 0 0 0;
    background-color: #f98e03;
    color: #fff;
  }
}
.js-launchVideo {
  cursor: pointer;
}
.features {
  height: 100vh;
  background-color: #1776ea;
  color: #fff;
  padding: 10vh 0 48px 0;
  overflow: hidden;
  margin-top: -6vh;
  position: relative;
  z-index: 1;
}
.features-content {
  height: 100%;
  position: relative;
}
.features-content:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  -webkit-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
  background: #d5eef3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features-content.bgAnimation .features-tabs,
.features-content.bgAnimation .features-title {
  color: #384811;
}
.features-content.bgAnimation:after {
  width: 3000px;
  height: 3000px;
}
html[dir="rtl"] .features-content .column {
  float: right;
}
.animationLayer {
  height: 100%;
  position: relative;
  z-index: 2;
}
.features-title {
  text-align: center;
  font-size: 32px;
  margin: 0 0 24px 0;
}
.features-tabButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 840px;
}
.features-tabButtons:before,
.features-tabButtons:after {
  content: " ";
  display: table;
}
.features-tabButtons:after {
  clear: both;
}
.features-tabButtons:before,
.features-tabButtons:after {
  content: " ";
  display: table;
}
.features-tabButtons:after {
  clear: both;
}
.tabButton {
  color: #fff;
  background-color: #0069d7;
  padding: 14px 6px 14px;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (max-width: 480px) {
  .tabButton {
    text-transform: none;
    font-size: 13px;
    padding: 12px 8px;
  }
}
.tabButton:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tabButton.isActive {
  background-color: #004ec0;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff;
  box-shadow: inset 0 -2px 0 0 #fff;
  cursor: default;
}
.tabButton.isActive:after {
  opacity: 1;
}
.designer-content,
.features-title {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.bgAnimation .tabButton {
  background-color: #64d2e9;
  color: #384811;
}
.bgAnimation .tabButton.isActive {
  -webkit-box-shadow: inset 0 -2px 0 0 #384811;
  box-shadow: inset 0 -2px 0 0 #384811;
}
.bgAnimation .tabButton.isActive:after {
  border-bottom-color: #384811;
}
.features-tabsWrapper {
  height: 80%;
}
.features-tabs {
  display: none;
  height: 100%;
  color: #fff;
}
.features-tabs:before,
.features-tabs:after {
  content: " ";
  display: table;
}
.features-tabs:after {
  clear: both;
}
.features-tabs:before,
.features-tabs:after {
  content: " ";
  display: table;
}
.features-tabs:after {
  clear: both;
}
.features-tabs h3 {
  font-size: 32px;
  margin: 0;
}
.features-tabs p {
  font-size: 20px;
  margin: 16px 0 0 0;
  line-height: 1.5;
  font-weight: 300;
}
.features-tabs.isVisible {
  display: block;
}
.features-tabs [class$="-content"],
.features-tabs [class$="-visual"] img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .features-tabs [class$="-content"],
  .features-tabs [class$="-visual"] img {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: 0%;
    position: relative;
  }
}
.features-tabs [class$="-visual"] {
  height: 100%;
  text-align: center;
  padding: 30px 0;
}
.features-tabs [class$="-visual"] img {
  max-width: 100%;
  max-height: 100%;
}
.collaboration-visual img,
.designer-visual img {
  -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.3);
}
.collaboration-content {
  padding-left: 5%;
}
html[dir="rtl"] .collaboration-content {
  padding-left: 0;
  padding-right: 5%;
}
.collaboration-content img {
  max-width: 356px;
  width: 100%;
}
.designer-content {
  padding-right: 5%;
}
.designer-visual {
  position: relative;
}
.trAnimation {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.trAnimation.isVisible {
  border: 4px solid #ec6739;
  -webkit-animation: trAnimation 0.8s infinite alternate ease-in-out;
  animation: trAnimation 0.8s infinite alternate ease-in-out;
  opacity: 1;
}
.trAnimation.isVisible:before,
.trAnimation.isVisible:after {
  opacity: 1;
}
.trAnimation:after {
  content: "Try me!";
  background: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  color: #444;
  line-height: 20px;
  padding: 5px 9px;
  width: 60px;
  top: -45px;
  -webkit-box-shadow: 0 0 5px 1px #000;
  box-shadow: 0 0 5px 1px #000;
  z-index: 3;
  opacity: 0;
}
.trAnimation:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  top: -16px;
  left: 50%;
  margin-left: -6px;
  z-index: 4;
  opacity: 0;
}
@-webkit-keyframes trAnimation {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(255, 103, 57, 0.8);
  }
}
@keyframes trAnimation {
  0% {
    background: transparent;
  }
  100% {
    background: rgba(255, 103, 57, 0.8);
  }
}
.goodies {
  padding: 48px 0;
}
.goodies li:nth-child(2n-1) {
  clear: left;
}
.goodies-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  width: 80%;
  margin: 0 auto 1em;
}
.goodies-title span {
  background-color: #2b97ff;
  -webkit-box-shadow: 0.2em 0 0 #2b97ff, -0.2em 0 0 #2b97ff;
  box-shadow: 0.2em 0 0 #2b97ff, -0.2em 0 0 #2b97ff;
}
.goodie {
  padding: 32px 42px;
}
.goodie-img {
  display: block;
  height: 60px;
}
.goodie-title {
  color: #193f6a;
  font-size: 24px;
  margin: 12px 0;
}
.goodie-text {
  font-size: 18px;
  color: #75808c;
  margin: 0;
}
.refs {
  background-color: #ff9d45;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.refs-text {
  color: #fff;
  font-size: 20px;
  line-height: 55px;
}
.refs-list {
  line-height: 55px;
}
.refs-list li {
  height: 55px;
}
.refs-list img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.tryNow {
  background-color: #ff8b23;
  text-align: center;
  padding: 42px 0;
}
.tryNow-bottom {
  color: #ff8b23;
  background-color: #fff;
  padding: 18px 42px;
  border-radius: 3px;
  display: inline-block;
  font-size: 24px;
  border: 0;
}
.videoWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 10001;
}
.videoWrapper .video {
  height: 75%;
  max-width: 75%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .refs-content.rc {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    padding: 0 24px;
    background-position: 70%;
    height: 100vh;
  }
  .hero-content {
    padding-bottom: 0;
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .heroTitle-firstLine {
    font-size: 18px;
  }
  .heroTitle-secondLine {
    font-size: 27px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .goodie {
    padding: 24px 32px 12px;
  }
  .goodie:before,
  .goodie:after {
    content: " ";
    display: table;
  }
  .goodie:after {
    clear: both;
  }
  .goodie:before,
  .goodie:after {
    content: " ";
    display: table;
  }
  .goodie:after {
    clear: both;
  }
  .goodie-title {
    margin: 12px 0 16px;
    font-size: 21px;
  }
  .features-title,
  .goodies-title,
  .features-tabs h3 {
    font-size: 24px;
  }
  .features,
  .features-tabWrapper,
  .features-content,
  .features-tabs {
    height: auto;
  }
  .features {
    padding: 32px 24px;
  }
  .features .mobile.one.one + .mobile.one.one {
    margin-top: 32px;
  }
  .features-tabs {
    padding: 0px 16px;
  }
  .features-tabs [class$="-visual"] {
    padding: 0;
  }
  .features-content.bgAnimation:after {
    width: 1200px;
    height: 1200px;
  }
  .features-tabsWrapper {
    padding-top: 32px;
  }
  .collaboration-content,
  .designer-content {
    padding: 0;
  }
  .collaboration-content img {
    display: none;
  }
  .refs-text {
    font-size: 16px;
  }
  .videoWrapper .video {
    height: 50%;
  }
}
/* header fixes */
li a.jfHeader-menuListLink {
  color: #398b99 !important;
  text-shadow: 0 1px 1px rgba(57, 139, 153, 0.37);
}
li a.jfHeader-menuListLink::after {
  background-image: url('../media/arrow-down-header.svg') !important;
}
