@charset "UTF-8";
.icon-arrow-right {
  width: 21px;
  height: 9px; }

.icon-autosave {
  width: 76px;
  height: 43px; }

.icon-chat {
  width: 76px;
  height: 31px; }

.icon-checkmark {
  width: 13px;
  height: 12px; }

.icon-close {
  width: 37px;
  height: 37px; }

.icon-dashboard {
  width: 76px;
  height: 40px; }

.icon-fields {
  width: 76px;
  height: 31px; }

.icon-fingerprint {
  width: 76px;
  height: 49px; }

.icon-flash {
  width: 12px;
  height: 17px; }

.icon-hamburger {
  width: 37px;
  height: 37px; }

.icon-language {
  width: 76px;
  height: 39px; }

.icon-list {
  width: 76px;
  height: 36px; }

.icon-lock {
  width: 76px;
  height: 43px; }

.icon-logo {
  width: 44px;
  height: 38px; }

.icon-logotype {
  width: 141px;
  height: 38px; }

.icon-migrate {
  width: 76px;
  height: 43px; }

.icon-overviews {
  width: 76px;
  height: 37px; }

.icon-phone {
  width: 76px;
  height: 41px; }

.icon-rocket {
  width: 76px;
  height: 40px; }

.icon-search {
  width: 76px;
  height: 40px; }

.icon-smiley {
  width: 76px;
  height: 40px; }

.icon-stamp {
  width: 76px;
  height: 41px; }

.icon-star {
  width: 76px;
  height: 38px; }

.icon-stopwatch {
  width: 76px;
  height: 50px; }

.icon-team {
  width: 20px;
  height: 17px; }

.icon-twitter {
  width: 76px;
  height: 33px; }

.all-features-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Regular.eot");
  src: url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Regular.woff") format("woff"), url("../fonts/FiraSans-Regular.ttf") format("truetype"), url("../fonts/FiraSans-Regular.svg#fira_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Medium.eot");
  src: url("../fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans-Medium.ttf") format("truetype"), url("../fonts/FiraSans-Medium.svg#fira_sansbold") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Bold.eot");
  src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans-Bold.ttf") format("truetype"), url("../fonts/FiraSans-Bold.svg#fira_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }

body {
  margin: 0;
  font: 16px/1.6875 "Fira Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #80929d; }

h1, h2, h3 {
  color: #586b79;
  line-height: 1;
  margin: 0 0 1rem; }
  @media screen and (max-width: 768px) {
    h1, h2, h3 {
      margin-bottom: 0.6em; } }

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.12; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 44px; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 38px; } }
  @media screen and (max-width: 420px) {
    h1 {
      font-size: 25px;
      line-height: 1.2; } }

h2 {
  font-size: 29px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px; }
  @media screen and (max-width: 992px) {
    h2 {
      font-size: 27px; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 420px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 22px;
  font-weight: normal; }
  p + h3 {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 17px; } }

p {
  margin: 0 0 16px; }

a {
  text-decoration: none;
  color: #0f94d6; }

strong {
  color: #34393c; }

code {
  display: none; }

.ie-alert {
  background: #2a2e31;
  color: white;
  border-bottom: 1px solid #282b2e; }

.ie-alert-headline {
  padding-top: 2rem;
  font-size: 2.5rem;
  max-width: 800px;
  margin: 0 auto; }

.ie-alert-text {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0 4rem; }

.banner {
  padding-bottom: 38px;
  position: relative;
  color: white;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .banner > .language-switch {
      display: none; } }
  .banner h1 {
    color: inherit;
    margin: 73px auto 0; }
    .banner h1 p {
      margin: 0; }
  .banner .all-features + h1 {
    margin-top: 13px; }

.background,
.background .image,
.background .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.background {
  z-index: -1; }

.background .image {
  background-color: #444a4f;
  background-size: cover;
  background-position: center; }

.background .overlay {
  background: rgba(0, 0, 0, 0.5); }

.wrapper,
.small-wrapper {
  max-width: 1074px;
  margin: 0 auto;
  padding: 0 16px; }
  @media screen and (max-width: 767px) {
    .wrapper,
    .small-wrapper {
      padding: 0 10px; } }

.small-wrapper {
  max-width: 900px; }

.main {
  padding-top: 32px;
  padding-bottom: 32px; }
  .main p:last-child {
    margin-bottom: 0; }

main p,
main h1,
main h2,
main h3,
main ul,
main dl,
.article p,
.article h1,
.article h2,
.article h3,
.article ul,
.article dl {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

main figure.video,
.article figure.video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  main figure.video iframe,
  .article figure.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

blockquote {
  font-size: 1.25em;
  margin: 50px 0; }
  @media screen and (max-width: 420px) {
    blockquote {
      font-size: 1.1em; } }
  blockquote:first-child {
    margin-top: 0; }

.language-switch.wrapper {
  position: relative; }

.header {
  padding-top: 34px;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .header .start-trial-link {
      display: none; } }
  @media screen and (max-width: 768px) {
    .header {
      padding-top: 16px;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.main-menu {
  -ms-flex: 1;
  flex: 1;
  margin: 0 32px; }
  @media screen and (max-width: 992px) {
    .main-menu {
      margin: 0 16px; } }
  @media screen and (max-width: 768px) {
    .main-menu {
      display: none; } }

.logo {
  margin-bottom: -4px;
  fill: white; }
  @media screen and (max-width: 768px) {
    .logo {
      margin-top: 0; } }

.logo img {
  vertical-align: bottom;
  border-style: none; }

.navigation {
  padding: 7px 0 0 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .navigation a {
    float: left;
    color: white;
    text-decoration: none;
    padding: 0 2px 5px;
    border-bottom: 2px solid transparent; }
    .navigation a.active {
      border-bottom-color: white; }

.hamburger-menu-open,
.hamburger-menu-close {
  position: absolute;
  cursor: pointer;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  right: 0;
  top: 0;
  padding: 16px 16px 10px 10px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  fill: white; }
  @media screen and (max-width: 768px) {
    .hamburger-menu-open,
    .hamburger-menu-close {
      display: -ms-flexbox;
      display: flex; } }

.hamburger-menu-close {
  margin-left: 21px; }

.hamburger-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: 300ms;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #2c2d35; }
  @media screen and (max-width: 768px) {
    .hamburger-menu {
      display: block; } }
  .hamburger-menu.is-hidden {
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .hamburger-menu .hamburger-menu-body {
    padding: 17px 36px; }
  .hamburger-menu .navigation {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin-top: 5px; }
    .hamburger-menu .navigation a {
      color: white !important;
      line-height: 1;
      padding: 10px 0;
      margin-bottom: 5px;
      float: none; }

.hamburger-menu-head {
  padding: 18px 66px 0 36px; }

.hamburger-menu-clickCatcher {
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  will-change: opacity;
  opacity: 0.5;
  transition: 300ms;
  cursor: pointer; }
  .hamburger-menu-clickCatcher.is-hidden {
    opacity: 0;
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    .hamburger-menu-clickCatcher {
      display: block; } }

.subtitle {
  font-size: 20px;
  line-height: 1.5;
  opacity: 0.95; }
  @media screen and (max-width: 768px) {
    .subtitle {
      font-size: 18px; } }
  .subtitle a {
    color: white;
    text-decoration: underline; }

.subtitle p {
  margin: 0.85em 0; }

.btn {
  font-size: 14px;
  padding: 7px 18px;
  color: white;
  text-decoration: none;
  background: #389cd8;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 100%; } }

.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65; }

.btn + .btn {
  margin-left: 5px; }

.btn.btn--success {
  background: #36af6a; }

.btn.btn--subtle {
  color: #389cd8;
  background: none; }

.icon {
  display: inline-block; }

.smile.icon {
  vertical-align: middle;
  margin-right: 1rem; }

.loading.icon {
  width: 36px;
  height: 36px;
  background: #38ad69;
  animation: rotateplane 1.2s infinite ease-in-out;
  will-change: transform; }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg) translateZ(0); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) translateZ(0); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) translateZ(0); } }

p .btn {
  margin-top: 1.8rem; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 340px;
  max-width: 100%;
  padding: 10px 13px;
  font-size: 0.8125rem;
  border: none;
  border-radius: 4px;
  height: 41px;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea {
  height: auto; }

input:focus {
  outline: none; }

input + input {
  margin-left: 15px; }

.one-line input + .btn {
  height: 39px;
  vertical-align: middle; }

.horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.align-right {
  margin-left: auto; }

/*

  Language

*/
.languages {
  position: absolute;
  right: 32px;
  top: 0; }
  .languages a {
    float: left;
    font-size: 0.85em;
    color: rgba(255, 255, 255, 0.6);
    padding: 1px 4px 0;
    text-transform: uppercase;
    margin: 0 1px; }
    .languages a.active {
      color: white;
      background: rgba(128, 128, 128, 0.5); }
  .languages.languages--menu {
    position: static;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex; }
    .languages.languages--menu a {
      border: 1px solid white;
      margin: 0;
      -ms-flex: 1;
      flex: 1;
      color: white !important;
      font-size: 1em;
      padding-left: 16px;
      padding-right: 16px; }
      .languages.languages--menu a:first-child {
        border-radius: 5px 0 0 5px; }
      .languages.languages--menu a:last-child {
        border-radius: 0 5px 5px 0; }
      .languages.languages--menu a:not(:last-child) {
        border-right: none; }
      .languages.languages--menu a.active {
        color: #2c2d35 !important;
        background: white !important; }

/*

  Hero Animation
  
*/
.home {
  background: #f5f8fa; }

.home .banner {
  padding-bottom: 0; }

.home .feature-container,
.home footer {
  background: white;
  overflow: hidden; }

.home .banner .wrapper,
.home .feature-body {
  position: relative;
  z-index: 2;
  transition: 300ms;
  will-change: opacity, z-index; }

.home .language-switch.wrapper {
  z-index: 3; }

.home .banner .wrapper.fade-out,
.home .feature-body.fade-out {
  opacity: 0;
  z-index: 1; }

.home .background {
  display: none; }

.home .business-features-promo {
  padding-top: 50px; }

.video-backdrop {
  position: absolute;
  width: 100%;
  height: 830px;
  top: 0;
  left: 0;
  z-index: 1;
  will-change: height, transform, opacity;
  transition: 300ms;
  color: #319d62; }
  @media screen and (max-width: 768px) {
    .video-backdrop {
      height: 410px;
      min-height: 50vh; } }
  .video-backdrop .video-header-mobile-background {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px; }
    @media screen and (max-width: 768px) {
      .video-backdrop .video-header-mobile-background {
        height: 256px; } }
    @media screen and (max-width: 420px) {
      .video-backdrop .video-header-mobile-background {
        height: 256px; } }
  .video-backdrop .video-header-background {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0;
    top: 150px; }
    @media screen and (max-width: 768px) {
      .video-backdrop .video-header-background {
        top: 265px; } }
    @media screen and (max-width: 420px) {
      .video-backdrop .video-header-background {
        top: 256px; } }

.video-backdrop.is-open {
  cursor: pointer;
  color: transparent;
  background-color: #232628;
  background-image: radial-gradient(#363b3f, #232628); }

.video-player {
  display: none; }

.video-holder.is-open .video-player {
  display: block; }

.video-holder {
  position: relative;
  z-index: 5;
  will-change: transform;
  cursor: pointer;
  transition: 300ms; }

.video-inner {
  width: 100%;
  max-width: 921px;
  margin: 0 auto;
  position: relative; }

.video-laptop {
  width: 100%;
  max-width: 921px;
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3)); }

.video-screen {
  position: absolute;
  top: 12%;
  left: 15.9%;
  width: 69.2%; }
  .video-screen iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-preview {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 73px;
  height: 73px;
  margin: -23px 0 0 -36px;
  border-radius: 100%;
  background: #38ad69 url(../images/play_arrow.svg) no-repeat 27px center;
  box-shadow: 0 0 0 5px rgba(56, 173, 105, 0.5); }
  @media screen and (max-width: 992px) {
    .video-play-button {
      width: 36px;
      height: 36px;
      margin: -14px 0 0 -18px;
      background-size: 16px;
      background-position: 13px center;
      box-shadow: 0 0 0 3px rgba(56, 173, 105, 0.5); } }

.video-holder.is-open .video-play-button {
  display: none; }

.video-holder.is-open .video-preview {
  opacity: 0; }

.video-close-button {
  position: fixed;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 20px 24px;
  font-family: sans-serif;
  font-size: 34px;
  width: 34px;
  text-align: center;
  line-height: 1;
  font-weight: 100;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.5s ease-in-out;
  will-change: transform;
  display: none; }

.video-close-button:hover {
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
  -ms-transform-origin: center;
  transform-origin: center; }

/*

  Feature

*/
.feature-container {
  padding-top: 100px;
  padding-bottom: 85px; }
  @media screen and (max-width: 768px) {
    .feature-container {
      padding-top: 40px;
      padding-bottom: 30px; } }

.feature-body {
  position: relative; }
  .feature-body:after {
    content: "";
    display: block;
    clear: both; }

.feature-container.gray {
  background: #f0f0f0;
  box-shadow: 0 1px #d2d1d1 inset; }

.feature-container .text {
  padding: 40px 0;
  margin: 0;
  width: 45%;
  float: right; }
  .feature-container .text p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .feature-container .text {
      width: 100%;
      padding: 20px 0 0; }
      .feature-container .text .btn + .btn {
        margin: 10px 0 0; } }

.feature-container .media {
  position: absolute;
  min-width: 45%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .feature-container .media {
      position: static;
      -ms-transform: none;
      transform: none; } }

.feature-container .media img {
  max-width: 100%;
  height: auto; }

.feature-container .media figure.video {
  margin: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }
  .feature-container .media figure.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.feature-container.left .text {
  float: left; }

.feature-container.left .media {
  left: 55%; }

.feature-container .category {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #444a4f;
  margin-bottom: 1rem; }

.feature-container .category .icon {
  display: inline;
  margin: 0 5px 0 0; }

.feature-container .category svg {
  vertical-align: middle; }

/*

  Small Feature

*/
.small-features-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.small-feature {
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box; }

.small-feature:first-child {
  padding-left: 0; }

.small-feature:last-child {
  padding-right: 0; }

.small-feature h3 {
  margin-top: 1rem;
  margin-bottom: 0.7rem; }

/*

  Features

*/
.features h2 {
  margin-top: 58px;
  color: #565b61; }

.feature-list {
  border: 1px solid #ecf1f4;
  border-bottom: none;
  border-right: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 31px 0 91px;
  box-shadow: 0 1px #f4f9fa, 0 2px #f9f9fb; }
  @media screen and (max-width: 768px) {
    .feature-list {
      display: block;
      border: none;
      box-shadow: none;
      margin: 0 -10px; } }

.feature-list-entry {
  border: 1px solid #ecf1f4;
  border-top: none;
  border-left: none;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
  color: #595d60;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .feature-list-entry {
      display: block;
      border-left: none;
      border-right: none;
      padding: 16px; }
      .feature-list-entry p:last-child {
        margin-bottom: 0; } }

.feature-list-entry:nth-child(4n),
.feature-list-entry:nth-child(4n-1) {
  background: #fcfcfc; }
  @media screen and (max-width: 768px) {
    .feature-list-entry:nth-child(4n),
    .feature-list-entry:nth-child(4n-1) {
      background: none; } }

@media screen and (max-width: 768px) {
  .feature-list-entry:nth-child(even) {
    background: #fcfcfc; } }

.feature-entry-icon,
.feature-entry-body {
  padding: 24px 26px 6px; }
  @media screen and (max-width: 768px) {
    .feature-entry-icon,
    .feature-entry-body {
      padding: 0; } }

.feature-entry-icon {
  border-right: 1px solid #ecf1f4;
  width: 128px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .feature-entry-icon {
      border: none;
      width: auto;
      display: inline-block;
      float: left;
      padding: 0;
      margin: 0 7px 0 0; } }

.feature-entry-icon svg {
  width: 76px;
  height: 50px; }
  @media screen and (max-width: 768px) {
    .feature-entry-icon svg {
      width: 38px;
      height: 25px; } }

.feature-entry-body {
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  padding-top: 21px; }
  @media screen and (max-width: 768px) {
    .feature-entry-body {
      padding-top: 0; } }

.feature-entry-body h3 {
  color: inherit;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.4; }

.feature-icon {
  max-width: 76px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .feature-icon {
      font-size: 12px; } }

.feature-icon p {
  margin: 0; }

.feature-icon.module {
  background: #e3eef3;
  border-radius: 8px;
  padding: 0 12px;
  margin-top: 3px; }

.feature-icon.mark {
  line-height: 1.45; }

.feature-icon.mark em {
  font-style: normal;
  background: #e3eef3; }

/*

  Tour

*/
.tour .feature {
  color: #686867;
  box-shadow: 0 1px #dedddd; }

.tour .feature h2 {
  font-size: 35px;
  line-height: 1.3;
  color: #444a4f; }

/*

  Customers

*/
.customers {
  padding: 48px 0;
  background: #f0f0f0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .customers {
      padding: 24px 0; } }

.customers-wrapper {
  margin: 0 -16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .customers-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; } }

.customer-logoHolder {
  float: left;
  width: 25%;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .customer-logoHolder {
      width: 50%;
      padding: 20px; } }

.customer-logoHolder img {
  max-width: 65%;
  max-height: 80px; }

.customers:after {
  content: "";
  width: 48px;
  height: 48px;
  left: 50%;
  bottom: -24px;
  margin-left: -24px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: inherit;
  position: absolute; }

/*

  Darkbox

*/
.darkbox {
  padding: 96px 32px 64px;
  background: #444349 url(../images/dust.png);
  text-align: center;
  color: white; }
  @media screen and (max-width: 768px) {
    .darkbox {
      padding: 70px 16px 32px; } }

.darkbox h3 {
  font-size: 26px;
  color: inherit; }
  @media screen and (max-width: 768px) {
    .darkbox h3 {
      font-size: 18px; } }

.darkbox h3 strong {
  font-weight: 500; }

.darkbox form {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex; }
  .darkbox form input {
    width: auto; }
    .darkbox form input:not(.btn) {
      -ms-flex: 1;
      flex: 1; }
  @media screen and (max-width: 768px) {
    .darkbox form {
      padding: 0 10px;
      max-width: 340px;
      margin: 48px auto 0;
      display: block; }
      .darkbox form input {
        width: 100%; }
      .darkbox form input + input {
        margin: 10px 0 0; } }

.darkbox .btn {
  padding-left: 29px;
  padding-right: 29px; }
  @media screen and (max-width: 768px) {
    .darkbox .btn {
      display: block;
      text-align: center;
      width: 100%; } }

.darkbox .smallprint p {
  font-size: .75rem;
  margin-top: 3rem;
  opacity: .5; }

.darkbox .smallprint a {
  color: inherit;
  text-decoration: underline; }

/*

  Pricing

*/
.pricing .main {
  text-align: center; }

.tables {
  overflow-y: auto;
  margin: 0 -16px;
  padding: 0 16px;
  color: #34393c; }
  @media screen and (max-width: 767px) {
    .tables {
      margin: 0 -10px;
      padding: 0 10px; } }
  .tables p {
    color: #80929d; }

.table-page {
  display: none; }

.table-page.active {
  display: block; }

.table-page h2 {
  display: none; }

.table-page .description {
  text-align: center;
  color: #686867;
  margin: 3em 2em 3.5rem; }

.table-page table {
  margin: 3em 0; }

table {
  width: 100%;
  border-collapse: collapse;
  background: #f5f6f6; }

td, th {
  border-right: 15px solid white; }

thead tr:first-child th:first-child,
td:first-child {
  border-right-width: 20px; }

th:last-child,
td:last-child {
  border-right: none; }

th {
  padding: 4px 8px;
  font-weight: normal; }

tr.head th,
td {
  padding: 10px 8px; }

td {
  font-size: 0.875rem;
  border-bottom: 1px solid white; }

thead {
  background: #575c61; }

th.contact {
  background: white;
  width: 28%; }

th.plan {
  width: 24%; }

thead span.name,
thead .price,
thead .type,
thead .billing {
  color: white; }

thead .price,
thead .type,
thead .billing,
thead .contact {
  font-size: 0.875rem; }

th .currency {
  vertical-align: super;
  font-size: 12px;
  top: -8px;
  left: -3px;
  position: relative;
  font-weight: normal; }

th.price {
  padding-top: 30px;
  padding-bottom: 20px;
  white-space: nowrap; }

th .price {
  font-size: 4rem;
  line-height: 60px;
  font-weight: 500; }

.hosted th .price {
  font-size: 5rem; }

th.billing {
  padding-bottom: 30px; }

tr.head {
  background: #2c2d36; }

tr.head th:nth-child(3) {
  background: #38ae6a; }

thead tr:not(.head) th:nth-child(2) {
  background: #4cb679; }

tbody tr.head td:nth-child(3) {
  background: #38ae6a; }

tbody tr td:nth-child(3) {
  background: #e1f3e9; }

tbody tr.head td {
  font-size: initial;
  background: #444a4f;
  color: rgba(255, 255, 255, 0.5); }

tbody tr.head td:first-child {
  color: white;
  padding-left: 20px; }

span.name {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px; }

td:first-child {
  text-align: left;
  padding-left: 40px; }

.check {
  background: url(../images/check.svg);
  width: 17px;
  height: 16px;
  display: inline-block;
  color: transparent; }

.tabs {
  margin: 16px 0;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .tabs {
      margin: 0 0 16px; } }

.tab {
  padding: 8px 32px;
  text-align: center;
  color: #0f94d6;
  font-size: 24px;
  background: #f5f6f6;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px;
      padding: 8px;
      line-height: 1.2; } }

.tab.active {
  color: white;
  background: #565c60; }

.tab.active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: white;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.tab:first-child {
  border-radius: 4px 0 0 4px; }

.tab:last-child {
  border-radius: 0 4px 4px 0; }

/*

  Getting Started

*/
.getting-started .banner {
  min-height: 100vh;
  box-sizing: border-box; }

.getting-started .modal-body {
  margin-top: 64px; }
  @media screen and (max-width: 768px) {
    .getting-started .modal-body {
      margin-top: 16px; } }

.form-control {
  margin-bottom: 16px; }

.form-hint {
  font-size: 0.85rem;
  color: #bdbbbc;
  margin-bottom: 2rem; }

.form-hint a {
  color: inherit;
  text-decoration: underline; }

.has-error input[type=text].form-control,
.has-error input[type=email].form-control,
.has-error input[type=password].form-control,
.has-error textarea.form-control,
.has-error .form-control {
  border-color: #a94442; }

.modal-body label {
  color: #949494;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  margin-bottom: .5rem;
  display: block; }

.modal-body input[type=text],
.modal-body input[type=email],
.modal-body input[type=password],
.modal-body textarea {
  width: 100%;
  border: 1px solid #e0e0e0; }

.modal-body .alias-input {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex; }

.modal-body .alias-input input {
  float: left;
  width: auto;
  border-radius: 4px 0 0 4px;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .modal-body .alias-input input {
      width: 100%; } }

.modal-body .alias-label {
  color: #a5a6a6;
  background: #ebeced;
  border: 1px solid #e0e0e0;
  border-left: none;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0; }

.modal-body .alias-label span {
  line-height: 0.95;
  padding: 0 1px;
  display: inline-block; }

.modal-body input.btn,
.modal-body button.btn {
  line-height: 1.6875; }

/*

  News

*/
.news .main,
.news-entry.main {
  padding-top: 0; }

/* Subnav */
.subnav {
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px solid #dedddd; }

.subnav span {
  margin-right: 12px; }

.subnav a {
  letter-spacing: 0;
  padding: 4px 1px;
  margin: 0 12px;
  border: none; }
  @media screen and (max-width: 768px) {
    .subnav a {
      margin: 0 6px; } }

.subnav a.active {
  border-bottom: 2px solid; }

.subnav .all-categories {
  color: #38ae6a; }

/* Article */
.article,
.article-preview {
  margin: 48px 0; }
  @media screen and (max-width: 768px) {
    .article,
    .article-preview {
      margin: 20px 0; } }
  .article-image,
  .article-preview-image {
    margin-bottom: 50px !important; }
  .article + .article,
  .article-preview + .article, .article +
  .article-preview,
  .article-preview +
  .article-preview {
    padding-top: 48px;
    border-top: 1px solid #dedddd; }
    @media screen and (max-width: 768px) {
      .article + .article,
      .article-preview + .article, .article +
      .article-preview,
      .article-preview +
      .article-preview {
        padding-top: 20px; } }
  .article h2,
  .article-preview h2 {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .article h2,
      .article-preview h2 {
        font-size: 21px;
        margin-top: 30px; } }
    .article h2 a,
    .article-preview h2 a {
      color: inherit; }
  .article h3,
  .article-preview h3 {
    margin-top: 40px;
    margin-bottom: 10px; }
    .article h3:first-child,
    .article-preview h3:first-child {
      margin-top: 0; }
  .article h4,
  .article-preview h4 {
    margin-bottom: 0; }
    .article h4 + ol,
    .article h4 + ul,
    .article h4 + p,
    .article-preview h4 + ol,
    .article-preview h4 + ul,
    .article-preview h4 + p {
      margin-top: 6px; }
  .article ol,
  .article ul,
  .article p,
  .article main p,
  .article-preview ol,
  .article-preview ul,
  .article-preview p,
  .article-preview main p {
    margin-top: 0;
    margin-bottom: 16px; }
  .article ol,
  .article ul,
  .article-preview ol,
  .article-preview ul {
    padding-left: 2em; }
  .article pre[class*="language-"],
  .article-preview pre[class*="language-"] {
    margin: 0 0 24px; }
  .article figure,
  .article-preview figure {
    margin: 23px 0; }
  .article figure + h1,
  .article figure + h2,
  .article figure + h3,
  .article figure + h4,
  .article-preview figure + h1,
  .article-preview figure + h2,
  .article-preview figure + h3,
  .article-preview figure + h4 {
    margin-top: 120px; }
  .article hr,
  .article-preview hr {
    border: none;
    height: 1px;
    background: currentColor;
    opacity: 0.3;
    margin: 70px 0; }

.article-preview h2 {
  margin-top: 0; }

.post-author {
  margin-top: 20px; }

.post-author .avatar {
  margin-right: 10px;
  vertical-align: middle; }

.author-name {
  font-weight: bold; }

.post-meta {
  font-size: 0.875rem;
  color: #919497; }

.pagination {
  padding: 2em 0;
  border-top: 1px solid #f2f2f3; }

.pagination a {
  margin: 0; }

.pagination a.left {
  float: left; }

.pagination a.right {
  float: right; }

.label,
.post-author,
.subnav a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.blog-navi {
  padding: 25px 0 50px;
  box-shadow: 0 1px #d2d1d1 inset; }
  @media screen and (max-width: 767px) {
    .blog-navi {
      font-size: 14px;
      margin: 0 -10px;
      padding: 20px 0 0;
      box-shadow: none; } }

.blog-navi-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .blog-navi-inner {
      display: block; } }
  .blog-navi-inner > div {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .blog-navi-inner > div {
        padding: 10px;
        background: #f2f2f2; }
        .blog-navi-inner > div:not(:empty) {
          border-bottom: 1px solid #e8e8e8; }
        .blog-navi-inner > div:first-child {
          border-top: 1px solid #e8e8e8; }
        .blog-navi-inner > div:empty {
          padding: 0;
          border: none; }
        .blog-navi-inner > div:last-child {
          border-bottom: none; } }
  .blog-navi-inner h3 {
    margin: 0; }

.blog-navi-overview {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .blog-navi-overview {
      text-align: inherit; } }

.blog-navi-next {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .blog-navi-next {
      text-align: inherit; } }

.blog-navi-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*

  Figure

*/
figure {
  display: inline-block;
  margin: 50px 0 80px;
  position: relative; }
  .no-shadow figure:before {
    display: none; }
  @media screen and (max-width: 768px) {
    figure {
      display: block; } }
  figure:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 4px;
    height: 45%;
    border-radius: 10px;
    filter: blur(50px);
    background-color: #586b79; }
  figure a {
    display: block; }
  figure img {
    border-radius: 10px;
    background: white; }

figure.left,
figure.right {
  width: 234px; }
  @media screen and (max-width: 768px) {
    figure.left,
    figure.right {
      width: 100%;
      margin: 0 0 10px !important; } }

figure.left {
  float: left;
  margin: .33em 1.5em .33em 0; }

figure.right {
  float: right;
  margin: .33em 0 .33em 1.5rem; }

figure.full {
  display: block; }

figure.full img {
  width: 100%; }

figure img {
  vertical-align: bottom;
  max-width: 100%; }

figcaption {
  font-size: 0.875rem;
  margin: 9px 0 0;
  color: #a3a6a8; }

/* 

  Description List

*/
dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  dl dt {
    font-size: 18px;
    color: #586b79;
    width: 200px; }
  dl dd {
    margin: 0;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    margin-bottom: 30px; }

/* 

  Contact

*/
.contact .main.has-aside {
  -ms-flex-align: center;
  align-items: center; }

.main.has-aside {
  display: -ms-flexbox;
  display: flex;
  max-width: 882px;
  margin: 0 auto;
  padding: 64px 0 48px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .main.has-aside {
      padding: 32px 16px 16px;
      display: block; } }

.main.has-aside + main {
  padding-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .main.has-aside + main {
      padding-bottom: 20px; } }

.center {
  float: left;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .center {
      float: none; } }

.map,
.map iframe {
  background: #e9e5dc; }

.map iframe {
  width: 100%; }

.aside {
  float: left;
  margin-left: 96px;
  -ms-flex: 0.33;
  flex: 0.33; }
  @media screen and (max-width: 768px) {
    .aside {
      margin: 32px 0; } }

.sidebar {
  width: 250px;
  margin-left: 96px; }

.sidebar .member {
  margin-top: 3px; }

.sidebar .member-text {
  padding: 2em; }

.sidebar .member-text p:last-child {
  margin-bottom: 0; }

/*

  Downloads
  _________

*/
.file {
  display: block;
  font-size: 0.88em;
  padding: 10px;
  margin: 0 -10px;
  text-decoration: none;
  color: inherit; }
  .file-title {
    color: #34393c;
    font-size: 1.15em;
    line-height: 1.2; }

.file:hover {
  background: #f9fafa; }

.file-icon {
  width: 55px;
  display: table-cell;
  vertical-align: middle; }

.file-icon img {
  width: 100%; }

.file-text {
  padding-left: 25px;
  vertical-align: middle;
  display: table-cell; }

.file-hint {
  display: block; }

/*

  Modal

*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.modal.is-hidden {
  display: none; }

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem; }

.modal-body {
  text-align: left;
  background: white;
  border-radius: 5px;
  padding: 24px 24px 22px;
  width: 26rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  color: #949494; }
  @media screen and (max-width: 768px) {
    .modal-body {
      margin: 0 8px;
      padding: 16px 16px 14px;
      width: auto; } }

.modal-body.is-hidden {
  display: none; }

.modal-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dust.png);
  opacity: 0.7; }

/* form signup form */
.modal-body .alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

#signup .alert--success {
  border-color: #8bdaac;
  background: #a6e2bf; }

#signup .alert--warning {
  border-color: #f9d371;
  background: #fcdf9c; }

#signup .alert--danger {
  color: #e46d58; }

#signup .form-invalid {
  border-color: red !important; }

.error {
  height: 100%;
  background: #444a4f; }

.error .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  box-sizing: border-box;
  overflow-x: hidden;
  text-align: center; }

.error-image {
  height: 325px;
  width: 100%;
  margin: 30px 0;
  background-image: url(../images/error-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.error p {
  max-width: 400px;
  margin: 0 0 20px;
  color: #919497; }

.error h1 {
  color: white;
  margin: 0;
  max-width: 450px; }

.loader {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 26rem; }

form.loader {
  vertical-align: bottom; }

.loader .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.loader .text {
  margin-right: 0.5rem;
  margin-left: 1.2rem;
  line-height: 1.4;
  color: #585856; }

.loader .text em {
  font-style: normal;
  text-decoration: underline; }

/*

  Landing Page

*/
.business-features {
  background: #f5f8fa; }
  .business-features .logo {
    fill: #262831; }
  .business-features .hamburger-menu-open,
  .business-features .hamburger-menu-close {
    fill: #9dabb4; }
  .business-features .navigation a {
    color: #262831; }
  .business-features .languages a {
    color: #90a1ad; }
    .business-features .languages a.active {
      color: #f5f8fa;
      background: #90a1ad; }
  .business-features .banner h1 {
    margin-top: 120px;
    color: #3b4954; }
  .business-features .subtitle {
    color: #7b8f9d; }
    .business-features .subtitle + .btn {
      margin-top: 10px;
      margin-bottom: 50px; }

.business-features-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 10px 60px; }
  @media screen and (max-width: 420px) {
    .business-features-overview {
      margin-bottom: 0; } }
  .business-features-overview .business-feature-preview:nth-child(even) {
    top: 36px;
    padding-right: 0; }
    @media screen and (max-width: 420px) {
      .business-features-overview .business-feature-preview:nth-child(even) {
        top: 0; } }
  .business-features-overview .business-feature-preview:nth-child(odd) {
    padding-left: 0; }

.business-feature-preview {
  width: 50%;
  position: relative;
  padding: 45px;
  box-sizing: border-box;
  perspective: 1000px; }
  @media screen and (max-width: 992px) {
    .business-feature-preview {
      padding: 20px; } }
  @media screen and (max-width: 420px) {
    .business-feature-preview {
      width: 100%;
      padding: 20px 0; } }
  .business-feature-preview-inner {
    position: relative;
    display: block; }
  .business-feature-preview-animation-hook {
    display: block;
    transition: transform 500ms; }
    .mouse-entered .business-feature-preview-animation-hook {
      transition: transform 100ms; }
  .business-feature-preview-cover-outer {
    position: relative;
    display: block;
    border-radius: 10px 10px 0 0; }
    .mouse-entered .business-feature-preview-cover-outer .business-feature-preview-cover-hover {
      opacity: 1; }
  .business-feature-preview-cover, .business-feature-preview-cover-hover {
    margin: 0; }
    .business-feature-preview-cover img, .business-feature-preview-cover-hover img {
      border-radius: 10px 10px 0 0; }
  .business-feature-preview-cover-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 100ms; }
  .business-feature-preview-shadow {
    position: absolute;
    z-index: -1;
    left: 70px;
    right: 70px;
    bottom: 5px;
    height: 50%;
    border-radius: 10px;
    filter: blur(20px);
    background-color: #262831; }
  .business-feature-preview-text {
    position: relative;
    display: block;
    z-index: 1;
    color: white;
    font-size: 14px;
    overflow: hidden;
    border-radius: 0 0 10px 10px; }
  .business-feature-preview-title {
    font-size: 24px;
    display: block;
    text-align: center;
    margin: 40px 0 13px; }
  .business-feature-preview-teaser {
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 400px;
    display: block; }
  .business-feature-preview-readmore {
    text-transform: uppercase;
    opacity: 0.5;
    padding: 49px 0 34px;
    display: block;
    text-align: center; }
  .business-feature-preview.absence-assistant .business-feature-preview-text {
    color: #262831; }

.business-feature-subnav {
  background: #fcfcfc;
  padding: 58px 0 100px; }
  .business-feature-subnav-inner {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .business-feature-subnav-inner {
        display: block; } }
  .business-feature-subnav h2 {
    text-align: center; }
  .business-feature-subnav .business-feature-preview {
    width: auto;
    display: block; }
    .business-feature-subnav .business-feature-preview:first-child {
      padding-left: 0; }
    .business-feature-subnav .business-feature-preview:last-child {
      padding-right: 0; }
    .business-feature-subnav .business-feature-preview-title {
      max-width: 180px;
      margin: 35px auto;
      line-height: 1.35; }
    .business-feature-subnav .business-feature-preview-readmore {
      padding-top: 0; }

.business-feature-header-mobile-background {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  @media screen and (max-width: 768px) {
    .business-feature-header-mobile-background {
      height: 200px; } }
  @media screen and (max-width: 420px) {
    .business-feature-header-mobile-background {
      height: 200px; } }

.business-feature-header-background {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .business-feature-header-background {
      top: 200px; } }
  @media screen and (max-width: 420px) {
    .business-feature-header-background {
      top: 200px; } }

.business-feature-header {
  margin-top: 80px; }

.business-feature-cover-holder {
  margin: 60px auto 0;
  max-width: 900px;
  position: relative; }
  .business-feature-cover-holder figure {
    margin: 0; }
  .business-feature-cover-holder:hover .business-feature-cover-hover {
    opacity: 1; }

.business-feature-cover-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 100ms; }

.business-feature-text {
  max-width: 900px; }

.zammad-chat strong {
  color: inherit; }

footer {
  clear: both; }
  footer .navigation {
    max-width: 750px;
    margin: 10px auto 40px; }
    @media screen and (max-width: 768px) {
      footer .navigation {
        margin-top: 20px;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .navigation .logo {
          -ms-flex-order: 1;
          order: 1;
          margin-top: 26px; } }
    footer .navigation a {
      font-size: 13px;
      color: #96abbb !important; }
      @media screen and (max-width: 768px) {
        footer .navigation a {
          font-size: 14px;
          padding: 6px; } }

.box {
  margin: 5vh 0; }
  .box .wrapper {
    padding: 100px 0;
    background: #ecf1f4; }
    .box .wrapper .text {
      max-width: 800px;
      margin: 0 auto; }
    .box .wrapper h3 {
      text-align: center; }
    .box .wrapper .btn {
      margin: 5vh auto 0;
      display: table; }

/*

  business features promo
  _______________________

*/
.business-features-promo {
  background: #f5f8fa;
  padding: 100px 0;
  color: white; }
  .business-features-promo .wrapper > h2 {
    color: #576c7a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .business-features-promo .wrapper > h2 {
        margin-bottom: 30px; } }
  .business-features-promo-box {
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    height: 475px; }
    @media screen and (max-width: 767px) {
      .business-features-promo-box {
        height: auto;
        display: block; } }
  .business-features-promo .business-feature-preview-cover-outer {
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    .business-features-promo .business-feature-preview-cover-outer:hover .business-feature-preview-cover-hover {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .business-features-promo .business-feature-preview-cover-outer {
        padding-bottom: 66%; } }
    .business-features-promo .business-feature-preview-cover-outer .business-feature-preview-cover,
    .business-features-promo .business-feature-preview-cover-outer .business-feature-preview-cover-hover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      border-radius: 10px 0 0 10px; }
      @media screen and (max-width: 767px) {
        .business-features-promo .business-feature-preview-cover-outer .business-feature-preview-cover,
        .business-features-promo .business-feature-preview-cover-outer .business-feature-preview-cover-hover {
          border-radius: 10px 10px 0 0; } }
  .business-features-promo-tag {
    position: absolute;
    left: 83px;
    top: 55px;
    width: 73px;
    height: 73px;
    border-radius: 999px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    background: #ffd22e;
    color: #586b79;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg); }
    @media screen and (max-width: 767px) {
      .business-features-promo-tag {
        width: 50px;
        height: 50px;
        font-size: 13px;
        left: 35px;
        top: 22px; } }
  .business-features-promo-text {
    padding: 30px;
    width: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .business-features-promo-text {
        padding: 20px; } }
  .business-features-promo h2 {
    color: inherit;
    margin-top: 0;
    margin-bottom: 20px; }
  .business-features-promo .icon {
    fill: currentColor; }
  .business-features-promo-feature {
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 300;
    transition: transform 200ms; }
    @media screen and (max-width: 767px) {
      .business-features-promo-feature {
        font-size: 15px; } }
    .business-features-promo-feature .icon {
      margin-right: 5px; }
    .business-features-promo-feature:hover {
      -ms-transform: translateX(4px);
      transform: translateX(4px); }
      .business-features-promo-feature:hover .icon {
        fill: #ffd30f; }
  .business-features-promo-link {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: auto;
    color: inherit;
    transition: transform 200ms; }
    @media screen and (max-width: 767px) {
      .business-features-promo-link {
        margin-top: 30px; } }
    .business-features-promo-link .icon {
      margin-left: 6px; }
    .business-features-promo-link:hover {
      -ms-transform: translateX(4px);
      transform: translateX(4px); }

/*

  feature grid
  ____________

*/
.feature-grid {
  margin: -10px auto;
  max-width: 1080px;
  overflow: hidden; }

.feature-grid .feature-preview {
  width: 25%;
  padding: 10px;
  float: left;
  box-sizing: border-box; }

.feature-grid .inner {
  background: #444a4f;
  border-radius: 4px 4px;
  position: relative; }

.feature-grid .feature-preview.active .inner {
  box-shadow: 0 0 0 3px #409dd6; }

.feature-grid img {
  border-radius: 4px 4px 0 0;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

.feature-grid .feature-title {
  background: #4e5358;
  color: white;
  line-height: 44px;
  height: 44px;
  padding: 0 1.2em;
  font-size: 0.8em;
  border-radius: 0 0 4px 4px;
  margin-top: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.feature-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* IE hack for full click area */
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=="); }

/*

  all features
  ____________

*/
.all-features {
  text-align: center; }

.all-features-toggle {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 200ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.all-features.active .all-features-toggle {
  background: #444a4f; }

.all-features-icon {
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px; }

.all-features-label {
  font-size: 0.9em;
  color: white; }

.all-features .feature-grid {
  position: absolute;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  padding: 10px;
  max-width: 1100px;
  background: #444a4f;
  border-radius: 5px;
  z-index: 2;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.36);
  transition: 200ms;
  -ms-transform-origin: center -20px;
  transform-origin: center -20px;
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  overflow: visible; }

.all-features.active .feature-grid {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
  opacity: 1; }

.all-features .feature-grid:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-bottom: 8px solid #444a4f;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.all-features .feature-grid .inner {
  background: #4e5358; }

.all-features .feature-grid .feature-title {
  background: #545a5f; }
